Registered workfiles can be listed and shown

This commit is contained in:
2015-07-22 10:17:26 +02:00
parent 89af2786f3
commit 461b24cc4f
5 changed files with 55 additions and 9 deletions

View File

@ -55,11 +55,13 @@
this.chFileName,
this.chPath});
this.lvGenFiles.Location = new System.Drawing.Point(209, 13);
this.lvGenFiles.MultiSelect = false;
this.lvGenFiles.Name = "lvGenFiles";
this.lvGenFiles.Size = new System.Drawing.Size(568, 355);
this.lvGenFiles.TabIndex = 1;
this.lvGenFiles.UseCompatibleStateImageBehavior = false;
this.lvGenFiles.View = System.Windows.Forms.View.Details;
this.lvGenFiles.SelectedIndexChanged += new System.EventHandler(this.lvGenFiles_SelectedIndexChanged);
//
// chUsageName
//