Make_CollectBTMAC.Designer.cs 15 KB

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