Inliner grundlagen erweitert

Signed-off-by: Husky <damianbodde@googlemail.com>
This commit is contained in:
Husky
2019-05-31 23:32:58 +02:00
parent 74c0ea596f
commit 6a26cb0bd0

View File

@@ -34,6 +34,11 @@
this.txt_charge_liner = new System.Windows.Forms.TextBox(); this.txt_charge_liner = new System.Windows.Forms.TextBox();
this.txt_charge_harz = new System.Windows.Forms.TextBox(); this.txt_charge_harz = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btn_save_for_liners = new System.Windows.Forms.Button(); this.btn_save_for_liners = new System.Windows.Forms.Button();
this.dt_kalibrierdatum = new System.Windows.Forms.DateTimePicker(); this.dt_kalibrierdatum = new System.Windows.Forms.DateTimePicker();
this.txt_vakuum = new System.Windows.Forms.TextBox(); this.txt_vakuum = new System.Windows.Forms.TextBox();
@@ -48,61 +53,64 @@
this.label11 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label(); this.txt_ort = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label(); this.txt_bediener = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label(); this.txt_kali_uhr_von = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label(); this.txt_kali_uhr_bis = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// txt_liner // txt_liner
// //
this.txt_liner.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_liner.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txt_liner.Location = new System.Drawing.Point(134, 84); this.txt_liner.Location = new System.Drawing.Point(179, 103);
this.txt_liner.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_liner.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txt_liner.Name = "txt_liner"; this.txt_liner.Name = "txt_liner";
this.txt_liner.Size = new System.Drawing.Size(148, 26); this.txt_liner.Size = new System.Drawing.Size(196, 30);
this.txt_liner.TabIndex = 34; this.txt_liner.TabIndex = 34;
// //
// txt_harzbedarf // txt_harzbedarf
// //
this.txt_harzbedarf.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_harzbedarf.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txt_harzbedarf.Location = new System.Drawing.Point(134, 49); this.txt_harzbedarf.Location = new System.Drawing.Point(179, 60);
this.txt_harzbedarf.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_harzbedarf.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txt_harzbedarf.Name = "txt_harzbedarf"; this.txt_harzbedarf.Name = "txt_harzbedarf";
this.txt_harzbedarf.Size = new System.Drawing.Size(148, 26); this.txt_harzbedarf.Size = new System.Drawing.Size(196, 30);
this.txt_harzbedarf.TabIndex = 33; this.txt_harzbedarf.TabIndex = 33;
// //
// txt_harz // txt_harz
// //
this.txt_harz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_harz.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txt_harz.Location = new System.Drawing.Point(134, 12); this.txt_harz.Location = new System.Drawing.Point(179, 15);
this.txt_harz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_harz.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txt_harz.Name = "txt_harz"; this.txt_harz.Name = "txt_harz";
this.txt_harz.Size = new System.Drawing.Size(148, 26); this.txt_harz.Size = new System.Drawing.Size(196, 30);
this.txt_harz.TabIndex = 31; this.txt_harz.TabIndex = 31;
// //
// txt_charge_liner // 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.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(422, 84); this.txt_charge_liner.Location = new System.Drawing.Point(563, 103);
this.txt_charge_liner.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_charge_liner.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txt_charge_liner.Name = "txt_charge_liner"; this.txt_charge_liner.Name = "txt_charge_liner";
this.txt_charge_liner.Size = new System.Drawing.Size(300, 26); this.txt_charge_liner.Size = new System.Drawing.Size(399, 30);
this.txt_charge_liner.TabIndex = 35; this.txt_charge_liner.TabIndex = 35;
// //
// txt_charge_harz // 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.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(424, 12); this.txt_charge_harz.Location = new System.Drawing.Point(565, 15);
this.txt_charge_harz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_charge_harz.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txt_charge_harz.Name = "txt_charge_harz"; this.txt_charge_harz.Name = "txt_charge_harz";
this.txt_charge_harz.Size = new System.Drawing.Size(300, 26); this.txt_charge_harz.Size = new System.Drawing.Size(399, 30);
this.txt_charge_harz.TabIndex = 32; this.txt_charge_harz.TabIndex = 32;
// //
// groupBox1 // groupBox1
// //
this.groupBox1.Controls.Add(this.txt_kali_uhr_bis);
this.groupBox1.Controls.Add(this.txt_kali_uhr_von);
this.groupBox1.Controls.Add(this.txt_bediener);
this.groupBox1.Controls.Add(this.txt_ort);
this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label3);
@@ -118,20 +126,76 @@
this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.label16);
this.groupBox1.Controls.Add(this.label15); 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.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, 120); this.groupBox1.Location = new System.Drawing.Point(16, 148);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupBox1.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.groupBox1.Size = new System.Drawing.Size(688, 278); this.groupBox1.Size = new System.Drawing.Size(917, 342);
this.groupBox1.TabIndex = 30; this.groupBox1.TabIndex = 30;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "Kalibrierung"; this.groupBox1.Text = "Kalibrierung";
// //
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(452, 251);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(39, 25);
this.label5.TabIndex = 34;
this.label5.Text = "Bis";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(452, 198);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(48, 25);
this.label4.TabIndex = 33;
this.label4.Text = "Von";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(452, 160);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(186, 25);
this.label3.TabIndex = 32;
this.label3.Text = "Zeit der Kalibrierung";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(12, 226);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(90, 25);
this.label2.TabIndex = 31;
this.label2.Text = "Bediener";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(12, 179);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(39, 25);
this.label1.TabIndex = 30;
this.label1.Text = "Ort";
//
// btn_save_for_liners // btn_save_for_liners
// //
this.btn_save_for_liners.Location = new System.Drawing.Point(546, 44); this.btn_save_for_liners.Location = new System.Drawing.Point(728, 54);
this.btn_save_for_liners.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_save_for_liners.Name = "btn_save_for_liners"; 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.Size = new System.Drawing.Size(151, 204);
this.btn_save_for_liners.TabIndex = 29; this.btn_save_for_liners.TabIndex = 29;
this.btn_save_for_liners.Text = "button1"; this.btn_save_for_liners.Text = "button1";
this.btn_save_for_liners.UseVisualStyleBackColor = true; this.btn_save_for_liners.UseVisualStyleBackColor = true;
@@ -140,47 +204,47 @@
// dt_kalibrierdatum // 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.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(182, 27); this.dt_kalibrierdatum.Location = new System.Drawing.Point(243, 33);
this.dt_kalibrierdatum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dt_kalibrierdatum.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.dt_kalibrierdatum.Name = "dt_kalibrierdatum"; this.dt_kalibrierdatum.Name = "dt_kalibrierdatum";
this.dt_kalibrierdatum.Size = new System.Drawing.Size(283, 26); this.dt_kalibrierdatum.Size = new System.Drawing.Size(376, 30);
this.dt_kalibrierdatum.TabIndex = 25; this.dt_kalibrierdatum.TabIndex = 25;
// //
// txt_vakuum // 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.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(376, 55); this.txt_vakuum.Location = new System.Drawing.Point(501, 68);
this.txt_vakuum.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_vakuum.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txt_vakuum.Name = "txt_vakuum"; this.txt_vakuum.Name = "txt_vakuum";
this.txt_vakuum.Size = new System.Drawing.Size(148, 26); this.txt_vakuum.Size = new System.Drawing.Size(196, 30);
this.txt_vakuum.TabIndex = 27; this.txt_vakuum.TabIndex = 27;
// //
// txt_temp_harz // 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.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(146, 105); this.txt_temp_harz.Location = new System.Drawing.Point(195, 129);
this.txt_temp_harz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_temp_harz.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txt_temp_harz.Name = "txt_temp_harz"; this.txt_temp_harz.Name = "txt_temp_harz";
this.txt_temp_harz.Size = new System.Drawing.Size(148, 26); this.txt_temp_harz.Size = new System.Drawing.Size(196, 30);
this.txt_temp_harz.TabIndex = 28; this.txt_temp_harz.TabIndex = 28;
// //
// txt_walze_distance // 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.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(144, 55); this.txt_walze_distance.Location = new System.Drawing.Point(192, 68);
this.txt_walze_distance.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txt_walze_distance.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txt_walze_distance.Name = "txt_walze_distance"; this.txt_walze_distance.Name = "txt_walze_distance";
this.txt_walze_distance.Size = new System.Drawing.Size(148, 26); this.txt_walze_distance.Size = new System.Drawing.Size(196, 30);
this.txt_walze_distance.TabIndex = 26; this.txt_walze_distance.TabIndex = 26;
// //
// label17 // label17
// //
this.label17.AutoSize = true; 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.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(300, 58); this.label17.Location = new System.Drawing.Point(400, 71);
this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label17.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label17.Name = "label17"; this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(68, 20); this.label17.Size = new System.Drawing.Size(85, 25);
this.label17.TabIndex = 8; this.label17.TabIndex = 8;
this.label17.Text = "Vakuum"; this.label17.Text = "Vakuum";
// //
@@ -188,10 +252,10 @@
// //
this.label14.AutoSize = true; 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.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, 108); this.label14.Location = new System.Drawing.Point(12, 133);
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label14.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label14.Name = "label14"; this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(129, 20); this.label14.Size = new System.Drawing.Size(159, 25);
this.label14.TabIndex = 5; this.label14.TabIndex = 5;
this.label14.Text = "Temperatur Harz"; this.label14.Text = "Temperatur Harz";
// //
@@ -199,10 +263,10 @@
// //
this.label16.AutoSize = true; 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.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(9, 58); this.label16.Location = new System.Drawing.Point(12, 71);
this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label16.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label16.Name = "label16"; this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(127, 20); this.label16.Size = new System.Drawing.Size(159, 25);
this.label16.TabIndex = 7; this.label16.TabIndex = 7;
this.label16.Text = "Walzen-Abstand"; this.label16.Text = "Walzen-Abstand";
// //
@@ -210,10 +274,10 @@
// //
this.label15.AutoSize = true; 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.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(8, 27); this.label15.Location = new System.Drawing.Point(11, 33);
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label15.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label15.Name = "label15"; this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(166, 20); this.label15.Size = new System.Drawing.Size(205, 25);
this.label15.TabIndex = 6; this.label15.TabIndex = 6;
this.label15.Text = "Datum der Kalibierung"; this.label15.Text = "Datum der Kalibierung";
// //
@@ -221,10 +285,10 @@
// //
this.label13.AutoSize = true; 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.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(290, 87); this.label13.Location = new System.Drawing.Point(387, 107);
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label13.Name = "label13"; this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(126, 20); this.label13.Size = new System.Drawing.Size(158, 25);
this.label13.TabIndex = 29; this.label13.TabIndex = 29;
this.label13.Text = "Charge-Nummer"; this.label13.Text = "Charge-Nummer";
// //
@@ -232,10 +296,10 @@
// //
this.label12.AutoSize = true; this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(8, 90); this.label12.Location = new System.Drawing.Point(11, 111);
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label12.Name = "label12"; this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(44, 20); this.label12.Size = new System.Drawing.Size(55, 25);
this.label12.TabIndex = 28; this.label12.TabIndex = 28;
this.label12.Text = "Liner"; this.label12.Text = "Liner";
// //
@@ -243,10 +307,10 @@
// //
this.label11.AutoSize = true; this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(8, 52); this.label11.Location = new System.Drawing.Point(11, 64);
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label11.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label11.Name = "label11"; this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(110, 20); this.label11.Size = new System.Drawing.Size(135, 25);
this.label11.TabIndex = 27; this.label11.TabIndex = 27;
this.label11.Text = "Harzbedarf /m"; this.label11.Text = "Harzbedarf /m";
// //
@@ -254,10 +318,10 @@
// //
this.label10.AutoSize = true; 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.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(290, 12); this.label10.Location = new System.Drawing.Point(387, 15);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label10.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label10.Name = "label10"; this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(126, 20); this.label10.Size = new System.Drawing.Size(158, 25);
this.label10.TabIndex = 26; this.label10.TabIndex = 26;
this.label10.Text = "Charge-Nummer"; this.label10.Text = "Charge-Nummer";
// //
@@ -265,66 +329,48 @@
// //
this.label9.AutoSize = true; this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(8, 15); this.label9.Location = new System.Drawing.Point(11, 18);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label9.Name = "label9"; this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(43, 20); this.label9.Size = new System.Drawing.Size(53, 25);
this.label9.TabIndex = 25; this.label9.TabIndex = 25;
this.label9.Text = "Harz"; this.label9.Text = "Harz";
// //
// label1 // txt_ort
// //
this.label1.AutoSize = true; this.txt_ort.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_ort.Location = new System.Drawing.Point(195, 173);
this.label1.Location = new System.Drawing.Point(9, 130); this.txt_ort.Name = "txt_ort";
this.label1.Name = "label1"; this.txt_ort.Size = new System.Drawing.Size(196, 30);
this.label1.Size = new System.Drawing.Size(31, 20); this.txt_ort.TabIndex = 35;
this.label1.TabIndex = 30;
this.label1.Text = "Ort";
// //
// label2 // txt_bediener
// //
this.label2.AutoSize = true; this.txt_bediener.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_bediener.Location = new System.Drawing.Point(195, 226);
this.label2.Location = new System.Drawing.Point(9, 161); this.txt_bediener.Name = "txt_bediener";
this.label2.Name = "label2"; this.txt_bediener.Size = new System.Drawing.Size(196, 30);
this.label2.Size = new System.Drawing.Size(73, 20); this.txt_bediener.TabIndex = 36;
this.label2.TabIndex = 31;
this.label2.Text = "Bediener";
// //
// label3 // txt_kali_uhr_von
// //
this.label3.AutoSize = true; this.txt_kali_uhr_von.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_kali_uhr_von.Location = new System.Drawing.Point(519, 198);
this.label3.Location = new System.Drawing.Point(339, 130); this.txt_kali_uhr_von.Name = "txt_kali_uhr_von";
this.label3.Name = "label3"; this.txt_kali_uhr_von.Size = new System.Drawing.Size(178, 30);
this.label3.Size = new System.Drawing.Size(150, 20); this.txt_kali_uhr_von.TabIndex = 37;
this.label3.TabIndex = 32;
this.label3.Text = "Zeit der Kalibrierung";
// //
// label4 // txt_kali_uhr_bis
// //
this.label4.AutoSize = true; this.txt_kali_uhr_bis.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txt_kali_uhr_bis.Location = new System.Drawing.Point(519, 245);
this.label4.Location = new System.Drawing.Point(339, 161); this.txt_kali_uhr_bis.Name = "txt_kali_uhr_bis";
this.label4.Name = "label4"; this.txt_kali_uhr_bis.Size = new System.Drawing.Size(178, 30);
this.label4.Size = new System.Drawing.Size(38, 20); this.txt_kali_uhr_bis.TabIndex = 38;
this.label4.TabIndex = 33;
this.label4.Text = "Von";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(339, 199);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(31, 20);
this.label5.TabIndex = 34;
this.label5.Text = "Bis";
// //
// UCLinerGrundlagen // UCLinerGrundlagen
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window; this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.txt_liner); this.Controls.Add(this.txt_liner);
@@ -338,8 +384,9 @@
this.Controls.Add(this.label11); this.Controls.Add(this.label11);
this.Controls.Add(this.label10); this.Controls.Add(this.label10);
this.Controls.Add(this.label9); this.Controls.Add(this.label9);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "UCLinerGrundlagen"; this.Name = "UCLinerGrundlagen";
this.Size = new System.Drawing.Size(845, 534); this.Size = new System.Drawing.Size(1127, 657);
this.Load += new System.EventHandler(this.UCLinerGrundlagen_Load); this.Load += new System.EventHandler(this.UCLinerGrundlagen_Load);
this.groupBox1.ResumeLayout(false); this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout(); this.groupBox1.PerformLayout();
@@ -375,5 +422,9 @@
private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_kali_uhr_bis;
private System.Windows.Forms.TextBox txt_kali_uhr_von;
private System.Windows.Forms.TextBox txt_bediener;
private System.Windows.Forms.TextBox txt_ort;
} }
} }