update3 20260610

This commit is contained in:
Stefan Hutter
2026-06-10 18:14:56 +02:00
parent 42376fc823
commit 58cd45116c
122 changed files with 5760 additions and 293 deletions
+110 -75
View File
@@ -106,7 +106,7 @@
this.toolStripButton3});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1724, 216);
this.toolStrip1.Size = new System.Drawing.Size(2299, 266);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
this.toolStrip1.Visible = false;
@@ -115,29 +115,29 @@
//
this.toolStripLabel1.Font = new System.Drawing.Font("Segoe UI", 13F);
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(40, 213);
this.toolStripLabel1.Size = new System.Drawing.Size(49, 263);
this.toolStripLabel1.Text = "Key";
//
// txtKey
//
this.txtKey.Font = new System.Drawing.Font("Segoe UI", 13F);
this.txtKey.Name = "txtKey";
this.txtKey.Size = new System.Drawing.Size(250, 216);
this.txtKey.Size = new System.Drawing.Size(332, 266);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 216);
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 266);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 216);
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 266);
//
// toolStripComboBox1
//
this.toolStripComboBox1.Name = "toolStripComboBox1";
this.toolStripComboBox1.Size = new System.Drawing.Size(150, 216);
this.toolStripComboBox1.Size = new System.Drawing.Size(199, 266);
this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
//
// toolStripButton1
@@ -147,14 +147,14 @@
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(63, 213);
this.toolStripButton1.Size = new System.Drawing.Size(75, 263);
this.toolStripButton1.Text = "Laden";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 216);
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 266);
//
// toolStripButton4
//
@@ -163,7 +163,7 @@
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(93, 213);
this.toolStripButton4.Size = new System.Drawing.Size(112, 263);
this.toolStripButton4.Text = "FileExport";
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
@@ -174,14 +174,14 @@
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(93, 213);
this.toolStripButton2.Size = new System.Drawing.Size(113, 263);
this.toolStripButton2.Text = "Speichern";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 216);
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 266);
//
// toolStripButton3
//
@@ -190,14 +190,15 @@
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(118, 213);
this.toolStripButton3.Size = new System.Drawing.Size(143, 263);
this.toolStripButton3.Text = "PDF erstellen";
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 170);
this.splitContainer1.Location = new System.Drawing.Point(0, 209);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
@@ -207,8 +208,9 @@
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.pdfViewerControl1);
this.splitContainer1.Size = new System.Drawing.Size(1724, 718);
this.splitContainer1.SplitterDistance = 574;
this.splitContainer1.Size = new System.Drawing.Size(1924, 846);
this.splitContainer1.SplitterDistance = 640;
this.splitContainer1.SplitterWidth = 5;
this.splitContainer1.TabIndex = 1;
//
// editControl1
@@ -226,21 +228,22 @@
this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
this.editControl1.LineNumbersColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.editControl1.Location = new System.Drawing.Point(0, 0);
this.editControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.editControl1.MarkerAreaWidth = 20;
this.editControl1.Name = "editControl1";
this.editControl1.RenderRightToLeft = false;
this.editControl1.ScrollPosition = new System.Drawing.Point(0, 0);
this.editControl1.SelectionTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(214)))), ((int)(((byte)(255)))));
this.editControl1.ShowEndOfLine = false;
this.editControl1.Size = new System.Drawing.Size(574, 718);
this.editControl1.StatusBarSettings.CoordsPanel.Width = 150;
this.editControl1.StatusBarSettings.EncodingPanel.Width = 100;
this.editControl1.StatusBarSettings.FileNamePanel.Width = 100;
this.editControl1.StatusBarSettings.InsertPanel.Width = 33;
this.editControl1.Size = new System.Drawing.Size(640, 846);
this.editControl1.StatusBarSettings.CoordsPanel.Width = 199;
this.editControl1.StatusBarSettings.EncodingPanel.Width = 133;
this.editControl1.StatusBarSettings.FileNamePanel.Width = 133;
this.editControl1.StatusBarSettings.InsertPanel.Width = 43;
this.editControl1.StatusBarSettings.Offcie2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Blue;
this.editControl1.StatusBarSettings.Offcie2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Blue;
this.editControl1.StatusBarSettings.StatusPanel.Width = 70;
this.editControl1.StatusBarSettings.TextPanel.Width = 214;
this.editControl1.StatusBarSettings.StatusPanel.Width = 93;
this.editControl1.StatusBarSettings.TextPanel.Width = 285;
this.editControl1.StatusBarSettings.VisualStyle = Syncfusion.Windows.Forms.Tools.Controls.StatusBar.VisualStyle.Default;
this.editControl1.TabIndex = 0;
this.editControl1.Text = "";
@@ -260,6 +263,7 @@
this.pdfViewerControl1.IsTextSearchEnabled = true;
this.pdfViewerControl1.IsTextSelectionEnabled = true;
this.pdfViewerControl1.Location = new System.Drawing.Point(0, 0);
this.pdfViewerControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
messageBoxSettings1.EnableNotification = true;
this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings1;
this.pdfViewerControl1.MinimumZoomPercentage = 50;
@@ -276,7 +280,7 @@
this.pdfViewerControl1.ShowHorizontalScrollBar = true;
this.pdfViewerControl1.ShowToolBar = true;
this.pdfViewerControl1.ShowVerticalScrollBar = true;
this.pdfViewerControl1.Size = new System.Drawing.Size(1146, 718);
this.pdfViewerControl1.Size = new System.Drawing.Size(1279, 846);
this.pdfViewerControl1.SpaceBetweenPages = 8;
this.pdfViewerControl1.TabIndex = 0;
this.pdfViewerControl1.Text = "pdfViewerControl1";
@@ -295,8 +299,9 @@
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1724, 170);
this.panel1.Size = new System.Drawing.Size(1924, 209);
this.panel1.TabIndex = 2;
//
// groupBox2
@@ -312,9 +317,11 @@
this.groupBox2.Controls.Add(this.txtfilekey);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox2.Location = new System.Drawing.Point(319, 0);
this.groupBox2.Location = new System.Drawing.Point(425, 0);
this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(1225, 170);
this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox2.Size = new System.Drawing.Size(1633, 209);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Datei";
@@ -323,9 +330,11 @@
//
this.groupBox3.Controls.Add(this.radioButton2);
this.groupBox3.Controls.Add(this.radioButton1);
this.groupBox3.Location = new System.Drawing.Point(12, 20);
this.groupBox3.Location = new System.Drawing.Point(16, 25);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(308, 52);
this.groupBox3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox3.Size = new System.Drawing.Size(411, 64);
this.groupBox3.TabIndex = 17;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Quelle";
@@ -333,9 +342,10 @@
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(111, 20);
this.radioButton2.Location = new System.Drawing.Point(148, 25);
this.radioButton2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(76, 17);
this.radioButton2.Size = new System.Drawing.Size(92, 20);
this.radioButton2.TabIndex = 1;
this.radioButton2.Text = "Produktion";
this.radioButton2.UseVisualStyleBackColor = true;
@@ -344,9 +354,10 @@
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(6, 20);
this.radioButton1.Location = new System.Drawing.Point(8, 25);
this.radioButton1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(75, 17);
this.radioButton1.Size = new System.Drawing.Size(90, 20);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "Integration";
@@ -358,78 +369,87 @@
this.panel2.Controls.Add(this.label9);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.label8);
this.panel2.Location = new System.Drawing.Point(998, 92);
this.panel2.Location = new System.Drawing.Point(1331, 113);
this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(200, 72);
this.panel2.Size = new System.Drawing.Size(267, 89);
this.panel2.TabIndex = 16;
this.panel2.Visible = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(14, 8);
this.label6.Location = new System.Drawing.Point(19, 10);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(46, 13);
this.label6.Size = new System.Drawing.Size(56, 16);
this.label6.TabIndex = 12;
this.label6.Text = "Quellen:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(14, 34);
this.label9.Location = new System.Drawing.Point(19, 42);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(157, 13);
this.label9.Size = new System.Drawing.Size(198, 16);
this.label9.TabIndex = 15;
this.label9.Text = "- Ondoc_Versandstrasse_Paket";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(14, 21);
this.label7.Location = new System.Drawing.Point(19, 26);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(120, 13);
this.label7.Size = new System.Drawing.Size(148, 16);
this.label7.TabIndex = 13;
this.label7.Text = "- ProvDokuments (CLM)";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(14, 48);
this.label8.Location = new System.Drawing.Point(19, 59);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(138, 13);
this.label8.Size = new System.Drawing.Size(169, 16);
this.label8.TabIndex = 14;
this.label8.Text = "- _OnDoc_API_TestScripts ";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(578, 33);
this.label5.Location = new System.Drawing.Point(771, 41);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(105, 13);
this.label5.Size = new System.Drawing.Size(131, 16);
this.label5.TabIndex = 11;
this.label5.Text = "Vorhandene Dateien";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(17, 98);
this.label4.Location = new System.Drawing.Point(23, 121);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(58, 13);
this.label4.Size = new System.Drawing.Size(73, 16);
this.label4.TabIndex = 10;
this.label4.Text = "Dateiname";
//
// txtfilename
//
this.txtfilename.Location = new System.Drawing.Point(110, 95);
this.txtfilename.Location = new System.Drawing.Point(147, 117);
this.txtfilename.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtfilename.Name = "txtfilename";
this.txtfilename.Size = new System.Drawing.Size(377, 20);
this.txtfilename.Size = new System.Drawing.Size(501, 22);
this.txtfilename.TabIndex = 9;
//
// button5
//
this.button5.Location = new System.Drawing.Point(977, 30);
this.button5.Location = new System.Drawing.Point(1303, 37);
this.button5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(131, 23);
this.button5.Size = new System.Drawing.Size(175, 28);
this.button5.TabIndex = 8;
this.button5.Text = "PDF generieren";
this.button5.UseVisualStyleBackColor = true;
@@ -438,16 +458,19 @@
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(715, 33);
this.listBox1.ItemHeight = 16;
this.listBox1.Location = new System.Drawing.Point(953, 41);
this.listBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(235, 121);
this.listBox1.Size = new System.Drawing.Size(312, 148);
this.listBox1.TabIndex = 7;
//
// button3
//
this.button3.Location = new System.Drawing.Point(110, 129);
this.button3.Location = new System.Drawing.Point(147, 159);
this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(108, 23);
this.button3.Size = new System.Drawing.Size(144, 28);
this.button3.TabIndex = 6;
this.button3.Text = "Datei-Export";
this.button3.UseVisualStyleBackColor = true;
@@ -455,17 +478,19 @@
//
// txtfilekey
//
this.txtfilekey.Location = new System.Drawing.Point(110, 72);
this.txtfilekey.Location = new System.Drawing.Point(147, 89);
this.txtfilekey.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtfilekey.Name = "txtfilekey";
this.txtfilekey.Size = new System.Drawing.Size(377, 20);
this.txtfilekey.Size = new System.Drawing.Size(501, 22);
this.txtfilekey.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(16, 75);
this.label3.Location = new System.Drawing.Point(21, 92);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(76, 13);
this.label3.Size = new System.Drawing.Size(96, 16);
this.label3.TabIndex = 2;
this.label3.Text = "ESS-Schlüssel";
this.label3.Click += new System.EventHandler(this.label3_Click);
@@ -481,17 +506,20 @@
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(319, 170);
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.groupBox1.Size = new System.Drawing.Size(425, 209);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Datenbank";
//
// button4
//
this.button4.Location = new System.Drawing.Point(91, 131);
this.button4.Location = new System.Drawing.Point(121, 161);
this.button4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(131, 23);
this.button4.Size = new System.Drawing.Size(175, 28);
this.button4.TabIndex = 7;
this.button4.Text = "PDF generieren";
this.button4.UseVisualStyleBackColor = true;
@@ -499,9 +527,10 @@
//
// button2
//
this.button2.Location = new System.Drawing.Point(228, 91);
this.button2.Location = new System.Drawing.Point(304, 112);
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.Size = new System.Drawing.Size(100, 28);
this.button2.TabIndex = 5;
this.button2.Text = "Speichern";
this.button2.UseVisualStyleBackColor = true;
@@ -509,9 +538,10 @@
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 91);
this.button1.Location = new System.Drawing.Point(16, 112);
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.Size = new System.Drawing.Size(100, 28);
this.button1.TabIndex = 4;
this.button1.Text = "Laden";
this.button1.UseVisualStyleBackColor = true;
@@ -520,45 +550,50 @@
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 57);
this.label2.Location = new System.Drawing.Point(16, 70);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(64, 13);
this.label2.Size = new System.Drawing.Size(80, 16);
this.label2.TabIndex = 3;
this.label2.Text = "Gespeichert";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(91, 57);
this.comboBox1.Location = new System.Drawing.Point(121, 70);
this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(212, 21);
this.comboBox1.Size = new System.Drawing.Size(281, 24);
this.comboBox1.TabIndex = 2;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// txtdbkey
//
this.txtdbkey.Location = new System.Drawing.Point(91, 30);
this.txtdbkey.Location = new System.Drawing.Point(121, 37);
this.txtdbkey.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtdbkey.Name = "txtdbkey";
this.txtdbkey.Size = new System.Drawing.Size(212, 20);
this.txtdbkey.Size = new System.Drawing.Size(281, 22);
this.txtdbkey.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 33);
this.label1.Location = new System.Drawing.Point(16, 41);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 13);
this.label1.Size = new System.Drawing.Size(65, 16);
this.label1.TabIndex = 0;
this.label1.Text = "Schlüssel";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1724, 888);
this.ClientSize = new System.Drawing.Size(1924, 1055);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.panel1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "Form1";
this.Text = "OnDoc-API-DocTest";
this.Load += new System.EventHandler(this.Form1_Load);