Synch move-fields to cvs-file editable in excell...
This commit is contained in:
14
CobXmlSupport/ShowCode.Designer.cs
generated
14
CobXmlSupport/ShowCode.Designer.cs
generated
@ -32,6 +32,7 @@
|
||||
this.btnClose = new System.Windows.Forms.Button();
|
||||
this.txtCode = new System.Windows.Forms.TextBox();
|
||||
this.lblCodeType = new System.Windows.Forms.Label();
|
||||
this.btnSynch = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btnClose
|
||||
@ -73,11 +74,23 @@
|
||||
this.lblCodeType.TabIndex = 2;
|
||||
this.lblCodeType.Text = "<codeType>";
|
||||
//
|
||||
// btnSynch
|
||||
//
|
||||
this.btnSynch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnSynch.Location = new System.Drawing.Point(504, 642);
|
||||
this.btnSynch.Name = "btnSynch";
|
||||
this.btnSynch.Size = new System.Drawing.Size(95, 23);
|
||||
this.btnSynch.TabIndex = 3;
|
||||
this.btnSynch.Text = "Synch Moves";
|
||||
this.btnSynch.UseVisualStyleBackColor = true;
|
||||
this.btnSynch.Click += new System.EventHandler(this.btnSynch_Click);
|
||||
//
|
||||
// ShowCode
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(670, 674);
|
||||
this.Controls.Add(this.btnSynch);
|
||||
this.Controls.Add(this.lblCodeType);
|
||||
this.Controls.Add(this.txtCode);
|
||||
this.Controls.Add(this.btnClose);
|
||||
@ -95,5 +108,6 @@
|
||||
private System.Windows.Forms.Button btnClose;
|
||||
private System.Windows.Forms.TextBox txtCode;
|
||||
private System.Windows.Forms.Label lblCodeType;
|
||||
private System.Windows.Forms.Button btnSynch;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user