namespace ExcelImprot
{
partial class MainWindow
{
///
/// 필수 디자이너 변수입니다.
///
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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
this.mnuMainStrip = new System.Windows.Forms.MenuStrip();
this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
this.mnuNew = new System.Windows.Forms.ToolStripMenuItem();
this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.mnuSave = new System.Windows.Forms.ToolStripMenuItem();
this.mnuExcelSave = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
this.mnuOption = new System.Windows.Forms.ToolStripMenuItem();
this.mnuLargeData = new System.Windows.Forms.ToolStripMenuItem();
this.grdData = new System.Windows.Forms.DataGridView();
this.stsMainStrip = new System.Windows.Forms.StatusStrip();
this.objProgress = new System.Windows.Forms.ToolStripProgressBar();
this.pnlMain = new System.Windows.Forms.TableLayoutPanel();
this.mnuMainStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdData)).BeginInit();
this.stsMainStrip.SuspendLayout();
this.pnlMain.SuspendLayout();
this.SuspendLayout();
//
// mnuMainStrip
//
this.mnuMainStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFile,
this.mnuOption});
this.mnuMainStrip.Location = new System.Drawing.Point(0, 0);
this.mnuMainStrip.Name = "mnuMainStrip";
this.mnuMainStrip.Size = new System.Drawing.Size(722, 24);
this.mnuMainStrip.TabIndex = 0;
this.mnuMainStrip.Text = "menuStrip1";
//
// mnuFile
//
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuNew,
this.mnuOpen,
this.toolStripMenuItem1,
this.mnuSave,
this.mnuExcelSave,
this.toolStripMenuItem2,
this.mnuExit});
this.mnuFile.Name = "mnuFile";
this.mnuFile.Size = new System.Drawing.Size(57, 20);
this.mnuFile.Text = "파일(&F)";
//
// mnuNew
//
this.mnuNew.Name = "mnuNew";
this.mnuNew.Size = new System.Drawing.Size(155, 22);
this.mnuNew.Text = "새로 만들기(&N)";
this.mnuNew.Click += new System.EventHandler(this.mnuNew_Click);
//
// mnuOpen
//
this.mnuOpen.Name = "mnuOpen";
this.mnuOpen.Size = new System.Drawing.Size(155, 22);
this.mnuOpen.Text = "열기(&O)";
this.mnuOpen.Click += new System.EventHandler(this.mnuOpen_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 6);
//
// mnuSave
//
this.mnuSave.Name = "mnuSave";
this.mnuSave.Size = new System.Drawing.Size(155, 22);
this.mnuSave.Text = "csv 저장(&S)";
this.mnuSave.Click += new System.EventHandler(this.mnuSave_Click);
//
// mnuExcelSave
//
this.mnuExcelSave.Name = "mnuExcelSave";
this.mnuExcelSave.Size = new System.Drawing.Size(155, 22);
this.mnuExcelSave.Text = "엑셀 저장(&S)";
this.mnuExcelSave.Visible = false;
this.mnuExcelSave.Click += new System.EventHandler(this.mnuExcelSave_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(152, 6);
//
// mnuExit
//
this.mnuExit.Name = "mnuExit";
this.mnuExit.Size = new System.Drawing.Size(155, 22);
this.mnuExit.Text = "닫기(&X)";
this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
//
// mnuOption
//
this.mnuOption.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuLargeData});
this.mnuOption.Name = "mnuOption";
this.mnuOption.Size = new System.Drawing.Size(60, 20);
this.mnuOption.Text = "옵션(&O)";
//
// mnuLargeData
//
this.mnuLargeData.Name = "mnuLargeData";
this.mnuLargeData.Size = new System.Drawing.Size(198, 22);
this.mnuLargeData.Text = "대용량 처리 (비활성중)";
this.mnuLargeData.Click += new System.EventHandler(this.mnuLargeData_Click);
//
// grdData
//
this.grdData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.grdData.BackgroundColor = System.Drawing.Color.White;
this.grdData.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.grdData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.grdData.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdData.Location = new System.Drawing.Point(3, 3);
this.grdData.MultiSelect = false;
this.grdData.Name = "grdData";
this.grdData.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.grdData.RowTemplate.Height = 23;
this.grdData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.grdData.Size = new System.Drawing.Size(716, 666);
this.grdData.TabIndex = 11;
this.grdData.ColumnAdded += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdData_ColumnAdded);
this.grdData.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.grdData_RowPostPaint);
//
// stsMainStrip
//
this.stsMainStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.objProgress});
this.stsMainStrip.Location = new System.Drawing.Point(0, 696);
this.stsMainStrip.Name = "stsMainStrip";
this.stsMainStrip.Size = new System.Drawing.Size(722, 22);
this.stsMainStrip.TabIndex = 12;
this.stsMainStrip.Text = "statusStrip1";
//
// objProgress
//
this.objProgress.Name = "objProgress";
this.objProgress.Size = new System.Drawing.Size(100, 16);
this.objProgress.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
//
// pnlMain
//
this.pnlMain.ColumnCount = 1;
this.pnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.pnlMain.Controls.Add(this.grdData, 0, 0);
this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMain.Location = new System.Drawing.Point(0, 24);
this.pnlMain.Name = "pnlMain";
this.pnlMain.RowCount = 1;
this.pnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.pnlMain.Size = new System.Drawing.Size(722, 672);
this.pnlMain.TabIndex = 13;
//
// MainWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(722, 718);
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.stsMainStrip);
this.Controls.Add(this.mnuMainStrip);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.mnuMainStrip;
this.Name = "MainWindow";
this.Text = "ExcelImport";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
this.mnuMainStrip.ResumeLayout(false);
this.mnuMainStrip.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grdData)).EndInit();
this.stsMainStrip.ResumeLayout(false);
this.stsMainStrip.PerformLayout();
this.pnlMain.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip mnuMainStrip;
private System.Windows.Forms.ToolStripMenuItem mnuFile;
private System.Windows.Forms.ToolStripMenuItem mnuNew;
private System.Windows.Forms.ToolStripMenuItem mnuOpen;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem mnuSave;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem mnuExit;
private System.Windows.Forms.DataGridView grdData;
private System.Windows.Forms.StatusStrip stsMainStrip;
private System.Windows.Forms.ToolStripProgressBar objProgress;
private System.Windows.Forms.TableLayoutPanel pnlMain;
private System.Windows.Forms.ToolStripMenuItem mnuExcelSave;
private System.Windows.Forms.ToolStripMenuItem mnuOption;
private System.Windows.Forms.ToolStripMenuItem mnuLargeData;
}
}