Aggiunta conf mandrino / Unità Operatrice

This commit is contained in:
Samuele E. Locatelli
2016-04-22 10:35:57 +02:00
parent 467a0601a6
commit a9ecaee9ff
5 changed files with 84 additions and 31 deletions
+23
View File
@@ -50,6 +50,8 @@
this.nTempe = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.nPath = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.nUnOp = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// txtAdapter
@@ -247,11 +249,30 @@
this.nPath.TabIndex = 20;
this.nPath.Text = "1";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(473, 65);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(52, 13);
this.label11.TabIndex = 23;
this.label11.Text = "n° Un OP";
//
// nUnOp
//
this.nUnOp.Location = new System.Drawing.Point(539, 62);
this.nUnOp.Name = "nUnOp";
this.nUnOp.Size = new System.Drawing.Size(33, 20);
this.nUnOp.TabIndex = 22;
this.nUnOp.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.label11);
this.Controls.Add(this.nUnOp);
this.Controls.Add(this.label10);
this.Controls.Add(this.nPath);
this.Controls.Add(this.label9);
@@ -305,5 +326,7 @@
private System.Windows.Forms.TextBox nTempe;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox nPath;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox nUnOp;
}
}