|
|
@@ -1,4 +1,6 @@
|
|
|
-namespace UAS_MES_NEW.Query
|
|
|
+using UAS_MES_NEW.CustomControl.TextBoxWithIcon;
|
|
|
+
|
|
|
+namespace UAS_MES_NEW.Query
|
|
|
{
|
|
|
partial class Query_SOP
|
|
|
{
|
|
|
@@ -28,196 +30,357 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.components = new System.ComponentModel.Container();
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_SOP));
|
|
|
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
+ this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
|
+ this.ChoosePath = new System.Windows.Forms.OpenFileDialog();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.FilePath = new System.Windows.Forms.TextBox();
|
|
|
+ this.ChooseFile = new System.Windows.Forms.Button();
|
|
|
+ this.UploadSOP = new System.Windows.Forms.Button();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.OperatResult = new System.Windows.Forms.RichTextBox();
|
|
|
+ this.SendSop = new System.Windows.Forms.Button();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
- this.label5 = new System.Windows.Forms.Label();
|
|
|
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
- this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
- this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
- this.PrintBarcode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
|
|
|
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
|
|
|
- this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.pr_detail = new System.Windows.Forms.Label();
|
|
|
+ this.JPG = new System.Windows.Forms.RadioButton();
|
|
|
+ this.pr_spec = new System.Windows.Forms.RichTextBox();
|
|
|
+ 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.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();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
+ // richTextBox1
|
|
|
+ //
|
|
|
+ this.richTextBox1.Location = new System.Drawing.Point(-43, -88);
|
|
|
+ this.richTextBox1.Name = "richTextBox1";
|
|
|
+ this.richTextBox1.Size = new System.Drawing.Size(100, 96);
|
|
|
+ this.richTextBox1.TabIndex = 5;
|
|
|
+ this.richTextBox1.Text = "";
|
|
|
+ //
|
|
|
+ // ChoosePath
|
|
|
+ //
|
|
|
+ this.ChoosePath.FileName = "ChoosePath";
|
|
|
+ //
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(285, 421);
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label1.Location = new System.Drawing.Point(19, 448);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(101, 37);
|
|
|
- this.label1.TabIndex = 1;
|
|
|
- this.label1.Text = "工单号";
|
|
|
+ this.label1.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label1.TabIndex = 6;
|
|
|
+ this.label1.Text = "SOP文件";
|
|
|
+ //
|
|
|
+ // FilePath
|
|
|
+ //
|
|
|
+ this.FilePath.Enabled = false;
|
|
|
+ this.FilePath.Location = new System.Drawing.Point(218, 453);
|
|
|
+ this.FilePath.Name = "FilePath";
|
|
|
+ this.FilePath.Size = new System.Drawing.Size(582, 35);
|
|
|
+ this.FilePath.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // ChooseFile
|
|
|
+ //
|
|
|
+ this.ChooseFile.Location = new System.Drawing.Point(218, 666);
|
|
|
+ this.ChooseFile.Name = "ChooseFile";
|
|
|
+ this.ChooseFile.Size = new System.Drawing.Size(160, 42);
|
|
|
+ this.ChooseFile.TabIndex = 8;
|
|
|
+ this.ChooseFile.Text = "选择文件";
|
|
|
+ this.ChooseFile.UseVisualStyleBackColor = true;
|
|
|
+ this.ChooseFile.Click += new System.EventHandler(this.ChooseFile_Click);
|
|
|
+ //
|
|
|
+ // UploadSOP
|
|
|
+ //
|
|
|
+ this.UploadSOP.Location = new System.Drawing.Point(424, 666);
|
|
|
+ this.UploadSOP.Name = "UploadSOP";
|
|
|
+ this.UploadSOP.Size = new System.Drawing.Size(160, 42);
|
|
|
+ this.UploadSOP.TabIndex = 9;
|
|
|
+ this.UploadSOP.Text = "上传文件";
|
|
|
+ this.UploadSOP.UseVisualStyleBackColor = true;
|
|
|
+ this.UploadSOP.Click += new System.EventHandler(this.UploadSOP_Click);
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.Location = new System.Drawing.Point(270, 313);
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label2.Location = new System.Drawing.Point(19, 311);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(129, 37);
|
|
|
- this.label2.TabIndex = 2;
|
|
|
- this.label2.Text = "设备名称";
|
|
|
+ this.label2.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label2.TabIndex = 10;
|
|
|
+ this.label2.Text = "机型";
|
|
|
+ //
|
|
|
+ // OperatResult
|
|
|
+ //
|
|
|
+ this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(865, 841);
|
|
|
+ this.OperatResult.Name = "OperatResult";
|
|
|
+ this.OperatResult.Size = new System.Drawing.Size(1068, 381);
|
|
|
+ this.OperatResult.TabIndex = 12;
|
|
|
+ this.OperatResult.Text = "";
|
|
|
+ this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged);
|
|
|
+ //
|
|
|
+ // SendSop
|
|
|
+ //
|
|
|
+ this.SendSop.Location = new System.Drawing.Point(640, 666);
|
|
|
+ this.SendSop.Name = "SendSop";
|
|
|
+ this.SendSop.Size = new System.Drawing.Size(160, 42);
|
|
|
+ this.SendSop.TabIndex = 13;
|
|
|
+ this.SendSop.Text = "广播SOP";
|
|
|
+ this.SendSop.UseVisualStyleBackColor = true;
|
|
|
+ this.SendSop.Click += new System.EventHandler(this.SendSop_Click);
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
- this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(229, 491);
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label3.Location = new System.Drawing.Point(19, 22);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(157, 37);
|
|
|
- this.label3.TabIndex = 6;
|
|
|
- this.label3.Text = "打印机列表";
|
|
|
+ this.label3.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label3.TabIndex = 14;
|
|
|
+ this.label3.Text = "产品名称";
|
|
|
+ this.label3.Visible = false;
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label4.Location = new System.Drawing.Point(19, 115);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label4.TabIndex = 15;
|
|
|
+ this.label4.Text = "产品规格";
|
|
|
+ this.label4.Visible = false;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
+ this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(211, 22);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_detail.TabIndex = 16;
|
|
|
+ this.pr_detail.Visible = false;
|
|
|
+ //
|
|
|
+ // JPG
|
|
|
+ //
|
|
|
+ this.JPG.AutoSize = true;
|
|
|
+ this.JPG.Checked = true;
|
|
|
+ this.JPG.Location = new System.Drawing.Point(251, 534);
|
|
|
+ this.JPG.Name = "JPG";
|
|
|
+ this.JPG.Size = new System.Drawing.Size(89, 28);
|
|
|
+ this.JPG.TabIndex = 18;
|
|
|
+ this.JPG.TabStop = true;
|
|
|
+ this.JPG.Text = "图片";
|
|
|
+ this.JPG.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // pr_spec
|
|
|
+ //
|
|
|
+ this.pr_spec.Enabled = false;
|
|
|
+ this.pr_spec.Location = new System.Drawing.Point(218, 123);
|
|
|
+ this.pr_spec.Name = "pr_spec";
|
|
|
+ this.pr_spec.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
|
|
|
+ this.pr_spec.Size = new System.Drawing.Size(580, 94);
|
|
|
+ this.pr_spec.TabIndex = 19;
|
|
|
+ this.pr_spec.Text = "";
|
|
|
+ this.pr_spec.Visible = false;
|
|
|
//
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
- this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label5.Location = new System.Drawing.Point(257, 569);
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label5.Location = new System.Drawing.Point(19, 580);
|
|
|
this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(129, 37);
|
|
|
- this.label5.TabIndex = 163;
|
|
|
- this.label5.Text = "打印标签";
|
|
|
- //
|
|
|
- // OperateResult
|
|
|
- //
|
|
|
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OperateResult.Location = new System.Drawing.Point(890, 254);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.OperateResult.Name = "OperateResult";
|
|
|
- this.OperateResult.Size = new System.Drawing.Size(504, 570);
|
|
|
- this.OperateResult.TabIndex = 164;
|
|
|
- this.OperateResult.Text = "";
|
|
|
- //
|
|
|
- // PrintLabel
|
|
|
- //
|
|
|
- this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.PrintLabel.FormattingEnabled = true;
|
|
|
- this.PrintLabel.Location = new System.Drawing.Point(416, 571);
|
|
|
- this.PrintLabel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.PrintLabel.Name = "PrintLabel";
|
|
|
- this.PrintLabel.Size = new System.Drawing.Size(378, 39);
|
|
|
- this.PrintLabel.TabIndex = 161;
|
|
|
- //
|
|
|
- // PrintList
|
|
|
- //
|
|
|
- this.PrintList.Location = new System.Drawing.Point(416, 491);
|
|
|
- this.PrintList.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
- this.PrintList.Name = "PrintList";
|
|
|
- this.PrintList.Size = new System.Drawing.Size(378, 45);
|
|
|
- this.PrintList.TabIndex = 5;
|
|
|
- //
|
|
|
- // PrintBarcode
|
|
|
- //
|
|
|
- this.PrintBarcode.AllPower = null;
|
|
|
- this.PrintBarcode.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.PrintBarcode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.DownImage")));
|
|
|
- this.PrintBarcode.Image = null;
|
|
|
- this.PrintBarcode.IsShowBorder = true;
|
|
|
- this.PrintBarcode.Location = new System.Drawing.Point(464, 652);
|
|
|
- this.PrintBarcode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.MoveImage")));
|
|
|
- this.PrintBarcode.Name = "PrintBarcode";
|
|
|
- this.PrintBarcode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.NormalImage")));
|
|
|
- this.PrintBarcode.Power = null;
|
|
|
- this.PrintBarcode.Size = new System.Drawing.Size(150, 50);
|
|
|
- this.PrintBarcode.TabIndex = 4;
|
|
|
- this.PrintBarcode.Text = "打印";
|
|
|
- this.PrintBarcode.UseVisualStyleBackColor = false;
|
|
|
- this.PrintBarcode.Click += new System.EventHandler(this.Print_Click);
|
|
|
- //
|
|
|
- // pa_outboxcode
|
|
|
- //
|
|
|
- this.pa_outboxcode.AllPower = null;
|
|
|
- this.pa_outboxcode.ID = null;
|
|
|
- this.pa_outboxcode.Location = new System.Drawing.Point(416, 315);
|
|
|
- this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
- this.pa_outboxcode.Power = null;
|
|
|
- this.pa_outboxcode.Size = new System.Drawing.Size(283, 35);
|
|
|
- this.pa_outboxcode.Str = null;
|
|
|
- this.pa_outboxcode.Str1 = null;
|
|
|
- this.pa_outboxcode.Str2 = null;
|
|
|
- this.pa_outboxcode.TabIndex = 3;
|
|
|
- //
|
|
|
- // ma_code
|
|
|
- //
|
|
|
- this.ma_code.AllPower = null;
|
|
|
- this.ma_code.ID = null;
|
|
|
- this.ma_code.Location = new System.Drawing.Point(416, 423);
|
|
|
- this.ma_code.Name = "ma_code";
|
|
|
- this.ma_code.Power = null;
|
|
|
- this.ma_code.Size = new System.Drawing.Size(283, 35);
|
|
|
- this.ma_code.Str = null;
|
|
|
- this.ma_code.Str1 = null;
|
|
|
- this.ma_code.Str2 = null;
|
|
|
- this.ma_code.TabIndex = 0;
|
|
|
- this.ma_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Sn_KeyDown);
|
|
|
- //
|
|
|
- // comboBox1
|
|
|
- //
|
|
|
- this.comboBox1.FormattingEnabled = true;
|
|
|
- this.comboBox1.Location = new System.Drawing.Point(416, 244);
|
|
|
- this.comboBox1.Name = "comboBox1";
|
|
|
- this.comboBox1.Size = new System.Drawing.Size(283, 32);
|
|
|
- this.comboBox1.TabIndex = 165;
|
|
|
+ this.label5.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label5.TabIndex = 20;
|
|
|
+ this.label5.Text = "线别";
|
|
|
//
|
|
|
- // label4
|
|
|
+ // SendDGV
|
|
|
//
|
|
|
- this.label4.AutoSize = true;
|
|
|
- this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(257, 238);
|
|
|
- this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(142, 37);
|
|
|
- this.label4.TabIndex = 166;
|
|
|
- this.label4.Text = "MAC地址";
|
|
|
+ this.SendDGV.AllowUserToAddRows = false;
|
|
|
+ this.SendDGV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.SendDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.SendDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.CheckColumn,
|
|
|
+ this.fp_name,
|
|
|
+ this.fp_path,
|
|
|
+ this.psd_iskey,
|
|
|
+ this.issend});
|
|
|
+ this.SendDGV.Location = new System.Drawing.Point(865, 61);
|
|
|
+ this.SendDGV.Name = "SendDGV";
|
|
|
+ this.SendDGV.RowHeadersWidth = 82;
|
|
|
+ this.SendDGV.RowTemplate.Height = 37;
|
|
|
+ this.SendDGV.Size = new System.Drawing.Size(1068, 759);
|
|
|
+ this.SendDGV.TabIndex = 22;
|
|
|
+ //
|
|
|
+ // ChooseALL
|
|
|
+ //
|
|
|
+ this.ChooseALL.Location = new System.Drawing.Point(865, 61);
|
|
|
+ this.ChooseALL.Name = "ChooseALL";
|
|
|
+ this.ChooseALL.Size = new System.Drawing.Size(80, 42);
|
|
|
+ this.ChooseALL.TabIndex = 23;
|
|
|
+ this.ChooseALL.Text = "全选";
|
|
|
+ this.ChooseALL.UseVisualStyleBackColor = true;
|
|
|
+ this.ChooseALL.Click += new System.EventHandler(this.ChooseALL_Click);
|
|
|
+ //
|
|
|
+ // ps_prodcode
|
|
|
+ //
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // li_code
|
|
|
+ //
|
|
|
+ this.li_code.AllPower = null;
|
|
|
+ this.li_code.Caller = null;
|
|
|
+ this.li_code.Condition = null;
|
|
|
+ this.li_code.DBTitle = null;
|
|
|
+ this.li_code.FormName = null;
|
|
|
+ this.li_code.Location = new System.Drawing.Point(218, 580);
|
|
|
+ this.li_code.Name = "li_code";
|
|
|
+ this.li_code.Power = null;
|
|
|
+ this.li_code.ReturnData = null;
|
|
|
+ this.li_code.SelectField = null;
|
|
|
+ this.li_code.SetValueField = null;
|
|
|
+ this.li_code.Size = new System.Drawing.Size(582, 41);
|
|
|
+ this.li_code.TabIndex = 25;
|
|
|
+ this.li_code.TableName = null;
|
|
|
+ this.li_code.TextBoxEnable = false;
|
|
|
+ //
|
|
|
+ // GetSOP
|
|
|
+ //
|
|
|
+ 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);
|
|
|
+ //
|
|
|
+ // CheckColumn
|
|
|
//
|
|
|
- // Query_SOP
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // SOP
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1494, 1075);
|
|
|
- this.Controls.Add(this.label4);
|
|
|
- this.Controls.Add(this.comboBox1);
|
|
|
- this.Controls.Add(this.OperateResult);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1945, 1234);
|
|
|
+ this.Controls.Add(this.GetSOP);
|
|
|
+ this.Controls.Add(this.li_code);
|
|
|
+ this.Controls.Add(this.ps_prodcode);
|
|
|
+ this.Controls.Add(this.ChooseALL);
|
|
|
+ this.Controls.Add(this.SendDGV);
|
|
|
this.Controls.Add(this.label5);
|
|
|
- this.Controls.Add(this.PrintLabel);
|
|
|
+ this.Controls.Add(this.pr_spec);
|
|
|
+ this.Controls.Add(this.JPG);
|
|
|
+ this.Controls.Add(this.pr_detail);
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
this.Controls.Add(this.label3);
|
|
|
- this.Controls.Add(this.PrintList);
|
|
|
- this.Controls.Add(this.PrintBarcode);
|
|
|
- this.Controls.Add(this.pa_outboxcode);
|
|
|
+ this.Controls.Add(this.SendSop);
|
|
|
+ this.Controls.Add(this.OperatResult);
|
|
|
this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.UploadSOP);
|
|
|
+ this.Controls.Add(this.ChooseFile);
|
|
|
+ this.Controls.Add(this.FilePath);
|
|
|
this.Controls.Add(this.label1);
|
|
|
- this.Controls.Add(this.ma_code);
|
|
|
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.Name = "Query_SOP";
|
|
|
- this.Tag = "Query!SOP";
|
|
|
- this.Text = "Query_SpecialReport";
|
|
|
- this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
|
|
|
+ this.Controls.Add(this.richTextBox1);
|
|
|
+ this.Name = "SOP";
|
|
|
+ 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);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
|
- private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox ma_code;
|
|
|
+ private System.Windows.Forms.RichTextBox richTextBox1;
|
|
|
+ private System.Windows.Forms.OpenFileDialog ChoosePath;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.TextBox FilePath;
|
|
|
+ private System.Windows.Forms.Button ChooseFile;
|
|
|
+ private System.Windows.Forms.Button UploadSOP;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
- private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox pa_outboxcode;
|
|
|
- private CustomControl.ButtonUtil.NormalButton PrintBarcode;
|
|
|
- private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
|
|
|
+ private System.Windows.Forms.RichTextBox OperatResult;
|
|
|
+ private System.Windows.Forms.Button SendSop;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
- private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
|
|
|
- private System.Windows.Forms.Label label5;
|
|
|
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
- private System.Windows.Forms.ComboBox comboBox1;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.Label pr_detail;
|
|
|
+ private System.Windows.Forms.RadioButton JPG;
|
|
|
+ private System.Windows.Forms.RichTextBox pr_spec;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.DataGridView SendDGV;
|
|
|
+ private System.Windows.Forms.Button ChooseALL;
|
|
|
+ private SearchTextBox ps_prodcode;
|
|
|
+ private SearchTextBox li_code;
|
|
|
+ private System.Windows.Forms.Button GetSOP;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn CheckColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn fp_name;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn fp_path;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn psd_iskey;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn issend;
|
|
|
}
|
|
|
}
|