namespace IControls_ExcelVerify { partial class IControls_ExcelVerify { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. /// private void InitializeComponent() { this.button_ExcelOpen = new System.Windows.Forms.Button(); this.textBox_ExcelPath = new System.Windows.Forms.TextBox(); this.listView_VerifyResult = new System.Windows.Forms.ListView(); this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.button_VerifyStart = new System.Windows.Forms.Button(); this.panel_top = new System.Windows.Forms.Panel(); this.panel_top.SuspendLayout(); this.SuspendLayout(); // // button_ExcelOpen // this.button_ExcelOpen.Location = new System.Drawing.Point(9, 10); this.button_ExcelOpen.Name = "button_ExcelOpen"; this.button_ExcelOpen.Size = new System.Drawing.Size(75, 23); this.button_ExcelOpen.TabIndex = 0; this.button_ExcelOpen.Text = "열기"; this.button_ExcelOpen.UseVisualStyleBackColor = true; this.button_ExcelOpen.Click += new System.EventHandler(this.button_ExcelOpen_Click); // // textBox_ExcelPath // this.textBox_ExcelPath.Location = new System.Drawing.Point(90, 12); this.textBox_ExcelPath.Name = "textBox_ExcelPath"; this.textBox_ExcelPath.ReadOnly = true; this.textBox_ExcelPath.Size = new System.Drawing.Size(574, 21); this.textBox_ExcelPath.TabIndex = 1; // // listView_VerifyResult // this.listView_VerifyResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader5, this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4}); this.listView_VerifyResult.Dock = System.Windows.Forms.DockStyle.Fill; this.listView_VerifyResult.GridLines = true; this.listView_VerifyResult.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listView_VerifyResult.Location = new System.Drawing.Point(0, 47); this.listView_VerifyResult.Name = "listView_VerifyResult"; this.listView_VerifyResult.Size = new System.Drawing.Size(914, 637); this.listView_VerifyResult.TabIndex = 3; this.listView_VerifyResult.UseCompatibleStateImageBehavior = false; this.listView_VerifyResult.View = System.Windows.Forms.View.Details; // // columnHeader5 // this.columnHeader5.Text = "No"; this.columnHeader5.Width = 56; // // columnHeader1 // this.columnHeader1.Text = "시트명"; this.columnHeader1.Width = 167; // // columnHeader2 // this.columnHeader2.Text = "행"; this.columnHeader2.Width = 46; // // columnHeader3 // this.columnHeader3.Text = "열"; this.columnHeader3.Width = 41; // // columnHeader4 // this.columnHeader4.Text = "비고"; this.columnHeader4.Width = 488; // // button_VerifyStart // this.button_VerifyStart.Location = new System.Drawing.Point(690, 10); this.button_VerifyStart.Name = "button_VerifyStart"; this.button_VerifyStart.Size = new System.Drawing.Size(86, 23); this.button_VerifyStart.TabIndex = 0; this.button_VerifyStart.Text = "검증 시작"; this.button_VerifyStart.UseVisualStyleBackColor = true; this.button_VerifyStart.Click += new System.EventHandler(this.button_VerifyStart_Click); // // panel_top // this.panel_top.Controls.Add(this.textBox_ExcelPath); this.panel_top.Controls.Add(this.button_ExcelOpen); this.panel_top.Controls.Add(this.button_VerifyStart); this.panel_top.Dock = System.Windows.Forms.DockStyle.Top; this.panel_top.Location = new System.Drawing.Point(0, 0); this.panel_top.Name = "panel_top"; this.panel_top.Size = new System.Drawing.Size(914, 47); this.panel_top.TabIndex = 4; // // IControls_ExcelVerify // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(914, 684); this.Controls.Add(this.listView_VerifyResult); this.Controls.Add(this.panel_top); this.Name = "IControls_ExcelVerify"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Import Excel Document Verify Program V.1.0 (Only Check it Input & Output Point)"; this.panel_top.ResumeLayout(false); this.panel_top.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button_ExcelOpen; private System.Windows.Forms.TextBox textBox_ExcelPath; private System.Windows.Forms.ListView listView_VerifyResult; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.Button button_VerifyStart; private System.Windows.Forms.Panel panel_top; private System.Windows.Forms.ColumnHeader columnHeader5; } }