681467d8a5316214eef82ff688f8abca07d3de5b.svn-base 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. namespace IControls_ExcelVerify
  2. {
  3. partial class IControls_ExcelVerify
  4. {
  5. /// <summary>
  6. /// 필수 디자이너 변수입니다.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 사용 중인 모든 리소스를 정리합니다.
  11. /// </summary>
  12. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button_ExcelOpen = new System.Windows.Forms.Button();
  29. this.textBox_ExcelPath = new System.Windows.Forms.TextBox();
  30. this.listView_VerifyResult = new System.Windows.Forms.ListView();
  31. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.button_VerifyStart = new System.Windows.Forms.Button();
  37. this.panel_top = new System.Windows.Forms.Panel();
  38. this.panel_top.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // button_ExcelOpen
  42. //
  43. this.button_ExcelOpen.Location = new System.Drawing.Point(9, 10);
  44. this.button_ExcelOpen.Name = "button_ExcelOpen";
  45. this.button_ExcelOpen.Size = new System.Drawing.Size(75, 23);
  46. this.button_ExcelOpen.TabIndex = 0;
  47. this.button_ExcelOpen.Text = "열기";
  48. this.button_ExcelOpen.UseVisualStyleBackColor = true;
  49. this.button_ExcelOpen.Click += new System.EventHandler(this.button_ExcelOpen_Click);
  50. //
  51. // textBox_ExcelPath
  52. //
  53. this.textBox_ExcelPath.Location = new System.Drawing.Point(90, 12);
  54. this.textBox_ExcelPath.Name = "textBox_ExcelPath";
  55. this.textBox_ExcelPath.ReadOnly = true;
  56. this.textBox_ExcelPath.Size = new System.Drawing.Size(574, 21);
  57. this.textBox_ExcelPath.TabIndex = 1;
  58. //
  59. // listView_VerifyResult
  60. //
  61. this.listView_VerifyResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  62. this.columnHeader5,
  63. this.columnHeader1,
  64. this.columnHeader2,
  65. this.columnHeader3,
  66. this.columnHeader4});
  67. this.listView_VerifyResult.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.listView_VerifyResult.GridLines = true;
  69. this.listView_VerifyResult.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
  70. this.listView_VerifyResult.Location = new System.Drawing.Point(0, 47);
  71. this.listView_VerifyResult.Name = "listView_VerifyResult";
  72. this.listView_VerifyResult.Size = new System.Drawing.Size(914, 637);
  73. this.listView_VerifyResult.TabIndex = 3;
  74. this.listView_VerifyResult.UseCompatibleStateImageBehavior = false;
  75. this.listView_VerifyResult.View = System.Windows.Forms.View.Details;
  76. //
  77. // columnHeader5
  78. //
  79. this.columnHeader5.Text = "No";
  80. this.columnHeader5.Width = 56;
  81. //
  82. // columnHeader1
  83. //
  84. this.columnHeader1.Text = "시트명";
  85. this.columnHeader1.Width = 167;
  86. //
  87. // columnHeader2
  88. //
  89. this.columnHeader2.Text = "행";
  90. this.columnHeader2.Width = 46;
  91. //
  92. // columnHeader3
  93. //
  94. this.columnHeader3.Text = "열";
  95. this.columnHeader3.Width = 41;
  96. //
  97. // columnHeader4
  98. //
  99. this.columnHeader4.Text = "비고";
  100. this.columnHeader4.Width = 488;
  101. //
  102. // button_VerifyStart
  103. //
  104. this.button_VerifyStart.Location = new System.Drawing.Point(690, 10);
  105. this.button_VerifyStart.Name = "button_VerifyStart";
  106. this.button_VerifyStart.Size = new System.Drawing.Size(86, 23);
  107. this.button_VerifyStart.TabIndex = 0;
  108. this.button_VerifyStart.Text = "검증 시작";
  109. this.button_VerifyStart.UseVisualStyleBackColor = true;
  110. this.button_VerifyStart.Click += new System.EventHandler(this.button_VerifyStart_Click);
  111. //
  112. // panel_top
  113. //
  114. this.panel_top.Controls.Add(this.textBox_ExcelPath);
  115. this.panel_top.Controls.Add(this.button_ExcelOpen);
  116. this.panel_top.Controls.Add(this.button_VerifyStart);
  117. this.panel_top.Dock = System.Windows.Forms.DockStyle.Top;
  118. this.panel_top.Location = new System.Drawing.Point(0, 0);
  119. this.panel_top.Name = "panel_top";
  120. this.panel_top.Size = new System.Drawing.Size(914, 47);
  121. this.panel_top.TabIndex = 4;
  122. //
  123. // IControls_ExcelVerify
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.ClientSize = new System.Drawing.Size(914, 684);
  128. this.Controls.Add(this.listView_VerifyResult);
  129. this.Controls.Add(this.panel_top);
  130. this.Name = "IControls_ExcelVerify";
  131. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  132. this.Text = "Import Excel Document Verify Program V.1.0 (Only Check it Input & Output Point)";
  133. this.panel_top.ResumeLayout(false);
  134. this.panel_top.PerformLayout();
  135. this.ResumeLayout(false);
  136. }
  137. #endregion
  138. private System.Windows.Forms.Button button_ExcelOpen;
  139. private System.Windows.Forms.TextBox textBox_ExcelPath;
  140. private System.Windows.Forms.ListView listView_VerifyResult;
  141. private System.Windows.Forms.ColumnHeader columnHeader1;
  142. private System.Windows.Forms.ColumnHeader columnHeader2;
  143. private System.Windows.Forms.ColumnHeader columnHeader3;
  144. private System.Windows.Forms.ColumnHeader columnHeader4;
  145. private System.Windows.Forms.Button button_VerifyStart;
  146. private System.Windows.Forms.Panel panel_top;
  147. private System.Windows.Forms.ColumnHeader columnHeader5;
  148. }
  149. }