Make_CollectBTMAC.Designer.cs 17 KB

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