PopupGridCtrl.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. namespace Core.StlMes.Client.Judge.Controls
  2. {
  3. partial class PopupGridCtrl
  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 appearance13 = 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("Chk");
  32. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  43. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  44. this.dataSet1 = new System.Data.DataSet();
  45. this.dataTable1 = new System.Data.DataTable();
  46. this.dataColumn1 = new System.Data.DataColumn();
  47. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  48. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  49. this.ultraPopupControlContainer1 = new Infragistics.Win.Misc.UltraPopupControlContainer(this.components);
  50. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  53. this.ultraPanel1.ClientArea.SuspendLayout();
  54. this.ultraPanel1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // ultraGrid1
  58. //
  59. this.ultraGrid1.DataMember = "Table1";
  60. this.ultraGrid1.DataSource = this.dataSet1;
  61. appearance13.BackColor = System.Drawing.SystemColors.Window;
  62. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  63. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  64. ultraGridColumn1.Header.VisiblePosition = 0;
  65. ultraGridColumn1.Width = 54;
  66. ultraGridBand1.Columns.AddRange(new object[] {
  67. ultraGridColumn1});
  68. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  69. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  70. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  71. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  72. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  73. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  74. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  75. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  76. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  77. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  78. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  79. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  80. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  81. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  82. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  83. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  84. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  85. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  86. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  87. appearance17.BackColor = System.Drawing.SystemColors.Window;
  88. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  89. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  90. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  91. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  92. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  93. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  94. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  95. appearance19.BackColor = System.Drawing.SystemColors.Window;
  96. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  97. appearance20.BorderColor = System.Drawing.Color.Silver;
  98. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  99. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  100. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  101. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  102. appearance21.BackColor = System.Drawing.SystemColors.Control;
  103. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  104. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  105. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  106. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  107. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  108. appearance22.TextHAlignAsString = "Left";
  109. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  110. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  111. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  112. appearance23.BackColor = System.Drawing.SystemColors.Window;
  113. appearance23.BorderColor = System.Drawing.Color.Silver;
  114. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  115. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  116. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  117. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  118. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  119. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  120. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  121. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  124. this.ultraGrid1.Name = "ultraGrid1";
  125. this.ultraGrid1.Size = new System.Drawing.Size(189, 178);
  126. this.ultraGrid1.TabIndex = 0;
  127. this.ultraGrid1.Text = "ultraGrid1";
  128. this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
  129. //
  130. // dataSet1
  131. //
  132. this.dataSet1.DataSetName = "NewDataSet";
  133. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  134. this.dataTable1});
  135. //
  136. // dataTable1
  137. //
  138. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  139. this.dataColumn1});
  140. this.dataTable1.TableName = "Table1";
  141. //
  142. // dataColumn1
  143. //
  144. this.dataColumn1.Caption = "选择";
  145. this.dataColumn1.ColumnName = "Chk";
  146. this.dataColumn1.DataType = typeof(bool);
  147. //
  148. // ultraButton2
  149. //
  150. this.ultraButton2.Location = new System.Drawing.Point(53, 7);
  151. this.ultraButton2.Name = "ultraButton2";
  152. this.ultraButton2.Size = new System.Drawing.Size(75, 23);
  153. this.ultraButton2.TabIndex = 2;
  154. this.ultraButton2.Text = "确认";
  155. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  156. //
  157. // ultraPanel1
  158. //
  159. //
  160. // ultraPanel1.ClientArea
  161. //
  162. this.ultraPanel1.ClientArea.Controls.Add(this.ultraButton2);
  163. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  164. this.ultraPanel1.Location = new System.Drawing.Point(0, 178);
  165. this.ultraPanel1.Name = "ultraPanel1";
  166. this.ultraPanel1.Size = new System.Drawing.Size(189, 37);
  167. this.ultraPanel1.TabIndex = 3;
  168. //
  169. // ultraPopupControlContainer1
  170. //
  171. this.ultraPopupControlContainer1.PopupControl = this;
  172. //
  173. // PopupGridCtrl
  174. //
  175. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  176. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  177. this.Controls.Add(this.ultraGrid1);
  178. this.Controls.Add(this.ultraPanel1);
  179. this.Name = "PopupGridCtrl";
  180. this.Size = new System.Drawing.Size(189, 215);
  181. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  184. this.ultraPanel1.ClientArea.ResumeLayout(false);
  185. this.ultraPanel1.ResumeLayout(false);
  186. this.ResumeLayout(false);
  187. }
  188. #endregion
  189. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  190. public Infragistics.Win.UltraWinGrid.UltraGrid UltraGrid1
  191. {
  192. get { return ultraGrid1; }
  193. set { ultraGrid1 = value; }
  194. }
  195. private System.Data.DataSet dataSet1;
  196. private System.Data.DataTable dataTable1;
  197. public System.Data.DataTable DataTable1
  198. {
  199. get { return dataTable1; }
  200. set { dataTable1 = value; }
  201. }
  202. private System.Data.DataColumn dataColumn1;
  203. private Infragistics.Win.Misc.UltraButton ultraButton2;
  204. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  205. private Infragistics.Win.Misc.UltraPopupControlContainer ultraPopupControlContainer1;
  206. }
  207. }