namespace UAS_LabelMachine { partial class CustomerRule { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomerRule)); this.cu_print_midlotno = new System.Windows.Forms.CheckBox(); this.cu_print_midprod = new System.Windows.Forms.CheckBox(); this.cu_print_midspec = new System.Windows.Forms.CheckBox(); this.cu_print_midpo = new System.Windows.Forms.CheckBox(); this.cu_print_regexpression = new System.Windows.Forms.RichTextBox(); this.CustomerTreeView = new System.Windows.Forms.TreeView(); this.ButtonSaveScanGroup = new UAS_LabelMachine.CustomControl.NormalButton(); this.Customer = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.cu_print_outprod = new System.Windows.Forms.CheckBox(); this.cu_print_outpo = new System.Windows.Forms.CheckBox(); this.cu_print_outspec = new System.Windows.Forms.CheckBox(); this.cu_print_outlotno = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.cu_print_papercount = new System.Windows.Forms.NumericUpDown(); this.cu_print_checkonly = new System.Windows.Forms.CheckBox(); this.Expression = new System.Windows.Forms.RadioButton(); this.Equal = new System.Windows.Forms.RadioButton(); this.label5 = new System.Windows.Forms.Label(); this.CustProdAndSpec = new System.Windows.Forms.RadioButton(); this.BarcodeAndSpec = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cu_print_middc = new System.Windows.Forms.CheckBox(); this.cu_print_outdc = new System.Windows.Forms.CheckBox(); this.cu_print_checkdatecode = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.FormatExample = new System.Windows.Forms.Label(); this.FormatExample1 = new System.Windows.Forms.Label(); this.cu_print_dateformat = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.cu_print_limiteddate = new System.Windows.Forms.NumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cu_print_limiteddate)).BeginInit(); this.SuspendLayout(); // // cu_print_midlotno // this.cu_print_midlotno.AutoSize = true; this.cu_print_midlotno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_midlotno.Location = new System.Drawing.Point(301, 376); this.cu_print_midlotno.Name = "cu_print_midlotno"; this.cu_print_midlotno.Size = new System.Drawing.Size(93, 25); this.cu_print_midlotno.TabIndex = 1; this.cu_print_midlotno.Tag = "Order"; this.cu_print_midlotno.Text = "合并批号"; this.cu_print_midlotno.UseVisualStyleBackColor = true; // // cu_print_midprod // this.cu_print_midprod.AutoSize = true; this.cu_print_midprod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_midprod.Location = new System.Drawing.Point(716, 376); this.cu_print_midprod.Name = "cu_print_midprod"; this.cu_print_midprod.Size = new System.Drawing.Size(125, 25); this.cu_print_midprod.TabIndex = 2; this.cu_print_midprod.Tag = "DateCode"; this.cu_print_midprod.Text = "合并客户料号"; this.cu_print_midprod.UseVisualStyleBackColor = true; // // cu_print_midspec // this.cu_print_midspec.AutoSize = true; this.cu_print_midspec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_midspec.Location = new System.Drawing.Point(437, 376); this.cu_print_midspec.Name = "cu_print_midspec"; this.cu_print_midspec.Size = new System.Drawing.Size(93, 25); this.cu_print_midspec.TabIndex = 3; this.cu_print_midspec.Tag = "QTY"; this.cu_print_midspec.Text = "合并型号"; this.cu_print_midspec.UseVisualStyleBackColor = true; // // cu_print_midpo // this.cu_print_midpo.AutoSize = true; this.cu_print_midpo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_midpo.Location = new System.Drawing.Point(580, 376); this.cu_print_midpo.Name = "cu_print_midpo"; this.cu_print_midpo.Size = new System.Drawing.Size(93, 25); this.cu_print_midpo.TabIndex = 4; this.cu_print_midpo.Tag = "PN"; this.cu_print_midpo.Text = "合并订单"; this.cu_print_midpo.UseVisualStyleBackColor = true; // // cu_print_regexpression // this.cu_print_regexpression.Enabled = false; this.cu_print_regexpression.Location = new System.Drawing.Point(410, 73); this.cu_print_regexpression.Name = "cu_print_regexpression"; this.cu_print_regexpression.Size = new System.Drawing.Size(434, 96); this.cu_print_regexpression.TabIndex = 31; this.cu_print_regexpression.Text = ""; // // CustomerTreeView // this.CustomerTreeView.Location = new System.Drawing.Point(0, 24); this.CustomerTreeView.Name = "CustomerTreeView"; this.CustomerTreeView.Size = new System.Drawing.Size(251, 610); this.CustomerTreeView.TabIndex = 0; this.CustomerTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.CustomerTreeView_NodeMouseClick); // // ButtonSaveScanGroup // this.ButtonSaveScanGroup.Image = ((System.Drawing.Image)(resources.GetObject("ButtonSaveScanGroup.Image"))); this.ButtonSaveScanGroup.Location = new System.Drawing.Point(254, 4); this.ButtonSaveScanGroup.Name = "ButtonSaveScanGroup"; this.ButtonSaveScanGroup.Size = new System.Drawing.Size(64, 23); this.ButtonSaveScanGroup.TabIndex = 42; this.ButtonSaveScanGroup.Text = "保存"; this.ButtonSaveScanGroup.UseVisualStyleBackColor = true; this.ButtonSaveScanGroup.Click += new System.EventHandler(this.ButtonSaveScanGroup_Click); // // Customer // this.Customer.Location = new System.Drawing.Point(85, 1); this.Customer.Name = "Customer"; this.Customer.Size = new System.Drawing.Size(166, 21); this.Customer.TabIndex = 43; this.Customer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Brand_KeyDown); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(3, 2); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 21); this.label1.TabIndex = 44; this.label1.Text = "客户搜索"; // // cu_print_outprod // this.cu_print_outprod.AutoSize = true; this.cu_print_outprod.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_outprod.Location = new System.Drawing.Point(716, 472); this.cu_print_outprod.Name = "cu_print_outprod"; this.cu_print_outprod.Size = new System.Drawing.Size(125, 25); this.cu_print_outprod.TabIndex = 47; this.cu_print_outprod.Tag = "Order"; this.cu_print_outprod.Text = "合并客户料号"; this.cu_print_outprod.UseVisualStyleBackColor = true; // // cu_print_outpo // this.cu_print_outpo.AutoSize = true; this.cu_print_outpo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_outpo.Location = new System.Drawing.Point(580, 472); this.cu_print_outpo.Name = "cu_print_outpo"; this.cu_print_outpo.Size = new System.Drawing.Size(93, 25); this.cu_print_outpo.TabIndex = 48; this.cu_print_outpo.Tag = "Order"; this.cu_print_outpo.Text = "合并订单"; this.cu_print_outpo.UseVisualStyleBackColor = true; // // cu_print_outspec // this.cu_print_outspec.AutoSize = true; this.cu_print_outspec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_outspec.Location = new System.Drawing.Point(437, 472); this.cu_print_outspec.Name = "cu_print_outspec"; this.cu_print_outspec.Size = new System.Drawing.Size(93, 25); this.cu_print_outspec.TabIndex = 49; this.cu_print_outspec.Tag = "Order"; this.cu_print_outspec.Text = "合并型号"; this.cu_print_outspec.UseVisualStyleBackColor = true; // // cu_print_outlotno // this.cu_print_outlotno.AutoSize = true; this.cu_print_outlotno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_outlotno.Location = new System.Drawing.Point(301, 472); this.cu_print_outlotno.Name = "cu_print_outlotno"; this.cu_print_outlotno.Size = new System.Drawing.Size(93, 25); this.cu_print_outlotno.TabIndex = 50; this.cu_print_outlotno.Tag = "Order"; this.cu_print_outlotno.Text = "合并批号"; this.cu_print_outlotno.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(297, 331); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(106, 21); this.label2.TabIndex = 51; this.label2.Text = "中盒合并规则"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(297, 432); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(106, 21); this.label3.TabIndex = 52; this.label3.Text = "外箱合并规则"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(297, 220); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(42, 21); this.label4.TabIndex = 53; this.label4.Text = "纸型"; // // cu_print_papercount // this.cu_print_papercount.Location = new System.Drawing.Point(360, 220); this.cu_print_papercount.Name = "cu_print_papercount"; this.cu_print_papercount.Size = new System.Drawing.Size(55, 21); this.cu_print_papercount.TabIndex = 54; // // cu_print_checkonly // this.cu_print_checkonly.AutoSize = true; this.cu_print_checkonly.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_checkonly.Location = new System.Drawing.Point(483, 220); this.cu_print_checkonly.Name = "cu_print_checkonly"; this.cu_print_checkonly.Size = new System.Drawing.Size(77, 25); this.cu_print_checkonly.TabIndex = 56; this.cu_print_checkonly.Tag = "QTY"; this.cu_print_checkonly.Text = "仅复核"; this.cu_print_checkonly.UseVisualStyleBackColor = true; // // Expression // this.Expression.AutoSize = true; this.Expression.Font = new System.Drawing.Font("微软雅黑", 9F); this.Expression.Location = new System.Drawing.Point(24, 57); this.Expression.Name = "Expression"; this.Expression.Size = new System.Drawing.Size(62, 21); this.Expression.TabIndex = 57; this.Expression.TabStop = true; this.Expression.Text = "表达式"; this.Expression.UseVisualStyleBackColor = true; // // Equal // this.Equal.AutoSize = true; this.Equal.Checked = true; this.Equal.Font = new System.Drawing.Font("微软雅黑", 9F); this.Equal.Location = new System.Drawing.Point(24, 20); this.Equal.Name = "Equal"; this.Equal.Size = new System.Drawing.Size(50, 21); this.Equal.TabIndex = 58; this.Equal.TabStop = true; this.Equal.Text = "相等"; this.Equal.UseVisualStyleBackColor = true; this.Equal.CheckedChanged += new System.EventHandler(this.Equal_CheckedChanged); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(297, 277); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(74, 21); this.label5.TabIndex = 59; this.label5.Text = "复核数据"; // // CustProdAndSpec // this.CustProdAndSpec.AutoSize = true; this.CustProdAndSpec.Checked = true; this.CustProdAndSpec.Font = new System.Drawing.Font("微软雅黑", 12F); this.CustProdAndSpec.Location = new System.Drawing.Point(5, 4); this.CustProdAndSpec.Name = "CustProdAndSpec"; this.CustProdAndSpec.Size = new System.Drawing.Size(136, 25); this.CustProdAndSpec.TabIndex = 60; this.CustProdAndSpec.TabStop = true; this.CustProdAndSpec.Text = "客户料号+型号"; this.CustProdAndSpec.UseVisualStyleBackColor = true; // // BarcodeAndSpec // this.BarcodeAndSpec.AutoSize = true; this.BarcodeAndSpec.Font = new System.Drawing.Font("微软雅黑", 12F); this.BarcodeAndSpec.Location = new System.Drawing.Point(168, 4); this.BarcodeAndSpec.Name = "BarcodeAndSpec"; this.BarcodeAndSpec.Size = new System.Drawing.Size(120, 25); this.BarcodeAndSpec.TabIndex = 61; this.BarcodeAndSpec.Text = "唯一码+型号"; this.BarcodeAndSpec.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.BarcodeAndSpec); this.groupBox1.Controls.Add(this.CustProdAndSpec); this.groupBox1.Location = new System.Drawing.Point(410, 273); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(294, 27); this.groupBox1.TabIndex = 62; this.groupBox1.TabStop = false; // // cu_print_middc // this.cu_print_middc.AutoSize = true; this.cu_print_middc.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_middc.Location = new System.Drawing.Point(866, 376); this.cu_print_middc.Name = "cu_print_middc"; this.cu_print_middc.Size = new System.Drawing.Size(84, 25); this.cu_print_middc.TabIndex = 63; this.cu_print_middc.Tag = "DateCode"; this.cu_print_middc.Text = "合并DC"; this.cu_print_middc.UseVisualStyleBackColor = true; // // cu_print_outdc // this.cu_print_outdc.AutoSize = true; this.cu_print_outdc.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_outdc.Location = new System.Drawing.Point(866, 472); this.cu_print_outdc.Name = "cu_print_outdc"; this.cu_print_outdc.Size = new System.Drawing.Size(84, 25); this.cu_print_outdc.TabIndex = 64; this.cu_print_outdc.Tag = "DateCode"; this.cu_print_outdc.Text = "合并DC"; this.cu_print_outdc.UseVisualStyleBackColor = true; // // cu_print_checkdatecode // this.cu_print_checkdatecode.AutoSize = true; this.cu_print_checkdatecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cu_print_checkdatecode.Location = new System.Drawing.Point(596, 220); this.cu_print_checkdatecode.Name = "cu_print_checkdatecode"; this.cu_print_checkdatecode.Size = new System.Drawing.Size(137, 25); this.cu_print_checkdatecode.TabIndex = 65; this.cu_print_checkdatecode.Tag = "QTY"; this.cu_print_checkdatecode.Text = "校验DateCode"; this.cu_print_checkdatecode.UseVisualStyleBackColor = true; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(297, 514); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(106, 21); this.label6.TabIndex = 66; this.label6.Text = "日期格式示例"; // // groupBox2 // this.groupBox2.Controls.Add(this.Equal); this.groupBox2.Controls.Add(this.Expression); this.groupBox2.Location = new System.Drawing.Point(290, 69); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(104, 100); this.groupBox2.TabIndex = 67; this.groupBox2.TabStop = false; // // FormatExample // this.FormatExample.AutoSize = true; this.FormatExample.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormatExample.Location = new System.Drawing.Point(406, 514); this.FormatExample.Name = "FormatExample"; this.FormatExample.Size = new System.Drawing.Size(96, 21); this.FormatExample.TabIndex = 69; this.FormatExample.Text = "2019-01-30"; // // FormatExample1 // this.FormatExample1.AutoSize = true; this.FormatExample1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormatExample1.Location = new System.Drawing.Point(527, 514); this.FormatExample1.Name = "FormatExample1"; this.FormatExample1.Size = new System.Drawing.Size(0, 21); this.FormatExample1.TabIndex = 70; // // cu_print_dateformat // this.cu_print_dateformat.Location = new System.Drawing.Point(301, 556); this.cu_print_dateformat.Name = "cu_print_dateformat"; this.cu_print_dateformat.Size = new System.Drawing.Size(114, 21); this.cu_print_dateformat.TabIndex = 71; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(770, 220); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(74, 21); this.label7.TabIndex = 72; this.label7.Text = "有效日期"; // // cu_print_limiteddate // this.cu_print_limiteddate.Location = new System.Drawing.Point(850, 220); this.cu_print_limiteddate.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.cu_print_limiteddate.Name = "cu_print_limiteddate"; this.cu_print_limiteddate.Size = new System.Drawing.Size(62, 21); this.cu_print_limiteddate.TabIndex = 73; // // CustomerRule // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1082, 634); this.Controls.Add(this.cu_print_limiteddate); this.Controls.Add(this.label7); this.Controls.Add(this.cu_print_dateformat); this.Controls.Add(this.FormatExample1); this.Controls.Add(this.FormatExample); this.Controls.Add(this.groupBox2); this.Controls.Add(this.label6); this.Controls.Add(this.cu_print_checkdatecode); this.Controls.Add(this.cu_print_outdc); this.Controls.Add(this.cu_print_middc); this.Controls.Add(this.groupBox1); this.Controls.Add(this.label5); this.Controls.Add(this.cu_print_checkonly); this.Controls.Add(this.cu_print_papercount); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.cu_print_outlotno); this.Controls.Add(this.cu_print_outspec); this.Controls.Add(this.cu_print_outpo); this.Controls.Add(this.cu_print_outprod); this.Controls.Add(this.label1); this.Controls.Add(this.Customer); this.Controls.Add(this.ButtonSaveScanGroup); this.Controls.Add(this.cu_print_regexpression); this.Controls.Add(this.cu_print_midpo); this.Controls.Add(this.cu_print_midspec); this.Controls.Add(this.cu_print_midprod); this.Controls.Add(this.cu_print_midlotno); this.Controls.Add(this.CustomerTreeView); this.Name = "CustomerRule"; this.Text = "客户规则"; this.Load += new System.EventHandler(this.CustomerRule_Load); this.SizeChanged += new System.EventHandler(this.CustomerRule_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cu_print_limiteddate)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox cu_print_midlotno; private System.Windows.Forms.CheckBox cu_print_midprod; private System.Windows.Forms.CheckBox cu_print_midspec; private System.Windows.Forms.CheckBox cu_print_midpo; private System.Windows.Forms.RichTextBox cu_print_regexpression; private System.Windows.Forms.TreeView CustomerTreeView; private CustomControl.NormalButton ButtonSaveScanGroup; private System.Windows.Forms.TextBox Customer; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox cu_print_outprod; private System.Windows.Forms.CheckBox cu_print_outpo; private System.Windows.Forms.CheckBox cu_print_outspec; private System.Windows.Forms.CheckBox cu_print_outlotno; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown cu_print_papercount; private System.Windows.Forms.CheckBox cu_print_checkonly; private System.Windows.Forms.RadioButton Expression; private System.Windows.Forms.RadioButton Equal; private System.Windows.Forms.Label label5; private System.Windows.Forms.RadioButton CustProdAndSpec; private System.Windows.Forms.RadioButton BarcodeAndSpec; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox cu_print_middc; private System.Windows.Forms.CheckBox cu_print_outdc; private System.Windows.Forms.CheckBox cu_print_checkdatecode; private System.Windows.Forms.Label label6; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label FormatExample; private System.Windows.Forms.Label FormatExample1; private System.Windows.Forms.TextBox cu_print_dateformat; private System.Windows.Forms.Label label7; private System.Windows.Forms.NumericUpDown cu_print_limiteddate; } }