Designanpassungen durchgeführt
This commit is contained in:
32
SanSystem/UCInliner.Designer.cs
generated
32
SanSystem/UCInliner.Designer.cs
generated
@@ -30,6 +30,7 @@
|
||||
{
|
||||
this.tabControl1 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.btn_open_file = new System.Windows.Forms.Button();
|
||||
this.cb_preliner = new System.Windows.Forms.CheckBox();
|
||||
this.txt_besatzung = new System.Windows.Forms.TextBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
@@ -54,7 +55,6 @@
|
||||
this.cb_stvo = new System.Windows.Forms.CheckBox();
|
||||
this.cb_wasserhaltung = new System.Windows.Forms.CheckBox();
|
||||
this.cb_genehmigung = new System.Windows.Forms.CheckBox();
|
||||
this.btn_open_file = new System.Windows.Forms.Button();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage2.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
@@ -63,15 +63,13 @@
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tabControl1.Controls.Add(this.tabPage2);
|
||||
this.tabControl1.Location = new System.Drawing.Point(4, 0);
|
||||
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(1336, 612);
|
||||
this.tabControl1.Size = new System.Drawing.Size(1344, 702);
|
||||
this.tabControl1.TabIndex = 0;
|
||||
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
|
||||
//
|
||||
@@ -98,11 +96,21 @@
|
||||
this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.tabPage2.Name = "tabPage2";
|
||||
this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.tabPage2.Size = new System.Drawing.Size(1328, 574);
|
||||
this.tabPage2.Size = new System.Drawing.Size(1336, 664);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "Vorraussetzungen";
|
||||
this.tabPage2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btn_open_file
|
||||
//
|
||||
this.btn_open_file.Location = new System.Drawing.Point(535, 311);
|
||||
this.btn_open_file.Name = "btn_open_file";
|
||||
this.btn_open_file.Size = new System.Drawing.Size(172, 71);
|
||||
this.btn_open_file.TabIndex = 39;
|
||||
this.btn_open_file.Text = "Öffnen vom Ordner";
|
||||
this.btn_open_file.UseVisualStyleBackColor = true;
|
||||
this.btn_open_file.Click += new System.EventHandler(this.Btn_open_file_Click);
|
||||
//
|
||||
// cb_preliner
|
||||
//
|
||||
this.cb_preliner.AutoSize = true;
|
||||
@@ -354,16 +362,6 @@
|
||||
this.cb_genehmigung.Text = "Genehmigung wurde eingeholt";
|
||||
this.cb_genehmigung.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btn_open_file
|
||||
//
|
||||
this.btn_open_file.Location = new System.Drawing.Point(535, 311);
|
||||
this.btn_open_file.Name = "btn_open_file";
|
||||
this.btn_open_file.Size = new System.Drawing.Size(172, 71);
|
||||
this.btn_open_file.TabIndex = 39;
|
||||
this.btn_open_file.Text = "Öffnen vom Ordner";
|
||||
this.btn_open_file.UseVisualStyleBackColor = true;
|
||||
this.btn_open_file.Click += new System.EventHandler(this.Btn_open_file_Click);
|
||||
//
|
||||
// UCInliner
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
|
||||
|
||||
Reference in New Issue
Block a user