Files
Groupware/SubProject/FLG0000/LogData/Lov_LogItem.Designer.cs
chikyun.kim 63dffe62ef 190806 chi 품목정보에서 카테고리 없는 자료도 보이게 함
품목정보 정렬 기능 추가
190731  로그기록화면(beta)추가
2019-08-06 11:38:05 +09:00

126 lines
5.1 KiB
C#

namespace FLG0000.LogData
{
partial class Lov_LogItem
{
/// <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.tbGrp = new System.Windows.Forms.TextBox();
this.tbItem = new System.Windows.Forms.TextBox();
this.btOK = new System.Windows.Forms.Button();
this.listBox1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.listBox2 = new System.Windows.Forms.ListView();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.SuspendLayout();
//
// tbGrp
//
this.tbGrp.Location = new System.Drawing.Point(14, 192);
this.tbGrp.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tbGrp.Name = "tbGrp";
this.tbGrp.Size = new System.Drawing.Size(561, 46);
this.tbGrp.TabIndex = 1;
//
// tbItem
//
this.tbItem.Location = new System.Drawing.Point(14, 426);
this.tbItem.Margin = new System.Windows.Forms.Padding(2);
this.tbItem.Name = "tbItem";
this.tbItem.Size = new System.Drawing.Size(561, 46);
this.tbItem.TabIndex = 2;
//
// btOK
//
this.btOK.Location = new System.Drawing.Point(12, 482);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(563, 52);
this.btOK.TabIndex = 3;
this.btOK.Text = "button1";
this.btOK.UseVisualStyleBackColor = true;
this.btOK.Click += new System.EventHandler(this.btOK_Click);
//
// listBox1
//
this.listBox1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.listBox1.Location = new System.Drawing.Point(14, 12);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(561, 175);
this.listBox1.TabIndex = 4;
this.listBox1.UseCompatibleStateImageBehavior = false;
this.listBox1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Width = 544;
//
// listBox2
//
this.listBox2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2});
this.listBox2.Location = new System.Drawing.Point(14, 246);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(561, 175);
this.listBox2.TabIndex = 5;
this.listBox2.UseCompatibleStateImageBehavior = false;
this.listBox2.View = System.Windows.Forms.View.Details;
//
// columnHeader2
//
this.columnHeader2.Width = 544;
//
// Lov_LogItem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 40F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 550);
this.Controls.Add(this.listBox2);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.btOK);
this.Controls.Add(this.tbItem);
this.Controls.Add(this.tbGrp);
this.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.Margin = new System.Windows.Forms.Padding(7, 10, 7, 10);
this.Name = "Lov_LogItem";
this.Text = "Lov_LogItem";
this.Load += new System.EventHandler(this.Lov_LogItem_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btOK;
private System.Windows.Forms.ListView listBox1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ListView listBox2;
private System.Windows.Forms.ColumnHeader columnHeader2;
public System.Windows.Forms.TextBox tbGrp;
public System.Windows.Forms.TextBox tbItem;
}
}