|
|
@@ -81,6 +81,7 @@
|
|
|
this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.txtGroutingBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
|
|
|
this.dgvGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
+ this.chkTestMouldFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
|
|
|
this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -109,6 +110,7 @@
|
|
|
this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Createuser = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.TestMouldFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).BeginInit();
|
|
|
@@ -133,7 +135,7 @@
|
|
|
this.tsrOperate.Name = "tsrOperate";
|
|
|
this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
this.tsrOperate.ShowItemToolTips = false;
|
|
|
- this.tsrOperate.Size = new System.Drawing.Size(978, 35);
|
|
|
+ this.tsrOperate.Size = new System.Drawing.Size(1000, 35);
|
|
|
this.tsrOperate.TabIndex = 0;
|
|
|
//
|
|
|
// tsbtnAdd
|
|
|
@@ -225,6 +227,7 @@
|
|
|
| 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.chkTestMouldFlag);
|
|
|
this.gbxCondition.Controls.Add(this.chkDeliverTime);
|
|
|
this.gbxCondition.Controls.Add(this.btnSearch);
|
|
|
this.gbxCondition.Controls.Add(this.cboGroutingLineType);
|
|
|
@@ -263,7 +266,7 @@
|
|
|
this.gbxCondition.Location = new System.Drawing.Point(0, 38);
|
|
|
this.gbxCondition.Name = "gbxCondition";
|
|
|
this.gbxCondition.OriginalHeight = -1;
|
|
|
- this.gbxCondition.Size = new System.Drawing.Size(966, 124);
|
|
|
+ this.gbxCondition.Size = new System.Drawing.Size(988, 124);
|
|
|
this.gbxCondition.TabIndex = 0;
|
|
|
this.gbxCondition.TabStop = false;
|
|
|
this.gbxCondition.Text = "查询条件 ▼";
|
|
|
@@ -287,7 +290,7 @@
|
|
|
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(784, 89);
|
|
|
+ this.btnSearch.Location = new System.Drawing.Point(806, 89);
|
|
|
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.btnSearch.Name = "btnSearch";
|
|
|
this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
@@ -371,7 +374,7 @@
|
|
|
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(875, 89);
|
|
|
+ this.btnClearCondition.Location = new System.Drawing.Point(897, 89);
|
|
|
this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.btnClearCondition.Name = "btnClearCondition";
|
|
|
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
@@ -431,7 +434,7 @@
|
|
|
this.txtRemarks.Multiline = true;
|
|
|
this.txtRemarks.Name = "txtRemarks";
|
|
|
this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
|
- this.txtRemarks.Size = new System.Drawing.Size(165, 69);
|
|
|
+ this.txtRemarks.Size = new System.Drawing.Size(165, 43);
|
|
|
this.txtRemarks.TabIndex = 9;
|
|
|
//
|
|
|
// lblRemarks
|
|
|
@@ -753,7 +756,8 @@
|
|
|
this.DeliverTime,
|
|
|
this.CreateTime,
|
|
|
this.Createuser,
|
|
|
- this.Remarks});
|
|
|
+ this.Remarks,
|
|
|
+ this.TestMouldFlag});
|
|
|
this.dgvGroutingDaily.ColumnTreeView = null;
|
|
|
this.dgvGroutingDaily.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)));
|
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
@@ -790,7 +794,7 @@
|
|
|
this.dgvGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle9;
|
|
|
this.dgvGroutingDaily.RowTemplate.Height = 21;
|
|
|
this.dgvGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.dgvGroutingDaily.Size = new System.Drawing.Size(966, 394);
|
|
|
+ this.dgvGroutingDaily.Size = new System.Drawing.Size(988, 394);
|
|
|
this.dgvGroutingDaily.SortOrderColumnName = null;
|
|
|
this.dgvGroutingDaily.TabIndex = 2;
|
|
|
this.dgvGroutingDaily.Tag = true;
|
|
|
@@ -799,6 +803,20 @@
|
|
|
this.dgvGroutingDaily.VirtualMode = true;
|
|
|
this.dgvGroutingDaily.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingDaily_CellDoubleClick);
|
|
|
//
|
|
|
+ // chkTestMouldFlag
|
|
|
+ //
|
|
|
+ this.chkTestMouldFlag.BackColor = System.Drawing.SystemColors.Control;
|
|
|
+ this.chkTestMouldFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkTestMouldFlag.BackgroundImage")));
|
|
|
+ this.chkTestMouldFlag.FalseText = "否";
|
|
|
+ this.chkTestMouldFlag.Location = new System.Drawing.Point(713, 73);
|
|
|
+ this.chkTestMouldFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
|
+ this.chkTestMouldFlag.Name = "chkTestMouldFlag";
|
|
|
+ this.chkTestMouldFlag.Size = new System.Drawing.Size(130, 16);
|
|
|
+ this.chkTestMouldFlag.TabIndex = 45;
|
|
|
+ this.chkTestMouldFlag.Title = "试验标识";
|
|
|
+ this.chkTestMouldFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ this.chkTestMouldFlag.TrueText = "是";
|
|
|
+ //
|
|
|
// GroutingDailyDetailID
|
|
|
//
|
|
|
this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
|
|
|
@@ -1022,11 +1040,21 @@
|
|
|
this.Remarks.Name = "Remarks";
|
|
|
this.Remarks.ReadOnly = true;
|
|
|
//
|
|
|
+ // TestMouldFlag
|
|
|
+ //
|
|
|
+ this.TestMouldFlag.DataPropertyName = "TestMouldFlag";
|
|
|
+ this.TestMouldFlag.FalseValue = "0";
|
|
|
+ this.TestMouldFlag.HeaderText = "试验标识";
|
|
|
+ this.TestMouldFlag.IndeterminateValue = "0";
|
|
|
+ this.TestMouldFlag.Name = "TestMouldFlag";
|
|
|
+ this.TestMouldFlag.ReadOnly = true;
|
|
|
+ this.TestMouldFlag.TrueValue = "1";
|
|
|
+ //
|
|
|
// F_PM_0101
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(978, 562);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1000, 562);
|
|
|
this.Controls.Add(this.dgvGroutingDaily);
|
|
|
this.Controls.Add(this.gbxCondition);
|
|
|
this.Controls.Add(this.tsrOperate);
|
|
|
@@ -1088,6 +1116,7 @@
|
|
|
private Basics.BaseControls.C_CheckBox chkDeliverTime;
|
|
|
private System.Windows.Forms.ToolStripButton tsbtnUnLast;
|
|
|
private System.Windows.Forms.ToolStripButton tsbtnReStartGroutingLine;
|
|
|
+ private Basics.BaseControls.C_StatusCheckBox chkTestMouldFlag;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
|
|
|
@@ -1116,5 +1145,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Createuser;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn TestMouldFlag;
|
|
|
}
|
|
|
}
|