Browse Source

修改默认值

callm 1 week ago
parent
commit
281f460593
1 changed files with 95 additions and 90 deletions
  1. 95 90
      UAS_MES_ZKLH/FunctionCode/Query/Query_SOP.Designer.cs

+ 95 - 90
UAS_MES_ZKLH/FunctionCode/Query/Query_SOP.Designer.cs

@@ -41,11 +41,6 @@ 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();
@@ -58,17 +53,22 @@ namespace UAS_MES_NEW.Query
             this.Y = new System.Windows.Forms.NumericUpDown();
             this.label8 = new System.Windows.Forms.Label();
             this.ps_code = new System.Windows.Forms.Label();
+            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();
             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.ps_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
-            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();
+            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();
             ((System.ComponentModel.ISupportInitialize)(this.X)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.Y)).BeginInit();
@@ -188,47 +188,6 @@ 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);
@@ -310,6 +269,11 @@ namespace UAS_MES_NEW.Query
             // X
             // 
             this.X.Location = new System.Drawing.Point(256, 813);
+            this.X.Maximum = new decimal(new int[] {
+            5,
+            0,
+            0,
+            0});
             this.X.Name = "X";
             this.X.Size = new System.Drawing.Size(120, 35);
             this.X.TabIndex = 33;
@@ -350,6 +314,55 @@ namespace UAS_MES_NEW.Query
             this.ps_code.Size = new System.Drawing.Size(0, 41);
             this.ps_code.TabIndex = 36;
             // 
+            // 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});
+            // 
+            // label9
+            // 
+            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 = "截取行数";
+            // 
             // dataGridViewCheckBoxColumn1
             // 
             this.dataGridViewCheckBoxColumn1.DataPropertyName = "CheckColumn";
@@ -410,54 +423,46 @@ 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);
             // 
-            // DateCode
+            // CheckColumn
             // 
-            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;
+            this.CheckColumn.DataPropertyName = "CheckColumn";
+            this.CheckColumn.HeaderText = "勾选";
+            this.CheckColumn.MinimumWidth = 100;
+            this.CheckColumn.Name = "CheckColumn";
+            this.CheckColumn.Width = 200;
             // 
-            // label5
+            // fp_name
             // 
-            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 = "文件有效期";
+            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;
             // 
-            // VaildDate
+            // fp_path
             // 
-            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;
+            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;
             // 
-            // RowCount
+            // psd_iskey
             // 
-            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});
+            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;
             // 
-            // label9
+            // issend
             // 
-            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 = "截取行数";
+            this.issend.DataPropertyName = "issend";
+            this.issend.HeaderText = "是否成功发送";
+            this.issend.MinimumWidth = 10;
+            this.issend.Name = "issend";
+            this.issend.Visible = false;
+            this.issend.Width = 200;
             // 
             // Query_SOP
             //