Aggiunto cooler
This commit is contained in:
Generated
+30
-7
@@ -42,6 +42,8 @@
|
||||
this.cbTipoAdapt = new System.Windows.Forms.ComboBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.nLubro = new System.Windows.Forms.TextBox();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.nCooler = new System.Windows.Forms.TextBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// txtAdapter
|
||||
@@ -111,14 +113,14 @@
|
||||
//
|
||||
this.nVacPump.Location = new System.Drawing.Point(91, 36);
|
||||
this.nVacPump.Name = "nVacPump";
|
||||
this.nVacPump.Size = new System.Drawing.Size(57, 20);
|
||||
this.nVacPump.Size = new System.Drawing.Size(33, 20);
|
||||
this.nVacPump.TabIndex = 6;
|
||||
this.nVacPump.Text = "1";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(182, 39);
|
||||
this.label4.Location = new System.Drawing.Point(135, 39);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(60, 13);
|
||||
this.label4.TabIndex = 9;
|
||||
@@ -126,9 +128,9 @@
|
||||
//
|
||||
// nVacAct
|
||||
//
|
||||
this.nVacAct.Location = new System.Drawing.Point(248, 36);
|
||||
this.nVacAct.Location = new System.Drawing.Point(201, 36);
|
||||
this.nVacAct.Name = "nVacAct";
|
||||
this.nVacAct.Size = new System.Drawing.Size(57, 20);
|
||||
this.nVacAct.Size = new System.Drawing.Size(33, 20);
|
||||
this.nVacAct.TabIndex = 8;
|
||||
this.nVacAct.Text = "2";
|
||||
//
|
||||
@@ -157,7 +159,7 @@
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(315, 39);
|
||||
this.label6.Location = new System.Drawing.Point(248, 39);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(57, 13);
|
||||
this.label6.TabIndex = 13;
|
||||
@@ -165,17 +167,36 @@
|
||||
//
|
||||
// nLubro
|
||||
//
|
||||
this.nLubro.Location = new System.Drawing.Point(381, 36);
|
||||
this.nLubro.Location = new System.Drawing.Point(314, 36);
|
||||
this.nLubro.Name = "nLubro";
|
||||
this.nLubro.Size = new System.Drawing.Size(57, 20);
|
||||
this.nLubro.Size = new System.Drawing.Size(33, 20);
|
||||
this.nLubro.TabIndex = 12;
|
||||
this.nLubro.Text = "1";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(356, 39);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(64, 13);
|
||||
this.label7.TabIndex = 15;
|
||||
this.label7.Text = "n° COOLER";
|
||||
//
|
||||
// nCooler
|
||||
//
|
||||
this.nCooler.Location = new System.Drawing.Point(422, 36);
|
||||
this.nCooler.Name = "nCooler";
|
||||
this.nCooler.Size = new System.Drawing.Size(33, 20);
|
||||
this.nCooler.TabIndex = 14;
|
||||
this.nCooler.Text = "1";
|
||||
//
|
||||
// SetupAdapter
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(692, 517);
|
||||
this.Controls.Add(this.label7);
|
||||
this.Controls.Add(this.nCooler);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.nLubro);
|
||||
this.Controls.Add(this.cbTipoAdapt);
|
||||
@@ -213,5 +234,7 @@
|
||||
private System.Windows.Forms.ComboBox cbTipoAdapt;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.TextBox nLubro;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.TextBox nCooler;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user