|
|
@@ -51,6 +51,7 @@
|
|
|
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.ckflag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
|
|
|
this.FHCheckBox = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
|
|
|
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.FHTimeEnd = new System.Windows.Forms.DateTimePicker();
|
|
|
@@ -86,12 +87,12 @@
|
|
|
this.GoodsCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.tblUndo = new System.Windows.Forms.TabControl();
|
|
|
this.tapLCUndoTotal = new System.Windows.Forms.TabPage();
|
|
|
- this.tapLCUndoDetail = new System.Windows.Forms.TabPage();
|
|
|
this.dgvlc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
- this.dgvlcDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
this.LCCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsCodeLC = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.lcCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.tapLCUndoDetail = new System.Windows.Forms.TabPage();
|
|
|
+ this.dgvlcDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
this.lcFHTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.lcfhUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.lcBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -105,6 +106,7 @@
|
|
|
this.DeliverDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.lcfhUndoTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.lcFhUndoUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
this.tapUndoDetail.SuspendLayout();
|
|
|
@@ -113,8 +115,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvUndoTotal)).BeginInit();
|
|
|
this.tblUndo.SuspendLayout();
|
|
|
this.tapLCUndoTotal.SuspendLayout();
|
|
|
- this.tapLCUndoDetail.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvlc)).BeginInit();
|
|
|
+ this.tapLCUndoDetail.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvlcDetail)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -162,6 +164,8 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
|
|
|
+ this.gbxCondition.Controls.Add(this.c_Label2);
|
|
|
+ this.gbxCondition.Controls.Add(this.ckflag);
|
|
|
this.gbxCondition.Controls.Add(this.FHCheckBox);
|
|
|
this.gbxCondition.Controls.Add(this.c_Label1);
|
|
|
this.gbxCondition.Controls.Add(this.FHTimeEnd);
|
|
|
@@ -180,11 +184,22 @@
|
|
|
this.gbxCondition.Location = new System.Drawing.Point(4, 38);
|
|
|
this.gbxCondition.Name = "gbxCondition";
|
|
|
this.gbxCondition.OriginalHeight = -1;
|
|
|
- this.gbxCondition.Size = new System.Drawing.Size(920, 74);
|
|
|
+ this.gbxCondition.Size = new System.Drawing.Size(920, 84);
|
|
|
this.gbxCondition.TabIndex = 1;
|
|
|
this.gbxCondition.TabStop = false;
|
|
|
this.gbxCondition.Text = "查询条件 ▼";
|
|
|
//
|
|
|
+ // ckflag
|
|
|
+ //
|
|
|
+ this.ckflag.AutoSize = true;
|
|
|
+ this.ckflag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ckflag.Location = new System.Drawing.Point(601, 21);
|
|
|
+ this.ckflag.Name = "ckflag";
|
|
|
+ this.ckflag.Size = new System.Drawing.Size(156, 16);
|
|
|
+ this.ckflag.TabIndex = 18;
|
|
|
+ this.ckflag.Text = "过滤撤销时间再交接产品";
|
|
|
+ this.ckflag.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// FHCheckBox
|
|
|
//
|
|
|
this.FHCheckBox.AutoSize = true;
|
|
|
@@ -278,12 +293,12 @@
|
|
|
//
|
|
|
// btnSearch
|
|
|
//
|
|
|
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnSearch.BackColor = System.Drawing.Color.Transparent;
|
|
|
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(738, 15);
|
|
|
+ this.btnSearch.Location = new System.Drawing.Point(738, 48);
|
|
|
this.btnSearch.Name = "btnSearch";
|
|
|
this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
this.btnSearch.TabIndex = 12;
|
|
|
@@ -293,12 +308,12 @@
|
|
|
//
|
|
|
// btnClearCondition
|
|
|
//
|
|
|
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
|
|
|
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(829, 15);
|
|
|
+ this.btnClearCondition.Location = new System.Drawing.Point(829, 48);
|
|
|
this.btnClearCondition.Name = "btnClearCondition";
|
|
|
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
this.btnClearCondition.TabIndex = 13;
|
|
|
@@ -672,16 +687,6 @@
|
|
|
this.tapLCUndoTotal.Text = "裸瓷交接撤销汇总表";
|
|
|
this.tapLCUndoTotal.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // tapLCUndoDetail
|
|
|
- //
|
|
|
- this.tapLCUndoDetail.Controls.Add(this.dgvlcDetail);
|
|
|
- this.tapLCUndoDetail.Location = new System.Drawing.Point(4, 22);
|
|
|
- this.tapLCUndoDetail.Name = "tapLCUndoDetail";
|
|
|
- this.tapLCUndoDetail.Size = new System.Drawing.Size(916, 359);
|
|
|
- this.tapLCUndoDetail.TabIndex = 3;
|
|
|
- this.tapLCUndoDetail.Text = "裸瓷交接撤销明细表";
|
|
|
- this.tapLCUndoDetail.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
// dgvlc
|
|
|
//
|
|
|
this.dgvlc.AllowUserToAddRows = false;
|
|
|
@@ -745,6 +750,37 @@
|
|
|
this.dgvlc.ViewRowFilter = "";
|
|
|
this.dgvlc.VirtualNodes = false;
|
|
|
//
|
|
|
+ // LCCreateTime
|
|
|
+ //
|
|
|
+ this.LCCreateTime.DataPropertyName = "CreateTime";
|
|
|
+ this.LCCreateTime.HeaderText = "裸瓷撤销时间";
|
|
|
+ this.LCCreateTime.Name = "LCCreateTime";
|
|
|
+ this.LCCreateTime.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // GoodsCodeLC
|
|
|
+ //
|
|
|
+ this.GoodsCodeLC.DataPropertyName = "GoodsCode";
|
|
|
+ this.GoodsCodeLC.HeaderText = "产品编码";
|
|
|
+ this.GoodsCodeLC.Name = "GoodsCodeLC";
|
|
|
+ this.GoodsCodeLC.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // lcCount
|
|
|
+ //
|
|
|
+ this.lcCount.DataPropertyName = "Count";
|
|
|
+ this.lcCount.HeaderText = "数量";
|
|
|
+ this.lcCount.Name = "lcCount";
|
|
|
+ this.lcCount.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // tapLCUndoDetail
|
|
|
+ //
|
|
|
+ this.tapLCUndoDetail.Controls.Add(this.dgvlcDetail);
|
|
|
+ this.tapLCUndoDetail.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tapLCUndoDetail.Name = "tapLCUndoDetail";
|
|
|
+ this.tapLCUndoDetail.Size = new System.Drawing.Size(916, 359);
|
|
|
+ this.tapLCUndoDetail.TabIndex = 3;
|
|
|
+ this.tapLCUndoDetail.Text = "裸瓷交接撤销明细表";
|
|
|
+ this.tapLCUndoDetail.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// dgvlcDetail
|
|
|
//
|
|
|
this.dgvlcDetail.AllowUserToAddRows = false;
|
|
|
@@ -818,27 +854,6 @@
|
|
|
this.dgvlcDetail.ViewRowFilter = "";
|
|
|
this.dgvlcDetail.VirtualNodes = false;
|
|
|
//
|
|
|
- // LCCreateTime
|
|
|
- //
|
|
|
- this.LCCreateTime.DataPropertyName = "CreateTime";
|
|
|
- this.LCCreateTime.HeaderText = "裸瓷撤销时间";
|
|
|
- this.LCCreateTime.Name = "LCCreateTime";
|
|
|
- this.LCCreateTime.ReadOnly = true;
|
|
|
- //
|
|
|
- // GoodsCodeLC
|
|
|
- //
|
|
|
- this.GoodsCodeLC.DataPropertyName = "GoodsCode";
|
|
|
- this.GoodsCodeLC.HeaderText = "产品编码";
|
|
|
- this.GoodsCodeLC.Name = "GoodsCodeLC";
|
|
|
- this.GoodsCodeLC.ReadOnly = true;
|
|
|
- //
|
|
|
- // lcCount
|
|
|
- //
|
|
|
- this.lcCount.DataPropertyName = "Count";
|
|
|
- this.lcCount.HeaderText = "数量";
|
|
|
- this.lcCount.Name = "lcCount";
|
|
|
- this.lcCount.ReadOnly = true;
|
|
|
- //
|
|
|
// lcFHTime
|
|
|
//
|
|
|
this.lcFHTime.DataPropertyName = "FHTime";
|
|
|
@@ -930,6 +945,18 @@
|
|
|
this.lcFhUndoUserCode.Name = "lcFhUndoUserCode";
|
|
|
this.lcFhUndoUserCode.ReadOnly = true;
|
|
|
//
|
|
|
+ // c_Label2
|
|
|
+ //
|
|
|
+ this.c_Label2.AutoSize = true;
|
|
|
+ this.c_Label2.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.c_Label2.ForeColor = System.Drawing.Color.Red;
|
|
|
+ this.c_Label2.Location = new System.Drawing.Point(751, 22);
|
|
|
+ this.c_Label2.Name = "c_Label2";
|
|
|
+ this.c_Label2.Size = new System.Drawing.Size(137, 12);
|
|
|
+ this.c_Label2.TabIndex = 19;
|
|
|
+ this.c_Label2.Text = "(仅生效产成品交接报表)";
|
|
|
+ //
|
|
|
// F_RPT_030117
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -952,8 +979,8 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvUndoTotal)).EndInit();
|
|
|
this.tblUndo.ResumeLayout(false);
|
|
|
this.tapLCUndoTotal.ResumeLayout(false);
|
|
|
- this.tapLCUndoDetail.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvlc)).EndInit();
|
|
|
+ this.tapLCUndoDetail.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvlcDetail)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
@@ -1019,5 +1046,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DeliverDate;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn lcfhUndoTime;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn lcFhUndoUserCode;
|
|
|
+ private Basics.BaseControls.C_CheckBox ckflag;
|
|
|
+ private Basics.BaseControls.C_Label c_Label2;
|
|
|
}
|
|
|
}
|