Special_MaterialLabel.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_MaterialLabel
  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(Special_MaterialLabel));
  30. this.sn_code_label = new System.Windows.Forms.Label();
  31. this.pr_detail = new System.Windows.Forms.Label();
  32. this.label6 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  36. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  37. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  38. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.PrintLabel_label = new System.Windows.Forms.Label();
  44. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  45. this.SuspendLayout();
  46. //
  47. // sn_code_label
  48. //
  49. this.sn_code_label.AutoSize = true;
  50. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.sn_code_label.Location = new System.Drawing.Point(68, 215);
  52. this.sn_code_label.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
  53. this.sn_code_label.Name = "sn_code_label";
  54. this.sn_code_label.Size = new System.Drawing.Size(114, 41);
  55. this.sn_code_label.TabIndex = 104;
  56. this.sn_code_label.Text = "序列号";
  57. //
  58. // pr_detail
  59. //
  60. this.pr_detail.AutoSize = true;
  61. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.pr_detail.Location = new System.Drawing.Point(219, 350);
  63. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  64. this.pr_detail.Name = "pr_detail";
  65. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  66. this.pr_detail.TabIndex = 237;
  67. //
  68. // label6
  69. //
  70. this.label6.AutoSize = true;
  71. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.label6.Location = new System.Drawing.Point(41, 350);
  73. this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  74. this.label6.Name = "label6";
  75. this.label6.Size = new System.Drawing.Size(146, 41);
  76. this.label6.TabIndex = 236;
  77. this.label6.Text = "产品名称";
  78. //
  79. // label5
  80. //
  81. this.label5.AutoSize = true;
  82. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label5.Location = new System.Drawing.Point(41, 285);
  84. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.label5.Name = "label5";
  86. this.label5.Size = new System.Drawing.Size(146, 41);
  87. this.label5.TabIndex = 232;
  88. this.label5.Text = "产品代码";
  89. //
  90. // pr_code
  91. //
  92. this.pr_code.AllPower = null;
  93. this.pr_code.BackColor = System.Drawing.Color.White;
  94. this.pr_code.Enabled = false;
  95. this.pr_code.ID = null;
  96. this.pr_code.Location = new System.Drawing.Point(226, 294);
  97. this.pr_code.Name = "pr_code";
  98. this.pr_code.Power = null;
  99. this.pr_code.Size = new System.Drawing.Size(388, 35);
  100. this.pr_code.Str = null;
  101. this.pr_code.Str1 = null;
  102. this.pr_code.Str2 = null;
  103. this.pr_code.TabIndex = 235;
  104. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  105. //
  106. // Clean
  107. //
  108. this.Clean.AllPower = null;
  109. this.Clean.BackColor = System.Drawing.Color.Transparent;
  110. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  111. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  112. this.Clean.IsShowBorder = true;
  113. this.Clean.Location = new System.Drawing.Point(1002, 659);
  114. this.Clean.Margin = new System.Windows.Forms.Padding(8);
  115. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  116. this.Clean.Name = "Clean";
  117. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  118. this.Clean.Power = null;
  119. this.Clean.Size = new System.Drawing.Size(120, 50);
  120. this.Clean.TabIndex = 143;
  121. this.Clean.Text = "清除";
  122. this.Clean.UseVisualStyleBackColor = true;
  123. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  124. //
  125. // OperateResult
  126. //
  127. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.OperateResult.Location = new System.Drawing.Point(832, 26);
  129. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  130. this.OperateResult.Name = "OperateResult";
  131. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  132. this.OperateResult.TabIndex = 142;
  133. this.OperateResult.Text = "";
  134. //
  135. // Confirm
  136. //
  137. this.Confirm.AllPower = null;
  138. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  139. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  140. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  141. this.Confirm.IsShowBorder = true;
  142. this.Confirm.Location = new System.Drawing.Point(254, 699);
  143. this.Confirm.Margin = new System.Windows.Forms.Padding(8);
  144. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  145. this.Confirm.Name = "Confirm";
  146. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  147. this.Confirm.Power = null;
  148. this.Confirm.Size = new System.Drawing.Size(120, 50);
  149. this.Confirm.TabIndex = 141;
  150. this.Confirm.Text = "确认";
  151. this.Confirm.UseVisualStyleBackColor = true;
  152. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  153. //
  154. // sn_code
  155. //
  156. this.sn_code.AllPower = null;
  157. this.sn_code.BackColor = System.Drawing.Color.White;
  158. this.sn_code.ID = null;
  159. this.sn_code.Location = new System.Drawing.Point(226, 218);
  160. this.sn_code.Margin = new System.Windows.Forms.Padding(8);
  161. this.sn_code.Name = "sn_code";
  162. this.sn_code.Power = null;
  163. this.sn_code.Size = new System.Drawing.Size(388, 35);
  164. this.sn_code.Str = null;
  165. this.sn_code.Str1 = null;
  166. this.sn_code.Str2 = null;
  167. this.sn_code.TabIndex = 140;
  168. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  169. //
  170. // PrintNum
  171. //
  172. this.PrintNum.AllPower = null;
  173. this.PrintNum.BackColor = System.Drawing.Color.White;
  174. this.PrintNum.Enabled = false;
  175. this.PrintNum.ID = null;
  176. this.PrintNum.Location = new System.Drawing.Point(226, 620);
  177. this.PrintNum.Margin = new System.Windows.Forms.Padding(6);
  178. this.PrintNum.Name = "PrintNum";
  179. this.PrintNum.Power = null;
  180. this.PrintNum.Size = new System.Drawing.Size(260, 35);
  181. this.PrintNum.Str = null;
  182. this.PrintNum.Str1 = null;
  183. this.PrintNum.Str2 = null;
  184. this.PrintNum.TabIndex = 249;
  185. //
  186. // label4
  187. //
  188. this.label4.AutoSize = true;
  189. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.label4.Location = new System.Drawing.Point(102, 620);
  191. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  192. this.label4.Name = "label4";
  193. this.label4.Size = new System.Drawing.Size(82, 41);
  194. this.label4.TabIndex = 248;
  195. this.label4.Text = "份数";
  196. //
  197. // PrintLabel
  198. //
  199. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  200. this.PrintLabel.FormattingEnabled = true;
  201. this.PrintLabel.Location = new System.Drawing.Point(226, 538);
  202. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  203. this.PrintLabel.Name = "PrintLabel";
  204. this.PrintLabel.Size = new System.Drawing.Size(260, 32);
  205. this.PrintLabel.TabIndex = 247;
  206. //
  207. // label2
  208. //
  209. this.label2.AutoSize = true;
  210. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.label2.Location = new System.Drawing.Point(70, 457);
  212. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  213. this.label2.Name = "label2";
  214. this.label2.Size = new System.Drawing.Size(114, 41);
  215. this.label2.TabIndex = 246;
  216. this.label2.Text = "打印机";
  217. //
  218. // PrintLabel_label
  219. //
  220. this.PrintLabel_label.AutoSize = true;
  221. this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.PrintLabel_label.Location = new System.Drawing.Point(102, 538);
  223. this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  224. this.PrintLabel_label.Name = "PrintLabel_label";
  225. this.PrintLabel_label.Size = new System.Drawing.Size(82, 41);
  226. this.PrintLabel_label.TabIndex = 245;
  227. this.PrintLabel_label.Text = "标签";
  228. //
  229. // Printer
  230. //
  231. this.Printer.Location = new System.Drawing.Point(226, 457);
  232. this.Printer.Margin = new System.Windows.Forms.Padding(8);
  233. this.Printer.Name = "Printer";
  234. this.Printer.Size = new System.Drawing.Size(262, 50);
  235. this.Printer.TabIndex = 244;
  236. //
  237. // Special_MaterialLabel
  238. //
  239. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  240. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  241. this.ClientSize = new System.Drawing.Size(1566, 802);
  242. this.Controls.Add(this.PrintNum);
  243. this.Controls.Add(this.label4);
  244. this.Controls.Add(this.PrintLabel);
  245. this.Controls.Add(this.label2);
  246. this.Controls.Add(this.PrintLabel_label);
  247. this.Controls.Add(this.Printer);
  248. this.Controls.Add(this.pr_detail);
  249. this.Controls.Add(this.label6);
  250. this.Controls.Add(this.pr_code);
  251. this.Controls.Add(this.label5);
  252. this.Controls.Add(this.Clean);
  253. this.Controls.Add(this.OperateResult);
  254. this.Controls.Add(this.Confirm);
  255. this.Controls.Add(this.sn_code);
  256. this.Controls.Add(this.sn_code_label);
  257. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  258. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  259. this.Name = "Special_MaterialLabel";
  260. this.Tag = "Special!CancelCollection";
  261. this.Text = "取消采集";
  262. this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
  263. this.ResumeLayout(false);
  264. this.PerformLayout();
  265. }
  266. #endregion
  267. private System.Windows.Forms.Label sn_code_label;
  268. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  269. private CustomControl.ButtonUtil.NormalButton Confirm;
  270. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  271. private CustomControl.ButtonUtil.NormalButton Clean;
  272. private System.Windows.Forms.Label pr_detail;
  273. private System.Windows.Forms.Label label6;
  274. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  275. private System.Windows.Forms.Label label5;
  276. private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
  277. private System.Windows.Forms.Label label4;
  278. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  279. private System.Windows.Forms.Label label2;
  280. private System.Windows.Forms.Label PrintLabel_label;
  281. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  282. }
  283. }