Query_MakeInfo.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_MakeInfo
  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_MakeInfo));
  29. this.ms_makecode_label = new System.Windows.Forms.Label();
  30. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  31. this.Query = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  32. this.SnInf = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  33. this.ma_qty_label = new System.Windows.Forms.Label();
  34. this.ma_qty = new System.Windows.Forms.Label();
  35. this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ms_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.ms_stepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.ms_nextstepcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. ((System.ComponentModel.ISupportInitialize)(this.SnInf)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // ms_makecode_label
  45. //
  46. this.ms_makecode_label.AutoSize = true;
  47. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.ms_makecode_label.Location = new System.Drawing.Point(6, 38);
  49. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  50. this.ms_makecode_label.Name = "ms_makecode_label";
  51. this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
  52. this.ms_makecode_label.TabIndex = 198;
  53. this.ms_makecode_label.Text = "工单号";
  54. //
  55. // ma_code
  56. //
  57. this.ma_code.AllPower = "IFALL";
  58. this.ma_code.Caller = null;
  59. this.ma_code.Condition = null;
  60. this.ma_code.DBTitle = "";
  61. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  62. this.ma_code.FormName = null;
  63. this.ma_code.Location = new System.Drawing.Point(118, 38);
  64. this.ma_code.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  65. this.ma_code.Name = "ma_code";
  66. this.ma_code.Power = "";
  67. this.ma_code.ReturnData = null;
  68. this.ma_code.SelectField = null;
  69. this.ma_code.SetValueField = null;
  70. this.ma_code.Size = new System.Drawing.Size(282, 46);
  71. this.ma_code.TabIndex = 211;
  72. this.ma_code.TableName = null;
  73. this.ma_code.Tag = "makecode";
  74. this.ma_code.TextBoxEnable = true;
  75. //
  76. // Query
  77. //
  78. this.Query.AllPower = null;
  79. this.Query.BackColor = System.Drawing.Color.Transparent;
  80. this.Query.DownImage = ((System.Drawing.Image)(resources.GetObject("Query.DownImage")));
  81. this.Query.Image = null;
  82. this.Query.IsShowBorder = true;
  83. this.Query.Location = new System.Drawing.Point(1734, 38);
  84. this.Query.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  85. this.Query.MoveImage = ((System.Drawing.Image)(resources.GetObject("Query.MoveImage")));
  86. this.Query.Name = "Query";
  87. this.Query.NormalImage = ((System.Drawing.Image)(resources.GetObject("Query.NormalImage")));
  88. this.Query.Power = null;
  89. this.Query.Size = new System.Drawing.Size(112, 45);
  90. this.Query.TabIndex = 206;
  91. this.Query.Text = "查询";
  92. this.Query.UseVisualStyleBackColor = false;
  93. this.Query.Click += new System.EventHandler(this.Query_Click);
  94. //
  95. // SnInf
  96. //
  97. this.SnInf.AllowUserToAddRows = false;
  98. this.SnInf.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  99. | System.Windows.Forms.AnchorStyles.Right)));
  100. this.SnInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  101. this.SnInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  102. this.ms_sncode,
  103. this.status,
  104. this.ms_linecode,
  105. this.ms_stepcode1,
  106. this.ms_nextstepcode1,
  107. this.Column5});
  108. this.SnInf.EnableContentClick = true;
  109. this.SnInf.Location = new System.Drawing.Point(0, 112);
  110. this.SnInf.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  111. this.SnInf.Name = "SnInf";
  112. this.SnInf.RowHeadersWidth = 82;
  113. this.SnInf.RowTemplate.Height = 23;
  114. this.SnInf.Size = new System.Drawing.Size(1892, 944);
  115. this.SnInf.TabIndex = 203;
  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. // ms_sncode
  139. //
  140. this.ms_sncode.DataPropertyName = "ma_code";
  141. this.ms_sncode.HeaderText = "工单号";
  142. this.ms_sncode.MinimumWidth = 10;
  143. this.ms_sncode.Name = "ms_sncode";
  144. this.ms_sncode.Width = 200;
  145. //
  146. // status
  147. //
  148. this.status.DataPropertyName = "ma_status";
  149. this.status.HeaderText = "工单状态";
  150. this.status.MinimumWidth = 10;
  151. this.status.Name = "status";
  152. this.status.ReadOnly = true;
  153. this.status.Width = 200;
  154. //
  155. // ms_linecode
  156. //
  157. this.ms_linecode.DataPropertyName = "ms_linecode";
  158. this.ms_linecode.HeaderText = "线别";
  159. this.ms_linecode.MinimumWidth = 10;
  160. this.ms_linecode.Name = "ms_linecode";
  161. this.ms_linecode.Width = 200;
  162. //
  163. // ms_stepcode1
  164. //
  165. this.ms_stepcode1.DataPropertyName = "ms_stepcode";
  166. this.ms_stepcode1.HeaderText = "当前工序";
  167. this.ms_stepcode1.MinimumWidth = 10;
  168. this.ms_stepcode1.Name = "ms_stepcode1";
  169. this.ms_stepcode1.ReadOnly = true;
  170. this.ms_stepcode1.Width = 200;
  171. //
  172. // ms_nextstepcode1
  173. //
  174. this.ms_nextstepcode1.DataPropertyName = "ms_nextstepcode";
  175. this.ms_nextstepcode1.HeaderText = "下一工序";
  176. this.ms_nextstepcode1.MinimumWidth = 10;
  177. this.ms_nextstepcode1.Name = "ms_nextstepcode1";
  178. this.ms_nextstepcode1.ReadOnly = true;
  179. this.ms_nextstepcode1.Width = 200;
  180. //
  181. // Column5
  182. //
  183. this.Column5.DataPropertyName = "ms_craftcode";
  184. this.Column5.HeaderText = "当前途程";
  185. this.Column5.MinimumWidth = 10;
  186. this.Column5.Name = "Column5";
  187. this.Column5.ReadOnly = true;
  188. this.Column5.Width = 200;
  189. //
  190. // Query_MakeInfo
  191. //
  192. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  193. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  194. this.ClientSize = new System.Drawing.Size(1892, 1110);
  195. this.Controls.Add(this.ma_qty);
  196. this.Controls.Add(this.ma_qty_label);
  197. this.Controls.Add(this.ma_code);
  198. this.Controls.Add(this.Query);
  199. this.Controls.Add(this.SnInf);
  200. this.Controls.Add(this.ms_makecode_label);
  201. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  202. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  203. this.Name = "Query_MakeInfo";
  204. this.Tag = "Query!OnlineTraceBack";
  205. this.Text = " ";
  206. this.Load += new System.EventHandler(this.Query_OnlineTraceBack_Load);
  207. this.SizeChanged += new System.EventHandler(this.Query_OnlineTraceBack_SizeChanged);
  208. ((System.ComponentModel.ISupportInitialize)(this.SnInf)).EndInit();
  209. this.ResumeLayout(false);
  210. this.PerformLayout();
  211. }
  212. #endregion
  213. private System.Windows.Forms.Label ms_makecode_label;
  214. private CustomControl.DataGrid_View.DataGridViewWithSerialNum SnInf;
  215. private CustomControl.ButtonUtil.NormalButton Query;
  216. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  217. private System.Windows.Forms.Label ma_qty_label;
  218. private System.Windows.Forms.Label ma_qty;
  219. private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
  220. private System.Windows.Forms.DataGridViewTextBoxColumn status;
  221. private System.Windows.Forms.DataGridViewTextBoxColumn ms_linecode;
  222. private System.Windows.Forms.DataGridViewTextBoxColumn ms_stepcode1;
  223. private System.Windows.Forms.DataGridViewTextBoxColumn ms_nextstepcode1;
  224. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  225. }
  226. }