|
@@ -0,0 +1,309 @@
|
|
|
+namespace UAS_LabelMachine
|
|
|
+{
|
|
|
+ partial class CustomerRule
|
|
|
+ {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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.label13 = new System.Windows.Forms.Label();
|
|
|
+ this.cu_print_regexpression = new UAS_LabelMachine.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ 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();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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, 312);
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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(746, 312);
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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(467, 312);
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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(610, 312);
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.label13.AutoSize = true;
|
|
|
+ this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label13.Location = new System.Drawing.Point(295, 43);
|
|
|
+ this.label13.Name = "label13";
|
|
|
+ this.label13.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label13.TabIndex = 32;
|
|
|
+ this.label13.Text = "匹配模式";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.cu_print_regexpression.Location = new System.Drawing.Point(410, 47);
|
|
|
+ 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 = "";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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 = "客户搜索";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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(746, 422);
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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(610, 422);
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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(467, 422);
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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, 422);
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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, 267);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(106, 21);
|
|
|
+ this.label2.TabIndex = 51;
|
|
|
+ this.label2.Text = "中盒合并规则";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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, 382);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(106, 21);
|
|
|
+ this.label3.TabIndex = 52;
|
|
|
+ this.label3.Text = "外箱合并规则";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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, 200);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(42, 21);
|
|
|
+ this.label4.TabIndex = 53;
|
|
|
+ this.label4.Text = "纸型";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.cu_print_papercount.Location = new System.Drawing.Point(360, 200);
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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, 200);
|
|
|
+ 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;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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_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.label13);
|
|
|
+ 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.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 CustomControl.RichText.RichTextAutoBottom cu_print_regexpression;
|
|
|
+ private System.Windows.Forms.Label label13;
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+}
|