MatrixHeaderEditorForm.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. 
  2. namespace FastReport.AdvMatrix
  3. {
  4. partial class MatrixHeaderEditorForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pcPages = new FastReport.Controls.PageControl();
  30. this.pnGeneral = new FastReport.Controls.PageControlPage();
  31. this.tbDisplayText = new FastReport.Controls.TextBoxButton();
  32. this.lblDisplayText = new System.Windows.Forms.Label();
  33. this.lblItemType = new System.Windows.Forms.Label();
  34. this.rbGroup = new System.Windows.Forms.RadioButton();
  35. this.rbSimple = new System.Windows.Forms.RadioButton();
  36. this.tbGroup = new FastReport.Controls.DataColumnComboBox();
  37. this.pnSort = new FastReport.Controls.PageControlPage();
  38. this.cbxSortOrderToggledBy = new System.Windows.Forms.ComboBox();
  39. this.lblSortOrderToggledBy = new System.Windows.Forms.Label();
  40. this.lblInteractiveSort = new System.Windows.Forms.Label();
  41. this.cbxInteractiveSort = new System.Windows.Forms.ComboBox();
  42. this.cbxSortByTotal = new System.Windows.Forms.ComboBox();
  43. this.cbxSortOrder = new System.Windows.Forms.ComboBox();
  44. this.rbSortByTotal = new System.Windows.Forms.RadioButton();
  45. this.rbSortByItemValue = new System.Windows.Forms.RadioButton();
  46. this.lblSortBy = new FastReport.Controls.LabelLine();
  47. this.lblSortOrder = new System.Windows.Forms.Label();
  48. this.pnFilter = new FastReport.Controls.PageControlPage();
  49. this.tbFilter = new FastReport.Controls.TextBoxButton();
  50. this.lblFilter = new System.Windows.Forms.Label();
  51. this.pnTopN = new FastReport.Controls.PageControlPage();
  52. this.udTopN = new System.Windows.Forms.NumericUpDown();
  53. this.lblTopNCount = new System.Windows.Forms.Label();
  54. this.pnTopNControls = new System.Windows.Forms.Panel();
  55. this.cbCreateItems = new System.Windows.Forms.CheckBox();
  56. this.lblAdditionalItems = new FastReport.Controls.LabelLine();
  57. this.cbTopNTotal = new System.Windows.Forms.CheckBox();
  58. this.tbOthersTotal = new System.Windows.Forms.TextBox();
  59. this.cbOthers = new System.Windows.Forms.CheckBox();
  60. this.tbTopNTotal = new System.Windows.Forms.TextBox();
  61. this.cbOthersTotal = new System.Windows.Forms.CheckBox();
  62. this.pnVisibility = new FastReport.Controls.PageControlPage();
  63. this.tbVisibleExpression = new FastReport.Controls.TextBoxButton();
  64. this.lblVisibleExpression = new System.Windows.Forms.Label();
  65. this.cbxVisibleToggledBy = new System.Windows.Forms.ComboBox();
  66. this.lblVisibleToggledBy = new System.Windows.Forms.Label();
  67. this.cbVisible = new System.Windows.Forms.CheckBox();
  68. this.pnOther = new FastReport.Controls.PageControlPage();
  69. this.udRowSpan = new System.Windows.Forms.NumericUpDown();
  70. this.udColSpan = new System.Windows.Forms.NumericUpDown();
  71. this.lblRowSpan = new System.Windows.Forms.Label();
  72. this.lblColSpan = new System.Windows.Forms.Label();
  73. this.cbPageBreak = new System.Windows.Forms.CheckBox();
  74. this.cbMerge = new System.Windows.Forms.CheckBox();
  75. this.cbStepped = new System.Windows.Forms.CheckBox();
  76. this.pcPages.SuspendLayout();
  77. this.pnGeneral.SuspendLayout();
  78. this.pnSort.SuspendLayout();
  79. this.pnFilter.SuspendLayout();
  80. this.pnTopN.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.udTopN)).BeginInit();
  82. this.pnTopNControls.SuspendLayout();
  83. this.pnVisibility.SuspendLayout();
  84. this.pnOther.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.udRowSpan)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.udColSpan)).BeginInit();
  87. this.SuspendLayout();
  88. //
  89. // btnOk
  90. //
  91. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  92. this.btnOk.Location = new System.Drawing.Point(320, 296);
  93. //
  94. // btnCancel
  95. //
  96. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  97. this.btnCancel.Location = new System.Drawing.Point(400, 296);
  98. //
  99. // pcPages
  100. //
  101. this.pcPages.Controls.Add(this.pnGeneral);
  102. this.pcPages.Controls.Add(this.pnSort);
  103. this.pcPages.Controls.Add(this.pnFilter);
  104. this.pcPages.Controls.Add(this.pnTopN);
  105. this.pcPages.Controls.Add(this.pnVisibility);
  106. this.pcPages.Controls.Add(this.pnOther);
  107. this.pcPages.HighlightPageIndex = -1;
  108. this.pcPages.Location = new System.Drawing.Point(12, 12);
  109. this.pcPages.Name = "pcPages";
  110. this.pcPages.SelectorWidth = 130;
  111. this.pcPages.Size = new System.Drawing.Size(463, 272);
  112. this.pcPages.TabIndex = 1;
  113. this.pcPages.Text = "pageControl1";
  114. //
  115. // pnGeneral
  116. //
  117. this.pnGeneral.BackColor = System.Drawing.SystemColors.Window;
  118. this.pnGeneral.Controls.Add(this.tbDisplayText);
  119. this.pnGeneral.Controls.Add(this.lblDisplayText);
  120. this.pnGeneral.Controls.Add(this.lblItemType);
  121. this.pnGeneral.Controls.Add(this.rbGroup);
  122. this.pnGeneral.Controls.Add(this.rbSimple);
  123. this.pnGeneral.Controls.Add(this.tbGroup);
  124. this.pnGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.pnGeneral.Image = null;
  126. this.pnGeneral.Location = new System.Drawing.Point(130, 1);
  127. this.pnGeneral.Name = "pnGeneral";
  128. this.pnGeneral.Size = new System.Drawing.Size(332, 270);
  129. this.pnGeneral.TabIndex = 0;
  130. this.pnGeneral.Text = "General";
  131. //
  132. // tbDisplayText
  133. //
  134. this.tbDisplayText.ButtonText = "";
  135. this.tbDisplayText.Image = null;
  136. this.tbDisplayText.Location = new System.Drawing.Point(23, 152);
  137. this.tbDisplayText.Name = "tbDisplayText";
  138. this.tbDisplayText.Size = new System.Drawing.Size(293, 21);
  139. this.tbDisplayText.TabIndex = 8;
  140. this.tbDisplayText.ButtonClick += new System.EventHandler(this.tbDisplayText_ButtonClick);
  141. //
  142. // lblDisplayText
  143. //
  144. this.lblDisplayText.AutoSize = true;
  145. this.lblDisplayText.Location = new System.Drawing.Point(20, 134);
  146. this.lblDisplayText.Name = "lblDisplayText";
  147. this.lblDisplayText.Size = new System.Drawing.Size(68, 13);
  148. this.lblDisplayText.TabIndex = 7;
  149. this.lblDisplayText.Text = "Display text:";
  150. //
  151. // lblItemType
  152. //
  153. this.lblItemType.AutoSize = true;
  154. this.lblItemType.Location = new System.Drawing.Point(20, 20);
  155. this.lblItemType.Name = "lblItemType";
  156. this.lblItemType.Size = new System.Drawing.Size(58, 13);
  157. this.lblItemType.TabIndex = 6;
  158. this.lblItemType.Text = "Item type:";
  159. //
  160. // rbGroup
  161. //
  162. this.rbGroup.AutoSize = true;
  163. this.rbGroup.Location = new System.Drawing.Point(23, 67);
  164. this.rbGroup.Name = "rbGroup";
  165. this.rbGroup.Size = new System.Drawing.Size(58, 17);
  166. this.rbGroup.TabIndex = 5;
  167. this.rbGroup.Text = "Group:";
  168. this.rbGroup.UseVisualStyleBackColor = true;
  169. this.rbGroup.CheckedChanged += new System.EventHandler(this.rbGroup_CheckedChanged);
  170. //
  171. // rbSimple
  172. //
  173. this.rbSimple.AutoSize = true;
  174. this.rbSimple.Checked = true;
  175. this.rbSimple.Location = new System.Drawing.Point(23, 44);
  176. this.rbSimple.Name = "rbSimple";
  177. this.rbSimple.Size = new System.Drawing.Size(55, 17);
  178. this.rbSimple.TabIndex = 4;
  179. this.rbSimple.TabStop = true;
  180. this.rbSimple.Text = "Simple";
  181. this.rbSimple.UseVisualStyleBackColor = true;
  182. //
  183. // tbGroup
  184. //
  185. this.tbGroup.Enabled = false;
  186. this.tbGroup.Location = new System.Drawing.Point(23, 90);
  187. this.tbGroup.Name = "tbGroup";
  188. this.tbGroup.Size = new System.Drawing.Size(293, 21);
  189. this.tbGroup.TabIndex = 3;
  190. //
  191. // pnSort
  192. //
  193. this.pnSort.BackColor = System.Drawing.SystemColors.Window;
  194. this.pnSort.Controls.Add(this.cbxSortOrderToggledBy);
  195. this.pnSort.Controls.Add(this.lblSortOrderToggledBy);
  196. this.pnSort.Controls.Add(this.lblInteractiveSort);
  197. this.pnSort.Controls.Add(this.cbxInteractiveSort);
  198. this.pnSort.Controls.Add(this.cbxSortByTotal);
  199. this.pnSort.Controls.Add(this.cbxSortOrder);
  200. this.pnSort.Controls.Add(this.rbSortByTotal);
  201. this.pnSort.Controls.Add(this.rbSortByItemValue);
  202. this.pnSort.Controls.Add(this.lblSortBy);
  203. this.pnSort.Controls.Add(this.lblSortOrder);
  204. this.pnSort.Dock = System.Windows.Forms.DockStyle.Fill;
  205. this.pnSort.Image = null;
  206. this.pnSort.Location = new System.Drawing.Point(130, 1);
  207. this.pnSort.Name = "pnSort";
  208. this.pnSort.Size = new System.Drawing.Size(332, 270);
  209. this.pnSort.TabIndex = 1;
  210. this.pnSort.Text = "Sort";
  211. //
  212. // cbxSortOrderToggledBy
  213. //
  214. this.cbxSortOrderToggledBy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  215. this.cbxSortOrderToggledBy.FormattingEnabled = true;
  216. this.cbxSortOrderToggledBy.Location = new System.Drawing.Point(23, 229);
  217. this.cbxSortOrderToggledBy.Name = "cbxSortOrderToggledBy";
  218. this.cbxSortOrderToggledBy.Size = new System.Drawing.Size(293, 21);
  219. this.cbxSortOrderToggledBy.TabIndex = 16;
  220. //
  221. // lblSortOrderToggledBy
  222. //
  223. this.lblSortOrderToggledBy.AutoSize = true;
  224. this.lblSortOrderToggledBy.Location = new System.Drawing.Point(20, 213);
  225. this.lblSortOrderToggledBy.Name = "lblSortOrderToggledBy";
  226. this.lblSortOrderToggledBy.Size = new System.Drawing.Size(114, 13);
  227. this.lblSortOrderToggledBy.TabIndex = 15;
  228. this.lblSortOrderToggledBy.Text = "Sort order toggled by:";
  229. //
  230. // lblInteractiveSort
  231. //
  232. this.lblInteractiveSort.AutoSize = true;
  233. this.lblInteractiveSort.Location = new System.Drawing.Point(20, 164);
  234. this.lblInteractiveSort.Name = "lblInteractiveSort";
  235. this.lblInteractiveSort.Size = new System.Drawing.Size(101, 13);
  236. this.lblInteractiveSort.TabIndex = 14;
  237. this.lblInteractiveSort.Text = "Interactive sort by:";
  238. //
  239. // cbxInteractiveSort
  240. //
  241. this.cbxInteractiveSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  242. this.cbxInteractiveSort.FormattingEnabled = true;
  243. this.cbxInteractiveSort.Location = new System.Drawing.Point(23, 180);
  244. this.cbxInteractiveSort.Name = "cbxInteractiveSort";
  245. this.cbxInteractiveSort.Size = new System.Drawing.Size(293, 21);
  246. this.cbxInteractiveSort.TabIndex = 13;
  247. //
  248. // cbxSortByTotal
  249. //
  250. this.cbxSortByTotal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  251. this.cbxSortByTotal.Enabled = false;
  252. this.cbxSortByTotal.FormattingEnabled = true;
  253. this.cbxSortByTotal.Location = new System.Drawing.Point(23, 124);
  254. this.cbxSortByTotal.Name = "cbxSortByTotal";
  255. this.cbxSortByTotal.Size = new System.Drawing.Size(293, 21);
  256. this.cbxSortByTotal.TabIndex = 9;
  257. //
  258. // cbxSortOrder
  259. //
  260. this.cbxSortOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  261. this.cbxSortOrder.FormattingEnabled = true;
  262. this.cbxSortOrder.Location = new System.Drawing.Point(170, 17);
  263. this.cbxSortOrder.Name = "cbxSortOrder";
  264. this.cbxSortOrder.Size = new System.Drawing.Size(146, 21);
  265. this.cbxSortOrder.TabIndex = 7;
  266. //
  267. // rbSortByTotal
  268. //
  269. this.rbSortByTotal.AutoSize = true;
  270. this.rbSortByTotal.Location = new System.Drawing.Point(23, 101);
  271. this.rbSortByTotal.Name = "rbSortByTotal";
  272. this.rbSortByTotal.Size = new System.Drawing.Size(82, 17);
  273. this.rbSortByTotal.TabIndex = 6;
  274. this.rbSortByTotal.Text = "Total value:";
  275. this.rbSortByTotal.UseVisualStyleBackColor = true;
  276. this.rbSortByTotal.CheckedChanged += new System.EventHandler(this.rbSortByTotal_CheckedChanged);
  277. //
  278. // rbSortByItemValue
  279. //
  280. this.rbSortByItemValue.AutoSize = true;
  281. this.rbSortByItemValue.Checked = true;
  282. this.rbSortByItemValue.Location = new System.Drawing.Point(23, 78);
  283. this.rbSortByItemValue.Name = "rbSortByItemValue";
  284. this.rbSortByItemValue.Size = new System.Drawing.Size(76, 17);
  285. this.rbSortByItemValue.TabIndex = 5;
  286. this.rbSortByItemValue.TabStop = true;
  287. this.rbSortByItemValue.Text = "Item value";
  288. this.rbSortByItemValue.UseVisualStyleBackColor = true;
  289. //
  290. // lblSortBy
  291. //
  292. this.lblSortBy.Location = new System.Drawing.Point(20, 53);
  293. this.lblSortBy.Name = "lblSortBy";
  294. this.lblSortBy.Size = new System.Drawing.Size(296, 13);
  295. this.lblSortBy.TabIndex = 4;
  296. this.lblSortBy.Text = "Sort by:";
  297. //
  298. // lblSortOrder
  299. //
  300. this.lblSortOrder.AutoSize = true;
  301. this.lblSortOrder.Location = new System.Drawing.Point(20, 20);
  302. this.lblSortOrder.Name = "lblSortOrder";
  303. this.lblSortOrder.Size = new System.Drawing.Size(60, 13);
  304. this.lblSortOrder.TabIndex = 0;
  305. this.lblSortOrder.Text = "Sort order:";
  306. //
  307. // pnFilter
  308. //
  309. this.pnFilter.BackColor = System.Drawing.SystemColors.Window;
  310. this.pnFilter.Controls.Add(this.tbFilter);
  311. this.pnFilter.Controls.Add(this.lblFilter);
  312. this.pnFilter.Dock = System.Windows.Forms.DockStyle.Fill;
  313. this.pnFilter.Image = null;
  314. this.pnFilter.Location = new System.Drawing.Point(130, 1);
  315. this.pnFilter.Name = "pnFilter";
  316. this.pnFilter.Size = new System.Drawing.Size(332, 270);
  317. this.pnFilter.TabIndex = 2;
  318. this.pnFilter.Text = "Filter";
  319. //
  320. // tbFilter
  321. //
  322. this.tbFilter.ButtonText = "";
  323. this.tbFilter.Image = null;
  324. this.tbFilter.Location = new System.Drawing.Point(23, 36);
  325. this.tbFilter.Name = "tbFilter";
  326. this.tbFilter.Size = new System.Drawing.Size(293, 21);
  327. this.tbFilter.TabIndex = 14;
  328. this.tbFilter.ButtonClick += new System.EventHandler(this.tbFilter_ButtonClick);
  329. //
  330. // lblFilter
  331. //
  332. this.lblFilter.AutoSize = true;
  333. this.lblFilter.Location = new System.Drawing.Point(20, 20);
  334. this.lblFilter.Name = "lblFilter";
  335. this.lblFilter.Size = new System.Drawing.Size(35, 13);
  336. this.lblFilter.TabIndex = 13;
  337. this.lblFilter.Text = "Filter:";
  338. //
  339. // pnTopN
  340. //
  341. this.pnTopN.BackColor = System.Drawing.SystemColors.Window;
  342. this.pnTopN.Controls.Add(this.udTopN);
  343. this.pnTopN.Controls.Add(this.lblTopNCount);
  344. this.pnTopN.Controls.Add(this.pnTopNControls);
  345. this.pnTopN.Dock = System.Windows.Forms.DockStyle.Fill;
  346. this.pnTopN.Image = null;
  347. this.pnTopN.Location = new System.Drawing.Point(130, 1);
  348. this.pnTopN.Name = "pnTopN";
  349. this.pnTopN.Size = new System.Drawing.Size(332, 270);
  350. this.pnTopN.TabIndex = 3;
  351. this.pnTopN.Text = "Top N";
  352. //
  353. // udTopN
  354. //
  355. this.udTopN.Location = new System.Drawing.Point(262, 18);
  356. this.udTopN.Maximum = new decimal(new int[] {
  357. 100000,
  358. 0,
  359. 0,
  360. 0});
  361. this.udTopN.Name = "udTopN";
  362. this.udTopN.Size = new System.Drawing.Size(54, 20);
  363. this.udTopN.TabIndex = 1;
  364. this.udTopN.ValueChanged += new System.EventHandler(this.udTopN_ValueChanged);
  365. //
  366. // lblTopNCount
  367. //
  368. this.lblTopNCount.AutoSize = true;
  369. this.lblTopNCount.Location = new System.Drawing.Point(20, 20);
  370. this.lblTopNCount.Name = "lblTopNCount";
  371. this.lblTopNCount.Size = new System.Drawing.Size(110, 13);
  372. this.lblTopNCount.TabIndex = 0;
  373. this.lblTopNCount.Text = "Display Top N values:";
  374. //
  375. // pnTopNControls
  376. //
  377. this.pnTopNControls.Controls.Add(this.cbCreateItems);
  378. this.pnTopNControls.Controls.Add(this.lblAdditionalItems);
  379. this.pnTopNControls.Controls.Add(this.cbTopNTotal);
  380. this.pnTopNControls.Controls.Add(this.tbOthersTotal);
  381. this.pnTopNControls.Controls.Add(this.cbOthers);
  382. this.pnTopNControls.Controls.Add(this.tbTopNTotal);
  383. this.pnTopNControls.Controls.Add(this.cbOthersTotal);
  384. this.pnTopNControls.Location = new System.Drawing.Point(0, 47);
  385. this.pnTopNControls.Name = "pnTopNControls";
  386. this.pnTopNControls.Size = new System.Drawing.Size(332, 172);
  387. this.pnTopNControls.TabIndex = 11;
  388. //
  389. // cbCreateItems
  390. //
  391. this.cbCreateItems.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
  392. this.cbCreateItems.Location = new System.Drawing.Point(23, 118);
  393. this.cbCreateItems.Name = "cbCreateItems";
  394. this.cbCreateItems.Size = new System.Drawing.Size(293, 37);
  395. this.cbCreateItems.TabIndex = 10;
  396. this.cbCreateItems.Text = "Create additional items in the matrix template for better customization";
  397. this.cbCreateItems.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  398. this.cbCreateItems.UseVisualStyleBackColor = true;
  399. //
  400. // lblAdditionalItems
  401. //
  402. this.lblAdditionalItems.Location = new System.Drawing.Point(20, 6);
  403. this.lblAdditionalItems.Name = "lblAdditionalItems";
  404. this.lblAdditionalItems.Size = new System.Drawing.Size(296, 13);
  405. this.lblAdditionalItems.TabIndex = 9;
  406. this.lblAdditionalItems.Text = "Additional items:";
  407. //
  408. // cbTopNTotal
  409. //
  410. this.cbTopNTotal.AutoSize = true;
  411. this.cbTopNTotal.Location = new System.Drawing.Point(23, 32);
  412. this.cbTopNTotal.Name = "cbTopNTotal";
  413. this.cbTopNTotal.Size = new System.Drawing.Size(78, 17);
  414. this.cbTopNTotal.TabIndex = 6;
  415. this.cbTopNTotal.Text = "TopN Total";
  416. this.cbTopNTotal.UseVisualStyleBackColor = true;
  417. //
  418. // tbOthersTotal
  419. //
  420. this.tbOthersTotal.Location = new System.Drawing.Point(216, 76);
  421. this.tbOthersTotal.Name = "tbOthersTotal";
  422. this.tbOthersTotal.Size = new System.Drawing.Size(100, 20);
  423. this.tbOthersTotal.TabIndex = 8;
  424. //
  425. // cbOthers
  426. //
  427. this.cbOthers.AutoSize = true;
  428. this.cbOthers.Location = new System.Drawing.Point(23, 55);
  429. this.cbOthers.Name = "cbOthers";
  430. this.cbOthers.Size = new System.Drawing.Size(59, 17);
  431. this.cbOthers.TabIndex = 6;
  432. this.cbOthers.Text = "Others";
  433. this.cbOthers.UseVisualStyleBackColor = true;
  434. //
  435. // tbTopNTotal
  436. //
  437. this.tbTopNTotal.Location = new System.Drawing.Point(216, 30);
  438. this.tbTopNTotal.Name = "tbTopNTotal";
  439. this.tbTopNTotal.Size = new System.Drawing.Size(100, 20);
  440. this.tbTopNTotal.TabIndex = 8;
  441. //
  442. // cbOthersTotal
  443. //
  444. this.cbOthersTotal.AutoSize = true;
  445. this.cbOthersTotal.Location = new System.Drawing.Point(23, 78);
  446. this.cbOthersTotal.Name = "cbOthersTotal";
  447. this.cbOthersTotal.Size = new System.Drawing.Size(86, 17);
  448. this.cbOthersTotal.TabIndex = 6;
  449. this.cbOthersTotal.Text = "Others Total";
  450. this.cbOthersTotal.UseVisualStyleBackColor = true;
  451. //
  452. // pnVisibility
  453. //
  454. this.pnVisibility.BackColor = System.Drawing.SystemColors.Window;
  455. this.pnVisibility.Controls.Add(this.tbVisibleExpression);
  456. this.pnVisibility.Controls.Add(this.lblVisibleExpression);
  457. this.pnVisibility.Controls.Add(this.cbxVisibleToggledBy);
  458. this.pnVisibility.Controls.Add(this.lblVisibleToggledBy);
  459. this.pnVisibility.Controls.Add(this.cbVisible);
  460. this.pnVisibility.Dock = System.Windows.Forms.DockStyle.Fill;
  461. this.pnVisibility.Image = null;
  462. this.pnVisibility.Location = new System.Drawing.Point(130, 1);
  463. this.pnVisibility.Name = "pnVisibility";
  464. this.pnVisibility.Size = new System.Drawing.Size(332, 270);
  465. this.pnVisibility.TabIndex = 4;
  466. this.pnVisibility.Text = "Visibility";
  467. //
  468. // tbVisibleExpression
  469. //
  470. this.tbVisibleExpression.ButtonText = "";
  471. this.tbVisibleExpression.Image = null;
  472. this.tbVisibleExpression.Location = new System.Drawing.Point(23, 70);
  473. this.tbVisibleExpression.Name = "tbVisibleExpression";
  474. this.tbVisibleExpression.Size = new System.Drawing.Size(293, 21);
  475. this.tbVisibleExpression.TabIndex = 20;
  476. this.tbVisibleExpression.ButtonClick += new System.EventHandler(this.tbVisibleExpression_ButtonClick);
  477. //
  478. // lblVisibleExpression
  479. //
  480. this.lblVisibleExpression.AutoSize = true;
  481. this.lblVisibleExpression.Location = new System.Drawing.Point(20, 54);
  482. this.lblVisibleExpression.Name = "lblVisibleExpression";
  483. this.lblVisibleExpression.Size = new System.Drawing.Size(95, 13);
  484. this.lblVisibleExpression.TabIndex = 19;
  485. this.lblVisibleExpression.Text = "Visible expression:";
  486. //
  487. // cbxVisibleToggledBy
  488. //
  489. this.cbxVisibleToggledBy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  490. this.cbxVisibleToggledBy.FormattingEnabled = true;
  491. this.cbxVisibleToggledBy.Location = new System.Drawing.Point(23, 119);
  492. this.cbxVisibleToggledBy.Name = "cbxVisibleToggledBy";
  493. this.cbxVisibleToggledBy.Size = new System.Drawing.Size(293, 21);
  494. this.cbxVisibleToggledBy.TabIndex = 18;
  495. //
  496. // lblVisibleToggledBy
  497. //
  498. this.lblVisibleToggledBy.AutoSize = true;
  499. this.lblVisibleToggledBy.Location = new System.Drawing.Point(20, 103);
  500. this.lblVisibleToggledBy.Name = "lblVisibleToggledBy";
  501. this.lblVisibleToggledBy.Size = new System.Drawing.Size(94, 13);
  502. this.lblVisibleToggledBy.TabIndex = 17;
  503. this.lblVisibleToggledBy.Text = "Visible toggled by:";
  504. //
  505. // cbVisible
  506. //
  507. this.cbVisible.AutoSize = true;
  508. this.cbVisible.Location = new System.Drawing.Point(23, 20);
  509. this.cbVisible.Name = "cbVisible";
  510. this.cbVisible.Size = new System.Drawing.Size(55, 17);
  511. this.cbVisible.TabIndex = 16;
  512. this.cbVisible.Text = "Visible";
  513. this.cbVisible.UseVisualStyleBackColor = true;
  514. //
  515. // pnOther
  516. //
  517. this.pnOther.BackColor = System.Drawing.SystemColors.Window;
  518. this.pnOther.Controls.Add(this.udRowSpan);
  519. this.pnOther.Controls.Add(this.udColSpan);
  520. this.pnOther.Controls.Add(this.lblRowSpan);
  521. this.pnOther.Controls.Add(this.lblColSpan);
  522. this.pnOther.Controls.Add(this.cbPageBreak);
  523. this.pnOther.Controls.Add(this.cbMerge);
  524. this.pnOther.Controls.Add(this.cbStepped);
  525. this.pnOther.Dock = System.Windows.Forms.DockStyle.Fill;
  526. this.pnOther.Image = null;
  527. this.pnOther.Location = new System.Drawing.Point(130, 1);
  528. this.pnOther.Name = "pnOther";
  529. this.pnOther.Size = new System.Drawing.Size(332, 270);
  530. this.pnOther.TabIndex = 5;
  531. this.pnOther.Text = "Other";
  532. //
  533. // udRowSpan
  534. //
  535. this.udRowSpan.Location = new System.Drawing.Point(270, 122);
  536. this.udRowSpan.Name = "udRowSpan";
  537. this.udRowSpan.Size = new System.Drawing.Size(46, 20);
  538. this.udRowSpan.TabIndex = 17;
  539. //
  540. // udColSpan
  541. //
  542. this.udColSpan.Location = new System.Drawing.Point(270, 98);
  543. this.udColSpan.Name = "udColSpan";
  544. this.udColSpan.Size = new System.Drawing.Size(46, 20);
  545. this.udColSpan.TabIndex = 17;
  546. //
  547. // lblRowSpan
  548. //
  549. this.lblRowSpan.AutoSize = true;
  550. this.lblRowSpan.Location = new System.Drawing.Point(20, 124);
  551. this.lblRowSpan.Name = "lblRowSpan";
  552. this.lblRowSpan.Size = new System.Drawing.Size(117, 13);
  553. this.lblRowSpan.TabIndex = 16;
  554. this.lblRowSpan.Text = "Row span (0 for auto):";
  555. //
  556. // lblColSpan
  557. //
  558. this.lblColSpan.AutoSize = true;
  559. this.lblColSpan.Location = new System.Drawing.Point(20, 100);
  560. this.lblColSpan.Name = "lblColSpan";
  561. this.lblColSpan.Size = new System.Drawing.Size(131, 13);
  562. this.lblColSpan.TabIndex = 16;
  563. this.lblColSpan.Text = "Column span (0 for auto):";
  564. //
  565. // cbPageBreak
  566. //
  567. this.cbPageBreak.AutoSize = true;
  568. this.cbPageBreak.Location = new System.Drawing.Point(23, 43);
  569. this.cbPageBreak.Name = "cbPageBreak";
  570. this.cbPageBreak.Size = new System.Drawing.Size(80, 17);
  571. this.cbPageBreak.TabIndex = 0;
  572. this.cbPageBreak.Text = "Page break";
  573. this.cbPageBreak.UseVisualStyleBackColor = true;
  574. //
  575. // cbMerge
  576. //
  577. this.cbMerge.AutoSize = true;
  578. this.cbMerge.Location = new System.Drawing.Point(23, 66);
  579. this.cbMerge.Name = "cbMerge";
  580. this.cbMerge.Size = new System.Drawing.Size(149, 17);
  581. this.cbMerge.TabIndex = 0;
  582. this.cbMerge.Text = "Merge with single subitem";
  583. this.cbMerge.UseVisualStyleBackColor = true;
  584. //
  585. // cbStepped
  586. //
  587. this.cbStepped.AutoSize = true;
  588. this.cbStepped.Location = new System.Drawing.Point(23, 20);
  589. this.cbStepped.Name = "cbStepped";
  590. this.cbStepped.Size = new System.Drawing.Size(99, 17);
  591. this.cbStepped.TabIndex = 0;
  592. this.cbStepped.Text = "Stepped layout";
  593. this.cbStepped.UseVisualStyleBackColor = true;
  594. //
  595. // MatrixHeaderEditorForm
  596. //
  597. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  598. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  599. this.ClientSize = new System.Drawing.Size(487, 331);
  600. this.Controls.Add(this.pcPages);
  601. this.Name = "MatrixHeaderEditorForm";
  602. this.Text = "Header Editor";
  603. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MatrixHeaderEditorForm_FormClosed);
  604. this.Shown += new System.EventHandler(this.MatrixHeaderEditorForm_Shown);
  605. this.Controls.SetChildIndex(this.btnOk, 0);
  606. this.Controls.SetChildIndex(this.btnCancel, 0);
  607. this.Controls.SetChildIndex(this.pcPages, 0);
  608. this.pcPages.ResumeLayout(false);
  609. this.pnGeneral.ResumeLayout(false);
  610. this.pnGeneral.PerformLayout();
  611. this.pnSort.ResumeLayout(false);
  612. this.pnSort.PerformLayout();
  613. this.pnFilter.ResumeLayout(false);
  614. this.pnFilter.PerformLayout();
  615. this.pnTopN.ResumeLayout(false);
  616. this.pnTopN.PerformLayout();
  617. ((System.ComponentModel.ISupportInitialize)(this.udTopN)).EndInit();
  618. this.pnTopNControls.ResumeLayout(false);
  619. this.pnTopNControls.PerformLayout();
  620. this.pnVisibility.ResumeLayout(false);
  621. this.pnVisibility.PerformLayout();
  622. this.pnOther.ResumeLayout(false);
  623. this.pnOther.PerformLayout();
  624. ((System.ComponentModel.ISupportInitialize)(this.udRowSpan)).EndInit();
  625. ((System.ComponentModel.ISupportInitialize)(this.udColSpan)).EndInit();
  626. this.ResumeLayout(false);
  627. }
  628. #endregion
  629. private Controls.PageControl pcPages;
  630. private Controls.PageControlPage pnGeneral;
  631. private Controls.PageControlPage pnSort;
  632. private Controls.PageControlPage pnFilter;
  633. private Controls.PageControlPage pnTopN;
  634. private Controls.PageControlPage pnOther;
  635. private System.Windows.Forms.RadioButton rbGroup;
  636. private System.Windows.Forms.RadioButton rbSimple;
  637. private Controls.DataColumnComboBox tbGroup;
  638. private System.Windows.Forms.ComboBox cbxSortOrder;
  639. private System.Windows.Forms.RadioButton rbSortByTotal;
  640. private System.Windows.Forms.RadioButton rbSortByItemValue;
  641. private Controls.LabelLine lblSortBy;
  642. private System.Windows.Forms.Label lblSortOrder;
  643. private System.Windows.Forms.ComboBox cbxSortByTotal;
  644. private System.Windows.Forms.CheckBox cbMerge;
  645. private System.Windows.Forms.CheckBox cbStepped;
  646. private System.Windows.Forms.Label lblItemType;
  647. private Controls.LabelLine lblAdditionalItems;
  648. private System.Windows.Forms.TextBox tbOthersTotal;
  649. private System.Windows.Forms.TextBox tbTopNTotal;
  650. private System.Windows.Forms.CheckBox cbOthersTotal;
  651. private System.Windows.Forms.CheckBox cbOthers;
  652. private System.Windows.Forms.CheckBox cbTopNTotal;
  653. private System.Windows.Forms.NumericUpDown udTopN;
  654. private System.Windows.Forms.Label lblTopNCount;
  655. private Controls.TextBoxButton tbDisplayText;
  656. private System.Windows.Forms.Label lblDisplayText;
  657. private System.Windows.Forms.CheckBox cbCreateItems;
  658. private System.Windows.Forms.CheckBox cbPageBreak;
  659. private System.Windows.Forms.Panel pnTopNControls;
  660. private System.Windows.Forms.Label lblInteractiveSort;
  661. private System.Windows.Forms.ComboBox cbxInteractiveSort;
  662. private Controls.TextBoxButton tbFilter;
  663. private System.Windows.Forms.Label lblFilter;
  664. private System.Windows.Forms.ComboBox cbxSortOrderToggledBy;
  665. private System.Windows.Forms.Label lblSortOrderToggledBy;
  666. private System.Windows.Forms.NumericUpDown udRowSpan;
  667. private System.Windows.Forms.NumericUpDown udColSpan;
  668. private System.Windows.Forms.Label lblRowSpan;
  669. private System.Windows.Forms.Label lblColSpan;
  670. private Controls.PageControlPage pnVisibility;
  671. private Controls.TextBoxButton tbVisibleExpression;
  672. private System.Windows.Forms.Label lblVisibleExpression;
  673. private System.Windows.Forms.ComboBox cbxVisibleToggledBy;
  674. private System.Windows.Forms.Label lblVisibleToggledBy;
  675. private System.Windows.Forms.CheckBox cbVisible;
  676. }
  677. }