xiaojiao
20 小时以前 ff8b20f321a8b70ec3bdc208b9f383fd71718108
ÏîÄ¿´úÂë/´òÓ¡»ú/WindowsFormsApp6/WindowsFormsApp6/Form1.Designer.cs
@@ -51,6 +51,8 @@
            this.txt_file = new System.Windows.Forms.TextBox();
            this.btn_filePrint = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.comboBox4 = new System.Windows.Forms.ComboBox();
@@ -62,8 +64,8 @@
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label7 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label9 = new System.Windows.Forms.Label();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.comboBox5 = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
@@ -71,7 +73,7 @@
            // 
            // btn_print
            // 
            this.btn_print.Location = new System.Drawing.Point(475, 579);
            this.btn_print.Location = new System.Drawing.Point(476, 629);
            this.btn_print.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.btn_print.Name = "btn_print";
            this.btn_print.Size = new System.Drawing.Size(151, 45);
@@ -244,6 +246,8 @@
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.comboBox5);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.textBox3);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.textBox2);
@@ -265,6 +269,22 @@
            this.groupBox1.TabIndex = 30;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "编码打印";
            //
            // textBox3
            //
            this.textBox3.Location = new System.Drawing.Point(151, 517);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(533, 25);
            this.textBox3.TabIndex = 20;
            //
            // label9
            //
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(32, 523);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(113, 15);
            this.label9.TabIndex = 19;
            this.label9.Text = "生产/检修 æ—¥æœŸ";
            // 
            // textBox2
            // 
@@ -371,21 +391,25 @@
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "导入打印:";
            // 
            // label9
            // label11
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(32, 523);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(113, 15);
            this.label9.TabIndex = 19;
            this.label9.Text = "生产/检修 æ—¥æœŸ";
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(75, 585);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(37, 15);
            this.label11.TabIndex = 21;
            this.label11.Text = "产地";
            // 
            // textBox3
            // comboBox5
            // 
            this.textBox3.Location = new System.Drawing.Point(151, 517);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(533, 25);
            this.textBox3.TabIndex = 20;
            this.comboBox5.FormattingEnabled = true;
            this.comboBox5.Items.AddRange(new object[] {
            "国产",
            "进口"});
            this.comboBox5.Location = new System.Drawing.Point(151, 577);
            this.comboBox5.Name = "comboBox5";
            this.comboBox5.Size = new System.Drawing.Size(533, 23);
            this.comboBox5.TabIndex = 22;
            // 
            // Form1
            // 
@@ -456,6 +480,8 @@
        private System.Windows.Forms.Label label8;
        private TextBox textBox3;
        private Label label9;
        private ComboBox comboBox5;
        private Label label11;
    }
}