|
|
@@ -47,6 +47,11 @@ namespace UAS_MES_NEW.Query
|
|
|
this.ChoosePrint = new System.Windows.Forms.Button();
|
|
|
this.PrintPath = new System.Windows.Forms.TextBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.X = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.Y = new System.Windows.Forms.NumericUpDown();
|
|
|
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -59,11 +64,6 @@ namespace UAS_MES_NEW.Query
|
|
|
this.fp_path = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.psd_iskey = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.issend = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.label4 = new System.Windows.Forms.Label();
|
|
|
- this.label6 = new System.Windows.Forms.Label();
|
|
|
- this.label7 = new System.Windows.Forms.Label();
|
|
|
- this.X = new System.Windows.Forms.NumericUpDown();
|
|
|
- this.Y = new System.Windows.Forms.NumericUpDown();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.SendDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.X)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Y)).BeginInit();
|
|
|
@@ -190,6 +190,7 @@ namespace UAS_MES_NEW.Query
|
|
|
this.SendDGV.RowTemplate.Height = 37;
|
|
|
this.SendDGV.Size = new System.Drawing.Size(1068, 759);
|
|
|
this.SendDGV.TabIndex = 22;
|
|
|
+ this.SendDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.SendDGV_CellPainting);
|
|
|
//
|
|
|
// ChooseALL
|
|
|
//
|
|
|
@@ -239,6 +240,55 @@ namespace UAS_MES_NEW.Query
|
|
|
this.label3.TabIndex = 29;
|
|
|
this.label3.Text = "添加电子章";
|
|
|
//
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label4.Location = new System.Drawing.Point(12, 860);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(178, 41);
|
|
|
+ this.label4.TabIndex = 30;
|
|
|
+ this.label4.Text = "电子章坐标";
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label6.Location = new System.Drawing.Point(211, 860);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(39, 41);
|
|
|
+ this.label6.TabIndex = 31;
|
|
|
+ this.label6.Text = "X";
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.label7.Location = new System.Drawing.Point(405, 860);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(37, 41);
|
|
|
+ this.label7.TabIndex = 32;
|
|
|
+ this.label7.Text = "Y";
|
|
|
+ //
|
|
|
+ // X
|
|
|
+ //
|
|
|
+ this.X.Location = new System.Drawing.Point(258, 866);
|
|
|
+ this.X.Name = "X";
|
|
|
+ this.X.Size = new System.Drawing.Size(120, 35);
|
|
|
+ this.X.TabIndex = 33;
|
|
|
+ this.X.Value = new decimal(new int[] {
|
|
|
+ 20,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ //
|
|
|
+ // Y
|
|
|
+ //
|
|
|
+ this.Y.Location = new System.Drawing.Point(464, 866);
|
|
|
+ this.Y.Name = "Y";
|
|
|
+ this.Y.Size = new System.Drawing.Size(120, 35);
|
|
|
+ this.Y.TabIndex = 34;
|
|
|
+ //
|
|
|
// dataGridViewCheckBoxColumn1
|
|
|
//
|
|
|
this.dataGridViewCheckBoxColumn1.DataPropertyName = "CheckColumn";
|
|
|
@@ -358,55 +408,6 @@ namespace UAS_MES_NEW.Query
|
|
|
this.issend.Visible = false;
|
|
|
this.issend.Width = 200;
|
|
|
//
|
|
|
- // label4
|
|
|
- //
|
|
|
- this.label4.AutoSize = true;
|
|
|
- this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label4.Location = new System.Drawing.Point(12, 860);
|
|
|
- this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(178, 41);
|
|
|
- this.label4.TabIndex = 30;
|
|
|
- this.label4.Text = "电子章坐标";
|
|
|
- //
|
|
|
- // label6
|
|
|
- //
|
|
|
- this.label6.AutoSize = true;
|
|
|
- this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label6.Location = new System.Drawing.Point(211, 860);
|
|
|
- this.label6.Name = "label6";
|
|
|
- this.label6.Size = new System.Drawing.Size(39, 41);
|
|
|
- this.label6.TabIndex = 31;
|
|
|
- this.label6.Text = "X";
|
|
|
- //
|
|
|
- // label7
|
|
|
- //
|
|
|
- this.label7.AutoSize = true;
|
|
|
- this.label7.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.label7.Location = new System.Drawing.Point(405, 860);
|
|
|
- this.label7.Name = "label7";
|
|
|
- this.label7.Size = new System.Drawing.Size(37, 41);
|
|
|
- this.label7.TabIndex = 32;
|
|
|
- this.label7.Text = "Y";
|
|
|
- //
|
|
|
- // X
|
|
|
- //
|
|
|
- this.X.Location = new System.Drawing.Point(258, 866);
|
|
|
- this.X.Name = "X";
|
|
|
- this.X.Size = new System.Drawing.Size(120, 35);
|
|
|
- this.X.TabIndex = 33;
|
|
|
- //
|
|
|
- // Y
|
|
|
- //
|
|
|
- this.Y.Location = new System.Drawing.Point(464, 866);
|
|
|
- this.Y.Name = "Y";
|
|
|
- this.Y.Size = new System.Drawing.Size(120, 35);
|
|
|
- this.Y.TabIndex = 34;
|
|
|
- this.Y.Value = new decimal(new int[] {
|
|
|
- 18,
|
|
|
- 0,
|
|
|
- 0,
|
|
|
- 0});
|
|
|
- //
|
|
|
// Query_SOP
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|