Make_CollectBTMAC.Designer.cs 14 KB

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