137 lines
5.0 KiB
C#
137 lines
5.0 KiB
C#
namespace Project.Dialog
|
|
{
|
|
partial class fSelectResult
|
|
{
|
|
/// <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.button1 = new System.Windows.Forms.Button();
|
|
this.lv1 = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.button1.Location = new System.Drawing.Point(0, 493);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(932, 55);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "Select Confirm";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// lv1
|
|
//
|
|
this.lv1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1,
|
|
this.columnHeader2,
|
|
this.columnHeader3,
|
|
this.columnHeader5,
|
|
this.columnHeader6,
|
|
this.columnHeader7,
|
|
this.columnHeader4});
|
|
this.lv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lv1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lv1.FullRowSelect = true;
|
|
this.lv1.GridLines = true;
|
|
this.lv1.Location = new System.Drawing.Point(0, 0);
|
|
this.lv1.Name = "lv1";
|
|
this.lv1.Size = new System.Drawing.Size(932, 493);
|
|
this.lv1.TabIndex = 2;
|
|
this.lv1.UseCompatibleStateImageBehavior = false;
|
|
this.lv1.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "TIME";
|
|
this.columnHeader1.Width = 120;
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "SID";
|
|
this.columnHeader2.Width = 120;
|
|
//
|
|
// columnHeader3
|
|
//
|
|
this.columnHeader3.Text = "RID";
|
|
this.columnHeader3.Width = 130;
|
|
//
|
|
// columnHeader4
|
|
//
|
|
this.columnHeader4.Text = "QTY";
|
|
this.columnHeader4.Width = 80;
|
|
//
|
|
// columnHeader5
|
|
//
|
|
this.columnHeader5.Text = "CUST";
|
|
this.columnHeader5.Width = 100;
|
|
//
|
|
// columnHeader6
|
|
//
|
|
this.columnHeader6.Text = "V.LOT";
|
|
this.columnHeader6.Width = 140;
|
|
//
|
|
// columnHeader7
|
|
//
|
|
this.columnHeader7.Text = "V.NAME";
|
|
this.columnHeader7.Width = 130;
|
|
//
|
|
// fSelectResult
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(932, 548);
|
|
this.Controls.Add(this.lv1);
|
|
this.Controls.Add(this.button1);
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fSelectResult";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Please select a value (Only empty data will be extracted from the selection)";
|
|
this.Load += new System.EventHandler(this.fSelectDataList_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ListView lv1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
|
private System.Windows.Forms.ColumnHeader columnHeader5;
|
|
private System.Windows.Forms.ColumnHeader columnHeader6;
|
|
private System.Windows.Forms.ColumnHeader columnHeader7;
|
|
}
|
|
} |