|
|
@@ -47,6 +47,10 @@
|
|
|
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_TextBox();
|
|
|
+ this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.cobworkshop = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
|
|
|
+ this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
|
|
|
this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
@@ -117,8 +121,6 @@
|
|
|
this.DefectStaffNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.cobworkshop = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
|
|
|
- this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
@@ -206,6 +208,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.txtGroutingUserCode);
|
|
|
+ this.gbxCondition.Controls.Add(this.c_Label5);
|
|
|
this.gbxCondition.Controls.Add(this.cobworkshop);
|
|
|
this.gbxCondition.Controls.Add(this.c_Label4);
|
|
|
this.gbxCondition.Controls.Add(this.lblOrganization);
|
|
|
@@ -243,6 +247,59 @@
|
|
|
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.Location = new System.Drawing.Point(918, 77);
|
|
|
+ this.txtGroutingUserCode.MaxLength = 500;
|
|
|
+ this.txtGroutingUserCode.Name = "txtGroutingUserCode";
|
|
|
+ this.txtGroutingUserCode.Size = new System.Drawing.Size(127, 21);
|
|
|
+ this.txtGroutingUserCode.TabIndex = 64;
|
|
|
+ //
|
|
|
+ // 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(859, 80);
|
|
|
+ this.c_Label5.Name = "c_Label5";
|
|
|
+ this.c_Label5.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.c_Label5.TabIndex = 65;
|
|
|
+ this.c_Label5.Text = "成型工号";
|
|
|
+ //
|
|
|
+ // cobworkshop
|
|
|
+ //
|
|
|
+ this.cobworkshop.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
+ this.cobworkshop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.cobworkshop.FormattingEnabled = true;
|
|
|
+ this.cobworkshop.Items.AddRange(new object[] {
|
|
|
+ "A",
|
|
|
+ "B",
|
|
|
+ "C",
|
|
|
+ "高压",
|
|
|
+ "干补"});
|
|
|
+ this.cobworkshop.Location = new System.Drawing.Point(706, 78);
|
|
|
+ this.cobworkshop.Name = "cobworkshop";
|
|
|
+ this.cobworkshop.Size = new System.Drawing.Size(134, 20);
|
|
|
+ this.cobworkshop.TabIndex = 62;
|
|
|
+ //
|
|
|
+ // 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(661, 81);
|
|
|
+ this.c_Label4.Name = "c_Label4";
|
|
|
+ this.c_Label4.Size = new System.Drawing.Size(29, 12);
|
|
|
+ this.c_Label4.TabIndex = 63;
|
|
|
+ this.c_Label4.Text = "车间";
|
|
|
+ //
|
|
|
// lblOrganization
|
|
|
//
|
|
|
this.lblOrganization.AutoSize = true;
|
|
|
@@ -1048,34 +1105,6 @@
|
|
|
this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.DefectRemarks.Width = 200;
|
|
|
//
|
|
|
- // cobworkshop
|
|
|
- //
|
|
|
- this.cobworkshop.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
- this.cobworkshop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cobworkshop.FormattingEnabled = true;
|
|
|
- this.cobworkshop.Items.AddRange(new object[] {
|
|
|
- "A",
|
|
|
- "B",
|
|
|
- "C",
|
|
|
- "高压",
|
|
|
- "干补"});
|
|
|
- this.cobworkshop.Location = new System.Drawing.Point(706, 78);
|
|
|
- this.cobworkshop.Name = "cobworkshop";
|
|
|
- this.cobworkshop.Size = new System.Drawing.Size(134, 20);
|
|
|
- this.cobworkshop.TabIndex = 62;
|
|
|
- //
|
|
|
- // 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(661, 81);
|
|
|
- this.c_Label4.Name = "c_Label4";
|
|
|
- this.c_Label4.Size = new System.Drawing.Size(29, 12);
|
|
|
- this.c_Label4.TabIndex = 63;
|
|
|
- this.c_Label4.Text = "车间";
|
|
|
- //
|
|
|
// F_PM_1201
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -1184,5 +1213,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPosition;
|
|
|
private Basics.BaseControls.C_ComboBox cobworkshop;
|
|
|
private Basics.BaseControls.C_Label c_Label4;
|
|
|
+ private Basics.BaseControls.C_TextBox txtGroutingUserCode;
|
|
|
+ private Basics.BaseControls.C_Label c_Label5;
|
|
|
}
|
|
|
}
|