Files
OnDoc/Tool_API_Dokumentgenerator/Form1.Designer.cs
T
Stefan Hutter 6d764dccd0 update 20260522
2026-05-22 20:49:40 +02:00

682 lines
34 KiB
C#

namespace Tool_API_Dokumentgenerator
{
partial class Form1
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config5 = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config6 = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
this.label1 = new System.Windows.Forms.Label();
this.txtexcelinput = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txttextinput = new System.Windows.Forms.TextBox();
this.txtdokumenttrenner = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtspalten = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txttag1 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txttnr1 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.txttagueberschrift1 = new System.Windows.Forms.TextBox();
this.txtueberschrift1 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.txtformat1 = new System.Windows.Forms.TextBox();
this.txtformat2 = new System.Windows.Forms.TextBox();
this.txtueberschrift2 = new System.Windows.Forms.TextBox();
this.txttagueberschrift2 = new System.Windows.Forms.TextBox();
this.txttnr2 = new System.Windows.Forms.TextBox();
this.txttag2 = new System.Windows.Forms.TextBox();
this.txtformat3 = new System.Windows.Forms.TextBox();
this.txtueberschrift3 = new System.Windows.Forms.TextBox();
this.txttagueberschrift3 = new System.Windows.Forms.TextBox();
this.txttnr3 = new System.Windows.Forms.TextBox();
this.txttag3 = new System.Windows.Forms.TextBox();
this.txtformat4 = new System.Windows.Forms.TextBox();
this.txtueberschrift4 = new System.Windows.Forms.TextBox();
this.txttagueberschrift4 = new System.Windows.Forms.TextBox();
this.txttnr4 = new System.Windows.Forms.TextBox();
this.txttag4 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.txttabellenspalten = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.sfDataGrid1 = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.button1 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.label13 = new System.Windows.Forms.Label();
this.txtname = new System.Windows.Forms.TextBox();
this.editControl1 = new Syncfusion.Windows.Forms.Edit.EditControl();
this.panel1 = new System.Windows.Forms.Panel();
this.editControl2 = new Syncfusion.Windows.Forms.Edit.EditControl();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.progressBarAdv1 = new Syncfusion.Windows.Forms.Tools.ProgressBarAdv();
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.editControl2)).BeginInit();
this.flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(17, 54);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Excel-Input:";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// txtexcelinput
//
this.txtexcelinput.Location = new System.Drawing.Point(149, 54);
this.txtexcelinput.Name = "txtexcelinput";
this.txtexcelinput.Size = new System.Drawing.Size(332, 20);
this.txtexcelinput.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(17, 83);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Text-Input";
//
// txttextinput
//
this.txttextinput.Location = new System.Drawing.Point(149, 83);
this.txttextinput.Name = "txttextinput";
this.txttextinput.Size = new System.Drawing.Size(332, 20);
this.txttextinput.TabIndex = 3;
//
// txtdokumenttrenner
//
this.txtdokumenttrenner.Location = new System.Drawing.Point(149, 125);
this.txtdokumenttrenner.Name = "txtdokumenttrenner";
this.txtdokumenttrenner.Size = new System.Drawing.Size(93, 20);
this.txtdokumenttrenner.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(17, 128);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(121, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Spalte neues Dokument";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(17, 154);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(104, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Spalten Gruppierung";
//
// txtspalten
//
this.txtspalten.Location = new System.Drawing.Point(149, 151);
this.txtspalten.Name = "txtspalten";
this.txtspalten.Size = new System.Drawing.Size(345, 20);
this.txtspalten.TabIndex = 7;
this.txtspalten.TextChanged += new System.EventHandler(this.txtspalten_TextChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(17, 198);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(48, 13);
this.label5.TabIndex = 8;
this.label5.Text = "Tabellen";
//
// txttag1
//
this.txttag1.Location = new System.Drawing.Point(92, 252);
this.txttag1.Name = "txttag1";
this.txttag1.Size = new System.Drawing.Size(109, 20);
this.txttag1.TabIndex = 9;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(17, 227);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(18, 13);
this.label6.TabIndex = 10;
this.label6.Text = "Nr";
//
// txttnr1
//
this.txttnr1.Location = new System.Drawing.Point(20, 252);
this.txttnr1.Name = "txttnr1";
this.txttnr1.Size = new System.Drawing.Size(60, 20);
this.txttnr1.TabIndex = 11;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(89, 227);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(26, 13);
this.label7.TabIndex = 12;
this.label7.Text = "Tag";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(204, 227);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(80, 13);
this.label8.TabIndex = 14;
this.label8.Text = "Tag Überschrift";
//
// txttagueberschrift1
//
this.txttagueberschrift1.Location = new System.Drawing.Point(207, 252);
this.txttagueberschrift1.Name = "txttagueberschrift1";
this.txttagueberschrift1.Size = new System.Drawing.Size(109, 20);
this.txttagueberschrift1.TabIndex = 13;
this.txttagueberschrift1.TextChanged += new System.EventHandler(this.txttagueberschrift1_TextChanged);
//
// txtueberschrift1
//
this.txtueberschrift1.Location = new System.Drawing.Point(322, 252);
this.txtueberschrift1.Name = "txtueberschrift1";
this.txtueberschrift1.Size = new System.Drawing.Size(172, 20);
this.txtueberschrift1.TabIndex = 15;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(319, 227);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(58, 13);
this.label9.TabIndex = 16;
this.label9.Text = "Überschrift";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(497, 227);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(39, 13);
this.label10.TabIndex = 18;
this.label10.Text = "Format";
//
// txtformat1
//
this.txtformat1.Location = new System.Drawing.Point(500, 252);
this.txtformat1.Name = "txtformat1";
this.txtformat1.Size = new System.Drawing.Size(87, 20);
this.txtformat1.TabIndex = 17;
//
// txtformat2
//
this.txtformat2.Location = new System.Drawing.Point(500, 278);
this.txtformat2.Name = "txtformat2";
this.txtformat2.Size = new System.Drawing.Size(87, 20);
this.txtformat2.TabIndex = 23;
//
// txtueberschrift2
//
this.txtueberschrift2.Location = new System.Drawing.Point(322, 278);
this.txtueberschrift2.Name = "txtueberschrift2";
this.txtueberschrift2.Size = new System.Drawing.Size(172, 20);
this.txtueberschrift2.TabIndex = 22;
//
// txttagueberschrift2
//
this.txttagueberschrift2.Location = new System.Drawing.Point(207, 278);
this.txttagueberschrift2.Name = "txttagueberschrift2";
this.txttagueberschrift2.Size = new System.Drawing.Size(109, 20);
this.txttagueberschrift2.TabIndex = 21;
//
// txttnr2
//
this.txttnr2.Location = new System.Drawing.Point(20, 278);
this.txttnr2.Name = "txttnr2";
this.txttnr2.Size = new System.Drawing.Size(60, 20);
this.txttnr2.TabIndex = 20;
//
// txttag2
//
this.txttag2.Location = new System.Drawing.Point(92, 278);
this.txttag2.Name = "txttag2";
this.txttag2.Size = new System.Drawing.Size(109, 20);
this.txttag2.TabIndex = 19;
this.txttag2.Tag = "";
//
// txtformat3
//
this.txtformat3.Location = new System.Drawing.Point(500, 304);
this.txtformat3.Name = "txtformat3";
this.txtformat3.Size = new System.Drawing.Size(87, 20);
this.txtformat3.TabIndex = 28;
//
// txtueberschrift3
//
this.txtueberschrift3.Location = new System.Drawing.Point(322, 304);
this.txtueberschrift3.Name = "txtueberschrift3";
this.txtueberschrift3.Size = new System.Drawing.Size(172, 20);
this.txtueberschrift3.TabIndex = 27;
//
// txttagueberschrift3
//
this.txttagueberschrift3.Location = new System.Drawing.Point(207, 304);
this.txttagueberschrift3.Name = "txttagueberschrift3";
this.txttagueberschrift3.Size = new System.Drawing.Size(109, 20);
this.txttagueberschrift3.TabIndex = 26;
//
// txttnr3
//
this.txttnr3.Location = new System.Drawing.Point(20, 304);
this.txttnr3.Name = "txttnr3";
this.txttnr3.Size = new System.Drawing.Size(60, 20);
this.txttnr3.TabIndex = 25;
//
// txttag3
//
this.txttag3.Location = new System.Drawing.Point(92, 304);
this.txttag3.Name = "txttag3";
this.txttag3.Size = new System.Drawing.Size(109, 20);
this.txttag3.TabIndex = 24;
//
// txtformat4
//
this.txtformat4.Location = new System.Drawing.Point(500, 330);
this.txtformat4.Name = "txtformat4";
this.txtformat4.Size = new System.Drawing.Size(87, 20);
this.txtformat4.TabIndex = 33;
//
// txtueberschrift4
//
this.txtueberschrift4.Location = new System.Drawing.Point(322, 330);
this.txtueberschrift4.Name = "txtueberschrift4";
this.txtueberschrift4.Size = new System.Drawing.Size(172, 20);
this.txtueberschrift4.TabIndex = 32;
//
// txttagueberschrift4
//
this.txttagueberschrift4.Location = new System.Drawing.Point(207, 330);
this.txttagueberschrift4.Name = "txttagueberschrift4";
this.txttagueberschrift4.Size = new System.Drawing.Size(109, 20);
this.txttagueberschrift4.TabIndex = 31;
//
// txttnr4
//
this.txttnr4.Location = new System.Drawing.Point(20, 330);
this.txttnr4.Name = "txttnr4";
this.txttnr4.Size = new System.Drawing.Size(60, 20);
this.txttnr4.TabIndex = 30;
//
// txttag4
//
this.txttag4.Location = new System.Drawing.Point(92, 330);
this.txttag4.Name = "txttag4";
this.txttag4.Size = new System.Drawing.Size(109, 20);
this.txttag4.TabIndex = 29;
//
// button2
//
this.button2.Location = new System.Drawing.Point(482, 401);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(105, 23);
this.button2.TabIndex = 35;
this.button2.Text = "Generate";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// txttabellenspalten
//
this.txttabellenspalten.Location = new System.Drawing.Point(149, 177);
this.txttabellenspalten.Name = "txttabellenspalten";
this.txttabellenspalten.Size = new System.Drawing.Size(345, 20);
this.txttabellenspalten.TabIndex = 37;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(17, 180);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(87, 13);
this.label11.TabIndex = 36;
this.label11.Text = "Tabellen-Spalten";
//
// sfDataGrid1
//
this.sfDataGrid1.AccessibleName = "Table";
this.sfDataGrid1.AddNewRowPosition = Syncfusion.WinForms.DataGrid.Enums.RowPosition.Bottom;
this.sfDataGrid1.AllowDeleting = true;
this.sfDataGrid1.Location = new System.Drawing.Point(20, 372);
this.sfDataGrid1.Name = "sfDataGrid1";
this.sfDataGrid1.PreviewRowHeight = 35;
this.sfDataGrid1.Size = new System.Drawing.Size(338, 150);
this.sfDataGrid1.TabIndex = 38;
this.sfDataGrid1.Text = "sfDataGrid1";
//
// button1
//
this.button1.Location = new System.Drawing.Point(325, 26);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 39;
this.button1.Text = "speichern";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(406, 26);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 40;
this.button3.Text = "laden";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(17, 28);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(38, 13);
this.label13.TabIndex = 42;
this.label13.Text = "Name:";
//
// txtname
//
this.txtname.Location = new System.Drawing.Point(149, 28);
this.txtname.Name = "txtname";
this.txtname.Size = new System.Drawing.Size(131, 20);
this.txtname.TabIndex = 43;
this.txtname.Text = "Name";
//
// editControl1
//
this.editControl1.AllowZoom = false;
this.editControl1.ChangedLinesMarkingLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(98)))));
this.editControl1.CodeSnipptSize = new System.Drawing.Size(100, 100);
this.editControl1.Configurator = config5;
this.editControl1.ContextChoiceBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.editControl1.ContextChoiceBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(166)))), ((int)(((byte)(50)))));
this.editControl1.ContextChoiceForeColor = System.Drawing.SystemColors.InfoText;
this.editControl1.ContextPromptBackgroundBrush = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
this.editControl1.ContextTooltipBackgroundBrush = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(232)))), ((int)(((byte)(236))))));
this.editControl1.Dock = System.Windows.Forms.DockStyle.Right;
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(727, 0);
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(918, 914);
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.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.VisualStyle = Syncfusion.Windows.Forms.Tools.Controls.StatusBar.VisualStyle.Default;
this.editControl1.TabIndex = 44;
this.editControl1.Text = "editControl1";
this.editControl1.UseXPStyleBorder = true;
this.editControl1.VisualColumn = 13;
this.editControl1.VScrollMode = Syncfusion.Windows.Forms.Edit.ScrollMode.Immediate;
this.editControl1.ZoomFactor = 1F;
//
// panel1
//
this.panel1.Controls.Add(this.editControl2);
this.panel1.Controls.Add(this.flowLayoutPanel1);
this.panel1.Location = new System.Drawing.Point(708, 42);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(878, 421);
this.panel1.TabIndex = 45;
this.panel1.Visible = false;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// editControl2
//
this.editControl2.AllowZoom = false;
this.editControl2.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.editControl2.BackgroundColor = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.Bisque);
this.editControl2.ChangedLinesMarkingLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(98)))));
this.editControl2.CodeSnipptSize = new System.Drawing.Size(100, 100);
this.editControl2.Configurator = config6;
this.editControl2.ContextChoiceBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.editControl2.ContextChoiceBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(166)))), ((int)(((byte)(50)))));
this.editControl2.ContextChoiceForeColor = System.Drawing.SystemColors.InfoText;
this.editControl2.ContextPromptBackgroundBrush = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
this.editControl2.ContextTooltipBackgroundBrush = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(232)))), ((int)(((byte)(236))))));
this.editControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.editControl2.IndicatorMarginBackColor = System.Drawing.Color.Empty;
this.editControl2.LineNumbersColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.editControl2.Location = new System.Drawing.Point(0, 55);
this.editControl2.Name = "editControl2";
this.editControl2.RenderRightToLeft = false;
this.editControl2.ScrollPosition = new System.Drawing.Point(0, 0);
this.editControl2.SelectionTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(214)))), ((int)(((byte)(255)))));
this.editControl2.ShowEndOfLine = false;
this.editControl2.Size = new System.Drawing.Size(878, 366);
this.editControl2.StatusBarSettings.CoordsPanel.Width = 150;
this.editControl2.StatusBarSettings.EncodingPanel.Width = 100;
this.editControl2.StatusBarSettings.FileNamePanel.Width = 100;
this.editControl2.StatusBarSettings.InsertPanel.Width = 33;
this.editControl2.StatusBarSettings.Offcie2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Blue;
this.editControl2.StatusBarSettings.Offcie2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Blue;
this.editControl2.StatusBarSettings.StatusPanel.Width = 70;
this.editControl2.StatusBarSettings.TextPanel.Width = 214;
this.editControl2.StatusBarSettings.VisualStyle = Syncfusion.Windows.Forms.Tools.Controls.StatusBar.VisualStyle.Default;
this.editControl2.TabIndex = 0;
this.editControl2.Text = "editControl2";
this.editControl2.UseXPStyleBorder = true;
this.editControl2.VisualColumn = 13;
this.editControl2.VScrollMode = Syncfusion.Windows.Forms.Edit.ScrollMode.Immediate;
this.editControl2.ZoomFactor = 1F;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.button4);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(878, 55);
this.flowLayoutPanel1.TabIndex = 2;
//
// button4
//
this.button4.Location = new System.Drawing.Point(3, 3);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 1;
this.button4.Text = "Schliessen";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(482, 372);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(105, 23);
this.button5.TabIndex = 46;
this.button5.Text = "Test-Generate";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// progressBarAdv1
//
this.progressBarAdv1.BackMultipleColors = new System.Drawing.Color[] {
System.Drawing.Color.Empty};
this.progressBarAdv1.BackSegments = false;
this.progressBarAdv1.CustomText = null;
this.progressBarAdv1.CustomWaitingRender = false;
this.progressBarAdv1.ForegroundImage = null;
this.progressBarAdv1.Location = new System.Drawing.Point(20, 529);
this.progressBarAdv1.MultipleColors = new System.Drawing.Color[] {
System.Drawing.Color.Empty};
this.progressBarAdv1.Name = "progressBarAdv1";
this.progressBarAdv1.SegmentWidth = 12;
this.progressBarAdv1.Size = new System.Drawing.Size(567, 23);
this.progressBarAdv1.TabIndex = 47;
this.progressBarAdv1.Text = "progressBarAdv1";
this.progressBarAdv1.Visible = false;
this.progressBarAdv1.WaitingGradientWidth = 400;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1645, 914);
this.Controls.Add(this.progressBarAdv1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.button5);
this.Controls.Add(this.editControl1);
this.Controls.Add(this.txtname);
this.Controls.Add(this.label13);
this.Controls.Add(this.button3);
this.Controls.Add(this.button1);
this.Controls.Add(this.sfDataGrid1);
this.Controls.Add(this.txttabellenspalten);
this.Controls.Add(this.label11);
this.Controls.Add(this.button2);
this.Controls.Add(this.txtformat4);
this.Controls.Add(this.txtueberschrift4);
this.Controls.Add(this.txttagueberschrift4);
this.Controls.Add(this.txttnr4);
this.Controls.Add(this.txttag4);
this.Controls.Add(this.txtformat3);
this.Controls.Add(this.txtueberschrift3);
this.Controls.Add(this.txttagueberschrift3);
this.Controls.Add(this.txttnr3);
this.Controls.Add(this.txttag3);
this.Controls.Add(this.txtformat2);
this.Controls.Add(this.txtueberschrift2);
this.Controls.Add(this.txttagueberschrift2);
this.Controls.Add(this.txttnr2);
this.Controls.Add(this.txttag2);
this.Controls.Add(this.label10);
this.Controls.Add(this.txtformat1);
this.Controls.Add(this.label9);
this.Controls.Add(this.txtueberschrift1);
this.Controls.Add(this.label8);
this.Controls.Add(this.txttagueberschrift1);
this.Controls.Add(this.label7);
this.Controls.Add(this.txttnr1);
this.Controls.Add(this.label6);
this.Controls.Add(this.txttag1);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtspalten);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtdokumenttrenner);
this.Controls.Add(this.txttextinput);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtexcelinput);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.sfDataGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.editControl2)).EndInit();
this.flowLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.progressBarAdv1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtexcelinput;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txttextinput;
private System.Windows.Forms.TextBox txtdokumenttrenner;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtspalten;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txttag1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txttnr1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txttagueberschrift1;
private System.Windows.Forms.TextBox txtueberschrift1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtformat1;
private System.Windows.Forms.TextBox txtformat2;
private System.Windows.Forms.TextBox txtueberschrift2;
private System.Windows.Forms.TextBox txttagueberschrift2;
private System.Windows.Forms.TextBox txttnr2;
private System.Windows.Forms.TextBox txttag2;
private System.Windows.Forms.TextBox txtformat3;
private System.Windows.Forms.TextBox txtueberschrift3;
private System.Windows.Forms.TextBox txttagueberschrift3;
private System.Windows.Forms.TextBox txttnr3;
private System.Windows.Forms.TextBox txttag3;
private System.Windows.Forms.TextBox txtformat4;
private System.Windows.Forms.TextBox txtueberschrift4;
private System.Windows.Forms.TextBox txttagueberschrift4;
private System.Windows.Forms.TextBox txttnr4;
private System.Windows.Forms.TextBox txttag4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox txttabellenspalten;
private System.Windows.Forms.Label label11;
private Syncfusion.WinForms.DataGrid.SfDataGrid sfDataGrid1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtname;
private Syncfusion.Windows.Forms.Edit.EditControl editControl1;
private System.Windows.Forms.Panel panel1;
private Syncfusion.Windows.Forms.Edit.EditControl editControl2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private Syncfusion.Windows.Forms.Tools.ProgressBarAdv progressBarAdv1;
}
}