gesamtlänge wird erfasst
This commit is contained in:
23
SanSystem/UCInliner.Designer.cs
generated
23
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_gen_dp = new System.Windows.Forms.Button();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.txt_einbaudruck = new System.Windows.Forms.TextBox();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
@@ -62,7 +63,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_gen_dp = new System.Windows.Forms.Button();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage2.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
@@ -113,6 +113,16 @@
|
||||
this.tabPage2.Text = "Vorraussetzungen";
|
||||
this.tabPage2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btn_gen_dp
|
||||
//
|
||||
this.btn_gen_dp.Location = new System.Drawing.Point(840, 323);
|
||||
this.btn_gen_dp.Name = "btn_gen_dp";
|
||||
this.btn_gen_dp.Size = new System.Drawing.Size(167, 103);
|
||||
this.btn_gen_dp.TabIndex = 43;
|
||||
this.btn_gen_dp.Text = "button1";
|
||||
this.btn_gen_dp.UseVisualStyleBackColor = true;
|
||||
this.btn_gen_dp.Click += new System.EventHandler(this.Btn_gen_dp_Click);
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
@@ -248,7 +258,6 @@
|
||||
this.btn_transfer_ftp.TabIndex = 28;
|
||||
this.btn_transfer_ftp.Text = "Daten von der Anlage downloaden";
|
||||
this.btn_transfer_ftp.UseVisualStyleBackColor = true;
|
||||
this.btn_transfer_ftp.Visible = false;
|
||||
this.btn_transfer_ftp.Click += new System.EventHandler(this.btn_transfer_ftp_Click);
|
||||
//
|
||||
// label1
|
||||
@@ -437,16 +446,6 @@
|
||||
this.cb_genehmigung.Text = "Genehmigung wurde eingeholt";
|
||||
this.cb_genehmigung.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// btn_gen_dp
|
||||
//
|
||||
this.btn_gen_dp.Location = new System.Drawing.Point(808, 387);
|
||||
this.btn_gen_dp.Name = "btn_gen_dp";
|
||||
this.btn_gen_dp.Size = new System.Drawing.Size(167, 103);
|
||||
this.btn_gen_dp.TabIndex = 43;
|
||||
this.btn_gen_dp.Text = "button1";
|
||||
this.btn_gen_dp.UseVisualStyleBackColor = true;
|
||||
this.btn_gen_dp.Click += new System.EventHandler(this.Btn_gen_dp_Click);
|
||||
//
|
||||
// UCInliner
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
|
||||
|
||||
Reference in New Issue
Block a user