aggiunti assi
generato CONF XML adapter demo completo
This commit is contained in:
Generated
+23
@@ -52,6 +52,8 @@
|
||||
this.nPath = new System.Windows.Forms.TextBox();
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.nUnOp = new System.Windows.Forms.TextBox();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
this.nAssi = new System.Windows.Forms.TextBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// txtAdapter
|
||||
@@ -266,11 +268,30 @@
|
||||
this.nUnOp.TabIndex = 22;
|
||||
this.nUnOp.Text = "1";
|
||||
//
|
||||
// label12
|
||||
//
|
||||
this.label12.AutoSize = true;
|
||||
this.label12.Location = new System.Drawing.Point(25, 91);
|
||||
this.label12.Name = "label12";
|
||||
this.label12.Size = new System.Drawing.Size(39, 13);
|
||||
this.label12.TabIndex = 25;
|
||||
this.label12.Text = "n° Assi";
|
||||
//
|
||||
// nAssi
|
||||
//
|
||||
this.nAssi.Location = new System.Drawing.Point(91, 88);
|
||||
this.nAssi.Name = "nAssi";
|
||||
this.nAssi.Size = new System.Drawing.Size(33, 20);
|
||||
this.nAssi.TabIndex = 24;
|
||||
this.nAssi.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.label12);
|
||||
this.Controls.Add(this.nAssi);
|
||||
this.Controls.Add(this.label11);
|
||||
this.Controls.Add(this.nUnOp);
|
||||
this.Controls.Add(this.label10);
|
||||
@@ -328,5 +349,7 @@
|
||||
private System.Windows.Forms.TextBox nPath;
|
||||
private System.Windows.Forms.Label label11;
|
||||
private System.Windows.Forms.TextBox nUnOp;
|
||||
private System.Windows.Forms.Label label12;
|
||||
private System.Windows.Forms.TextBox nAssi;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user