Make_BoxStepPass.Designer.cs 20 KB

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