Make_CollectNetCode.Designer.cs 14 KB

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