12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- namespace FPER
- {
- partial class Form_Popup_CutInfo
- {
- /// <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.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;
- }
- }
|