Make_BoxLotRelease.Designer.cs 17 KB

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