namespace KMBIM { partial class ExcelExport { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExcelExport)); this.listBox1 = new System.Windows.Forms.ListBox(); this.listBox2 = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.btn_export = new System.Windows.Forms.Button(); this.tbPath = new System.Windows.Forms.TextBox(); this.btnPath = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // listBox1 // this.listBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.listBox1.Font = new System.Drawing.Font("굴림", 10F); this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 17; this.listBox1.Location = new System.Drawing.Point(12, 39); this.listBox1.Name = "listBox1"; this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple; this.listBox1.Size = new System.Drawing.Size(215, 310); this.listBox1.TabIndex = 0; this.listBox1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.listBox1_DrawItem); // // listBox2 // this.listBox2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.listBox2.Font = new System.Drawing.Font("굴림", 10F); this.listBox2.FormattingEnabled = true; this.listBox2.ItemHeight = 17; this.listBox2.Location = new System.Drawing.Point(312, 39); this.listBox2.Name = "listBox2"; this.listBox2.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple; this.listBox2.Size = new System.Drawing.Size(215, 310); this.listBox2.TabIndex = 0; this.listBox2.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.listBox2_DrawItem); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label1.Location = new System.Drawing.Point(13, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 13); this.label1.TabIndex = 1; this.label1.Text = "일람표 리스트"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label2.Location = new System.Drawing.Point(308, 14); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(110, 13); this.label2.TabIndex = 1; this.label2.Text = "내보내기 리스트"; // // button1 // this.button1.Location = new System.Drawing.Point(233, 123); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(73, 23); this.button1.TabIndex = 2; this.button1.Text = "ALL ▶▶"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(233, 163); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(73, 23); this.button2.TabIndex = 2; this.button2.Text = "▶"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(233, 203); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(73, 23); this.button3.TabIndex = 2; this.button3.Text = "◀"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Location = new System.Drawing.Point(233, 243); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(73, 23); this.button4.TabIndex = 2; this.button4.Text = "◀◀ALL"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.radioButton2); this.groupBox1.Controls.Add(this.radioButton1); this.groupBox1.Location = new System.Drawing.Point(14, 378); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(513, 51); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "파일 저장 방식"; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(363, 21); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(99, 16); this.radioButton2.TabIndex = 0; this.radioButton2.Text = "일람표별 파일"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(64, 21); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(75, 16); this.radioButton1.TabIndex = 0; this.radioButton1.TabStop = true; this.radioButton1.Text = "단일 파일"; this.radioButton1.UseVisualStyleBackColor = true; // // btn_export // this.btn_export.Location = new System.Drawing.Point(377, 500); this.btn_export.Name = "btn_export"; this.btn_export.Size = new System.Drawing.Size(144, 23); this.btn_export.TabIndex = 4; this.btn_export.Text = "내보내기"; this.btn_export.UseVisualStyleBackColor = true; this.btn_export.Click += new System.EventHandler(this.btn_export_Click); // // tbPath // this.tbPath.Location = new System.Drawing.Point(16, 17); this.tbPath.Name = "tbPath"; this.tbPath.ReadOnly = true; this.tbPath.Size = new System.Drawing.Size(444, 21); this.tbPath.TabIndex = 5; // // btnPath // this.btnPath.Location = new System.Drawing.Point(466, 15); this.btnPath.Name = "btnPath"; this.btnPath.Size = new System.Drawing.Size(41, 23); this.btnPath.TabIndex = 6; this.btnPath.Text = "..."; this.btnPath.UseVisualStyleBackColor = true; this.btnPath.Click += new System.EventHandler(this.btnPath_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.tbPath); this.groupBox2.Controls.Add(this.btnPath); this.groupBox2.Location = new System.Drawing.Point(14, 439); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(513, 53); this.groupBox2.TabIndex = 4; this.groupBox2.TabStop = false; this.groupBox2.Text = "저장 경로"; // // ExcelExport // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(539, 536); this.Controls.Add(this.groupBox2); this.Controls.Add(this.btn_export); this.Controls.Add(this.groupBox1); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.listBox2); this.Controls.Add(this.listBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ExcelExport"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "일람표 내보내기"; this.Load += new System.EventHandler(this.Form1_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ExcelExport_KeyDown); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.ListBox listBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Button btn_export; private System.Windows.Forms.TextBox tbPath; private System.Windows.Forms.Button btnPath; private System.Windows.Forms.GroupBox groupBox2; } }