Listing of registered workfiles implemented
This commit is contained in:
114
CobXmlSupport/CheckWorkItems.Designer.cs
generated
Normal file
114
CobXmlSupport/CheckWorkItems.Designer.cs
generated
Normal file
@ -0,0 +1,114 @@
|
||||
namespace CobXmlSupport
|
||||
{
|
||||
partial class CheckWorkItems
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.lbWorkFiles = new System.Windows.Forms.ListBox();
|
||||
this.lvGenFiles = new System.Windows.Forms.ListView();
|
||||
this.btnClose = new System.Windows.Forms.Button();
|
||||
this.chUsageName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chFileName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.chPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lbWorkFiles
|
||||
//
|
||||
this.lbWorkFiles.FormattingEnabled = true;
|
||||
this.lbWorkFiles.Location = new System.Drawing.Point(13, 13);
|
||||
this.lbWorkFiles.Name = "lbWorkFiles";
|
||||
this.lbWorkFiles.Size = new System.Drawing.Size(248, 355);
|
||||
this.lbWorkFiles.TabIndex = 0;
|
||||
this.lbWorkFiles.SelectedIndexChanged += new System.EventHandler(this.lbWorkFiles_SelectedIndexChanged);
|
||||
//
|
||||
// lvGenFiles
|
||||
//
|
||||
this.lvGenFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
this.chUsageName,
|
||||
this.chDate,
|
||||
this.chFileName,
|
||||
this.chPath});
|
||||
this.lvGenFiles.Location = new System.Drawing.Point(268, 13);
|
||||
this.lvGenFiles.Name = "lvGenFiles";
|
||||
this.lvGenFiles.Size = new System.Drawing.Size(462, 355);
|
||||
this.lvGenFiles.TabIndex = 1;
|
||||
this.lvGenFiles.UseCompatibleStateImageBehavior = false;
|
||||
//
|
||||
// btnClose
|
||||
//
|
||||
this.btnClose.Location = new System.Drawing.Point(654, 388);
|
||||
this.btnClose.Name = "btnClose";
|
||||
this.btnClose.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnClose.TabIndex = 2;
|
||||
this.btnClose.Text = "Stäng";
|
||||
this.btnClose.UseVisualStyleBackColor = true;
|
||||
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
||||
//
|
||||
// chUsageName
|
||||
//
|
||||
this.chUsageName.Text = "CopyNamn";
|
||||
//
|
||||
// chDate
|
||||
//
|
||||
this.chDate.Text = "Datum";
|
||||
//
|
||||
// chFileName
|
||||
//
|
||||
this.chFileName.Text = "Filnamn";
|
||||
//
|
||||
// chPath
|
||||
//
|
||||
this.chPath.Text = "Filpath";
|
||||
//
|
||||
// CheckWorkItems
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(742, 423);
|
||||
this.Controls.Add(this.btnClose);
|
||||
this.Controls.Add(this.lvGenFiles);
|
||||
this.Controls.Add(this.lbWorkFiles);
|
||||
this.Name = "CheckWorkItems";
|
||||
this.Text = "CheckWorkItems";
|
||||
this.Load += new System.EventHandler(this.CheckWorkItems_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.ListBox lbWorkFiles;
|
||||
private System.Windows.Forms.ListView lvGenFiles;
|
||||
private System.Windows.Forms.ColumnHeader chUsageName;
|
||||
private System.Windows.Forms.ColumnHeader chDate;
|
||||
private System.Windows.Forms.ColumnHeader chFileName;
|
||||
private System.Windows.Forms.ColumnHeader chPath;
|
||||
private System.Windows.Forms.Button btnClose;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user