123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- 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_midspec = new System.Windows.Forms.CheckBox();
- this.cu_print_midpo = new System.Windows.Forms.CheckBox();
- this.CustomerTreeView = new System.Windows.Forms.TreeView();
- this.Customer = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.ButtonSaveScanGroup = new UAS_LabelMachine.CustomControl.NormalButton();
- this.cu_print_midprod = new System.Windows.Forms.CheckBox();
- this.SuspendLayout();
- //
- // 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(281, 191);
- 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(424, 191);
- 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;
- //
- // 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);
- //
- // 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 = "客户搜索";
- //
- // 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(281, 149);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(106, 21);
- this.label2.TabIndex = 51;
- this.label2.Text = "中盒合并规则";
- //
- // 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);
- //
- // 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(548, 191);
- this.cu_print_midprod.Name = "cu_print_midprod";
- this.cu_print_midprod.Size = new System.Drawing.Size(125, 25);
- this.cu_print_midprod.TabIndex = 52;
- this.cu_print_midprod.Tag = "PN";
- this.cu_print_midprod.Text = "区分客户料号";
- this.cu_print_midprod.UseVisualStyleBackColor = true;
- //
- // 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_midprod);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.Customer);
- this.Controls.Add(this.ButtonSaveScanGroup);
- this.Controls.Add(this.cu_print_midpo);
- this.Controls.Add(this.cu_print_midspec);
- 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);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.CheckBox cu_print_midspec;
- private System.Windows.Forms.CheckBox cu_print_midpo;
- 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.Label label2;
- private System.Windows.Forms.CheckBox cu_print_midprod;
- }
- }
|