Query_OnlineTraceBack.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  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.SnInf = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  32. this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.ms_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.ms_stepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.ms_nextstepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.ms_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  39. this.ms_status = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  40. this.Query = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  41. this.ms_stepcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  42. this.ms_stepcode_label = new System.Windows.Forms.Label();
  43. this.ms_nextstepcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.ms_nextstepcode_label = new System.Windows.Forms.Label();
  45. ((System.ComponentModel.ISupportInitialize)(this.SnInf)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // ms_makecode_label
  49. //
  50. this.ms_makecode_label.AutoSize = true;
  51. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.ms_makecode_label.Location = new System.Drawing.Point(4, 24);
  53. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  54. this.ms_makecode_label.Name = "ms_makecode_label";
  55. this.ms_makecode_label.Size = new System.Drawing.Size(72, 27);
  56. this.ms_makecode_label.TabIndex = 198;
  57. this.ms_makecode_label.Text = "工单号";
  58. //
  59. // ms_status_label
  60. //
  61. this.ms_status_label.AutoSize = true;
  62. this.ms_status_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.ms_status_label.Location = new System.Drawing.Point(275, 24);
  64. this.ms_status_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  65. this.ms_status_label.Name = "ms_status_label";
  66. this.ms_status_label.Size = new System.Drawing.Size(80, 27);
  67. this.ms_status_label.TabIndex = 197;
  68. this.ms_status_label.Text = "SN状态";
  69. //
  70. // SnInf
  71. //
  72. this.SnInf.AllowUserToAddRows = false;
  73. this.SnInf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. this.SnInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  76. this.SnInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  77. this.ms_sncode,
  78. this.status,
  79. this.ms_linecode,
  80. this.ms_stepcode1,
  81. this.ms_nextstepcode1,
  82. this.Column5});
  83. this.SnInf.EnableContentClick = true;
  84. this.SnInf.Location = new System.Drawing.Point(0, 70);
  85. this.SnInf.Margin = new System.Windows.Forms.Padding(4);
  86. this.SnInf.Name = "SnInf";
  87. this.SnInf.RowTemplate.Height = 23;
  88. this.SnInf.Size = new System.Drawing.Size(1261, 624);
  89. this.SnInf.TabIndex = 203;
  90. //
  91. // ms_sncode
  92. //
  93. this.ms_sncode.DataPropertyName = "ms_sncode";
  94. this.ms_sncode.HeaderText = "SN";
  95. this.ms_sncode.Name = "ms_sncode";
  96. //
  97. // status
  98. //
  99. this.status.DataPropertyName = "ms_status";
  100. this.status.HeaderText = "状态";
  101. this.status.Name = "status";
  102. this.status.ReadOnly = true;
  103. //
  104. // ms_linecode
  105. //
  106. this.ms_linecode.DataPropertyName = "ms_linecode";
  107. this.ms_linecode.HeaderText = "线别";
  108. this.ms_linecode.Name = "ms_linecode";
  109. //
  110. // ms_stepcode1
  111. //
  112. this.ms_stepcode1.DataPropertyName = "ms_stepcode";
  113. this.ms_stepcode1.HeaderText = "当前工序";
  114. this.ms_stepcode1.Name = "ms_stepcode1";
  115. this.ms_stepcode1.ReadOnly = true;
  116. //
  117. // ms_nextstepcode1
  118. //
  119. this.ms_nextstepcode1.DataPropertyName = "ms_nextstepcode";
  120. this.ms_nextstepcode1.HeaderText = "下一工序";
  121. this.ms_nextstepcode1.Name = "ms_nextstepcode1";
  122. this.ms_nextstepcode1.ReadOnly = true;
  123. //
  124. // Column5
  125. //
  126. this.Column5.DataPropertyName = "ms_craftcode";
  127. this.Column5.HeaderText = "当前途程";
  128. this.Column5.Name = "Column5";
  129. this.Column5.ReadOnly = true;
  130. //
  131. // ms_makecode
  132. //
  133. this.ms_makecode.AllPower = null;
  134. this.ms_makecode.BackColor = System.Drawing.Color.White;
  135. this.ms_makecode.ID = null;
  136. this.ms_makecode.Location = new System.Drawing.Point(83, 25);
  137. this.ms_makecode.Name = "ms_makecode";
  138. this.ms_makecode.Power = null;
  139. this.ms_makecode.Size = new System.Drawing.Size(167, 25);
  140. this.ms_makecode.Str = null;
  141. this.ms_makecode.Str1 = null;
  142. this.ms_makecode.Str2 = null;
  143. this.ms_makecode.TabIndex = 204;
  144. this.ms_makecode.Tag = "makecode";
  145. this.ms_makecode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ma_code_KeyDown);
  146. //
  147. // ms_status
  148. //
  149. this.ms_status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  150. this.ms_status.FormattingEnabled = true;
  151. this.ms_status.Location = new System.Drawing.Point(362, 25);
  152. this.ms_status.Name = "ms_status";
  153. this.ms_status.Size = new System.Drawing.Size(167, 23);
  154. this.ms_status.TabIndex = 205;
  155. this.ms_status.Tag = "ms_status";
  156. //
  157. // Query
  158. //
  159. this.Query.AllPower = null;
  160. this.Query.BackColor = System.Drawing.Color.Transparent;
  161. this.Query.DownImage = ((System.Drawing.Image)(resources.GetObject("Query.DownImage")));
  162. this.Query.Image = null;
  163. this.Query.IsShowBorder = true;
  164. this.Query.Location = new System.Drawing.Point(1174, 20);
  165. this.Query.MoveImage = ((System.Drawing.Image)(resources.GetObject("Query.MoveImage")));
  166. this.Query.Name = "Query";
  167. this.Query.NormalImage = ((System.Drawing.Image)(resources.GetObject("Query.NormalImage")));
  168. this.Query.Power = null;
  169. this.Query.Size = new System.Drawing.Size(75, 28);
  170. this.Query.TabIndex = 206;
  171. this.Query.Text = "查询";
  172. this.Query.UseVisualStyleBackColor = false;
  173. this.Query.Click += new System.EventHandler(this.Query_Click);
  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(658, 22);
  181. this.ms_stepcode.Name = "ms_stepcode";
  182. this.ms_stepcode.Power = null;
  183. this.ms_stepcode.Size = new System.Drawing.Size(167, 25);
  184. this.ms_stepcode.Str = null;
  185. this.ms_stepcode.Str1 = null;
  186. this.ms_stepcode.Str2 = null;
  187. this.ms_stepcode.TabIndex = 208;
  188. this.ms_stepcode.Tag = "ms_stepcode";
  189. //
  190. // ms_stepcode_label
  191. //
  192. this.ms_stepcode_label.AutoSize = true;
  193. this.ms_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.ms_stepcode_label.Location = new System.Drawing.Point(559, 21);
  195. this.ms_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  196. this.ms_stepcode_label.Name = "ms_stepcode_label";
  197. this.ms_stepcode_label.Size = new System.Drawing.Size(92, 27);
  198. this.ms_stepcode_label.TabIndex = 207;
  199. this.ms_stepcode_label.Text = "当前工序";
  200. //
  201. // ms_nextstepcode
  202. //
  203. this.ms_nextstepcode.AllPower = null;
  204. this.ms_nextstepcode.BackColor = System.Drawing.Color.White;
  205. this.ms_nextstepcode.ID = null;
  206. this.ms_nextstepcode.Location = new System.Drawing.Point(953, 20);
  207. this.ms_nextstepcode.Name = "ms_nextstepcode";
  208. this.ms_nextstepcode.Power = null;
  209. this.ms_nextstepcode.Size = new System.Drawing.Size(167, 25);
  210. this.ms_nextstepcode.Str = null;
  211. this.ms_nextstepcode.Str1 = null;
  212. this.ms_nextstepcode.Str2 = null;
  213. this.ms_nextstepcode.TabIndex = 210;
  214. this.ms_nextstepcode.Tag = "ms_nextstepcode";
  215. //
  216. // ms_nextstepcode_label
  217. //
  218. this.ms_nextstepcode_label.AutoSize = true;
  219. this.ms_nextstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.ms_nextstepcode_label.Location = new System.Drawing.Point(854, 20);
  221. this.ms_nextstepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  222. this.ms_nextstepcode_label.Name = "ms_nextstepcode_label";
  223. this.ms_nextstepcode_label.Size = new System.Drawing.Size(92, 27);
  224. this.ms_nextstepcode_label.TabIndex = 209;
  225. this.ms_nextstepcode_label.Text = "下一工序";
  226. //
  227. // Query_OnlineTraceBack
  228. //
  229. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  230. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  231. this.ClientSize = new System.Drawing.Size(1261, 694);
  232. this.Controls.Add(this.ms_nextstepcode);
  233. this.Controls.Add(this.ms_nextstepcode_label);
  234. this.Controls.Add(this.ms_stepcode);
  235. this.Controls.Add(this.ms_stepcode_label);
  236. this.Controls.Add(this.Query);
  237. this.Controls.Add(this.ms_status);
  238. this.Controls.Add(this.ms_makecode);
  239. this.Controls.Add(this.SnInf);
  240. this.Controls.Add(this.ms_makecode_label);
  241. this.Controls.Add(this.ms_status_label);
  242. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  243. this.Margin = new System.Windows.Forms.Padding(4);
  244. this.Name = "Query_OnlineTraceBack";
  245. this.Tag = "Query!OnlineTraceBack";
  246. this.Text = " ";
  247. this.Load += new System.EventHandler(this.Query_OnlineTraceBack_Load);
  248. this.SizeChanged += new System.EventHandler(this.Query_OnlineTraceBack_SizeChanged);
  249. ((System.ComponentModel.ISupportInitialize)(this.SnInf)).EndInit();
  250. this.ResumeLayout(false);
  251. this.PerformLayout();
  252. }
  253. #endregion
  254. private System.Windows.Forms.Label ms_makecode_label;
  255. private System.Windows.Forms.Label ms_status_label;
  256. private CustomControl.DataGrid_View.DataGridViewWithSerialNum SnInf;
  257. private CustomControl.TextBoxWithIcon.EnterTextBox ms_makecode;
  258. private CustomControl.ComBoxWithFocus.ComBoxWithFocus ms_status;
  259. private CustomControl.ButtonUtil.NormalButton Query;
  260. private CustomControl.TextBoxWithIcon.EnterTextBox ms_stepcode;
  261. private System.Windows.Forms.Label ms_stepcode_label;
  262. private CustomControl.TextBoxWithIcon.EnterTextBox ms_nextstepcode;
  263. private System.Windows.Forms.Label ms_nextstepcode_label;
  264. private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
  265. private System.Windows.Forms.DataGridViewTextBoxColumn status;
  266. private System.Windows.Forms.DataGridViewTextBoxColumn ms_linecode;
  267. private System.Windows.Forms.DataGridViewTextBoxColumn ms_stepcode1;
  268. private System.Windows.Forms.DataGridViewTextBoxColumn ms_nextstepcode1;
  269. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  270. }
  271. }