|
|
@@ -44,6 +44,8 @@
|
|
|
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
|
|
|
+ this.txtSTAFFNAME = new Dongke.IBOSS.PRD.Basics.BaseControls.DKTextBox();
|
|
|
+ this.lblSTAFFNAME = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
|
|
|
this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
@@ -70,33 +72,33 @@
|
|
|
this.tapReportModuleDetail = new System.Windows.Forms.TabPage();
|
|
|
this.dgvDetailReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.SecurityCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.CompleteProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.CompleteProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.CompleteProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GROUTINGUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.inscrapflag = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.SecurityCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.CompleteProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsLevelTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GROUTINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GROUTINGUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -112,8 +114,6 @@
|
|
|
this.UpdateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.UpdateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lblSTAFFNAME = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.txtSTAFFNAME = new Dongke.IBOSS.PRD.Basics.BaseControls.DKTextBox();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).BeginInit();
|
|
|
@@ -136,7 +136,7 @@
|
|
|
this.tsrOperate.Name = "tsrOperate";
|
|
|
this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
this.tsrOperate.ShowItemToolTips = false;
|
|
|
- this.tsrOperate.Size = new System.Drawing.Size(1355, 44);
|
|
|
+ this.tsrOperate.Size = new System.Drawing.Size(1016, 35);
|
|
|
this.tsrOperate.TabIndex = 0;
|
|
|
this.tsrOperate.Text = "toolStrip1";
|
|
|
//
|
|
|
@@ -181,26 +181,46 @@
|
|
|
this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
this.gbxCondition.IsMustInput = false;
|
|
|
- this.gbxCondition.Location = new System.Drawing.Point(0, 48);
|
|
|
- this.gbxCondition.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.gbxCondition.Location = new System.Drawing.Point(0, 38);
|
|
|
this.gbxCondition.Name = "gbxCondition";
|
|
|
this.gbxCondition.OriginalHeight = -1;
|
|
|
- this.gbxCondition.Padding = new System.Windows.Forms.Padding(4);
|
|
|
- this.gbxCondition.Size = new System.Drawing.Size(1339, 76);
|
|
|
+ this.gbxCondition.Size = new System.Drawing.Size(1004, 61);
|
|
|
this.gbxCondition.TabIndex = 1;
|
|
|
this.gbxCondition.TabStop = false;
|
|
|
this.gbxCondition.Text = "查询条件 ▼";
|
|
|
//
|
|
|
+ // txtSTAFFNAME
|
|
|
+ //
|
|
|
+ this.txtSTAFFNAME.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtSTAFFNAME.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtSTAFFNAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtSTAFFNAME.Location = new System.Drawing.Point(860, 21);
|
|
|
+ this.txtSTAFFNAME.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.txtSTAFFNAME.Name = "txtSTAFFNAME";
|
|
|
+ this.txtSTAFFNAME.Size = new System.Drawing.Size(130, 21);
|
|
|
+ this.txtSTAFFNAME.TabIndex = 50;
|
|
|
+ //
|
|
|
+ // lblSTAFFNAME
|
|
|
+ //
|
|
|
+ this.lblSTAFFNAME.AutoSize = true;
|
|
|
+ this.lblSTAFFNAME.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.lblSTAFFNAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblSTAFFNAME.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.lblSTAFFNAME.Location = new System.Drawing.Point(804, 24);
|
|
|
+ this.lblSTAFFNAME.Name = "lblSTAFFNAME";
|
|
|
+ this.lblSTAFFNAME.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblSTAFFNAME.TabIndex = 48;
|
|
|
+ this.lblSTAFFNAME.Text = "员工姓名";
|
|
|
+ //
|
|
|
// lblGoodsType
|
|
|
//
|
|
|
this.lblGoodsType.AutoSize = true;
|
|
|
this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblGoodsType.Location = new System.Drawing.Point(555, 30);
|
|
|
- this.lblGoodsType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblGoodsType.Location = new System.Drawing.Point(416, 24);
|
|
|
this.lblGoodsType.Name = "lblGoodsType";
|
|
|
- this.lblGoodsType.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
|
|
|
this.lblGoodsType.TabIndex = 23;
|
|
|
this.lblGoodsType.Text = "产品类别";
|
|
|
//
|
|
|
@@ -208,10 +228,9 @@
|
|
|
//
|
|
|
this.scbGoodsType.CheckedData = null;
|
|
|
this.scbGoodsType.IsOnlyDisplayEnd = false;
|
|
|
- this.scbGoodsType.Location = new System.Drawing.Point(631, 25);
|
|
|
- this.scbGoodsType.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.scbGoodsType.Location = new System.Drawing.Point(473, 20);
|
|
|
this.scbGoodsType.Name = "scbGoodsType";
|
|
|
- this.scbGoodsType.Size = new System.Drawing.Size(187, 26);
|
|
|
+ this.scbGoodsType.Size = new System.Drawing.Size(140, 21);
|
|
|
this.scbGoodsType.TabIndex = 22;
|
|
|
//
|
|
|
// txtGoodsCode
|
|
|
@@ -222,11 +241,10 @@
|
|
|
this.txtGoodsCode.ErrorMessage = "";
|
|
|
this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
- this.txtGoodsCode.Location = new System.Drawing.Point(904, 25);
|
|
|
- this.txtGoodsCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.txtGoodsCode.Location = new System.Drawing.Point(678, 20);
|
|
|
this.txtGoodsCode.MaxLength = 20;
|
|
|
this.txtGoodsCode.Name = "txtGoodsCode";
|
|
|
- this.txtGoodsCode.Size = new System.Drawing.Size(160, 25);
|
|
|
+ this.txtGoodsCode.Size = new System.Drawing.Size(121, 21);
|
|
|
this.txtGoodsCode.TabIndex = 4;
|
|
|
this.txtGoodsCode.TextValue = "";
|
|
|
//
|
|
|
@@ -235,10 +253,9 @@
|
|
|
this.lblGoodsCode.AutoSize = true;
|
|
|
this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.lblGoodsCode.Location = new System.Drawing.Point(825, 30);
|
|
|
- this.lblGoodsCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblGoodsCode.Location = new System.Drawing.Point(619, 24);
|
|
|
this.lblGoodsCode.Name = "lblGoodsCode";
|
|
|
- this.lblGoodsCode.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
|
|
|
this.lblGoodsCode.TabIndex = 16;
|
|
|
this.lblGoodsCode.Text = "产品编码";
|
|
|
//
|
|
|
@@ -249,10 +266,9 @@
|
|
|
this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
|
|
|
this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnClearCondition.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnClearCondition.Location = new System.Drawing.Point(1217, 19);
|
|
|
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.btnClearCondition.Location = new System.Drawing.Point(913, 15);
|
|
|
this.btnClearCondition.Name = "btnClearCondition";
|
|
|
- this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
|
|
|
+ this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
this.btnClearCondition.TabIndex = 6;
|
|
|
this.btnClearCondition.Text = "清空条件(&C)";
|
|
|
this.btnClearCondition.UseVisualStyleBackColor = true;
|
|
|
@@ -265,10 +281,9 @@
|
|
|
this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
|
|
|
this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnSearch.Location = new System.Drawing.Point(1096, 19);
|
|
|
- this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.btnSearch.Location = new System.Drawing.Point(822, 15);
|
|
|
this.btnSearch.Name = "btnSearch";
|
|
|
- this.btnSearch.Size = new System.Drawing.Size(113, 38);
|
|
|
+ this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
this.btnSearch.TabIndex = 5;
|
|
|
this.btnSearch.Text = "查询(&Q)";
|
|
|
this.btnSearch.UseVisualStyleBackColor = true;
|
|
|
@@ -281,8 +296,8 @@
|
|
|
this.dkProcedureSearchBox.Enabled = true;
|
|
|
this.dkProcedureSearchBox.IsEnablePurview = false;
|
|
|
this.dkProcedureSearchBox.IsMustInput = false;
|
|
|
- this.dkProcedureSearchBox.Location = new System.Drawing.Point(291, 25);
|
|
|
- this.dkProcedureSearchBox.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.dkProcedureSearchBox.Location = new System.Drawing.Point(218, 20);
|
|
|
+ this.dkProcedureSearchBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dkProcedureSearchBox.ModelType = null;
|
|
|
this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
|
|
|
this.dkProcedureSearchBox.ProcedureCode = "";
|
|
|
@@ -292,7 +307,7 @@
|
|
|
this.dkProcedureSearchBox.Purview = null;
|
|
|
this.dkProcedureSearchBox.PurviewType = ((byte)(0));
|
|
|
this.dkProcedureSearchBox.SelectMore = true;
|
|
|
- this.dkProcedureSearchBox.Size = new System.Drawing.Size(256, 26);
|
|
|
+ this.dkProcedureSearchBox.Size = new System.Drawing.Size(192, 21);
|
|
|
this.dkProcedureSearchBox.TabIndex = 4;
|
|
|
this.dkProcedureSearchBox.Title = "生产工序";
|
|
|
this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
|
|
|
@@ -304,8 +319,8 @@
|
|
|
this.dkproductionLineSearchBox.Enabled = true;
|
|
|
this.dkproductionLineSearchBox.IsEnablePurview = false;
|
|
|
this.dkproductionLineSearchBox.IsMustInput = false;
|
|
|
- this.dkproductionLineSearchBox.Location = new System.Drawing.Point(16, 25);
|
|
|
- this.dkproductionLineSearchBox.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.dkproductionLineSearchBox.Location = new System.Drawing.Point(12, 20);
|
|
|
+ this.dkproductionLineSearchBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
|
|
|
this.dkproductionLineSearchBox.ProductionLineCode = "";
|
|
|
this.dkproductionLineSearchBox.ProductionLineID = null;
|
|
|
@@ -314,7 +329,7 @@
|
|
|
this.dkproductionLineSearchBox.Purview = null;
|
|
|
this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
|
|
|
this.dkproductionLineSearchBox.SelectMore = true;
|
|
|
- this.dkproductionLineSearchBox.Size = new System.Drawing.Size(256, 26);
|
|
|
+ this.dkproductionLineSearchBox.Size = new System.Drawing.Size(192, 21);
|
|
|
this.dkproductionLineSearchBox.TabIndex = 1;
|
|
|
this.dkproductionLineSearchBox.Title = " 生产线";
|
|
|
this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
|
|
|
@@ -388,7 +403,7 @@
|
|
|
this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.dgvReportModule.RowTemplate.Height = 21;
|
|
|
this.dgvReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.dgvReportModule.Size = new System.Drawing.Size(1335, 367);
|
|
|
+ this.dgvReportModule.Size = new System.Drawing.Size(999, 291);
|
|
|
this.dgvReportModule.SortOrderColumnName = null;
|
|
|
this.dgvReportModule.TabIndex = 29;
|
|
|
this.dgvReportModule.Tag = true;
|
|
|
@@ -518,22 +533,22 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.tblReportModule.Controls.Add(this.tapReportModule);
|
|
|
this.tblReportModule.Controls.Add(this.tapReportModuleDetail);
|
|
|
- this.tblReportModule.Location = new System.Drawing.Point(0, 128);
|
|
|
+ this.tblReportModule.Location = new System.Drawing.Point(0, 102);
|
|
|
this.tblReportModule.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.tblReportModule.Name = "tblReportModule";
|
|
|
this.tblReportModule.Padding = new System.Drawing.Point(0, 0);
|
|
|
this.tblReportModule.SelectedIndex = 0;
|
|
|
this.tblReportModule.ShowToolTips = true;
|
|
|
- this.tblReportModule.Size = new System.Drawing.Size(1343, 396);
|
|
|
+ this.tblReportModule.Size = new System.Drawing.Size(1007, 317);
|
|
|
this.tblReportModule.TabIndex = 30;
|
|
|
//
|
|
|
// tapReportModule
|
|
|
//
|
|
|
this.tapReportModule.Controls.Add(this.dgvReportModule);
|
|
|
- this.tapReportModule.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.tapReportModule.Location = new System.Drawing.Point(4, 22);
|
|
|
this.tapReportModule.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.tapReportModule.Name = "tapReportModule";
|
|
|
- this.tapReportModule.Size = new System.Drawing.Size(1335, 367);
|
|
|
+ this.tapReportModule.Size = new System.Drawing.Size(999, 291);
|
|
|
this.tapReportModule.TabIndex = 0;
|
|
|
this.tapReportModule.Text = "在产产品汇总";
|
|
|
this.tapReportModule.UseVisualStyleBackColor = true;
|
|
|
@@ -541,10 +556,10 @@
|
|
|
// tapReportModuleDetail
|
|
|
//
|
|
|
this.tapReportModuleDetail.Controls.Add(this.dgvDetailReportModule);
|
|
|
- this.tapReportModuleDetail.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.tapReportModuleDetail.Location = new System.Drawing.Point(4, 22);
|
|
|
this.tapReportModuleDetail.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.tapReportModuleDetail.Name = "tapReportModuleDetail";
|
|
|
- this.tapReportModuleDetail.Size = new System.Drawing.Size(1335, 367);
|
|
|
+ this.tapReportModuleDetail.Size = new System.Drawing.Size(999, 291);
|
|
|
this.tapReportModuleDetail.TabIndex = 1;
|
|
|
this.tapReportModuleDetail.Text = "在产产品明细";
|
|
|
this.tapReportModuleDetail.UseVisualStyleBackColor = true;
|
|
|
@@ -579,33 +594,33 @@
|
|
|
this.dgvDetailReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
this.dgvDetailReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.BarCode,
|
|
|
- this.SecurityCode,
|
|
|
- this.LogoCodeName,
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
this.GoodsName,
|
|
|
- this.ProductionLineID,
|
|
|
- this.ProductionLineCode,
|
|
|
- this.dataGridViewTextBoxColumn2,
|
|
|
- this.CompleteProcedureID,
|
|
|
- this.CompleteProcedureName,
|
|
|
this.CreateTime,
|
|
|
+ this.CompleteProcedureName,
|
|
|
this.UpdateTime,
|
|
|
this.dataGridViewTextBoxColumn3,
|
|
|
this.STAFFNAME,
|
|
|
+ this.GoodsLevelName,
|
|
|
+ this.GROUTINGUSERCODE,
|
|
|
this.inscrapflag,
|
|
|
+ this.GroutingMouldCode,
|
|
|
+ this.GroutingDate,
|
|
|
+ this.LogoCodeName,
|
|
|
+ this.ProductionLineCode,
|
|
|
+ this.SecurityCode,
|
|
|
+ this.ProductionLineID,
|
|
|
+ this.dataGridViewTextBoxColumn2,
|
|
|
+ this.CompleteProcedureID,
|
|
|
this.ModelType,
|
|
|
this.ProcedureModel,
|
|
|
- this.GoodsLevelName,
|
|
|
this.GoodsLevelTypeName,
|
|
|
this.GroutingLineID,
|
|
|
this.GroutingLineCode,
|
|
|
this.GroutingLineName,
|
|
|
this.GMouldTypeID,
|
|
|
this.GMouldTypeName,
|
|
|
- this.GroutingMouldCode,
|
|
|
- this.GroutingDate,
|
|
|
this.GROUTINGCOUNT,
|
|
|
- this.GROUTINGUSERCODE,
|
|
|
this.GoodsID,
|
|
|
this.UserID,
|
|
|
this.UserName,
|
|
|
@@ -635,7 +650,6 @@
|
|
|
this.dgvDetailReportModule.IsSubTotalFlag = false;
|
|
|
this.dgvDetailReportModule.IsTopDeep = false;
|
|
|
this.dgvDetailReportModule.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.dgvDetailReportModule.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.dgvDetailReportModule.MergeColumnNames = null;
|
|
|
this.dgvDetailReportModule.MergeDetailColumnNames = null;
|
|
|
this.dgvDetailReportModule.MergeDetailOnlyColumn = null;
|
|
|
@@ -650,7 +664,7 @@
|
|
|
this.dgvDetailReportModule.RowsDefaultCellStyle = dataGridViewCellStyle11;
|
|
|
this.dgvDetailReportModule.RowTemplate.Height = 21;
|
|
|
this.dgvDetailReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.dgvDetailReportModule.Size = new System.Drawing.Size(1332, 364);
|
|
|
+ this.dgvDetailReportModule.Size = new System.Drawing.Size(999, 291);
|
|
|
this.dgvDetailReportModule.SortOrderColumnName = null;
|
|
|
this.dgvDetailReportModule.TabIndex = 29;
|
|
|
this.dgvDetailReportModule.Tag = true;
|
|
|
@@ -666,24 +680,6 @@
|
|
|
this.BarCode.ReadOnly = true;
|
|
|
this.BarCode.Width = 125;
|
|
|
//
|
|
|
- // SecurityCode
|
|
|
- //
|
|
|
- this.SecurityCode.DataPropertyName = "SecurityCode";
|
|
|
- this.SecurityCode.HeaderText = "防伪码";
|
|
|
- this.SecurityCode.MinimumWidth = 6;
|
|
|
- this.SecurityCode.Name = "SecurityCode";
|
|
|
- this.SecurityCode.ReadOnly = true;
|
|
|
- this.SecurityCode.Width = 125;
|
|
|
- //
|
|
|
- // LogoCodeName
|
|
|
- //
|
|
|
- this.LogoCodeName.DataPropertyName = "LogoCodeName";
|
|
|
- this.LogoCodeName.HeaderText = "商标";
|
|
|
- this.LogoCodeName.MinimumWidth = 6;
|
|
|
- this.LogoCodeName.Name = "LogoCodeName";
|
|
|
- this.LogoCodeName.ReadOnly = true;
|
|
|
- this.LogoCodeName.Width = 125;
|
|
|
- //
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
//
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "GoodsCode";
|
|
|
@@ -702,54 +698,6 @@
|
|
|
this.GoodsName.ReadOnly = true;
|
|
|
this.GoodsName.Width = 125;
|
|
|
//
|
|
|
- // ProductionLineID
|
|
|
- //
|
|
|
- this.ProductionLineID.DataPropertyName = "ProductionLineID";
|
|
|
- this.ProductionLineID.HeaderText = "生产线ID";
|
|
|
- this.ProductionLineID.MinimumWidth = 6;
|
|
|
- this.ProductionLineID.Name = "ProductionLineID";
|
|
|
- this.ProductionLineID.ReadOnly = true;
|
|
|
- this.ProductionLineID.Visible = false;
|
|
|
- this.ProductionLineID.Width = 125;
|
|
|
- //
|
|
|
- // ProductionLineCode
|
|
|
- //
|
|
|
- this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
|
|
|
- this.ProductionLineCode.HeaderText = "生产线编码";
|
|
|
- this.ProductionLineCode.MinimumWidth = 6;
|
|
|
- this.ProductionLineCode.Name = "ProductionLineCode";
|
|
|
- this.ProductionLineCode.ReadOnly = true;
|
|
|
- this.ProductionLineCode.Visible = false;
|
|
|
- this.ProductionLineCode.Width = 125;
|
|
|
- //
|
|
|
- // dataGridViewTextBoxColumn2
|
|
|
- //
|
|
|
- this.dataGridViewTextBoxColumn2.DataPropertyName = "ProductionLineName";
|
|
|
- this.dataGridViewTextBoxColumn2.HeaderText = "生产线";
|
|
|
- this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
|
|
|
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
- this.dataGridViewTextBoxColumn2.Width = 125;
|
|
|
- //
|
|
|
- // CompleteProcedureID
|
|
|
- //
|
|
|
- this.CompleteProcedureID.DataPropertyName = "CompleteProcedureID";
|
|
|
- this.CompleteProcedureID.HeaderText = "完成工序ID";
|
|
|
- this.CompleteProcedureID.MinimumWidth = 6;
|
|
|
- this.CompleteProcedureID.Name = "CompleteProcedureID";
|
|
|
- this.CompleteProcedureID.ReadOnly = true;
|
|
|
- this.CompleteProcedureID.Visible = false;
|
|
|
- this.CompleteProcedureID.Width = 125;
|
|
|
- //
|
|
|
- // CompleteProcedureName
|
|
|
- //
|
|
|
- this.CompleteProcedureName.DataPropertyName = "CompleteProcedureName";
|
|
|
- this.CompleteProcedureName.HeaderText = "完成工序";
|
|
|
- this.CompleteProcedureName.MinimumWidth = 6;
|
|
|
- this.CompleteProcedureName.Name = "CompleteProcedureName";
|
|
|
- this.CompleteProcedureName.ReadOnly = true;
|
|
|
- this.CompleteProcedureName.Width = 125;
|
|
|
- //
|
|
|
// CreateTime
|
|
|
//
|
|
|
this.CreateTime.DataPropertyName = "CreateTime";
|
|
|
@@ -761,6 +709,15 @@
|
|
|
this.CreateTime.ReadOnly = true;
|
|
|
this.CreateTime.Width = 180;
|
|
|
//
|
|
|
+ // CompleteProcedureName
|
|
|
+ //
|
|
|
+ this.CompleteProcedureName.DataPropertyName = "CompleteProcedureName";
|
|
|
+ this.CompleteProcedureName.HeaderText = "完成工序";
|
|
|
+ this.CompleteProcedureName.MinimumWidth = 6;
|
|
|
+ this.CompleteProcedureName.Name = "CompleteProcedureName";
|
|
|
+ this.CompleteProcedureName.ReadOnly = true;
|
|
|
+ this.CompleteProcedureName.Width = 125;
|
|
|
+ //
|
|
|
// UpdateTime
|
|
|
//
|
|
|
this.UpdateTime.DataPropertyName = "UpdateTime";
|
|
|
@@ -791,6 +748,24 @@
|
|
|
this.STAFFNAME.ReadOnly = true;
|
|
|
this.STAFFNAME.Width = 125;
|
|
|
//
|
|
|
+ // GoodsLevelName
|
|
|
+ //
|
|
|
+ this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
|
|
|
+ this.GoodsLevelName.HeaderText = "产品分级";
|
|
|
+ this.GoodsLevelName.MinimumWidth = 6;
|
|
|
+ this.GoodsLevelName.Name = "GoodsLevelName";
|
|
|
+ this.GoodsLevelName.ReadOnly = true;
|
|
|
+ this.GoodsLevelName.Width = 125;
|
|
|
+ //
|
|
|
+ // GROUTINGUSERCODE
|
|
|
+ //
|
|
|
+ this.GROUTINGUSERCODE.DataPropertyName = "GROUTINGUSERCODE";
|
|
|
+ this.GROUTINGUSERCODE.HeaderText = "成型工号";
|
|
|
+ this.GROUTINGUSERCODE.MinimumWidth = 6;
|
|
|
+ this.GROUTINGUSERCODE.Name = "GROUTINGUSERCODE";
|
|
|
+ this.GROUTINGUSERCODE.ReadOnly = true;
|
|
|
+ this.GROUTINGUSERCODE.Width = 125;
|
|
|
+ //
|
|
|
// inscrapflag
|
|
|
//
|
|
|
this.inscrapflag.DataPropertyName = "inscrapflag";
|
|
|
@@ -800,6 +775,83 @@
|
|
|
this.inscrapflag.ReadOnly = true;
|
|
|
this.inscrapflag.Width = 125;
|
|
|
//
|
|
|
+ // GroutingMouldCode
|
|
|
+ //
|
|
|
+ this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
|
|
|
+ this.GroutingMouldCode.HeaderText = "模具编号";
|
|
|
+ this.GroutingMouldCode.MinimumWidth = 6;
|
|
|
+ this.GroutingMouldCode.Name = "GroutingMouldCode";
|
|
|
+ this.GroutingMouldCode.ReadOnly = true;
|
|
|
+ this.GroutingMouldCode.Width = 125;
|
|
|
+ //
|
|
|
+ // GroutingDate
|
|
|
+ //
|
|
|
+ this.GroutingDate.DataPropertyName = "GroutingDate";
|
|
|
+ dataGridViewCellStyle9.Format = "yyyy-MM-dd";
|
|
|
+ this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle9;
|
|
|
+ this.GroutingDate.HeaderText = "注浆日期";
|
|
|
+ this.GroutingDate.MinimumWidth = 6;
|
|
|
+ this.GroutingDate.Name = "GroutingDate";
|
|
|
+ this.GroutingDate.ReadOnly = true;
|
|
|
+ this.GroutingDate.Width = 125;
|
|
|
+ //
|
|
|
+ // LogoCodeName
|
|
|
+ //
|
|
|
+ this.LogoCodeName.DataPropertyName = "LogoCodeName";
|
|
|
+ this.LogoCodeName.HeaderText = "商标";
|
|
|
+ this.LogoCodeName.MinimumWidth = 6;
|
|
|
+ this.LogoCodeName.Name = "LogoCodeName";
|
|
|
+ this.LogoCodeName.ReadOnly = true;
|
|
|
+ this.LogoCodeName.Width = 125;
|
|
|
+ //
|
|
|
+ // ProductionLineCode
|
|
|
+ //
|
|
|
+ this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
|
|
|
+ this.ProductionLineCode.HeaderText = "生产线编码";
|
|
|
+ this.ProductionLineCode.MinimumWidth = 6;
|
|
|
+ this.ProductionLineCode.Name = "ProductionLineCode";
|
|
|
+ this.ProductionLineCode.ReadOnly = true;
|
|
|
+ this.ProductionLineCode.Visible = false;
|
|
|
+ this.ProductionLineCode.Width = 125;
|
|
|
+ //
|
|
|
+ // SecurityCode
|
|
|
+ //
|
|
|
+ this.SecurityCode.DataPropertyName = "SecurityCode";
|
|
|
+ this.SecurityCode.HeaderText = "防伪码";
|
|
|
+ this.SecurityCode.MinimumWidth = 6;
|
|
|
+ this.SecurityCode.Name = "SecurityCode";
|
|
|
+ this.SecurityCode.ReadOnly = true;
|
|
|
+ this.SecurityCode.Width = 125;
|
|
|
+ //
|
|
|
+ // ProductionLineID
|
|
|
+ //
|
|
|
+ this.ProductionLineID.DataPropertyName = "ProductionLineID";
|
|
|
+ this.ProductionLineID.HeaderText = "生产线ID";
|
|
|
+ this.ProductionLineID.MinimumWidth = 6;
|
|
|
+ this.ProductionLineID.Name = "ProductionLineID";
|
|
|
+ this.ProductionLineID.ReadOnly = true;
|
|
|
+ this.ProductionLineID.Visible = false;
|
|
|
+ this.ProductionLineID.Width = 125;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "ProductionLineName";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "生产线";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 125;
|
|
|
+ //
|
|
|
+ // CompleteProcedureID
|
|
|
+ //
|
|
|
+ this.CompleteProcedureID.DataPropertyName = "CompleteProcedureID";
|
|
|
+ this.CompleteProcedureID.HeaderText = "完成工序ID";
|
|
|
+ this.CompleteProcedureID.MinimumWidth = 6;
|
|
|
+ this.CompleteProcedureID.Name = "CompleteProcedureID";
|
|
|
+ this.CompleteProcedureID.ReadOnly = true;
|
|
|
+ this.CompleteProcedureID.Visible = false;
|
|
|
+ this.CompleteProcedureID.Width = 125;
|
|
|
+ //
|
|
|
// ModelType
|
|
|
//
|
|
|
this.ModelType.DataPropertyName = "ModelType";
|
|
|
@@ -820,15 +872,6 @@
|
|
|
this.ProcedureModel.Visible = false;
|
|
|
this.ProcedureModel.Width = 125;
|
|
|
//
|
|
|
- // GoodsLevelName
|
|
|
- //
|
|
|
- this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
|
|
|
- this.GoodsLevelName.HeaderText = "产品分级";
|
|
|
- this.GoodsLevelName.MinimumWidth = 6;
|
|
|
- this.GoodsLevelName.Name = "GoodsLevelName";
|
|
|
- this.GoodsLevelName.ReadOnly = true;
|
|
|
- this.GoodsLevelName.Width = 125;
|
|
|
- //
|
|
|
// GoodsLevelTypeName
|
|
|
//
|
|
|
this.GoodsLevelTypeName.DataPropertyName = "GoodsLevelTypeName";
|
|
|
@@ -887,26 +930,6 @@
|
|
|
this.GMouldTypeName.ReadOnly = true;
|
|
|
this.GMouldTypeName.Width = 125;
|
|
|
//
|
|
|
- // GroutingMouldCode
|
|
|
- //
|
|
|
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
|
|
|
- this.GroutingMouldCode.HeaderText = "模具编号";
|
|
|
- this.GroutingMouldCode.MinimumWidth = 6;
|
|
|
- this.GroutingMouldCode.Name = "GroutingMouldCode";
|
|
|
- this.GroutingMouldCode.ReadOnly = true;
|
|
|
- this.GroutingMouldCode.Width = 125;
|
|
|
- //
|
|
|
- // GroutingDate
|
|
|
- //
|
|
|
- this.GroutingDate.DataPropertyName = "GroutingDate";
|
|
|
- dataGridViewCellStyle9.Format = "yyyy-MM-dd";
|
|
|
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle9;
|
|
|
- this.GroutingDate.HeaderText = "注浆日期";
|
|
|
- this.GroutingDate.MinimumWidth = 6;
|
|
|
- this.GroutingDate.Name = "GroutingDate";
|
|
|
- this.GroutingDate.ReadOnly = true;
|
|
|
- this.GroutingDate.Width = 125;
|
|
|
- //
|
|
|
// GROUTINGCOUNT
|
|
|
//
|
|
|
this.GROUTINGCOUNT.DataPropertyName = "GROUTINGCOUNT";
|
|
|
@@ -918,15 +941,6 @@
|
|
|
this.GROUTINGCOUNT.ReadOnly = true;
|
|
|
this.GROUTINGCOUNT.Width = 125;
|
|
|
//
|
|
|
- // GROUTINGUSERCODE
|
|
|
- //
|
|
|
- this.GROUTINGUSERCODE.DataPropertyName = "GROUTINGUSERCODE";
|
|
|
- this.GROUTINGUSERCODE.HeaderText = "成型工号";
|
|
|
- this.GROUTINGUSERCODE.MinimumWidth = 6;
|
|
|
- this.GROUTINGUSERCODE.Name = "GROUTINGUSERCODE";
|
|
|
- this.GROUTINGUSERCODE.ReadOnly = true;
|
|
|
- this.GROUTINGUSERCODE.Width = 125;
|
|
|
- //
|
|
|
// GoodsID
|
|
|
//
|
|
|
this.GoodsID.DataPropertyName = "GoodsID";
|
|
|
@@ -1087,38 +1101,15 @@
|
|
|
this.Remarks.Visible = false;
|
|
|
this.Remarks.Width = 125;
|
|
|
//
|
|
|
- // lblSTAFFNAME
|
|
|
- //
|
|
|
- this.lblSTAFFNAME.AutoSize = true;
|
|
|
- this.lblSTAFFNAME.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.lblSTAFFNAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.lblSTAFFNAME.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblSTAFFNAME.Location = new System.Drawing.Point(1072, 30);
|
|
|
- this.lblSTAFFNAME.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.lblSTAFFNAME.Name = "lblSTAFFNAME";
|
|
|
- this.lblSTAFFNAME.Size = new System.Drawing.Size(67, 15);
|
|
|
- this.lblSTAFFNAME.TabIndex = 48;
|
|
|
- this.lblSTAFFNAME.Text = "员工姓名";
|
|
|
- //
|
|
|
- // txtSTAFFNAME
|
|
|
- //
|
|
|
- this.txtSTAFFNAME.BackColor = System.Drawing.SystemColors.Window;
|
|
|
- this.txtSTAFFNAME.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
- this.txtSTAFFNAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.txtSTAFFNAME.Location = new System.Drawing.Point(1146, 26);
|
|
|
- this.txtSTAFFNAME.Name = "txtSTAFFNAME";
|
|
|
- this.txtSTAFFNAME.Size = new System.Drawing.Size(172, 25);
|
|
|
- this.txtSTAFFNAME.TabIndex = 50;
|
|
|
- //
|
|
|
// F_RPT_030105
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1355, 521);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1016, 417);
|
|
|
this.Controls.Add(this.tblReportModule);
|
|
|
this.Controls.Add(this.gbxCondition);
|
|
|
this.Controls.Add(this.tsrOperate);
|
|
|
- this.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.Name = "F_RPT_030105";
|
|
|
this.Text = "在产产品汇总表";
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030101_1_FormClosed);
|
|
|
@@ -1155,34 +1146,48 @@
|
|
|
private Basics.BaseControls.C_DataGridView dgvDetailReportModule;
|
|
|
private Basics.BaseControls.C_Label lblGoodsType;
|
|
|
private Controls.SearchBox.ScbGoodsType scbGoodsType;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn productionlinename;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Usercode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAMES;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn colGoodstypename2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Goodscode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn InCount;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureId;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsTypeID2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsTypeCode2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn colgoodsid;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn coluserid;
|
|
|
+ private Basics.BaseControls.C_Label lblSTAFFNAME;
|
|
|
+ private Basics.BaseControls.DKTextBox txtSTAFFNAME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn SecurityCode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureID;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGUSERCODE;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn inscrapflag;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn SecurityCode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGCOUNT;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGUSERCODE;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
|
|
|
@@ -1198,19 +1203,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn productionlinename;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Usercode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAMES;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn colGoodstypename2;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn Goodscode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn InCount;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureId;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsTypeID2;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsTypeCode2;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn colgoodsid;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn coluserid;
|
|
|
- private Basics.BaseControls.C_Label lblSTAFFNAME;
|
|
|
- private Basics.BaseControls.DKTextBox txtSTAFFNAME;
|
|
|
}
|
|
|
}
|