|
|
@@ -31,18 +31,18 @@
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010105));
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
|
|
|
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.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
|
|
|
this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
|
|
|
this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
|
|
|
@@ -64,17 +64,18 @@
|
|
|
this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.groutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.gmouldstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.beginuseddate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ENDUSEDDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.groutingdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.standardgroutingcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mingroutingcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.mingresidue = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.sumgroutingcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.maxGroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.groutingcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
|
|
|
+ this.leftcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.financecount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
|
|
|
@@ -149,6 +150,27 @@
|
|
|
this.gbxCondition.TabStop = false;
|
|
|
this.gbxCondition.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(394, 51);
|
|
|
+ this.lblGoodsType.Name = "lblGoodsType";
|
|
|
+ this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblGoodsType.TabIndex = 23;
|
|
|
+ this.lblGoodsType.Text = "产品类别";
|
|
|
+ //
|
|
|
+ // scbGoodsType
|
|
|
+ //
|
|
|
+ this.scbGoodsType.CheckedData = null;
|
|
|
+ this.scbGoodsType.IsOnlyDisplayEnd = false;
|
|
|
+ this.scbGoodsType.Location = new System.Drawing.Point(453, 48);
|
|
|
+ this.scbGoodsType.Name = "scbGoodsType";
|
|
|
+ this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.scbGoodsType.TabIndex = 22;
|
|
|
+ //
|
|
|
// txtGroutingUserCode
|
|
|
//
|
|
|
this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
|
|
|
@@ -338,15 +360,18 @@
|
|
|
this.goodscode,
|
|
|
this.GOODSSPECIFICATION,
|
|
|
this.goodstypename,
|
|
|
- this.MouldQuantity,
|
|
|
this.groutingmouldcode,
|
|
|
this.gmouldstatusname,
|
|
|
this.beginuseddate,
|
|
|
+ this.ENDUSEDDATE,
|
|
|
this.groutingdate,
|
|
|
+ this.standardgroutingcount,
|
|
|
this.mingroutingcount,
|
|
|
+ this.mingresidue,
|
|
|
this.sumgroutingcount,
|
|
|
this.maxGroutingCount,
|
|
|
- this.groutingcount});
|
|
|
+ this.leftcount,
|
|
|
+ this.financecount});
|
|
|
this.dgvRptProcedure.ColumnTreeView = new System.Windows.Forms.TreeView[0];
|
|
|
this.dgvRptProcedure.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
|
|
|
this.dgvRptProcedure.DynamicColumnName = "";
|
|
|
@@ -372,8 +397,8 @@
|
|
|
this.dgvRptProcedure.RefreshAtHscroll = false;
|
|
|
this.dgvRptProcedure.RowHeadersWidth = 50;
|
|
|
this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
- this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle10;
|
|
|
+ dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle8;
|
|
|
this.dgvRptProcedure.RowTemplate.Height = 21;
|
|
|
this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.dgvRptProcedure.Size = new System.Drawing.Size(1031, 368);
|
|
|
@@ -439,15 +464,6 @@
|
|
|
this.goodstypename.Name = "goodstypename";
|
|
|
this.goodstypename.ReadOnly = true;
|
|
|
//
|
|
|
- // MouldQuantity
|
|
|
- //
|
|
|
- this.MouldQuantity.DataPropertyName = "MouldQuantity";
|
|
|
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- this.MouldQuantity.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
- this.MouldQuantity.HeaderText = "模具数";
|
|
|
- this.MouldQuantity.Name = "MouldQuantity";
|
|
|
- this.MouldQuantity.ReadOnly = true;
|
|
|
- //
|
|
|
// groutingmouldcode
|
|
|
//
|
|
|
this.groutingmouldcode.DataPropertyName = "groutingmouldcode";
|
|
|
@@ -465,37 +481,58 @@
|
|
|
// beginuseddate
|
|
|
//
|
|
|
this.beginuseddate.DataPropertyName = "beginuseddate";
|
|
|
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle4.Format = "yyyy-MM-dd";
|
|
|
- this.beginuseddate.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle3.Format = "yyyy-MM-dd";
|
|
|
+ this.beginuseddate.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.beginuseddate.HeaderText = "上模日期";
|
|
|
this.beginuseddate.Name = "beginuseddate";
|
|
|
this.beginuseddate.ReadOnly = true;
|
|
|
//
|
|
|
+ // ENDUSEDDATE
|
|
|
+ //
|
|
|
+ this.ENDUSEDDATE.DataPropertyName = "ENDUSEDDATE";
|
|
|
+ this.ENDUSEDDATE.HeaderText = "下线日期";
|
|
|
+ this.ENDUSEDDATE.Name = "ENDUSEDDATE";
|
|
|
+ this.ENDUSEDDATE.ReadOnly = true;
|
|
|
+ //
|
|
|
// groutingdate
|
|
|
//
|
|
|
this.groutingdate.DataPropertyName = "groutingdate";
|
|
|
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle5.Format = "yyyy-MM-dd";
|
|
|
- this.groutingdate.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
+ 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;
|
|
|
//
|
|
|
+ // standardgroutingcount
|
|
|
+ //
|
|
|
+ this.standardgroutingcount.DataPropertyName = "standardgroutingcount";
|
|
|
+ this.standardgroutingcount.HeaderText = "标准注浆次数";
|
|
|
+ this.standardgroutingcount.Name = "standardgroutingcount";
|
|
|
+ this.standardgroutingcount.ReadOnly = true;
|
|
|
+ //
|
|
|
// mingroutingcount
|
|
|
//
|
|
|
this.mingroutingcount.DataPropertyName = "mingroutingcount";
|
|
|
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- this.mingroutingcount.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
+ dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ this.mingroutingcount.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.mingroutingcount.HeaderText = "期初注浆次数";
|
|
|
this.mingroutingcount.Name = "mingroutingcount";
|
|
|
this.mingroutingcount.ReadOnly = true;
|
|
|
//
|
|
|
+ // mingresidue
|
|
|
+ //
|
|
|
+ this.mingresidue.DataPropertyName = "mingresidue";
|
|
|
+ this.mingresidue.HeaderText = "期初剩余注浆次数";
|
|
|
+ this.mingresidue.Name = "mingresidue";
|
|
|
+ this.mingresidue.ReadOnly = true;
|
|
|
+ //
|
|
|
// sumgroutingcount
|
|
|
//
|
|
|
this.sumgroutingcount.DataPropertyName = "sumgroutingcount";
|
|
|
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- this.sumgroutingcount.DefaultCellStyle = dataGridViewCellStyle7;
|
|
|
+ dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ this.sumgroutingcount.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
this.sumgroutingcount.HeaderText = "本期注浆次数";
|
|
|
this.sumgroutingcount.Name = "sumgroutingcount";
|
|
|
this.sumgroutingcount.ReadOnly = true;
|
|
|
@@ -503,42 +540,27 @@
|
|
|
// maxGroutingCount
|
|
|
//
|
|
|
this.maxGroutingCount.DataPropertyName = "maxGroutingCount";
|
|
|
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- this.maxGroutingCount.DefaultCellStyle = dataGridViewCellStyle8;
|
|
|
+ dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ this.maxGroutingCount.DefaultCellStyle = dataGridViewCellStyle7;
|
|
|
this.maxGroutingCount.HeaderText = "期末注浆次数";
|
|
|
this.maxGroutingCount.Name = "maxGroutingCount";
|
|
|
this.maxGroutingCount.ReadOnly = true;
|
|
|
//
|
|
|
- // groutingcount
|
|
|
+ // leftcount
|
|
|
//
|
|
|
- this.groutingcount.DataPropertyName = "groutingcount";
|
|
|
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- this.groutingcount.DefaultCellStyle = dataGridViewCellStyle9;
|
|
|
- this.groutingcount.HeaderText = "当前注浆次数";
|
|
|
- this.groutingcount.Name = "groutingcount";
|
|
|
- this.groutingcount.ReadOnly = true;
|
|
|
+ this.leftcount.DataPropertyName = "leftcount";
|
|
|
+ this.leftcount.HeaderText = "模具剩余注浆次数";
|
|
|
+ this.leftcount.Name = "leftcount";
|
|
|
+ this.leftcount.ReadOnly = true;
|
|
|
+ this.leftcount.Width = 120;
|
|
|
//
|
|
|
- // lblGoodsType
|
|
|
+ // financecount
|
|
|
//
|
|
|
- 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(394, 51);
|
|
|
- this.lblGoodsType.Name = "lblGoodsType";
|
|
|
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lblGoodsType.TabIndex = 23;
|
|
|
- this.lblGoodsType.Text = "产品类别";
|
|
|
- //
|
|
|
- // scbGoodsType
|
|
|
- //
|
|
|
- this.scbGoodsType.CheckedData = null;
|
|
|
- this.scbGoodsType.IsOnlyDisplayEnd = false;
|
|
|
- this.scbGoodsType.Location = new System.Drawing.Point(453, 48);
|
|
|
- this.scbGoodsType.MultiSelect = false;
|
|
|
- this.scbGoodsType.Name = "scbGoodsType";
|
|
|
- this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
|
|
|
- this.scbGoodsType.TabIndex = 22;
|
|
|
+ this.financecount.DataPropertyName = "financecount";
|
|
|
+ this.financecount.HeaderText = "财务分摊模型使用次数";
|
|
|
+ this.financecount.Name = "financecount";
|
|
|
+ this.financecount.ReadOnly = true;
|
|
|
+ this.financecount.Width = 130;
|
|
|
//
|
|
|
// F_RPT_010105
|
|
|
//
|
|
|
@@ -572,32 +594,35 @@
|
|
|
private Basics.BaseControls.C_DateTimePicker dtpGDateStart;
|
|
|
private Basics.BaseControls.C_TXT_Code txtGoodCode;
|
|
|
private Basics.BaseControls.C_Label c_Label4;
|
|
|
- private Basics.BaseControls.C_DataGridView dgvRptProcedure;
|
|
|
private Basics.BaseControls.C_TXT_Code txtGroutingLineCode;
|
|
|
private Basics.BaseControls.C_Label c_Label2;
|
|
|
private Basics.BaseControls.C_TXT_Code txtGroutingUserCode;
|
|
|
private Basics.BaseControls.C_Label c_Label3;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn groutinglinecode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn usercode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn groutingmouldcode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn gmouldstatusname;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn beginuseddate;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn groutingdate;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn mingroutingcount;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn sumgroutingcount;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn maxGroutingCount;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn groutingcount;
|
|
|
private Basics.BaseControls.C_Label c_Label5;
|
|
|
private Basics.BaseControls.C_DateTimePicker dtpGDateEnd;
|
|
|
private Basics.BaseControls.C_Label c_Label1;
|
|
|
private Basics.BaseControls.C_Label lblGoodsType;
|
|
|
private Controls.SearchBox.ScbGoodsType scbGoodsType;
|
|
|
+ private Basics.BaseControls.C_DataGridView dgvRptProcedure;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn groutinglinecode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn usercode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn groutingmouldcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn gmouldstatusname;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn beginuseddate;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ENDUSEDDATE;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn groutingdate;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn standardgroutingcount;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn mingroutingcount;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn mingresidue;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn sumgroutingcount;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn maxGroutingCount;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn leftcount;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn financecount;
|
|
|
}
|
|
|
}
|