Query_OnlineTraceBack.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_OnlineTraceBack
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_OnlineTraceBack));
  29. this.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.ms_status_label = new System.Windows.Forms.Label();
  31. this.ms_stepcode_label = new System.Windows.Forms.Label();
  32. this.ms_nextstepcode_label = new System.Windows.Forms.Label();
  33. this.Count_label = new System.Windows.Forms.Label();
  34. this.Count = new System.Windows.Forms.Label();
  35. this.ma_qty_label = new System.Windows.Forms.Label();
  36. this.ma_qty = new System.Windows.Forms.Label();
  37. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  38. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  39. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  40. this.ms_nextstepcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  41. this.ms_stepcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.Query = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  43. this.ms_status = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  44. this.SnInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  45. this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.ms_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.线别 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.当前工序 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.下一工序 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.当前途程 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. ((System.ComponentModel.ISupportInitialize)(this.SnInf)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // ms_makecode_label
  56. //
  57. this.ms_makecode_label.AutoSize = true;
  58. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.ms_makecode_label.Location = new System.Drawing.Point(-6, 38);
  60. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  61. this.ms_makecode_label.Name = "ms_makecode_label";
  62. this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
  63. this.ms_makecode_label.TabIndex = 198;
  64. this.ms_makecode_label.Text = "工单号";
  65. //
  66. // ms_status_label
  67. //
  68. this.ms_status_label.AutoSize = true;
  69. this.ms_status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.ms_status_label.Location = new System.Drawing.Point(356, 40);
  71. this.ms_status_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  72. this.ms_status_label.Name = "ms_status_label";
  73. this.ms_status_label.Size = new System.Drawing.Size(126, 41);
  74. this.ms_status_label.TabIndex = 197;
  75. this.ms_status_label.Text = "SN状态";
  76. //
  77. // ms_stepcode_label
  78. //
  79. this.ms_stepcode_label.AutoSize = true;
  80. this.ms_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.ms_stepcode_label.Location = new System.Drawing.Point(750, 42);
  82. this.ms_stepcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  83. this.ms_stepcode_label.Name = "ms_stepcode_label";
  84. this.ms_stepcode_label.Size = new System.Drawing.Size(146, 41);
  85. this.ms_stepcode_label.TabIndex = 207;
  86. this.ms_stepcode_label.Text = "当前工序";
  87. //
  88. // ms_nextstepcode_label
  89. //
  90. this.ms_nextstepcode_label.AutoSize = true;
  91. this.ms_nextstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.ms_nextstepcode_label.Location = new System.Drawing.Point(1192, 42);
  93. this.ms_nextstepcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  94. this.ms_nextstepcode_label.Name = "ms_nextstepcode_label";
  95. this.ms_nextstepcode_label.Size = new System.Drawing.Size(146, 41);
  96. this.ms_nextstepcode_label.TabIndex = 209;
  97. this.ms_nextstepcode_label.Text = "下一工序";
  98. //
  99. // Count_label
  100. //
  101. this.Count_label.AutoSize = true;
  102. this.Count_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.Count_label.Location = new System.Drawing.Point(412, 1062);
  104. this.Count_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  105. this.Count_label.Name = "Count_label";
  106. this.Count_label.Size = new System.Drawing.Size(210, 41);
  107. this.Count_label.TabIndex = 212;
  108. this.Count_label.Text = "当前状态总计";
  109. //
  110. // Count
  111. //
  112. this.Count.AutoSize = true;
  113. this.Count.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.Count.Location = new System.Drawing.Point(622, 1062);
  115. this.Count.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  116. this.Count.Name = "Count";
  117. this.Count.Size = new System.Drawing.Size(0, 41);
  118. this.Count.TabIndex = 213;
  119. //
  120. // ma_qty_label
  121. //
  122. this.ma_qty_label.AutoSize = true;
  123. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.ma_qty_label.Location = new System.Drawing.Point(6, 1062);
  125. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  126. this.ma_qty_label.Name = "ma_qty_label";
  127. this.ma_qty_label.Size = new System.Drawing.Size(146, 41);
  128. this.ma_qty_label.TabIndex = 214;
  129. this.ma_qty_label.Text = "工单数量";
  130. //
  131. // ma_qty
  132. //
  133. this.ma_qty.AutoSize = true;
  134. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.ma_qty.Location = new System.Drawing.Point(156, 1062);
  136. this.ma_qty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  137. this.ma_qty.Name = "ma_qty";
  138. this.ma_qty.Size = new System.Drawing.Size(0, 41);
  139. this.ma_qty.TabIndex = 215;
  140. //
  141. // normalButton1
  142. //
  143. this.normalButton1.AllPower = null;
  144. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  145. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  146. this.normalButton1.Image = null;
  147. this.normalButton1.IsShowBorder = true;
  148. this.normalButton1.Location = new System.Drawing.Point(1746, 40);
  149. this.normalButton1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  150. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  151. this.normalButton1.Name = "normalButton1";
  152. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  153. this.normalButton1.Power = null;
  154. this.normalButton1.Size = new System.Drawing.Size(122, 48);
  155. this.normalButton1.TabIndex = 216;
  156. this.normalButton1.Text = "导出";
  157. this.normalButton1.UseVisualStyleBackColor = false;
  158. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  159. //
  160. // ma_code
  161. //
  162. this.ma_code.AllPower = "IFALL";
  163. this.ma_code.Caller = null;
  164. this.ma_code.Condition = null;
  165. this.ma_code.DBTitle = "";
  166. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  167. this.ma_code.FormName = null;
  168. this.ma_code.Location = new System.Drawing.Point(106, 38);
  169. this.ma_code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  170. this.ma_code.Name = "ma_code";
  171. this.ma_code.Power = "";
  172. this.ma_code.ReturnData = null;
  173. this.ma_code.SelectField = null;
  174. this.ma_code.SetValueField = null;
  175. this.ma_code.Size = new System.Drawing.Size(238, 46);
  176. this.ma_code.TabIndex = 211;
  177. this.ma_code.TableName = null;
  178. this.ma_code.Tag = "makecode";
  179. this.ma_code.TextBoxEnable = true;
  180. //
  181. // ms_nextstepcode
  182. //
  183. this.ms_nextstepcode.AllPower = null;
  184. this.ms_nextstepcode.BackColor = System.Drawing.Color.White;
  185. this.ms_nextstepcode.ID = null;
  186. this.ms_nextstepcode.Location = new System.Drawing.Point(1342, 42);
  187. this.ms_nextstepcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  188. this.ms_nextstepcode.Name = "ms_nextstepcode";
  189. this.ms_nextstepcode.Power = null;
  190. this.ms_nextstepcode.Size = new System.Drawing.Size(248, 35);
  191. this.ms_nextstepcode.Str = null;
  192. this.ms_nextstepcode.Str1 = null;
  193. this.ms_nextstepcode.Str2 = null;
  194. this.ms_nextstepcode.TabIndex = 210;
  195. this.ms_nextstepcode.Tag = "ms_nextstepcode";
  196. //
  197. // ms_stepcode
  198. //
  199. this.ms_stepcode.AllPower = null;
  200. this.ms_stepcode.BackColor = System.Drawing.Color.White;
  201. this.ms_stepcode.ID = null;
  202. this.ms_stepcode.Location = new System.Drawing.Point(900, 42);
  203. this.ms_stepcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  204. this.ms_stepcode.Name = "ms_stepcode";
  205. this.ms_stepcode.Power = null;
  206. this.ms_stepcode.Size = new System.Drawing.Size(248, 35);
  207. this.ms_stepcode.Str = null;
  208. this.ms_stepcode.Str1 = null;
  209. this.ms_stepcode.Str2 = null;
  210. this.ms_stepcode.TabIndex = 208;
  211. this.ms_stepcode.Tag = "ms_stepcode";
  212. //
  213. // Query
  214. //
  215. this.Query.AllPower = null;
  216. this.Query.BackColor = System.Drawing.Color.Transparent;
  217. this.Query.DownImage = ((System.Drawing.Image)(resources.GetObject("Query.DownImage")));
  218. this.Query.Image = null;
  219. this.Query.IsShowBorder = true;
  220. this.Query.Location = new System.Drawing.Point(1602, 44);
  221. this.Query.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  222. this.Query.MoveImage = ((System.Drawing.Image)(resources.GetObject("Query.MoveImage")));
  223. this.Query.Name = "Query";
  224. this.Query.NormalImage = ((System.Drawing.Image)(resources.GetObject("Query.NormalImage")));
  225. this.Query.Power = null;
  226. this.Query.Size = new System.Drawing.Size(112, 44);
  227. this.Query.TabIndex = 206;
  228. this.Query.Text = "查询";
  229. this.Query.UseVisualStyleBackColor = false;
  230. this.Query.Click += new System.EventHandler(this.Query_Click);
  231. //
  232. // ms_status
  233. //
  234. this.ms_status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  235. this.ms_status.FormattingEnabled = true;
  236. this.ms_status.Location = new System.Drawing.Point(488, 42);
  237. this.ms_status.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  238. this.ms_status.Name = "ms_status";
  239. this.ms_status.Size = new System.Drawing.Size(248, 32);
  240. this.ms_status.TabIndex = 205;
  241. this.ms_status.Tag = "ms_status";
  242. this.ms_status.SelectedIndexChanged += new System.EventHandler(this.ms_status_SelectedIndexChanged);
  243. //
  244. // SnInf
  245. //
  246. this.SnInf.AllowUserToAddRows = false;
  247. this.SnInf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  248. | System.Windows.Forms.AnchorStyles.Right)));
  249. this.SnInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  250. this.SnInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  251. this.SN,
  252. this.ms_outboxcode,
  253. this.状态,
  254. this.线别,
  255. this.当前工序,
  256. this.下一工序,
  257. this.当前途程});
  258. this.SnInf.EnableContentClick = true;
  259. this.SnInf.Location = new System.Drawing.Point(0, 112);
  260. this.SnInf.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  261. this.SnInf.Name = "SnInf";
  262. this.SnInf.RowHeadersWidth = 82;
  263. this.SnInf.RowTemplate.Height = 23;
  264. this.SnInf.Size = new System.Drawing.Size(1892, 944);
  265. this.SnInf.TabIndex = 203;
  266. //
  267. // SN
  268. //
  269. this.SN.DataPropertyName = "SN";
  270. this.SN.HeaderText = "SN";
  271. this.SN.MinimumWidth = 10;
  272. this.SN.Name = "SN";
  273. this.SN.Width = 200;
  274. //
  275. // ms_outboxcode
  276. //
  277. this.ms_outboxcode.DataPropertyName = "ms_outboxcode";
  278. this.ms_outboxcode.HeaderText = "箱号";
  279. this.ms_outboxcode.MinimumWidth = 10;
  280. this.ms_outboxcode.Name = "ms_outboxcode";
  281. this.ms_outboxcode.Width = 200;
  282. //
  283. // 状态
  284. //
  285. this.状态.DataPropertyName = "状态";
  286. this.状态.HeaderText = "状态";
  287. this.状态.MinimumWidth = 10;
  288. this.状态.Name = "状态";
  289. this.状态.ReadOnly = true;
  290. this.状态.Width = 200;
  291. //
  292. // 线别
  293. //
  294. this.线别.DataPropertyName = "线别";
  295. this.线别.HeaderText = "线别";
  296. this.线别.MinimumWidth = 10;
  297. this.线别.Name = "线别";
  298. this.线别.Width = 200;
  299. //
  300. // 当前工序
  301. //
  302. this.当前工序.DataPropertyName = "当前工序";
  303. this.当前工序.HeaderText = "当前工序";
  304. this.当前工序.MinimumWidth = 10;
  305. this.当前工序.Name = "当前工序";
  306. this.当前工序.ReadOnly = true;
  307. this.当前工序.Width = 200;
  308. //
  309. // 下一工序
  310. //
  311. this.下一工序.DataPropertyName = "下一工序";
  312. this.下一工序.HeaderText = "下一工序";
  313. this.下一工序.MinimumWidth = 10;
  314. this.下一工序.Name = "下一工序";
  315. this.下一工序.ReadOnly = true;
  316. this.下一工序.Width = 200;
  317. //
  318. // 当前途程
  319. //
  320. this.当前途程.DataPropertyName = "当前途程";
  321. this.当前途程.HeaderText = "当前途程";
  322. this.当前途程.MinimumWidth = 10;
  323. this.当前途程.Name = "当前途程";
  324. this.当前途程.ReadOnly = true;
  325. this.当前途程.Width = 200;
  326. //
  327. // Query_OnlineTraceBack
  328. //
  329. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  330. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  331. this.ClientSize = new System.Drawing.Size(1892, 1110);
  332. this.Controls.Add(this.normalButton1);
  333. this.Controls.Add(this.ma_qty);
  334. this.Controls.Add(this.ma_qty_label);
  335. this.Controls.Add(this.Count);
  336. this.Controls.Add(this.Count_label);
  337. this.Controls.Add(this.ma_code);
  338. this.Controls.Add(this.ms_nextstepcode);
  339. this.Controls.Add(this.ms_nextstepcode_label);
  340. this.Controls.Add(this.ms_stepcode);
  341. this.Controls.Add(this.ms_stepcode_label);
  342. this.Controls.Add(this.Query);
  343. this.Controls.Add(this.ms_status);
  344. this.Controls.Add(this.SnInf);
  345. this.Controls.Add(this.ms_makecode_label);
  346. this.Controls.Add(this.ms_status_label);
  347. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  348. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  349. this.Name = "Query_OnlineTraceBack";
  350. this.Tag = "Query!OnlineTraceBack";
  351. this.Text = " ";
  352. this.Load += new System.EventHandler(this.Query_OnlineTraceBack_Load);
  353. this.SizeChanged += new System.EventHandler(this.Query_OnlineTraceBack_SizeChanged);
  354. ((System.ComponentModel.ISupportInitialize)(this.SnInf)).EndInit();
  355. this.ResumeLayout(false);
  356. this.PerformLayout();
  357. }
  358. #endregion
  359. private System.Windows.Forms.Label ms_makecode_label;
  360. private System.Windows.Forms.Label ms_status_label;
  361. private CustomControl.DataGrid_View.DataGridViewWithSerialNum SnInf;
  362. private CustomControl.ComBoxWithFocus.ComBoxWithFocus ms_status;
  363. private CustomControl.ButtonUtil.NormalButton Query;
  364. private CustomControl.TextBoxWithIcon.EnterTextBox ms_stepcode;
  365. private System.Windows.Forms.Label ms_stepcode_label;
  366. private CustomControl.TextBoxWithIcon.EnterTextBox ms_nextstepcode;
  367. private System.Windows.Forms.Label ms_nextstepcode_label;
  368. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  369. private System.Windows.Forms.Label Count_label;
  370. private System.Windows.Forms.Label Count;
  371. private System.Windows.Forms.Label ma_qty_label;
  372. private System.Windows.Forms.Label ma_qty;
  373. private CustomControl.ButtonUtil.NormalButton normalButton1;
  374. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn SN;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn ms_outboxcode;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn 状态;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn 线别;
  379. private System.Windows.Forms.DataGridViewTextBoxColumn 当前工序;
  380. private System.Windows.Forms.DataGridViewTextBoxColumn 下一工序;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn 当前途程;
  382. }
  383. }