Make_ImeiCheck.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ImeiCheck
  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.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  29. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  30. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  31. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.pr_detail = new System.Windows.Forms.Label();
  33. this.showResult = new System.Windows.Forms.ListView();
  34. this.label10 = new System.Windows.Forms.Label();
  35. this.remain_qty = new System.Windows.Forms.Label();
  36. this.mcd_okqty = new System.Windows.Forms.Label();
  37. this.ma_prodcode = new System.Windows.Forms.Label();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  44. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  45. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  46. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  47. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  48. this.SuspendLayout();
  49. //
  50. // columnHeader4
  51. //
  52. this.columnHeader4.Text = "结果";
  53. this.columnHeader4.Width = 96;
  54. //
  55. // columnHeader3
  56. //
  57. this.columnHeader3.Text = "时间";
  58. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  59. this.columnHeader3.Width = 170;
  60. //
  61. // columnHeader2
  62. //
  63. this.columnHeader2.Text = "SN";
  64. this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  65. this.columnHeader2.Width = 136;
  66. //
  67. // columnHeader1
  68. //
  69. this.columnHeader1.Text = "";
  70. this.columnHeader1.Width = 50;
  71. //
  72. // pr_detail
  73. //
  74. this.pr_detail.AutoSize = true;
  75. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  76. this.pr_detail.Location = new System.Drawing.Point(1258, 38);
  77. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  78. this.pr_detail.Name = "pr_detail";
  79. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  80. this.pr_detail.TabIndex = 31;
  81. //
  82. // showResult
  83. //
  84. this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  85. this.columnHeader1,
  86. this.columnHeader2,
  87. this.columnHeader3,
  88. this.columnHeader4});
  89. this.showResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.showResult.HideSelection = false;
  91. this.showResult.Location = new System.Drawing.Point(942, 234);
  92. this.showResult.Margin = new System.Windows.Forms.Padding(4);
  93. this.showResult.Name = "showResult";
  94. this.showResult.Size = new System.Drawing.Size(778, 510);
  95. this.showResult.TabIndex = 30;
  96. this.showResult.UseCompatibleStateImageBehavior = false;
  97. this.showResult.View = System.Windows.Forms.View.Details;
  98. //
  99. // label10
  100. //
  101. this.label10.AutoSize = true;
  102. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label10.Location = new System.Drawing.Point(64, 788);
  104. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.label10.Name = "label10";
  106. this.label10.Size = new System.Drawing.Size(53, 35);
  107. this.label10.TabIndex = 28;
  108. this.label10.Text = "SN";
  109. //
  110. // remain_qty
  111. //
  112. this.remain_qty.AutoSize = true;
  113. this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
  114. this.remain_qty.Location = new System.Drawing.Point(204, 130);
  115. this.remain_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  116. this.remain_qty.Name = "remain_qty";
  117. this.remain_qty.Size = new System.Drawing.Size(0, 41);
  118. this.remain_qty.TabIndex = 26;
  119. //
  120. // mcd_okqty
  121. //
  122. this.mcd_okqty.AutoSize = true;
  123. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  124. this.mcd_okqty.Location = new System.Drawing.Point(724, 130);
  125. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  126. this.mcd_okqty.Name = "mcd_okqty";
  127. this.mcd_okqty.Size = new System.Drawing.Size(0, 41);
  128. this.mcd_okqty.TabIndex = 25;
  129. //
  130. // ma_prodcode
  131. //
  132. this.ma_prodcode.AutoSize = true;
  133. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  134. this.ma_prodcode.Location = new System.Drawing.Point(724, 38);
  135. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  136. this.ma_prodcode.Name = "ma_prodcode";
  137. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  138. this.ma_prodcode.TabIndex = 24;
  139. //
  140. // label5
  141. //
  142. this.label5.AutoSize = true;
  143. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  144. this.label5.Location = new System.Drawing.Point(574, 130);
  145. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.label5.Name = "label5";
  147. this.label5.Size = new System.Drawing.Size(210, 41);
  148. this.label5.TabIndex = 22;
  149. this.label5.Text = "当前工单计数";
  150. //
  151. // label4
  152. //
  153. this.label4.AutoSize = true;
  154. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  155. this.label4.Location = new System.Drawing.Point(54, 130);
  156. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  157. this.label4.Name = "label4";
  158. this.label4.Size = new System.Drawing.Size(114, 41);
  159. this.label4.TabIndex = 21;
  160. this.label4.Text = "剩余数";
  161. //
  162. // label3
  163. //
  164. this.label3.AutoSize = true;
  165. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  166. this.label3.Location = new System.Drawing.Point(1102, 38);
  167. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  168. this.label3.Name = "label3";
  169. this.label3.Size = new System.Drawing.Size(146, 41);
  170. this.label3.TabIndex = 20;
  171. this.label3.Text = "产品名称";
  172. //
  173. // label2
  174. //
  175. this.label2.AutoSize = true;
  176. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  177. this.label2.Location = new System.Drawing.Point(570, 38);
  178. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  179. this.label2.Name = "label2";
  180. this.label2.Size = new System.Drawing.Size(146, 41);
  181. this.label2.TabIndex = 19;
  182. this.label2.Text = "产品编号";
  183. //
  184. // label1
  185. //
  186. this.label1.AutoSize = true;
  187. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  188. this.label1.Location = new System.Drawing.Point(50, 38);
  189. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  190. this.label1.Name = "label1";
  191. this.label1.Size = new System.Drawing.Size(146, 41);
  192. this.label1.TabIndex = 18;
  193. this.label1.Text = "工单编号";
  194. //
  195. // ma_code
  196. //
  197. this.ma_code.AllPower = null;
  198. this.ma_code.Caller = null;
  199. this.ma_code.Condition = null;
  200. this.ma_code.DBTitle = null;
  201. this.ma_code.FormName = null;
  202. this.ma_code.Location = new System.Drawing.Point(211, 38);
  203. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  204. this.ma_code.Name = "ma_code";
  205. this.ma_code.Power = null;
  206. this.ma_code.ReturnData = null;
  207. this.ma_code.SelectField = null;
  208. this.ma_code.SetValueField = null;
  209. this.ma_code.Size = new System.Drawing.Size(230, 42);
  210. this.ma_code.TabIndex = 68;
  211. this.ma_code.TableName = null;
  212. this.ma_code.Tag = "ma_code";
  213. this.ma_code.TextBoxEnable = true;
  214. //
  215. // StepCount
  216. //
  217. this.StepCount.LineCode = null;
  218. this.StepCount.Location = new System.Drawing.Point(1102, 130);
  219. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  220. this.StepCount.Name = "StepCount";
  221. this.StepCount.Size = new System.Drawing.Size(176, 44);
  222. this.StepCount.Source = null;
  223. this.StepCount.StepCode = null;
  224. this.StepCount.TabIndex = 32;
  225. this.StepCount.Load += new System.EventHandler(this.StepCount_Load);
  226. //
  227. // sncode
  228. //
  229. this.sncode.AllPower = null;
  230. this.sncode.BackColor = System.Drawing.Color.White;
  231. this.sncode.ID = null;
  232. this.sncode.Location = new System.Drawing.Point(144, 788);
  233. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  234. this.sncode.Name = "sncode";
  235. this.sncode.Power = null;
  236. this.sncode.Size = new System.Drawing.Size(334, 35);
  237. this.sncode.Str = null;
  238. this.sncode.Str1 = null;
  239. this.sncode.Str2 = null;
  240. this.sncode.TabIndex = 29;
  241. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  242. //
  243. // OperateResult
  244. //
  245. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.OperateResult.Location = new System.Drawing.Point(58, 234);
  247. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  248. this.OperateResult.Name = "OperateResult";
  249. this.OperateResult.Size = new System.Drawing.Size(802, 510);
  250. this.OperateResult.TabIndex = 27;
  251. this.OperateResult.Text = "";
  252. //
  253. // LockMakeCode
  254. //
  255. this.LockMakeCode.AutoSize = true;
  256. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.LockMakeCode.LeaveEvent = false;
  258. this.LockMakeCode.Location = new System.Drawing.Point(451, 38);
  259. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  260. this.LockMakeCode.Name = "LockMakeCode";
  261. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  262. this.LockMakeCode.TabIndex = 69;
  263. this.LockMakeCode.Text = "锁定";
  264. this.LockMakeCode.UseVisualStyleBackColor = true;
  265. //
  266. // Make_ImeiCheck
  267. //
  268. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  269. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  270. this.ClientSize = new System.Drawing.Size(1772, 866);
  271. this.Controls.Add(this.LockMakeCode);
  272. this.Controls.Add(this.ma_code);
  273. this.Controls.Add(this.StepCount);
  274. this.Controls.Add(this.pr_detail);
  275. this.Controls.Add(this.showResult);
  276. this.Controls.Add(this.sncode);
  277. this.Controls.Add(this.label10);
  278. this.Controls.Add(this.OperateResult);
  279. this.Controls.Add(this.remain_qty);
  280. this.Controls.Add(this.mcd_okqty);
  281. this.Controls.Add(this.ma_prodcode);
  282. this.Controls.Add(this.label5);
  283. this.Controls.Add(this.label4);
  284. this.Controls.Add(this.label3);
  285. this.Controls.Add(this.label2);
  286. this.Controls.Add(this.label1);
  287. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  288. this.Margin = new System.Windows.Forms.Padding(4);
  289. this.Name = "Make_ImeiCheck";
  290. this.Tag = "Make!ImeiCheck";
  291. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  292. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  293. this.ResumeLayout(true);
  294. this.PerformLayout();
  295. }
  296. #endregion
  297. private System.Windows.Forms.ColumnHeader columnHeader4;
  298. private System.Windows.Forms.ColumnHeader columnHeader3;
  299. private System.Windows.Forms.ColumnHeader columnHeader2;
  300. private System.Windows.Forms.ColumnHeader columnHeader1;
  301. private System.Windows.Forms.Label pr_detail;
  302. private System.Windows.Forms.ListView showResult;
  303. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  304. private System.Windows.Forms.Label label10;
  305. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  306. private System.Windows.Forms.Label remain_qty;
  307. private System.Windows.Forms.Label mcd_okqty;
  308. private System.Windows.Forms.Label ma_prodcode;
  309. private System.Windows.Forms.Label label5;
  310. private System.Windows.Forms.Label label4;
  311. private System.Windows.Forms.Label label3;
  312. private System.Windows.Forms.Label label2;
  313. private System.Windows.Forms.Label label1;
  314. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  315. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  316. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  317. }
  318. }