namespace FLG0000.LogData { partial class Lov_LogItem { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }