가져오기 컬럼 수정

This commit is contained in:
chi
2020-05-06 16:40:42 +09:00
parent 0ee23842dc
commit ea20c93c27
7 changed files with 543 additions and 526 deletions

View File

@@ -29,31 +29,18 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartImport));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
this.textBox1 = new System.Windows.Forms.TextBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.btView = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.noDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemGroupDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemSidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemModelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.qtyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemUnitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.amtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemManuDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemSupplyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemSupplyidxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.memoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsPRJ = new FPJ0000.dsPRJ();
this.panel1 = new System.Windows.Forms.Panel();
@@ -82,14 +69,14 @@
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.sbSum = new System.Windows.Forms.ToolStripLabel();
this.panel2 = new System.Windows.Forms.Panel();
this.nudMidDiv = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.nudNapKi = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.nudBuwi = new System.Windows.Forms.NumericUpDown();
this.nudLowDiv = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.nudMemo = new System.Windows.Forms.NumericUpDown();
this.label21 = new System.Windows.Forms.Label();
this.nudGrp = new System.Windows.Forms.NumericUpDown();
this.label20 = new System.Windows.Forms.Label();
this.nudSupply = new System.Windows.Forms.NumericUpDown();
this.label19 = new System.Windows.Forms.Label();
this.nudModel = new System.Windows.Forms.NumericUpDown();
@@ -110,8 +97,22 @@
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.itemGroupDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.option1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.noDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemSidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemModelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.qtyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemUnitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.amtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemManuDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemSupplyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.option2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.memoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemSupplyidxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
@@ -122,10 +123,10 @@
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudMidDiv)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudNapKi)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudBuwi)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudLowDiv)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudMemo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudGrp)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudSupply)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudModel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudNo)).BeginInit();
@@ -135,7 +136,6 @@
((System.ComponentModel.ISupportInitialize)(this.nudQty)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudSid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
this.SuspendLayout();
//
// textBox1
@@ -165,8 +165,8 @@
this.btView.ForeColor = System.Drawing.Color.Black;
this.btView.Location = new System.Drawing.Point(918, 23);
this.btView.Name = "btView";
this.btView.Size = new System.Drawing.Size(102, 59);
this.btView.TabIndex = 4;
this.btView.Size = new System.Drawing.Size(102, 64);
this.btView.TabIndex = 26;
this.btView.Text = "1. 보기";
this.btView.UseVisualStyleBackColor = true;
this.btView.Click += new System.EventHandler(this.button1_Click);
@@ -179,146 +179,31 @@
this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.noDataGridViewTextBoxColumn,
this.itemGroupDataGridViewTextBoxColumn,
this.option1,
this.noDataGridViewTextBoxColumn,
this.itemSidDataGridViewTextBoxColumn,
this.itemNameDataGridViewTextBoxColumn,
this.itemDataGridViewTextBoxColumn,
this.itemModelDataGridViewTextBoxColumn,
this.priceDataGridViewTextBoxColumn,
this.qtyDataGridViewTextBoxColumn,
this.itemUnitDataGridViewTextBoxColumn,
this.priceDataGridViewTextBoxColumn,
this.amtDataGridViewTextBoxColumn,
this.itemManuDataGridViewTextBoxColumn,
this.itemSupplyDataGridViewTextBoxColumn,
this.itemSupplyidxDataGridViewTextBoxColumn,
this.memoDataGridViewTextBoxColumn});
this.option2,
this.memoDataGridViewTextBoxColumn,
this.itemDataGridViewTextBoxColumn,
this.itemSupplyidxDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.bs;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 171);
this.dataGridView1.Location = new System.Drawing.Point(0, 176);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1022, 465);
this.dataGridView1.Size = new System.Drawing.Size(1022, 460);
this.dataGridView1.TabIndex = 1;
//
// noDataGridViewTextBoxColumn
//
this.noDataGridViewTextBoxColumn.DataPropertyName = "no";
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.noDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle19;
this.noDataGridViewTextBoxColumn.HeaderText = "No";
this.noDataGridViewTextBoxColumn.Name = "noDataGridViewTextBoxColumn";
this.noDataGridViewTextBoxColumn.Width = 46;
//
// itemGroupDataGridViewTextBoxColumn
//
this.itemGroupDataGridViewTextBoxColumn.DataPropertyName = "ItemGroup";
this.itemGroupDataGridViewTextBoxColumn.HeaderText = "그룹";
this.itemGroupDataGridViewTextBoxColumn.Name = "itemGroupDataGridViewTextBoxColumn";
this.itemGroupDataGridViewTextBoxColumn.Width = 54;
//
// itemSidDataGridViewTextBoxColumn
//
this.itemSidDataGridViewTextBoxColumn.DataPropertyName = "ItemSid";
this.itemSidDataGridViewTextBoxColumn.HeaderText = "SID";
this.itemSidDataGridViewTextBoxColumn.Name = "itemSidDataGridViewTextBoxColumn";
this.itemSidDataGridViewTextBoxColumn.Width = 49;
//
// itemNameDataGridViewTextBoxColumn
//
this.itemNameDataGridViewTextBoxColumn.DataPropertyName = "ItemName";
this.itemNameDataGridViewTextBoxColumn.HeaderText = "품명";
this.itemNameDataGridViewTextBoxColumn.Name = "itemNameDataGridViewTextBoxColumn";
this.itemNameDataGridViewTextBoxColumn.Width = 54;
//
// itemDataGridViewTextBoxColumn
//
this.itemDataGridViewTextBoxColumn.DataPropertyName = "Item";
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.itemDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle20;
this.itemDataGridViewTextBoxColumn.HeaderText = "*";
this.itemDataGridViewTextBoxColumn.Name = "itemDataGridViewTextBoxColumn";
this.itemDataGridViewTextBoxColumn.Width = 36;
//
// itemModelDataGridViewTextBoxColumn
//
this.itemModelDataGridViewTextBoxColumn.DataPropertyName = "ItemModel";
this.itemModelDataGridViewTextBoxColumn.HeaderText = "규격";
this.itemModelDataGridViewTextBoxColumn.Name = "itemModelDataGridViewTextBoxColumn";
this.itemModelDataGridViewTextBoxColumn.Width = 54;
//
// qtyDataGridViewTextBoxColumn
//
this.qtyDataGridViewTextBoxColumn.DataPropertyName = "qty";
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle21.Format = "N0";
this.qtyDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle21;
this.qtyDataGridViewTextBoxColumn.HeaderText = "수량";
this.qtyDataGridViewTextBoxColumn.Name = "qtyDataGridViewTextBoxColumn";
this.qtyDataGridViewTextBoxColumn.Width = 54;
//
// itemUnitDataGridViewTextBoxColumn
//
this.itemUnitDataGridViewTextBoxColumn.DataPropertyName = "ItemUnit";
this.itemUnitDataGridViewTextBoxColumn.HeaderText = "단위";
this.itemUnitDataGridViewTextBoxColumn.Name = "itemUnitDataGridViewTextBoxColumn";
this.itemUnitDataGridViewTextBoxColumn.Width = 54;
//
// priceDataGridViewTextBoxColumn
//
this.priceDataGridViewTextBoxColumn.DataPropertyName = "price";
dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle22.Format = "N0";
this.priceDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle22;
this.priceDataGridViewTextBoxColumn.HeaderText = "단가";
this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
this.priceDataGridViewTextBoxColumn.Width = 54;
//
// amtDataGridViewTextBoxColumn
//
this.amtDataGridViewTextBoxColumn.DataPropertyName = "amt";
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
dataGridViewCellStyle23.Format = "N0";
this.amtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle23;
this.amtDataGridViewTextBoxColumn.HeaderText = "금액";
this.amtDataGridViewTextBoxColumn.Name = "amtDataGridViewTextBoxColumn";
this.amtDataGridViewTextBoxColumn.ReadOnly = true;
this.amtDataGridViewTextBoxColumn.Width = 54;
//
// itemManuDataGridViewTextBoxColumn
//
this.itemManuDataGridViewTextBoxColumn.DataPropertyName = "ItemManu";
this.itemManuDataGridViewTextBoxColumn.HeaderText = "제조사";
this.itemManuDataGridViewTextBoxColumn.Name = "itemManuDataGridViewTextBoxColumn";
this.itemManuDataGridViewTextBoxColumn.Width = 66;
//
// itemSupplyDataGridViewTextBoxColumn
//
this.itemSupplyDataGridViewTextBoxColumn.DataPropertyName = "ItemSupply";
this.itemSupplyDataGridViewTextBoxColumn.HeaderText = "공급사";
this.itemSupplyDataGridViewTextBoxColumn.Name = "itemSupplyDataGridViewTextBoxColumn";
this.itemSupplyDataGridViewTextBoxColumn.Width = 66;
//
// itemSupplyidxDataGridViewTextBoxColumn
//
this.itemSupplyidxDataGridViewTextBoxColumn.DataPropertyName = "ItemSupplyidx";
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.itemSupplyidxDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle24;
this.itemSupplyidxDataGridViewTextBoxColumn.HeaderText = "*";
this.itemSupplyidxDataGridViewTextBoxColumn.Name = "itemSupplyidxDataGridViewTextBoxColumn";
this.itemSupplyidxDataGridViewTextBoxColumn.Width = 36;
//
// memoDataGridViewTextBoxColumn
//
this.memoDataGridViewTextBoxColumn.DataPropertyName = "memo";
this.memoDataGridViewTextBoxColumn.HeaderText = "비고";
this.memoDataGridViewTextBoxColumn.Name = "memoDataGridViewTextBoxColumn";
this.memoDataGridViewTextBoxColumn.Width = 54;
//
// bs
//
this.bs.DataMember = "ProjectsPart";
@@ -601,17 +486,15 @@
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.numericUpDown2);
this.panel2.Controls.Add(this.nudMidDiv);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.nudNapKi);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.nudBuwi);
this.panel2.Controls.Add(this.nudLowDiv);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.btView);
this.panel2.Controls.Add(this.nudMemo);
this.panel2.Controls.Add(this.label21);
this.panel2.Controls.Add(this.nudGrp);
this.panel2.Controls.Add(this.label20);
this.panel2.Controls.Add(this.nudSupply);
this.panel2.Controls.Add(this.label19);
this.panel2.Controls.Add(this.nudModel);
@@ -635,62 +518,87 @@
this.panel2.ForeColor = System.Drawing.Color.White;
this.panel2.Location = new System.Drawing.Point(0, 87);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1022, 84);
this.panel2.Size = new System.Drawing.Size(1022, 89);
this.panel2.TabIndex = 3;
//
// nudNapKi
// nudMidDiv
//
this.nudNapKi.Location = new System.Drawing.Point(431, 58);
this.nudNapKi.Name = "nudNapKi";
this.nudNapKi.Size = new System.Drawing.Size(45, 21);
this.nudNapKi.TabIndex = 55;
this.nudNapKi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudNapKi.Value = new decimal(new int[] {
12,
this.nudMidDiv.Location = new System.Drawing.Point(61, 32);
this.nudMidDiv.Name = "nudMidDiv";
this.nudMidDiv.Size = new System.Drawing.Size(45, 21);
this.nudMidDiv.TabIndex = 1;
this.nudMidDiv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudMidDiv.Value = new decimal(new int[] {
1,
0,
0,
0});
this.nudMidDiv.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(10, 36);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 0;
this.label6.Text = "중분류";
//
// nudNapKi
//
this.nudNapKi.Location = new System.Drawing.Point(453, 58);
this.nudNapKi.Name = "nudNapKi";
this.nudNapKi.Size = new System.Drawing.Size(45, 21);
this.nudNapKi.TabIndex = 23;
this.nudNapKi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudNapKi.Value = new decimal(new int[] {
15,
0,
0,
0});
this.nudNapKi.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(383, 62);
this.label5.Location = new System.Drawing.Point(407, 62);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 54;
this.label5.TabIndex = 22;
this.label5.Text = "납기일";
//
// nudBuwi
// nudLowDiv
//
this.nudBuwi.Location = new System.Drawing.Point(648, 30);
this.nudBuwi.Name = "nudBuwi";
this.nudBuwi.Size = new System.Drawing.Size(45, 21);
this.nudBuwi.TabIndex = 53;
this.nudBuwi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudBuwi.Value = new decimal(new int[] {
11,
this.nudLowDiv.Location = new System.Drawing.Point(168, 32);
this.nudLowDiv.Name = "nudLowDiv";
this.nudLowDiv.Size = new System.Drawing.Size(45, 21);
this.nudLowDiv.TabIndex = 3;
this.nudLowDiv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudLowDiv.Value = new decimal(new int[] {
2,
0,
0,
0});
this.nudLowDiv.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(597, 34);
this.label4.Location = new System.Drawing.Point(117, 36);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 52;
this.label4.TabIndex = 2;
this.label4.Text = "소분류";
//
// nudMemo
//
this.nudMemo.Location = new System.Drawing.Point(523, 58);
this.nudMemo.Location = new System.Drawing.Point(540, 58);
this.nudMemo.Name = "nudMemo";
this.nudMemo.Size = new System.Drawing.Size(45, 21);
this.nudMemo.TabIndex = 50;
this.nudMemo.TabIndex = 25;
this.nudMemo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudMemo.Value = new decimal(new int[] {
13,
16,
0,
0,
0});
@@ -699,44 +607,21 @@
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(487, 62);
this.label21.Location = new System.Drawing.Point(506, 62);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(29, 12);
this.label21.TabIndex = 49;
this.label21.TabIndex = 24;
this.label21.Text = "비고";
//
// nudGrp
//
this.nudGrp.Location = new System.Drawing.Point(326, 56);
this.nudGrp.Name = "nudGrp";
this.nudGrp.Size = new System.Drawing.Size(45, 21);
this.nudGrp.TabIndex = 48;
this.nudGrp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudGrp.Value = new decimal(new int[] {
11,
0,
0,
0});
this.nudGrp.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(293, 60);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(29, 12);
this.label20.TabIndex = 47;
this.label20.Text = "그룹";
//
// nudSupply
//
this.nudSupply.Location = new System.Drawing.Point(234, 56);
this.nudSupply.Location = new System.Drawing.Point(358, 58);
this.nudSupply.Name = "nudSupply";
this.nudSupply.Size = new System.Drawing.Size(45, 21);
this.nudSupply.TabIndex = 46;
this.nudSupply.TabIndex = 21;
this.nudSupply.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudSupply.Value = new decimal(new int[] {
10,
14,
0,
0,
0});
@@ -745,21 +630,21 @@
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(187, 60);
this.label19.Location = new System.Drawing.Point(311, 62);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(41, 12);
this.label19.TabIndex = 45;
this.label19.TabIndex = 20;
this.label19.Text = "공급사";
//
// nudModel
//
this.nudModel.Location = new System.Drawing.Point(326, 30);
this.nudModel.Location = new System.Drawing.Point(540, 32);
this.nudModel.Name = "nudModel";
this.nudModel.Size = new System.Drawing.Size(45, 21);
this.nudModel.TabIndex = 44;
this.nudModel.TabIndex = 11;
this.nudModel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudModel.Value = new decimal(new int[] {
4,
6,
0,
0,
0});
@@ -768,22 +653,22 @@
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(293, 34);
this.label7.Location = new System.Drawing.Point(508, 36);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 12);
this.label7.TabIndex = 43;
this.label7.TabIndex = 10;
this.label7.Text = "규격";
//
// nudNo
//
this.nudNo.BackColor = System.Drawing.Color.White;
this.nudNo.Location = new System.Drawing.Point(42, 30);
this.nudNo.Location = new System.Drawing.Point(261, 32);
this.nudNo.Name = "nudNo";
this.nudNo.Size = new System.Drawing.Size(45, 21);
this.nudNo.TabIndex = 37;
this.nudNo.TabIndex = 5;
this.nudNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudNo.Value = new decimal(new int[] {
1,
3,
0,
0,
0});
@@ -792,21 +677,21 @@
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(7, 34);
this.label15.Location = new System.Drawing.Point(226, 36);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 12);
this.label15.TabIndex = 36;
this.label15.TabIndex = 4;
this.label15.Text = "번호";
//
// nudManu
//
this.nudManu.Location = new System.Drawing.Point(139, 56);
this.nudManu.Location = new System.Drawing.Point(261, 58);
this.nudManu.Name = "nudManu";
this.nudManu.Size = new System.Drawing.Size(45, 21);
this.nudManu.TabIndex = 35;
this.nudManu.TabIndex = 19;
this.nudManu.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudManu.Value = new decimal(new int[] {
9,
13,
0,
0,
0});
@@ -815,21 +700,21 @@
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(93, 60);
this.label14.Location = new System.Drawing.Point(217, 62);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(41, 12);
this.label14.TabIndex = 34;
this.label14.TabIndex = 18;
this.label14.Text = "제조사";
//
// nudPrice
//
this.nudPrice.Location = new System.Drawing.Point(431, 30);
this.nudPrice.Location = new System.Drawing.Point(638, 32);
this.nudPrice.Name = "nudPrice";
this.nudPrice.Size = new System.Drawing.Size(45, 21);
this.nudPrice.TabIndex = 33;
this.nudPrice.TabIndex = 13;
this.nudPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudPrice.Value = new decimal(new int[] {
5,
7,
0,
0,
0});
@@ -838,21 +723,21 @@
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(388, 34);
this.label13.Location = new System.Drawing.Point(595, 36);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 32;
this.label13.TabIndex = 12;
this.label13.Text = "단가";
//
// nudUnit
//
this.nudUnit.Location = new System.Drawing.Point(42, 56);
this.nudUnit.Location = new System.Drawing.Point(61, 58);
this.nudUnit.Name = "nudUnit";
this.nudUnit.Size = new System.Drawing.Size(45, 21);
this.nudUnit.TabIndex = 31;
this.nudUnit.TabIndex = 17;
this.nudUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudUnit.Value = new decimal(new int[] {
7,
11,
0,
0,
0});
@@ -861,21 +746,21 @@
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(7, 60);
this.label12.Location = new System.Drawing.Point(26, 62);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(29, 12);
this.label12.TabIndex = 30;
this.label12.TabIndex = 16;
this.label12.Text = "단위";
//
// nudQty
//
this.nudQty.Location = new System.Drawing.Point(537, 30);
this.nudQty.Location = new System.Drawing.Point(733, 32);
this.nudQty.Name = "nudQty";
this.nudQty.Size = new System.Drawing.Size(45, 21);
this.nudQty.TabIndex = 29;
this.nudQty.TabIndex = 15;
this.nudQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudQty.Value = new decimal(new int[] {
6,
8,
0,
0,
0});
@@ -884,22 +769,22 @@
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(502, 34);
this.label11.Location = new System.Drawing.Point(698, 36);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(29, 12);
this.label11.TabIndex = 28;
this.label11.TabIndex = 14;
this.label11.Text = "수량";
//
// nudName
//
this.nudName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.nudName.Location = new System.Drawing.Point(234, 30);
this.nudName.Location = new System.Drawing.Point(453, 32);
this.nudName.Name = "nudName";
this.nudName.Size = new System.Drawing.Size(45, 21);
this.nudName.TabIndex = 27;
this.nudName.TabIndex = 9;
this.nudName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudName.Value = new decimal(new int[] {
3,
5,
0,
0,
0});
@@ -908,22 +793,22 @@
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(199, 34);
this.label10.Location = new System.Drawing.Point(418, 36);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 12);
this.label10.TabIndex = 26;
this.label10.TabIndex = 8;
this.label10.Text = "품명";
//
// nudSid
//
this.nudSid.BackColor = System.Drawing.Color.White;
this.nudSid.Location = new System.Drawing.Point(139, 30);
this.nudSid.Location = new System.Drawing.Point(358, 32);
this.nudSid.Name = "nudSid";
this.nudSid.Size = new System.Drawing.Size(45, 21);
this.nudSid.TabIndex = 25;
this.nudSid.TabIndex = 7;
this.nudSid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudSid.Value = new decimal(new int[] {
2,
4,
0,
0,
0});
@@ -932,10 +817,10 @@
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(110, 34);
this.label9.Location = new System.Drawing.Point(329, 36);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(24, 12);
this.label9.TabIndex = 24;
this.label9.TabIndex = 6;
this.label9.Text = "SID";
//
// label8
@@ -954,22 +839,138 @@
//
this.ta.ClearBeforeFill = true;
//
// numericUpDown2
// itemGroupDataGridViewTextBoxColumn
//
this.numericUpDown2.Location = new System.Drawing.Point(648, 58);
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new System.Drawing.Size(45, 21);
this.numericUpDown2.TabIndex = 57;
this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.itemGroupDataGridViewTextBoxColumn.DataPropertyName = "ItemGroup";
this.itemGroupDataGridViewTextBoxColumn.HeaderText = "중분류";
this.itemGroupDataGridViewTextBoxColumn.Name = "itemGroupDataGridViewTextBoxColumn";
this.itemGroupDataGridViewTextBoxColumn.Width = 66;
//
// label6
// option1
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(597, 62);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 56;
this.label6.Text = "중분류";
this.option1.DataPropertyName = "option1";
this.option1.HeaderText = "소분류";
this.option1.Name = "option1";
this.option1.Width = 66;
//
// noDataGridViewTextBoxColumn
//
this.noDataGridViewTextBoxColumn.DataPropertyName = "no";
dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.noDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle29;
this.noDataGridViewTextBoxColumn.HeaderText = "번호";
this.noDataGridViewTextBoxColumn.Name = "noDataGridViewTextBoxColumn";
this.noDataGridViewTextBoxColumn.Width = 54;
//
// itemSidDataGridViewTextBoxColumn
//
this.itemSidDataGridViewTextBoxColumn.DataPropertyName = "ItemSid";
this.itemSidDataGridViewTextBoxColumn.HeaderText = "SID";
this.itemSidDataGridViewTextBoxColumn.Name = "itemSidDataGridViewTextBoxColumn";
this.itemSidDataGridViewTextBoxColumn.Width = 49;
//
// itemNameDataGridViewTextBoxColumn
//
this.itemNameDataGridViewTextBoxColumn.DataPropertyName = "ItemName";
this.itemNameDataGridViewTextBoxColumn.HeaderText = "품명";
this.itemNameDataGridViewTextBoxColumn.Name = "itemNameDataGridViewTextBoxColumn";
this.itemNameDataGridViewTextBoxColumn.Width = 54;
//
// itemModelDataGridViewTextBoxColumn
//
this.itemModelDataGridViewTextBoxColumn.DataPropertyName = "ItemModel";
this.itemModelDataGridViewTextBoxColumn.HeaderText = "규격";
this.itemModelDataGridViewTextBoxColumn.Name = "itemModelDataGridViewTextBoxColumn";
this.itemModelDataGridViewTextBoxColumn.Width = 54;
//
// priceDataGridViewTextBoxColumn
//
this.priceDataGridViewTextBoxColumn.DataPropertyName = "price";
dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle30.Format = "N0";
this.priceDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle30;
this.priceDataGridViewTextBoxColumn.HeaderText = "단가";
this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
this.priceDataGridViewTextBoxColumn.Width = 54;
//
// qtyDataGridViewTextBoxColumn
//
this.qtyDataGridViewTextBoxColumn.DataPropertyName = "qty";
dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle31.Format = "N0";
this.qtyDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle31;
this.qtyDataGridViewTextBoxColumn.HeaderText = "수량";
this.qtyDataGridViewTextBoxColumn.Name = "qtyDataGridViewTextBoxColumn";
this.qtyDataGridViewTextBoxColumn.Width = 54;
//
// itemUnitDataGridViewTextBoxColumn
//
this.itemUnitDataGridViewTextBoxColumn.DataPropertyName = "ItemUnit";
this.itemUnitDataGridViewTextBoxColumn.HeaderText = "단위";
this.itemUnitDataGridViewTextBoxColumn.Name = "itemUnitDataGridViewTextBoxColumn";
this.itemUnitDataGridViewTextBoxColumn.Width = 54;
//
// amtDataGridViewTextBoxColumn
//
this.amtDataGridViewTextBoxColumn.DataPropertyName = "amt";
dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
dataGridViewCellStyle32.Format = "N0";
this.amtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle32;
this.amtDataGridViewTextBoxColumn.HeaderText = "금액";
this.amtDataGridViewTextBoxColumn.Name = "amtDataGridViewTextBoxColumn";
this.amtDataGridViewTextBoxColumn.ReadOnly = true;
this.amtDataGridViewTextBoxColumn.Width = 54;
//
// itemManuDataGridViewTextBoxColumn
//
this.itemManuDataGridViewTextBoxColumn.DataPropertyName = "ItemManu";
this.itemManuDataGridViewTextBoxColumn.HeaderText = "제조사";
this.itemManuDataGridViewTextBoxColumn.Name = "itemManuDataGridViewTextBoxColumn";
this.itemManuDataGridViewTextBoxColumn.Width = 66;
//
// itemSupplyDataGridViewTextBoxColumn
//
this.itemSupplyDataGridViewTextBoxColumn.DataPropertyName = "ItemSupply";
this.itemSupplyDataGridViewTextBoxColumn.HeaderText = "공급사";
this.itemSupplyDataGridViewTextBoxColumn.Name = "itemSupplyDataGridViewTextBoxColumn";
this.itemSupplyDataGridViewTextBoxColumn.Width = 66;
//
// option2
//
this.option2.DataPropertyName = "option2";
dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.option2.DefaultCellStyle = dataGridViewCellStyle33;
this.option2.HeaderText = "납기일";
this.option2.Name = "option2";
this.option2.Width = 66;
//
// memoDataGridViewTextBoxColumn
//
this.memoDataGridViewTextBoxColumn.DataPropertyName = "memo";
this.memoDataGridViewTextBoxColumn.HeaderText = "비고";
this.memoDataGridViewTextBoxColumn.Name = "memoDataGridViewTextBoxColumn";
this.memoDataGridViewTextBoxColumn.Width = 54;
//
// itemDataGridViewTextBoxColumn
//
this.itemDataGridViewTextBoxColumn.DataPropertyName = "Item";
dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.itemDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle34;
this.itemDataGridViewTextBoxColumn.HeaderText = "item(*)";
this.itemDataGridViewTextBoxColumn.Name = "itemDataGridViewTextBoxColumn";
this.itemDataGridViewTextBoxColumn.Width = 70;
//
// itemSupplyidxDataGridViewTextBoxColumn
//
this.itemSupplyidxDataGridViewTextBoxColumn.DataPropertyName = "ItemSupplyidx";
dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.itemSupplyidxDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle35;
this.itemSupplyidxDataGridViewTextBoxColumn.HeaderText = "Supply(*)";
this.itemSupplyidxDataGridViewTextBoxColumn.Name = "itemSupplyidxDataGridViewTextBoxColumn";
this.itemSupplyidxDataGridViewTextBoxColumn.Width = 85;
//
// fProjectPartImport
//
@@ -981,6 +982,7 @@
this.Controls.Add(this.bn);
this.Controls.Add(this.panel1);
this.Name = "fProjectPartImport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "파트리스트 가져오기";
this.Load += new System.EventHandler(this.@__Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
@@ -996,10 +998,10 @@
this.bn.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudMidDiv)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudNapKi)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudBuwi)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudLowDiv)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudMemo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudGrp)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudSupply)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudModel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudNo)).EndInit();
@@ -1009,7 +1011,6 @@
((System.ComponentModel.ISupportInitialize)(this.nudQty)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudSid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -1061,8 +1062,6 @@
private System.Windows.Forms.Label label19;
private System.Windows.Forms.NumericUpDown nudMemo;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.NumericUpDown nudGrp;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ToolStripButton btSave;
@@ -1073,25 +1072,27 @@
private dsPRJ dsPRJ;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripLabel sbSum;
private System.Windows.Forms.DataGridViewTextBoxColumn noDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemGroupDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemSidDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemNameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemModelDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn qtyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemUnitDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn amtDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemManuDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemSupplyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemSupplyidxDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn memoDataGridViewTextBoxColumn;
private System.Windows.Forms.NumericUpDown nudBuwi;
private System.Windows.Forms.NumericUpDown nudLowDiv;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown nudNapKi;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown numericUpDown2;
private System.Windows.Forms.NumericUpDown nudMidDiv;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DataGridViewTextBoxColumn itemGroupDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn option1;
private System.Windows.Forms.DataGridViewTextBoxColumn noDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemSidDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemNameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemModelDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn qtyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemUnitDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn amtDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemManuDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemSupplyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn option2;
private System.Windows.Forms.DataGridViewTextBoxColumn memoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemSupplyidxDataGridViewTextBoxColumn;
}
}