This commit is contained in:
Husky
2018-06-18 21:30:20 +02:00
parent faf5dcc34e
commit 0afbacc9a2

View File

@@ -43,23 +43,23 @@
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.cb_lb_vorbereitung = new System.Windows.Forms.CheckedListBox(); this.cb_lb_vorbereitung = new System.Windows.Forms.CheckedListBox();
this.cb_stvo = new System.Windows.Forms.CheckBox(); this.cb_stvo = new System.Windows.Forms.CheckBox();
this.cb_wasserhaltung = new System.Windows.Forms.CheckBox(); this.cb_wasserhaltung = new System.Windows.Forms.CheckBox();
this.cb_genehmigung = new System.Windows.Forms.CheckBox(); this.cb_genehmigung = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label17 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout(); this.tabPage2.SuspendLayout();
@@ -111,7 +111,7 @@
// textBox5 // textBox5
// //
this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox5.Location = new System.Drawing.Point(128, 149); this.textBox5.Location = new System.Drawing.Point(128, 145);
this.textBox5.Name = "textBox5"; this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(221, 26); this.textBox5.Size = new System.Drawing.Size(221, 26);
this.textBox5.TabIndex = 10; this.textBox5.TabIndex = 10;
@@ -224,6 +224,26 @@
this.tabPage2.Text = "Vorraussetzungen"; this.tabPage2.Text = "Vorraussetzungen";
this.tabPage2.UseVisualStyleBackColor = true; this.tabPage2.UseVisualStyleBackColor = true;
// //
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(345, 156);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(88, 20);
this.label8.TabIndex = 6;
this.label8.Text = "Vorbereitet";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(39, 156);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(134, 20);
this.label7.TabIndex = 5;
this.label7.Text = "Leitung wurde mit";
//
// cb_lb_vorbereitung // cb_lb_vorbereitung
// //
this.cb_lb_vorbereitung.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cb_lb_vorbereitung.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
@@ -270,26 +290,6 @@
this.cb_genehmigung.Text = "Genehmigung wurde eingeholt"; this.cb_genehmigung.Text = "Genehmigung wurde eingeholt";
this.cb_genehmigung.UseVisualStyleBackColor = true; this.cb_genehmigung.UseVisualStyleBackColor = true;
// //
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(39, 156);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(134, 20);
this.label7.TabIndex = 5;
this.label7.Text = "Leitung wurde mit";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(345, 156);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(88, 20);
this.label8.TabIndex = 6;
this.label8.Text = "Vorbereitet";
//
// tabPage3 // tabPage3
// //
this.tabPage3.Controls.Add(this.groupBox1); this.tabPage3.Controls.Add(this.groupBox1);
@@ -306,96 +306,6 @@
this.tabPage3.Text = "LinerGrundlagen"; this.tabPage3.Text = "LinerGrundlagen";
this.tabPage3.UseVisualStyleBackColor = true; this.tabPage3.UseVisualStyleBackColor = true;
// //
// label9
//
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.Location = new System.Drawing.Point(24, 30);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(43, 20);
this.label9.TabIndex = 0;
this.label9.Text = "Harz";
//
// label10
//
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(229, 30);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(126, 20);
this.label10.TabIndex = 1;
this.label10.Text = "Charge-Nummer";
//
// label11
//
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.Location = new System.Drawing.Point(24, 65);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(110, 20);
this.label11.TabIndex = 2;
this.label11.Text = "Harzbedarf /m";
//
// label12
//
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.Location = new System.Drawing.Point(24, 100);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(44, 20);
this.label12.TabIndex = 3;
this.label12.Text = "Liner";
//
// label13
//
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(229, 100);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(126, 20);
this.label13.TabIndex = 4;
this.label13.Text = "Charge-Nummer";
//
// label14
//
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(6, 153);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(129, 20);
this.label14.TabIndex = 5;
this.label14.Text = "Temperatur Harz";
//
// label15
//
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(2, 31);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(166, 20);
this.label15.TabIndex = 6;
this.label15.Text = "Datum der Kalibierung";
//
// label16
//
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(2, 80);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(127, 20);
this.label16.TabIndex = 7;
this.label16.Text = "Walzen-Abstand";
//
// label17
//
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(229, 88);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(68, 20);
this.label17.TabIndex = 8;
this.label17.Text = "Vakuum";
//
// groupBox1 // groupBox1
// //
this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.label17);
@@ -410,6 +320,96 @@
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "Kalibrierung"; this.groupBox1.Text = "Kalibrierung";
// //
// label17
//
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(229, 88);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(68, 20);
this.label17.TabIndex = 8;
this.label17.Text = "Vakuum";
//
// label14
//
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(6, 153);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(129, 20);
this.label14.TabIndex = 5;
this.label14.Text = "Temperatur Harz";
//
// label16
//
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(2, 80);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(127, 20);
this.label16.TabIndex = 7;
this.label16.Text = "Walzen-Abstand";
//
// label15
//
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(2, 31);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(166, 20);
this.label15.TabIndex = 6;
this.label15.Text = "Datum der Kalibierung";
//
// label13
//
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(229, 100);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(126, 20);
this.label13.TabIndex = 4;
this.label13.Text = "Charge-Nummer";
//
// label12
//
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.Location = new System.Drawing.Point(24, 100);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(44, 20);
this.label12.TabIndex = 3;
this.label12.Text = "Liner";
//
// label11
//
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.Location = new System.Drawing.Point(24, 65);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(110, 20);
this.label11.TabIndex = 2;
this.label11.Text = "Harzbedarf /m";
//
// label10
//
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(229, 30);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(126, 20);
this.label10.TabIndex = 1;
this.label10.Text = "Charge-Nummer";
//
// label9
//
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.Location = new System.Drawing.Point(24, 30);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(43, 20);
this.label9.TabIndex = 0;
this.label9.Text = "Harz";
//
// frmObjektEdit // frmObjektEdit
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);