Make_CollectBTMAC.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_CollectBTMAC
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CollectBTMAC));
  30. this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  31. this.deleteButton1 = new UAS_MES.CustomControl.ButtonUtil.DeleteButton();
  32. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  33. this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
  34. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  35. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  36. this.pr_detail_label = new System.Windows.Forms.Label();
  37. this.sncode_label = new System.Windows.Forms.Label();
  38. this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  40. this.mcd_remainqty_label = new System.Windows.Forms.Label();
  41. this.mcd_okqty_label = new System.Windows.Forms.Label();
  42. this.pr_code_label = new System.Windows.Forms.Label();
  43. this.ms_makecode_label = new System.Windows.Forms.Label();
  44. this.SuspendLayout();
  45. //
  46. // ms_makecode
  47. //
  48. this.ms_makecode.AutoSize = true;
  49. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.ms_makecode.Location = new System.Drawing.Point(126, 17);
  51. this.ms_makecode.Name = "ms_makecode";
  52. this.ms_makecode.Size = new System.Drawing.Size(0, 27);
  53. this.ms_makecode.TabIndex = 212;
  54. //
  55. // deleteButton1
  56. //
  57. this.deleteButton1.AllPower = null;
  58. this.deleteButton1.Image = ((System.Drawing.Image)(resources.GetObject("deleteButton1.Image")));
  59. this.deleteButton1.Location = new System.Drawing.Point(498, 547);
  60. this.deleteButton1.Name = "deleteButton1";
  61. this.deleteButton1.Power = null;
  62. this.deleteButton1.Size = new System.Drawing.Size(75, 23);
  63. this.deleteButton1.TabIndex = 211;
  64. this.deleteButton1.Text = "取消";
  65. this.deleteButton1.UseVisualStyleBackColor = true;
  66. this.deleteButton1.Click += new System.EventHandler(this.deleteButton1_Click);
  67. //
  68. // mcd_remainqty
  69. //
  70. this.mcd_remainqty.AutoSize = true;
  71. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.mcd_remainqty.Location = new System.Drawing.Point(412, 78);
  73. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  74. this.mcd_remainqty.Name = "mcd_remainqty";
  75. this.mcd_remainqty.Size = new System.Drawing.Size(24, 27);
  76. this.mcd_remainqty.TabIndex = 210;
  77. this.mcd_remainqty.Text = "0";
  78. //
  79. // mcd_okqty
  80. //
  81. this.mcd_okqty.AutoSize = true;
  82. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.mcd_okqty.Location = new System.Drawing.Point(124, 78);
  84. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  85. this.mcd_okqty.Name = "mcd_okqty";
  86. this.mcd_okqty.Size = new System.Drawing.Size(24, 27);
  87. this.mcd_okqty.TabIndex = 209;
  88. this.mcd_okqty.Text = "0";
  89. //
  90. // ma_prodcode
  91. //
  92. this.ma_prodcode.AutoSize = true;
  93. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.ma_prodcode.Location = new System.Drawing.Point(417, 21);
  95. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  96. this.ma_prodcode.Name = "ma_prodcode";
  97. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  98. this.ma_prodcode.TabIndex = 208;
  99. //
  100. // pr_detail
  101. //
  102. this.pr_detail.AutoSize = true;
  103. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.pr_detail.Location = new System.Drawing.Point(710, 17);
  105. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  106. this.pr_detail.Name = "pr_detail";
  107. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  108. this.pr_detail.TabIndex = 207;
  109. //
  110. // pr_detail_label
  111. //
  112. this.pr_detail_label.AutoSize = true;
  113. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.pr_detail_label.Location = new System.Drawing.Point(597, 17);
  115. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  116. this.pr_detail_label.Name = "pr_detail_label";
  117. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  118. this.pr_detail_label.TabIndex = 206;
  119. this.pr_detail_label.Text = "产品名称";
  120. //
  121. // sncode_label
  122. //
  123. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  124. | System.Windows.Forms.AnchorStyles.Left)));
  125. this.sncode_label.AutoSize = true;
  126. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.sncode_label.Location = new System.Drawing.Point(47, 545);
  128. this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  129. this.sncode_label.Name = "sncode_label";
  130. this.sncode_label.Size = new System.Drawing.Size(72, 27);
  131. this.sncode_label.TabIndex = 205;
  132. this.sncode_label.Text = "录入框";
  133. //
  134. // sncode
  135. //
  136. this.sncode.AllPower = "ifall";
  137. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  138. | System.Windows.Forms.AnchorStyles.Left)));
  139. this.sncode.BackColor = System.Drawing.Color.White;
  140. this.sncode.ID = null;
  141. this.sncode.Location = new System.Drawing.Point(157, 547);
  142. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  143. this.sncode.Name = "sncode";
  144. this.sncode.Power = null;
  145. this.sncode.Size = new System.Drawing.Size(260, 25);
  146. this.sncode.Str = null;
  147. this.sncode.Str1 = null;
  148. this.sncode.Str2 = null;
  149. this.sncode.TabIndex = 204;
  150. this.sncode.Tag = "ifwrite";
  151. this.sncode.TextChanged += new System.EventHandler(this.sncode_TextChanged);
  152. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  153. //
  154. // OperateResult
  155. //
  156. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.OperateResult.Location = new System.Drawing.Point(32, 139);
  158. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  159. this.OperateResult.Name = "OperateResult";
  160. this.OperateResult.Size = new System.Drawing.Size(940, 380);
  161. this.OperateResult.TabIndex = 203;
  162. this.OperateResult.Text = "";
  163. //
  164. // mcd_remainqty_label
  165. //
  166. this.mcd_remainqty_label.AutoSize = true;
  167. this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.mcd_remainqty_label.Location = new System.Drawing.Point(309, 78);
  169. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  170. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  171. this.mcd_remainqty_label.Size = new System.Drawing.Size(72, 27);
  172. this.mcd_remainqty_label.TabIndex = 202;
  173. this.mcd_remainqty_label.Text = "剩余数";
  174. //
  175. // mcd_okqty_label
  176. //
  177. this.mcd_okqty_label.AutoSize = true;
  178. this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.mcd_okqty_label.Location = new System.Drawing.Point(27, 78);
  180. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  181. this.mcd_okqty_label.Name = "mcd_okqty_label";
  182. this.mcd_okqty_label.Size = new System.Drawing.Size(92, 27);
  183. this.mcd_okqty_label.TabIndex = 201;
  184. this.mcd_okqty_label.Text = "打印计数";
  185. //
  186. // pr_code_label
  187. //
  188. this.pr_code_label.AutoSize = true;
  189. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.pr_code_label.Location = new System.Drawing.Point(309, 17);
  191. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  192. this.pr_code_label.Name = "pr_code_label";
  193. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  194. this.pr_code_label.TabIndex = 200;
  195. this.pr_code_label.Text = "产品编号";
  196. //
  197. // ms_makecode_label
  198. //
  199. this.ms_makecode_label.AutoSize = true;
  200. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.ms_makecode_label.Location = new System.Drawing.Point(27, 17);
  202. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  203. this.ms_makecode_label.Name = "ms_makecode_label";
  204. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  205. this.ms_makecode_label.TabIndex = 199;
  206. this.ms_makecode_label.Text = "工单编号";
  207. //
  208. // Make_CollectBTMAC
  209. //
  210. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  211. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  212. this.ClientSize = new System.Drawing.Size(1249, 602);
  213. this.Controls.Add(this.ms_makecode);
  214. this.Controls.Add(this.deleteButton1);
  215. this.Controls.Add(this.mcd_remainqty);
  216. this.Controls.Add(this.mcd_okqty);
  217. this.Controls.Add(this.ma_prodcode);
  218. this.Controls.Add(this.pr_detail);
  219. this.Controls.Add(this.pr_detail_label);
  220. this.Controls.Add(this.sncode_label);
  221. this.Controls.Add(this.sncode);
  222. this.Controls.Add(this.OperateResult);
  223. this.Controls.Add(this.mcd_remainqty_label);
  224. this.Controls.Add(this.mcd_okqty_label);
  225. this.Controls.Add(this.pr_code_label);
  226. this.Controls.Add(this.ms_makecode_label);
  227. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  228. this.Name = "Make_CollectBTMAC";
  229. this.Tag = "Make!CollectBTMAC";
  230. this.Text = "BT/MAC采集";
  231. this.Activated += new System.EventHandler(this.Make_CollectBTMAC_Activated);
  232. this.Load += new System.EventHandler(this.Make_CollectBTMAC_Load);
  233. this.SizeChanged += new System.EventHandler(this.Make_CollectBTMAC_SizeChanged);
  234. this.ResumeLayout(false);
  235. this.PerformLayout();
  236. }
  237. #endregion
  238. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  239. private CustomControl.ButtonUtil.DeleteButton deleteButton1;
  240. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  241. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  242. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  243. private CustomControl.ValueLabel.ValueLabel pr_detail;
  244. private System.Windows.Forms.Label pr_detail_label;
  245. private System.Windows.Forms.Label sncode_label;
  246. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  247. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  248. private System.Windows.Forms.Label mcd_remainqty_label;
  249. private System.Windows.Forms.Label mcd_okqty_label;
  250. private System.Windows.Forms.Label pr_code_label;
  251. private System.Windows.Forms.Label ms_makecode_label;
  252. }
  253. }