|
|
@@ -41,6 +41,11 @@ namespace UAS_MES_NEW.Query
|
|
|
this.SendSop = new System.Windows.Forms.Button();
|
|
|
this.JPG = new System.Windows.Forms.RadioButton();
|
|
|
this.SendDGV = new System.Windows.Forms.DataGridView();
|
|
|
+ this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.fp_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.fp_path = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.psd_iskey = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.issend = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ChooseALL = new System.Windows.Forms.Button();
|
|
|
this.GetSOP = new System.Windows.Forms.Button();
|
|
|
this.ChoosePrint = new System.Windows.Forms.Button();
|
|
|
@@ -59,14 +64,15 @@ namespace UAS_MES_NEW.Query
|
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ps_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
- this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.fp_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.fp_path = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.psd_iskey = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.issend = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.DateCode = new System.Windows.Forms.DateTimePicker();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.VaildDate = new System.Windows.Forms.CheckBox();
|
|
|
+ this.RowCount = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.SendDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.X)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Y)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.RowCount)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// richTextBox1
|
|
|
@@ -182,6 +188,47 @@ namespace UAS_MES_NEW.Query
|
|
|
this.SendDGV.TabIndex = 22;
|
|
|
this.SendDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.SendDGV_CellPainting);
|
|
|
//
|
|
|
+ // CheckColumn
|
|
|
+ //
|
|
|
+ this.CheckColumn.DataPropertyName = "CheckColumn";
|
|
|
+ this.CheckColumn.HeaderText = "勾选";
|
|
|
+ this.CheckColumn.MinimumWidth = 100;
|
|
|
+ this.CheckColumn.Name = "CheckColumn";
|
|
|
+ this.CheckColumn.Width = 200;
|
|
|
+ //
|
|
|
+ // fp_name
|
|
|
+ //
|
|
|
+ this.fp_name.DataPropertyName = "fp_name";
|
|
|
+ this.fp_name.HeaderText = "文件名";
|
|
|
+ this.fp_name.MinimumWidth = 10;
|
|
|
+ this.fp_name.Name = "fp_name";
|
|
|
+ this.fp_name.Width = 200;
|
|
|
+ //
|
|
|
+ // fp_path
|
|
|
+ //
|
|
|
+ this.fp_path.DataPropertyName = "fp_path";
|
|
|
+ this.fp_path.HeaderText = "路径";
|
|
|
+ this.fp_path.MinimumWidth = 10;
|
|
|
+ this.fp_path.Name = "fp_path";
|
|
|
+ this.fp_path.Width = 200;
|
|
|
+ //
|
|
|
+ // psd_iskey
|
|
|
+ //
|
|
|
+ this.psd_iskey.DataPropertyName = "psd_iskey";
|
|
|
+ this.psd_iskey.HeaderText = "是否关键工序";
|
|
|
+ this.psd_iskey.MinimumWidth = 10;
|
|
|
+ this.psd_iskey.Name = "psd_iskey";
|
|
|
+ this.psd_iskey.Width = 200;
|
|
|
+ //
|
|
|
+ // issend
|
|
|
+ //
|
|
|
+ this.issend.DataPropertyName = "issend";
|
|
|
+ this.issend.HeaderText = "是否成功发送";
|
|
|
+ this.issend.MinimumWidth = 10;
|
|
|
+ this.issend.Name = "issend";
|
|
|
+ this.issend.Visible = false;
|
|
|
+ this.issend.Width = 200;
|
|
|
+ //
|
|
|
// ChooseALL
|
|
|
//
|
|
|
this.ChooseALL.Location = new System.Drawing.Point(865, 61);
|
|
|
@@ -358,52 +405,65 @@ namespace UAS_MES_NEW.Query
|
|
|
this.ps_prodcode.TextBoxEnable = false;
|
|
|
this.ps_prodcode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ps_prodcode_UserControlTextChanged);
|
|
|
//
|
|
|
- // CheckColumn
|
|
|
- //
|
|
|
- this.CheckColumn.DataPropertyName = "CheckColumn";
|
|
|
- this.CheckColumn.HeaderText = "勾选";
|
|
|
- this.CheckColumn.MinimumWidth = 100;
|
|
|
- this.CheckColumn.Name = "CheckColumn";
|
|
|
- this.CheckColumn.Width = 200;
|
|
|
- //
|
|
|
- // fp_name
|
|
|
- //
|
|
|
- this.fp_name.DataPropertyName = "fp_name";
|
|
|
- this.fp_name.HeaderText = "文件名";
|
|
|
- this.fp_name.MinimumWidth = 10;
|
|
|
- this.fp_name.Name = "fp_name";
|
|
|
- this.fp_name.Width = 200;
|
|
|
- //
|
|
|
- // fp_path
|
|
|
- //
|
|
|
- this.fp_path.DataPropertyName = "fp_path";
|
|
|
- this.fp_path.HeaderText = "路径";
|
|
|
- this.fp_path.MinimumWidth = 10;
|
|
|
- this.fp_path.Name = "fp_path";
|
|
|
- this.fp_path.Width = 200;
|
|
|
- //
|
|
|
- // psd_iskey
|
|
|
- //
|
|
|
- this.psd_iskey.DataPropertyName = "psd_iskey";
|
|
|
- this.psd_iskey.HeaderText = "是否关键工序";
|
|
|
- this.psd_iskey.MinimumWidth = 10;
|
|
|
- this.psd_iskey.Name = "psd_iskey";
|
|
|
- this.psd_iskey.Width = 200;
|
|
|
+ // DateCode
|
|
|
+ //
|
|
|
+ this.DateCode.Location = new System.Drawing.Point(216, 905);
|
|
|
+ this.DateCode.Name = "DateCode";
|
|
|
+ this.DateCode.Size = new System.Drawing.Size(200, 35);
|
|
|
+ this.DateCode.TabIndex = 37;
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label5.Location = new System.Drawing.Point(10, 899);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(178, 41);
|
|
|
+ this.label5.TabIndex = 38;
|
|
|
+ this.label5.Text = "文件有效期";
|
|
|
+ //
|
|
|
+ // VaildDate
|
|
|
+ //
|
|
|
+ this.VaildDate.AutoSize = true;
|
|
|
+ this.VaildDate.Location = new System.Drawing.Point(451, 911);
|
|
|
+ this.VaildDate.Name = "VaildDate";
|
|
|
+ this.VaildDate.Size = new System.Drawing.Size(162, 28);
|
|
|
+ this.VaildDate.TabIndex = 39;
|
|
|
+ this.VaildDate.Text = "管控有效期";
|
|
|
+ this.VaildDate.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // RowCount
|
|
|
+ //
|
|
|
+ this.RowCount.Location = new System.Drawing.Point(218, 985);
|
|
|
+ this.RowCount.Name = "RowCount";
|
|
|
+ this.RowCount.Size = new System.Drawing.Size(120, 35);
|
|
|
+ this.RowCount.TabIndex = 40;
|
|
|
+ this.RowCount.Value = new decimal(new int[] {
|
|
|
+ 40,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
//
|
|
|
- // issend
|
|
|
+ // label9
|
|
|
//
|
|
|
- this.issend.DataPropertyName = "issend";
|
|
|
- this.issend.HeaderText = "是否成功发送";
|
|
|
- this.issend.MinimumWidth = 10;
|
|
|
- this.issend.Name = "issend";
|
|
|
- this.issend.Visible = false;
|
|
|
- this.issend.Width = 200;
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label9.Location = new System.Drawing.Point(19, 979);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label9.TabIndex = 41;
|
|
|
+ this.label9.Text = "截取行数";
|
|
|
//
|
|
|
// Query_SOP
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1945, 1234);
|
|
|
+ this.Controls.Add(this.label9);
|
|
|
+ this.Controls.Add(this.RowCount);
|
|
|
+ this.Controls.Add(this.VaildDate);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
+ this.Controls.Add(this.DateCode);
|
|
|
this.Controls.Add(this.ps_code);
|
|
|
this.Controls.Add(this.label8);
|
|
|
this.Controls.Add(this.Y);
|
|
|
@@ -436,6 +496,7 @@ namespace UAS_MES_NEW.Query
|
|
|
((System.ComponentModel.ISupportInitialize)(this.SendDGV)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.X)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Y)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.RowCount)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -476,5 +537,10 @@ namespace UAS_MES_NEW.Query
|
|
|
private System.Windows.Forms.NumericUpDown Y;
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
private System.Windows.Forms.Label ps_code;
|
|
|
+ private System.Windows.Forms.DateTimePicker DateCode;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.CheckBox VaildDate;
|
|
|
+ private System.Windows.Forms.NumericUpDown RowCount;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
}
|
|
|
}
|