123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523 |
- namespace UAS_LabelMachine
- {
- partial class CustomerRule
- {
- /// <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()
- {
- 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;
- }
- }
|