CouplingPressInfoCtrl.Designer.cs 13 KB

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