Query.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. namespace Core.StlMes.Client.ZGMil.Result
  2. {
  3. partial class Query
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ROLL_LOT_NO", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEAT_NO");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Check");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Status");
  33. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  39. this.panel2 = new System.Windows.Forms.Panel();
  40. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  41. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  42. this.dataSet1 = new System.Data.DataSet();
  43. this.dtHttPlan = new System.Data.DataTable();
  44. this.dataColumn1 = new System.Data.DataColumn();
  45. this.HEAT_NO = new System.Data.DataColumn();
  46. this.dataColumn2 = new System.Data.DataColumn();
  47. this.dataColumn3 = new System.Data.DataColumn();
  48. this.panel3 = new System.Windows.Forms.Panel();
  49. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  50. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  51. this.txtHeatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  52. this.label4 = new System.Windows.Forms.Label();
  53. this.label3 = new System.Windows.Forms.Label();
  54. this.label2 = new System.Windows.Forms.Label();
  55. this.label1 = new System.Windows.Forms.Label();
  56. this.dtEndDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  57. this.dtStartDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  58. this.panel2.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  60. this.ultraGroupBox3.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.dtHttPlan)).BeginInit();
  64. this.panel3.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  66. this.ultraGroupBox1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // panel2
  74. //
  75. this.panel2.Controls.Add(this.ultraGroupBox3);
  76. this.panel2.Controls.Add(this.panel3);
  77. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.panel2.Location = new System.Drawing.Point(0, 0);
  79. this.panel2.Name = "panel2";
  80. this.panel2.Size = new System.Drawing.Size(215, 403);
  81. this.panel2.TabIndex = 4;
  82. //
  83. // ultraGroupBox3
  84. //
  85. this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
  86. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.ultraGroupBox3.Location = new System.Drawing.Point(0, 157);
  88. this.ultraGroupBox3.Name = "ultraGroupBox3";
  89. this.ultraGroupBox3.Size = new System.Drawing.Size(215, 246);
  90. this.ultraGroupBox3.TabIndex = 3;
  91. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  92. //
  93. // ultraGrid1
  94. //
  95. this.ultraGrid1.DataMember = "Table1";
  96. this.ultraGrid1.DataSource = this.dataSet1;
  97. ultraGridColumn1.Header.VisiblePosition = 0;
  98. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  99. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  100. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  101. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  102. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  103. ultraGridColumn2.Header.VisiblePosition = 1;
  104. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  105. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  106. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(106, 0);
  107. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  108. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  109. ultraGridColumn3.Header.VisiblePosition = 2;
  110. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0;
  111. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  112. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(25, 0);
  113. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  114. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  115. ultraGridColumn4.Header.VisiblePosition = 3;
  116. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  117. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  118. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(68, 0);
  119. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  120. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  121. ultraGridBand1.Columns.AddRange(new object[] {
  122. ultraGridColumn1,
  123. ultraGridColumn2,
  124. ultraGridColumn3,
  125. ultraGridColumn4});
  126. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  127. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  128. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  129. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  130. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  131. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  132. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  133. this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
  134. appearance1.FontData.BoldAsString = "True";
  135. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance1;
  136. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  137. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  138. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  139. appearance2.BackColor = System.Drawing.Color.Transparent;
  140. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance2;
  141. appearance3.TextVAlignAsString = "Middle";
  142. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance3;
  143. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  144. this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  145. appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
  146. appearance4.TextHAlignAsString = "Center";
  147. appearance4.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  148. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance4;
  149. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  150. this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
  151. this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 21;
  152. appearance5.BackColor = System.Drawing.Color.LightSteelBlue;
  153. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance5;
  154. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  155. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  156. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 26;
  157. this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
  158. appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(129)))), ((int)(((byte)(169)))), ((int)(((byte)(226)))));
  159. appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(235)))), ((int)(((byte)(254)))));
  160. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  161. appearance6.ForeColor = System.Drawing.Color.Black;
  162. this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance6;
  163. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  164. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  165. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  166. this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  167. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  168. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  169. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  170. this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  171. this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  172. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  174. this.ultraGrid1.Name = "ultraGrid1";
  175. this.ultraGrid1.Size = new System.Drawing.Size(209, 243);
  176. this.ultraGrid1.TabIndex = 5;
  177. //
  178. // dataSet1
  179. //
  180. this.dataSet1.DataSetName = "NewDataSet";
  181. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  182. this.dtHttPlan});
  183. //
  184. // dtHttPlan
  185. //
  186. this.dtHttPlan.Columns.AddRange(new System.Data.DataColumn[] {
  187. this.dataColumn1,
  188. this.HEAT_NO,
  189. this.dataColumn2,
  190. this.dataColumn3});
  191. this.dtHttPlan.TableName = "Table1";
  192. //
  193. // dataColumn1
  194. //
  195. this.dataColumn1.Caption = "轧批号";
  196. this.dataColumn1.ColumnName = "ROLL_LOT_NO";
  197. //
  198. // HEAT_NO
  199. //
  200. this.HEAT_NO.Caption = "炉号";
  201. this.HEAT_NO.ColumnName = "HEAT_NO";
  202. //
  203. // dataColumn2
  204. //
  205. this.dataColumn2.Caption = "选择";
  206. this.dataColumn2.ColumnName = "Check";
  207. this.dataColumn2.DataType = typeof(bool);
  208. //
  209. // dataColumn3
  210. //
  211. this.dataColumn3.Caption = "状态";
  212. this.dataColumn3.ColumnName = "Status";
  213. //
  214. // panel3
  215. //
  216. this.panel3.Controls.Add(this.ultraGroupBox1);
  217. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  218. this.panel3.Location = new System.Drawing.Point(0, 0);
  219. this.panel3.Name = "panel3";
  220. this.panel3.Size = new System.Drawing.Size(215, 157);
  221. this.panel3.TabIndex = 0;
  222. //
  223. // ultraGroupBox1
  224. //
  225. this.ultraGroupBox1.Controls.Add(this.ultraTextEditor1);
  226. this.ultraGroupBox1.Controls.Add(this.txtHeatNo);
  227. this.ultraGroupBox1.Controls.Add(this.label4);
  228. this.ultraGroupBox1.Controls.Add(this.label3);
  229. this.ultraGroupBox1.Controls.Add(this.label2);
  230. this.ultraGroupBox1.Controls.Add(this.label1);
  231. this.ultraGroupBox1.Controls.Add(this.dtEndDate);
  232. this.ultraGroupBox1.Controls.Add(this.dtStartDate);
  233. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  235. this.ultraGroupBox1.Name = "ultraGroupBox1";
  236. this.ultraGroupBox1.Size = new System.Drawing.Size(215, 157);
  237. this.ultraGroupBox1.TabIndex = 1;
  238. this.ultraGroupBox1.Text = "查询区";
  239. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  240. //
  241. // ultraTextEditor1
  242. //
  243. this.ultraTextEditor1.Location = new System.Drawing.Point(81, 127);
  244. this.ultraTextEditor1.MaxLength = 100;
  245. this.ultraTextEditor1.Name = "ultraTextEditor1";
  246. this.ultraTextEditor1.Size = new System.Drawing.Size(120, 21);
  247. this.ultraTextEditor1.TabIndex = 50;
  248. //
  249. // txtHeatNo
  250. //
  251. this.txtHeatNo.Location = new System.Drawing.Point(81, 95);
  252. this.txtHeatNo.MaxLength = 100;
  253. this.txtHeatNo.Name = "txtHeatNo";
  254. this.txtHeatNo.Size = new System.Drawing.Size(120, 21);
  255. this.txtHeatNo.TabIndex = 50;
  256. //
  257. // label4
  258. //
  259. this.label4.AutoSize = true;
  260. this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  261. this.label4.Location = new System.Drawing.Point(55, 66);
  262. this.label4.Name = "label4";
  263. this.label4.Size = new System.Drawing.Size(17, 12);
  264. this.label4.TabIndex = 49;
  265. this.label4.Text = "到";
  266. //
  267. // label3
  268. //
  269. this.label3.AutoSize = true;
  270. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  271. this.label3.Location = new System.Drawing.Point(28, 131);
  272. this.label3.Name = "label3";
  273. this.label3.Size = new System.Drawing.Size(29, 12);
  274. this.label3.TabIndex = 49;
  275. this.label3.Text = "炉号";
  276. //
  277. // label2
  278. //
  279. this.label2.AutoSize = true;
  280. this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  281. this.label2.Location = new System.Drawing.Point(25, 99);
  282. this.label2.Name = "label2";
  283. this.label2.Size = new System.Drawing.Size(53, 12);
  284. this.label2.TabIndex = 49;
  285. this.label2.Text = "轧制批号";
  286. //
  287. // label1
  288. //
  289. this.label1.AutoSize = true;
  290. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  291. this.label1.Location = new System.Drawing.Point(25, 37);
  292. this.label1.Name = "label1";
  293. this.label1.Size = new System.Drawing.Size(47, 12);
  294. this.label1.TabIndex = 49;
  295. this.label1.Text = "时间 从";
  296. //
  297. // dtEndDate
  298. //
  299. this.dtEndDate.Location = new System.Drawing.Point(81, 61);
  300. this.dtEndDate.Name = "dtEndDate";
  301. this.dtEndDate.Size = new System.Drawing.Size(120, 21);
  302. this.dtEndDate.TabIndex = 48;
  303. //
  304. // dtStartDate
  305. //
  306. this.dtStartDate.Location = new System.Drawing.Point(81, 32);
  307. this.dtStartDate.Name = "dtStartDate";
  308. this.dtStartDate.Size = new System.Drawing.Size(120, 21);
  309. this.dtStartDate.TabIndex = 47;
  310. //
  311. // Query
  312. //
  313. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  314. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  315. this.Controls.Add(this.panel2);
  316. this.Name = "Query";
  317. this.Size = new System.Drawing.Size(215, 403);
  318. this.panel2.ResumeLayout(false);
  319. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  320. this.ultraGroupBox3.ResumeLayout(false);
  321. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.dtHttPlan)).EndInit();
  324. this.panel3.ResumeLayout(false);
  325. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  326. this.ultraGroupBox1.ResumeLayout(false);
  327. this.ultraGroupBox1.PerformLayout();
  328. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  329. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
  330. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).EndInit();
  331. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).EndInit();
  332. this.ResumeLayout(false);
  333. }
  334. #endregion
  335. private System.Windows.Forms.Panel panel2;
  336. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  337. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  338. private System.Windows.Forms.Panel panel3;
  339. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  340. public Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  341. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
  342. private System.Windows.Forms.Label label4;
  343. private System.Windows.Forms.Label label3;
  344. private System.Windows.Forms.Label label2;
  345. private System.Windows.Forms.Label label1;
  346. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtEndDate;
  347. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStartDate;
  348. private System.Data.DataSet dataSet1;
  349. private System.Data.DataTable dtHttPlan;
  350. private System.Data.DataColumn dataColumn1;
  351. private System.Data.DataColumn HEAT_NO;
  352. private System.Data.DataColumn dataColumn2;
  353. private System.Data.DataColumn dataColumn3;
  354. }
  355. }