|
|
@@ -32,22 +32,11 @@
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2401));
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2401));
|
|
|
this.dgvOrder = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
- this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.FHTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.FHUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.FinishedBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
|
|
|
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
|
|
|
this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
@@ -74,6 +63,17 @@
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.FHTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.FHUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.FinishedBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvOrder)).BeginInit();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
@@ -157,92 +157,6 @@
|
|
|
this.dgvOrder.TotalSumColumns = null;
|
|
|
this.dgvOrder.ViewRowFilter = "";
|
|
|
//
|
|
|
- // OrderNo
|
|
|
- //
|
|
|
- this.OrderNo.DataPropertyName = "OrderNo";
|
|
|
- this.OrderNo.HeaderText = "生产订单";
|
|
|
- this.OrderNo.Name = "OrderNo";
|
|
|
- this.OrderNo.ReadOnly = true;
|
|
|
- //
|
|
|
- // FHTime
|
|
|
- //
|
|
|
- this.FHTime.DataPropertyName = "FHTime";
|
|
|
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
|
|
|
- this.FHTime.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
- this.FHTime.HeaderText = "交接时间";
|
|
|
- this.FHTime.Name = "FHTime";
|
|
|
- this.FHTime.ReadOnly = true;
|
|
|
- //
|
|
|
- // FHUserCode
|
|
|
- //
|
|
|
- this.FHUserCode.DataPropertyName = "FHUserCode";
|
|
|
- this.FHUserCode.HeaderText = "交接工号";
|
|
|
- this.FHUserCode.Name = "FHUserCode";
|
|
|
- this.FHUserCode.ReadOnly = true;
|
|
|
- //
|
|
|
- // barcode
|
|
|
- //
|
|
|
- this.barcode.DataPropertyName = "barcode";
|
|
|
- this.barcode.HeaderText = "产品条码";
|
|
|
- this.barcode.Name = "barcode";
|
|
|
- this.barcode.ReadOnly = true;
|
|
|
- //
|
|
|
- // FinishedBarCode
|
|
|
- //
|
|
|
- this.FinishedBarCode.DataPropertyName = "FinishedBarCode";
|
|
|
- this.FinishedBarCode.HeaderText = "包装条码";
|
|
|
- this.FinishedBarCode.Name = "FinishedBarCode";
|
|
|
- this.FinishedBarCode.ReadOnly = true;
|
|
|
- //
|
|
|
- // GoodsCode
|
|
|
- //
|
|
|
- this.GoodsCode.DataPropertyName = "GoodsCode";
|
|
|
- this.GoodsCode.HeaderText = "产品编码";
|
|
|
- this.GoodsCode.Name = "GoodsCode";
|
|
|
- this.GoodsCode.ReadOnly = true;
|
|
|
- //
|
|
|
- // LogoName
|
|
|
- //
|
|
|
- this.LogoName.DataPropertyName = "LogoName";
|
|
|
- this.LogoName.HeaderText = "产品商标";
|
|
|
- this.LogoName.Name = "LogoName";
|
|
|
- this.LogoName.ReadOnly = true;
|
|
|
- //
|
|
|
- // GroutingUserCode
|
|
|
- //
|
|
|
- this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
|
|
|
- this.GroutingUserCode.HeaderText = "成型工号";
|
|
|
- this.GroutingUserCode.Name = "GroutingUserCode";
|
|
|
- this.GroutingUserCode.ReadOnly = true;
|
|
|
- //
|
|
|
- // GroutingMouldCode
|
|
|
- //
|
|
|
- this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
|
|
|
- this.GroutingMouldCode.HeaderText = "模具编号";
|
|
|
- this.GroutingMouldCode.Name = "GroutingMouldCode";
|
|
|
- this.GroutingMouldCode.ReadOnly = true;
|
|
|
- //
|
|
|
- // GroutingDate
|
|
|
- //
|
|
|
- this.GroutingDate.DataPropertyName = "GroutingDate";
|
|
|
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle4.Format = "yyyy-MM-dd";
|
|
|
- this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
- this.GroutingDate.HeaderText = "注浆日期";
|
|
|
- this.GroutingDate.Name = "GroutingDate";
|
|
|
- this.GroutingDate.ReadOnly = true;
|
|
|
- //
|
|
|
- // DeliverTime
|
|
|
- //
|
|
|
- this.DeliverTime.DataPropertyName = "DeliverTime";
|
|
|
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
|
|
|
- this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
- this.DeliverTime.HeaderText = "交坯日期";
|
|
|
- this.DeliverTime.Name = "DeliverTime";
|
|
|
- this.DeliverTime.ReadOnly = true;
|
|
|
- //
|
|
|
// imglstNavigation
|
|
|
//
|
|
|
this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
|
|
|
@@ -312,6 +226,7 @@
|
|
|
this.txtOrderNo.Name = "txtOrderNo";
|
|
|
this.txtOrderNo.Size = new System.Drawing.Size(144, 21);
|
|
|
this.txtOrderNo.TabIndex = 1;
|
|
|
+ this.txtOrderNo.Visible = false;
|
|
|
//
|
|
|
// dkLogoSearchBox1
|
|
|
//
|
|
|
@@ -341,7 +256,7 @@
|
|
|
this.chkDateTime.Checked = true;
|
|
|
this.chkDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.chkDateTime.Location = new System.Drawing.Point(438, 16);
|
|
|
+ this.chkDateTime.Location = new System.Drawing.Point(225, 14);
|
|
|
this.chkDateTime.Name = "chkDateTime";
|
|
|
this.chkDateTime.Size = new System.Drawing.Size(72, 16);
|
|
|
this.chkDateTime.TabIndex = 4;
|
|
|
@@ -354,7 +269,7 @@
|
|
|
this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblAccountDateEnd.Location = new System.Drawing.Point(646, 15);
|
|
|
+ this.lblAccountDateEnd.Location = new System.Drawing.Point(443, 12);
|
|
|
this.lblAccountDateEnd.Name = "lblAccountDateEnd";
|
|
|
this.lblAccountDateEnd.Size = new System.Drawing.Size(35, 16);
|
|
|
this.lblAccountDateEnd.TabIndex = 6;
|
|
|
@@ -364,7 +279,7 @@
|
|
|
//
|
|
|
this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm";
|
|
|
this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpEndTime.Location = new System.Drawing.Point(687, 12);
|
|
|
+ this.dtpEndTime.Location = new System.Drawing.Point(484, 9);
|
|
|
this.dtpEndTime.Name = "dtpEndTime";
|
|
|
this.dtpEndTime.Size = new System.Drawing.Size(134, 21);
|
|
|
this.dtpEndTime.TabIndex = 7;
|
|
|
@@ -374,7 +289,7 @@
|
|
|
//
|
|
|
this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
|
|
|
this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpStartTime.Location = new System.Drawing.Point(511, 12);
|
|
|
+ this.dtpStartTime.Location = new System.Drawing.Point(303, 10);
|
|
|
this.dtpStartTime.Name = "dtpStartTime";
|
|
|
this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
|
|
|
this.dtpStartTime.TabIndex = 5;
|
|
|
@@ -418,7 +333,7 @@
|
|
|
this.txtFHUserCode.ErrorMessage = "";
|
|
|
this.txtFHUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.txtFHUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
- this.txtFHUserCode.Location = new System.Drawing.Point(281, 14);
|
|
|
+ this.txtFHUserCode.Location = new System.Drawing.Point(64, 13);
|
|
|
this.txtFHUserCode.MaxLength = 21;
|
|
|
this.txtFHUserCode.Name = "txtFHUserCode";
|
|
|
this.txtFHUserCode.Size = new System.Drawing.Size(145, 21);
|
|
|
@@ -446,7 +361,7 @@
|
|
|
this.lblFHUserCode.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblFHUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblFHUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblFHUserCode.Location = new System.Drawing.Point(223, 18);
|
|
|
+ this.lblFHUserCode.Location = new System.Drawing.Point(6, 18);
|
|
|
this.lblFHUserCode.Name = "lblFHUserCode";
|
|
|
this.lblFHUserCode.Size = new System.Drawing.Size(53, 12);
|
|
|
this.lblFHUserCode.TabIndex = 2;
|
|
|
@@ -475,6 +390,7 @@
|
|
|
this.lblOrderNo.Size = new System.Drawing.Size(53, 12);
|
|
|
this.lblOrderNo.TabIndex = 0;
|
|
|
this.lblOrderNo.Text = "生产订单";
|
|
|
+ this.lblOrderNo.Visible = false;
|
|
|
//
|
|
|
// tsrOperate
|
|
|
//
|
|
|
@@ -529,6 +445,7 @@
|
|
|
this.tsbtnTradeMark.Name = "tsbtnTradeMark";
|
|
|
this.tsbtnTradeMark.Size = new System.Drawing.Size(60, 25);
|
|
|
this.tsbtnTradeMark.Text = "商标";
|
|
|
+ this.tsbtnTradeMark.Visible = false;
|
|
|
this.tsbtnTradeMark.Click += new System.EventHandler(this.tsbtnTradeMark_Click);
|
|
|
//
|
|
|
// tsbtnChangeOrderNo
|
|
|
@@ -539,6 +456,7 @@
|
|
|
this.tsbtnChangeOrderNo.Name = "tsbtnChangeOrderNo";
|
|
|
this.tsbtnChangeOrderNo.Size = new System.Drawing.Size(80, 25);
|
|
|
this.tsbtnChangeOrderNo.Text = "变更单号";
|
|
|
+ this.tsbtnChangeOrderNo.Visible = false;
|
|
|
this.tsbtnChangeOrderNo.Click += new System.EventHandler(this.tsbtnValueFlag_Click);
|
|
|
//
|
|
|
// tsbtnChangeOrderNoForPlate
|
|
|
@@ -549,6 +467,7 @@
|
|
|
this.tsbtnChangeOrderNoForPlate.Name = "tsbtnChangeOrderNoForPlate";
|
|
|
this.tsbtnChangeOrderNoForPlate.Size = new System.Drawing.Size(100, 25);
|
|
|
this.tsbtnChangeOrderNoForPlate.Text = "变更单号整板";
|
|
|
+ this.tsbtnChangeOrderNoForPlate.Visible = false;
|
|
|
this.tsbtnChangeOrderNoForPlate.Click += new System.EventHandler(this.tsbtnChangeOrderNoForPlate_Click);
|
|
|
//
|
|
|
// toolStripSeparator1
|
|
|
@@ -579,6 +498,93 @@
|
|
|
this.tsbtnClose.Text = "关闭(&X)";
|
|
|
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
//
|
|
|
+ // OrderNo
|
|
|
+ //
|
|
|
+ this.OrderNo.DataPropertyName = "OrderNo";
|
|
|
+ this.OrderNo.HeaderText = "生产订单";
|
|
|
+ this.OrderNo.Name = "OrderNo";
|
|
|
+ this.OrderNo.ReadOnly = true;
|
|
|
+ this.OrderNo.Visible = false;
|
|
|
+ //
|
|
|
+ // FHTime
|
|
|
+ //
|
|
|
+ this.FHTime.DataPropertyName = "FHTime";
|
|
|
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
|
|
|
+ this.FHTime.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
+ this.FHTime.HeaderText = "交接时间";
|
|
|
+ this.FHTime.Name = "FHTime";
|
|
|
+ this.FHTime.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // FHUserCode
|
|
|
+ //
|
|
|
+ this.FHUserCode.DataPropertyName = "FHUserCode";
|
|
|
+ this.FHUserCode.HeaderText = "交接工号";
|
|
|
+ this.FHUserCode.Name = "FHUserCode";
|
|
|
+ this.FHUserCode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // barcode
|
|
|
+ //
|
|
|
+ this.barcode.DataPropertyName = "barcode";
|
|
|
+ this.barcode.HeaderText = "产品条码";
|
|
|
+ this.barcode.Name = "barcode";
|
|
|
+ this.barcode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // FinishedBarCode
|
|
|
+ //
|
|
|
+ this.FinishedBarCode.DataPropertyName = "FinishedBarCode";
|
|
|
+ this.FinishedBarCode.HeaderText = "包装条码";
|
|
|
+ this.FinishedBarCode.Name = "FinishedBarCode";
|
|
|
+ this.FinishedBarCode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // GoodsCode
|
|
|
+ //
|
|
|
+ this.GoodsCode.DataPropertyName = "GoodsCode";
|
|
|
+ this.GoodsCode.HeaderText = "产品编码";
|
|
|
+ this.GoodsCode.Name = "GoodsCode";
|
|
|
+ this.GoodsCode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // LogoName
|
|
|
+ //
|
|
|
+ this.LogoName.DataPropertyName = "LogoName";
|
|
|
+ this.LogoName.HeaderText = "产品商标";
|
|
|
+ this.LogoName.Name = "LogoName";
|
|
|
+ this.LogoName.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // GroutingUserCode
|
|
|
+ //
|
|
|
+ this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
|
|
|
+ this.GroutingUserCode.HeaderText = "成型工号";
|
|
|
+ this.GroutingUserCode.Name = "GroutingUserCode";
|
|
|
+ this.GroutingUserCode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // GroutingMouldCode
|
|
|
+ //
|
|
|
+ this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
|
|
|
+ this.GroutingMouldCode.HeaderText = "模具编号";
|
|
|
+ this.GroutingMouldCode.Name = "GroutingMouldCode";
|
|
|
+ this.GroutingMouldCode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // GroutingDate
|
|
|
+ //
|
|
|
+ this.GroutingDate.DataPropertyName = "GroutingDate";
|
|
|
+ dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle4.Format = "yyyy-MM-dd";
|
|
|
+ this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ this.GroutingDate.HeaderText = "注浆日期";
|
|
|
+ this.GroutingDate.Name = "GroutingDate";
|
|
|
+ this.GroutingDate.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // DeliverTime
|
|
|
+ //
|
|
|
+ this.DeliverTime.DataPropertyName = "DeliverTime";
|
|
|
+ dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
|
|
|
+ this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
+ this.DeliverTime.HeaderText = "交坯日期";
|
|
|
+ this.DeliverTime.Name = "DeliverTime";
|
|
|
+ this.DeliverTime.ReadOnly = true;
|
|
|
+ //
|
|
|
// F_PM_2401
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -632,6 +638,10 @@
|
|
|
private Basics.BaseControls.C_Label lblFHUserCode;
|
|
|
private Controls.SearchTextBox.dkLogoSearchBox dkLogoSearchBox1;
|
|
|
private Basics.BaseControls.C_TextBox txtOrderNo;
|
|
|
+ private Basics.BaseControls.C_Label lblGoodsType;
|
|
|
+ private Controls.SearchBox.ScbGoodsType scbGoodsType;
|
|
|
+ private System.Windows.Forms.ToolStripButton tsbtnChangeOrderNoForPlate;
|
|
|
+ private System.Windows.Forms.ToolStripButton tsbtnTradeMark;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn OrderNo;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn FHTime;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn FHUserCode;
|
|
|
@@ -643,9 +653,5 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime;
|
|
|
- private Basics.BaseControls.C_Label lblGoodsType;
|
|
|
- private Controls.SearchBox.ScbGoodsType scbGoodsType;
|
|
|
- private System.Windows.Forms.ToolStripButton tsbtnChangeOrderNoForPlate;
|
|
|
- private System.Windows.Forms.ToolStripButton tsbtnTradeMark;
|
|
|
- }
|
|
|
+ }
|
|
|
}
|