120 lines
4.8 KiB
C#
120 lines
4.8 KiB
C#
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.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.btnClose = new System.Windows.Forms.Button();
|
|
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(198, 355);
|
|
this.lbWorkFiles.TabIndex = 0;
|
|
this.lbWorkFiles.SelectedIndexChanged += new System.EventHandler(this.lbWorkFiles_SelectedIndexChanged);
|
|
//
|
|
// lvGenFiles
|
|
//
|
|
this.lvGenFiles.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lvGenFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.chUsageName,
|
|
this.chDate,
|
|
this.chFileName,
|
|
this.chPath});
|
|
this.lvGenFiles.Location = new System.Drawing.Point(209, 13);
|
|
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;
|
|
//
|
|
// chUsageName
|
|
//
|
|
this.chUsageName.Text = "CopyNamn";
|
|
this.chUsageName.Width = 160;
|
|
//
|
|
// chDate
|
|
//
|
|
this.chDate.Text = "Datum";
|
|
this.chDate.Width = 90;
|
|
//
|
|
// chFileName
|
|
//
|
|
this.chFileName.Text = "Filnamn";
|
|
this.chFileName.Width = 160;
|
|
//
|
|
// chPath
|
|
//
|
|
this.chPath.Text = "Filpath";
|
|
this.chPath.Width = 160;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(706, 374);
|
|
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);
|
|
//
|
|
// CheckWorkItems
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(789, 408);
|
|
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;
|
|
|
|
}
|
|
} |