|
|
@@ -28,308 +28,329 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- 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 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.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();
|
|
|
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.txtGoodCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
|
|
|
- this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.dtpGDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
- this.dtpGDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
- this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
- this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.groutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- 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.groutingdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.mingroutingcount = 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.tsrOperate.SuspendLayout();
|
|
|
- this.gbxCondition.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
|
|
|
- this.SuspendLayout();
|
|
|
- //
|
|
|
- // tsrOperate
|
|
|
- //
|
|
|
- this.tsrOperate.AutoSize = false;
|
|
|
- this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ 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 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();
|
|
|
+ this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.txtGoodCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
|
|
|
+ this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.dtpGDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
+ this.dtpGDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
|
|
|
+ this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
+ this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
+ this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
+ this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.groutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ 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.groutingdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.mingroutingcount = 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.tsrOperate.SuspendLayout();
|
|
|
+ this.gbxCondition.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // tsrOperate
|
|
|
+ //
|
|
|
+ this.tsrOperate.AutoSize = false;
|
|
|
+ this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.tsbtnAdaptive,
|
|
|
this.tsbtnClose});
|
|
|
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.tsrOperate.Name = "tsrOperate";
|
|
|
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
- this.tsrOperate.ShowItemToolTips = false;
|
|
|
- this.tsrOperate.Size = new System.Drawing.Size(1043, 35);
|
|
|
- this.tsrOperate.TabIndex = 0;
|
|
|
- this.tsrOperate.Text = "toolStrip1";
|
|
|
- //
|
|
|
- // tsbtnAdaptive
|
|
|
- //
|
|
|
- this.tsbtnAdaptive.AutoSize = false;
|
|
|
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
|
|
|
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
|
|
|
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
|
|
|
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
|
|
|
- //
|
|
|
- // tsbtnClose
|
|
|
- //
|
|
|
- this.tsbtnClose.AutoSize = false;
|
|
|
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
- this.tsbtnClose.Name = "tsbtnClose";
|
|
|
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
|
|
|
- this.tsbtnClose.Text = "关闭(&X)";
|
|
|
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
- //
|
|
|
- // gbxCondition
|
|
|
- //
|
|
|
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ this.tsrOperate.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.tsrOperate.Name = "tsrOperate";
|
|
|
+ this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
+ this.tsrOperate.ShowItemToolTips = false;
|
|
|
+ this.tsrOperate.Size = new System.Drawing.Size(1043, 35);
|
|
|
+ this.tsrOperate.TabIndex = 0;
|
|
|
+ this.tsrOperate.Text = "toolStrip1";
|
|
|
+ //
|
|
|
+ // tsbtnAdaptive
|
|
|
+ //
|
|
|
+ this.tsbtnAdaptive.AutoSize = false;
|
|
|
+ this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnAdaptive.Name = "tsbtnAdaptive";
|
|
|
+ this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
|
|
|
+ this.tsbtnAdaptive.Text = "自适应列宽(&A)";
|
|
|
+ this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
|
|
|
+ //
|
|
|
+ // tsbtnClose
|
|
|
+ //
|
|
|
+ this.tsbtnClose.AutoSize = false;
|
|
|
+ this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
|
+ this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.tsbtnClose.Name = "tsbtnClose";
|
|
|
+ this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
|
|
|
+ this.tsbtnClose.Text = "关闭(&X)";
|
|
|
+ this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
+ //
|
|
|
+ // gbxCondition
|
|
|
+ //
|
|
|
+ this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| 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.lblGoodsType);
|
|
|
- this.gbxCondition.Controls.Add(this.scbGoodsType);
|
|
|
- this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
|
|
|
- this.gbxCondition.Controls.Add(this.c_Label3);
|
|
|
- this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
|
|
|
- this.gbxCondition.Controls.Add(this.c_Label2);
|
|
|
- this.gbxCondition.Controls.Add(this.txtGoodCode);
|
|
|
- this.gbxCondition.Controls.Add(this.c_Label5);
|
|
|
- this.gbxCondition.Controls.Add(this.c_Label1);
|
|
|
- this.gbxCondition.Controls.Add(this.c_Label4);
|
|
|
- this.gbxCondition.Controls.Add(this.dtpGDateEnd);
|
|
|
- this.gbxCondition.Controls.Add(this.dtpGDateStart);
|
|
|
- this.gbxCondition.Controls.Add(this.btnClearCondition);
|
|
|
- this.gbxCondition.Controls.Add(this.btnSearch);
|
|
|
- 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, 38);
|
|
|
- this.gbxCondition.Name = "gbxCondition";
|
|
|
- this.gbxCondition.OriginalHeight = -1;
|
|
|
- this.gbxCondition.Size = new System.Drawing.Size(1031, 75);
|
|
|
- this.gbxCondition.TabIndex = 1;
|
|
|
- this.gbxCondition.TabStop = false;
|
|
|
- this.gbxCondition.Text = "查询条件 ▼";
|
|
|
- //
|
|
|
- // txtGroutingUserCode
|
|
|
- //
|
|
|
- this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
|
|
|
- this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
- this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
|
- this.txtGroutingUserCode.ErrorMessage = "";
|
|
|
- this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
- this.txtGroutingUserCode.Location = new System.Drawing.Point(71, 47);
|
|
|
- this.txtGroutingUserCode.Name = "txtGroutingUserCode";
|
|
|
- this.txtGroutingUserCode.Size = new System.Drawing.Size(120, 21);
|
|
|
- this.txtGroutingUserCode.TabIndex = 7;
|
|
|
- this.txtGroutingUserCode.TextValue = "";
|
|
|
- //
|
|
|
- // c_Label3
|
|
|
- //
|
|
|
- this.c_Label3.AutoSize = true;
|
|
|
- this.c_Label3.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.c_Label3.Location = new System.Drawing.Point(12, 51);
|
|
|
- this.c_Label3.Name = "c_Label3";
|
|
|
- this.c_Label3.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.c_Label3.TabIndex = 6;
|
|
|
- this.c_Label3.Text = "成型工号";
|
|
|
- //
|
|
|
- // txtGroutingLineCode
|
|
|
- //
|
|
|
- this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
|
|
|
- this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
- this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
|
- this.txtGroutingLineCode.ErrorMessage = "";
|
|
|
- this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
- this.txtGroutingLineCode.Location = new System.Drawing.Point(453, 20);
|
|
|
- this.txtGroutingLineCode.Name = "txtGroutingLineCode";
|
|
|
- this.txtGroutingLineCode.Size = new System.Drawing.Size(120, 21);
|
|
|
- this.txtGroutingLineCode.TabIndex = 5;
|
|
|
- this.txtGroutingLineCode.TextValue = "";
|
|
|
- //
|
|
|
- // 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.SystemColors.ControlText;
|
|
|
- this.c_Label2.Location = new System.Drawing.Point(382, 24);
|
|
|
- this.c_Label2.Name = "c_Label2";
|
|
|
- this.c_Label2.Size = new System.Drawing.Size(65, 12);
|
|
|
- this.c_Label2.TabIndex = 4;
|
|
|
- this.c_Label2.Text = "成型线编码";
|
|
|
- //
|
|
|
- // txtGoodCode
|
|
|
- //
|
|
|
- this.txtGoodCode.BackColor = System.Drawing.SystemColors.Window;
|
|
|
- this.txtGoodCode.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
- this.txtGoodCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
|
- this.txtGoodCode.ErrorMessage = "";
|
|
|
- this.txtGoodCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.txtGoodCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
- this.txtGoodCode.Location = new System.Drawing.Point(256, 47);
|
|
|
- this.txtGoodCode.Name = "txtGoodCode";
|
|
|
- this.txtGoodCode.Size = new System.Drawing.Size(120, 21);
|
|
|
- this.txtGoodCode.TabIndex = 9;
|
|
|
- this.txtGoodCode.TextValue = "";
|
|
|
- //
|
|
|
- // c_Label5
|
|
|
- //
|
|
|
- this.c_Label5.AutoSize = true;
|
|
|
- this.c_Label5.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.c_Label5.Location = new System.Drawing.Point(12, 24);
|
|
|
- this.c_Label5.Name = "c_Label5";
|
|
|
- this.c_Label5.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.c_Label5.TabIndex = 0;
|
|
|
- this.c_Label5.Text = "注浆月份";
|
|
|
- //
|
|
|
- // c_Label1
|
|
|
- //
|
|
|
- this.c_Label1.AutoSize = true;
|
|
|
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.c_Label1.Location = new System.Drawing.Point(233, 24);
|
|
|
- this.c_Label1.Name = "c_Label1";
|
|
|
- this.c_Label1.Size = new System.Drawing.Size(17, 12);
|
|
|
- this.c_Label1.TabIndex = 2;
|
|
|
- this.c_Label1.Text = "至";
|
|
|
- //
|
|
|
- // c_Label4
|
|
|
- //
|
|
|
- this.c_Label4.AutoSize = true;
|
|
|
- this.c_Label4.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.c_Label4.Location = new System.Drawing.Point(197, 51);
|
|
|
- this.c_Label4.Name = "c_Label4";
|
|
|
- this.c_Label4.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.c_Label4.TabIndex = 8;
|
|
|
- this.c_Label4.Text = "产品编码";
|
|
|
- //
|
|
|
- // dtpGDateEnd
|
|
|
- //
|
|
|
- this.dtpGDateEnd.CustomFormat = "yyyy-MM-dd";
|
|
|
- this.dtpGDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.dtpGDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpGDateEnd.Location = new System.Drawing.Point(256, 20);
|
|
|
- this.dtpGDateEnd.Name = "dtpGDateEnd";
|
|
|
- this.dtpGDateEnd.Size = new System.Drawing.Size(120, 21);
|
|
|
- this.dtpGDateEnd.TabIndex = 3;
|
|
|
- //
|
|
|
- // dtpGDateStart
|
|
|
- //
|
|
|
- this.dtpGDateStart.CustomFormat = "yyyy-MM-dd";
|
|
|
- this.dtpGDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.dtpGDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpGDateStart.Location = new System.Drawing.Point(71, 20);
|
|
|
- this.dtpGDateStart.Name = "dtpGDateStart";
|
|
|
- this.dtpGDateStart.Size = new System.Drawing.Size(120, 21);
|
|
|
- this.dtpGDateStart.TabIndex = 1;
|
|
|
- //
|
|
|
- // btnClearCondition
|
|
|
- //
|
|
|
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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(940, 38);
|
|
|
- this.btnClearCondition.Name = "btnClearCondition";
|
|
|
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
- this.btnClearCondition.TabIndex = 12;
|
|
|
- this.btnClearCondition.Text = "清空条件(&C)";
|
|
|
- this.btnClearCondition.UseVisualStyleBackColor = true;
|
|
|
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
|
|
|
- //
|
|
|
- // btnSearch
|
|
|
- //
|
|
|
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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(849, 38);
|
|
|
- this.btnSearch.Name = "btnSearch";
|
|
|
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
- this.btnSearch.TabIndex = 11;
|
|
|
- this.btnSearch.Text = "查询(&Q)";
|
|
|
- this.btnSearch.UseVisualStyleBackColor = true;
|
|
|
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
|
- //
|
|
|
- // dgvRptProcedure
|
|
|
- //
|
|
|
- this.dgvRptProcedure.AllowUserToAddRows = false;
|
|
|
- this.dgvRptProcedure.AllowUserToDeleteRows = false;
|
|
|
- this.dgvRptProcedure.AllowUserToModifyRows = true;
|
|
|
- this.dgvRptProcedure.AllowUserToOrderColumns = true;
|
|
|
- this.dgvRptProcedure.AllowUserToSortRows = false;
|
|
|
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
- this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
- this.dgvRptProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
|
|
|
+ this.gbxCondition.Controls.Add(this.lblGoodsType);
|
|
|
+ this.gbxCondition.Controls.Add(this.scbGoodsType);
|
|
|
+ this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
|
|
|
+ this.gbxCondition.Controls.Add(this.c_Label3);
|
|
|
+ this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
|
|
|
+ this.gbxCondition.Controls.Add(this.c_Label2);
|
|
|
+ this.gbxCondition.Controls.Add(this.txtGoodCode);
|
|
|
+ this.gbxCondition.Controls.Add(this.c_Label5);
|
|
|
+ this.gbxCondition.Controls.Add(this.c_Label1);
|
|
|
+ this.gbxCondition.Controls.Add(this.c_Label4);
|
|
|
+ this.gbxCondition.Controls.Add(this.dtpGDateEnd);
|
|
|
+ this.gbxCondition.Controls.Add(this.dtpGDateStart);
|
|
|
+ this.gbxCondition.Controls.Add(this.btnClearCondition);
|
|
|
+ this.gbxCondition.Controls.Add(this.btnSearch);
|
|
|
+ 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, 38);
|
|
|
+ this.gbxCondition.Name = "gbxCondition";
|
|
|
+ this.gbxCondition.OriginalHeight = -1;
|
|
|
+ this.gbxCondition.Size = new System.Drawing.Size(1031, 75);
|
|
|
+ this.gbxCondition.TabIndex = 1;
|
|
|
+ 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;
|
|
|
+ this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
|
+ this.txtGroutingUserCode.ErrorMessage = "";
|
|
|
+ this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
+ this.txtGroutingUserCode.Location = new System.Drawing.Point(71, 47);
|
|
|
+ this.txtGroutingUserCode.Name = "txtGroutingUserCode";
|
|
|
+ this.txtGroutingUserCode.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.txtGroutingUserCode.TabIndex = 7;
|
|
|
+ this.txtGroutingUserCode.TextValue = "";
|
|
|
+ //
|
|
|
+ // c_Label3
|
|
|
+ //
|
|
|
+ this.c_Label3.AutoSize = true;
|
|
|
+ this.c_Label3.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.c_Label3.Location = new System.Drawing.Point(12, 51);
|
|
|
+ this.c_Label3.Name = "c_Label3";
|
|
|
+ this.c_Label3.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.c_Label3.TabIndex = 6;
|
|
|
+ this.c_Label3.Text = "成型工号";
|
|
|
+ //
|
|
|
+ // txtGroutingLineCode
|
|
|
+ //
|
|
|
+ this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
|
+ this.txtGroutingLineCode.ErrorMessage = "";
|
|
|
+ this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
+ this.txtGroutingLineCode.Location = new System.Drawing.Point(453, 20);
|
|
|
+ this.txtGroutingLineCode.Name = "txtGroutingLineCode";
|
|
|
+ this.txtGroutingLineCode.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.txtGroutingLineCode.TabIndex = 5;
|
|
|
+ this.txtGroutingLineCode.TextValue = "";
|
|
|
+ //
|
|
|
+ // 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.SystemColors.ControlText;
|
|
|
+ this.c_Label2.Location = new System.Drawing.Point(382, 24);
|
|
|
+ this.c_Label2.Name = "c_Label2";
|
|
|
+ this.c_Label2.Size = new System.Drawing.Size(65, 12);
|
|
|
+ this.c_Label2.TabIndex = 4;
|
|
|
+ this.c_Label2.Text = "成型线编码";
|
|
|
+ //
|
|
|
+ // txtGoodCode
|
|
|
+ //
|
|
|
+ this.txtGoodCode.BackColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtGoodCode.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.txtGoodCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
|
+ this.txtGoodCode.ErrorMessage = "";
|
|
|
+ this.txtGoodCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtGoodCode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
+ this.txtGoodCode.Location = new System.Drawing.Point(256, 47);
|
|
|
+ this.txtGoodCode.Name = "txtGoodCode";
|
|
|
+ this.txtGoodCode.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.txtGoodCode.TabIndex = 9;
|
|
|
+ this.txtGoodCode.TextValue = "";
|
|
|
+ //
|
|
|
+ // c_Label5
|
|
|
+ //
|
|
|
+ this.c_Label5.AutoSize = true;
|
|
|
+ this.c_Label5.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.c_Label5.Location = new System.Drawing.Point(12, 24);
|
|
|
+ this.c_Label5.Name = "c_Label5";
|
|
|
+ this.c_Label5.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.c_Label5.TabIndex = 0;
|
|
|
+ this.c_Label5.Text = "注浆日期";
|
|
|
+ //
|
|
|
+ // c_Label1
|
|
|
+ //
|
|
|
+ this.c_Label1.AutoSize = true;
|
|
|
+ this.c_Label1.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.c_Label1.Location = new System.Drawing.Point(233, 24);
|
|
|
+ this.c_Label1.Name = "c_Label1";
|
|
|
+ this.c_Label1.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.c_Label1.TabIndex = 2;
|
|
|
+ this.c_Label1.Text = "至";
|
|
|
+ //
|
|
|
+ // c_Label4
|
|
|
+ //
|
|
|
+ this.c_Label4.AutoSize = true;
|
|
|
+ this.c_Label4.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
+ this.c_Label4.Location = new System.Drawing.Point(197, 51);
|
|
|
+ this.c_Label4.Name = "c_Label4";
|
|
|
+ this.c_Label4.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.c_Label4.TabIndex = 8;
|
|
|
+ this.c_Label4.Text = "产品编码";
|
|
|
+ //
|
|
|
+ // dtpGDateEnd
|
|
|
+ //
|
|
|
+ this.dtpGDateEnd.CustomFormat = "yyyy-MM-dd";
|
|
|
+ this.dtpGDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dtpGDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
+ this.dtpGDateEnd.Location = new System.Drawing.Point(256, 20);
|
|
|
+ this.dtpGDateEnd.Name = "dtpGDateEnd";
|
|
|
+ this.dtpGDateEnd.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.dtpGDateEnd.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // dtpGDateStart
|
|
|
+ //
|
|
|
+ this.dtpGDateStart.CustomFormat = "yyyy-MM-dd";
|
|
|
+ this.dtpGDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dtpGDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
+ this.dtpGDateStart.Location = new System.Drawing.Point(71, 20);
|
|
|
+ this.dtpGDateStart.Name = "dtpGDateStart";
|
|
|
+ this.dtpGDateStart.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.dtpGDateStart.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // btnClearCondition
|
|
|
+ //
|
|
|
+ this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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(940, 38);
|
|
|
+ this.btnClearCondition.Name = "btnClearCondition";
|
|
|
+ this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
+ this.btnClearCondition.TabIndex = 12;
|
|
|
+ this.btnClearCondition.Text = "清空条件(&C)";
|
|
|
+ this.btnClearCondition.UseVisualStyleBackColor = true;
|
|
|
+ this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
|
|
|
+ //
|
|
|
+ // btnSearch
|
|
|
+ //
|
|
|
+ this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | 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(849, 38);
|
|
|
+ this.btnSearch.Name = "btnSearch";
|
|
|
+ this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
+ this.btnSearch.TabIndex = 11;
|
|
|
+ this.btnSearch.Text = "查询(&Q)";
|
|
|
+ this.btnSearch.UseVisualStyleBackColor = true;
|
|
|
+ this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
|
+ //
|
|
|
+ // dgvRptProcedure
|
|
|
+ //
|
|
|
+ this.dgvRptProcedure.AllowUserToAddRows = false;
|
|
|
+ this.dgvRptProcedure.AllowUserToDeleteRows = false;
|
|
|
+ this.dgvRptProcedure.AllowUserToModifyRows = true;
|
|
|
+ this.dgvRptProcedure.AllowUserToOrderColumns = true;
|
|
|
+ this.dgvRptProcedure.AllowUserToSortRows = false;
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
+ this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ this.dgvRptProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
- this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
- this.dgvRptProcedure.CellHeight = 23;
|
|
|
- this.dgvRptProcedure.ChildNodeColumnName = null;
|
|
|
- this.dgvRptProcedure.ChildNodeColumnText = null;
|
|
|
- this.dgvRptProcedure.ColumnDeep = 1;
|
|
|
- this.dgvRptProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
|
|
|
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
|
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
- this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
- this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
+ this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
+ this.dgvRptProcedure.CellHeight = 23;
|
|
|
+ this.dgvRptProcedure.ChildNodeColumnName = null;
|
|
|
+ this.dgvRptProcedure.ChildNodeColumnText = null;
|
|
|
+ this.dgvRptProcedure.ColumnDeep = 1;
|
|
|
+ this.dgvRptProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
|
|
|
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
+ this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.BuildingNo,
|
|
|
this.FloorNo,
|
|
|
this.GroutingLineNo,
|
|
|
@@ -347,217 +368,195 @@
|
|
|
this.sumgroutingcount,
|
|
|
this.maxGroutingCount,
|
|
|
this.groutingcount});
|
|
|
- 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 = "";
|
|
|
- this.dgvRptProcedure.EnableHeadersVisualStyles = false;
|
|
|
- this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.dgvRptProcedure.FormatQuantityColumns = null;
|
|
|
- this.dgvRptProcedure.HorizontalMergeColumn = null;
|
|
|
- this.dgvRptProcedure.IsAutoCountSum = true;
|
|
|
- this.dgvRptProcedure.IsAutoResizeColumns = false;
|
|
|
- this.dgvRptProcedure.IsClickF12 = false;
|
|
|
- this.dgvRptProcedure.IsOpenMergeCellFlag = false;
|
|
|
- this.dgvRptProcedure.IsSubTotalFlag = false;
|
|
|
- this.dgvRptProcedure.IsTopDeep = false;
|
|
|
- this.dgvRptProcedure.Location = new System.Drawing.Point(0, 116);
|
|
|
- this.dgvRptProcedure.Margin = new System.Windows.Forms.Padding(0);
|
|
|
- this.dgvRptProcedure.MergeColumnNames = null;
|
|
|
- this.dgvRptProcedure.MergeDetailColumnNames = null;
|
|
|
- this.dgvRptProcedure.MergeDetailOnlyColumn = null;
|
|
|
- this.dgvRptProcedure.MergeOnlyColumn = null;
|
|
|
- this.dgvRptProcedure.MultiSelect = false;
|
|
|
- this.dgvRptProcedure.Name = "dgvRptProcedure";
|
|
|
- this.dgvRptProcedure.ReadOnly = true;
|
|
|
- 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;
|
|
|
- this.dgvRptProcedure.RowTemplate.Height = 21;
|
|
|
- this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.dgvRptProcedure.Size = new System.Drawing.Size(1031, 368);
|
|
|
- this.dgvRptProcedure.SortOrderColumnName = null;
|
|
|
- this.dgvRptProcedure.TabIndex = 2;
|
|
|
- this.dgvRptProcedure.Tag = true;
|
|
|
- this.dgvRptProcedure.TotalSumColumns = null;
|
|
|
- this.dgvRptProcedure.ViewRowFilter = "";
|
|
|
- //
|
|
|
- // BuildingNo
|
|
|
- //
|
|
|
- this.BuildingNo.DataPropertyName = "BuildingNo";
|
|
|
- this.BuildingNo.HeaderText = "楼号";
|
|
|
- this.BuildingNo.Name = "BuildingNo";
|
|
|
- this.BuildingNo.ReadOnly = true;
|
|
|
- //
|
|
|
- // FloorNo
|
|
|
- //
|
|
|
- this.FloorNo.DataPropertyName = "FloorNo";
|
|
|
- this.FloorNo.HeaderText = "楼层";
|
|
|
- this.FloorNo.Name = "FloorNo";
|
|
|
- this.FloorNo.ReadOnly = true;
|
|
|
- //
|
|
|
- // GroutingLineNo
|
|
|
- //
|
|
|
- this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
|
|
|
- this.GroutingLineNo.HeaderText = "线号";
|
|
|
- this.GroutingLineNo.Name = "GroutingLineNo";
|
|
|
- this.GroutingLineNo.ReadOnly = true;
|
|
|
- //
|
|
|
- // groutinglinecode
|
|
|
- //
|
|
|
- this.groutinglinecode.DataPropertyName = "groutinglinecode";
|
|
|
- this.groutinglinecode.HeaderText = "成型线编码";
|
|
|
- this.groutinglinecode.Name = "groutinglinecode";
|
|
|
- this.groutinglinecode.ReadOnly = true;
|
|
|
- //
|
|
|
- // usercode
|
|
|
- //
|
|
|
- this.usercode.DataPropertyName = "usercode";
|
|
|
- this.usercode.HeaderText = "成型工号";
|
|
|
- this.usercode.Name = "usercode";
|
|
|
- this.usercode.ReadOnly = true;
|
|
|
- //
|
|
|
- // goodscode
|
|
|
- //
|
|
|
- this.goodscode.DataPropertyName = "goodscode";
|
|
|
- this.goodscode.HeaderText = "产品编码";
|
|
|
- this.goodscode.Name = "goodscode";
|
|
|
- this.goodscode.ReadOnly = true;
|
|
|
- //
|
|
|
- // GOODSSPECIFICATION
|
|
|
- //
|
|
|
- this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
|
|
|
- this.GOODSSPECIFICATION.HeaderText = "产品规格";
|
|
|
- this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
|
|
|
- this.GOODSSPECIFICATION.ReadOnly = true;
|
|
|
- //
|
|
|
- // goodstypename
|
|
|
- //
|
|
|
- this.goodstypename.DataPropertyName = "goodstypename";
|
|
|
- this.goodstypename.HeaderText = "产品类别";
|
|
|
- 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";
|
|
|
- this.groutingmouldcode.HeaderText = "模具编码";
|
|
|
- this.groutingmouldcode.Name = "groutingmouldcode";
|
|
|
- this.groutingmouldcode.ReadOnly = true;
|
|
|
- //
|
|
|
- // gmouldstatusname
|
|
|
- //
|
|
|
- this.gmouldstatusname.DataPropertyName = "gmouldstatusname";
|
|
|
- this.gmouldstatusname.HeaderText = "模具状态";
|
|
|
- this.gmouldstatusname.Name = "gmouldstatusname";
|
|
|
- this.gmouldstatusname.ReadOnly = true;
|
|
|
- //
|
|
|
- // beginuseddate
|
|
|
- //
|
|
|
- this.beginuseddate.DataPropertyName = "beginuseddate";
|
|
|
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle4.Format = "yyyy-MM-dd";
|
|
|
- this.beginuseddate.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
- this.beginuseddate.HeaderText = "上模日期";
|
|
|
- this.beginuseddate.Name = "beginuseddate";
|
|
|
- this.beginuseddate.ReadOnly = true;
|
|
|
- //
|
|
|
- // groutingdate
|
|
|
- //
|
|
|
- this.groutingdate.DataPropertyName = "groutingdate";
|
|
|
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle5.Format = "yyyy-MM-dd";
|
|
|
- this.groutingdate.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
- this.groutingdate.HeaderText = "首次注浆日期";
|
|
|
- this.groutingdate.Name = "groutingdate";
|
|
|
- this.groutingdate.ReadOnly = true;
|
|
|
- //
|
|
|
- // mingroutingcount
|
|
|
- //
|
|
|
- this.mingroutingcount.DataPropertyName = "mingroutingcount";
|
|
|
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- this.mingroutingcount.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
- this.mingroutingcount.HeaderText = "期初注浆次数";
|
|
|
- this.mingroutingcount.Name = "mingroutingcount";
|
|
|
- this.mingroutingcount.ReadOnly = true;
|
|
|
- //
|
|
|
- // sumgroutingcount
|
|
|
- //
|
|
|
- this.sumgroutingcount.DataPropertyName = "sumgroutingcount";
|
|
|
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- this.sumgroutingcount.DefaultCellStyle = dataGridViewCellStyle7;
|
|
|
- this.sumgroutingcount.HeaderText = "本期注浆次数";
|
|
|
- this.sumgroutingcount.Name = "sumgroutingcount";
|
|
|
- this.sumgroutingcount.ReadOnly = true;
|
|
|
- //
|
|
|
- // maxGroutingCount
|
|
|
- //
|
|
|
- this.maxGroutingCount.DataPropertyName = "maxGroutingCount";
|
|
|
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- this.maxGroutingCount.DefaultCellStyle = dataGridViewCellStyle8;
|
|
|
- this.maxGroutingCount.HeaderText = "期末注浆次数";
|
|
|
- this.maxGroutingCount.Name = "maxGroutingCount";
|
|
|
- this.maxGroutingCount.ReadOnly = true;
|
|
|
- //
|
|
|
- // groutingcount
|
|
|
- //
|
|
|
- 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;
|
|
|
- //
|
|
|
- // 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.MultiSelect = false;
|
|
|
- this.scbGoodsType.Name = "scbGoodsType";
|
|
|
- this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
|
|
|
- this.scbGoodsType.TabIndex = 22;
|
|
|
- //
|
|
|
- // F_RPT_010105
|
|
|
- //
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1043, 485);
|
|
|
- this.Controls.Add(this.dgvRptProcedure);
|
|
|
- this.Controls.Add(this.tsrOperate);
|
|
|
- this.Controls.Add(this.gbxCondition);
|
|
|
- this.Name = "F_RPT_010105";
|
|
|
- this.Text = "成型线模具使用明细表";
|
|
|
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030103_1_FormClosed);
|
|
|
- this.Load += new System.EventHandler(this.F_RPT_030103_1_Load);
|
|
|
- this.tsrOperate.ResumeLayout(false);
|
|
|
- this.tsrOperate.PerformLayout();
|
|
|
- this.gbxCondition.ResumeLayout(false);
|
|
|
- this.gbxCondition.PerformLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ 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 = "";
|
|
|
+ this.dgvRptProcedure.EnableHeadersVisualStyles = false;
|
|
|
+ this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dgvRptProcedure.FormatQuantityColumns = null;
|
|
|
+ this.dgvRptProcedure.HorizontalMergeColumn = null;
|
|
|
+ this.dgvRptProcedure.IsAutoCountSum = true;
|
|
|
+ this.dgvRptProcedure.IsAutoResizeColumns = false;
|
|
|
+ this.dgvRptProcedure.IsClickF12 = false;
|
|
|
+ this.dgvRptProcedure.IsOpenMergeCellFlag = false;
|
|
|
+ this.dgvRptProcedure.IsSubTotalFlag = false;
|
|
|
+ this.dgvRptProcedure.IsTopDeep = false;
|
|
|
+ this.dgvRptProcedure.Location = new System.Drawing.Point(0, 116);
|
|
|
+ this.dgvRptProcedure.Margin = new System.Windows.Forms.Padding(0);
|
|
|
+ this.dgvRptProcedure.MergeColumnNames = null;
|
|
|
+ this.dgvRptProcedure.MergeDetailColumnNames = null;
|
|
|
+ this.dgvRptProcedure.MergeDetailOnlyColumn = null;
|
|
|
+ this.dgvRptProcedure.MergeOnlyColumn = null;
|
|
|
+ this.dgvRptProcedure.MultiSelect = false;
|
|
|
+ this.dgvRptProcedure.Name = "dgvRptProcedure";
|
|
|
+ this.dgvRptProcedure.ReadOnly = true;
|
|
|
+ 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;
|
|
|
+ this.dgvRptProcedure.RowTemplate.Height = 21;
|
|
|
+ this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.dgvRptProcedure.Size = new System.Drawing.Size(1031, 368);
|
|
|
+ this.dgvRptProcedure.SortOrderColumnName = null;
|
|
|
+ this.dgvRptProcedure.TabIndex = 2;
|
|
|
+ this.dgvRptProcedure.Tag = true;
|
|
|
+ this.dgvRptProcedure.TotalSumColumns = null;
|
|
|
+ this.dgvRptProcedure.ViewRowFilter = "";
|
|
|
+ //
|
|
|
+ // BuildingNo
|
|
|
+ //
|
|
|
+ this.BuildingNo.DataPropertyName = "BuildingNo";
|
|
|
+ this.BuildingNo.HeaderText = "楼号";
|
|
|
+ this.BuildingNo.Name = "BuildingNo";
|
|
|
+ this.BuildingNo.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // FloorNo
|
|
|
+ //
|
|
|
+ this.FloorNo.DataPropertyName = "FloorNo";
|
|
|
+ this.FloorNo.HeaderText = "楼层";
|
|
|
+ this.FloorNo.Name = "FloorNo";
|
|
|
+ this.FloorNo.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // GroutingLineNo
|
|
|
+ //
|
|
|
+ this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
|
|
|
+ this.GroutingLineNo.HeaderText = "线号";
|
|
|
+ this.GroutingLineNo.Name = "GroutingLineNo";
|
|
|
+ this.GroutingLineNo.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // groutinglinecode
|
|
|
+ //
|
|
|
+ this.groutinglinecode.DataPropertyName = "groutinglinecode";
|
|
|
+ this.groutinglinecode.HeaderText = "成型线编码";
|
|
|
+ this.groutinglinecode.Name = "groutinglinecode";
|
|
|
+ this.groutinglinecode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // usercode
|
|
|
+ //
|
|
|
+ this.usercode.DataPropertyName = "usercode";
|
|
|
+ this.usercode.HeaderText = "成型工号";
|
|
|
+ this.usercode.Name = "usercode";
|
|
|
+ this.usercode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // goodscode
|
|
|
+ //
|
|
|
+ this.goodscode.DataPropertyName = "goodscode";
|
|
|
+ this.goodscode.HeaderText = "产品编码";
|
|
|
+ this.goodscode.Name = "goodscode";
|
|
|
+ this.goodscode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // GOODSSPECIFICATION
|
|
|
+ //
|
|
|
+ this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
|
|
|
+ this.GOODSSPECIFICATION.HeaderText = "产品规格";
|
|
|
+ this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
|
|
|
+ this.GOODSSPECIFICATION.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // goodstypename
|
|
|
+ //
|
|
|
+ this.goodstypename.DataPropertyName = "goodstypename";
|
|
|
+ this.goodstypename.HeaderText = "产品类别";
|
|
|
+ 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";
|
|
|
+ this.groutingmouldcode.HeaderText = "模具编码";
|
|
|
+ this.groutingmouldcode.Name = "groutingmouldcode";
|
|
|
+ this.groutingmouldcode.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // gmouldstatusname
|
|
|
+ //
|
|
|
+ this.gmouldstatusname.DataPropertyName = "gmouldstatusname";
|
|
|
+ this.gmouldstatusname.HeaderText = "模具状态";
|
|
|
+ this.gmouldstatusname.Name = "gmouldstatusname";
|
|
|
+ this.gmouldstatusname.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // beginuseddate
|
|
|
+ //
|
|
|
+ this.beginuseddate.DataPropertyName = "beginuseddate";
|
|
|
+ dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle4.Format = "yyyy-MM-dd";
|
|
|
+ this.beginuseddate.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ this.beginuseddate.HeaderText = "上模日期";
|
|
|
+ this.beginuseddate.Name = "beginuseddate";
|
|
|
+ this.beginuseddate.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // groutingdate
|
|
|
+ //
|
|
|
+ this.groutingdate.DataPropertyName = "groutingdate";
|
|
|
+ dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle5.Format = "yyyy-MM-dd";
|
|
|
+ this.groutingdate.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
+ this.groutingdate.HeaderText = "首次注浆日期";
|
|
|
+ this.groutingdate.Name = "groutingdate";
|
|
|
+ this.groutingdate.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // mingroutingcount
|
|
|
+ //
|
|
|
+ this.mingroutingcount.DataPropertyName = "mingroutingcount";
|
|
|
+ dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ this.mingroutingcount.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
+ this.mingroutingcount.HeaderText = "期初注浆次数";
|
|
|
+ this.mingroutingcount.Name = "mingroutingcount";
|
|
|
+ this.mingroutingcount.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // sumgroutingcount
|
|
|
+ //
|
|
|
+ this.sumgroutingcount.DataPropertyName = "sumgroutingcount";
|
|
|
+ dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ this.sumgroutingcount.DefaultCellStyle = dataGridViewCellStyle7;
|
|
|
+ this.sumgroutingcount.HeaderText = "本期注浆次数";
|
|
|
+ this.sumgroutingcount.Name = "sumgroutingcount";
|
|
|
+ this.sumgroutingcount.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // maxGroutingCount
|
|
|
+ //
|
|
|
+ this.maxGroutingCount.DataPropertyName = "maxGroutingCount";
|
|
|
+ dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ this.maxGroutingCount.DefaultCellStyle = dataGridViewCellStyle8;
|
|
|
+ this.maxGroutingCount.HeaderText = "期末注浆次数";
|
|
|
+ this.maxGroutingCount.Name = "maxGroutingCount";
|
|
|
+ this.maxGroutingCount.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // groutingcount
|
|
|
+ //
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // F_RPT_010105
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1043, 485);
|
|
|
+ this.Controls.Add(this.dgvRptProcedure);
|
|
|
+ this.Controls.Add(this.tsrOperate);
|
|
|
+ this.Controls.Add(this.gbxCondition);
|
|
|
+ this.Name = "F_RPT_010105";
|
|
|
+ this.Text = "成型线模具使用明细表";
|
|
|
+ this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030103_1_FormClosed);
|
|
|
+ this.Load += new System.EventHandler(this.F_RPT_030103_1_Load);
|
|
|
+ this.tsrOperate.ResumeLayout(false);
|
|
|
+ this.tsrOperate.PerformLayout();
|
|
|
+ this.gbxCondition.ResumeLayout(false);
|
|
|
+ this.gbxCondition.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|