Make_CollectBTMAC.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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(918, 35);
  54. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  55. this.pr_detail_label.Name = "pr_detail_label";
  56. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  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(51, 827);
  67. this.sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  68. this.sncode_label.Name = "sncode_label";
  69. this.sncode_label.Size = new System.Drawing.Size(114, 41);
  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(459, 115);
  78. this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  79. this.mcd_remainqty_label.Name = "mcd_remainqty_label";
  80. this.mcd_remainqty_label.Size = new System.Drawing.Size(114, 41);
  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(54, 115);
  89. this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  90. this.mcd_okqty_label.Name = "mcd_okqty_label";
  91. this.mcd_okqty_label.Size = new System.Drawing.Size(146, 41);
  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(459, 35);
  100. this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  101. this.pr_code_label.Name = "pr_code_label";
  102. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  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(54, 35);
  111. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  112. this.ms_makecode_label.Name = "ms_makecode_label";
  113. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  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(926, 112);
  121. this.StepCount.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  122. this.StepCount.Name = "StepCount";
  123. this.StepCount.Size = new System.Drawing.Size(159, 45);
  124. this.StepCount.Source = null;
  125. this.StepCount.StepCode = null;
  126. this.StepCount.TabIndex = 214;
  127. this.StepCount.Load += new System.EventHandler(this.StepCount_Load);
  128. //
  129. // DeleteButton
  130. //
  131. this.DeleteButton.AllPower = null;
  132. this.DeleteButton.BackColor = System.Drawing.Color.Transparent;
  133. this.DeleteButton.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteButton.DownImage")));
  134. this.DeleteButton.Image = null;
  135. this.DeleteButton.IsShowBorder = true;
  136. this.DeleteButton.Location = new System.Drawing.Point(596, 827);
  137. this.DeleteButton.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  138. this.DeleteButton.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteButton.MoveImage")));
  139. this.DeleteButton.Name = "DeleteButton";
  140. this.DeleteButton.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteButton.NormalImage")));
  141. this.DeleteButton.Power = null;
  142. this.DeleteButton.Size = new System.Drawing.Size(120, 48);
  143. this.DeleteButton.TabIndex = 213;
  144. this.DeleteButton.Text = "取消";
  145. this.DeleteButton.UseVisualStyleBackColor = false;
  146. this.DeleteButton.Click += new System.EventHandler(this.deleteButton1_Click);
  147. //
  148. // ms_makecode
  149. //
  150. this.ms_makecode.AutoSize = true;
  151. this.ms_makecode.CutLength = null;
  152. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.ms_makecode.Location = new System.Drawing.Point(213, 35);
  154. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  155. this.ms_makecode.MaximumSize = new System.Drawing.Size(400, 0);
  156. this.ms_makecode.Name = "ms_makecode";
  157. this.ms_makecode.Size = new System.Drawing.Size(0, 41);
  158. this.ms_makecode.TabIndex = 212;
  159. //
  160. // mcd_remainqty
  161. //
  162. this.mcd_remainqty.AutoSize = true;
  163. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.mcd_remainqty.Location = new System.Drawing.Point(627, 115);
  165. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  166. this.mcd_remainqty.Name = "mcd_remainqty";
  167. this.mcd_remainqty.Size = new System.Drawing.Size(37, 41);
  168. this.mcd_remainqty.TabIndex = 210;
  169. this.mcd_remainqty.Text = "0";
  170. //
  171. // mcd_okqty
  172. //
  173. this.mcd_okqty.AutoSize = true;
  174. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.mcd_okqty.Location = new System.Drawing.Point(213, 115);
  176. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  177. this.mcd_okqty.Name = "mcd_okqty";
  178. this.mcd_okqty.Size = new System.Drawing.Size(37, 41);
  179. this.mcd_okqty.TabIndex = 209;
  180. this.mcd_okqty.Text = "0";
  181. //
  182. // ma_prodcode
  183. //
  184. this.ma_prodcode.AutoSize = true;
  185. this.ma_prodcode.CutLength = null;
  186. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.ma_prodcode.Location = new System.Drawing.Point(627, 43);
  188. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  189. this.ma_prodcode.MaximumSize = new System.Drawing.Size(400, 0);
  190. this.ma_prodcode.Name = "ma_prodcode";
  191. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  192. this.ma_prodcode.TabIndex = 208;
  193. //
  194. // pr_detail
  195. //
  196. this.pr_detail.AutoSize = true;
  197. this.pr_detail.CutLength = null;
  198. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.pr_detail.Location = new System.Drawing.Point(1088, 35);
  200. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  201. this.pr_detail.MaximumSize = new System.Drawing.Size(400, 0);
  202. this.pr_detail.Name = "pr_detail";
  203. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  204. this.pr_detail.TabIndex = 207;
  205. //
  206. // sncode
  207. //
  208. this.sncode.AllPower = "ifall";
  209. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  210. | System.Windows.Forms.AnchorStyles.Left)));
  211. this.sncode.BackColor = System.Drawing.Color.White;
  212. this.sncode.ID = null;
  213. this.sncode.Location = new System.Drawing.Point(176, 832);
  214. this.sncode.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  215. this.sncode.Name = "sncode";
  216. this.sncode.Power = null;
  217. this.sncode.Size = new System.Drawing.Size(388, 35);
  218. this.sncode.Str = null;
  219. this.sncode.Str1 = null;
  220. this.sncode.Str2 = null;
  221. this.sncode.TabIndex = 204;
  222. this.sncode.Tag = "ifread";
  223. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  224. //
  225. // OperateResult
  226. //
  227. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.OperateResult.Location = new System.Drawing.Point(24, 195);
  229. this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  230. this.OperateResult.Name = "OperateResult";
  231. this.OperateResult.Size = new System.Drawing.Size(1054, 607);
  232. this.OperateResult.TabIndex = 203;
  233. this.OperateResult.Text = "";
  234. //
  235. // CollectRemark
  236. //
  237. this.CollectRemark.AutoSize = true;
  238. this.CollectRemark.Checked = true;
  239. this.CollectRemark.CheckState = System.Windows.Forms.CheckState.Checked;
  240. this.CollectRemark.Font = new System.Drawing.Font("微软雅黑", 10F);
  241. this.CollectRemark.Location = new System.Drawing.Point(1100, 203);
  242. this.CollectRemark.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  243. this.CollectRemark.Name = "CollectRemark";
  244. this.CollectRemark.Size = new System.Drawing.Size(155, 39);
  245. this.CollectRemark.TabIndex = 216;
  246. this.CollectRemark.Text = "采集备注";
  247. this.CollectRemark.UseVisualStyleBackColor = true;
  248. //
  249. // Remark
  250. //
  251. this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.Remark.Location = new System.Drawing.Point(1092, 258);
  253. this.Remark.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
  254. this.Remark.Name = "Remark";
  255. this.Remark.Size = new System.Drawing.Size(366, 156);
  256. this.Remark.TabIndex = 215;
  257. this.Remark.Text = "";
  258. //
  259. // Make_CollectBTMAC
  260. //
  261. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  262. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  263. this.ClientSize = new System.Drawing.Size(1480, 896);
  264. this.Controls.Add(this.CollectRemark);
  265. this.Controls.Add(this.Remark);
  266. this.Controls.Add(this.StepCount);
  267. this.Controls.Add(this.DeleteButton);
  268. this.Controls.Add(this.ms_makecode);
  269. this.Controls.Add(this.mcd_remainqty);
  270. this.Controls.Add(this.mcd_okqty);
  271. this.Controls.Add(this.ma_prodcode);
  272. this.Controls.Add(this.pr_detail);
  273. this.Controls.Add(this.pr_detail_label);
  274. this.Controls.Add(this.sncode_label);
  275. this.Controls.Add(this.sncode);
  276. this.Controls.Add(this.OperateResult);
  277. this.Controls.Add(this.mcd_remainqty_label);
  278. this.Controls.Add(this.mcd_okqty_label);
  279. this.Controls.Add(this.pr_code_label);
  280. this.Controls.Add(this.ms_makecode_label);
  281. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  282. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  283. this.Name = "Make_CollectBTMAC";
  284. this.Tag = "Make!CollectBTMAC";
  285. this.Text = "BT/MAC采集";
  286. this.Activated += new System.EventHandler(this.Make_CollectBTMAC_Activated);
  287. this.Load += new System.EventHandler(this.Make_CollectBTMAC_Load);
  288. this.SizeChanged += new System.EventHandler(this.Make_CollectBTMAC_SizeChanged);
  289. this.ResumeLayout(true);
  290. this.PerformLayout();
  291. }
  292. #endregion
  293. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  294. private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
  295. private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
  296. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  297. private CustomControl.ValueLabel.ValueLabel pr_detail;
  298. private System.Windows.Forms.Label pr_detail_label;
  299. private System.Windows.Forms.Label sncode_label;
  300. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  301. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  302. private System.Windows.Forms.Label mcd_remainqty_label;
  303. private System.Windows.Forms.Label mcd_okqty_label;
  304. private System.Windows.Forms.Label pr_code_label;
  305. private System.Windows.Forms.Label ms_makecode_label;
  306. private CustomControl.ButtonUtil.NormalButton DeleteButton;
  307. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  308. private System.Windows.Forms.CheckBox CollectRemark;
  309. private CustomControl.RichText.RichTextAutoBottom Remark;
  310. }
  311. }