CouplingPhosphateInfoCtrl.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. namespace Core.StlMes.Client.Judge.Controls
  2. {
  3. partial class CouplingPhosphateInfoCtrl
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("coatType");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("colCount");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("judgeStoveNo");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("batchNo");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("plineCode");
  36. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  47. this.dataTableCreator1 = new Core.StlMes.Client.Judge.Commons.DataTableCreator(this.components);
  48. this.dataSet1 = new System.Data.DataSet();
  49. this.dataTable1 = new System.Data.DataTable();
  50. this.dataColumn2 = new System.Data.DataColumn();
  51. this.dataColumn3 = new System.Data.DataColumn();
  52. this.dataColumn1 = new System.Data.DataColumn();
  53. this.dataColumn4 = new System.Data.DataColumn();
  54. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  55. this.dataColumn5 = new System.Data.DataColumn();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // dataSet1
  62. //
  63. this.dataSet1.DataSetName = "NewDataSet";
  64. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  65. this.dataTable1});
  66. //
  67. // dataTable1
  68. //
  69. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  70. this.dataColumn2,
  71. this.dataColumn3,
  72. this.dataColumn1,
  73. this.dataColumn4,
  74. this.dataColumn5});
  75. this.dataTable1.TableName = "Table1";
  76. //
  77. // dataColumn2
  78. //
  79. this.dataColumn2.Caption = "涂层类型";
  80. this.dataColumn2.ColumnName = "coatType";
  81. //
  82. // dataColumn3
  83. //
  84. this.dataColumn3.Caption = "作业个数";
  85. this.dataColumn3.ColumnName = "colCount";
  86. //
  87. // dataColumn1
  88. //
  89. this.dataColumn1.Caption = "判定炉号";
  90. this.dataColumn1.ColumnName = "judgeStoveNo";
  91. //
  92. // dataColumn4
  93. //
  94. this.dataColumn4.Caption = "性能批号";
  95. this.dataColumn4.ColumnName = "batchNo";
  96. //
  97. // ultraGrid1
  98. //
  99. this.ultraGrid1.DataSource = this.dataSet1;
  100. appearance1.BackColor = System.Drawing.SystemColors.Window;
  101. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  102. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  103. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  104. ultraGridColumn1.Header.VisiblePosition = 3;
  105. ultraGridColumn1.Width = 340;
  106. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  107. ultraGridColumn2.Header.VisiblePosition = 4;
  108. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  109. ultraGridColumn3.Header.VisiblePosition = 1;
  110. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  111. ultraGridColumn4.Header.VisiblePosition = 2;
  112. ultraGridColumn5.Header.VisiblePosition = 0;
  113. ultraGridBand1.Columns.AddRange(new object[] {
  114. ultraGridColumn1,
  115. ultraGridColumn2,
  116. ultraGridColumn3,
  117. ultraGridColumn4,
  118. ultraGridColumn5});
  119. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  120. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  121. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  122. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  123. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  124. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  125. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  126. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  127. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  128. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  129. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  130. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  131. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  132. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  133. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  134. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  135. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  136. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  137. appearance7.BackColor = System.Drawing.SystemColors.Window;
  138. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  139. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  140. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  141. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  142. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  143. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  144. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  145. appearance12.BackColor = System.Drawing.SystemColors.Window;
  146. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  147. appearance8.BorderColor = System.Drawing.Color.Silver;
  148. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  149. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  150. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  151. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  152. appearance6.BackColor = System.Drawing.SystemColors.Control;
  153. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  154. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  155. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  156. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  157. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  158. appearance5.TextHAlignAsString = "Left";
  159. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  160. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  161. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  162. appearance11.BackColor = System.Drawing.SystemColors.Window;
  163. appearance11.BorderColor = System.Drawing.Color.Silver;
  164. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  165. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  166. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  167. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  168. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  169. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  170. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  171. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  173. this.ultraGrid1.Name = "ultraGrid1";
  174. this.ultraGrid1.Size = new System.Drawing.Size(510, 319);
  175. this.ultraGrid1.TabIndex = 0;
  176. this.ultraGrid1.Text = "ultraGrid1";
  177. //
  178. // dataColumn5
  179. //
  180. this.dataColumn5.Caption = "产线";
  181. this.dataColumn5.ColumnName = "plineCode";
  182. //
  183. // CouplingPhosphateInfoCtrl
  184. //
  185. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  186. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  187. this.Controls.Add(this.ultraGrid1);
  188. this.Name = "CouplingPhosphateInfoCtrl";
  189. this.Size = new System.Drawing.Size(510, 319);
  190. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  193. this.ResumeLayout(false);
  194. }
  195. #endregion
  196. private Commons.DataTableCreator dataTableCreator1;
  197. private System.Data.DataSet dataSet1;
  198. private System.Data.DataTable dataTable1;
  199. private System.Data.DataColumn dataColumn2;
  200. private System.Data.DataColumn dataColumn3;
  201. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  202. private System.Data.DataColumn dataColumn1;
  203. private System.Data.DataColumn dataColumn4;
  204. private System.Data.DataColumn dataColumn5;
  205. }
  206. }