Make_BoxStepPass.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_BoxStepPass
  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.pr_detail_label = new System.Windows.Forms.Label();
  29. this.sncode_label = new System.Windows.Forms.Label();
  30. this.pr_code_label = new System.Windows.Forms.Label();
  31. this.ms_makecode_label = new System.Windows.Forms.Label();
  32. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  33. this.quxiao = new System.Windows.Forms.CheckBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ma_wccode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  42. this.ma_craftcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  43. this.agsum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  44. this.pr_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  45. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  46. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  47. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  48. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  49. this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ms_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // pr_detail_label
  55. //
  56. this.pr_detail_label.AutoSize = true;
  57. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.pr_detail_label.Location = new System.Drawing.Point(904, 24);
  59. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  60. this.pr_detail_label.Name = "pr_detail_label";
  61. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  62. this.pr_detail_label.TabIndex = 191;
  63. this.pr_detail_label.Text = "产品名称";
  64. //
  65. // sncode_label
  66. //
  67. this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  68. | System.Windows.Forms.AnchorStyles.Left)));
  69. this.sncode_label.AutoSize = true;
  70. this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.sncode_label.Location = new System.Drawing.Point(28, 844);
  72. this.sncode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  73. this.sncode_label.Name = "sncode_label";
  74. this.sncode_label.Size = new System.Drawing.Size(178, 41);
  75. this.sncode_label.TabIndex = 190;
  76. this.sncode_label.Text = "工装篮编号";
  77. //
  78. // pr_code_label
  79. //
  80. this.pr_code_label.AutoSize = true;
  81. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.pr_code_label.Location = new System.Drawing.Point(472, 24);
  83. this.pr_code_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  84. this.pr_code_label.Name = "pr_code_label";
  85. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  86. this.pr_code_label.TabIndex = 185;
  87. this.pr_code_label.Text = "产品编号";
  88. //
  89. // ms_makecode_label
  90. //
  91. this.ms_makecode_label.AutoSize = true;
  92. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.ms_makecode_label.Location = new System.Drawing.Point(12, 24);
  94. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  95. this.ms_makecode_label.Name = "ms_makecode_label";
  96. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  97. this.ms_makecode_label.TabIndex = 184;
  98. this.ms_makecode_label.Text = "工单编号";
  99. //
  100. // LabelDataGridView
  101. //
  102. this.LabelDataGridView.AllowUserToAddRows = false;
  103. this.LabelDataGridView.AllowUserToResizeRows = false;
  104. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  105. this.LabelDataGridView.ColumnHeadersHeight = 46;
  106. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  107. this.ms_sncode,
  108. this.ms_lotno});
  109. this.LabelDataGridView.Location = new System.Drawing.Point(17, 148);
  110. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(5);
  111. this.LabelDataGridView.Name = "LabelDataGridView";
  112. this.LabelDataGridView.RowHeadersVisible = false;
  113. this.LabelDataGridView.RowHeadersWidth = 82;
  114. this.LabelDataGridView.RowTemplate.Height = 23;
  115. this.LabelDataGridView.Size = new System.Drawing.Size(1131, 609);
  116. this.LabelDataGridView.TabIndex = 200;
  117. //
  118. // quxiao
  119. //
  120. this.quxiao.AutoSize = true;
  121. this.quxiao.Location = new System.Drawing.Point(656, 856);
  122. this.quxiao.Margin = new System.Windows.Forms.Padding(4);
  123. this.quxiao.Name = "quxiao";
  124. this.quxiao.Size = new System.Drawing.Size(138, 28);
  125. this.quxiao.TabIndex = 204;
  126. this.quxiao.Text = "取消采集";
  127. this.quxiao.UseVisualStyleBackColor = true;
  128. this.quxiao.Visible = false;
  129. //
  130. // label2
  131. //
  132. this.label2.AutoSize = true;
  133. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.label2.Location = new System.Drawing.Point(28, 785);
  135. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  136. this.label2.Name = "label2";
  137. this.label2.Size = new System.Drawing.Size(82, 41);
  138. this.label2.TabIndex = 205;
  139. this.label2.Text = "数量";
  140. //
  141. // label3
  142. //
  143. this.label3.AutoSize = true;
  144. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.label3.Location = new System.Drawing.Point(472, 88);
  146. this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  147. this.label3.Name = "label3";
  148. this.label3.Size = new System.Drawing.Size(146, 41);
  149. this.label3.TabIndex = 208;
  150. this.label3.Text = "途程编号";
  151. //
  152. // label4
  153. //
  154. this.label4.AutoSize = true;
  155. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.label4.Location = new System.Drawing.Point(13, 91);
  157. this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  158. this.label4.Name = "label4";
  159. this.label4.Size = new System.Drawing.Size(146, 41);
  160. this.label4.TabIndex = 210;
  161. this.label4.Text = "工作中心";
  162. //
  163. // dataGridViewTextBoxColumn1
  164. //
  165. this.dataGridViewTextBoxColumn1.DataPropertyName = "BI_PANELID";
  166. this.dataGridViewTextBoxColumn1.HeaderText = "PANELID";
  167. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  168. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  169. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  170. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  171. this.dataGridViewTextBoxColumn1.Width = 200;
  172. //
  173. // dataGridViewTextBoxColumn2
  174. //
  175. this.dataGridViewTextBoxColumn2.DataPropertyName = "BI_BOXNAME";
  176. this.dataGridViewTextBoxColumn2.HeaderText = "BOXNAME";
  177. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  178. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  179. this.dataGridViewTextBoxColumn2.Width = 200;
  180. //
  181. // dataGridViewTextBoxColumn3
  182. //
  183. this.dataGridViewTextBoxColumn3.DataPropertyName = "BI_PRODUCTSPECNAME";
  184. this.dataGridViewTextBoxColumn3.HeaderText = "产品名称";
  185. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  186. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  187. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  188. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  189. this.dataGridViewTextBoxColumn3.Width = 200;
  190. //
  191. // dataGridViewTextBoxColumn4
  192. //
  193. this.dataGridViewTextBoxColumn4.DataPropertyName = "BI_UPDATETIME";
  194. this.dataGridViewTextBoxColumn4.HeaderText = "更新时间";
  195. this.dataGridViewTextBoxColumn4.MinimumWidth = 300;
  196. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  197. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  198. this.dataGridViewTextBoxColumn4.Width = 300;
  199. //
  200. // ma_wccode
  201. //
  202. this.ma_wccode.AutoSize = true;
  203. this.ma_wccode.CutLength = null;
  204. this.ma_wccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.ma_wccode.Location = new System.Drawing.Point(169, 88);
  206. this.ma_wccode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  207. this.ma_wccode.MaximumSize = new System.Drawing.Size(400, 0);
  208. this.ma_wccode.Name = "ma_wccode";
  209. this.ma_wccode.Size = new System.Drawing.Size(0, 41);
  210. this.ma_wccode.TabIndex = 211;
  211. //
  212. // ma_craftcode
  213. //
  214. this.ma_craftcode.AutoSize = true;
  215. this.ma_craftcode.CutLength = null;
  216. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.ma_craftcode.Location = new System.Drawing.Point(636, 88);
  218. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  219. this.ma_craftcode.MaximumSize = new System.Drawing.Size(400, 0);
  220. this.ma_craftcode.Name = "ma_craftcode";
  221. this.ma_craftcode.Size = new System.Drawing.Size(0, 41);
  222. this.ma_craftcode.TabIndex = 209;
  223. //
  224. // agsum
  225. //
  226. this.agsum.AutoSize = true;
  227. this.agsum.CutLength = null;
  228. this.agsum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.agsum.Location = new System.Drawing.Point(200, 785);
  230. this.agsum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  231. this.agsum.MaximumSize = new System.Drawing.Size(400, 0);
  232. this.agsum.Name = "agsum";
  233. this.agsum.Size = new System.Drawing.Size(0, 41);
  234. this.agsum.TabIndex = 206;
  235. //
  236. // pr_code
  237. //
  238. this.pr_code.AutoSize = true;
  239. this.pr_code.CutLength = null;
  240. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.pr_code.Location = new System.Drawing.Point(636, 24);
  242. this.pr_code.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  243. this.pr_code.MaximumSize = new System.Drawing.Size(400, 0);
  244. this.pr_code.Name = "pr_code";
  245. this.pr_code.Size = new System.Drawing.Size(0, 41);
  246. this.pr_code.TabIndex = 193;
  247. //
  248. // pr_detail
  249. //
  250. this.pr_detail.AutoSize = true;
  251. this.pr_detail.CutLength = null;
  252. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.pr_detail.Location = new System.Drawing.Point(1084, 24);
  254. this.pr_detail.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  255. this.pr_detail.MaximumSize = new System.Drawing.Size(400, 0);
  256. this.pr_detail.Name = "pr_detail";
  257. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  258. this.pr_detail.TabIndex = 192;
  259. //
  260. // sncode
  261. //
  262. this.sncode.AllPower = "ifall";
  263. this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  264. | System.Windows.Forms.AnchorStyles.Left)));
  265. this.sncode.BackColor = System.Drawing.Color.White;
  266. this.sncode.ID = null;
  267. this.sncode.Location = new System.Drawing.Point(216, 850);
  268. this.sncode.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  269. this.sncode.Name = "sncode";
  270. this.sncode.Power = null;
  271. this.sncode.Size = new System.Drawing.Size(388, 35);
  272. this.sncode.Str = null;
  273. this.sncode.Str1 = null;
  274. this.sncode.Str2 = null;
  275. this.sncode.TabIndex = 189;
  276. this.sncode.Tag = "ifread";
  277. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  278. //
  279. // OperateResult
  280. //
  281. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.OperateResult.Location = new System.Drawing.Point(1183, 148);
  283. this.OperateResult.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  284. this.OperateResult.Name = "OperateResult";
  285. this.OperateResult.Size = new System.Drawing.Size(281, 677);
  286. this.OperateResult.TabIndex = 188;
  287. this.OperateResult.Text = "";
  288. //
  289. // ma_code
  290. //
  291. this.ma_code.AllPower = "IFALL";
  292. this.ma_code.Caller = null;
  293. this.ma_code.Condition = null;
  294. this.ma_code.DBTitle = "";
  295. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  296. this.ma_code.FormName = null;
  297. this.ma_code.Location = new System.Drawing.Point(169, 24);
  298. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  299. this.ma_code.Name = "ma_code";
  300. this.ma_code.Power = "";
  301. this.ma_code.ReturnData = null;
  302. this.ma_code.SelectField = null;
  303. this.ma_code.SetValueField = null;
  304. this.ma_code.Size = new System.Drawing.Size(319, 46);
  305. this.ma_code.TabIndex = 235;
  306. this.ma_code.TableName = null;
  307. this.ma_code.Tag = "makecode";
  308. this.ma_code.TextBoxEnable = true;
  309. //
  310. // ms_sncode
  311. //
  312. this.ms_sncode.DataPropertyName = "ms_sncode";
  313. this.ms_sncode.HeaderText = "SN";
  314. this.ms_sncode.MinimumWidth = 10;
  315. this.ms_sncode.Name = "ms_sncode";
  316. this.ms_sncode.ReadOnly = true;
  317. this.ms_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  318. this.ms_sncode.Width = 200;
  319. //
  320. // ms_lotno
  321. //
  322. this.ms_lotno.DataPropertyName = "ms_lotno";
  323. this.ms_lotno.HeaderText = "LotNO";
  324. this.ms_lotno.MinimumWidth = 10;
  325. this.ms_lotno.Name = "ms_lotno";
  326. this.ms_lotno.Width = 200;
  327. //
  328. // Make_BoxStepPass
  329. //
  330. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  331. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  332. this.ClientSize = new System.Drawing.Size(1483, 908);
  333. this.Controls.Add(this.ma_code);
  334. this.Controls.Add(this.ma_wccode);
  335. this.Controls.Add(this.label4);
  336. this.Controls.Add(this.ma_craftcode);
  337. this.Controls.Add(this.label3);
  338. this.Controls.Add(this.agsum);
  339. this.Controls.Add(this.label2);
  340. this.Controls.Add(this.quxiao);
  341. this.Controls.Add(this.LabelDataGridView);
  342. this.Controls.Add(this.pr_code);
  343. this.Controls.Add(this.pr_detail);
  344. this.Controls.Add(this.pr_detail_label);
  345. this.Controls.Add(this.sncode_label);
  346. this.Controls.Add(this.sncode);
  347. this.Controls.Add(this.OperateResult);
  348. this.Controls.Add(this.pr_code_label);
  349. this.Controls.Add(this.ms_makecode_label);
  350. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  351. this.Margin = new System.Windows.Forms.Padding(4);
  352. this.Name = "Make_BoxStepPass";
  353. this.Tag = "Make!Aging";
  354. this.Text = "老化采集";
  355. this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
  356. this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
  357. this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
  358. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  359. this.ResumeLayout(false);
  360. this.PerformLayout();
  361. }
  362. #endregion
  363. private CustomControl.ValueLabel.ValueLabel pr_code;
  364. private CustomControl.ValueLabel.ValueLabel pr_detail;
  365. private System.Windows.Forms.Label pr_detail_label;
  366. private System.Windows.Forms.Label sncode_label;
  367. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  368. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  369. private System.Windows.Forms.Label pr_code_label;
  370. private System.Windows.Forms.Label ms_makecode_label;
  371. private System.Windows.Forms.DataGridView LabelDataGridView;
  372. private System.Windows.Forms.CheckBox quxiao;
  373. private CustomControl.ValueLabel.ValueLabel agsum;
  374. private System.Windows.Forms.Label label2;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  379. private CustomControl.ValueLabel.ValueLabel ma_craftcode;
  380. private System.Windows.Forms.Label label3;
  381. private CustomControl.ValueLabel.ValueLabel ma_wccode;
  382. private System.Windows.Forms.Label label4;
  383. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  384. private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
  385. private System.Windows.Forms.DataGridViewTextBoxColumn ms_lotno;
  386. }
  387. }