|
|
@@ -116,6 +116,8 @@
|
|
|
this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.OutKilnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dropTestFormFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
|
|
|
+ this.txtTestFormFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.tapReportModuleDetail.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedureDetail)).BeginInit();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
@@ -128,10 +130,10 @@
|
|
|
// tapReportModuleDetail
|
|
|
//
|
|
|
this.tapReportModuleDetail.Controls.Add(this.dgvRptProcedureDetail);
|
|
|
- this.tapReportModuleDetail.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tapReportModuleDetail.Location = new System.Drawing.Point(4, 28);
|
|
|
this.tapReportModuleDetail.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.tapReportModuleDetail.Name = "tapReportModuleDetail";
|
|
|
- this.tapReportModuleDetail.Size = new System.Drawing.Size(1299, 423);
|
|
|
+ this.tapReportModuleDetail.Size = new System.Drawing.Size(1900, 642);
|
|
|
this.tapReportModuleDetail.TabIndex = 1;
|
|
|
this.tapReportModuleDetail.Text = "出窑数量汇总明细";
|
|
|
this.tapReportModuleDetail.UseVisualStyleBackColor = true;
|
|
|
@@ -160,6 +162,7 @@
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dgvRptProcedureDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ this.dgvRptProcedureDetail.ColumnHeadersHeight = 34;
|
|
|
this.dgvRptProcedureDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
this.dgvRptProcedureDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.colProcedureName,
|
|
|
@@ -188,6 +191,7 @@
|
|
|
this.dgvRptProcedureDetail.EnableHeadersVisualStyles = false;
|
|
|
this.dgvRptProcedureDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dgvRptProcedureDetail.FormatQuantityColumns = null;
|
|
|
+ this.dgvRptProcedureDetail.HasNode = false;
|
|
|
this.dgvRptProcedureDetail.HorizontalMergeColumn = null;
|
|
|
this.dgvRptProcedureDetail.IsAutoCountSum = true;
|
|
|
this.dgvRptProcedureDetail.IsAutoResizeColumns = false;
|
|
|
@@ -211,26 +215,31 @@
|
|
|
this.dgvRptProcedureDetail.RowsDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
this.dgvRptProcedureDetail.RowTemplate.Height = 21;
|
|
|
this.dgvRptProcedureDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.dgvRptProcedureDetail.Size = new System.Drawing.Size(1299, 423);
|
|
|
+ this.dgvRptProcedureDetail.Size = new System.Drawing.Size(1900, 642);
|
|
|
this.dgvRptProcedureDetail.SortOrderColumnName = null;
|
|
|
this.dgvRptProcedureDetail.TabIndex = 30;
|
|
|
this.dgvRptProcedureDetail.Tag = true;
|
|
|
this.dgvRptProcedureDetail.TotalSumColumns = null;
|
|
|
this.dgvRptProcedureDetail.ViewRowFilter = "";
|
|
|
+ this.dgvRptProcedureDetail.VirtualNodes = false;
|
|
|
//
|
|
|
// colProcedureName
|
|
|
//
|
|
|
this.colProcedureName.DataPropertyName = "ProcedureName";
|
|
|
this.colProcedureName.HeaderText = "生产工序";
|
|
|
+ this.colProcedureName.MinimumWidth = 8;
|
|
|
this.colProcedureName.Name = "colProcedureName";
|
|
|
this.colProcedureName.ReadOnly = true;
|
|
|
+ this.colProcedureName.Width = 150;
|
|
|
//
|
|
|
// UserCode
|
|
|
//
|
|
|
this.UserCode.DataPropertyName = "UserCode";
|
|
|
this.UserCode.HeaderText = "生产工号";
|
|
|
+ this.UserCode.MinimumWidth = 8;
|
|
|
this.UserCode.Name = "UserCode";
|
|
|
this.UserCode.ReadOnly = true;
|
|
|
+ this.UserCode.Width = 150;
|
|
|
//
|
|
|
// OverDate
|
|
|
//
|
|
|
@@ -239,44 +248,56 @@
|
|
|
dataGridViewCellStyle3.Format = "yyyy-MM-dd";
|
|
|
this.OverDate.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.OverDate.HeaderText = "生产日期";
|
|
|
+ this.OverDate.MinimumWidth = 8;
|
|
|
this.OverDate.Name = "OverDate";
|
|
|
this.OverDate.ReadOnly = true;
|
|
|
this.OverDate.Visible = false;
|
|
|
+ this.OverDate.Width = 150;
|
|
|
//
|
|
|
// colGoodsTypeName
|
|
|
//
|
|
|
this.colGoodsTypeName.DataPropertyName = "GoodsTypeName";
|
|
|
this.colGoodsTypeName.HeaderText = "产品类别";
|
|
|
+ this.colGoodsTypeName.MinimumWidth = 8;
|
|
|
this.colGoodsTypeName.Name = "colGoodsTypeName";
|
|
|
this.colGoodsTypeName.ReadOnly = true;
|
|
|
+ this.colGoodsTypeName.Width = 150;
|
|
|
//
|
|
|
// GoodsCode1
|
|
|
//
|
|
|
this.GoodsCode1.DataPropertyName = "GoodsCode";
|
|
|
this.GoodsCode1.HeaderText = "产品编码";
|
|
|
+ this.GoodsCode1.MinimumWidth = 8;
|
|
|
this.GoodsCode1.Name = "GoodsCode1";
|
|
|
this.GoodsCode1.ReadOnly = true;
|
|
|
+ this.GoodsCode1.Width = 150;
|
|
|
//
|
|
|
// BarCode
|
|
|
//
|
|
|
this.BarCode.DataPropertyName = "BarCode";
|
|
|
this.BarCode.HeaderText = "产品条码";
|
|
|
+ this.BarCode.MinimumWidth = 8;
|
|
|
this.BarCode.Name = "BarCode";
|
|
|
this.BarCode.ReadOnly = true;
|
|
|
+ this.BarCode.Width = 150;
|
|
|
//
|
|
|
// colKilnCode0
|
|
|
//
|
|
|
this.colKilnCode0.DataPropertyName = "KilnCode";
|
|
|
this.colKilnCode0.HeaderText = "窑炉编码";
|
|
|
+ this.colKilnCode0.MinimumWidth = 8;
|
|
|
this.colKilnCode0.Name = "colKilnCode0";
|
|
|
this.colKilnCode0.ReadOnly = true;
|
|
|
+ this.colKilnCode0.Width = 150;
|
|
|
//
|
|
|
// KilnCarCode
|
|
|
//
|
|
|
this.KilnCarCode.DataPropertyName = "KilnCarCode";
|
|
|
this.KilnCarCode.HeaderText = "窑车编码";
|
|
|
+ this.KilnCarCode.MinimumWidth = 8;
|
|
|
this.KilnCarCode.Name = "KilnCarCode";
|
|
|
this.KilnCarCode.ReadOnly = true;
|
|
|
+ this.KilnCarCode.Width = 150;
|
|
|
//
|
|
|
// CreateTime
|
|
|
//
|
|
|
@@ -284,29 +305,37 @@
|
|
|
dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
|
|
|
this.CreateTime.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.CreateTime.HeaderText = "出窑时间";
|
|
|
+ this.CreateTime.MinimumWidth = 8;
|
|
|
this.CreateTime.Name = "CreateTime";
|
|
|
this.CreateTime.ReadOnly = true;
|
|
|
+ this.CreateTime.Width = 150;
|
|
|
//
|
|
|
// GroutingUserCode
|
|
|
//
|
|
|
this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
|
|
|
this.GroutingUserCode.HeaderText = "成型工号";
|
|
|
+ this.GroutingUserCode.MinimumWidth = 8;
|
|
|
this.GroutingUserCode.Name = "GroutingUserCode";
|
|
|
this.GroutingUserCode.ReadOnly = true;
|
|
|
+ this.GroutingUserCode.Width = 150;
|
|
|
//
|
|
|
// GroutingLineCode
|
|
|
//
|
|
|
this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
|
|
|
this.GroutingLineCode.HeaderText = "成型线编码";
|
|
|
+ this.GroutingLineCode.MinimumWidth = 8;
|
|
|
this.GroutingLineCode.Name = "GroutingLineCode";
|
|
|
this.GroutingLineCode.ReadOnly = true;
|
|
|
+ this.GroutingLineCode.Width = 150;
|
|
|
//
|
|
|
// GroutingMouldCode
|
|
|
//
|
|
|
this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
|
|
|
this.GroutingMouldCode.HeaderText = "模具编号";
|
|
|
+ this.GroutingMouldCode.MinimumWidth = 8;
|
|
|
this.GroutingMouldCode.Name = "GroutingMouldCode";
|
|
|
this.GroutingMouldCode.ReadOnly = true;
|
|
|
+ this.GroutingMouldCode.Width = 150;
|
|
|
//
|
|
|
// GDate
|
|
|
//
|
|
|
@@ -315,8 +344,10 @@
|
|
|
dataGridViewCellStyle5.Format = "yyyy-MM-dd";
|
|
|
this.GDate.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.GDate.HeaderText = "注浆日期";
|
|
|
+ this.GDate.MinimumWidth = 8;
|
|
|
this.GDate.Name = "GDate";
|
|
|
this.GDate.ReadOnly = true;
|
|
|
+ this.GDate.Width = 150;
|
|
|
//
|
|
|
// DDate
|
|
|
//
|
|
|
@@ -325,36 +356,46 @@
|
|
|
dataGridViewCellStyle6.Format = "yyyy-MM-dd";
|
|
|
this.DDate.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
this.DDate.HeaderText = "交坯日期";
|
|
|
+ this.DDate.MinimumWidth = 8;
|
|
|
this.DDate.Name = "DDate";
|
|
|
this.DDate.ReadOnly = true;
|
|
|
+ this.DDate.Width = 150;
|
|
|
//
|
|
|
// LogoCodeName
|
|
|
//
|
|
|
this.LogoCodeName.DataPropertyName = "LogoCodeName";
|
|
|
this.LogoCodeName.HeaderText = "商标";
|
|
|
+ this.LogoCodeName.MinimumWidth = 8;
|
|
|
this.LogoCodeName.Name = "LogoCodeName";
|
|
|
this.LogoCodeName.ReadOnly = true;
|
|
|
+ this.LogoCodeName.Width = 150;
|
|
|
//
|
|
|
// Cusercode
|
|
|
//
|
|
|
this.Cusercode.DataPropertyName = "Cusercode";
|
|
|
this.Cusercode.HeaderText = "操作工号";
|
|
|
+ this.Cusercode.MinimumWidth = 8;
|
|
|
this.Cusercode.Name = "Cusercode";
|
|
|
this.Cusercode.ReadOnly = true;
|
|
|
+ this.Cusercode.Width = 150;
|
|
|
//
|
|
|
// Kcode
|
|
|
//
|
|
|
this.Kcode.DataPropertyName = "Kcode";
|
|
|
this.Kcode.HeaderText = "窑号";
|
|
|
+ this.Kcode.MinimumWidth = 8;
|
|
|
this.Kcode.Name = "Kcode";
|
|
|
this.Kcode.ReadOnly = true;
|
|
|
+ this.Kcode.Width = 150;
|
|
|
//
|
|
|
// Fyear
|
|
|
//
|
|
|
this.Fyear.DataPropertyName = "Fyear";
|
|
|
this.Fyear.HeaderText = "财年";
|
|
|
+ this.Fyear.MinimumWidth = 8;
|
|
|
this.Fyear.Name = "Fyear";
|
|
|
this.Fyear.ReadOnly = true;
|
|
|
+ this.Fyear.Width = 150;
|
|
|
//
|
|
|
// TestMouldFlag
|
|
|
//
|
|
|
@@ -362,9 +403,11 @@
|
|
|
this.TestMouldFlag.FalseValue = "0";
|
|
|
this.TestMouldFlag.HeaderText = "试验标识";
|
|
|
this.TestMouldFlag.IndeterminateValue = "0";
|
|
|
+ this.TestMouldFlag.MinimumWidth = 8;
|
|
|
this.TestMouldFlag.Name = "TestMouldFlag";
|
|
|
this.TestMouldFlag.ReadOnly = true;
|
|
|
this.TestMouldFlag.TrueValue = "1";
|
|
|
+ this.TestMouldFlag.Width = 150;
|
|
|
//
|
|
|
// tsrOperate
|
|
|
//
|
|
|
@@ -377,9 +420,10 @@
|
|
|
this.tsbtnClose});
|
|
|
this.tsrOperate.Location = new System.Drawing.Point(0, 0);
|
|
|
this.tsrOperate.Name = "tsrOperate";
|
|
|
+ this.tsrOperate.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
|
|
this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
|
|
|
this.tsrOperate.ShowItemToolTips = false;
|
|
|
- this.tsrOperate.Size = new System.Drawing.Size(1284, 35);
|
|
|
+ this.tsrOperate.Size = new System.Drawing.Size(1660, 52);
|
|
|
this.tsrOperate.TabIndex = 33;
|
|
|
this.tsrOperate.Text = "toolStrip1";
|
|
|
//
|
|
|
@@ -411,6 +455,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.txtTestFormFlag);
|
|
|
+ this.gbxCondition.Controls.Add(this.dropTestFormFlag);
|
|
|
this.gbxCondition.Controls.Add(this.chkTestMouldFlag);
|
|
|
this.gbxCondition.Controls.Add(this.txtFyear);
|
|
|
this.gbxCondition.Controls.Add(this.scbGoods);
|
|
|
@@ -452,10 +498,12 @@
|
|
|
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.Location = new System.Drawing.Point(0, 57);
|
|
|
+ this.gbxCondition.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.gbxCondition.Name = "gbxCondition";
|
|
|
this.gbxCondition.OriginalHeight = -1;
|
|
|
- this.gbxCondition.Size = new System.Drawing.Size(1272, 130);
|
|
|
+ this.gbxCondition.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.gbxCondition.Size = new System.Drawing.Size(1642, 195);
|
|
|
this.gbxCondition.TabIndex = 0;
|
|
|
this.gbxCondition.TabStop = false;
|
|
|
this.gbxCondition.Text = "查询条件 ▼";
|
|
|
@@ -465,10 +513,10 @@
|
|
|
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(874, 25);
|
|
|
- this.chkTestMouldFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
|
|
|
+ this.chkTestMouldFlag.Location = new System.Drawing.Point(1311, 38);
|
|
|
+ this.chkTestMouldFlag.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
|
this.chkTestMouldFlag.Name = "chkTestMouldFlag";
|
|
|
- this.chkTestMouldFlag.Size = new System.Drawing.Size(130, 16);
|
|
|
+ this.chkTestMouldFlag.Size = new System.Drawing.Size(195, 24);
|
|
|
this.chkTestMouldFlag.TabIndex = 46;
|
|
|
this.chkTestMouldFlag.Title = "试验标识";
|
|
|
this.chkTestMouldFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
@@ -482,20 +530,22 @@
|
|
|
this.txtFyear.ErrorMessage = "";
|
|
|
this.txtFyear.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.txtFyear.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
- this.txtFyear.Location = new System.Drawing.Point(794, 49);
|
|
|
+ this.txtFyear.Location = new System.Drawing.Point(1191, 74);
|
|
|
+ this.txtFyear.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.txtFyear.MaxLength = 20;
|
|
|
this.txtFyear.Name = "txtFyear";
|
|
|
- this.txtFyear.Size = new System.Drawing.Size(76, 21);
|
|
|
+ this.txtFyear.Size = new System.Drawing.Size(112, 28);
|
|
|
this.txtFyear.TabIndex = 43;
|
|
|
this.txtFyear.TextValue = "";
|
|
|
//
|
|
|
// scbGoods
|
|
|
//
|
|
|
this.scbGoods.CheckedData = null;
|
|
|
- this.scbGoods.Location = new System.Drawing.Point(259, 74);
|
|
|
+ this.scbGoods.Location = new System.Drawing.Point(388, 111);
|
|
|
+ this.scbGoods.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.scbGoods.MultiSelect = true;
|
|
|
this.scbGoods.Name = "scbGoods";
|
|
|
- this.scbGoods.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.scbGoods.Size = new System.Drawing.Size(180, 32);
|
|
|
this.scbGoods.TabIndex = 34;
|
|
|
//
|
|
|
// lblFyear
|
|
|
@@ -503,9 +553,10 @@
|
|
|
this.lblFyear.AutoSize = true;
|
|
|
this.lblFyear.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblFyear.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.lblFyear.Location = new System.Drawing.Point(759, 53);
|
|
|
+ this.lblFyear.Location = new System.Drawing.Point(1138, 80);
|
|
|
+ this.lblFyear.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lblFyear.Name = "lblFyear";
|
|
|
- this.lblFyear.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.lblFyear.Size = new System.Drawing.Size(44, 18);
|
|
|
this.lblFyear.TabIndex = 42;
|
|
|
this.lblFyear.Text = "财年";
|
|
|
//
|
|
|
@@ -515,9 +566,10 @@
|
|
|
this.lblGoods.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblGoods.Location = new System.Drawing.Point(200, 77);
|
|
|
+ this.lblGoods.Location = new System.Drawing.Point(300, 116);
|
|
|
+ this.lblGoods.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lblGoods.Name = "lblGoods";
|
|
|
- this.lblGoods.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblGoods.Size = new System.Drawing.Size(80, 18);
|
|
|
this.lblGoods.TabIndex = 33;
|
|
|
this.lblGoods.Text = "产品名称";
|
|
|
//
|
|
|
@@ -529,10 +581,11 @@
|
|
|
this.txtKcode.ErrorMessage = "";
|
|
|
this.txtKcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.txtKcode.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
- this.txtKcode.Location = new System.Drawing.Point(794, 22);
|
|
|
+ this.txtKcode.Location = new System.Drawing.Point(1191, 33);
|
|
|
+ this.txtKcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.txtKcode.MaxLength = 20;
|
|
|
this.txtKcode.Name = "txtKcode";
|
|
|
- this.txtKcode.Size = new System.Drawing.Size(76, 21);
|
|
|
+ this.txtKcode.Size = new System.Drawing.Size(112, 28);
|
|
|
this.txtKcode.TabIndex = 40;
|
|
|
this.txtKcode.TextValue = "";
|
|
|
this.txtKcode.TextChanged += new System.EventHandler(this.txtKcode_TextChanged);
|
|
|
@@ -542,9 +595,10 @@
|
|
|
this.lblKcode.AutoSize = true;
|
|
|
this.lblKcode.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblKcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.lblKcode.Location = new System.Drawing.Point(759, 26);
|
|
|
+ this.lblKcode.Location = new System.Drawing.Point(1138, 39);
|
|
|
+ this.lblKcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lblKcode.Name = "lblKcode";
|
|
|
- this.lblKcode.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.lblKcode.Size = new System.Drawing.Size(44, 18);
|
|
|
this.lblKcode.TabIndex = 41;
|
|
|
this.lblKcode.Text = "窑号";
|
|
|
//
|
|
|
@@ -554,9 +608,10 @@
|
|
|
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(15, 78);
|
|
|
+ this.lblGoodsType.Location = new System.Drawing.Point(22, 117);
|
|
|
+ this.lblGoodsType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lblGoodsType.Name = "lblGoodsType";
|
|
|
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblGoodsType.Size = new System.Drawing.Size(80, 18);
|
|
|
this.lblGoodsType.TabIndex = 32;
|
|
|
this.lblGoodsType.Text = "产品类别";
|
|
|
//
|
|
|
@@ -564,9 +619,10 @@
|
|
|
//
|
|
|
this.scbGoodsType.CheckedData = null;
|
|
|
this.scbGoodsType.IsOnlyDisplayEnd = false;
|
|
|
- this.scbGoodsType.Location = new System.Drawing.Point(76, 74);
|
|
|
+ this.scbGoodsType.Location = new System.Drawing.Point(114, 111);
|
|
|
+ this.scbGoodsType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.scbGoodsType.Name = "scbGoodsType";
|
|
|
- this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.scbGoodsType.Size = new System.Drawing.Size(180, 32);
|
|
|
this.scbGoodsType.TabIndex = 31;
|
|
|
//
|
|
|
// chkPUserCode
|
|
|
@@ -576,9 +632,10 @@
|
|
|
this.chkPUserCode.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.chkPUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.chkPUserCode.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.chkPUserCode.Location = new System.Drawing.Point(761, 103);
|
|
|
+ this.chkPUserCode.Location = new System.Drawing.Point(1142, 154);
|
|
|
+ this.chkPUserCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.chkPUserCode.Name = "chkPUserCode";
|
|
|
- this.chkPUserCode.Size = new System.Drawing.Size(96, 16);
|
|
|
+ this.chkPUserCode.Size = new System.Drawing.Size(142, 22);
|
|
|
this.chkPUserCode.TabIndex = 30;
|
|
|
this.chkPUserCode.Text = "区分生产工号";
|
|
|
this.chkPUserCode.UseVisualStyleBackColor = true;
|
|
|
@@ -587,9 +644,10 @@
|
|
|
//
|
|
|
this.chkGDate.AutoSize = true;
|
|
|
this.chkGDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.chkGDate.Location = new System.Drawing.Point(384, 103);
|
|
|
+ this.chkGDate.Location = new System.Drawing.Point(576, 154);
|
|
|
+ this.chkGDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.chkGDate.Name = "chkGDate";
|
|
|
- this.chkGDate.Size = new System.Drawing.Size(72, 16);
|
|
|
+ this.chkGDate.Size = new System.Drawing.Size(106, 22);
|
|
|
this.chkGDate.TabIndex = 24;
|
|
|
this.chkGDate.Text = "注浆时间";
|
|
|
this.chkGDate.UseVisualStyleBackColor = true;
|
|
|
@@ -601,9 +659,10 @@
|
|
|
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(595, 105);
|
|
|
+ this.c_Label2.Location = new System.Drawing.Point(892, 158);
|
|
|
+ this.c_Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.c_Label2.Name = "c_Label2";
|
|
|
- this.c_Label2.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.c_Label2.Size = new System.Drawing.Size(26, 18);
|
|
|
this.c_Label2.TabIndex = 26;
|
|
|
this.c_Label2.Text = "至";
|
|
|
//
|
|
|
@@ -613,9 +672,10 @@
|
|
|
this.dtpGDateEnd.Enabled = false;
|
|
|
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(616, 101);
|
|
|
+ this.dtpGDateEnd.Location = new System.Drawing.Point(924, 152);
|
|
|
+ this.dtpGDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dtpGDateEnd.Name = "dtpGDateEnd";
|
|
|
- this.dtpGDateEnd.Size = new System.Drawing.Size(133, 21);
|
|
|
+ this.dtpGDateEnd.Size = new System.Drawing.Size(198, 28);
|
|
|
this.dtpGDateEnd.TabIndex = 27;
|
|
|
//
|
|
|
// dtpGDateStart
|
|
|
@@ -624,18 +684,20 @@
|
|
|
this.dtpGDateStart.Enabled = false;
|
|
|
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(458, 101);
|
|
|
+ this.dtpGDateStart.Location = new System.Drawing.Point(687, 152);
|
|
|
+ this.dtpGDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dtpGDateStart.Name = "dtpGDateStart";
|
|
|
- this.dtpGDateStart.Size = new System.Drawing.Size(133, 21);
|
|
|
+ this.dtpGDateStart.Size = new System.Drawing.Size(198, 28);
|
|
|
this.dtpGDateStart.TabIndex = 25;
|
|
|
//
|
|
|
// chkDDate
|
|
|
//
|
|
|
this.chkDDate.AutoSize = true;
|
|
|
this.chkDDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.chkDDate.Location = new System.Drawing.Point(384, 76);
|
|
|
+ this.chkDDate.Location = new System.Drawing.Point(576, 114);
|
|
|
+ this.chkDDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.chkDDate.Name = "chkDDate";
|
|
|
- this.chkDDate.Size = new System.Drawing.Size(72, 16);
|
|
|
+ this.chkDDate.Size = new System.Drawing.Size(106, 22);
|
|
|
this.chkDDate.TabIndex = 17;
|
|
|
this.chkDDate.Text = "交坯时间";
|
|
|
this.chkDDate.UseVisualStyleBackColor = true;
|
|
|
@@ -647,9 +709,10 @@
|
|
|
this.chkOut.Checked = true;
|
|
|
this.chkOut.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.chkOut.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.chkOut.Location = new System.Drawing.Point(384, 49);
|
|
|
+ this.chkOut.Location = new System.Drawing.Point(576, 74);
|
|
|
+ this.chkOut.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.chkOut.Name = "chkOut";
|
|
|
- this.chkOut.Size = new System.Drawing.Size(72, 16);
|
|
|
+ this.chkOut.Size = new System.Drawing.Size(106, 22);
|
|
|
this.chkOut.TabIndex = 11;
|
|
|
this.chkOut.Text = "出窑时间";
|
|
|
this.chkOut.UseVisualStyleBackColor = true;
|
|
|
@@ -659,9 +722,10 @@
|
|
|
//
|
|
|
this.chkOver.AutoSize = true;
|
|
|
this.chkOver.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.chkOver.Location = new System.Drawing.Point(384, 22);
|
|
|
+ this.chkOver.Location = new System.Drawing.Point(576, 33);
|
|
|
+ this.chkOver.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.chkOver.Name = "chkOver";
|
|
|
- this.chkOver.Size = new System.Drawing.Size(72, 16);
|
|
|
+ this.chkOver.Size = new System.Drawing.Size(106, 22);
|
|
|
this.chkOver.TabIndex = 4;
|
|
|
this.chkOver.Text = "生产时间";
|
|
|
this.chkOver.UseVisualStyleBackColor = true;
|
|
|
@@ -673,9 +737,10 @@
|
|
|
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(595, 78);
|
|
|
+ this.c_Label5.Location = new System.Drawing.Point(892, 117);
|
|
|
+ this.c_Label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.c_Label5.Name = "c_Label5";
|
|
|
- this.c_Label5.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.c_Label5.Size = new System.Drawing.Size(26, 18);
|
|
|
this.c_Label5.TabIndex = 19;
|
|
|
this.c_Label5.Text = "至";
|
|
|
//
|
|
|
@@ -685,9 +750,10 @@
|
|
|
this.dtpDDateEnd.Enabled = false;
|
|
|
this.dtpDDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dtpDDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpDDateEnd.Location = new System.Drawing.Point(616, 74);
|
|
|
+ this.dtpDDateEnd.Location = new System.Drawing.Point(924, 111);
|
|
|
+ this.dtpDDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dtpDDateEnd.Name = "dtpDDateEnd";
|
|
|
- this.dtpDDateEnd.Size = new System.Drawing.Size(133, 21);
|
|
|
+ this.dtpDDateEnd.Size = new System.Drawing.Size(198, 28);
|
|
|
this.dtpDDateEnd.TabIndex = 20;
|
|
|
//
|
|
|
// dtpDDateStart
|
|
|
@@ -696,9 +762,10 @@
|
|
|
this.dtpDDateStart.Enabled = false;
|
|
|
this.dtpDDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dtpDDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpDDateStart.Location = new System.Drawing.Point(458, 74);
|
|
|
+ this.dtpDDateStart.Location = new System.Drawing.Point(687, 111);
|
|
|
+ this.dtpDDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dtpDDateStart.Name = "dtpDDateStart";
|
|
|
- this.dtpDDateStart.Size = new System.Drawing.Size(133, 21);
|
|
|
+ this.dtpDDateStart.Size = new System.Drawing.Size(198, 28);
|
|
|
this.dtpDDateStart.TabIndex = 18;
|
|
|
//
|
|
|
// c_Label3
|
|
|
@@ -707,9 +774,10 @@
|
|
|
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(595, 51);
|
|
|
+ this.c_Label3.Location = new System.Drawing.Point(892, 76);
|
|
|
+ this.c_Label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.c_Label3.Name = "c_Label3";
|
|
|
- this.c_Label3.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.c_Label3.Size = new System.Drawing.Size(26, 18);
|
|
|
this.c_Label3.TabIndex = 13;
|
|
|
this.c_Label3.Text = "至";
|
|
|
//
|
|
|
@@ -718,9 +786,10 @@
|
|
|
this.dtpOutDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
|
|
|
this.dtpOutDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dtpOutDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpOutDateEnd.Location = new System.Drawing.Point(616, 47);
|
|
|
+ this.dtpOutDateEnd.Location = new System.Drawing.Point(924, 70);
|
|
|
+ this.dtpOutDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dtpOutDateEnd.Name = "dtpOutDateEnd";
|
|
|
- this.dtpOutDateEnd.Size = new System.Drawing.Size(133, 21);
|
|
|
+ this.dtpOutDateEnd.Size = new System.Drawing.Size(198, 28);
|
|
|
this.dtpOutDateEnd.TabIndex = 14;
|
|
|
//
|
|
|
// dtpOutDateStart
|
|
|
@@ -728,9 +797,10 @@
|
|
|
this.dtpOutDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
|
|
|
this.dtpOutDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dtpOutDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpOutDateStart.Location = new System.Drawing.Point(458, 47);
|
|
|
+ this.dtpOutDateStart.Location = new System.Drawing.Point(687, 70);
|
|
|
+ this.dtpOutDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dtpOutDateStart.Name = "dtpOutDateStart";
|
|
|
- this.dtpOutDateStart.Size = new System.Drawing.Size(133, 21);
|
|
|
+ this.dtpOutDateStart.Size = new System.Drawing.Size(198, 28);
|
|
|
this.dtpOutDateStart.TabIndex = 12;
|
|
|
//
|
|
|
// txtGroutingUserCode
|
|
|
@@ -741,9 +811,10 @@
|
|
|
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(259, 101);
|
|
|
+ this.txtGroutingUserCode.Location = new System.Drawing.Point(388, 152);
|
|
|
+ this.txtGroutingUserCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.txtGroutingUserCode.Name = "txtGroutingUserCode";
|
|
|
- this.txtGroutingUserCode.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.txtGroutingUserCode.Size = new System.Drawing.Size(178, 28);
|
|
|
this.txtGroutingUserCode.TabIndex = 23;
|
|
|
this.txtGroutingUserCode.TextValue = "";
|
|
|
this.txtGroutingUserCode.TextChanged += new System.EventHandler(this.txtGroutingUserCode_TextChanged);
|
|
|
@@ -753,9 +824,10 @@
|
|
|
this.chkspecialrepairflag.AutoSize = true;
|
|
|
this.chkspecialrepairflag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.chkspecialrepairflag.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.chkspecialrepairflag.Location = new System.Drawing.Point(761, 77);
|
|
|
+ this.chkspecialrepairflag.Location = new System.Drawing.Point(1142, 116);
|
|
|
+ this.chkspecialrepairflag.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.chkspecialrepairflag.Name = "chkspecialrepairflag";
|
|
|
- this.chkspecialrepairflag.Size = new System.Drawing.Size(204, 16);
|
|
|
+ this.chkspecialrepairflag.Size = new System.Drawing.Size(304, 22);
|
|
|
this.chkspecialrepairflag.TabIndex = 8;
|
|
|
this.chkspecialrepairflag.Text = "干补过的坯体不算作成型的产量。";
|
|
|
this.chkspecialrepairflag.UseVisualStyleBackColor = true;
|
|
|
@@ -767,9 +839,10 @@
|
|
|
this.dropKilnCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.dropKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dropKilnCode.FormattingEnabled = true;
|
|
|
- this.dropKilnCode.Location = new System.Drawing.Point(258, 20);
|
|
|
+ this.dropKilnCode.Location = new System.Drawing.Point(387, 30);
|
|
|
+ this.dropKilnCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dropKilnCode.Name = "dropKilnCode";
|
|
|
- this.dropKilnCode.Size = new System.Drawing.Size(120, 20);
|
|
|
+ this.dropKilnCode.Size = new System.Drawing.Size(178, 26);
|
|
|
this.dropKilnCode.TabIndex = 3;
|
|
|
//
|
|
|
// lblKilnCode
|
|
|
@@ -778,9 +851,10 @@
|
|
|
this.lblKilnCode.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.lblKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblKilnCode.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblKilnCode.Location = new System.Drawing.Point(198, 24);
|
|
|
+ this.lblKilnCode.Location = new System.Drawing.Point(297, 36);
|
|
|
+ this.lblKilnCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lblKilnCode.Name = "lblKilnCode";
|
|
|
- this.lblKilnCode.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblKilnCode.Size = new System.Drawing.Size(80, 18);
|
|
|
this.lblKilnCode.TabIndex = 2;
|
|
|
this.lblKilnCode.Text = "窑炉编号";
|
|
|
//
|
|
|
@@ -790,9 +864,10 @@
|
|
|
this.lblRptProcedureName.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.lblRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblRptProcedureName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
- this.lblRptProcedureName.Location = new System.Drawing.Point(15, 24);
|
|
|
+ this.lblRptProcedureName.Location = new System.Drawing.Point(22, 36);
|
|
|
+ this.lblRptProcedureName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lblRptProcedureName.Name = "lblRptProcedureName";
|
|
|
- this.lblRptProcedureName.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.lblRptProcedureName.Size = new System.Drawing.Size(80, 18);
|
|
|
this.lblRptProcedureName.TabIndex = 0;
|
|
|
this.lblRptProcedureName.Text = "数据来源";
|
|
|
//
|
|
|
@@ -804,9 +879,10 @@
|
|
|
this.dropRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dropRptProcedure.FormattingEnabled = true;
|
|
|
this.dropRptProcedure.IsMustInput = true;
|
|
|
- this.dropRptProcedure.Location = new System.Drawing.Point(74, 20);
|
|
|
+ this.dropRptProcedure.Location = new System.Drawing.Point(111, 30);
|
|
|
+ this.dropRptProcedure.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dropRptProcedure.Name = "dropRptProcedure";
|
|
|
- this.dropRptProcedure.Size = new System.Drawing.Size(120, 20);
|
|
|
+ this.dropRptProcedure.Size = new System.Drawing.Size(178, 26);
|
|
|
this.dropRptProcedure.TabIndex = 1;
|
|
|
//
|
|
|
// dkUserInfoSearchBox
|
|
|
@@ -815,11 +891,12 @@
|
|
|
this.dkUserInfoSearchBox.Enabled = true;
|
|
|
this.dkUserInfoSearchBox.IsMustInput = false;
|
|
|
this.dkUserInfoSearchBox.IsWorker = false;
|
|
|
- this.dkUserInfoSearchBox.Location = new System.Drawing.Point(17, 101);
|
|
|
+ this.dkUserInfoSearchBox.Location = new System.Drawing.Point(26, 152);
|
|
|
+ this.dkUserInfoSearchBox.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
this.dkUserInfoSearchBox.Name = "dkUserInfoSearchBox";
|
|
|
this.dkUserInfoSearchBox.PurviewType = ((byte)(0));
|
|
|
this.dkUserInfoSearchBox.SelectMore = true;
|
|
|
- this.dkUserInfoSearchBox.Size = new System.Drawing.Size(179, 21);
|
|
|
+ this.dkUserInfoSearchBox.Size = new System.Drawing.Size(268, 32);
|
|
|
this.dkUserInfoSearchBox.TabIndex = 21;
|
|
|
this.dkUserInfoSearchBox.Title = "生产工号";
|
|
|
this.dkUserInfoSearchBox.TxtUserBackColor = System.Drawing.SystemColors.Control;
|
|
|
@@ -835,7 +912,8 @@
|
|
|
this.dkProcedureSearchBox.Enabled = true;
|
|
|
this.dkProcedureSearchBox.IsEnablePurview = false;
|
|
|
this.dkProcedureSearchBox.IsMustInput = false;
|
|
|
- this.dkProcedureSearchBox.Location = new System.Drawing.Point(200, 47);
|
|
|
+ this.dkProcedureSearchBox.Location = new System.Drawing.Point(300, 70);
|
|
|
+ this.dkProcedureSearchBox.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
this.dkProcedureSearchBox.ModelType = null;
|
|
|
this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
|
|
|
this.dkProcedureSearchBox.ProcedureCode = "";
|
|
|
@@ -845,7 +923,7 @@
|
|
|
this.dkProcedureSearchBox.Purview = null;
|
|
|
this.dkProcedureSearchBox.PurviewType = ((byte)(0));
|
|
|
this.dkProcedureSearchBox.SelectMore = true;
|
|
|
- this.dkProcedureSearchBox.Size = new System.Drawing.Size(179, 21);
|
|
|
+ this.dkProcedureSearchBox.Size = new System.Drawing.Size(268, 32);
|
|
|
this.dkProcedureSearchBox.TabIndex = 10;
|
|
|
this.dkProcedureSearchBox.Title = "生产工序";
|
|
|
this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
|
|
|
@@ -857,7 +935,8 @@
|
|
|
this.dkproductionLineSearchBox.Enabled = true;
|
|
|
this.dkproductionLineSearchBox.IsEnablePurview = false;
|
|
|
this.dkproductionLineSearchBox.IsMustInput = false;
|
|
|
- this.dkproductionLineSearchBox.Location = new System.Drawing.Point(17, 47);
|
|
|
+ this.dkproductionLineSearchBox.Location = new System.Drawing.Point(26, 70);
|
|
|
+ this.dkproductionLineSearchBox.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
|
|
|
this.dkproductionLineSearchBox.ProductionLineCode = "";
|
|
|
this.dkproductionLineSearchBox.ProductionLineID = null;
|
|
|
@@ -865,7 +944,7 @@
|
|
|
this.dkproductionLineSearchBox.ProductionLineName = null;
|
|
|
this.dkproductionLineSearchBox.Purview = null;
|
|
|
this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
|
|
|
- this.dkproductionLineSearchBox.Size = new System.Drawing.Size(179, 21);
|
|
|
+ this.dkproductionLineSearchBox.Size = new System.Drawing.Size(268, 32);
|
|
|
this.dkproductionLineSearchBox.TabIndex = 9;
|
|
|
this.dkproductionLineSearchBox.Title = " 生产线";
|
|
|
this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
|
|
|
@@ -876,9 +955,10 @@
|
|
|
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(200, 105);
|
|
|
+ this.c_Label1.Location = new System.Drawing.Point(300, 158);
|
|
|
+ this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.c_Label1.Name = "c_Label1";
|
|
|
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.c_Label1.Size = new System.Drawing.Size(80, 18);
|
|
|
this.c_Label1.TabIndex = 22;
|
|
|
this.c_Label1.Text = "成型工号";
|
|
|
//
|
|
|
@@ -888,9 +968,10 @@
|
|
|
this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblAccountDateEnd.Location = new System.Drawing.Point(595, 24);
|
|
|
+ this.lblAccountDateEnd.Location = new System.Drawing.Point(892, 36);
|
|
|
+ this.lblAccountDateEnd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lblAccountDateEnd.Name = "lblAccountDateEnd";
|
|
|
- this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.lblAccountDateEnd.Size = new System.Drawing.Size(26, 18);
|
|
|
this.lblAccountDateEnd.TabIndex = 6;
|
|
|
this.lblAccountDateEnd.Text = "至";
|
|
|
//
|
|
|
@@ -900,9 +981,10 @@
|
|
|
this.dtpOverDateEnd.Enabled = false;
|
|
|
this.dtpOverDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dtpOverDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpOverDateEnd.Location = new System.Drawing.Point(616, 20);
|
|
|
+ this.dtpOverDateEnd.Location = new System.Drawing.Point(924, 30);
|
|
|
+ this.dtpOverDateEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dtpOverDateEnd.Name = "dtpOverDateEnd";
|
|
|
- this.dtpOverDateEnd.Size = new System.Drawing.Size(133, 21);
|
|
|
+ this.dtpOverDateEnd.Size = new System.Drawing.Size(198, 28);
|
|
|
this.dtpOverDateEnd.TabIndex = 7;
|
|
|
//
|
|
|
// dtpOverDateStart
|
|
|
@@ -911,9 +993,10 @@
|
|
|
this.dtpOverDateStart.Enabled = false;
|
|
|
this.dtpOverDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.dtpOverDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
|
- this.dtpOverDateStart.Location = new System.Drawing.Point(458, 20);
|
|
|
+ this.dtpOverDateStart.Location = new System.Drawing.Point(687, 30);
|
|
|
+ this.dtpOverDateStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dtpOverDateStart.Name = "dtpOverDateStart";
|
|
|
- this.dtpOverDateStart.Size = new System.Drawing.Size(133, 21);
|
|
|
+ this.dtpOverDateStart.Size = new System.Drawing.Size(198, 28);
|
|
|
this.dtpOverDateStart.TabIndex = 5;
|
|
|
//
|
|
|
// btnClearCondition
|
|
|
@@ -923,9 +1006,10 @@
|
|
|
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(1181, 92);
|
|
|
+ this.btnClearCondition.Location = new System.Drawing.Point(1506, 138);
|
|
|
+ this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.btnClearCondition.Name = "btnClearCondition";
|
|
|
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
|
|
|
+ this.btnClearCondition.Size = new System.Drawing.Size(128, 45);
|
|
|
this.btnClearCondition.TabIndex = 29;
|
|
|
this.btnClearCondition.Text = "清空条件(&C)";
|
|
|
this.btnClearCondition.UseVisualStyleBackColor = true;
|
|
|
@@ -938,9 +1022,10 @@
|
|
|
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(1091, 92);
|
|
|
+ this.btnSearch.Location = new System.Drawing.Point(1370, 138);
|
|
|
+ this.btnSearch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.btnSearch.Name = "btnSearch";
|
|
|
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
|
|
|
+ this.btnSearch.Size = new System.Drawing.Size(128, 45);
|
|
|
this.btnSearch.TabIndex = 28;
|
|
|
this.btnSearch.Text = "查询(&Q)";
|
|
|
this.btnSearch.UseVisualStyleBackColor = true;
|
|
|
@@ -953,21 +1038,21 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.tblReportModule.Controls.Add(this.tapReportModule);
|
|
|
this.tblReportModule.Controls.Add(this.tapReportModuleDetail);
|
|
|
- this.tblReportModule.Location = new System.Drawing.Point(0, 171);
|
|
|
+ this.tblReportModule.Location = new System.Drawing.Point(0, 256);
|
|
|
this.tblReportModule.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.tblReportModule.Name = "tblReportModule";
|
|
|
this.tblReportModule.Padding = new System.Drawing.Point(0, 0);
|
|
|
this.tblReportModule.SelectedIndex = 0;
|
|
|
- this.tblReportModule.Size = new System.Drawing.Size(1272, 449);
|
|
|
+ this.tblReportModule.Size = new System.Drawing.Size(1642, 674);
|
|
|
this.tblReportModule.TabIndex = 1;
|
|
|
//
|
|
|
// tapReportModule
|
|
|
//
|
|
|
this.tapReportModule.Controls.Add(this.dgvRptProcedure);
|
|
|
- this.tapReportModule.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tapReportModule.Location = new System.Drawing.Point(4, 28);
|
|
|
this.tapReportModule.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.tapReportModule.Name = "tapReportModule";
|
|
|
- this.tapReportModule.Size = new System.Drawing.Size(1264, 423);
|
|
|
+ this.tapReportModule.Size = new System.Drawing.Size(1634, 642);
|
|
|
this.tapReportModule.TabIndex = 0;
|
|
|
this.tapReportModule.Text = "出窑数量汇总表";
|
|
|
this.tapReportModule.UseVisualStyleBackColor = true;
|
|
|
@@ -996,6 +1081,7 @@
|
|
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
|
|
+ this.dgvRptProcedure.ColumnHeadersHeight = 34;
|
|
|
this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Procedureid,
|
|
|
@@ -1015,6 +1101,7 @@
|
|
|
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.HasNode = false;
|
|
|
this.dgvRptProcedure.HorizontalMergeColumn = null;
|
|
|
this.dgvRptProcedure.IsAutoCountSum = true;
|
|
|
this.dgvRptProcedure.IsAutoResizeColumns = false;
|
|
|
@@ -1038,89 +1125,108 @@
|
|
|
this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle11;
|
|
|
this.dgvRptProcedure.RowTemplate.Height = 21;
|
|
|
this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.dgvRptProcedure.Size = new System.Drawing.Size(1264, 423);
|
|
|
+ this.dgvRptProcedure.Size = new System.Drawing.Size(1634, 642);
|
|
|
this.dgvRptProcedure.SortOrderColumnName = null;
|
|
|
this.dgvRptProcedure.TabIndex = 29;
|
|
|
this.dgvRptProcedure.Tag = true;
|
|
|
this.dgvRptProcedure.TotalSumColumns = null;
|
|
|
this.dgvRptProcedure.ViewRowFilter = "";
|
|
|
+ this.dgvRptProcedure.VirtualNodes = false;
|
|
|
this.dgvRptProcedure.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvRptProcedure_CellMouseDoubleClick);
|
|
|
//
|
|
|
// Procedureid
|
|
|
//
|
|
|
this.Procedureid.DataPropertyName = "Procedureid";
|
|
|
this.Procedureid.HeaderText = "工序id";
|
|
|
+ this.Procedureid.MinimumWidth = 8;
|
|
|
this.Procedureid.Name = "Procedureid";
|
|
|
this.Procedureid.ReadOnly = true;
|
|
|
this.Procedureid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.Procedureid.Visible = false;
|
|
|
+ this.Procedureid.Width = 150;
|
|
|
//
|
|
|
// ProcedureName
|
|
|
//
|
|
|
this.ProcedureName.DataPropertyName = "ProcedureName";
|
|
|
this.ProcedureName.HeaderText = "生产工序";
|
|
|
+ this.ProcedureName.MinimumWidth = 8;
|
|
|
this.ProcedureName.Name = "ProcedureName";
|
|
|
this.ProcedureName.ReadOnly = true;
|
|
|
this.ProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.ProcedureName.Width = 150;
|
|
|
//
|
|
|
// Kilncode0
|
|
|
//
|
|
|
this.Kilncode0.DataPropertyName = "Kilncode";
|
|
|
this.Kilncode0.HeaderText = "窑炉编码";
|
|
|
+ this.Kilncode0.MinimumWidth = 8;
|
|
|
this.Kilncode0.Name = "Kilncode0";
|
|
|
this.Kilncode0.ReadOnly = true;
|
|
|
this.Kilncode0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.Kilncode0.Width = 150;
|
|
|
//
|
|
|
// Userid
|
|
|
//
|
|
|
this.Userid.DataPropertyName = "Userid";
|
|
|
this.Userid.HeaderText = "生产工号Id";
|
|
|
+ this.Userid.MinimumWidth = 8;
|
|
|
this.Userid.Name = "Userid";
|
|
|
this.Userid.ReadOnly = true;
|
|
|
this.Userid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.Userid.Visible = false;
|
|
|
+ this.Userid.Width = 150;
|
|
|
//
|
|
|
// colUserCode
|
|
|
//
|
|
|
this.colUserCode.DataPropertyName = "UserCode";
|
|
|
this.colUserCode.HeaderText = "生产工号";
|
|
|
+ this.colUserCode.MinimumWidth = 8;
|
|
|
this.colUserCode.Name = "colUserCode";
|
|
|
this.colUserCode.ReadOnly = true;
|
|
|
this.colUserCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.colUserCode.Width = 150;
|
|
|
//
|
|
|
// Kilnid
|
|
|
//
|
|
|
this.Kilnid.DataPropertyName = "Kilnid";
|
|
|
this.Kilnid.HeaderText = "Kilnid";
|
|
|
+ this.Kilnid.MinimumWidth = 8;
|
|
|
this.Kilnid.Name = "Kilnid";
|
|
|
this.Kilnid.ReadOnly = true;
|
|
|
this.Kilnid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.Kilnid.Visible = false;
|
|
|
+ this.Kilnid.Width = 150;
|
|
|
//
|
|
|
// GoodsTypeName
|
|
|
//
|
|
|
this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
|
|
|
this.GoodsTypeName.HeaderText = "产品类别";
|
|
|
+ this.GoodsTypeName.MinimumWidth = 8;
|
|
|
this.GoodsTypeName.Name = "GoodsTypeName";
|
|
|
this.GoodsTypeName.ReadOnly = true;
|
|
|
this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.GoodsTypeName.Width = 150;
|
|
|
//
|
|
|
// GoodsID
|
|
|
//
|
|
|
this.GoodsID.DataPropertyName = "GoodsID";
|
|
|
this.GoodsID.HeaderText = "产品ID";
|
|
|
+ this.GoodsID.MinimumWidth = 8;
|
|
|
this.GoodsID.Name = "GoodsID";
|
|
|
this.GoodsID.ReadOnly = true;
|
|
|
this.GoodsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.GoodsID.Visible = false;
|
|
|
+ this.GoodsID.Width = 150;
|
|
|
//
|
|
|
// GoodsCode
|
|
|
//
|
|
|
this.GoodsCode.DataPropertyName = "GoodsCode";
|
|
|
this.GoodsCode.HeaderText = "产品编码";
|
|
|
+ this.GoodsCode.MinimumWidth = 8;
|
|
|
this.GoodsCode.Name = "GoodsCode";
|
|
|
this.GoodsCode.ReadOnly = true;
|
|
|
this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.GoodsCode.Width = 150;
|
|
|
//
|
|
|
// OutKilnCount
|
|
|
//
|
|
|
@@ -1128,18 +1234,47 @@
|
|
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
this.OutKilnCount.DefaultCellStyle = dataGridViewCellStyle10;
|
|
|
this.OutKilnCount.HeaderText = "出窑数量";
|
|
|
+ this.OutKilnCount.MinimumWidth = 8;
|
|
|
this.OutKilnCount.Name = "OutKilnCount";
|
|
|
this.OutKilnCount.ReadOnly = true;
|
|
|
this.OutKilnCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.OutKilnCount.Width = 150;
|
|
|
+ //
|
|
|
+ // dropTestFormFlag
|
|
|
+ //
|
|
|
+ this.dropTestFormFlag.BackColor = System.Drawing.Color.Yellow;
|
|
|
+ this.dropTestFormFlag.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.dropTestFormFlag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.dropTestFormFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dropTestFormFlag.FormattingEnabled = true;
|
|
|
+ this.dropTestFormFlag.IsMustInput = true;
|
|
|
+ this.dropTestFormFlag.Location = new System.Drawing.Point(1401, 77);
|
|
|
+ this.dropTestFormFlag.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.dropTestFormFlag.Name = "dropTestFormFlag";
|
|
|
+ this.dropTestFormFlag.Size = new System.Drawing.Size(148, 26);
|
|
|
+ this.dropTestFormFlag.TabIndex = 64;
|
|
|
+ //
|
|
|
+ // txtTestFormFlag
|
|
|
+ //
|
|
|
+ this.txtTestFormFlag.AutoSize = true;
|
|
|
+ this.txtTestFormFlag.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.txtTestFormFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.txtTestFormFlag.Location = new System.Drawing.Point(1311, 80);
|
|
|
+ this.txtTestFormFlag.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.txtTestFormFlag.Name = "txtTestFormFlag";
|
|
|
+ this.txtTestFormFlag.Size = new System.Drawing.Size(62, 18);
|
|
|
+ this.txtTestFormFlag.TabIndex = 65;
|
|
|
+ this.txtTestFormFlag.Text = "实验单";
|
|
|
//
|
|
|
// F_RPT_030103_1
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1284, 616);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1660, 924);
|
|
|
this.Controls.Add(this.tsrOperate);
|
|
|
this.Controls.Add(this.gbxCondition);
|
|
|
this.Controls.Add(this.tblReportModule);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
this.Name = "F_RPT_030103_1";
|
|
|
this.RightToLeftLayout = true;
|
|
|
this.Text = "出窑数量汇总表";
|
|
|
@@ -1236,5 +1371,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Kcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Fyear;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn TestMouldFlag;
|
|
|
+ private Basics.BaseControls.C_ComboBox dropTestFormFlag;
|
|
|
+ private Basics.BaseControls.C_Label txtTestFormFlag;
|
|
|
}
|
|
|
}
|