update 20241127
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<value></value>
|
||||
</setting>
|
||||
<setting name="NativVorlagen" serializeAs="String">
|
||||
<value>E:\Software-Projekte\OnDoc\Nativ\</value>
|
||||
<value>E:\Software-Projekte\OnDoc\TKB - Vorlagen\</value>
|
||||
</setting>
|
||||
<setting name="Connectionstring_Prod" serializeAs="String">
|
||||
<value></value>
|
||||
|
||||
@@ -808,6 +808,11 @@
|
||||
<None Include="Resources\SB_Druckstapel_48x48-32.png" />
|
||||
<None Include="Resources\SB_Druckstapel_256x256-32.png" />
|
||||
<None Include="Resources\SB_Druckstapel_16x16-32.png" />
|
||||
<None Include="Resources\Printer_16x16-32.png" />
|
||||
<None Include="Resources\Printer_24x24-32.png" />
|
||||
<None Include="Resources\Printer_32x32-32.png" />
|
||||
<None Include="Resources\Printer_48x48-32.png" />
|
||||
<None Include="Resources\Printer_256x256-32.png" />
|
||||
<Content Include="SmartDocGen.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
379
Client/Diverses/MitarbeiterProfil.Designer.cs
generated
379
Client/Diverses/MitarbeiterProfil.Designer.cs
generated
@@ -37,6 +37,9 @@
|
||||
this.ribbonButtonSave = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonButtonNew = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonButtonDelete = new System.Windows.Forms.RibbonButton();
|
||||
this.ribbonTab2 = new System.Windows.Forms.RibbonTab();
|
||||
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
|
||||
this.RibbonMitarbeiterButtonSave = new System.Windows.Forms.RibbonButton();
|
||||
this.GrpBoxProfile = new System.Windows.Forms.GroupBox();
|
||||
this.lbprofile = new System.Windows.Forms.ListBox();
|
||||
this.GrpBoxDetails = new System.Windows.Forms.GroupBox();
|
||||
@@ -50,29 +53,26 @@
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.ribbonTab2 = new System.Windows.Forms.RibbonTab();
|
||||
this.ribbonPanel2 = new System.Windows.Forms.RibbonPanel();
|
||||
this.RibbonMitarbeiterButtonSave = new System.Windows.Forms.RibbonButton();
|
||||
this.GrpBoxMitarbeiter = new System.Windows.Forms.GroupBox();
|
||||
this.lblName = new System.Windows.Forms.Label();
|
||||
this.txtName = new System.Windows.Forms.TextBox();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.btnLoadImage = new System.Windows.Forms.Button();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.txtfunktion = new System.Windows.Forms.TextBox();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.txtunterschrift = new System.Windows.Forms.TextBox();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.txtfax = new System.Windows.Forms.TextBox();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.txttelefon = new System.Windows.Forms.TextBox();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.txtmail = new System.Windows.Forms.TextBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.txtVorname = new System.Windows.Forms.TextBox();
|
||||
this.lblVorname = new System.Windows.Forms.Label();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||
this.label8 = new System.Windows.Forms.Label();
|
||||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.btnLoadImage = new System.Windows.Forms.Button();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.txtName = new System.Windows.Forms.TextBox();
|
||||
this.lblName = new System.Windows.Forms.Label();
|
||||
this.GrpBoxProfile.SuspendLayout();
|
||||
this.GrpBoxDetails.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.cbboxTeam)).BeginInit();
|
||||
@@ -122,6 +122,7 @@
|
||||
this.RibbonPanelExit.Items.Add(this.RibbonButtonExit);
|
||||
this.RibbonPanelExit.Name = "RibbonPanelExit";
|
||||
this.RibbonPanelExit.Text = "";
|
||||
this.RibbonPanelExit.Visible = false;
|
||||
//
|
||||
// RibbonButtonExit
|
||||
//
|
||||
@@ -169,6 +170,29 @@
|
||||
this.ribbonButtonDelete.Text = "Löschen";
|
||||
this.ribbonButtonDelete.Click += new System.EventHandler(this.ribbonButtonDelete_Click);
|
||||
//
|
||||
// ribbonTab2
|
||||
//
|
||||
this.ribbonTab2.Name = "ribbonTab2";
|
||||
this.ribbonTab2.Panels.Add(this.ribbonPanel2);
|
||||
this.ribbonTab2.Text = "Mitarbeiter-Daten";
|
||||
this.ribbonTab2.ActiveChanged += new System.EventHandler(this.ribbonTab2_ActiveChanged);
|
||||
//
|
||||
// ribbonPanel2
|
||||
//
|
||||
this.ribbonPanel2.ButtonMoreVisible = false;
|
||||
this.ribbonPanel2.Items.Add(this.RibbonMitarbeiterButtonSave);
|
||||
this.ribbonPanel2.Name = "ribbonPanel2";
|
||||
this.ribbonPanel2.Text = "";
|
||||
//
|
||||
// RibbonMitarbeiterButtonSave
|
||||
//
|
||||
this.RibbonMitarbeiterButtonSave.Image = global::OnDoc.Properties.Resources.save_32x32_32;
|
||||
this.RibbonMitarbeiterButtonSave.LargeImage = global::OnDoc.Properties.Resources.save_32x32_32;
|
||||
this.RibbonMitarbeiterButtonSave.Name = "RibbonMitarbeiterButtonSave";
|
||||
this.RibbonMitarbeiterButtonSave.SmallImage = global::OnDoc.Properties.Resources.save_16x16_32;
|
||||
this.RibbonMitarbeiterButtonSave.Text = "Speichern";
|
||||
this.RibbonMitarbeiterButtonSave.Click += new System.EventHandler(this.RibbonMitarbeiterButtonSave_Click);
|
||||
//
|
||||
// GrpBoxProfile
|
||||
//
|
||||
this.GrpBoxProfile.Controls.Add(this.lbprofile);
|
||||
@@ -302,28 +326,6 @@
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Unterschrift links";
|
||||
//
|
||||
// ribbonTab2
|
||||
//
|
||||
this.ribbonTab2.Name = "ribbonTab2";
|
||||
this.ribbonTab2.Panels.Add(this.ribbonPanel2);
|
||||
this.ribbonTab2.Text = "Mitarbeiter-Daten";
|
||||
this.ribbonTab2.ActiveChanged += new System.EventHandler(this.ribbonTab2_ActiveChanged);
|
||||
//
|
||||
// ribbonPanel2
|
||||
//
|
||||
this.ribbonPanel2.ButtonMoreVisible = false;
|
||||
this.ribbonPanel2.Items.Add(this.RibbonMitarbeiterButtonSave);
|
||||
this.ribbonPanel2.Name = "ribbonPanel2";
|
||||
this.ribbonPanel2.Text = "";
|
||||
//
|
||||
// RibbonMitarbeiterButtonSave
|
||||
//
|
||||
this.RibbonMitarbeiterButtonSave.Image = global::OnDoc.Properties.Resources.save_32x32_32;
|
||||
this.RibbonMitarbeiterButtonSave.LargeImage = global::OnDoc.Properties.Resources.save_32x32_32;
|
||||
this.RibbonMitarbeiterButtonSave.Name = "RibbonMitarbeiterButtonSave";
|
||||
this.RibbonMitarbeiterButtonSave.SmallImage = global::OnDoc.Properties.Resources.save_16x16_32;
|
||||
this.RibbonMitarbeiterButtonSave.Text = "Speichern";
|
||||
//
|
||||
// GrpBoxMitarbeiter
|
||||
//
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.button1);
|
||||
@@ -331,15 +333,15 @@
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.label12);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.pictureBox1);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.label11);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.textBox5);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.txtfunktion);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.label10);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.textBox4);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.txtunterschrift);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.label9);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.textBox3);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.txtfax);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.label8);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.textBox2);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.txttelefon);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.label7);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.textBox1);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.txtmail);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.label6);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.txtVorname);
|
||||
this.GrpBoxMitarbeiter.Controls.Add(this.lblVorname);
|
||||
@@ -351,21 +353,135 @@
|
||||
this.GrpBoxMitarbeiter.TabIndex = 3;
|
||||
this.GrpBoxMitarbeiter.TabStop = false;
|
||||
//
|
||||
// lblName
|
||||
// button1
|
||||
//
|
||||
this.lblName.AutoSize = true;
|
||||
this.lblName.Location = new System.Drawing.Point(26, 25);
|
||||
this.lblName.Name = "lblName";
|
||||
this.lblName.Size = new System.Drawing.Size(35, 13);
|
||||
this.lblName.TabIndex = 0;
|
||||
this.lblName.Text = "Name";
|
||||
this.button1.Location = new System.Drawing.Point(628, 208);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(104, 23);
|
||||
this.button1.TabIndex = 18;
|
||||
this.button1.Text = "Bild löschen";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Visible = false;
|
||||
//
|
||||
// txtName
|
||||
// btnLoadImage
|
||||
//
|
||||
this.txtName.Location = new System.Drawing.Point(96, 22);
|
||||
this.txtName.Name = "txtName";
|
||||
this.txtName.Size = new System.Drawing.Size(147, 20);
|
||||
this.txtName.TabIndex = 1;
|
||||
this.btnLoadImage.Location = new System.Drawing.Point(386, 208);
|
||||
this.btnLoadImage.Name = "btnLoadImage";
|
||||
this.btnLoadImage.Size = new System.Drawing.Size(104, 23);
|
||||
this.btnLoadImage.TabIndex = 17;
|
||||
this.btnLoadImage.Text = "Bild importieren";
|
||||
this.btnLoadImage.UseVisualStyleBackColor = true;
|
||||
this.btnLoadImage.Visible = false;
|
||||
//
|
||||
// label12
|
||||
//
|
||||
this.label12.AutoSize = true;
|
||||
this.label12.Location = new System.Drawing.Point(306, 71);
|
||||
this.label12.Name = "label12";
|
||||
this.label12.Size = new System.Drawing.Size(61, 13);
|
||||
this.label12.TabIndex = 16;
|
||||
this.label12.Text = "Unterschrift";
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.pictureBox1.Location = new System.Drawing.Point(386, 62);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(346, 140);
|
||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox1.TabIndex = 15;
|
||||
this.pictureBox1.TabStop = false;
|
||||
this.pictureBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.pictureBox1_DragDrop);
|
||||
this.pictureBox1.DragEnter += new System.Windows.Forms.DragEventHandler(this.pictureBox1_DragEnter);
|
||||
//
|
||||
// label11
|
||||
//
|
||||
this.label11.AutoSize = true;
|
||||
this.label11.Location = new System.Drawing.Point(307, 58);
|
||||
this.label11.Name = "label11";
|
||||
this.label11.Size = new System.Drawing.Size(42, 13);
|
||||
this.label11.TabIndex = 14;
|
||||
this.label11.Text = "Digitale";
|
||||
//
|
||||
// txtfunktion
|
||||
//
|
||||
this.txtfunktion.Location = new System.Drawing.Point(96, 204);
|
||||
this.txtfunktion.Name = "txtfunktion";
|
||||
this.txtfunktion.Size = new System.Drawing.Size(147, 20);
|
||||
this.txtfunktion.TabIndex = 13;
|
||||
//
|
||||
// label10
|
||||
//
|
||||
this.label10.AutoSize = true;
|
||||
this.label10.Location = new System.Drawing.Point(26, 207);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(48, 13);
|
||||
this.label10.TabIndex = 12;
|
||||
this.label10.Text = "Funktion";
|
||||
//
|
||||
// txtunterschrift
|
||||
//
|
||||
this.txtunterschrift.Location = new System.Drawing.Point(386, 25);
|
||||
this.txtunterschrift.Name = "txtunterschrift";
|
||||
this.txtunterschrift.Size = new System.Drawing.Size(147, 20);
|
||||
this.txtunterschrift.TabIndex = 11;
|
||||
//
|
||||
// label9
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Location = new System.Drawing.Point(307, 28);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(61, 13);
|
||||
this.label9.TabIndex = 10;
|
||||
this.label9.Text = "Unterschrift";
|
||||
//
|
||||
// txtfax
|
||||
//
|
||||
this.txtfax.Location = new System.Drawing.Point(96, 151);
|
||||
this.txtfax.Name = "txtfax";
|
||||
this.txtfax.Size = new System.Drawing.Size(147, 20);
|
||||
this.txtfax.TabIndex = 9;
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(26, 154);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(24, 13);
|
||||
this.label8.TabIndex = 8;
|
||||
this.label8.Text = "Fax";
|
||||
//
|
||||
// txttelefon
|
||||
//
|
||||
this.txttelefon.Location = new System.Drawing.Point(96, 125);
|
||||
this.txttelefon.Name = "txttelefon";
|
||||
this.txttelefon.Size = new System.Drawing.Size(147, 20);
|
||||
this.txttelefon.TabIndex = 7;
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(26, 128);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(43, 13);
|
||||
this.label7.TabIndex = 6;
|
||||
this.label7.Text = "Telefon";
|
||||
//
|
||||
// txtmail
|
||||
//
|
||||
this.txtmail.Location = new System.Drawing.Point(96, 99);
|
||||
this.txtmail.Name = "txtmail";
|
||||
this.txtmail.Size = new System.Drawing.Size(147, 20);
|
||||
this.txtmail.TabIndex = 5;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(26, 102);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(26, 13);
|
||||
this.label6.TabIndex = 4;
|
||||
this.label6.Text = "Mail";
|
||||
//
|
||||
// txtVorname
|
||||
//
|
||||
@@ -383,132 +499,21 @@
|
||||
this.lblVorname.TabIndex = 2;
|
||||
this.lblVorname.Text = "Vorname";
|
||||
//
|
||||
// textBox1
|
||||
// txtName
|
||||
//
|
||||
this.textBox1.Location = new System.Drawing.Point(96, 99);
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(147, 20);
|
||||
this.textBox1.TabIndex = 5;
|
||||
this.txtName.Location = new System.Drawing.Point(96, 22);
|
||||
this.txtName.Name = "txtName";
|
||||
this.txtName.Size = new System.Drawing.Size(147, 20);
|
||||
this.txtName.TabIndex = 1;
|
||||
//
|
||||
// label6
|
||||
// lblName
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(26, 102);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(26, 13);
|
||||
this.label6.TabIndex = 4;
|
||||
this.label6.Text = "Mail";
|
||||
//
|
||||
// textBox2
|
||||
//
|
||||
this.textBox2.Location = new System.Drawing.Point(96, 125);
|
||||
this.textBox2.Name = "textBox2";
|
||||
this.textBox2.Size = new System.Drawing.Size(147, 20);
|
||||
this.textBox2.TabIndex = 7;
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(26, 128);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(43, 13);
|
||||
this.label7.TabIndex = 6;
|
||||
this.label7.Text = "Telefon";
|
||||
//
|
||||
// textBox3
|
||||
//
|
||||
this.textBox3.Location = new System.Drawing.Point(96, 151);
|
||||
this.textBox3.Name = "textBox3";
|
||||
this.textBox3.Size = new System.Drawing.Size(147, 20);
|
||||
this.textBox3.TabIndex = 9;
|
||||
//
|
||||
// label8
|
||||
//
|
||||
this.label8.AutoSize = true;
|
||||
this.label8.Location = new System.Drawing.Point(26, 154);
|
||||
this.label8.Name = "label8";
|
||||
this.label8.Size = new System.Drawing.Size(24, 13);
|
||||
this.label8.TabIndex = 8;
|
||||
this.label8.Text = "Fax";
|
||||
//
|
||||
// textBox4
|
||||
//
|
||||
this.textBox4.Location = new System.Drawing.Point(386, 25);
|
||||
this.textBox4.Name = "textBox4";
|
||||
this.textBox4.Size = new System.Drawing.Size(147, 20);
|
||||
this.textBox4.TabIndex = 11;
|
||||
//
|
||||
// label9
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Location = new System.Drawing.Point(307, 28);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(61, 13);
|
||||
this.label9.TabIndex = 10;
|
||||
this.label9.Text = "Unterschrift";
|
||||
//
|
||||
// textBox5
|
||||
//
|
||||
this.textBox5.Location = new System.Drawing.Point(96, 204);
|
||||
this.textBox5.Name = "textBox5";
|
||||
this.textBox5.Size = new System.Drawing.Size(147, 20);
|
||||
this.textBox5.TabIndex = 13;
|
||||
//
|
||||
// label10
|
||||
//
|
||||
this.label10.AutoSize = true;
|
||||
this.label10.Location = new System.Drawing.Point(26, 207);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(48, 13);
|
||||
this.label10.TabIndex = 12;
|
||||
this.label10.Text = "Funktion";
|
||||
//
|
||||
// label11
|
||||
//
|
||||
this.label11.AutoSize = true;
|
||||
this.label11.Location = new System.Drawing.Point(307, 58);
|
||||
this.label11.Name = "label11";
|
||||
this.label11.Size = new System.Drawing.Size(42, 13);
|
||||
this.label11.TabIndex = 14;
|
||||
this.label11.Text = "Digitale";
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.pictureBox1.Location = new System.Drawing.Point(386, 62);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(346, 140);
|
||||
this.pictureBox1.TabIndex = 15;
|
||||
this.pictureBox1.TabStop = false;
|
||||
this.pictureBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.pictureBox1_DragDrop);
|
||||
this.pictureBox1.DragEnter += new System.Windows.Forms.DragEventHandler(this.pictureBox1_DragEnter);
|
||||
//
|
||||
// label12
|
||||
//
|
||||
this.label12.AutoSize = true;
|
||||
this.label12.Location = new System.Drawing.Point(306, 71);
|
||||
this.label12.Name = "label12";
|
||||
this.label12.Size = new System.Drawing.Size(61, 13);
|
||||
this.label12.TabIndex = 16;
|
||||
this.label12.Text = "Unterschrift";
|
||||
//
|
||||
// btnLoadImage
|
||||
//
|
||||
this.btnLoadImage.Location = new System.Drawing.Point(386, 208);
|
||||
this.btnLoadImage.Name = "btnLoadImage";
|
||||
this.btnLoadImage.Size = new System.Drawing.Size(104, 23);
|
||||
this.btnLoadImage.TabIndex = 17;
|
||||
this.btnLoadImage.Text = "Bild importieren";
|
||||
this.btnLoadImage.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(628, 208);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(104, 23);
|
||||
this.button1.TabIndex = 18;
|
||||
this.button1.Text = "Bild löschen";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.lblName.AutoSize = true;
|
||||
this.lblName.Location = new System.Drawing.Point(26, 25);
|
||||
this.lblName.Name = "lblName";
|
||||
this.lblName.Size = new System.Drawing.Size(35, 13);
|
||||
this.lblName.TabIndex = 0;
|
||||
this.lblName.Text = "Name";
|
||||
//
|
||||
// MitarbeiterProfil
|
||||
//
|
||||
@@ -572,15 +577,15 @@
|
||||
private System.Windows.Forms.Label lblVorname;
|
||||
private System.Windows.Forms.TextBox txtName;
|
||||
private System.Windows.Forms.Label lblName;
|
||||
private System.Windows.Forms.TextBox textBox5;
|
||||
private System.Windows.Forms.TextBox txtfunktion;
|
||||
private System.Windows.Forms.Label label10;
|
||||
private System.Windows.Forms.TextBox textBox4;
|
||||
private System.Windows.Forms.TextBox txtunterschrift;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.TextBox textBox3;
|
||||
private System.Windows.Forms.TextBox txtfax;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.TextBox textBox2;
|
||||
private System.Windows.Forms.TextBox txttelefon;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
private System.Windows.Forms.TextBox txtmail;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.Button btnLoadImage;
|
||||
|
||||
@@ -17,6 +17,8 @@ using System.Data.SqlClient;
|
||||
using Database;
|
||||
using System.Threading;
|
||||
using static System.Net.Mime.MediaTypeNames;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
|
||||
namespace OnDoc.Diverses
|
||||
{
|
||||
@@ -117,6 +119,8 @@ namespace OnDoc.Diverses
|
||||
db.Exec_SQL("Update profil set bezeichnung='" + txtbezeichnung.Text + "', unterschriftlinks=" + cbboxUnterschriftLinks.SelectedValue.ToString() + ", unterschriftrechts=" + cbboxUnterschriftRechts.SelectedValue.ToString() + ", team=" + cbboxTeam.SelectedValue.ToString() + " ,standard=1 where profilnr=" + lbprofile.SelectedValue.ToString());
|
||||
}
|
||||
db.Exec_SQL("Update profil set bezeichnung='" + txtbezeichnung.Text + "',unterschriftlinks=" + cbboxUnterschriftLinks.SelectedValue.ToString() + ", unterschriftrechts=" + cbboxUnterschriftRechts.SelectedValue.ToString() + ", team=" + cbboxTeam.SelectedValue.ToString() + " where profilnr=" + lbprofile.SelectedValue.ToString());
|
||||
//db.Exec_SQL("Update mitarbeiter set name='" + txtName.Text + "', vorname='" + txtVorname.Text + "', email='" + txtmail.Text + "', telefon='" + txttelefon.Text + "' where mitarbeiternr=" + AppParams.CurrentMitarbieter.ToString());
|
||||
//db.Exec_SQL("Update mitarbeiter set fax='" + txtfax.Text + "', unterschrift_text='" + txtunterschrift.Text + "', funktion='" + txtfunktion.Text + "', mutiert_am=getdate(), mutierer=" + AppParams.CurrentMitarbieter.ToString() + " where mitarbeiternr = " + AppParams.CurrentMitarbieter.ToString());
|
||||
db = null;
|
||||
refresh_profile();
|
||||
lbprofile.SelectedValue = saveselected;
|
||||
@@ -189,9 +193,65 @@ namespace OnDoc.Diverses
|
||||
GrpBoxDetails.Visible = false;
|
||||
GrpBoxMitarbeiter.Visible = true;
|
||||
GrpBoxMitarbeiter.Dock = DockStyle.Fill;
|
||||
System.Drawing.Image image = System.Drawing.Image.FromFile(@"E:\Software-Projekte\OnDoc\Images\download.png");
|
||||
this.pictureBox1.Image = image;
|
||||
DB db = new DB(AppParams.connectionstring);
|
||||
db.Get_Tabledata("select * from mitarbeiter where mitarbeiternr=" + AppParams.CurrentMitarbieter.ToString(), false, true);
|
||||
if (db.dsdaten.Tables[0].Rows.Count > 0)
|
||||
{
|
||||
try {
|
||||
string unterschrift = get_unterschrift(db.dsdaten.Tables[0].Rows[0]["tgnummer"].ToString());
|
||||
string ss = Newtonsoft.Json.JsonConvert.DeserializeObject<string>(unterschrift);
|
||||
MemoryStream mssign = new MemoryStream(Convert.FromBase64String(ss));
|
||||
System.Drawing.Image img = System.Drawing.Image.FromStream(mssign);
|
||||
pictureBox1.Image = img;
|
||||
mssign.Close();
|
||||
mssign.Dispose();
|
||||
|
||||
|
||||
}
|
||||
catch { }
|
||||
txtName.Text = db.dsdaten.Tables[0].Rows[0]["name"].ToString();
|
||||
txtVorname.Text= db.dsdaten.Tables[0].Rows[0]["vorname"].ToString();
|
||||
txtmail.Text = db.dsdaten.Tables[0].Rows[0]["email"].ToString();
|
||||
txttelefon.Text = db.dsdaten.Tables[0].Rows[0]["telefon"].ToString();
|
||||
txtfax.Text = db.dsdaten.Tables[0].Rows[0]["fax"].ToString();
|
||||
txtunterschrift.Text = db.dsdaten.Tables[0].Rows[0]["unterschrift_text"].ToString();
|
||||
txtfunktion.Text = db.dsdaten.Tables[0].Rows[0]["funktion"].ToString();
|
||||
db = null;
|
||||
// System.Drawing.Image image = System.Drawing.Image.FromFile(@"E:\Software-Projekte\OnDoc\Images\download.png");
|
||||
//this.pictureBox1.Image = image;
|
||||
}
|
||||
}
|
||||
|
||||
private string get_unterschrift(string MaNr)
|
||||
{
|
||||
|
||||
string URL = AppParams.RESTURI + "API/GetUnterschriftAsBase64ByMitarbeiternr?MaNr=" + AppParams.CurrentMitarbieter.ToString()+ "&ImageWith=-1";
|
||||
|
||||
HttpWebRequest webRequest = HttpWebRequest.Create(URL) as HttpWebRequest;
|
||||
webRequest.Method = WebRequestMethods.Http.Get;
|
||||
webRequest.Headers["Authorization"] = "Bearer " + AppParams.apikey;
|
||||
try
|
||||
{
|
||||
using (HttpWebResponse response = webRequest.GetResponse() as HttpWebResponse)
|
||||
{
|
||||
if (response.StatusCode == HttpStatusCode.OK)
|
||||
{
|
||||
StreamReader reader = new StreamReader(response.GetResponseStream());
|
||||
string responseContent = reader.ReadToEnd();
|
||||
|
||||
return responseContent;
|
||||
}
|
||||
else
|
||||
{
|
||||
Logging.Logging.Error(URL + ": " + response.StatusCode.ToString() + " / " + response.StatusDescription, "Clinet - DokList GetDocument", "");
|
||||
return "";
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
}
|
||||
protected bool validData;
|
||||
string path;
|
||||
@@ -253,6 +313,15 @@ namespace OnDoc.Diverses
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void RibbonMitarbeiterButtonSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
DB db = new DB(AppParams.connectionstring);
|
||||
|
||||
db.Exec_SQL("Update mitarbeiter set name='" + txtName.Text + "', vorname='" + txtVorname.Text + "', email='" + txtmail.Text + "', telefon='" + txttelefon.Text + "' where mitarbeiternr=" + AppParams.CurrentMitarbieter.ToString());
|
||||
db.Exec_SQL("Update mitarbeiter set fax='" + txtfax.Text + "', unterschrift_text='" + txtunterschrift.Text + "', funktion='" + txtfunktion.Text + "', mutiert_am=getdate(), mutierer=" + AppParams.CurrentMitarbieter.ToString() + " where mitarbeiternr = " + AppParams.CurrentMitarbieter.ToString());
|
||||
db = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -271,7 +271,7 @@ namespace OnDoc.Diverses
|
||||
switch (ext)
|
||||
{
|
||||
case ".D":
|
||||
DOCGEN.Klassen.SyncFWord sf = new DOCGEN.Klassen.SyncFWord();
|
||||
DOCGEN.Klassen.SyncFWord sf = new DOCGEN.Klassen.SyncFWord("","");
|
||||
tempfilename1 = System.IO.Path.GetFileName(tempfilename);
|
||||
tempfilename1 = AppParams.tempdir + "" + DateTime.Now.ToString("yyyyMMddhhmmss") + tempfilename1;
|
||||
sf.create_nativ("Klassifizierung", klassifizierung, "", tempfilename, tempfilename1);
|
||||
|
||||
52
Client/DocMgmt/Dokumenterstellung.Designer.cs
generated
52
Client/DocMgmt/Dokumenterstellung.Designer.cs
generated
@@ -29,7 +29,7 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Dokumenterstellung));
|
||||
Model.clsdocgendata clsdocgendata1 = new Model.clsdocgendata();
|
||||
Model.clsdocgendata clsdocgendata2 = new Model.clsdocgendata();
|
||||
this.sfButton3 = new Syncfusion.WinForms.Controls.SfButton();
|
||||
this.btnDokumenterstellen = new Syncfusion.WinForms.Controls.SfButton();
|
||||
this.PnlPreview = new System.Windows.Forms.Panel();
|
||||
@@ -119,14 +119,13 @@
|
||||
//
|
||||
// btnOfficePrint
|
||||
//
|
||||
this.btnOfficePrint.Image = ((System.Drawing.Image)(resources.GetObject("btnOfficePrint.Image")));
|
||||
this.btnOfficePrint.Image = global::OnDoc.Properties.Resources.Printer_48x48_32;
|
||||
this.btnOfficePrint.Location = new System.Drawing.Point(419, 19);
|
||||
this.btnOfficePrint.Name = "btnOfficePrint";
|
||||
this.btnOfficePrint.Size = new System.Drawing.Size(74, 79);
|
||||
this.btnOfficePrint.TabIndex = 12;
|
||||
this.btnOfficePrint.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
||||
this.btnOfficePrint.UseVisualStyleBackColor = true;
|
||||
this.btnOfficePrint.Visible = false;
|
||||
this.btnOfficePrint.Click += new System.EventHandler(this.btnOfficePrint_Click);
|
||||
//
|
||||
// label6
|
||||
@@ -147,6 +146,7 @@
|
||||
this.label5.Size = new System.Drawing.Size(60, 13);
|
||||
this.label5.TabIndex = 10;
|
||||
this.label5.Text = "Archivieren";
|
||||
this.label5.Visible = false;
|
||||
//
|
||||
// ribbonButtonVersandstrasse
|
||||
//
|
||||
@@ -256,29 +256,29 @@
|
||||
this.ucAllgemeineDokumentParam1.bpperson_error_type = 0;
|
||||
this.ucAllgemeineDokumentParam1.check_error = "";
|
||||
this.ucAllgemeineDokumentParam1.checkpartner = true;
|
||||
clsdocgendata1.bezeichnung = null;
|
||||
clsdocgendata1.digitaleunterschrift = false;
|
||||
clsdocgendata1.dokumentdatum = null;
|
||||
clsdocgendata1.dokumenttypnr = null;
|
||||
clsdocgendata1.dokumentwerte = null;
|
||||
clsdocgendata1.ersteller = null;
|
||||
clsdocgendata1.erstelling_in_office = false;
|
||||
clsdocgendata1.erstellungsart = Model.Erstellungsart.DokumentBearbeiten;
|
||||
clsdocgendata1.frormularOhneUnterschrift = false;
|
||||
clsdocgendata1.inhaberadresse = null;
|
||||
clsdocgendata1.logo = "";
|
||||
clsdocgendata1.partnernr = null;
|
||||
clsdocgendata1.postzustellung = null;
|
||||
clsdocgendata1.status = null;
|
||||
clsdocgendata1.team = null;
|
||||
clsdocgendata1.unterschriftLinks = null;
|
||||
clsdocgendata1.unterschriftRehts = null;
|
||||
clsdocgendata1.verantwortlich = null;
|
||||
clsdocgendata1.versandstrasse_moeglich = false;
|
||||
clsdocgendata1.zustaendigkube = null;
|
||||
clsdocgendata1.zustaendigmitarbeiter = null;
|
||||
clsdocgendata1.zustelladresse = null;
|
||||
this.ucAllgemeineDokumentParam1.docgendata = clsdocgendata1;
|
||||
clsdocgendata2.bezeichnung = null;
|
||||
clsdocgendata2.digitaleunterschrift = false;
|
||||
clsdocgendata2.dokumentdatum = null;
|
||||
clsdocgendata2.dokumenttypnr = null;
|
||||
clsdocgendata2.dokumentwerte = null;
|
||||
clsdocgendata2.ersteller = null;
|
||||
clsdocgendata2.erstelling_in_office = false;
|
||||
clsdocgendata2.erstellungsart = Model.Erstellungsart.DokumentBearbeiten;
|
||||
clsdocgendata2.frormularOhneUnterschrift = false;
|
||||
clsdocgendata2.inhaberadresse = null;
|
||||
clsdocgendata2.logo = "";
|
||||
clsdocgendata2.partnernr = null;
|
||||
clsdocgendata2.postzustellung = null;
|
||||
clsdocgendata2.status = null;
|
||||
clsdocgendata2.team = null;
|
||||
clsdocgendata2.unterschriftLinks = null;
|
||||
clsdocgendata2.unterschriftRehts = null;
|
||||
clsdocgendata2.verantwortlich = null;
|
||||
clsdocgendata2.versandstrasse_moeglich = false;
|
||||
clsdocgendata2.zustaendigkube = null;
|
||||
clsdocgendata2.zustaendigmitarbeiter = null;
|
||||
clsdocgendata2.zustelladresse = null;
|
||||
this.ucAllgemeineDokumentParam1.docgendata = clsdocgendata2;
|
||||
this.ucAllgemeineDokumentParam1.dokumenttypnr = 0;
|
||||
this.ucAllgemeineDokumentParam1.genertated_dokumentid = null;
|
||||
this.ucAllgemeineDokumentParam1.interop = false;
|
||||
|
||||
@@ -122,7 +122,7 @@ namespace OnDoc.DocMgmt
|
||||
Logging.DocLog.Info("Dokumenterstellung", "frmDokumenterstellung", dokumentid, ucAllgemeineDokumentParam1.partnernr.ToString(), "Dokumenterstellung");
|
||||
if (dokumentid != "")
|
||||
{
|
||||
DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(AppParams.connectionstring, AppParams.tempdir);
|
||||
DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(AppParams.connectionstring, AppParams.tempdir, AppParams.RESTURI, AppParams.apikey);
|
||||
clsdok dok = new clsdok("", "", "");
|
||||
dok = Generator.Generate_Doc_EDOKA(dokumentid, ref dokdata, ucAllgemeineDokumentParam1.ErstellungInOffice);
|
||||
|
||||
|
||||
@@ -118,24 +118,6 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="btnOfficePrint.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAuRJREFUaEPt
|
||||
2cvLDXEcx/EjkZJYSESytsGC5JJLCv8AWYjcV7JRyjWl/AFPIUvJQor8ATZkoSgUOym55p6Q6/uT89XX
|
||||
75n5nTkz85uZhU+96jlzTqff58x3fnOe5+n1MwWf8atmH7AEyZOqgLzDUiRNygKiEknPhC/wFhNQJScR
|
||||
lkg6Tk0UkGTjlLLARbxxj5OMU8oCB7AQr92x2scpdQFFJcIzUds4NVFAWYQk45SywBmsdPbjB+z5WsYp
|
||||
ZYEidCbmoHTaLiCLUTp1F9iFawW8RycLFM1N/C+gdK3AZMz482OxdKmAFn8dDzFTB4qkKwUm4YY79gCF
|
||||
SsQKzIW/EVWxDD6+wFr4xRudiVmIJlbgAsI3LUvv7eMLPHE//4S/Ww8cpy4UMFr8IWyFLxEdp1iBI8i6
|
||||
CZVxFT5hAS3+ICxb8A32fO44tXERa7d5BFucXEEYnYmwxKgz0XSBcLcxGpmdCHMM/nW3MBZ/02QBffJ+
|
||||
8Rqb5+6xSuyGZQFewZ7/iBX4J7ECa7CnJlqYblK2GLtgp+Ne/5h8h16rxb/sHxP97rAKoxIrUOcu5Nni
|
||||
x0BRifuw53UmtBZ7rE8+c/FK0wXC3cYyDb6EyRwbn1iB7ThVgT4Av5/bJ5+XdbDXSu7Y+KS6iMPdJhyb
|
||||
MPMQXrADF6+kKJC122SNjaXQbpOXugvYV2K/+NjYFN5t8hIrsBea42HcRbj42sfGJ1ZAC7I3H1bSsfFJ
|
||||
USD52PjECqzHvgEO4wvCxRcdG9mA0qlyEU9Eld3GtPZXiY2wRQw7Nl5rBc7BFqE77zBj47VSYByewhax
|
||||
HFnJGxuvtgJfcRanCzgPW8ALjEeY2Nh4tRUoS9ttmEFj47VeYDM0/7OxA5fxCVmvzVKpgGZeu8fRIYzA
|
||||
L0AjdRv+q7PRTeoEst7HDPzjVd3ZhnChWR6j9B02ZS4ha8G6I+ubqP65Nx+djEbO/7fxGXQ/2ISp6HxW
|
||||
4w6OQxdf1vbZQHq931ZtB5WroluuAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ribbonButtonArchiv.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAADSdJREFUaEPV
|
||||
|
||||
4
Client/DocMgmt/Dokumentpaket.Designer.cs
generated
4
Client/DocMgmt/Dokumentpaket.Designer.cs
generated
@@ -207,7 +207,7 @@
|
||||
this.RibbonButtonGenerieren.LargeImage = global::OnDoc.Properties.Resources.DokumenteGenerieren_32x32_321;
|
||||
this.RibbonButtonGenerieren.Name = "RibbonButtonGenerieren";
|
||||
this.RibbonButtonGenerieren.SmallImage = ((System.Drawing.Image)(resources.GetObject("RibbonButtonGenerieren.SmallImage")));
|
||||
this.RibbonButtonGenerieren.Text = "Dokumente Generieren";
|
||||
this.RibbonButtonGenerieren.Text = "Dokumente_generieren";
|
||||
this.RibbonButtonGenerieren.Click += new System.EventHandler(this.RibbonButtonGenerieren_Click);
|
||||
//
|
||||
// RibbonButtonGenerate
|
||||
@@ -366,8 +366,10 @@
|
||||
this.dokList1.partnernr = 0;
|
||||
this.dokList1.profilnr = 0;
|
||||
this.dokList1.runmacros = false;
|
||||
this.dokList1.Search_Docid = "";
|
||||
this.dokList1.selected_cellvalue = null;
|
||||
this.dokList1.selected_dokumentid = null;
|
||||
this.dokList1.selected_partnernr = null;
|
||||
this.dokList1.Size = new System.Drawing.Size(477, 660);
|
||||
this.dokList1.TabIndex = 0;
|
||||
//
|
||||
|
||||
@@ -425,7 +425,7 @@ namespace OnDoc.DocMgmt
|
||||
if (dokumentid != "")
|
||||
{
|
||||
Logging.DocLog.Info("Dokument erstellt", "Dokumentpaket", dokumentid, uc.partnernr.ToString(), "Dokument erstellt");
|
||||
DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(AppParams.connectionstring, AppParams.tempdir);
|
||||
DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(AppParams.connectionstring, AppParams.tempdir, AppParams.RESTURI,AppParams.apikey);
|
||||
clsdok dok = new clsdok("", "", "");
|
||||
dok = Generator.Generate_Doc_EDOKA(dokumentid, ref dokdata);
|
||||
|
||||
|
||||
@@ -204,7 +204,7 @@ namespace OnDoc.DocMgmt
|
||||
|
||||
if (dokumentid != "")
|
||||
{
|
||||
DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(AppParams.connectionstring, AppParams.tempdir);
|
||||
DOCGEN.Generator.DocGenerator_from_EDOKA Generator = new DOCGEN.Generator.DocGenerator_from_EDOKA(AppParams.connectionstring, AppParams.tempdir, AppParams.RESTURI, AppParams.apikey);
|
||||
clsdok dok = new clsdok("", "", "");
|
||||
dok = Generator.Generate_Doc_EDOKA(dokumentid, ref dokdata);
|
||||
|
||||
|
||||
@@ -478,6 +478,17 @@ namespace OnDoc.UIControls
|
||||
try { sb.postzustellung = Convert.ToInt32(cbboxpostzustellung.SelectedValue.ToString()); } catch { sb.postzustellung = 0; }
|
||||
try { sb.unterschriftlinks = Convert.ToInt32(cbboxunterschriftlinks.SelectedValue.ToString()); } catch { sb.unterschriftlinks = 0; }
|
||||
try { sb.unterschriftrechts = Convert.ToInt32(cbboxunterschriftrechts.SelectedValue.ToString()); } catch { sb.unterschriftrechts = 0; }
|
||||
try
|
||||
{
|
||||
if (cbdigitaleunterschrfiten.Checked)
|
||||
{
|
||||
sb.faksimile_unterschrfit = "True";
|
||||
}
|
||||
else
|
||||
{
|
||||
sb.faksimile_unterschrfit = "False";
|
||||
}
|
||||
}catch { sb.faksimile_unterschrfit = "False"; }
|
||||
try { sb.team = Convert.ToInt32(cbboxteam.SelectedValue.ToString()); } catch { sb.team = 0; }
|
||||
sb.archivdatum = Convert.ToDateTime(DateDokumentDatum.Value);
|
||||
sb.dokumentdatum = Convert.ToDateTime(DateDokumentDatum.Value);
|
||||
@@ -1066,7 +1077,7 @@ namespace OnDoc.UIControls
|
||||
string filename = dokumentid + ".pdf";
|
||||
|
||||
|
||||
string pdfdoc = dget.Convert_Word_To_PDF(dg.generate_serienbrief(sb.VorlageBase64, sb, dokumentid));
|
||||
string pdfdoc = dget.Convert_Word_To_PDF(dg.generate_serienbrief(sb.VorlageBase64, sb, dokumentid, AppParams.RESTURI, AppParams.apikey));
|
||||
//string filename = "SB_" + sb.serienbriefnr.ToString() + vorlagendaten.Rows[i]["intEintragnr"].ToString() + ".pdf";
|
||||
|
||||
fh.SaveBase64ToFile(pdfdoc, AppParams.tempdir + filename);
|
||||
|
||||
50
Client/Properties/Resources.Designer.cs
generated
50
Client/Properties/Resources.Designer.cs
generated
@@ -1860,6 +1860,56 @@ namespace OnDoc.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Printer_16x16_32 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Printer_16x16_32", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Printer_24x24_32 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Printer_24x24_32", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Printer_256x256_32 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Printer_256x256_32", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Printer_32x32_32 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Printer_32x32_32", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap Printer_48x48_32 {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("Printer_48x48_32", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
||||
@@ -658,6 +658,21 @@
|
||||
<data name="Preview_Unten_48x48_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Preview_Unten_48x48-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Printer_16x16_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Printer_16x16-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Printer_24x24_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Printer_24x24-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Printer_256x256_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Printer_256x256-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Printer_32x32_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Printer_32x32-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Printer_48x48_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Printer_48x48-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="Refresh_16x16_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Refresh_16x16-32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
|
||||
BIN
Client/Resources/Printer_16x16-32.png
Normal file
BIN
Client/Resources/Printer_16x16-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 520 B |
BIN
Client/Resources/Printer_24x24-32.png
Normal file
BIN
Client/Resources/Printer_24x24-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 840 B |
BIN
Client/Resources/Printer_256x256-32.png
Normal file
BIN
Client/Resources/Printer_256x256-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
BIN
Client/Resources/Printer_32x32-32.png
Normal file
BIN
Client/Resources/Printer_32x32-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 830 B |
BIN
Client/Resources/Printer_48x48-32.png
Normal file
BIN
Client/Resources/Printer_48x48-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@@ -304,7 +304,7 @@ namespace OnDoc.UIControls.Administrator
|
||||
case "DOT":
|
||||
case "WORD":
|
||||
case "DOTM":
|
||||
SyncFWord sfword = new SyncFWord();
|
||||
SyncFWord sfword = new SyncFWord("", "");
|
||||
if (sfword.FindText(base64, this.toolStripTextBox1.Text) == true) { MessageBox.Show(dr[1].ToString()); }
|
||||
break;
|
||||
case "XLSM":
|
||||
|
||||
229
Client/UIControls/DocPreview.Designer.cs
generated
229
Client/UIControls/DocPreview.Designer.cs
generated
@@ -28,25 +28,26 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings4 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
|
||||
Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings4 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
|
||||
Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings1 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
|
||||
Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DocPreview));
|
||||
Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings4 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
|
||||
Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings1 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
|
||||
this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
|
||||
this.pnlEdit = new System.Windows.Forms.Panel();
|
||||
this.Open = new System.Windows.Forms.ToolStrip();
|
||||
this.txtPageNumber = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.zoomComboBox = new System.Windows.Forms.ToolStripComboBox();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.btnFirst = new System.Windows.Forms.ToolStripButton();
|
||||
this.btnPrevious = new System.Windows.Forms.ToolStripButton();
|
||||
this.txtPageNumber = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.btnNext = new System.Windows.Forms.ToolStripButton();
|
||||
this.btnLast = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.zoomIn = new System.Windows.Forms.ToolStripButton();
|
||||
this.zoomOut = new System.Windows.Forms.ToolStripButton();
|
||||
this.zoomComboBox = new System.Windows.Forms.ToolStripComboBox();
|
||||
this.FitPage = new System.Windows.Forms.ToolStripButton();
|
||||
this.FitWidth = new System.Windows.Forms.ToolStripButton();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.Open.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
@@ -63,17 +64,17 @@
|
||||
this.pdfViewerControl1.IsTextSearchEnabled = true;
|
||||
this.pdfViewerControl1.IsTextSelectionEnabled = true;
|
||||
this.pdfViewerControl1.Location = new System.Drawing.Point(76, 0);
|
||||
messageBoxSettings4.EnableNotification = true;
|
||||
this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings4;
|
||||
messageBoxSettings1.EnableNotification = true;
|
||||
this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings1;
|
||||
this.pdfViewerControl1.MinimumZoomPercentage = 50;
|
||||
this.pdfViewerControl1.Name = "pdfViewerControl1";
|
||||
this.pdfViewerControl1.PageBorderThickness = 1;
|
||||
pdfViewerPrinterSettings4.Copies = 1;
|
||||
pdfViewerPrinterSettings4.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto;
|
||||
pdfViewerPrinterSettings4.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize;
|
||||
pdfViewerPrinterSettings4.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings4.PrintLocation")));
|
||||
pdfViewerPrinterSettings4.ShowPrintStatusDialog = true;
|
||||
this.pdfViewerControl1.PrinterSettings = pdfViewerPrinterSettings4;
|
||||
pdfViewerPrinterSettings1.Copies = 1;
|
||||
pdfViewerPrinterSettings1.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto;
|
||||
pdfViewerPrinterSettings1.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize;
|
||||
pdfViewerPrinterSettings1.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation")));
|
||||
pdfViewerPrinterSettings1.ShowPrintStatusDialog = true;
|
||||
this.pdfViewerControl1.PrinterSettings = pdfViewerPrinterSettings1;
|
||||
this.pdfViewerControl1.ReferencePath = null;
|
||||
this.pdfViewerControl1.ScrollDisplacementValue = 0;
|
||||
this.pdfViewerControl1.ShowHorizontalScrollBar = true;
|
||||
@@ -83,10 +84,10 @@
|
||||
this.pdfViewerControl1.SpaceBetweenPages = 8;
|
||||
this.pdfViewerControl1.TabIndex = 3;
|
||||
this.pdfViewerControl1.Text = "pdfViewerControl1";
|
||||
textSearchSettings4.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64)))));
|
||||
textSearchSettings4.HighlightAllInstance = true;
|
||||
textSearchSettings4.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
|
||||
this.pdfViewerControl1.TextSearchSettings = textSearchSettings4;
|
||||
textSearchSettings1.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64)))));
|
||||
textSearchSettings1.HighlightAllInstance = true;
|
||||
textSearchSettings1.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
|
||||
this.pdfViewerControl1.TextSearchSettings = textSearchSettings1;
|
||||
this.pdfViewerControl1.ThemeName = "Default";
|
||||
this.pdfViewerControl1.VerticalScrollOffset = 0;
|
||||
this.pdfViewerControl1.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
|
||||
@@ -117,40 +118,15 @@
|
||||
this.zoomOut,
|
||||
this.zoomComboBox,
|
||||
this.FitPage,
|
||||
this.FitWidth});
|
||||
this.FitWidth,
|
||||
this.toolStripButton1});
|
||||
this.Open.Location = new System.Drawing.Point(3, 6);
|
||||
this.Open.Name = "Open";
|
||||
this.Open.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.Open.Size = new System.Drawing.Size(426, 33);
|
||||
this.Open.Size = new System.Drawing.Size(454, 41);
|
||||
this.Open.TabIndex = 5;
|
||||
this.Open.Text = "toolStrip1";
|
||||
//
|
||||
// btnFirst
|
||||
//
|
||||
this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.btnFirst.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
|
||||
this.btnFirst.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.btnFirst.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btnFirst.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.btnFirst.Name = "btnFirst";
|
||||
this.btnFirst.Size = new System.Drawing.Size(23, 23);
|
||||
this.btnFirst.ToolTipText = "Erste Seite";
|
||||
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
|
||||
//
|
||||
// btnPrevious
|
||||
//
|
||||
this.btnPrevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.btnPrevious.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnPrevious.Image = ((System.Drawing.Image)(resources.GetObject("btnPrevious.Image")));
|
||||
this.btnPrevious.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.btnPrevious.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btnPrevious.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.btnPrevious.Name = "btnPrevious";
|
||||
this.btnPrevious.Size = new System.Drawing.Size(23, 23);
|
||||
this.btnPrevious.ToolTipText = "Vorherige Seite";
|
||||
this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
|
||||
//
|
||||
// txtPageNumber
|
||||
//
|
||||
this.txtPageNumber.AutoSize = false;
|
||||
@@ -161,60 +137,10 @@
|
||||
this.txtPageNumber.Text = "1";
|
||||
this.txtPageNumber.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// btnNext
|
||||
//
|
||||
this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.btnNext.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
|
||||
this.btnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btnNext.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.btnNext.Name = "btnNext";
|
||||
this.btnNext.Size = new System.Drawing.Size(23, 23);
|
||||
this.btnNext.ToolTipText = "Nächste Seite";
|
||||
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
|
||||
//
|
||||
// btnLast
|
||||
//
|
||||
this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.btnLast.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image")));
|
||||
this.btnLast.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.btnLast.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btnLast.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.btnLast.Name = "btnLast";
|
||||
this.btnLast.Size = new System.Drawing.Size(23, 23);
|
||||
this.btnLast.ToolTipText = "Letzte Seite";
|
||||
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
|
||||
//
|
||||
// toolStripSeparator2
|
||||
//
|
||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
|
||||
//
|
||||
// zoomIn
|
||||
//
|
||||
this.zoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.zoomIn.Image = ((System.Drawing.Image)(resources.GetObject("zoomIn.Image")));
|
||||
this.zoomIn.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.zoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.zoomIn.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.zoomIn.Name = "zoomIn";
|
||||
this.zoomIn.Size = new System.Drawing.Size(23, 23);
|
||||
this.zoomIn.ToolTipText = "Verkleinern";
|
||||
this.zoomIn.Click += new System.EventHandler(this.zoomIn_Click);
|
||||
//
|
||||
// zoomOut
|
||||
//
|
||||
this.zoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.zoomOut.Image = ((System.Drawing.Image)(resources.GetObject("zoomOut.Image")));
|
||||
this.zoomOut.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.zoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.zoomOut.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.zoomOut.Name = "zoomOut";
|
||||
this.zoomOut.Size = new System.Drawing.Size(23, 23);
|
||||
this.zoomOut.ToolTipText = "Vergrössern";
|
||||
this.zoomOut.Click += new System.EventHandler(this.zoomOut_Click);
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
|
||||
//
|
||||
// zoomComboBox
|
||||
//
|
||||
@@ -228,10 +154,95 @@
|
||||
"400%"});
|
||||
this.zoomComboBox.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.zoomComboBox.Name = "zoomComboBox";
|
||||
this.zoomComboBox.Size = new System.Drawing.Size(75, 23);
|
||||
this.zoomComboBox.Size = new System.Drawing.Size(75, 31);
|
||||
this.zoomComboBox.Text = "100%";
|
||||
this.zoomComboBox.SelectedIndexChanged += new System.EventHandler(this.zoomComboBox_SelectedIndexChanged);
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.Open);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel1.Location = new System.Drawing.Point(76, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(781, 41);
|
||||
this.panel1.TabIndex = 6;
|
||||
//
|
||||
// btnFirst
|
||||
//
|
||||
this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.btnFirst.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnFirst.Image = ((System.Drawing.Image)(resources.GetObject("btnFirst.Image")));
|
||||
this.btnFirst.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.btnFirst.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btnFirst.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.btnFirst.Name = "btnFirst";
|
||||
this.btnFirst.Size = new System.Drawing.Size(23, 31);
|
||||
this.btnFirst.ToolTipText = "Erste Seite";
|
||||
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
|
||||
//
|
||||
// btnPrevious
|
||||
//
|
||||
this.btnPrevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.btnPrevious.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnPrevious.Image = ((System.Drawing.Image)(resources.GetObject("btnPrevious.Image")));
|
||||
this.btnPrevious.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.btnPrevious.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btnPrevious.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.btnPrevious.Name = "btnPrevious";
|
||||
this.btnPrevious.Size = new System.Drawing.Size(23, 31);
|
||||
this.btnPrevious.ToolTipText = "Vorherige Seite";
|
||||
this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
|
||||
//
|
||||
// btnNext
|
||||
//
|
||||
this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.btnNext.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnNext.Image = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
|
||||
this.btnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btnNext.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.btnNext.Name = "btnNext";
|
||||
this.btnNext.Size = new System.Drawing.Size(23, 31);
|
||||
this.btnNext.ToolTipText = "Nächste Seite";
|
||||
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
|
||||
//
|
||||
// btnLast
|
||||
//
|
||||
this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.btnLast.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
||||
this.btnLast.Image = ((System.Drawing.Image)(resources.GetObject("btnLast.Image")));
|
||||
this.btnLast.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.btnLast.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btnLast.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.btnLast.Name = "btnLast";
|
||||
this.btnLast.Size = new System.Drawing.Size(23, 31);
|
||||
this.btnLast.ToolTipText = "Letzte Seite";
|
||||
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
|
||||
//
|
||||
// zoomIn
|
||||
//
|
||||
this.zoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.zoomIn.Image = ((System.Drawing.Image)(resources.GetObject("zoomIn.Image")));
|
||||
this.zoomIn.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.zoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.zoomIn.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.zoomIn.Name = "zoomIn";
|
||||
this.zoomIn.Size = new System.Drawing.Size(23, 31);
|
||||
this.zoomIn.ToolTipText = "Verkleinern";
|
||||
this.zoomIn.Click += new System.EventHandler(this.zoomIn_Click);
|
||||
//
|
||||
// zoomOut
|
||||
//
|
||||
this.zoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.zoomOut.Image = ((System.Drawing.Image)(resources.GetObject("zoomOut.Image")));
|
||||
this.zoomOut.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||||
this.zoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.zoomOut.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.zoomOut.Name = "zoomOut";
|
||||
this.zoomOut.Size = new System.Drawing.Size(23, 31);
|
||||
this.zoomOut.ToolTipText = "Vergrössern";
|
||||
this.zoomOut.Click += new System.EventHandler(this.zoomOut_Click);
|
||||
//
|
||||
// FitPage
|
||||
//
|
||||
this.FitPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
@@ -240,7 +251,7 @@
|
||||
this.FitPage.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.FitPage.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.FitPage.Name = "FitPage";
|
||||
this.FitPage.Size = new System.Drawing.Size(23, 23);
|
||||
this.FitPage.Size = new System.Drawing.Size(23, 31);
|
||||
this.FitPage.ToolTipText = "Eine Seite";
|
||||
this.FitPage.Visible = false;
|
||||
this.FitPage.Click += new System.EventHandler(this.FitPage_Click);
|
||||
@@ -253,20 +264,21 @@
|
||||
this.FitWidth.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.FitWidth.Margin = new System.Windows.Forms.Padding(8, 0, 0, 0);
|
||||
this.FitWidth.Name = "FitWidth";
|
||||
this.FitWidth.Size = new System.Drawing.Size(23, 23);
|
||||
this.FitWidth.Size = new System.Drawing.Size(23, 31);
|
||||
this.FitWidth.Text = "FitWidth";
|
||||
this.FitWidth.ToolTipText = "Seitenbreite";
|
||||
this.FitWidth.Visible = false;
|
||||
this.FitWidth.Click += new System.EventHandler(this.FitWidth_Click);
|
||||
//
|
||||
// panel1
|
||||
// toolStripButton1
|
||||
//
|
||||
this.panel1.Controls.Add(this.Open);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel1.Location = new System.Drawing.Point(76, 0);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(781, 41);
|
||||
this.panel1.TabIndex = 6;
|
||||
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.toolStripButton1.Image = global::OnDoc.Properties.Resources.Printer_24x24_32;
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(28, 28);
|
||||
this.toolStripButton1.Text = "toolStripButton1";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// DocPreview
|
||||
//
|
||||
@@ -302,5 +314,6 @@
|
||||
private System.Windows.Forms.ToolStripButton FitPage;
|
||||
private System.Windows.Forms.ToolStripButton FitWidth;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -264,5 +264,10 @@ namespace OnDoc.UIControls
|
||||
ZoomPercentage = 169;
|
||||
zoomComboBox.Text = ZoomPercentage.ToString() + "%";
|
||||
}
|
||||
|
||||
private void toolStripButton1_Click(object sender, EventArgs e)
|
||||
{
|
||||
pdfViewerControl1.Print(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="pdfViewerPrinterSettings4.PrintLocation" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<data name="pdfViewerPrinterSettings1.PrintLocation" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>
|
||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
|
||||
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABVTeXN0ZW0uRHJh
|
||||
@@ -132,10 +132,10 @@
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADVSURBVDhPY3CLL/8Pw65x5Q8YSATOsRXCrvGlGygyyC2u
|
||||
1NEtvuwJSC9ZBtnb17MA1bfZRxT8hekl2SDnxAoloCtOIOsDYZIMcksoi3KJKP+ErAeGiTLIL6mUFyi3
|
||||
1NEtvuwJSC9ZBtnb17MA1bfZh+X9hekl2SDnxAoloCtOIOsDYZIMcksoi3KJKP+ErAeGiTLIL6mUFyi3
|
||||
CFktOiZokEdChalrfPkdZHXYMF6DXGLL5XB5BR0TdlFipZZbbMklZHXYMFFhZB9fzwH03mRkteiYKINg
|
||||
wC221Aeo7jWyHhgmySAQcEkqlXKLLd+DrA+ESTYIBOrr65nc4srL3eILflNkEAwgJw2KDAIBSGItXwQA
|
||||
NuYz+AIzheMAAAAASUVORK5CYII=
|
||||
wC221Aeo7jWyHhgmySAQcEkqlXKLLd+DrA+ESTYIBOrr65nc4srL3eLzflNkEAwgJw2KDAIBSGItXwQA
|
||||
J9Qz8tyQmCQAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnPrevious.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
@@ -143,8 +143,8 @@
|
||||
iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACzSURBVDhPYyAFeMWXSLjFlW2FcgkDt/jyYLf4ojdA+j9U
|
||||
CDdwSSvnd40rXwRSDMNQKezALa7U0TGm7BGyBpya7OPrOdziy/qACv6hawBhqDIEcI4tN3SNK7uKTTEM
|
||||
Q5UyMISGhjK7xJVXucUX/MamEBmDNbjFVKi4xpcdw6YAG2YAOiUdyPiCLoEPk6eJLOfBAMkBgQxICnJk
|
||||
QHLkIgOSkhEyIDnBIgOgYuKzBjKAZMKyrQCr0A6qDDwF9gAAAABJRU5ErkJggg==
|
||||
Q5UyMISGhjK7xJVXucXn/camEBmDNbjFVKi4xpcdw6YAG2YAOiUdyPiCLoEPk6eJLOfBAMkBgQxICnJk
|
||||
QHLkIgOSkhEyIDnBIgOgYuKzBjKAZMKyrQCkPg6mmNw2kwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnNext.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
@@ -152,39 +152,39 @@
|
||||
iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACeSURBVDhPY3CNLd3iFV8iwUAKcIsv/w/Er90TyoKgQoQB
|
||||
VBMYu8aXLfSIrueDSuEGyJoguOihe3y5A1QaO8DUBMb/gLjXPr6eA6oMFaApRsEu8eVXXONLDKBKEQCb
|
||||
YhQcUf7LNa6sMjQ0lBmqhQhNUOwSV37UI65EmSRNUPzFLb4ijbaaSHMeqQFBapCTGrkkJiNSEyxpWYP0
|
||||
TMjAAAAOUA6wPpjOgAAAAABJRU5ErkJggg==
|
||||
YhQcVv7LNa6sMjQ0lBmqhQhNUOwSV37UI65EmSRNUPzFLb4ijbaaSHMeqQFBapCTGrkkJiNSEyxpWYP0
|
||||
TMjAAAAG+g6sHS8nigAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="btnLast.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADaSURBVDhPY3CNK1/kl1TKy0AiAOp74BZf/h+GGUCEa3z5
|
||||
HY+EClOoGqIAVoMguOC3W1x5eX19PRNULV6AxyAIdo0v2+2SVCoFVY8TEDQIil+7xZb6QPVgBcQaBMbA
|
||||
HY+EClOoGqIAVoMgOO+3W1x5eX19PRNULV6AxyAIdo0v2+2SVCoFVY8TEDQIil+7xZb6QPVgBcQaBMbA
|
||||
sJtsH1/PAdWLAkgyCIxjSy55JFZqQfXDAekGAbFLRPknl9hyOagZYECyQbiSBmlhhCexEmUQyCtuCWVR
|
||||
UD1YAREGlZ1wTqxQgqrHCXAaZB9R8BdIt9nb17NA1eIFOAwqe+IWV+oIVUMUwDDINb50g3NshTBUnmiA
|
||||
alD5fwD5dTP3Q5iDpgAAAABJRU5ErkJggg==
|
||||
UD1YAREGlZ1wTqxQgqrHCXAaZB+W9xdIt9nb17NA1eIFOAwqe+IWV+oIVUMUwDDINb50g3NshTBUnmiA
|
||||
alD5fwDu3zPxKNmfQgAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="zoomIn.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADPSURBVDhPY0AH9vb1LC5xFZFucWWrXOLLH7vFF/wGYTAb
|
||||
JAaUA6mBKscO3BLKXF3jy++4xZf/x4ed40tuu8dWuEC1oQKgbZn2EQV/sWnEhsFqgXqg2iHANa48EJti
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADPSURBVDhPY0AH9vb1LC5xFZFucWWrXOLLH7vF5/0GYTAb
|
||||
JAaUA6mBKscO3BLKXF3jy++4xZf/x4ed40tuu8dWuEC1oQKgbZn2YXl/sWnEhsFqgXqg2iHANa48EJti
|
||||
YjBIL9gQ+/h8Aafo4lfYFBGDQXpBZjAAObnokmTgXAaXuPJDWCRIwiAzQC76hizoHl/uQAxG1gPE30AG
|
||||
IQv8BwccEQBDH5BAcZFrfIkBMRhZDxB/o2oYUSfWqJaOQIAqKRsGqJLXYIAquR8GyCuPGBgAOKDxdMLp
|
||||
HrkAAAAASUVORK5CYII=
|
||||
IQv8BwccEQBDH5BAcZFrfIkBMRhZDxB/o2oYUSfWqJaOQIAqKRsGqJLXYIAquR8GyCuPGBgA/mnxXG9M
|
||||
KfwAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="zoomOut.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEdSURBVDhPY0AH9vb1LC5xFZFucWWrXOLLH7vFF/wGYTAb
|
||||
JAaUA6mBKscO3GMrXFzjy++4xZf/x4ed40tug9RCtaECoG2Z9hEFf7FpxIbBaoF6oNohwDWuPBCr4viy
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEdSURBVDhPY0AH9vb1LC5xFZFucWWrXOLLH7vF5/0GYTAb
|
||||
JAaUA6mBKscO3GMrXFzjy++4xZf/x4ed40tug9RCtaECoG2Z9mF5f7FpxIbBaoF6oNohwDWuPBCr4viy
|
||||
j85xJRdAGMTGpgakF2yIfXy+gFN08SusiuJLN4AVAQGIjU0NSC/IDAYgJxddEoaJMQiKcxlc4soPYZEA
|
||||
Y2INApkBctE3ZEH3+HIHGHaNqdSBmsMAYiPLIesB4m8gg5AF/kP1EQQY+oAEiotc40sM4DimWBGqD+ii
|
||||
YkVkOWQ9QPyNqmFEnVijWjoCK8KRst3ii94A6QMQDGZjqIGnbBigSl6DAbeEMldicj9IDc7cDwPw8ii+
|
||||
fLVbfNkT4sojBgYAFg7NfrDJ4qoAAAAASUVORK5CYII=
|
||||
fLVbfNkT4sojBgYA29fNZohv9VsAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="FitPage.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
||||
@@ -470,19 +470,19 @@
|
||||
<data name="ribbonbuttonlogin.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wQAADsEBuJFr7QAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
vwAADr8BOAVTJAAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ribbonbuttonlogin.LargeImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wQAADsEBuJFr7QAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
vwAADr8BOAVTJAAAABpJREFUWEftwQEBAAAAgiD/r25IQAAAAMC5GhAgAAGdeElDAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ribbonbuttonlogin.SmallImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wQAADsEBuJFr7QAAABNJREFUOE9jGAWjYBSMAjBgYAAABBAAAadEfGMAAAAASUVORK5CYII=
|
||||
vwAADr8BOAVTJAAAABNJREFUOE9jGAWjYBSMAjBgYAAABBAAAadEfGMAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="pdfConfig1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
|
||||
@@ -415,6 +415,7 @@ namespace OnDoc.UIControls
|
||||
if (rbasPDFarchivieren.Checked) { docgendata.erstellungsart = Erstellungsart.DokumentAlsPDFArchivieren; }
|
||||
|
||||
docgendata.dokumentwerte = gridDokwertlist.DataSource as DataTable;
|
||||
|
||||
}
|
||||
|
||||
public void update_dokdata(ref clsDocData dokdata)
|
||||
@@ -434,6 +435,7 @@ namespace OnDoc.UIControls
|
||||
dokdata.Bezeichnung = docgendata.bezeichnung;
|
||||
if (docgendata.erstellungsart == Erstellungsart.DokumentAlsPDF) { dokdata.Result_as_PDF = "True"; } else { dokdata.Result_as_PDF = "False"; }
|
||||
if (docgendata.digitaleunterschrift == true) { dokdata.As_Faksimile = "True"; } else { dokdata.As_Faksimile = "False"; }
|
||||
if (docgendata.frormularOhneUnterschrift==true) { dokdata.Form_ohne_Unterschrift = "True" ; } else { dokdata.Form_ohne_Unterschrift = "False"; }
|
||||
dokdata.dokumentwerte = docgendata.dokumentwerte;
|
||||
dokdata.Barcode = barcode;
|
||||
dokdata.VorlageNr = this.vorlagenr.ToString();
|
||||
|
||||
60
Client/VSdoc/Solution+.hhc
Normal file
60
Client/VSdoc/Solution+.hhc
Normal file
@@ -0,0 +1,60 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com">
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<title>OnDoc</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="vsdocman_overrides.css">
|
||||
</head>
|
||||
<BODY>
|
||||
<H1>
|
||||
OnDoc
|
||||
</H1>
|
||||
|
||||
<p>
|
||||
<a href="API_NetFramework/index.html">API_NetFramework</a>
|
||||
<p>
|
||||
<a href="BarcodeLib/index.html">BarcodeLib</a>
|
||||
<p>
|
||||
<a href="CSVNET/index.html">CSVNET</a>
|
||||
<p>
|
||||
<a href="Client/index.html">Client</a>
|
||||
<p>
|
||||
<a href="Database/index.html">Database</a>
|
||||
<p>
|
||||
<a href="DocGen/index.html">DocGen</a>
|
||||
<p>
|
||||
<a href="DocIO_Demo_SHU/index.html">DocIO_Demo_SHU</a>
|
||||
<p>
|
||||
<a href="ExcelNet/index.html">ExcelNet</a>
|
||||
<p>
|
||||
<a href="Excel_Test/index.html">Excel_Test</a>
|
||||
<p>
|
||||
<a href="Helper/index.html">Helper</a>
|
||||
<p>
|
||||
<a href="ILMocup/index.html">ILMocup</a>
|
||||
<p>
|
||||
<a href="Logging/index.html">Logging</a>
|
||||
<p>
|
||||
<a href="Model/index.html">Model</a>
|
||||
<p>
|
||||
<a href="NativVorlagen/index.html">NativVorlagen</a>
|
||||
<p>
|
||||
<a href="OfficePrinter/index.html">OfficePrinter</a>
|
||||
<p>
|
||||
<a href="OnDocMessage/index.html">OnDocMessage</a>
|
||||
<p>
|
||||
<a href="OnDocOffice/index.html">OnDocOffice</a>
|
||||
<p>
|
||||
<a href="OnDocWPF/index.html">OnDocWPF</a>
|
||||
<p>
|
||||
<a href="OnDocWeb/index.html">OnDocWeb</a>
|
||||
<p>
|
||||
<a href="Tools_StringCipher/index.html">Tools_StringCipher</a>
|
||||
<p>
|
||||
<a href="VBFileManagement/index.html">VBFileManagement</a>
|
||||
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
0
Client/VSdoc/Solution+.hhp
Normal file
0
Client/VSdoc/Solution+.hhp
Normal file
14
Client/VSdoc/index.html_rename
Normal file
14
Client/VSdoc/index.html_rename
Normal file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<title>Default page</title>
|
||||
<META http-equiv="refresh" content="0;URL=topic_0000000000000198.html">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="vsdocman_overrides.css">
|
||||
</head>
|
||||
<body style="direction: ltr;">
|
||||
<center>
|
||||
<a href="topic_0000000000000198.html">Go to default page</a>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
91
Client/VSdoc/search--.html_rename
Normal file
91
Client/VSdoc/search--.html_rename
Normal file
@@ -0,0 +1,91 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" />
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<title>Search</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css">
|
||||
<script src="msdn2019/msdn2019.js" type="text/javascript"></script>
|
||||
<script src="msdn2019/search.js"></script>
|
||||
<script src="search--/search_index.js" type="text/javascript"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="vsdocman_overrides.css">
|
||||
</head>
|
||||
|
||||
<body style="direction: ltr;">
|
||||
<div id="topic">
|
||||
<!--HEADER START-->
|
||||
<div id="header">
|
||||
<div id="header-top-container">
|
||||
<div id="header-top-parent-container1">
|
||||
<div id="header-top-container1">
|
||||
<div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div>
|
||||
<div id="runningHeaderText1b"><script>
|
||||
document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</script></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="header-top-container2">
|
||||
<div id="runningHeaderText">Client Reference</div>
|
||||
|
||||
<div id="search-bar-container">
|
||||
<form id="search-bar" action="search--.html">
|
||||
<input id="HeaderSearchInput" type="search" name="search" placeholder="Search" >
|
||||
<button id="btn-search" class="c-glyph" title="Search">
|
||||
<span>Search</span>
|
||||
</button>
|
||||
</form>
|
||||
<button id="cancel-search" class="cancel-search" title="Cancel">
|
||||
<span>Cancel</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<hr />
|
||||
<div id="header-breadcrumbs">
|
||||
<ul>
|
||||
<li>Search</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="headerLinks">
|
||||
</div>
|
||||
<hr />
|
||||
</div>
|
||||
<!--HEADER END-->
|
||||
<div id="mainSection">
|
||||
<div id="mainBody">
|
||||
|
||||
<div id="search-results-section">
|
||||
<h1 class="title"><span id="search-results-heading-count"></span>
|
||||
<span id="search-results-heading-text">Search results for</span>
|
||||
<span id="search-results-heading-phrase"></span></h1>
|
||||
|
||||
<div id="search-results-container"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<div id="footer-container">
|
||||
<p>Generated with <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
<!--
|
||||
try {
|
||||
search();
|
||||
} catch (ex) {}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +1 @@
|
||||
search_result['0']=["topic_0000000000000000.html","EDOKA_2024.Diverses Namespace",""];
|
||||
search_result['0']=["index.html","Default page",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['1']=["topic_0000000000000001.html","frmCalendar Class",""];
|
||||
search_result['1']=["search--.html","Search",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['10']=["topic_0000000000000004.html","frmLogin Class",""];
|
||||
search_result['10']=["topic_0000000000000003.html","frmCalendar Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['100']=["topic_000000000000002D.html","FrmDokumenterstellung Class",""];
|
||||
search_result['100']=["topic_000000000000001F_attached_props--.html","valueselector Attached Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['101']=["topic_000000000000002D_attached_props--.html","FrmDokumenterstellung Attached Properties",""];
|
||||
search_result['101']=["topic_000000000000001F_events--.html","valueselector Events",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['102']=["topic_000000000000002D_events--.html","FrmDokumenterstellung Events",""];
|
||||
search_result['102']=["topic_000000000000001F_methods--.html","valueselector Methods",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['103']=["topic_000000000000002D_methods--.html","FrmDokumenterstellung Methods",""];
|
||||
search_result['103']=["topic_000000000000001F_overloads--.html","Dokumenterstellung Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['104']=["topic_000000000000002D_props--.html","FrmDokumenterstellung Properties",""];
|
||||
search_result['104']=["topic_000000000000001F_props--.html","valueselector Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['105']=["topic_000000000000002D_vars--.html","FrmDokumenterstellung Fields",""];
|
||||
search_result['105']=["topic_000000000000001F_vars--.html","valueselector Fields",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['106']=["topic_000000000000002E.html","FrmDokumenterstellung Constructor",""];
|
||||
search_result['106']=["topic_0000000000000020.html","valueselector.partnernr Property",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['107']=["topic_000000000000002E_overloads--.html","FrmDokumenterstellung Constructor",""];
|
||||
search_result['107']=["topic_0000000000000020_overloads--.html","Dokumenterstellung Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['108']=["topic_000000000000002F.html","FrmDokumenterstellung(Int32, Int32, Int32) Constructor",""];
|
||||
search_result['108']=["topic_0000000000000021.html","valueselector.datenherkunft Property",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['109']=["topic_000000000000002F_overloads--.html","FrmDokumenterstellung Constructor",""];
|
||||
search_result['109']=["topic_0000000000000021_overloads--.html","Dokumenterstellung Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['11']=["topic_0000000000000004_attached_props--.html","frmLogin Attached Properties",""];
|
||||
search_result['11']=["topic_0000000000000003_overloads--.html","frmCalendar.Dispose Method","Clean up any resources being used."];
|
||||
@@ -1 +1 @@
|
||||
search_result['110']=["topic_0000000000000030.html","FrmDokumenterstellung.Dispose Method","Clean up any resources being used."];
|
||||
search_result['110']=["topic_0000000000000022.html","valueselector.selected_value Property",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['111']=["topic_0000000000000030_overloads--.html","FrmDokumenterstellung.Dispose Method","Clean up any resources being used."];
|
||||
search_result['111']=["topic_0000000000000023.html","valueselector Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['112']=["topic_0000000000000031.html","EDOKA_2024.UIControls Namespace",""];
|
||||
search_result['112']=["topic_0000000000000023_overloads--.html","Dokumenterstellung.Dispose Method","Clean up any resources being used."];
|
||||
@@ -1 +1 @@
|
||||
search_result['113']=["topic_0000000000000032.html","Serienbrief Class",""];
|
||||
search_result['113']=["topic_0000000000000024.html","valueselector.load_data Method",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['114']=["topic_0000000000000032_attached_props--.html","Serienbrief Attached Properties",""];
|
||||
search_result['114']=["topic_0000000000000024_attached_props--.html","Dokumentpaket Attached Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['115']=["topic_0000000000000032_events--.html","Serienbrief Events",""];
|
||||
search_result['115']=["topic_0000000000000024_events--.html","Dokumentpaket Events",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['116']=["topic_0000000000000032_methods--.html","Serienbrief Methods",""];
|
||||
search_result['116']=["topic_0000000000000024_methods--.html","Dokumentpaket Methods",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['117']=["topic_0000000000000032_props--.html","Serienbrief Properties",""];
|
||||
search_result['117']=["topic_0000000000000024_props--.html","Dokumentpaket Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['118']=["topic_0000000000000032_vars--.html","Serienbrief Fields",""];
|
||||
search_result['118']=["topic_0000000000000024_vars--.html","Dokumentpaket Fields",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['119']=["topic_0000000000000033.html","Serienbrief Constructor",""];
|
||||
search_result['119']=["topic_0000000000000025.html","valueselector.Dispose Method","Clean up any resources being used."];
|
||||
@@ -1 +1 @@
|
||||
search_result['12']=["topic_0000000000000004_events--.html","frmLogin Events",""];
|
||||
search_result['12']=["topic_0000000000000004.html","frmCalendar.Dispose Method","Clean up any resources being used."];
|
||||
@@ -1 +1 @@
|
||||
search_result['120']=["topic_0000000000000034.html","Serienbrief.Dispose Method","Clean up any resources being used."];
|
||||
search_result['120']=["topic_0000000000000025_overloads--.html","Dokumentpaket Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['121']=["topic_0000000000000034_overloads--.html","Serienbrief.Dispose Method","Clean up any resources being used."];
|
||||
search_result['121']=["topic_0000000000000026.html","OnDoc.DocMgmt Namespace",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['122']=["topic_0000000000000035.html","EDOKA_2024.UICintrols Namespace",""];
|
||||
search_result['122']=["topic_0000000000000026_overloads--.html","Dokumentpaket Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['123']=["topic_0000000000000036.html","Vorlagenauswahl Class",""];
|
||||
search_result['123']=["topic_0000000000000027.html","DokTypFavoritenOrdner Class",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['124']=["topic_0000000000000036_attached_props--.html","Vorlagenauswahl Attached Properties",""];
|
||||
search_result['124']=["topic_0000000000000027_attached_props--.html","DokTypFavoritenOrdner Attached Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['125']=["topic_0000000000000036_events--.html","Vorlagenauswahl Events",""];
|
||||
search_result['125']=["topic_0000000000000027_events--.html","DokTypFavoritenOrdner Events",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['126']=["topic_0000000000000036_methods--.html","Vorlagenauswahl Methods",""];
|
||||
search_result['126']=["topic_0000000000000027_methods--.html","DokTypFavoritenOrdner Methods",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['127']=["topic_0000000000000036_props--.html","Vorlagenauswahl Properties",""];
|
||||
search_result['127']=["topic_0000000000000027_overloads--.html","Dokumentpaket.Dispose Method","Clean up any resources being used."];
|
||||
@@ -1 +1 @@
|
||||
search_result['128']=["topic_0000000000000036_vars--.html","Vorlagenauswahl Fields",""];
|
||||
search_result['128']=["topic_0000000000000027_props--.html","DokTypFavoritenOrdner Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['129']=["topic_0000000000000037.html","Vorlagenauswahl.dokumenttypnr Property",""];
|
||||
search_result['129']=["topic_0000000000000027_vars--.html","DokTypFavoritenOrdner Fields",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['13']=["topic_0000000000000004_methods--.html","frmLogin Methods",""];
|
||||
search_result['13']=["topic_0000000000000004_attached_props--.html","frmLogin Attached Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['130']=["topic_0000000000000038.html","Vorlagenauswahl Constructor",""];
|
||||
search_result['130']=["topic_0000000000000028.html","DokTypFavoritenOrdner.mitarbeiternr Property",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['131']=["topic_0000000000000039.html","Vorlagenauswahl.load_standard Method",""];
|
||||
search_result['131']=["topic_0000000000000028_attached_props--.html","frmDocPreview Attached Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['132']=["topic_000000000000003A.html","Vorlagenauswahl.Dispose Method","Verwendete Ressourcen bereinigen."];
|
||||
search_result['132']=["topic_0000000000000028_events--.html","frmDocPreview Events",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['133']=["topic_000000000000003A_overloads--.html","Vorlagenauswahl.Dispose Method","Verwendete Ressourcen bereinigen."];
|
||||
search_result['133']=["topic_0000000000000028_methods--.html","frmDocPreview Methods",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['134']=["topic_000000000000003B.html","EDOKA_2024.Helper Namespace",""];
|
||||
search_result['134']=["topic_0000000000000028_props--.html","frmDocPreview Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['135']=["topic_000000000000003C.html","ConvertHelper Class",""];
|
||||
search_result['135']=["topic_0000000000000028_vars--.html","frmDocPreview Fields",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['136']=["topic_000000000000003C_attached_props--.html","ConvertHelper Attached Properties",""];
|
||||
search_result['136']=["topic_0000000000000029.html","DokTypFavoritenOrdner.sourcenoude Property",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['137']=["topic_000000000000003C_events--.html","ConvertHelper Events",""];
|
||||
search_result['137']=["topic_000000000000002A.html","DokTypFavoritenOrdner Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['138']=["topic_000000000000003C_methods--.html","ConvertHelper Methods",""];
|
||||
search_result['138']=["topic_000000000000002B.html","DokTypFavoritenOrdner.PopulateTree_Favoriten Method",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['139']=["topic_000000000000003C_props--.html","ConvertHelper Properties",""];
|
||||
search_result['139']=["topic_000000000000002B_overloads--.html","frmDocPreview.Dispose Method","Clean up any resources being used."];
|
||||
@@ -1 +1 @@
|
||||
search_result['14']=["topic_0000000000000004_props--.html","frmLogin Properties",""];
|
||||
search_result['14']=["topic_0000000000000004_events--.html","frmLogin Events",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['140']=["topic_000000000000003C_vars--.html","ConvertHelper Fields",""];
|
||||
search_result['140']=["topic_000000000000002C.html","DokTypFavoritenOrdner.Dispose Method","Clean up any resources being used."];
|
||||
@@ -1 +1 @@
|
||||
search_result['141']=["topic_000000000000003D.html","FileHelper Class",""];
|
||||
search_result['141']=["topic_000000000000002D.html","DokTypSelect Class",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['142']=["topic_000000000000003D_attached_props--.html","FileHelper Attached Properties",""];
|
||||
search_result['142']=["topic_000000000000002D_attached_props--.html","DokTypSelect Attached Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['143']=["topic_000000000000003D_events--.html","FileHelper Events",""];
|
||||
search_result['143']=["topic_000000000000002D_events--.html","DokTypSelect Events",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['144']=["topic_000000000000003D_methods--.html","FileHelper Methods",""];
|
||||
search_result['144']=["topic_000000000000002D_methods--.html","DokTypSelect Methods",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['145']=["topic_000000000000003D_props--.html","FileHelper Properties",""];
|
||||
search_result['145']=["topic_000000000000002D_props--.html","DokTypSelect Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['146']=["topic_000000000000003D_vars--.html","FileHelper Fields",""];
|
||||
search_result['146']=["topic_000000000000002D_vars--.html","DokTypSelect Fields",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['147']=["topic_000000000000003E.html","FileHelper.SaveBase64ToFile Method",""];
|
||||
search_result['147']=["topic_000000000000002E.html","DokTypSelect.dokumenttypnr Property",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['148']=["topic_000000000000003F.html","TableHelper Class",""];
|
||||
search_result['148']=["topic_000000000000002E_overloads--.html","FrmDokumenterstellung Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['149']=["topic_000000000000003F_attached_props--.html","TableHelper Attached Properties",""];
|
||||
search_result['149']=["topic_000000000000002F.html","DokTypSelect.favoriten Property",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['15']=["topic_0000000000000004_vars--.html","frmLogin Fields",""];
|
||||
search_result['15']=["topic_0000000000000004_methods--.html","frmLogin Methods",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['150']=["topic_000000000000003F_events--.html","TableHelper Events",""];
|
||||
search_result['150']=["topic_000000000000002F_overloads--.html","FrmDokumenterstellung Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['151']=["topic_000000000000003F_methods--.html","TableHelper Methods",""];
|
||||
search_result['151']=["topic_0000000000000030.html","DokTypSelect.type Property",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['152']=["topic_000000000000003F_props--.html","TableHelper Properties",""];
|
||||
search_result['152']=["topic_0000000000000030_overloads--.html","FrmDokumenterstellung.Dispose Method","Clean up any resources being used."];
|
||||
@@ -1 +1 @@
|
||||
search_result['153']=["topic_000000000000003F_vars--.html","TableHelper Fields",""];
|
||||
search_result['153']=["topic_0000000000000031.html","DokTypSelect.vorlagentype Property",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['154']=["topic_0000000000000040.html","TableHelper.SetColumnsOrder Method",""];
|
||||
search_result['154']=["topic_0000000000000032.html","DokTypSelect Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['155']=["topic_0000000000000041.html","TableHelper.FormatTable Method",""];
|
||||
search_result['155']=["topic_0000000000000032_attached_props--.html","Serienbrief Attached Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['156']=["topic_0000000000000042.html","TableHelper.GetCellCValue Method",""];
|
||||
search_result['156']=["topic_0000000000000032_events--.html","Serienbrief Events",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['157']=["topic_0000000000000043.html","BroadcastListener.Interfaces Namespace",""];
|
||||
search_result['157']=["topic_0000000000000032_methods--.html","Serienbrief Methods",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['158']=["topic_0000000000000044.html","IMessageListener1 Interface",""];
|
||||
search_result['158']=["topic_0000000000000032_overloads--.html","DokTypSelect Constructor",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['159']=["topic_0000000000000044_attached_props--.html","IMessageListener1 Attached Properties",""];
|
||||
search_result['159']=["topic_0000000000000032_props--.html","Serienbrief Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['16']=["topic_0000000000000005.html","frmLogin.selectedmitarbeiternr Property",""];
|
||||
search_result['16']=["topic_0000000000000004_props--.html","frmLogin Properties",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['160']=["topic_0000000000000044_events--.html","IMessageListener1 Events",""];
|
||||
search_result['160']=["topic_0000000000000032_vars--.html","Serienbrief Fields",""];
|
||||
@@ -1 +1 @@
|
||||
search_result['161']=["topic_0000000000000044_methods--.html","IMessageListener1 Methods",""];
|
||||
search_result['161']=["topic_0000000000000033.html","DokTypSelect(Boolean) Constructor",""];
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user