yangle
2024-08-15 0f0d1ce8057cf705bac051b7cc7108b4075659d0
WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCoordinateExcelFrom.Designer.cs
@@ -35,18 +35,22 @@
            this.txtLzk = new System.Windows.Forms.TextBox();
            this.txtPcm = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            this.btnLj = new System.Windows.Forms.Button();
            this.txtLj = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.ListData = new System.Windows.Forms.ListBox();
            this.btnSave = new System.Windows.Forms.Button();
            this.cmbPro = new System.Windows.Forms.ComboBox();
            this.txtPro = new System.Windows.Forms.Label();
            this.HTakeSampleCheckBillNo = new System.Windows.Forms.Label();
            this.HTakeSampleCheckBillID = new System.Windows.Forms.Label();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(29, 35);
            this.label1.Location = new System.Drawing.Point(29, 34);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 18);
            this.label1.TabIndex = 0;
@@ -59,7 +63,7 @@
            "首件检验单",
            "工序检验单",
            "巡检检验单"});
            this.cmbJYSelect.Location = new System.Drawing.Point(124, 32);
            this.cmbJYSelect.Location = new System.Drawing.Point(124, 30);
            this.cmbJYSelect.Name = "cmbJYSelect";
            this.cmbJYSelect.Size = new System.Drawing.Size(121, 26);
            this.cmbJYSelect.TabIndex = 1;
@@ -67,7 +71,7 @@
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(319, 35);
            this.label2.Location = new System.Drawing.Point(521, 34);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(71, 18);
            this.label2.TabIndex = 2;
@@ -75,7 +79,7 @@
            // 
            // txtLzk
            // 
            this.txtLzk.Location = new System.Drawing.Point(397, 32);
            this.txtLzk.Location = new System.Drawing.Point(599, 29);
            this.txtLzk.Name = "txtLzk";
            this.txtLzk.Size = new System.Drawing.Size(194, 28);
            this.txtLzk.TabIndex = 3;
@@ -83,7 +87,7 @@
            // 
            // txtPcm
            // 
            this.txtPcm.Location = new System.Drawing.Point(742, 35);
            this.txtPcm.Location = new System.Drawing.Point(867, 29);
            this.txtPcm.Name = "txtPcm";
            this.txtPcm.Size = new System.Drawing.Size(100, 28);
            this.txtPcm.TabIndex = 4;
@@ -91,7 +95,7 @@
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(674, 42);
            this.label3.Location = new System.Drawing.Point(799, 34);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(71, 18);
            this.label3.TabIndex = 5;
@@ -99,7 +103,7 @@
            // 
            // btnLj
            // 
            this.btnLj.Location = new System.Drawing.Point(658, 85);
            this.btnLj.Location = new System.Drawing.Point(779, 85);
            this.btnLj.Name = "btnLj";
            this.btnLj.Size = new System.Drawing.Size(115, 42);
            this.btnLj.TabIndex = 6;
@@ -111,7 +115,7 @@
            // 
            this.txtLj.Location = new System.Drawing.Point(124, 94);
            this.txtLj.Name = "txtLj";
            this.txtLj.Size = new System.Drawing.Size(528, 28);
            this.txtLj.Size = new System.Drawing.Size(637, 28);
            this.txtLj.TabIndex = 7;
            // 
            // label4
@@ -129,12 +133,12 @@
            this.ListData.ItemHeight = 18;
            this.ListData.Location = new System.Drawing.Point(49, 158);
            this.ListData.Name = "ListData";
            this.ListData.Size = new System.Drawing.Size(828, 346);
            this.ListData.Size = new System.Drawing.Size(952, 346);
            this.ListData.TabIndex = 9;
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(779, 85);
            this.btnSave.Location = new System.Drawing.Point(900, 85);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(63, 42);
            this.btnSave.TabIndex = 10;
@@ -142,11 +146,52 @@
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // cmbPro
            //
            this.cmbPro.FormattingEnabled = true;
            this.cmbPro.Location = new System.Drawing.Point(339, 30);
            this.cmbPro.Name = "cmbPro";
            this.cmbPro.Size = new System.Drawing.Size(156, 26);
            this.cmbPro.TabIndex = 12;
            //
            // txtPro
            //
            this.txtPro.AutoSize = true;
            this.txtPro.Location = new System.Drawing.Point(280, 34);
            this.txtPro.Name = "txtPro";
            this.txtPro.Size = new System.Drawing.Size(53, 18);
            this.txtPro.TabIndex = 11;
            this.txtPro.Text = "工序:";
            //
            // HTakeSampleCheckBillNo
            //
            this.HTakeSampleCheckBillNo.AutoSize = true;
            this.HTakeSampleCheckBillNo.Location = new System.Drawing.Point(32, 76);
            this.HTakeSampleCheckBillNo.Name = "HTakeSampleCheckBillNo";
            this.HTakeSampleCheckBillNo.Size = new System.Drawing.Size(206, 18);
            this.HTakeSampleCheckBillNo.TabIndex = 13;
            this.HTakeSampleCheckBillNo.Text = "HTakeSampleCheckBillNo";
            this.HTakeSampleCheckBillNo.Visible = false;
            //
            // HTakeSampleCheckBillID
            //
            this.HTakeSampleCheckBillID.AutoSize = true;
            this.HTakeSampleCheckBillID.Location = new System.Drawing.Point(258, 73);
            this.HTakeSampleCheckBillID.Name = "HTakeSampleCheckBillID";
            this.HTakeSampleCheckBillID.Size = new System.Drawing.Size(206, 18);
            this.HTakeSampleCheckBillID.TabIndex = 14;
            this.HTakeSampleCheckBillID.Text = "HTakeSampleCheckBillID";
            this.HTakeSampleCheckBillID.Visible = false;
            //
            // ReadCoordinateExcelFrom
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(930, 538);
            this.ClientSize = new System.Drawing.Size(1033, 538);
            this.Controls.Add(this.HTakeSampleCheckBillID);
            this.Controls.Add(this.HTakeSampleCheckBillNo);
            this.Controls.Add(this.cmbPro);
            this.Controls.Add(this.txtPro);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.ListData);
            this.Controls.Add(this.label4);
@@ -176,11 +221,15 @@
        private System.Windows.Forms.TextBox txtLzk;
        private System.Windows.Forms.TextBox txtPcm;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
        private System.Windows.Forms.Button btnLj;
        private System.Windows.Forms.TextBox txtLj;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ListBox ListData;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.ComboBox cmbPro;
        private System.Windows.Forms.Label txtPro;
        private System.Windows.Forms.Label HTakeSampleCheckBillNo;
        private System.Windows.Forms.Label HTakeSampleCheckBillID;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
    }
}