CustomerRule.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. namespace UAS_LabelMachine
  2. {
  3. partial class CustomerRule
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomerRule));
  29. this.cu_print_midspec = new System.Windows.Forms.CheckBox();
  30. this.cu_print_midpo = new System.Windows.Forms.CheckBox();
  31. this.CustomerTreeView = new System.Windows.Forms.TreeView();
  32. this.Customer = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.ButtonSaveScanGroup = new UAS_LabelMachine.CustomControl.NormalButton();
  36. this.SuspendLayout();
  37. //
  38. // cu_print_midspec
  39. //
  40. this.cu_print_midspec.AutoSize = true;
  41. this.cu_print_midspec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.cu_print_midspec.Location = new System.Drawing.Point(281, 191);
  43. this.cu_print_midspec.Name = "cu_print_midspec";
  44. this.cu_print_midspec.Size = new System.Drawing.Size(93, 25);
  45. this.cu_print_midspec.TabIndex = 3;
  46. this.cu_print_midspec.Tag = "QTY";
  47. this.cu_print_midspec.Text = "区分型号";
  48. this.cu_print_midspec.UseVisualStyleBackColor = true;
  49. //
  50. // cu_print_midpo
  51. //
  52. this.cu_print_midpo.AutoSize = true;
  53. this.cu_print_midpo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.cu_print_midpo.Location = new System.Drawing.Point(424, 191);
  55. this.cu_print_midpo.Name = "cu_print_midpo";
  56. this.cu_print_midpo.Size = new System.Drawing.Size(93, 25);
  57. this.cu_print_midpo.TabIndex = 4;
  58. this.cu_print_midpo.Tag = "PN";
  59. this.cu_print_midpo.Text = "区分订单";
  60. this.cu_print_midpo.UseVisualStyleBackColor = true;
  61. //
  62. // CustomerTreeView
  63. //
  64. this.CustomerTreeView.Location = new System.Drawing.Point(0, 24);
  65. this.CustomerTreeView.Name = "CustomerTreeView";
  66. this.CustomerTreeView.Size = new System.Drawing.Size(251, 610);
  67. this.CustomerTreeView.TabIndex = 0;
  68. this.CustomerTreeView.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.CustomerTreeView_NodeMouseClick);
  69. //
  70. // Customer
  71. //
  72. this.Customer.Location = new System.Drawing.Point(85, 1);
  73. this.Customer.Name = "Customer";
  74. this.Customer.Size = new System.Drawing.Size(166, 21);
  75. this.Customer.TabIndex = 43;
  76. this.Customer.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Brand_KeyDown);
  77. //
  78. // label1
  79. //
  80. this.label1.AutoSize = true;
  81. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.label1.Location = new System.Drawing.Point(3, 2);
  83. this.label1.Name = "label1";
  84. this.label1.Size = new System.Drawing.Size(74, 21);
  85. this.label1.TabIndex = 44;
  86. this.label1.Text = "客户搜索";
  87. //
  88. // label2
  89. //
  90. this.label2.AutoSize = true;
  91. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.label2.Location = new System.Drawing.Point(281, 149);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(106, 21);
  95. this.label2.TabIndex = 51;
  96. this.label2.Text = "中盒合并规则";
  97. //
  98. // ButtonSaveScanGroup
  99. //
  100. this.ButtonSaveScanGroup.Image = ((System.Drawing.Image)(resources.GetObject("ButtonSaveScanGroup.Image")));
  101. this.ButtonSaveScanGroup.Location = new System.Drawing.Point(254, 4);
  102. this.ButtonSaveScanGroup.Name = "ButtonSaveScanGroup";
  103. this.ButtonSaveScanGroup.Size = new System.Drawing.Size(64, 23);
  104. this.ButtonSaveScanGroup.TabIndex = 42;
  105. this.ButtonSaveScanGroup.Text = "保存";
  106. this.ButtonSaveScanGroup.UseVisualStyleBackColor = true;
  107. this.ButtonSaveScanGroup.Click += new System.EventHandler(this.ButtonSaveScanGroup_Click);
  108. //
  109. // CustomerRule
  110. //
  111. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  112. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  113. this.ClientSize = new System.Drawing.Size(1082, 634);
  114. this.Controls.Add(this.label2);
  115. this.Controls.Add(this.label1);
  116. this.Controls.Add(this.Customer);
  117. this.Controls.Add(this.ButtonSaveScanGroup);
  118. this.Controls.Add(this.cu_print_midpo);
  119. this.Controls.Add(this.cu_print_midspec);
  120. this.Controls.Add(this.CustomerTreeView);
  121. this.Name = "CustomerRule";
  122. this.Text = "客户规则";
  123. this.Load += new System.EventHandler(this.CustomerRule_Load);
  124. this.SizeChanged += new System.EventHandler(this.CustomerRule_SizeChanged);
  125. this.ResumeLayout(false);
  126. this.PerformLayout();
  127. }
  128. #endregion
  129. private System.Windows.Forms.CheckBox cu_print_midspec;
  130. private System.Windows.Forms.CheckBox cu_print_midpo;
  131. private System.Windows.Forms.TreeView CustomerTreeView;
  132. private CustomControl.NormalButton ButtonSaveScanGroup;
  133. private System.Windows.Forms.TextBox Customer;
  134. private System.Windows.Forms.Label label1;
  135. private System.Windows.Forms.Label label2;
  136. }
  137. }