Query_OnlineTraceBack.Designer.cs 18 KB

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