namespace WindowsFormsApp1.Delivery { partial class Commodity_registration { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); this.label1 = new System.Windows.Forms.Label(); this.tb_FilePath = new System.Windows.Forms.TextBox(); this.btn_FileOpen = new System.Windows.Forms.Button(); this.start_date = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.tb_dvy1 = new System.Windows.Forms.TextBox(); this.tb_clt1 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tb_UserName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tb_ListNum = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.tb_dvy_method = new System.Windows.Forms.TextBox(); this.tb_Work_method = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.end_date = new System.Windows.Forms.DateTimePicker(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.btn_Exit = new System.Windows.Forms.Button(); this.btn_Save = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label7 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column20 = new System.Windows.Forms.DataGridViewButtonColumn(); this.chk_marc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Del_Check = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.btn_morge = new System.Windows.Forms.Button(); this.btn_Edit = new System.Windows.Forms.Button(); this.btn_Del = new System.Windows.Forms.Button(); this.btn_Complet = new System.Windows.Forms.Button(); this.btn_ing = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.btn_lockup = new System.Windows.Forms.Button(); this.tb_dvy2 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.tb_clt2 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.tb_user2 = new System.Windows.Forms.TextBox(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.rbtn_marc = new System.Windows.Forms.RadioButton(); this.rbtn_div = new System.Windows.Forms.RadioButton(); this.rbtn_all = new System.Windows.Forms.RadioButton(); this.panel2 = new System.Windows.Forms.Panel(); this.label14 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 1; this.label1.Text = "읽기"; // // tb_FilePath // this.tb_FilePath.Location = new System.Drawing.Point(49, 13); this.tb_FilePath.Name = "tb_FilePath"; this.tb_FilePath.Size = new System.Drawing.Size(150, 21); this.tb_FilePath.TabIndex = 2; // // btn_FileOpen // this.btn_FileOpen.Location = new System.Drawing.Point(151, 45); this.btn_FileOpen.Name = "btn_FileOpen"; this.btn_FileOpen.Size = new System.Drawing.Size(48, 23); this.btn_FileOpen.TabIndex = 3; this.btn_FileOpen.Text = "열 기"; this.btn_FileOpen.UseVisualStyleBackColor = true; this.btn_FileOpen.Click += new System.EventHandler(this.btn_FileOpen_Click); // // start_date // this.start_date.CustomFormat = "yyyy-MM-dd"; this.start_date.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.start_date.Location = new System.Drawing.Point(264, 13); this.start_date.Name = "start_date"; this.start_date.Size = new System.Drawing.Size(98, 21); this.start_date.TabIndex = 5; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(211, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 6; this.label2.Text = "목록일자"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(369, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 7; this.label3.Text = "납품목록"; // // tb_dvy1 // this.tb_dvy1.Location = new System.Drawing.Point(421, 13); this.tb_dvy1.Name = "tb_dvy1"; this.tb_dvy1.Size = new System.Drawing.Size(98, 21); this.tb_dvy1.TabIndex = 8; // // tb_clt1 // this.tb_clt1.Location = new System.Drawing.Point(565, 13); this.tb_clt1.Name = "tb_clt1"; this.tb_clt1.Size = new System.Drawing.Size(98, 21); this.tb_clt1.TabIndex = 10; this.tb_clt1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_clt1_KeyDown); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(523, 17); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 9; this.label4.Text = "거래처"; // // tb_UserName // this.tb_UserName.Location = new System.Drawing.Point(720, 13); this.tb_UserName.Name = "tb_UserName"; this.tb_UserName.Size = new System.Drawing.Size(98, 21); this.tb_UserName.TabIndex = 12; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(677, 17); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 11; this.label5.Text = "담당자"; // // tb_ListNum // this.tb_ListNum.Location = new System.Drawing.Point(861, 13); this.tb_ListNum.Name = "tb_ListNum"; this.tb_ListNum.Size = new System.Drawing.Size(98, 21); this.tb_ListNum.TabIndex = 14; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(832, 11); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 24); this.label6.TabIndex = 13; this.label6.Text = "목록\n번호"; // // tb_dvy_method // this.tb_dvy_method.Location = new System.Drawing.Point(663, 46); this.tb_dvy_method.Name = "tb_dvy_method"; this.tb_dvy_method.Size = new System.Drawing.Size(114, 21); this.tb_dvy_method.TabIndex = 21; // // tb_Work_method // this.tb_Work_method.Location = new System.Drawing.Point(412, 46); this.tb_Work_method.Name = "tb_Work_method"; this.tb_Work_method.Size = new System.Drawing.Size(210, 21); this.tb_Work_method.TabIndex = 19; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(211, 50); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 17; this.label9.Text = "완료일자"; // // end_date // this.end_date.Checked = false; this.end_date.CustomFormat = "yyyy-MM-dd"; this.end_date.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.end_date.Location = new System.Drawing.Point(264, 46); this.end_date.Name = "end_date"; this.end_date.ShowCheckBox = true; this.end_date.Size = new System.Drawing.Size(99, 21); this.end_date.TabIndex = 16; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(377, 44); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(29, 24); this.label10.TabIndex = 22; this.label10.Text = "작업\n방법"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(628, 44); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(29, 24); this.label11.TabIndex = 23; this.label11.Text = "배송\n방법"; // // btn_Exit // this.btn_Exit.Location = new System.Drawing.Point(1092, 45); this.btn_Exit.Name = "btn_Exit"; this.btn_Exit.Size = new System.Drawing.Size(50, 23); this.btn_Exit.TabIndex = 27; this.btn_Exit.Text = "닫 기"; this.btn_Exit.UseVisualStyleBackColor = true; this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click); // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(1036, 45); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(50, 23); this.btn_Save.TabIndex = 28; this.btn_Save.Text = "저 장"; this.btn_Save.UseVisualStyleBackColor = true; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // dataGridView1 // this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column22, this.Column1, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6, this.Column7, this.Column10, this.Column9, this.Column8, this.Column21, this.Column23}); this.dataGridView1.Location = new System.Drawing.Point(13, 82); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersWidth = 20; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(1126, 217); this.dataGridView1.TabIndex = 29; this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown); // // Column22 // this.Column22.HeaderText = "머리글"; this.Column22.Name = "Column22"; this.Column22.Width = 50; // // Column1 // this.Column1.HeaderText = "번호"; this.Column1.Name = "Column1"; this.Column1.Width = 35; // // Column2 // this.Column2.HeaderText = "도서명"; this.Column2.Name = "Column2"; this.Column2.Width = 300; // // Column3 // this.Column3.HeaderText = "저자"; this.Column3.Name = "Column3"; this.Column3.Width = 130; // // Column4 // this.Column4.HeaderText = "출판사"; this.Column4.Name = "Column4"; this.Column4.Width = 130; // // Column5 // dataGridViewCellStyle8.Format = "C0"; dataGridViewCellStyle8.NullValue = null; this.Column5.DefaultCellStyle = dataGridViewCellStyle8; this.Column5.HeaderText = "수량"; this.Column5.Name = "Column5"; this.Column5.Width = 35; // // Column6 // dataGridViewCellStyle9.Format = "N0"; dataGridViewCellStyle9.NullValue = null; this.Column6.DefaultCellStyle = dataGridViewCellStyle9; this.Column6.HeaderText = "단가"; this.Column6.Name = "Column6"; this.Column6.Width = 70; // // Column7 // dataGridViewCellStyle10.Format = "N0"; dataGridViewCellStyle10.NullValue = null; this.Column7.DefaultCellStyle = dataGridViewCellStyle10; this.Column7.HeaderText = "합계"; this.Column7.Name = "Column7"; this.Column7.Width = 80; // // Column10 // this.Column10.HeaderText = "비고"; this.Column10.Name = "Column10"; // // Column9 // this.Column9.HeaderText = "ISBN13"; this.Column9.Name = "Column9"; this.Column9.Width = 80; // // Column8 // this.Column8.HeaderText = "주문처"; this.Column8.Name = "Column8"; this.Column8.Width = 50; // // Column21 // this.Column21.HeaderText = "상태"; this.Column21.Name = "Column21"; this.Column21.Visible = false; // // Column23 // this.Column23.HeaderText = "검수시간"; this.Column23.Name = "Column23"; this.Column23.Visible = false; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(14, 13); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 12); this.label7.TabIndex = 1; this.label7.Text = "구분"; // // panel1 // this.panel1.Controls.Add(this.comboBox1); this.panel1.Controls.Add(this.dataGridView2); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.btn_morge); this.panel1.Controls.Add(this.btn_Edit); this.panel1.Controls.Add(this.btn_Del); this.panel1.Controls.Add(this.btn_Complet); this.panel1.Controls.Add(this.btn_ing); this.panel1.Controls.Add(this.button7); this.panel1.Controls.Add(this.btn_lockup); this.panel1.Controls.Add(this.tb_dvy2); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.label12); this.panel1.Controls.Add(this.tb_clt2); this.panel1.Controls.Add(this.label13); this.panel1.Controls.Add(this.tb_user2); this.panel1.Location = new System.Drawing.Point(10, 333); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1129, 268); this.panel1.TabIndex = 30; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(50, 9); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(83, 20); this.comboBox1.TabIndex = 2; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToDeleteRows = false; this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle11.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11; this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column11, this.Column12, this.Column13, this.Column14, this.Column15, this.Column16, this.Column17, this.Column18, this.Column20, this.chk_marc, this.Del_Check}); this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke; this.dataGridView2.Location = new System.Drawing.Point(3, 39); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.RowHeadersWidth = 20; this.dataGridView2.RowTemplate.Height = 23; this.dataGridView2.Size = new System.Drawing.Size(1073, 217); this.dataGridView2.TabIndex = 29; this.dataGridView2.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellClick); // // Column11 // this.Column11.HeaderText = "목록일자"; this.Column11.Name = "Column11"; this.Column11.Width = 80; // // Column12 // this.Column12.HeaderText = "거래처명"; this.Column12.Name = "Column12"; this.Column12.Width = 180; // // Column13 // this.Column13.HeaderText = "납품목록"; this.Column13.Name = "Column13"; this.Column13.Width = 180; // // Column14 // this.Column14.HeaderText = "담당자"; this.Column14.Name = "Column14"; // // Column15 // this.Column15.HeaderText = "목록번호"; this.Column15.Name = "Column15"; this.Column15.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // Column16 // this.Column16.HeaderText = "수량"; this.Column16.Name = "Column16"; this.Column16.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Column16.Width = 50; // // Column17 // dataGridViewCellStyle12.Format = "N0"; dataGridViewCellStyle12.NullValue = null; this.Column17.DefaultCellStyle = dataGridViewCellStyle12; this.Column17.HeaderText = "합계"; this.Column17.Name = "Column17"; // // Column18 // this.Column18.HeaderText = "상태"; this.Column18.Name = "Column18"; this.Column18.Width = 50; // // Column20 // this.Column20.HeaderText = "ISBN조회"; this.Column20.Name = "Column20"; this.Column20.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Column20.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // chk_marc // this.chk_marc.HeaderText = "MarcCheck"; this.chk_marc.Name = "chk_marc"; this.chk_marc.ReadOnly = true; this.chk_marc.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.chk_marc.Visible = false; // // Del_Check // this.Del_Check.HeaderText = "체크"; this.Del_Check.Name = "Del_Check"; this.Del_Check.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Del_Check.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Del_Check.Width = 40; // // btn_morge // this.btn_morge.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btn_morge.Location = new System.Drawing.Point(1039, 8); this.btn_morge.Name = "btn_morge"; this.btn_morge.Size = new System.Drawing.Size(62, 23); this.btn_morge.TabIndex = 28; this.btn_morge.Text = "병 합"; this.btn_morge.UseVisualStyleBackColor = true; this.btn_morge.Click += new System.EventHandler(this.btn_morge_Click); // // btn_Edit // this.btn_Edit.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btn_Edit.Location = new System.Drawing.Point(971, 8); this.btn_Edit.Name = "btn_Edit"; this.btn_Edit.Size = new System.Drawing.Size(62, 23); this.btn_Edit.TabIndex = 28; this.btn_Edit.Text = "수 정"; this.btn_Edit.UseVisualStyleBackColor = true; this.btn_Edit.Click += new System.EventHandler(this.btn_Edit_Click); // // btn_Del // this.btn_Del.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btn_Del.Location = new System.Drawing.Point(903, 8); this.btn_Del.Name = "btn_Del"; this.btn_Del.Size = new System.Drawing.Size(62, 23); this.btn_Del.TabIndex = 28; this.btn_Del.Text = "삭 제"; this.btn_Del.UseVisualStyleBackColor = true; this.btn_Del.Click += new System.EventHandler(this.btn_Del_Click); // // btn_Complet // this.btn_Complet.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btn_Complet.Location = new System.Drawing.Point(835, 8); this.btn_Complet.Name = "btn_Complet"; this.btn_Complet.Size = new System.Drawing.Size(62, 23); this.btn_Complet.TabIndex = 28; this.btn_Complet.Text = "완 료"; this.btn_Complet.UseVisualStyleBackColor = true; this.btn_Complet.Click += new System.EventHandler(this.btn_Complet_Click); // // btn_ing // this.btn_ing.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btn_ing.Location = new System.Drawing.Point(767, 8); this.btn_ing.Name = "btn_ing"; this.btn_ing.Size = new System.Drawing.Size(62, 23); this.btn_ing.TabIndex = 28; this.btn_ing.Text = "진 행"; this.btn_ing.UseVisualStyleBackColor = true; this.btn_ing.Click += new System.EventHandler(this.btn_ing_Click); // // button7 // this.button7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button7.Location = new System.Drawing.Point(699, 8); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(62, 23); this.button7.TabIndex = 28; this.button7.Text = "작업내용"; this.button7.UseVisualStyleBackColor = true; // // btn_lockup // this.btn_lockup.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btn_lockup.Location = new System.Drawing.Point(631, 8); this.btn_lockup.Name = "btn_lockup"; this.btn_lockup.Size = new System.Drawing.Size(62, 23); this.btn_lockup.TabIndex = 28; this.btn_lockup.Text = "조 회"; this.btn_lockup.UseVisualStyleBackColor = true; this.btn_lockup.Click += new System.EventHandler(this.btn_lockup_Click); // // tb_dvy2 // this.tb_dvy2.Location = new System.Drawing.Point(189, 9); this.tb_dvy2.Name = "tb_dvy2"; this.tb_dvy2.Size = new System.Drawing.Size(115, 21); this.tb_dvy2.TabIndex = 8; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(146, 13); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(41, 12); this.label8.TabIndex = 7; this.label8.Text = "납품처"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(314, 13); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(41, 12); this.label12.TabIndex = 9; this.label12.Text = "거래처"; // // tb_clt2 // this.tb_clt2.Location = new System.Drawing.Point(356, 9); this.tb_clt2.Name = "tb_clt2"; this.tb_clt2.Size = new System.Drawing.Size(115, 21); this.tb_clt2.TabIndex = 10; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(484, 13); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(41, 12); this.label13.TabIndex = 11; this.label13.Text = "담당자"; // // tb_user2 // this.tb_user2.Location = new System.Drawing.Point(527, 9); this.tb_user2.Name = "tb_user2"; this.tb_user2.Size = new System.Drawing.Size(98, 21); this.tb_user2.TabIndex = 12; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(1148, 12); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(333, 589); this.richTextBox1.TabIndex = 32; this.richTextBox1.Text = ""; // // button2 // this.button2.Enabled = false; this.button2.Location = new System.Drawing.Point(1001, 12); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(85, 23); this.button2.TabIndex = 15; this.button2.Text = "자동목록번호"; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Enabled = false; this.button3.Location = new System.Drawing.Point(1092, 12); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(50, 23); this.button3.TabIndex = 26; this.button3.Text = "신 규"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // rbtn_marc // this.rbtn_marc.AutoSize = true; this.rbtn_marc.Location = new System.Drawing.Point(72, 4); this.rbtn_marc.Name = "rbtn_marc"; this.rbtn_marc.Size = new System.Drawing.Size(59, 16); this.rbtn_marc.TabIndex = 33; this.rbtn_marc.TabStop = true; this.rbtn_marc.Text = "마크만"; this.rbtn_marc.UseVisualStyleBackColor = true; // // rbtn_div // this.rbtn_div.AutoSize = true; this.rbtn_div.Location = new System.Drawing.Point(3, 4); this.rbtn_div.Name = "rbtn_div"; this.rbtn_div.Size = new System.Drawing.Size(59, 16); this.rbtn_div.TabIndex = 34; this.rbtn_div.TabStop = true; this.rbtn_div.Text = "납품만"; this.rbtn_div.UseVisualStyleBackColor = true; // // rbtn_all // this.rbtn_all.AutoSize = true; this.rbtn_all.Location = new System.Drawing.Point(141, 4); this.rbtn_all.Name = "rbtn_all"; this.rbtn_all.Size = new System.Drawing.Size(63, 16); this.rbtn_all.TabIndex = 34; this.rbtn_all.TabStop = true; this.rbtn_all.Text = "양쪽 다"; this.rbtn_all.UseVisualStyleBackColor = true; // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.rbtn_marc); this.panel2.Controls.Add(this.rbtn_all); this.panel2.Controls.Add(this.rbtn_div); this.panel2.Location = new System.Drawing.Point(821, 43); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(211, 26); this.panel2.TabIndex = 35; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(790, 44); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(29, 24); this.label14.TabIndex = 22; this.label14.Text = "작업\n대상"; // // Commodity_registration // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1495, 613); this.Controls.Add(this.panel2); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.panel1); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.btn_Save); this.Controls.Add(this.btn_Exit); this.Controls.Add(this.button3); this.Controls.Add(this.label11); this.Controls.Add(this.label14); this.Controls.Add(this.label10); this.Controls.Add(this.tb_dvy_method); this.Controls.Add(this.tb_Work_method); this.Controls.Add(this.label9); this.Controls.Add(this.end_date); this.Controls.Add(this.button2); this.Controls.Add(this.tb_ListNum); this.Controls.Add(this.label6); this.Controls.Add(this.tb_UserName); this.Controls.Add(this.label5); this.Controls.Add(this.tb_clt1); this.Controls.Add(this.label4); this.Controls.Add(this.tb_dvy1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.start_date); this.Controls.Add(this.btn_FileOpen); this.Controls.Add(this.tb_FilePath); this.Controls.Add(this.label1); this.Name = "Commodity_registration"; this.Text = "목록등록"; this.Load += new System.EventHandler(this.Commodity_registration_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tb_FilePath; private System.Windows.Forms.Button btn_FileOpen; private System.Windows.Forms.DateTimePicker start_date; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tb_dvy1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tb_UserName; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tb_ListNum; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox tb_dvy_method; private System.Windows.Forms.TextBox tb_Work_method; private System.Windows.Forms.Label label9; private System.Windows.Forms.DateTimePicker end_date; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button btn_Exit; private System.Windows.Forms.Button btn_Save; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button btn_Edit; private System.Windows.Forms.Button btn_Del; private System.Windows.Forms.Button btn_Complet; private System.Windows.Forms.Button btn_ing; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button btn_lockup; private System.Windows.Forms.TextBox tb_dvy2; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox tb_clt2; private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox tb_user2; private System.Windows.Forms.OpenFileDialog openFileDialog1; public System.Windows.Forms.TextBox tb_clt1; private System.Windows.Forms.Button btn_morge; public System.Windows.Forms.DataGridView dataGridView2; public System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.DataGridViewTextBoxColumn Column22; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column21; private System.Windows.Forms.DataGridViewTextBoxColumn Column23; private System.Windows.Forms.RadioButton rbtn_marc; private System.Windows.Forms.RadioButton rbtn_div; private System.Windows.Forms.RadioButton rbtn_all; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label14; private System.Windows.Forms.DataGridViewTextBoxColumn Column11; private System.Windows.Forms.DataGridViewTextBoxColumn Column12; private System.Windows.Forms.DataGridViewTextBoxColumn Column13; private System.Windows.Forms.DataGridViewTextBoxColumn Column14; private System.Windows.Forms.DataGridViewTextBoxColumn Column15; private System.Windows.Forms.DataGridViewTextBoxColumn Column16; private System.Windows.Forms.DataGridViewTextBoxColumn Column17; private System.Windows.Forms.DataGridViewTextBoxColumn Column18; private System.Windows.Forms.DataGridViewButtonColumn Column20; private System.Windows.Forms.DataGridViewTextBoxColumn chk_marc; private System.Windows.Forms.DataGridViewCheckBoxColumn Del_Check; } }