namespace FPER
{
partial class Form_Popup_CutInfo
{
///
/// 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.listView_CutList = new System.Windows.Forms.ListView();
this.columnHeader_Detail = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader_No = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.SuspendLayout();
//
// listView_CutList
//
this.listView_CutList.Alignment = System.Windows.Forms.ListViewAlignment.SnapToGrid;
this.listView_CutList.BackColor = System.Drawing.Color.AliceBlue;
this.listView_CutList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.listView_CutList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader_No,
this.columnHeader_Detail});
this.listView_CutList.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView_CutList.Font = new System.Drawing.Font("굴림체", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.listView_CutList.GridLines = true;
this.listView_CutList.Location = new System.Drawing.Point(0, 0);
this.listView_CutList.Margin = new System.Windows.Forms.Padding(4);
this.listView_CutList.MultiSelect = false;
this.listView_CutList.Name = "listView_CutList";
this.listView_CutList.Size = new System.Drawing.Size(430, 420);
this.listView_CutList.TabIndex = 0;
this.listView_CutList.TabStop = false;
this.listView_CutList.UseCompatibleStateImageBehavior = false;
this.listView_CutList.View = System.Windows.Forms.View.Details;
//
// columnHeader_Detail
//
this.columnHeader_Detail.Text = " 항목";
this.columnHeader_Detail.Width = 345;
//
// columnHeader_No
//
this.columnHeader_No.Text = "No";
this.columnHeader_No.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader_No.Width = 40;
//
// Form_Popup_CutInfo
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(430, 420);
this.Controls.Add(this.listView_CutList);
this.DoubleBuffered = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_Popup_CutInfo";
this.Text = " 차단 정보 리스트 [현재 상태]";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView listView_CutList;
private System.Windows.Forms.ColumnHeader columnHeader_Detail;
private System.Windows.Forms.ColumnHeader columnHeader_No;
}
}