Listing of registered workfiles implemented
This commit is contained in:
13
CobXmlSupport/GenCobCode.Designer.cs
generated
13
CobXmlSupport/GenCobCode.Designer.cs
generated
@ -70,6 +70,7 @@
|
||||
this.btnGenICode = new System.Windows.Forms.Button();
|
||||
this.grpSettings = new System.Windows.Forms.GroupBox();
|
||||
this.btnSaveArea = new System.Windows.Forms.Button();
|
||||
this.btnShowWorkFiles = new System.Windows.Forms.Button();
|
||||
this.grpProduce.SuspendLayout();
|
||||
this.grpSettings.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
@ -534,11 +535,22 @@
|
||||
this.btnSaveArea.UseVisualStyleBackColor = true;
|
||||
this.btnSaveArea.Click += new System.EventHandler(this.btnSaveArea_Click);
|
||||
//
|
||||
// btnShowWorkFiles
|
||||
//
|
||||
this.btnShowWorkFiles.Location = new System.Drawing.Point(31, 665);
|
||||
this.btnShowWorkFiles.Name = "btnShowWorkFiles";
|
||||
this.btnShowWorkFiles.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnShowWorkFiles.TabIndex = 41;
|
||||
this.btnShowWorkFiles.Text = "Arbetsfiler";
|
||||
this.btnShowWorkFiles.UseVisualStyleBackColor = true;
|
||||
this.btnShowWorkFiles.Click += new System.EventHandler(this.btnShowWorkFiles_Click);
|
||||
//
|
||||
// GenCobCode
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(945, 705);
|
||||
this.Controls.Add(this.btnShowWorkFiles);
|
||||
this.Controls.Add(this.btnSaveArea);
|
||||
this.Controls.Add(this.grpSettings);
|
||||
this.Controls.Add(this.grpProduce);
|
||||
@ -624,6 +636,7 @@
|
||||
private System.Windows.Forms.Button btnGenICode;
|
||||
private System.Windows.Forms.GroupBox grpSettings;
|
||||
private System.Windows.Forms.Button btnSaveArea;
|
||||
private System.Windows.Forms.Button btnShowWorkFiles;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user