Make_CollectNetCode.Designer.cs 16 KB

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