Listing of registered workfiles implemented

This commit is contained in:
2015-07-21 15:03:01 +02:00
parent 2ead87177b
commit 49a98ea405
6 changed files with 304 additions and 0 deletions

View File

@ -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;
}
}