Query_OnlineTraceBack.Designer.cs 18 KB

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