Linergrundlagen können nun über mehrfachauswahl ausgewählt werden
This commit is contained in:
43
SanSystem/UCLinerGrundlagen.Designer.cs
generated
43
SanSystem/UCLinerGrundlagen.Designer.cs
generated
@@ -47,6 +47,7 @@
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.label9 = new System.Windows.Forms.Label();
|
||||
this.btn_save_for_liners = new System.Windows.Forms.Button();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -80,7 +81,7 @@
|
||||
// txt_charge_liner
|
||||
//
|
||||
this.txt_charge_liner.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_charge_liner.Location = new System.Drawing.Point(530, 117);
|
||||
this.txt_charge_liner.Location = new System.Drawing.Point(422, 117);
|
||||
this.txt_charge_liner.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.txt_charge_liner.Name = "txt_charge_liner";
|
||||
this.txt_charge_liner.Size = new System.Drawing.Size(300, 26);
|
||||
@@ -89,7 +90,7 @@
|
||||
// txt_charge_harz
|
||||
//
|
||||
this.txt_charge_harz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_charge_harz.Location = new System.Drawing.Point(530, 15);
|
||||
this.txt_charge_harz.Location = new System.Drawing.Point(424, 12);
|
||||
this.txt_charge_harz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.txt_charge_harz.Name = "txt_charge_harz";
|
||||
this.txt_charge_harz.Size = new System.Drawing.Size(300, 26);
|
||||
@@ -97,6 +98,7 @@
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.btn_save_for_liners);
|
||||
this.groupBox1.Controls.Add(this.dt_kalibrierdatum);
|
||||
this.groupBox1.Controls.Add(this.txt_vakuum);
|
||||
this.groupBox1.Controls.Add(this.txt_temp_harz);
|
||||
@@ -106,7 +108,7 @@
|
||||
this.groupBox1.Controls.Add(this.label16);
|
||||
this.groupBox1.Controls.Add(this.label15);
|
||||
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.groupBox1.Location = new System.Drawing.Point(12, 197);
|
||||
this.groupBox1.Location = new System.Drawing.Point(12, 153);
|
||||
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
@@ -118,7 +120,7 @@
|
||||
// dt_kalibrierdatum
|
||||
//
|
||||
this.dt_kalibrierdatum.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.dt_kalibrierdatum.Location = new System.Drawing.Point(212, 48);
|
||||
this.dt_kalibrierdatum.Location = new System.Drawing.Point(182, 27);
|
||||
this.dt_kalibrierdatum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.dt_kalibrierdatum.Name = "dt_kalibrierdatum";
|
||||
this.dt_kalibrierdatum.Size = new System.Drawing.Size(283, 26);
|
||||
@@ -127,7 +129,7 @@
|
||||
// txt_vakuum
|
||||
//
|
||||
this.txt_vakuum.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_vakuum.Location = new System.Drawing.Point(518, 118);
|
||||
this.txt_vakuum.Location = new System.Drawing.Point(375, 93);
|
||||
this.txt_vakuum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.txt_vakuum.Name = "txt_vakuum";
|
||||
this.txt_vakuum.Size = new System.Drawing.Size(148, 26);
|
||||
@@ -136,7 +138,7 @@
|
||||
// txt_temp_harz
|
||||
//
|
||||
this.txt_temp_harz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_temp_harz.Location = new System.Drawing.Point(212, 232);
|
||||
this.txt_temp_harz.Location = new System.Drawing.Point(145, 143);
|
||||
this.txt_temp_harz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.txt_temp_harz.Name = "txt_temp_harz";
|
||||
this.txt_temp_harz.Size = new System.Drawing.Size(148, 26);
|
||||
@@ -145,7 +147,7 @@
|
||||
// txt_walze_distance
|
||||
//
|
||||
this.txt_walze_distance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.txt_walze_distance.Location = new System.Drawing.Point(212, 118);
|
||||
this.txt_walze_distance.Location = new System.Drawing.Point(143, 93);
|
||||
this.txt_walze_distance.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.txt_walze_distance.Name = "txt_walze_distance";
|
||||
this.txt_walze_distance.Size = new System.Drawing.Size(148, 26);
|
||||
@@ -155,7 +157,7 @@
|
||||
//
|
||||
this.label17.AutoSize = true;
|
||||
this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label17.Location = new System.Drawing.Point(406, 123);
|
||||
this.label17.Location = new System.Drawing.Point(299, 96);
|
||||
this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label17.Name = "label17";
|
||||
this.label17.Size = new System.Drawing.Size(68, 20);
|
||||
@@ -166,7 +168,7 @@
|
||||
//
|
||||
this.label14.AutoSize = true;
|
||||
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label14.Location = new System.Drawing.Point(9, 235);
|
||||
this.label14.Location = new System.Drawing.Point(8, 146);
|
||||
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label14.Name = "label14";
|
||||
this.label14.Size = new System.Drawing.Size(129, 20);
|
||||
@@ -177,7 +179,7 @@
|
||||
//
|
||||
this.label16.AutoSize = true;
|
||||
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label16.Location = new System.Drawing.Point(3, 123);
|
||||
this.label16.Location = new System.Drawing.Point(8, 96);
|
||||
this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(127, 20);
|
||||
@@ -188,7 +190,7 @@
|
||||
//
|
||||
this.label15.AutoSize = true;
|
||||
this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label15.Location = new System.Drawing.Point(3, 48);
|
||||
this.label15.Location = new System.Drawing.Point(8, 27);
|
||||
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label15.Name = "label15";
|
||||
this.label15.Size = new System.Drawing.Size(166, 20);
|
||||
@@ -199,7 +201,7 @@
|
||||
//
|
||||
this.label13.AutoSize = true;
|
||||
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label13.Location = new System.Drawing.Point(340, 123);
|
||||
this.label13.Location = new System.Drawing.Point(290, 120);
|
||||
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label13.Name = "label13";
|
||||
this.label13.Size = new System.Drawing.Size(126, 20);
|
||||
@@ -232,7 +234,7 @@
|
||||
//
|
||||
this.label10.AutoSize = true;
|
||||
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label10.Location = new System.Drawing.Point(340, 15);
|
||||
this.label10.Location = new System.Drawing.Point(290, 12);
|
||||
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label10.Name = "label10";
|
||||
this.label10.Size = new System.Drawing.Size(126, 20);
|
||||
@@ -250,10 +252,21 @@
|
||||
this.label9.TabIndex = 25;
|
||||
this.label9.Text = "Harz";
|
||||
//
|
||||
// btn_save_for_liners
|
||||
//
|
||||
this.btn_save_for_liners.Location = new System.Drawing.Point(546, 44);
|
||||
this.btn_save_for_liners.Name = "btn_save_for_liners";
|
||||
this.btn_save_for_liners.Size = new System.Drawing.Size(113, 166);
|
||||
this.btn_save_for_liners.TabIndex = 29;
|
||||
this.btn_save_for_liners.Text = "button1";
|
||||
this.btn_save_for_liners.UseVisualStyleBackColor = true;
|
||||
this.btn_save_for_liners.Click += new System.EventHandler(this.btn_save_for_liners_Click);
|
||||
//
|
||||
// UCLinerGrundlagen
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.SystemColors.Window;
|
||||
this.Controls.Add(this.txt_liner);
|
||||
this.Controls.Add(this.txt_harzbedarf);
|
||||
this.Controls.Add(this.txt_harz);
|
||||
@@ -266,7 +279,8 @@
|
||||
this.Controls.Add(this.label10);
|
||||
this.Controls.Add(this.label9);
|
||||
this.Name = "UCLinerGrundlagen";
|
||||
this.Size = new System.Drawing.Size(847, 503);
|
||||
this.Size = new System.Drawing.Size(731, 456);
|
||||
this.Load += new System.EventHandler(this.UCLinerGrundlagen_Load);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
@@ -295,5 +309,6 @@
|
||||
private System.Windows.Forms.Label label11;
|
||||
private System.Windows.Forms.Label label10;
|
||||
private System.Windows.Forms.Label label9;
|
||||
private System.Windows.Forms.Button btn_save_for_liners;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user