WinSteerSelectData.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. namespace Core.StlMes.Client.Lims.Data.Steer
  2. {
  3. partial class WinSteerSelectData
  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. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  40. this.dataSet1 = new System.Data.DataSet();
  41. this.dataTable1 = new System.Data.DataTable();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.btnOk = new Infragistics.Win.Misc.UltraButton();
  44. this.chkHEAT_NO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  45. this.txtQueryHEAT_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  46. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.chkHEAT_NO)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtQueryHEAT_NO)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // dataSet1
  56. //
  57. this.dataSet1.DataSetName = "NewDataSet";
  58. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  59. this.dataTable1});
  60. //
  61. // dataTable1
  62. //
  63. this.dataTable1.TableName = "Table1";
  64. //
  65. // panel1
  66. //
  67. this.panel1.Controls.Add(this.btnOk);
  68. this.panel1.Controls.Add(this.chkHEAT_NO);
  69. this.panel1.Controls.Add(this.txtQueryHEAT_NO);
  70. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  71. this.panel1.Location = new System.Drawing.Point(0, 0);
  72. this.panel1.Name = "panel1";
  73. this.panel1.Size = new System.Drawing.Size(944, 40);
  74. this.panel1.TabIndex = 44;
  75. //
  76. // btnOk
  77. //
  78. this.btnOk.Location = new System.Drawing.Point(475, 10);
  79. this.btnOk.Name = "btnOk";
  80. this.btnOk.Size = new System.Drawing.Size(75, 23);
  81. this.btnOk.TabIndex = 225;
  82. this.btnOk.Text = "查询";
  83. this.btnOk.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  84. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  85. //
  86. // chkHEAT_NO
  87. //
  88. this.chkHEAT_NO.AutoSize = true;
  89. this.chkHEAT_NO.Location = new System.Drawing.Point(342, 12);
  90. this.chkHEAT_NO.Margin = new System.Windows.Forms.Padding(2);
  91. this.chkHEAT_NO.Name = "chkHEAT_NO";
  92. this.chkHEAT_NO.Size = new System.Drawing.Size(46, 19);
  93. this.chkHEAT_NO.TabIndex = 106;
  94. this.chkHEAT_NO.Text = "炉号";
  95. //
  96. // txtQueryHEAT_NO
  97. //
  98. this.txtQueryHEAT_NO.Location = new System.Drawing.Point(392, 11);
  99. this.txtQueryHEAT_NO.MaxLength = 100;
  100. this.txtQueryHEAT_NO.Name = "txtQueryHEAT_NO";
  101. this.txtQueryHEAT_NO.Size = new System.Drawing.Size(80, 21);
  102. this.txtQueryHEAT_NO.TabIndex = 105;
  103. //
  104. // ultraGrid1
  105. //
  106. this.ultraGrid1.DataMember = "Table1";
  107. this.ultraGrid1.DataSource = this.dataSet1;
  108. appearance11.BackColor = System.Drawing.SystemColors.Window;
  109. appearance11.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  110. this.ultraGrid1.DisplayLayout.Appearance = appearance11;
  111. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  112. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  113. appearance12.BackColor = System.Drawing.SystemColors.ActiveBorder;
  114. appearance12.BackColor2 = System.Drawing.SystemColors.ControlDark;
  115. appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  116. appearance12.BorderColor = System.Drawing.SystemColors.Window;
  117. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance12;
  118. appearance13.ForeColor = System.Drawing.SystemColors.GrayText;
  119. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance13;
  120. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  121. appearance14.BackColor = System.Drawing.SystemColors.ControlLightLight;
  122. appearance14.BackColor2 = System.Drawing.SystemColors.Control;
  123. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  124. appearance14.ForeColor = System.Drawing.SystemColors.GrayText;
  125. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance14;
  126. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  127. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  128. appearance15.BackColor = System.Drawing.SystemColors.Window;
  129. appearance15.ForeColor = System.Drawing.SystemColors.ControlText;
  130. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance15;
  131. appearance16.BackColor = System.Drawing.SystemColors.Highlight;
  132. appearance16.ForeColor = System.Drawing.SystemColors.HighlightText;
  133. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance16;
  134. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  135. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  136. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  137. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  138. appearance17.BackColor = System.Drawing.SystemColors.Window;
  139. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance17;
  140. appearance18.BorderColor = System.Drawing.Color.Silver;
  141. appearance18.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  142. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance18;
  143. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  144. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  145. this.ultraGrid1.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  146. appearance19.BackColor = System.Drawing.SystemColors.Control;
  147. appearance19.BackColor2 = System.Drawing.SystemColors.ControlDark;
  148. appearance19.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  149. appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  150. appearance19.BorderColor = System.Drawing.SystemColors.Window;
  151. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance19;
  152. appearance20.TextHAlignAsString = "Left";
  153. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance20;
  154. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  155. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  156. appearance21.BackColor = System.Drawing.SystemColors.Window;
  157. appearance21.BorderColor = System.Drawing.Color.Silver;
  158. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance21;
  159. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  160. appearance22.BackColor = System.Drawing.SystemColors.ControlLight;
  161. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance22;
  162. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  163. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  164. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  165. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.ultraGrid1.Location = new System.Drawing.Point(0, 40);
  168. this.ultraGrid1.Name = "ultraGrid1";
  169. this.ultraGrid1.Size = new System.Drawing.Size(944, 162);
  170. this.ultraGrid1.TabIndex = 45;
  171. this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
  172. //
  173. // WinSteerSelectData
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.ClientSize = new System.Drawing.Size(944, 202);
  178. this.Controls.Add(this.ultraGrid1);
  179. this.Controls.Add(this.panel1);
  180. this.Name = "WinSteerSelectData";
  181. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  182. this.Text = "炉号数据信息";
  183. this.Load += new System.EventHandler(this.WinSteerSelectData_Load);
  184. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  186. this.panel1.ResumeLayout(false);
  187. this.panel1.PerformLayout();
  188. ((System.ComponentModel.ISupportInitialize)(this.chkHEAT_NO)).EndInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.txtQueryHEAT_NO)).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  191. this.ResumeLayout(false);
  192. }
  193. #endregion
  194. private System.Data.DataSet dataSet1;
  195. private System.Data.DataTable dataTable1;
  196. private System.Windows.Forms.Panel panel1;
  197. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  198. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkHEAT_NO;
  199. internal Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryHEAT_NO;
  200. private Infragistics.Win.Misc.UltraButton btnOk;
  201. }
  202. }