123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665 |
- namespace UAS_LabelMachine
- {
- partial class ExportExcel
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.Export = new System.Windows.Forms.Button();
- this.CH_BLUEFILM = new System.Windows.Forms.CheckBox();
- this.CH_SPLITBATCH = new System.Windows.Forms.CheckBox();
- this.CH_PBCODE = new System.Windows.Forms.CheckBox();
- this.CH_REMARK = new System.Windows.Forms.CheckBox();
- this.ch_code = new System.Windows.Forms.CheckBox();
- this.CH_WATERID = new System.Windows.Forms.CheckBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.H_Param2 = new System.Windows.Forms.CheckBox();
- this.H_Param1 = new System.Windows.Forms.CheckBox();
- this.M_Param1 = new System.Windows.Forms.CheckBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.BatchCode = new System.Windows.Forms.RadioButton();
- this.BoxCode = new System.Windows.Forms.RadioButton();
- this.FixRow = new System.Windows.Forms.RadioButton();
- this.label7 = new System.Windows.Forms.Label();
- this.FirstPage_WID = new System.Windows.Forms.CheckBox();
- this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
- this.FirstPage_YIELD = new System.Windows.Forms.CheckBox();
- this.FirstPage_REMARK = new System.Windows.Forms.CheckBox();
- this.ExportSetting = new System.Windows.Forms.Button();
- this.M_Param2 = new System.Windows.Forms.CheckBox();
- this.M_Param3 = new System.Windows.Forms.CheckBox();
- this.H_Param3 = new System.Windows.Forms.CheckBox();
- this.M_Param4 = new System.Windows.Forms.CheckBox();
- this.H_Param4 = new System.Windows.Forms.CheckBox();
- this.label8 = new System.Windows.Forms.Label();
- this.Rate = new System.Windows.Forms.RadioButton();
- this.Mount = new System.Windows.Forms.RadioButton();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.Chinese = new System.Windows.Forms.RadioButton();
- this.English = new System.Windows.Forms.RadioButton();
- this.CH_YIELD = new System.Windows.Forms.CheckBox();
- this.FirstPage_BOXCODE = new System.Windows.Forms.CheckBox();
- this.BoxSplit = new System.Windows.Forms.RadioButton();
- this.RowNum = new UAS_LabelMachine.CustomControl.NumOnlyTextBox();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // Export
- //
- this.Export.Location = new System.Drawing.Point(292, 320);
- this.Export.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Export.Name = "Export";
- this.Export.Size = new System.Drawing.Size(94, 24);
- this.Export.TabIndex = 0;
- this.Export.Text = "导出";
- this.Export.UseVisualStyleBackColor = true;
- this.Export.Click += new System.EventHandler(this.Export_Click);
- //
- // CH_BLUEFILM
- //
- this.CH_BLUEFILM.AutoSize = true;
- this.CH_BLUEFILM.Checked = true;
- this.CH_BLUEFILM.CheckState = System.Windows.Forms.CheckState.Checked;
- this.CH_BLUEFILM.Font = new System.Drawing.Font("宋体", 10F);
- this.CH_BLUEFILM.Location = new System.Drawing.Point(130, 58);
- this.CH_BLUEFILM.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.CH_BLUEFILM.Name = "CH_BLUEFILM";
- this.CH_BLUEFILM.Size = new System.Drawing.Size(82, 18);
- this.CH_BLUEFILM.TabIndex = 1;
- this.CH_BLUEFILM.Text = "划片片号";
- this.CH_BLUEFILM.UseVisualStyleBackColor = true;
- //
- // CH_SPLITBATCH
- //
- this.CH_SPLITBATCH.AutoSize = true;
- this.CH_SPLITBATCH.Font = new System.Drawing.Font("宋体", 10F);
- this.CH_SPLITBATCH.Location = new System.Drawing.Point(350, 58);
- this.CH_SPLITBATCH.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.CH_SPLITBATCH.Name = "CH_SPLITBATCH";
- this.CH_SPLITBATCH.Size = new System.Drawing.Size(82, 18);
- this.CH_SPLITBATCH.TabIndex = 3;
- this.CH_SPLITBATCH.Text = "扩散批号";
- this.CH_SPLITBATCH.UseVisualStyleBackColor = true;
- //
- // CH_PBCODE
- //
- this.CH_PBCODE.AutoSize = true;
- this.CH_PBCODE.Font = new System.Drawing.Font("宋体", 10F);
- this.CH_PBCODE.Location = new System.Drawing.Point(130, 94);
- this.CH_PBCODE.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.CH_PBCODE.Name = "CH_PBCODE";
- this.CH_PBCODE.Size = new System.Drawing.Size(54, 18);
- this.CH_PBCODE.TabIndex = 8;
- this.CH_PBCODE.Text = "盒号";
- this.CH_PBCODE.UseVisualStyleBackColor = true;
- //
- // CH_REMARK
- //
- this.CH_REMARK.AutoSize = true;
- this.CH_REMARK.Font = new System.Drawing.Font("宋体", 10F);
- this.CH_REMARK.Location = new System.Drawing.Point(244, 94);
- this.CH_REMARK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.CH_REMARK.Name = "CH_REMARK";
- this.CH_REMARK.Size = new System.Drawing.Size(82, 18);
- this.CH_REMARK.TabIndex = 9;
- this.CH_REMARK.Text = "芯片备注";
- this.CH_REMARK.UseVisualStyleBackColor = true;
- //
- // ch_code
- //
- this.ch_code.AutoSize = true;
- this.ch_code.Checked = true;
- this.ch_code.CheckState = System.Windows.Forms.CheckState.Checked;
- this.ch_code.Font = new System.Drawing.Font("宋体", 10F);
- this.ch_code.Location = new System.Drawing.Point(244, 58);
- this.ch_code.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.ch_code.Name = "ch_code";
- this.ch_code.Size = new System.Drawing.Size(68, 18);
- this.ch_code.TabIndex = 10;
- this.ch_code.Text = "芯片号";
- this.ch_code.UseVisualStyleBackColor = true;
- //
- // CH_WATERID
- //
- this.CH_WATERID.AutoSize = true;
- this.CH_WATERID.Font = new System.Drawing.Font("宋体", 10F);
- this.CH_WATERID.Location = new System.Drawing.Point(452, 58);
- this.CH_WATERID.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.CH_WATERID.Name = "CH_WATERID";
- this.CH_WATERID.Size = new System.Drawing.Size(82, 18);
- this.CH_WATERID.TabIndex = 11;
- this.CH_WATERID.Text = "Wafer_ID";
- this.CH_WATERID.UseVisualStyleBackColor = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 10F);
- this.label1.Location = new System.Drawing.Point(11, 26);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(63, 14);
- this.label1.TabIndex = 12;
- this.label1.Text = "打印选项";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 10F);
- this.label2.Location = new System.Drawing.Point(11, 60);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(112, 14);
- this.label2.TabIndex = 13;
- this.label2.Text = "请选择打印内容:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 10F);
- this.label3.Location = new System.Drawing.Point(11, 135);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(112, 14);
- this.label3.TabIndex = 14;
- this.label3.Text = "参数选择(机测):";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 10F);
- this.label4.Location = new System.Drawing.Point(11, 175);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(112, 14);
- this.label4.TabIndex = 15;
- this.label4.Text = "参数选择(手测):";
- //
- // H_Param2
- //
- this.H_Param2.AutoSize = true;
- this.H_Param2.Font = new System.Drawing.Font("宋体", 10F);
- this.H_Param2.Location = new System.Drawing.Point(244, 173);
- this.H_Param2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.H_Param2.Name = "H_Param2";
- this.H_Param2.Size = new System.Drawing.Size(82, 18);
- this.H_Param2.TabIndex = 17;
- this.H_Param2.Text = "H_Param2";
- this.H_Param2.UseVisualStyleBackColor = true;
- this.H_Param2.Visible = false;
- //
- // H_Param1
- //
- this.H_Param1.AutoSize = true;
- this.H_Param1.Font = new System.Drawing.Font("宋体", 10F);
- this.H_Param1.Location = new System.Drawing.Point(130, 173);
- this.H_Param1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.H_Param1.Name = "H_Param1";
- this.H_Param1.Size = new System.Drawing.Size(82, 18);
- this.H_Param1.TabIndex = 18;
- this.H_Param1.Text = "H_Param1";
- this.H_Param1.UseVisualStyleBackColor = true;
- this.H_Param1.Visible = false;
- //
- // M_Param1
- //
- this.M_Param1.AutoSize = true;
- this.M_Param1.Font = new System.Drawing.Font("宋体", 10F);
- this.M_Param1.Location = new System.Drawing.Point(130, 133);
- this.M_Param1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.M_Param1.Name = "M_Param1";
- this.M_Param1.Size = new System.Drawing.Size(82, 18);
- this.M_Param1.TabIndex = 19;
- this.M_Param1.Text = "M_Param1";
- this.M_Param1.UseVisualStyleBackColor = true;
- this.M_Param1.Visible = false;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("宋体", 10F);
- this.label5.Location = new System.Drawing.Point(11, 254);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(98, 14);
- this.label5.TabIndex = 20;
- this.label5.Text = "首页打印方式:";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("宋体", 10F);
- this.label6.Location = new System.Drawing.Point(11, 216);
- this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(98, 14);
- this.label6.TabIndex = 21;
- this.label6.Text = "打印分页方式:";
- //
- // BatchCode
- //
- this.BatchCode.AutoSize = true;
- this.BatchCode.Font = new System.Drawing.Font("宋体", 10F);
- this.BatchCode.Location = new System.Drawing.Point(130, 216);
- this.BatchCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.BatchCode.Name = "BatchCode";
- this.BatchCode.Size = new System.Drawing.Size(67, 18);
- this.BatchCode.TabIndex = 22;
- this.BatchCode.Text = "扩散批";
- this.BatchCode.UseVisualStyleBackColor = true;
- this.BatchCode.CheckedChanged += new System.EventHandler(this.BatchCode_CheckedChanged);
- //
- // BoxCode
- //
- this.BoxCode.AutoSize = true;
- this.BoxCode.Font = new System.Drawing.Font("宋体", 10F);
- this.BoxCode.Location = new System.Drawing.Point(208, 216);
- this.BoxCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.BoxCode.Name = "BoxCode";
- this.BoxCode.Size = new System.Drawing.Size(53, 18);
- this.BoxCode.TabIndex = 23;
- this.BoxCode.Text = "盒号";
- this.BoxCode.UseVisualStyleBackColor = true;
- this.BoxCode.CheckedChanged += new System.EventHandler(this.BatchCode_CheckedChanged);
- //
- // FixRow
- //
- this.FixRow.AutoSize = true;
- this.FixRow.Checked = true;
- this.FixRow.Font = new System.Drawing.Font("宋体", 10F);
- this.FixRow.Location = new System.Drawing.Point(270, 215);
- this.FixRow.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.FixRow.Name = "FixRow";
- this.FixRow.Size = new System.Drawing.Size(81, 18);
- this.FixRow.TabIndex = 24;
- this.FixRow.TabStop = true;
- this.FixRow.Text = "固定行号";
- this.FixRow.UseVisualStyleBackColor = true;
- this.FixRow.CheckedChanged += new System.EventHandler(this.BatchCode_CheckedChanged);
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("宋体", 10F);
- this.label7.Location = new System.Drawing.Point(344, 216);
- this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(70, 14);
- this.label7.TabIndex = 25;
- this.label7.Text = "分页行数:";
- //
- // FirstPage_WID
- //
- this.FirstPage_WID.AutoSize = true;
- this.FirstPage_WID.Font = new System.Drawing.Font("宋体", 10F);
- this.FirstPage_WID.Location = new System.Drawing.Point(130, 254);
- this.FirstPage_WID.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.FirstPage_WID.Name = "FirstPage_WID";
- this.FirstPage_WID.Size = new System.Drawing.Size(110, 18);
- this.FirstPage_WID.TabIndex = 29;
- this.FirstPage_WID.Text = "打印Wafer id";
- this.FirstPage_WID.UseVisualStyleBackColor = true;
- //
- // FirstPage_YIELD
- //
- this.FirstPage_YIELD.AutoSize = true;
- this.FirstPage_YIELD.Font = new System.Drawing.Font("宋体", 10F);
- this.FirstPage_YIELD.Location = new System.Drawing.Point(244, 254);
- this.FirstPage_YIELD.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.FirstPage_YIELD.Name = "FirstPage_YIELD";
- this.FirstPage_YIELD.Size = new System.Drawing.Size(54, 18);
- this.FirstPage_YIELD.TabIndex = 31;
- this.FirstPage_YIELD.Text = "良率";
- this.FirstPage_YIELD.UseVisualStyleBackColor = true;
- //
- // FirstPage_REMARK
- //
- this.FirstPage_REMARK.AutoSize = true;
- this.FirstPage_REMARK.Font = new System.Drawing.Font("宋体", 10F);
- this.FirstPage_REMARK.Location = new System.Drawing.Point(304, 254);
- this.FirstPage_REMARK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.FirstPage_REMARK.Name = "FirstPage_REMARK";
- this.FirstPage_REMARK.Size = new System.Drawing.Size(54, 18);
- this.FirstPage_REMARK.TabIndex = 32;
- this.FirstPage_REMARK.Text = "备注";
- this.FirstPage_REMARK.UseVisualStyleBackColor = true;
- //
- // ExportSetting
- //
- this.ExportSetting.Location = new System.Drawing.Point(201, 320);
- this.ExportSetting.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.ExportSetting.Name = "ExportSetting";
- this.ExportSetting.Size = new System.Drawing.Size(80, 24);
- this.ExportSetting.TabIndex = 33;
- this.ExportSetting.Text = "导出列配置";
- this.ExportSetting.UseVisualStyleBackColor = true;
- this.ExportSetting.Click += new System.EventHandler(this.ExportSetting_Click);
- //
- // M_Param2
- //
- this.M_Param2.AutoSize = true;
- this.M_Param2.Font = new System.Drawing.Font("宋体", 10F);
- this.M_Param2.Location = new System.Drawing.Point(244, 133);
- this.M_Param2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.M_Param2.Name = "M_Param2";
- this.M_Param2.Size = new System.Drawing.Size(82, 18);
- this.M_Param2.TabIndex = 34;
- this.M_Param2.Text = "M_Param2";
- this.M_Param2.UseVisualStyleBackColor = true;
- this.M_Param2.Visible = false;
- //
- // M_Param3
- //
- this.M_Param3.AutoSize = true;
- this.M_Param3.Font = new System.Drawing.Font("宋体", 10F);
- this.M_Param3.Location = new System.Drawing.Point(350, 134);
- this.M_Param3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.M_Param3.Name = "M_Param3";
- this.M_Param3.Size = new System.Drawing.Size(82, 18);
- this.M_Param3.TabIndex = 35;
- this.M_Param3.Text = "M_Param3";
- this.M_Param3.UseVisualStyleBackColor = true;
- this.M_Param3.Visible = false;
- //
- // H_Param3
- //
- this.H_Param3.AutoSize = true;
- this.H_Param3.Font = new System.Drawing.Font("宋体", 10F);
- this.H_Param3.Location = new System.Drawing.Point(350, 173);
- this.H_Param3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.H_Param3.Name = "H_Param3";
- this.H_Param3.Size = new System.Drawing.Size(82, 18);
- this.H_Param3.TabIndex = 36;
- this.H_Param3.Text = "H_Param3";
- this.H_Param3.UseVisualStyleBackColor = true;
- this.H_Param3.Visible = false;
- //
- // M_Param4
- //
- this.M_Param4.AutoSize = true;
- this.M_Param4.Font = new System.Drawing.Font("宋体", 10F);
- this.M_Param4.Location = new System.Drawing.Point(452, 133);
- this.M_Param4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.M_Param4.Name = "M_Param4";
- this.M_Param4.Size = new System.Drawing.Size(82, 18);
- this.M_Param4.TabIndex = 37;
- this.M_Param4.Text = "M_Param4";
- this.M_Param4.UseVisualStyleBackColor = true;
- this.M_Param4.Visible = false;
- //
- // H_Param4
- //
- this.H_Param4.AutoSize = true;
- this.H_Param4.Font = new System.Drawing.Font("宋体", 10F);
- this.H_Param4.Location = new System.Drawing.Point(452, 173);
- this.H_Param4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.H_Param4.Name = "H_Param4";
- this.H_Param4.Size = new System.Drawing.Size(82, 18);
- this.H_Param4.TabIndex = 38;
- this.H_Param4.Text = "H_Param4";
- this.H_Param4.UseVisualStyleBackColor = true;
- this.H_Param4.Visible = false;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("宋体", 10F);
- this.label8.Location = new System.Drawing.Point(11, 290);
- this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(70, 14);
- this.label8.TabIndex = 39;
- this.label8.Text = "分档方式:";
- //
- // Rate
- //
- this.Rate.AutoSize = true;
- this.Rate.Checked = true;
- this.Rate.Font = new System.Drawing.Font("宋体", 10F);
- this.Rate.Location = new System.Drawing.Point(12, 13);
- this.Rate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Rate.Name = "Rate";
- this.Rate.Size = new System.Drawing.Size(67, 18);
- this.Rate.TabIndex = 40;
- this.Rate.TabStop = true;
- this.Rate.Text = "百分比";
- this.Rate.UseVisualStyleBackColor = true;
- //
- // Mount
- //
- this.Mount.AutoSize = true;
- this.Mount.Font = new System.Drawing.Font("宋体", 10F);
- this.Mount.Location = new System.Drawing.Point(83, 14);
- this.Mount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Mount.Name = "Mount";
- this.Mount.Size = new System.Drawing.Size(53, 18);
- this.Mount.TabIndex = 41;
- this.Mount.Text = "数量";
- this.Mount.UseVisualStyleBackColor = true;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.Rate);
- this.groupBox1.Controls.Add(this.Mount);
- this.groupBox1.Location = new System.Drawing.Point(119, 276);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.groupBox1.Size = new System.Drawing.Size(248, 34);
- this.groupBox1.TabIndex = 42;
- this.groupBox1.TabStop = false;
- this.groupBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox1_Paint);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.Chinese);
- this.groupBox2.Controls.Add(this.English);
- this.groupBox2.Location = new System.Drawing.Point(119, 12);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.groupBox2.Size = new System.Drawing.Size(248, 34);
- this.groupBox2.TabIndex = 43;
- this.groupBox2.TabStop = false;
- //
- // Chinese
- //
- this.Chinese.AutoSize = true;
- this.Chinese.Checked = true;
- this.Chinese.Font = new System.Drawing.Font("宋体", 10F);
- this.Chinese.Location = new System.Drawing.Point(12, 13);
- this.Chinese.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Chinese.Name = "Chinese";
- this.Chinese.Size = new System.Drawing.Size(53, 18);
- this.Chinese.TabIndex = 40;
- this.Chinese.TabStop = true;
- this.Chinese.Text = "中文";
- this.Chinese.UseVisualStyleBackColor = true;
- //
- // English
- //
- this.English.AutoSize = true;
- this.English.Font = new System.Drawing.Font("宋体", 10F);
- this.English.Location = new System.Drawing.Point(83, 14);
- this.English.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.English.Name = "English";
- this.English.Size = new System.Drawing.Size(53, 18);
- this.English.TabIndex = 41;
- this.English.Text = "英文";
- this.English.UseVisualStyleBackColor = true;
- //
- // CH_YIELD
- //
- this.CH_YIELD.AutoSize = true;
- this.CH_YIELD.Font = new System.Drawing.Font("宋体", 10F);
- this.CH_YIELD.Location = new System.Drawing.Point(350, 94);
- this.CH_YIELD.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.CH_YIELD.Name = "CH_YIELD";
- this.CH_YIELD.Size = new System.Drawing.Size(54, 18);
- this.CH_YIELD.TabIndex = 44;
- this.CH_YIELD.Text = "良率";
- this.CH_YIELD.UseVisualStyleBackColor = true;
- //
- // FirstPage_BOXCODE
- //
- this.FirstPage_BOXCODE.AutoSize = true;
- this.FirstPage_BOXCODE.Font = new System.Drawing.Font("宋体", 10F);
- this.FirstPage_BOXCODE.Location = new System.Drawing.Point(367, 254);
- this.FirstPage_BOXCODE.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.FirstPage_BOXCODE.Name = "FirstPage_BOXCODE";
- this.FirstPage_BOXCODE.Size = new System.Drawing.Size(54, 18);
- this.FirstPage_BOXCODE.TabIndex = 45;
- this.FirstPage_BOXCODE.Text = "盒号";
- this.FirstPage_BOXCODE.UseVisualStyleBackColor = true;
- //
- // BoxSplit
- //
- this.BoxSplit.AutoSize = true;
- this.BoxSplit.Font = new System.Drawing.Font("宋体", 10F);
- this.BoxSplit.Location = new System.Drawing.Point(482, 216);
- this.BoxSplit.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.BoxSplit.Name = "BoxSplit";
- this.BoxSplit.Size = new System.Drawing.Size(81, 18);
- this.BoxSplit.TabIndex = 46;
- this.BoxSplit.Text = "盒号拆批";
- this.BoxSplit.UseVisualStyleBackColor = true;
- this.BoxSplit.CheckedChanged += new System.EventHandler(this.BatchCode_CheckedChanged);
- //
- // RowNum
- //
- this.RowNum.Location = new System.Drawing.Point(422, 214);
- this.RowNum.Margin = new System.Windows.Forms.Padding(2);
- this.RowNum.Name = "RowNum";
- this.RowNum.Negative = false;
- this.RowNum.Size = new System.Drawing.Size(52, 21);
- this.RowNum.TabIndex = 30;
- this.RowNum.Text = "10";
- //
- // ExportExcel
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(572, 352);
- this.Controls.Add(this.BoxSplit);
- this.Controls.Add(this.FirstPage_BOXCODE);
- this.Controls.Add(this.CH_YIELD);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.H_Param4);
- this.Controls.Add(this.M_Param4);
- this.Controls.Add(this.H_Param3);
- this.Controls.Add(this.M_Param3);
- this.Controls.Add(this.M_Param2);
- this.Controls.Add(this.ExportSetting);
- this.Controls.Add(this.FirstPage_REMARK);
- this.Controls.Add(this.FirstPage_YIELD);
- this.Controls.Add(this.RowNum);
- this.Controls.Add(this.FirstPage_WID);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.FixRow);
- this.Controls.Add(this.BoxCode);
- this.Controls.Add(this.BatchCode);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.M_Param1);
- this.Controls.Add(this.H_Param1);
- this.Controls.Add(this.H_Param2);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.CH_WATERID);
- this.Controls.Add(this.ch_code);
- this.Controls.Add(this.CH_REMARK);
- this.Controls.Add(this.CH_PBCODE);
- this.Controls.Add(this.CH_SPLITBATCH);
- this.Controls.Add(this.CH_BLUEFILM);
- this.Controls.Add(this.Export);
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.Name = "ExportExcel";
- this.Text = "导出数据";
- this.Load += new System.EventHandler(this.ExportExcel_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button Export;
- private System.Windows.Forms.CheckBox CH_BLUEFILM;
- private System.Windows.Forms.CheckBox CH_SPLITBATCH;
- private System.Windows.Forms.CheckBox CH_PBCODE;
- private System.Windows.Forms.CheckBox CH_REMARK;
- private System.Windows.Forms.CheckBox ch_code;
- private System.Windows.Forms.CheckBox CH_WATERID;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.CheckBox H_Param2;
- private System.Windows.Forms.CheckBox H_Param1;
- private System.Windows.Forms.CheckBox M_Param1;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.RadioButton BatchCode;
- private System.Windows.Forms.RadioButton BoxCode;
- private System.Windows.Forms.RadioButton FixRow;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.CheckBox FirstPage_WID;
- private CustomControl.NumOnlyTextBox RowNum;
- private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
- private System.Windows.Forms.CheckBox FirstPage_YIELD;
- private System.Windows.Forms.CheckBox FirstPage_REMARK;
- private System.Windows.Forms.Button ExportSetting;
- private System.Windows.Forms.CheckBox M_Param2;
- private System.Windows.Forms.CheckBox M_Param3;
- private System.Windows.Forms.CheckBox H_Param3;
- private System.Windows.Forms.CheckBox M_Param4;
- private System.Windows.Forms.CheckBox H_Param4;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.RadioButton Rate;
- private System.Windows.Forms.RadioButton Mount;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.RadioButton Chinese;
- private System.Windows.Forms.RadioButton English;
- private System.Windows.Forms.CheckBox CH_YIELD;
- private System.Windows.Forms.CheckBox FirstPage_BOXCODE;
- private System.Windows.Forms.RadioButton BoxSplit;
- }
- }
|