NR파트 검색 기능 추가

This commit is contained in:
chi
2020-04-13 10:03:27 +09:00
parent 694993c54c
commit 0d4413db95
50 changed files with 13779 additions and 1366 deletions

View File

@@ -36,10 +36,10 @@
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLovItem));
FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsMSSQL = new FCM0000.dsMSSQL();
@@ -76,6 +76,29 @@
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
this.label3 = new System.Windows.Forms.Label();
this.arDatagridView1 = new arCtl.arDatagridView();
this.dSPMP = new FCM0000.DSPMP();
this.bsPMP = new System.Windows.Forms.BindingSource(this.components);
this.taPMP = new FCM0000.DSPMPTableAdapters.SPMasterTableAdapter();
this.panel2 = new System.Windows.Forms.Panel();
this.sIDNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.partNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.partNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.locationDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.useEqmtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.processDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.supplierNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.currentQtyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.mHADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.divisionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.badQtyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.priceUnitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.costCenterDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.memoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.enrDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.enrolleeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
manuLabel = new System.Windows.Forms.Label();
supplyLabel = new System.Windows.Forms.Label();
memoLabel = new System.Windows.Forms.Label();
@@ -91,6 +114,10 @@
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
this.cm1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dSPMP)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsPMP)).BeginInit();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// manuLabel
@@ -132,7 +159,7 @@
priceLabel.AutoSize = true;
priceLabel.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
priceLabel.ForeColor = System.Drawing.Color.White;
priceLabel.Location = new System.Drawing.Point(24, 514);
priceLabel.Location = new System.Drawing.Point(24, 371);
priceLabel.Name = "priceLabel";
priceLabel.Size = new System.Drawing.Size(42, 21);
priceLabel.TabIndex = 18;
@@ -144,7 +171,7 @@
label1.AutoSize = true;
label1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
label1.ForeColor = System.Drawing.Color.White;
label1.Location = new System.Drawing.Point(24, 545);
label1.Location = new System.Drawing.Point(24, 402);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(42, 21);
label1.TabIndex = 20;
@@ -156,7 +183,7 @@
label2.AutoSize = true;
label2.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
label2.ForeColor = System.Drawing.Color.White;
label2.Location = new System.Drawing.Point(24, 483);
label2.Location = new System.Drawing.Point(24, 340);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(42, 21);
label2.TabIndex = 22;
@@ -185,14 +212,14 @@
this.tbFind,
this.btFind,
this.btAdd});
this.bn.Location = new System.Drawing.Point(0, 581);
this.bn.Location = new System.Drawing.Point(0, 624);
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bn.Name = "bn";
this.bn.PositionItem = this.bindingNavigatorPositionItem;
this.bn.Size = new System.Drawing.Size(1017, 37);
this.bn.Size = new System.Drawing.Size(1084, 37);
this.bn.TabIndex = 0;
this.bn.Text = "bindingNavigator1";
//
@@ -334,9 +361,9 @@
this.panel1.Controls.Add(priceLabel);
this.panel1.Controls.Add(this.priceTextBox);
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new System.Drawing.Point(727, 0);
this.panel1.Location = new System.Drawing.Point(794, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(290, 581);
this.panel1.Size = new System.Drawing.Size(290, 438);
this.panel1.TabIndex = 2;
//
// linkLabel1
@@ -345,7 +372,7 @@
this.linkLabel1.AutoSize = true;
this.linkLabel1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel1.ForeColor = System.Drawing.Color.White;
this.linkLabel1.Location = new System.Drawing.Point(11, 327);
this.linkLabel1.Location = new System.Drawing.Point(11, 184);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(58, 21);
this.linkLabel1.TabIndex = 27;
@@ -359,7 +386,7 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.BackColor = System.Drawing.Color.Black;
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Location = new System.Drawing.Point(74, 327);
this.pictureBox1.Location = new System.Drawing.Point(74, 184);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(202, 146);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
@@ -370,7 +397,7 @@
//
this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "unit", true));
this.textBox3.Location = new System.Drawing.Point(237, 480);
this.textBox3.Location = new System.Drawing.Point(237, 337);
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(38, 25);
@@ -380,7 +407,7 @@
//
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "scale", true));
this.textBox2.Location = new System.Drawing.Point(75, 480);
this.textBox2.Location = new System.Drawing.Point(75, 337);
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(156, 25);
@@ -390,7 +417,7 @@
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true));
this.textBox1.Location = new System.Drawing.Point(75, 543);
this.textBox1.Location = new System.Drawing.Point(75, 400);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(200, 25);
@@ -424,14 +451,14 @@
this.memoTextBox.Multiline = true;
this.memoTextBox.Name = "memoTextBox";
this.memoTextBox.ReadOnly = true;
this.memoTextBox.Size = new System.Drawing.Size(200, 237);
this.memoTextBox.Size = new System.Drawing.Size(200, 94);
this.memoTextBox.TabIndex = 13;
//
// priceTextBox
//
this.priceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.priceTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "price", true));
this.priceTextBox.Location = new System.Drawing.Point(75, 512);
this.priceTextBox.Location = new System.Drawing.Point(75, 369);
this.priceTextBox.Name = "priceTextBox";
this.priceTextBox.ReadOnly = true;
this.priceTextBox.Size = new System.Drawing.Size(200, 25);
@@ -465,7 +492,7 @@
this.fpSpread1.Name = "fpSpread1";
this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
this.fpSpread1_Sheet1});
this.fpSpread1.Size = new System.Drawing.Size(727, 581);
this.fpSpread1.Size = new System.Drawing.Size(794, 438);
this.fpSpread1.TabIndex = 4;
//
// cm1
@@ -525,23 +552,24 @@
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "모델";
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "SID";
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 27F;
numberCellType1.DecimalPlaces = 0;
numberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
numberCellType1.MaximumValue = 2147483647D;
numberCellType1.MinimumValue = -2147483648D;
this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1;
numberCellType2.DecimalPlaces = 0;
numberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
numberCellType2.MaximumValue = 2147483647D;
numberCellType2.MinimumValue = -2147483648D;
this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType2;
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx";
this.fpSpread1_Sheet1.Columns.Get(0).Label = "IDX";
this.fpSpread1_Sheet1.Columns.Get(0).Visible = false;
this.fpSpread1_Sheet1.Columns.Get(0).Width = 99F;
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType1;
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType4;
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "name";
this.fpSpread1_Sheet1.Columns.Get(1).Label = "품명";
this.fpSpread1_Sheet1.Columns.Get(1).Width = 154F;
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType2;
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType5;
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "model";
this.fpSpread1_Sheet1.Columns.Get(2).Label = "모델";
this.fpSpread1_Sheet1.Columns.Get(2).Width = 154F;
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType3;
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType6;
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "sid";
this.fpSpread1_Sheet1.Columns.Get(3).Label = "SID";
this.fpSpread1_Sheet1.Columns.Get(3).Width = 154F;
@@ -550,12 +578,204 @@
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
//
// label3
//
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
this.label3.Location = new System.Drawing.Point(0, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(1084, 23);
this.label3.TabIndex = 5;
this.label3.Text = "NR - 검색 결과";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// arDatagridView1
//
this.arDatagridView1.A_DelCurrentCell = true;
this.arDatagridView1.A_EnterToTab = true;
this.arDatagridView1.A_KoreanField = null;
this.arDatagridView1.A_UpperField = null;
this.arDatagridView1.A_ViewRownumOnHeader = true;
this.arDatagridView1.AllowUserToAddRows = false;
this.arDatagridView1.AllowUserToDeleteRows = false;
this.arDatagridView1.AutoGenerateColumns = false;
this.arDatagridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.arDatagridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.sIDNoDataGridViewTextBoxColumn,
this.partNoDataGridViewTextBoxColumn,
this.partNameDataGridViewTextBoxColumn,
this.locationDataGridViewTextBoxColumn,
this.useEqmtDataGridViewTextBoxColumn,
this.processDataGridViewTextBoxColumn,
this.supplierNoDataGridViewTextBoxColumn,
this.currentQtyDataGridViewTextBoxColumn,
this.mHADataGridViewTextBoxColumn,
this.divisionDataGridViewTextBoxColumn,
this.badQtyDataGridViewTextBoxColumn,
this.priceDataGridViewTextBoxColumn,
this.priceUnitDataGridViewTextBoxColumn,
this.costCenterDataGridViewTextBoxColumn,
this.memoDataGridViewTextBoxColumn,
this.enrDateDataGridViewTextBoxColumn,
this.enrolleeDataGridViewTextBoxColumn});
this.arDatagridView1.DataSource = this.bsPMP;
this.arDatagridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.arDatagridView1.Location = new System.Drawing.Point(0, 23);
this.arDatagridView1.Name = "arDatagridView1";
this.arDatagridView1.ReadOnly = true;
this.arDatagridView1.RowTemplate.Height = 23;
this.arDatagridView1.Size = new System.Drawing.Size(1084, 163);
this.arDatagridView1.TabIndex = 6;
//
// dSPMP
//
this.dSPMP.DataSetName = "DSPMP";
this.dSPMP.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// bsPMP
//
this.bsPMP.DataMember = "SPMaster";
this.bsPMP.DataSource = this.dSPMP;
//
// taPMP
//
this.taPMP.ClearBeforeFill = true;
//
// panel2
//
this.panel2.Controls.Add(this.arDatagridView1);
this.panel2.Controls.Add(this.label3);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 438);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1084, 186);
this.panel2.TabIndex = 7;
//
// sIDNoDataGridViewTextBoxColumn
//
this.sIDNoDataGridViewTextBoxColumn.DataPropertyName = "SIDNo";
this.sIDNoDataGridViewTextBoxColumn.HeaderText = "SIDNo";
this.sIDNoDataGridViewTextBoxColumn.Name = "sIDNoDataGridViewTextBoxColumn";
this.sIDNoDataGridViewTextBoxColumn.ReadOnly = true;
//
// partNoDataGridViewTextBoxColumn
//
this.partNoDataGridViewTextBoxColumn.DataPropertyName = "PartNo";
this.partNoDataGridViewTextBoxColumn.HeaderText = "PartNo";
this.partNoDataGridViewTextBoxColumn.Name = "partNoDataGridViewTextBoxColumn";
this.partNoDataGridViewTextBoxColumn.ReadOnly = true;
//
// partNameDataGridViewTextBoxColumn
//
this.partNameDataGridViewTextBoxColumn.DataPropertyName = "PartName";
this.partNameDataGridViewTextBoxColumn.HeaderText = "PartName";
this.partNameDataGridViewTextBoxColumn.Name = "partNameDataGridViewTextBoxColumn";
this.partNameDataGridViewTextBoxColumn.ReadOnly = true;
//
// locationDataGridViewTextBoxColumn
//
this.locationDataGridViewTextBoxColumn.DataPropertyName = "Location";
this.locationDataGridViewTextBoxColumn.HeaderText = "Location";
this.locationDataGridViewTextBoxColumn.Name = "locationDataGridViewTextBoxColumn";
this.locationDataGridViewTextBoxColumn.ReadOnly = true;
//
// useEqmtDataGridViewTextBoxColumn
//
this.useEqmtDataGridViewTextBoxColumn.DataPropertyName = "UseEqmt";
this.useEqmtDataGridViewTextBoxColumn.HeaderText = "UseEqmt";
this.useEqmtDataGridViewTextBoxColumn.Name = "useEqmtDataGridViewTextBoxColumn";
this.useEqmtDataGridViewTextBoxColumn.ReadOnly = true;
//
// processDataGridViewTextBoxColumn
//
this.processDataGridViewTextBoxColumn.DataPropertyName = "Process";
this.processDataGridViewTextBoxColumn.HeaderText = "Process";
this.processDataGridViewTextBoxColumn.Name = "processDataGridViewTextBoxColumn";
this.processDataGridViewTextBoxColumn.ReadOnly = true;
//
// supplierNoDataGridViewTextBoxColumn
//
this.supplierNoDataGridViewTextBoxColumn.DataPropertyName = "SupplierNo";
this.supplierNoDataGridViewTextBoxColumn.HeaderText = "SupplierNo";
this.supplierNoDataGridViewTextBoxColumn.Name = "supplierNoDataGridViewTextBoxColumn";
this.supplierNoDataGridViewTextBoxColumn.ReadOnly = true;
//
// currentQtyDataGridViewTextBoxColumn
//
this.currentQtyDataGridViewTextBoxColumn.DataPropertyName = "CurrentQty";
this.currentQtyDataGridViewTextBoxColumn.HeaderText = "CurrentQty";
this.currentQtyDataGridViewTextBoxColumn.Name = "currentQtyDataGridViewTextBoxColumn";
this.currentQtyDataGridViewTextBoxColumn.ReadOnly = true;
//
// mHADataGridViewTextBoxColumn
//
this.mHADataGridViewTextBoxColumn.DataPropertyName = "MHA";
this.mHADataGridViewTextBoxColumn.HeaderText = "MHA";
this.mHADataGridViewTextBoxColumn.Name = "mHADataGridViewTextBoxColumn";
this.mHADataGridViewTextBoxColumn.ReadOnly = true;
//
// divisionDataGridViewTextBoxColumn
//
this.divisionDataGridViewTextBoxColumn.DataPropertyName = "Division";
this.divisionDataGridViewTextBoxColumn.HeaderText = "Division";
this.divisionDataGridViewTextBoxColumn.Name = "divisionDataGridViewTextBoxColumn";
this.divisionDataGridViewTextBoxColumn.ReadOnly = true;
//
// badQtyDataGridViewTextBoxColumn
//
this.badQtyDataGridViewTextBoxColumn.DataPropertyName = "BadQty";
this.badQtyDataGridViewTextBoxColumn.HeaderText = "BadQty";
this.badQtyDataGridViewTextBoxColumn.Name = "badQtyDataGridViewTextBoxColumn";
this.badQtyDataGridViewTextBoxColumn.ReadOnly = true;
//
// priceDataGridViewTextBoxColumn
//
this.priceDataGridViewTextBoxColumn.DataPropertyName = "Price";
this.priceDataGridViewTextBoxColumn.HeaderText = "Price";
this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
this.priceDataGridViewTextBoxColumn.ReadOnly = true;
//
// priceUnitDataGridViewTextBoxColumn
//
this.priceUnitDataGridViewTextBoxColumn.DataPropertyName = "PriceUnit";
this.priceUnitDataGridViewTextBoxColumn.HeaderText = "PriceUnit";
this.priceUnitDataGridViewTextBoxColumn.Name = "priceUnitDataGridViewTextBoxColumn";
this.priceUnitDataGridViewTextBoxColumn.ReadOnly = true;
//
// costCenterDataGridViewTextBoxColumn
//
this.costCenterDataGridViewTextBoxColumn.DataPropertyName = "CostCenter";
this.costCenterDataGridViewTextBoxColumn.HeaderText = "CostCenter";
this.costCenterDataGridViewTextBoxColumn.Name = "costCenterDataGridViewTextBoxColumn";
this.costCenterDataGridViewTextBoxColumn.ReadOnly = true;
//
// memoDataGridViewTextBoxColumn
//
this.memoDataGridViewTextBoxColumn.DataPropertyName = "Memo";
this.memoDataGridViewTextBoxColumn.HeaderText = "Memo";
this.memoDataGridViewTextBoxColumn.Name = "memoDataGridViewTextBoxColumn";
this.memoDataGridViewTextBoxColumn.ReadOnly = true;
//
// enrDateDataGridViewTextBoxColumn
//
this.enrDateDataGridViewTextBoxColumn.DataPropertyName = "EnrDate";
this.enrDateDataGridViewTextBoxColumn.HeaderText = "EnrDate";
this.enrDateDataGridViewTextBoxColumn.Name = "enrDateDataGridViewTextBoxColumn";
this.enrDateDataGridViewTextBoxColumn.ReadOnly = true;
//
// enrolleeDataGridViewTextBoxColumn
//
this.enrolleeDataGridViewTextBoxColumn.DataPropertyName = "Enrollee";
this.enrolleeDataGridViewTextBoxColumn.HeaderText = "Enrollee";
this.enrolleeDataGridViewTextBoxColumn.Name = "enrolleeDataGridViewTextBoxColumn";
this.enrolleeDataGridViewTextBoxColumn.ReadOnly = true;
//
// fLovItem
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1017, 618);
this.ClientSize = new System.Drawing.Size(1084, 661);
this.Controls.Add(this.fpSpread1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.bn);
this.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "fLovItem";
@@ -572,6 +792,10 @@
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
this.cm1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.arDatagridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dSPMP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsPMP)).EndInit();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
@@ -613,8 +837,30 @@
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripButton btFind;
private System.Windows.Forms.ToolStripTextBox tbFind;
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
private System.Windows.Forms.ToolStripButton btAdd;
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
private System.Windows.Forms.Label label3;
private arCtl.arDatagridView arDatagridView1;
private System.Windows.Forms.BindingSource bsPMP;
private DSPMP dSPMP;
private DSPMPTableAdapters.SPMasterTableAdapter taPMP;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.DataGridViewTextBoxColumn sIDNoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn partNoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn partNameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn locationDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn useEqmtDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn processDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn supplierNoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn currentQtyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn mHADataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn divisionDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn badQtyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn priceUnitDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn costCenterDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn memoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn enrDateDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn enrolleeDataGridViewTextBoxColumn;
}
}