Query_OnlineTraceBack.Designer.cs 17 KB

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