Form_Popup_CutInfo.Designer.cs 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. namespace FPER
  2. {
  3. partial class Form_Popup_CutInfo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.listView_CutList = new System.Windows.Forms.ListView();
  29. this.columnHeader_Detail = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  30. this.columnHeader_No = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  31. this.SuspendLayout();
  32. //
  33. // listView_CutList
  34. //
  35. this.listView_CutList.Alignment = System.Windows.Forms.ListViewAlignment.SnapToGrid;
  36. this.listView_CutList.BackColor = System.Drawing.Color.AliceBlue;
  37. this.listView_CutList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  38. this.listView_CutList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  39. this.columnHeader_No,
  40. this.columnHeader_Detail});
  41. this.listView_CutList.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.listView_CutList.Font = new System.Drawing.Font("굴림체", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  43. this.listView_CutList.GridLines = true;
  44. this.listView_CutList.Location = new System.Drawing.Point(0, 0);
  45. this.listView_CutList.Margin = new System.Windows.Forms.Padding(4);
  46. this.listView_CutList.MultiSelect = false;
  47. this.listView_CutList.Name = "listView_CutList";
  48. this.listView_CutList.Size = new System.Drawing.Size(430, 420);
  49. this.listView_CutList.TabIndex = 0;
  50. this.listView_CutList.TabStop = false;
  51. this.listView_CutList.UseCompatibleStateImageBehavior = false;
  52. this.listView_CutList.View = System.Windows.Forms.View.Details;
  53. //
  54. // columnHeader_Detail
  55. //
  56. this.columnHeader_Detail.Text = " 항목";
  57. this.columnHeader_Detail.Width = 345;
  58. //
  59. // columnHeader_No
  60. //
  61. this.columnHeader_No.Text = "No";
  62. this.columnHeader_No.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  63. this.columnHeader_No.Width = 40;
  64. //
  65. // Form_Popup_CutInfo
  66. //
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  68. this.BackColor = System.Drawing.Color.WhiteSmoke;
  69. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  70. this.ClientSize = new System.Drawing.Size(430, 420);
  71. this.Controls.Add(this.listView_CutList);
  72. this.DoubleBuffered = true;
  73. this.MaximizeBox = false;
  74. this.MinimizeBox = false;
  75. this.Name = "Form_Popup_CutInfo";
  76. this.Text = " 차단 정보 리스트 [현재 상태]";
  77. this.ResumeLayout(false);
  78. }
  79. #endregion
  80. private System.Windows.Forms.ListView listView_CutList;
  81. private System.Windows.Forms.ColumnHeader columnHeader_Detail;
  82. private System.Windows.Forms.ColumnHeader columnHeader_No;
  83. }
  84. }