FrmStyleSample.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. namespace CoreDemo
  2. {
  3. partial class FrmStyleSample
  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 appearance13 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CONTROLNAME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STYLE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FONT");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BACKCOLOR");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SIZE");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  37. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  47. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  48. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  49. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  50. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  51. this.label1 = new System.Windows.Forms.Label();
  52. this.textBox1 = new System.Windows.Forms.TextBox();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.label3 = new System.Windows.Forms.Label();
  55. this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
  56. this.dst_Style = new System.Data.DataSet();
  57. this.dataTable1 = new System.Data.DataTable();
  58. this.dataColumn1 = new System.Data.DataColumn();
  59. this.dataColumn2 = new System.Data.DataColumn();
  60. this.dataColumn3 = new System.Data.DataColumn();
  61. this.dataColumn4 = new System.Data.DataColumn();
  62. this.dataColumn5 = new System.Data.DataColumn();
  63. this.dataColumn6 = new System.Data.DataColumn();
  64. this.dataColumn7 = new System.Data.DataColumn();
  65. this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  66. this.label4 = new System.Windows.Forms.Label();
  67. this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  68. this.label5 = new System.Windows.Forms.Label();
  69. this.ultraCombo1 = new Infragistics.Win.UltraWinGrid.UltraCombo();
  70. this.checkBox1 = new System.Windows.Forms.CheckBox();
  71. this.panel1 = new System.Windows.Forms.Panel();
  72. this.label6 = new System.Windows.Forms.Label();
  73. this.textBox2 = new System.Windows.Forms.TextBox();
  74. this.label7 = new System.Windows.Forms.Label();
  75. this.textBox3 = new System.Windows.Forms.TextBox();
  76. this.label8 = new System.Windows.Forms.Label();
  77. this.textBox4 = new System.Windows.Forms.TextBox();
  78. this.label9 = new System.Windows.Forms.Label();
  79. this.textBox5 = new System.Windows.Forms.TextBox();
  80. this.label10 = new System.Windows.Forms.Label();
  81. this.textBox6 = new System.Windows.Forms.TextBox();
  82. this.label11 = new System.Windows.Forms.Label();
  83. this.textBox7 = new System.Windows.Forms.TextBox();
  84. this.label12 = new System.Windows.Forms.Label();
  85. this.textBox8 = new System.Windows.Forms.TextBox();
  86. this.checkBox2 = new System.Windows.Forms.CheckBox();
  87. this.label13 = new System.Windows.Forms.Label();
  88. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  89. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  90. this.ultraGroupBox1.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  93. this.ultraExpandableGroupBox1.SuspendLayout();
  94. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.dst_Style)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).BeginInit();
  100. this.panel1.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  102. this.SuspendLayout();
  103. //
  104. // ultraGroupBox1
  105. //
  106. appearance13.BackColor = System.Drawing.Color.Gainsboro;
  107. this.ultraGroupBox1.Appearance = appearance13;
  108. this.ultraGroupBox1.Controls.Add(this.ultraTextEditor1);
  109. this.ultraGroupBox1.Controls.Add(this.label13);
  110. this.ultraGroupBox1.Controls.Add(this.checkBox2);
  111. this.ultraGroupBox1.Controls.Add(this.checkBox1);
  112. this.ultraGroupBox1.Controls.Add(this.ultraCombo1);
  113. this.ultraGroupBox1.Controls.Add(this.label5);
  114. this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor2);
  115. this.ultraGroupBox1.Controls.Add(this.label4);
  116. this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor1);
  117. this.ultraGroupBox1.Controls.Add(this.maskedTextBox1);
  118. this.ultraGroupBox1.Controls.Add(this.label3);
  119. this.ultraGroupBox1.Controls.Add(this.label2);
  120. this.ultraGroupBox1.Controls.Add(this.textBox1);
  121. this.ultraGroupBox1.Controls.Add(this.label1);
  122. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  123. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  124. this.ultraGroupBox1.Name = "ultraGroupBox1";
  125. this.ultraGroupBox1.Size = new System.Drawing.Size(1012, 60);
  126. this.ultraGroupBox1.TabIndex = 0;
  127. //
  128. // ultraGrid1
  129. //
  130. this.ultraGrid1.DataSource = this.dst_Style;
  131. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  132. ultraGridColumn1.Header.VisiblePosition = 0;
  133. ultraGridColumn2.Header.VisiblePosition = 1;
  134. ultraGridColumn3.Header.VisiblePosition = 2;
  135. ultraGridColumn4.Header.VisiblePosition = 3;
  136. ultraGridColumn5.Header.VisiblePosition = 4;
  137. ultraGridColumn6.Header.VisiblePosition = 5;
  138. ultraGridColumn7.Header.VisiblePosition = 6;
  139. ultraGridBand1.Columns.AddRange(new object[] {
  140. ultraGridColumn1,
  141. ultraGridColumn2,
  142. ultraGridColumn3,
  143. ultraGridColumn4,
  144. ultraGridColumn5,
  145. ultraGridColumn6,
  146. ultraGridColumn7});
  147. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  148. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  149. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  150. appearance34.BackColor = System.Drawing.Color.GhostWhite;
  151. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance34;
  152. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  153. this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  154. appearance31.BackColor = System.Drawing.Color.LightSteelBlue;
  155. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance31;
  156. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  157. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  158. appearance33.BackColor = System.Drawing.Color.LightSteelBlue;
  159. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance33;
  160. appearance32.BackColor = System.Drawing.Color.LightSteelBlue;
  161. this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance32;
  162. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  163. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  164. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  165. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  166. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  167. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  168. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  169. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  170. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.ultraGrid1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.ultraGrid1.Location = new System.Drawing.Point(0, 60);
  173. this.ultraGrid1.Name = "ultraGrid1";
  174. this.ultraGrid1.Size = new System.Drawing.Size(1012, 662);
  175. this.ultraGrid1.TabIndex = 1;
  176. //
  177. // ultraExpandableGroupBox1
  178. //
  179. appearance37.BackColor = System.Drawing.Color.Gainsboro;
  180. this.ultraExpandableGroupBox1.ContentAreaAppearance = appearance37;
  181. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  182. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  183. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1012, 137);
  184. this.ultraExpandableGroupBox1.HeaderClickAction = Infragistics.Win.Misc.GroupBoxHeaderClickAction.ToggleExpansion;
  185. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 585);
  186. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  187. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1012, 137);
  188. this.ultraExpandableGroupBox1.TabIndex = 2;
  189. this.ultraExpandableGroupBox1.Text = "编辑区域";
  190. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  191. //
  192. // ultraExpandableGroupBoxPanel1
  193. //
  194. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel1);
  195. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  197. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  198. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1008, 115);
  199. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  200. //
  201. // label1
  202. //
  203. this.label1.BackColor = System.Drawing.Color.LightBlue;
  204. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  205. this.label1.Location = new System.Drawing.Point(12, 6);
  206. this.label1.Name = "label1";
  207. this.label1.Size = new System.Drawing.Size(70, 21);
  208. this.label1.TabIndex = 0;
  209. this.label1.Text = "查询时间";
  210. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  211. //
  212. // textBox1
  213. //
  214. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  215. this.textBox1.Location = new System.Drawing.Point(83, 33);
  216. this.textBox1.MaxLength = 4;
  217. this.textBox1.Name = "textBox1";
  218. this.textBox1.Size = new System.Drawing.Size(110, 21);
  219. this.textBox1.TabIndex = 1;
  220. this.textBox1.Text = "文本内容";
  221. //
  222. // label2
  223. //
  224. this.label2.BackColor = System.Drawing.Color.LightBlue;
  225. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  226. this.label2.Location = new System.Drawing.Point(12, 33);
  227. this.label2.Name = "label2";
  228. this.label2.Size = new System.Drawing.Size(70, 21);
  229. this.label2.TabIndex = 2;
  230. this.label2.Text = "查询文本";
  231. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  232. //
  233. // label3
  234. //
  235. this.label3.BackColor = System.Drawing.Color.LightBlue;
  236. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  237. this.label3.Location = new System.Drawing.Point(205, 33);
  238. this.label3.Name = "label3";
  239. this.label3.Size = new System.Drawing.Size(70, 21);
  240. this.label3.TabIndex = 3;
  241. this.label3.Text = "查询数字";
  242. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  243. //
  244. // maskedTextBox1
  245. //
  246. this.maskedTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  247. this.maskedTextBox1.Location = new System.Drawing.Point(276, 33);
  248. this.maskedTextBox1.Mask = "nnn.nnn";
  249. this.maskedTextBox1.Name = "maskedTextBox1";
  250. this.maskedTextBox1.Size = new System.Drawing.Size(67, 21);
  251. this.maskedTextBox1.TabIndex = 4;
  252. this.maskedTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  253. //
  254. // dst_Style
  255. //
  256. this.dst_Style.DataSetName = "NewDataSet";
  257. this.dst_Style.Tables.AddRange(new System.Data.DataTable[] {
  258. this.dataTable1});
  259. //
  260. // dataTable1
  261. //
  262. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  263. this.dataColumn1,
  264. this.dataColumn2,
  265. this.dataColumn3,
  266. this.dataColumn4,
  267. this.dataColumn5,
  268. this.dataColumn6,
  269. this.dataColumn7});
  270. this.dataTable1.TableName = "Table1";
  271. //
  272. // dataColumn1
  273. //
  274. this.dataColumn1.ColumnName = "CONTROLNAME";
  275. //
  276. // dataColumn2
  277. //
  278. this.dataColumn2.ColumnName = "STYLE";
  279. //
  280. // dataColumn3
  281. //
  282. this.dataColumn3.ColumnName = "FONT";
  283. //
  284. // dataColumn4
  285. //
  286. this.dataColumn4.ColumnName = "BACKCOLOR";
  287. //
  288. // dataColumn5
  289. //
  290. this.dataColumn5.ColumnName = "SIZE";
  291. //
  292. // dataColumn6
  293. //
  294. this.dataColumn6.ColumnName = "LOCATION";
  295. //
  296. // dataColumn7
  297. //
  298. this.dataColumn7.ColumnName = "REMARK";
  299. //
  300. // ultraDateTimeEditor1
  301. //
  302. appearance17.BorderColor = System.Drawing.Color.Black;
  303. this.ultraDateTimeEditor1.Appearance = appearance17;
  304. this.ultraDateTimeEditor1.DateTime = new System.DateTime(2010, 9, 6, 0, 0, 0, 0);
  305. this.ultraDateTimeEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  306. this.ultraDateTimeEditor1.FormatString = "";
  307. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(83, 6);
  308. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  309. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(110, 21);
  310. this.ultraDateTimeEditor1.TabIndex = 5;
  311. this.ultraDateTimeEditor1.Value = new System.DateTime(2010, 9, 6, 0, 0, 0, 0);
  312. //
  313. // label4
  314. //
  315. this.label4.BackColor = System.Drawing.Color.LightBlue;
  316. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  317. this.label4.Location = new System.Drawing.Point(194, 6);
  318. this.label4.Name = "label4";
  319. this.label4.Size = new System.Drawing.Size(21, 21);
  320. this.label4.TabIndex = 6;
  321. this.label4.Text = "-";
  322. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  323. //
  324. // ultraDateTimeEditor2
  325. //
  326. appearance16.BorderColor = System.Drawing.Color.Black;
  327. this.ultraDateTimeEditor2.Appearance = appearance16;
  328. this.ultraDateTimeEditor2.DateTime = new System.DateTime(2010, 9, 6, 0, 0, 0, 0);
  329. this.ultraDateTimeEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  330. this.ultraDateTimeEditor2.FormatString = "";
  331. this.ultraDateTimeEditor2.Location = new System.Drawing.Point(216, 6);
  332. this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
  333. this.ultraDateTimeEditor2.Size = new System.Drawing.Size(127, 21);
  334. this.ultraDateTimeEditor2.TabIndex = 7;
  335. this.ultraDateTimeEditor2.Value = new System.DateTime(2010, 9, 6, 0, 0, 0, 0);
  336. //
  337. // label5
  338. //
  339. this.label5.BackColor = System.Drawing.Color.LightBlue;
  340. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  341. this.label5.Location = new System.Drawing.Point(355, 6);
  342. this.label5.Name = "label5";
  343. this.label5.Size = new System.Drawing.Size(70, 21);
  344. this.label5.TabIndex = 8;
  345. this.label5.Text = "查询下拉";
  346. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  347. //
  348. // ultraCombo1
  349. //
  350. appearance30.BorderColor = System.Drawing.Color.Black;
  351. this.ultraCombo1.Appearance = appearance30;
  352. this.ultraCombo1.CheckedListSettings.CheckStateMember = "";
  353. this.ultraCombo1.DisplayLayout.MaxColScrollRegions = 1;
  354. this.ultraCombo1.DisplayLayout.MaxRowScrollRegions = 1;
  355. this.ultraCombo1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  356. this.ultraCombo1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  357. this.ultraCombo1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  358. this.ultraCombo1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  359. this.ultraCombo1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  360. this.ultraCombo1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  361. this.ultraCombo1.Location = new System.Drawing.Point(426, 6);
  362. this.ultraCombo1.Name = "ultraCombo1";
  363. this.ultraCombo1.Size = new System.Drawing.Size(110, 22);
  364. this.ultraCombo1.TabIndex = 9;
  365. //
  366. // checkBox1
  367. //
  368. this.checkBox1.BackColor = System.Drawing.Color.LightBlue;
  369. this.checkBox1.Checked = true;
  370. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  371. this.checkBox1.Location = new System.Drawing.Point(548, 6);
  372. this.checkBox1.Name = "checkBox1";
  373. this.checkBox1.Size = new System.Drawing.Size(48, 21);
  374. this.checkBox1.TabIndex = 10;
  375. this.checkBox1.Text = "分组";
  376. this.checkBox1.UseVisualStyleBackColor = false;
  377. //
  378. // panel1
  379. //
  380. this.panel1.Controls.Add(this.textBox8);
  381. this.panel1.Controls.Add(this.label12);
  382. this.panel1.Controls.Add(this.label9);
  383. this.panel1.Controls.Add(this.textBox5);
  384. this.panel1.Controls.Add(this.label10);
  385. this.panel1.Controls.Add(this.textBox6);
  386. this.panel1.Controls.Add(this.label11);
  387. this.panel1.Controls.Add(this.textBox7);
  388. this.panel1.Controls.Add(this.label8);
  389. this.panel1.Controls.Add(this.textBox4);
  390. this.panel1.Controls.Add(this.label7);
  391. this.panel1.Controls.Add(this.textBox3);
  392. this.panel1.Controls.Add(this.label6);
  393. this.panel1.Controls.Add(this.textBox2);
  394. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  395. this.panel1.Location = new System.Drawing.Point(0, 0);
  396. this.panel1.Name = "panel1";
  397. this.panel1.Size = new System.Drawing.Size(1008, 115);
  398. this.panel1.TabIndex = 0;
  399. //
  400. // label6
  401. //
  402. this.label6.BackColor = System.Drawing.Color.LightBlue;
  403. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  404. this.label6.Location = new System.Drawing.Point(28, 20);
  405. this.label6.Name = "label6";
  406. this.label6.Size = new System.Drawing.Size(70, 21);
  407. this.label6.TabIndex = 4;
  408. this.label6.Text = "控件名称";
  409. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  410. //
  411. // textBox2
  412. //
  413. this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  414. this.textBox2.Location = new System.Drawing.Point(99, 20);
  415. this.textBox2.MaxLength = 4;
  416. this.textBox2.Name = "textBox2";
  417. this.textBox2.Size = new System.Drawing.Size(110, 21);
  418. this.textBox2.TabIndex = 3;
  419. this.textBox2.Text = "文本内容";
  420. //
  421. // label7
  422. //
  423. this.label7.BackColor = System.Drawing.Color.LightBlue;
  424. this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  425. this.label7.Location = new System.Drawing.Point(221, 20);
  426. this.label7.Name = "label7";
  427. this.label7.Size = new System.Drawing.Size(70, 21);
  428. this.label7.TabIndex = 6;
  429. this.label7.Text = "控件式样";
  430. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  431. //
  432. // textBox3
  433. //
  434. this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  435. this.textBox3.Location = new System.Drawing.Point(292, 20);
  436. this.textBox3.MaxLength = 4;
  437. this.textBox3.Name = "textBox3";
  438. this.textBox3.Size = new System.Drawing.Size(110, 21);
  439. this.textBox3.TabIndex = 5;
  440. this.textBox3.Text = "文本内容";
  441. //
  442. // label8
  443. //
  444. this.label8.BackColor = System.Drawing.Color.LightBlue;
  445. this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  446. this.label8.Location = new System.Drawing.Point(414, 20);
  447. this.label8.Name = "label8";
  448. this.label8.Size = new System.Drawing.Size(70, 21);
  449. this.label8.TabIndex = 8;
  450. this.label8.Text = "控件字体";
  451. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  452. //
  453. // textBox4
  454. //
  455. this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  456. this.textBox4.Location = new System.Drawing.Point(485, 20);
  457. this.textBox4.MaxLength = 4;
  458. this.textBox4.Name = "textBox4";
  459. this.textBox4.Size = new System.Drawing.Size(110, 21);
  460. this.textBox4.TabIndex = 7;
  461. this.textBox4.Text = "文本内容";
  462. //
  463. // label9
  464. //
  465. this.label9.BackColor = System.Drawing.Color.LightBlue;
  466. this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  467. this.label9.Location = new System.Drawing.Point(414, 46);
  468. this.label9.Name = "label9";
  469. this.label9.Size = new System.Drawing.Size(70, 21);
  470. this.label9.TabIndex = 14;
  471. this.label9.Text = "控件大小";
  472. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  473. //
  474. // textBox5
  475. //
  476. this.textBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  477. this.textBox5.Location = new System.Drawing.Point(485, 46);
  478. this.textBox5.MaxLength = 4;
  479. this.textBox5.Name = "textBox5";
  480. this.textBox5.Size = new System.Drawing.Size(110, 21);
  481. this.textBox5.TabIndex = 13;
  482. this.textBox5.Text = "文本内容";
  483. //
  484. // label10
  485. //
  486. this.label10.BackColor = System.Drawing.Color.LightBlue;
  487. this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  488. this.label10.Location = new System.Drawing.Point(221, 46);
  489. this.label10.Name = "label10";
  490. this.label10.Size = new System.Drawing.Size(70, 21);
  491. this.label10.TabIndex = 12;
  492. this.label10.Text = "控件位置";
  493. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  494. //
  495. // textBox6
  496. //
  497. this.textBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  498. this.textBox6.Location = new System.Drawing.Point(292, 46);
  499. this.textBox6.MaxLength = 4;
  500. this.textBox6.Name = "textBox6";
  501. this.textBox6.Size = new System.Drawing.Size(110, 21);
  502. this.textBox6.TabIndex = 11;
  503. this.textBox6.Text = "文本内容";
  504. //
  505. // label11
  506. //
  507. this.label11.BackColor = System.Drawing.Color.LightBlue;
  508. this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  509. this.label11.Location = new System.Drawing.Point(28, 46);
  510. this.label11.Name = "label11";
  511. this.label11.Size = new System.Drawing.Size(70, 21);
  512. this.label11.TabIndex = 10;
  513. this.label11.Text = "控件颜色";
  514. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  515. //
  516. // textBox7
  517. //
  518. this.textBox7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  519. this.textBox7.Location = new System.Drawing.Point(99, 46);
  520. this.textBox7.MaxLength = 4;
  521. this.textBox7.Name = "textBox7";
  522. this.textBox7.Size = new System.Drawing.Size(110, 21);
  523. this.textBox7.TabIndex = 9;
  524. this.textBox7.Text = "文本内容";
  525. //
  526. // label12
  527. //
  528. this.label12.BackColor = System.Drawing.Color.LightBlue;
  529. this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  530. this.label12.Location = new System.Drawing.Point(28, 72);
  531. this.label12.Name = "label12";
  532. this.label12.Size = new System.Drawing.Size(70, 21);
  533. this.label12.TabIndex = 15;
  534. this.label12.Text = "备注说明";
  535. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  536. //
  537. // textBox8
  538. //
  539. this.textBox8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  540. this.textBox8.Location = new System.Drawing.Point(99, 72);
  541. this.textBox8.MaxLength = 4;
  542. this.textBox8.Name = "textBox8";
  543. this.textBox8.Size = new System.Drawing.Size(496, 21);
  544. this.textBox8.TabIndex = 16;
  545. this.textBox8.Text = "文本内容";
  546. //
  547. // checkBox2
  548. //
  549. this.checkBox2.BackColor = System.Drawing.Color.LightBlue;
  550. this.checkBox2.Checked = true;
  551. this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
  552. this.checkBox2.Location = new System.Drawing.Point(548, 33);
  553. this.checkBox2.Name = "checkBox2";
  554. this.checkBox2.Size = new System.Drawing.Size(48, 21);
  555. this.checkBox2.TabIndex = 11;
  556. this.checkBox2.Text = "过滤";
  557. this.checkBox2.UseVisualStyleBackColor = false;
  558. //
  559. // label13
  560. //
  561. this.label13.BackColor = System.Drawing.Color.LightBlue;
  562. this.label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  563. this.label13.Location = new System.Drawing.Point(355, 33);
  564. this.label13.Name = "label13";
  565. this.label13.Size = new System.Drawing.Size(70, 21);
  566. this.label13.TabIndex = 12;
  567. this.label13.Text = "查询弹出";
  568. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  569. //
  570. // ultraTextEditor1
  571. //
  572. appearance18.BorderColor = System.Drawing.Color.Black;
  573. this.ultraTextEditor1.Appearance = appearance18;
  574. editorButton1.Text = "…";
  575. editorButton1.Width = 20;
  576. this.ultraTextEditor1.ButtonsRight.Add(editorButton1);
  577. this.ultraTextEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  578. this.ultraTextEditor1.Location = new System.Drawing.Point(426, 33);
  579. this.ultraTextEditor1.Name = "ultraTextEditor1";
  580. this.ultraTextEditor1.Size = new System.Drawing.Size(110, 21);
  581. this.ultraTextEditor1.TabIndex = 13;
  582. //
  583. // FrmStyleSample
  584. //
  585. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  586. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  587. this.ClientSize = new System.Drawing.Size(1012, 722);
  588. this.Controls.Add(this.ultraExpandableGroupBox1);
  589. this.Controls.Add(this.ultraGrid1);
  590. this.Controls.Add(this.ultraGroupBox1);
  591. this.Name = "FrmStyleSample";
  592. this.Text = "界面样式样例";
  593. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  594. this.ultraGroupBox1.ResumeLayout(false);
  595. this.ultraGroupBox1.PerformLayout();
  596. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  597. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  598. this.ultraExpandableGroupBox1.ResumeLayout(false);
  599. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  600. ((System.ComponentModel.ISupportInitialize)(this.dst_Style)).EndInit();
  601. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  602. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  603. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
  604. ((System.ComponentModel.ISupportInitialize)(this.ultraCombo1)).EndInit();
  605. this.panel1.ResumeLayout(false);
  606. this.panel1.PerformLayout();
  607. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  608. this.ResumeLayout(false);
  609. }
  610. #endregion
  611. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  612. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  613. private System.Windows.Forms.Label label1;
  614. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  615. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  616. private System.Windows.Forms.Label label2;
  617. private System.Windows.Forms.TextBox textBox1;
  618. private System.Windows.Forms.MaskedTextBox maskedTextBox1;
  619. private System.Windows.Forms.Label label3;
  620. private System.Data.DataSet dst_Style;
  621. private System.Data.DataTable dataTable1;
  622. private System.Data.DataColumn dataColumn1;
  623. private System.Data.DataColumn dataColumn2;
  624. private System.Data.DataColumn dataColumn3;
  625. private System.Data.DataColumn dataColumn4;
  626. private System.Data.DataColumn dataColumn5;
  627. private System.Data.DataColumn dataColumn6;
  628. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  629. private System.Data.DataColumn dataColumn7;
  630. private System.Windows.Forms.Label label4;
  631. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
  632. private Infragistics.Win.UltraWinGrid.UltraCombo ultraCombo1;
  633. private System.Windows.Forms.Label label5;
  634. private System.Windows.Forms.CheckBox checkBox1;
  635. private System.Windows.Forms.Panel panel1;
  636. private System.Windows.Forms.Label label8;
  637. private System.Windows.Forms.TextBox textBox4;
  638. private System.Windows.Forms.Label label7;
  639. private System.Windows.Forms.TextBox textBox3;
  640. private System.Windows.Forms.Label label6;
  641. private System.Windows.Forms.TextBox textBox2;
  642. private System.Windows.Forms.TextBox textBox8;
  643. private System.Windows.Forms.Label label12;
  644. private System.Windows.Forms.Label label9;
  645. private System.Windows.Forms.TextBox textBox5;
  646. private System.Windows.Forms.Label label10;
  647. private System.Windows.Forms.TextBox textBox6;
  648. private System.Windows.Forms.Label label11;
  649. private System.Windows.Forms.TextBox textBox7;
  650. private System.Windows.Forms.Label label13;
  651. private System.Windows.Forms.CheckBox checkBox2;
  652. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  653. }
  654. }