|
|
@@ -47,14 +47,21 @@ namespace UAS_MES_NEW.Query
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.SendDGV = new System.Windows.Forms.DataGridView();
|
|
|
this.ChooseALL = new System.Windows.Forms.Button();
|
|
|
- this.ps_prodcode = new SearchTextBox();
|
|
|
- this.li_code = new SearchTextBox();
|
|
|
this.GetSOP = new System.Windows.Forms.Button();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ 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.button2 = new System.Windows.Forms.Button();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.SendDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -233,24 +240,66 @@ namespace UAS_MES_NEW.Query
|
|
|
this.ChooseALL.UseVisualStyleBackColor = true;
|
|
|
this.ChooseALL.Click += new System.EventHandler(this.ChooseALL_Click);
|
|
|
//
|
|
|
- // ps_prodcode
|
|
|
+ // GetSOP
|
|
|
//
|
|
|
- this.ps_prodcode.AllPower = null;
|
|
|
- this.ps_prodcode.Caller = null;
|
|
|
- this.ps_prodcode.Condition = null;
|
|
|
- this.ps_prodcode.DBTitle = null;
|
|
|
- this.ps_prodcode.FormName = null;
|
|
|
- this.ps_prodcode.Location = new System.Drawing.Point(216, 311);
|
|
|
- this.ps_prodcode.Name = "ps_prodcode";
|
|
|
- this.ps_prodcode.Power = null;
|
|
|
- this.ps_prodcode.ReturnData = null;
|
|
|
- this.ps_prodcode.SelectField = null;
|
|
|
- this.ps_prodcode.SetValueField = null;
|
|
|
- this.ps_prodcode.Size = new System.Drawing.Size(582, 41);
|
|
|
- this.ps_prodcode.TabIndex = 24;
|
|
|
- this.ps_prodcode.TableName = null;
|
|
|
- this.ps_prodcode.TextBoxEnable = false;
|
|
|
- this.ps_prodcode.UserControlTextChanged += new SearchTextBox.OnTextChange(this.ps_prodcode_UserControlTextChanged);
|
|
|
+ this.GetSOP.Location = new System.Drawing.Point(638, 379);
|
|
|
+ this.GetSOP.Name = "GetSOP";
|
|
|
+ this.GetSOP.Size = new System.Drawing.Size(160, 42);
|
|
|
+ this.GetSOP.TabIndex = 26;
|
|
|
+ this.GetSOP.Text = "获取SOP";
|
|
|
+ this.GetSOP.UseVisualStyleBackColor = true;
|
|
|
+ this.GetSOP.Click += new System.EventHandler(this.GetSOP_Click);
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(657, 797);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(160, 42);
|
|
|
+ this.button1.TabIndex = 27;
|
|
|
+ this.button1.Text = "PDF";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // dataGridViewCheckBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewCheckBoxColumn1.DataPropertyName = "CheckColumn";
|
|
|
+ this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
|
|
|
+ this.dataGridViewCheckBoxColumn1.MinimumWidth = 100;
|
|
|
+ this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
|
|
+ this.dataGridViewCheckBoxColumn1.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "fp_name";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "文件名";
|
|
|
+ this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "fp_path";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "路径";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "psd_iskey";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "是否关键工序";
|
|
|
+ this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "issend";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "是否成功发送";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 200;
|
|
|
//
|
|
|
// li_code
|
|
|
//
|
|
|
@@ -270,15 +319,24 @@ namespace UAS_MES_NEW.Query
|
|
|
this.li_code.TableName = null;
|
|
|
this.li_code.TextBoxEnable = false;
|
|
|
//
|
|
|
- // GetSOP
|
|
|
+ // ps_prodcode
|
|
|
//
|
|
|
- this.GetSOP.Location = new System.Drawing.Point(638, 379);
|
|
|
- this.GetSOP.Name = "GetSOP";
|
|
|
- this.GetSOP.Size = new System.Drawing.Size(160, 42);
|
|
|
- this.GetSOP.TabIndex = 26;
|
|
|
- this.GetSOP.Text = "获取SOP";
|
|
|
- this.GetSOP.UseVisualStyleBackColor = true;
|
|
|
- this.GetSOP.Click += new System.EventHandler(this.GetSOP_Click);
|
|
|
+ this.ps_prodcode.AllPower = null;
|
|
|
+ this.ps_prodcode.Caller = null;
|
|
|
+ this.ps_prodcode.Condition = null;
|
|
|
+ this.ps_prodcode.DBTitle = null;
|
|
|
+ this.ps_prodcode.FormName = null;
|
|
|
+ this.ps_prodcode.Location = new System.Drawing.Point(216, 311);
|
|
|
+ this.ps_prodcode.Name = "ps_prodcode";
|
|
|
+ this.ps_prodcode.Power = null;
|
|
|
+ this.ps_prodcode.ReturnData = null;
|
|
|
+ this.ps_prodcode.SelectField = null;
|
|
|
+ this.ps_prodcode.SetValueField = null;
|
|
|
+ this.ps_prodcode.Size = new System.Drawing.Size(582, 41);
|
|
|
+ this.ps_prodcode.TabIndex = 24;
|
|
|
+ this.ps_prodcode.TableName = null;
|
|
|
+ this.ps_prodcode.TextBoxEnable = false;
|
|
|
+ this.ps_prodcode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ps_prodcode_UserControlTextChanged);
|
|
|
//
|
|
|
// CheckColumn
|
|
|
//
|
|
|
@@ -321,11 +379,23 @@ namespace UAS_MES_NEW.Query
|
|
|
this.issend.Visible = false;
|
|
|
this.issend.Width = 200;
|
|
|
//
|
|
|
- // SOP
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Location = new System.Drawing.Point(666, 893);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(160, 42);
|
|
|
+ this.button2.TabIndex = 28;
|
|
|
+ this.button2.Text = "excel";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // Query_SOP_CY
|
|
|
//
|
|
|
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.button2);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
this.Controls.Add(this.GetSOP);
|
|
|
this.Controls.Add(this.li_code);
|
|
|
this.Controls.Add(this.ps_prodcode);
|
|
|
@@ -345,10 +415,10 @@ namespace UAS_MES_NEW.Query
|
|
|
this.Controls.Add(this.FilePath);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.richTextBox1);
|
|
|
- this.Name = "SOP";
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Name = "Query_SOP_CY";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "SOP管理";
|
|
|
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.Load += new System.EventHandler(this.Form3_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.SendDGV)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
@@ -382,5 +452,12 @@ namespace UAS_MES_NEW.Query
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn fp_path;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn psd_iskey;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn issend;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
}
|
|
|
}
|