123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683 |
-
- namespace FastReport.AdvMatrix
- {
- partial class MatrixHeaderEditorForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.pcPages = new FastReport.Controls.PageControl();
- this.pnGeneral = new FastReport.Controls.PageControlPage();
- this.tbDisplayText = new FastReport.Controls.TextBoxButton();
- this.lblDisplayText = new System.Windows.Forms.Label();
- this.lblItemType = new System.Windows.Forms.Label();
- this.rbGroup = new System.Windows.Forms.RadioButton();
- this.rbSimple = new System.Windows.Forms.RadioButton();
- this.tbGroup = new FastReport.Controls.DataColumnComboBox();
- this.pnSort = new FastReport.Controls.PageControlPage();
- this.cbxSortOrderToggledBy = new System.Windows.Forms.ComboBox();
- this.lblSortOrderToggledBy = new System.Windows.Forms.Label();
- this.lblInteractiveSort = new System.Windows.Forms.Label();
- this.cbxInteractiveSort = new System.Windows.Forms.ComboBox();
- this.cbxSortByTotal = new System.Windows.Forms.ComboBox();
- this.cbxSortOrder = new System.Windows.Forms.ComboBox();
- this.rbSortByTotal = new System.Windows.Forms.RadioButton();
- this.rbSortByItemValue = new System.Windows.Forms.RadioButton();
- this.lblSortBy = new FastReport.Controls.LabelLine();
- this.lblSortOrder = new System.Windows.Forms.Label();
- this.pnFilter = new FastReport.Controls.PageControlPage();
- this.tbFilter = new FastReport.Controls.TextBoxButton();
- this.lblFilter = new System.Windows.Forms.Label();
- this.pnTopN = new FastReport.Controls.PageControlPage();
- this.udTopN = new System.Windows.Forms.NumericUpDown();
- this.lblTopNCount = new System.Windows.Forms.Label();
- this.pnTopNControls = new System.Windows.Forms.Panel();
- this.cbCreateItems = new System.Windows.Forms.CheckBox();
- this.lblAdditionalItems = new FastReport.Controls.LabelLine();
- this.cbTopNTotal = new System.Windows.Forms.CheckBox();
- this.tbOthersTotal = new System.Windows.Forms.TextBox();
- this.cbOthers = new System.Windows.Forms.CheckBox();
- this.tbTopNTotal = new System.Windows.Forms.TextBox();
- this.cbOthersTotal = new System.Windows.Forms.CheckBox();
- this.pnVisibility = new FastReport.Controls.PageControlPage();
- this.tbVisibleExpression = new FastReport.Controls.TextBoxButton();
- this.lblVisibleExpression = new System.Windows.Forms.Label();
- this.cbxVisibleToggledBy = new System.Windows.Forms.ComboBox();
- this.lblVisibleToggledBy = new System.Windows.Forms.Label();
- this.cbVisible = new System.Windows.Forms.CheckBox();
- this.pnOther = new FastReport.Controls.PageControlPage();
- this.udRowSpan = new System.Windows.Forms.NumericUpDown();
- this.udColSpan = new System.Windows.Forms.NumericUpDown();
- this.lblRowSpan = new System.Windows.Forms.Label();
- this.lblColSpan = new System.Windows.Forms.Label();
- this.cbPageBreak = new System.Windows.Forms.CheckBox();
- this.cbMerge = new System.Windows.Forms.CheckBox();
- this.cbStepped = new System.Windows.Forms.CheckBox();
- this.pcPages.SuspendLayout();
- this.pnGeneral.SuspendLayout();
- this.pnSort.SuspendLayout();
- this.pnFilter.SuspendLayout();
- this.pnTopN.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udTopN)).BeginInit();
- this.pnTopNControls.SuspendLayout();
- this.pnVisibility.SuspendLayout();
- this.pnOther.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udRowSpan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.udColSpan)).BeginInit();
- this.SuspendLayout();
- //
- // btnOk
- //
- this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOk.Location = new System.Drawing.Point(320, 296);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.Location = new System.Drawing.Point(400, 296);
- //
- // pcPages
- //
- this.pcPages.Controls.Add(this.pnGeneral);
- this.pcPages.Controls.Add(this.pnSort);
- this.pcPages.Controls.Add(this.pnFilter);
- this.pcPages.Controls.Add(this.pnTopN);
- this.pcPages.Controls.Add(this.pnVisibility);
- this.pcPages.Controls.Add(this.pnOther);
- this.pcPages.HighlightPageIndex = -1;
- this.pcPages.Location = new System.Drawing.Point(12, 12);
- this.pcPages.Name = "pcPages";
- this.pcPages.SelectorWidth = 130;
- this.pcPages.Size = new System.Drawing.Size(463, 272);
- this.pcPages.TabIndex = 1;
- this.pcPages.Text = "pageControl1";
- //
- // pnGeneral
- //
- this.pnGeneral.BackColor = System.Drawing.SystemColors.Window;
- this.pnGeneral.Controls.Add(this.tbDisplayText);
- this.pnGeneral.Controls.Add(this.lblDisplayText);
- this.pnGeneral.Controls.Add(this.lblItemType);
- this.pnGeneral.Controls.Add(this.rbGroup);
- this.pnGeneral.Controls.Add(this.rbSimple);
- this.pnGeneral.Controls.Add(this.tbGroup);
- this.pnGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnGeneral.Image = null;
- this.pnGeneral.Location = new System.Drawing.Point(130, 1);
- this.pnGeneral.Name = "pnGeneral";
- this.pnGeneral.Size = new System.Drawing.Size(332, 270);
- this.pnGeneral.TabIndex = 0;
- this.pnGeneral.Text = "General";
- //
- // tbDisplayText
- //
- this.tbDisplayText.ButtonText = "";
- this.tbDisplayText.Image = null;
- this.tbDisplayText.Location = new System.Drawing.Point(23, 152);
- this.tbDisplayText.Name = "tbDisplayText";
- this.tbDisplayText.Size = new System.Drawing.Size(293, 21);
- this.tbDisplayText.TabIndex = 8;
- this.tbDisplayText.ButtonClick += new System.EventHandler(this.tbDisplayText_ButtonClick);
- //
- // lblDisplayText
- //
- this.lblDisplayText.AutoSize = true;
- this.lblDisplayText.Location = new System.Drawing.Point(20, 134);
- this.lblDisplayText.Name = "lblDisplayText";
- this.lblDisplayText.Size = new System.Drawing.Size(68, 13);
- this.lblDisplayText.TabIndex = 7;
- this.lblDisplayText.Text = "Display text:";
- //
- // lblItemType
- //
- this.lblItemType.AutoSize = true;
- this.lblItemType.Location = new System.Drawing.Point(20, 20);
- this.lblItemType.Name = "lblItemType";
- this.lblItemType.Size = new System.Drawing.Size(58, 13);
- this.lblItemType.TabIndex = 6;
- this.lblItemType.Text = "Item type:";
- //
- // rbGroup
- //
- this.rbGroup.AutoSize = true;
- this.rbGroup.Location = new System.Drawing.Point(23, 67);
- this.rbGroup.Name = "rbGroup";
- this.rbGroup.Size = new System.Drawing.Size(58, 17);
- this.rbGroup.TabIndex = 5;
- this.rbGroup.Text = "Group:";
- this.rbGroup.UseVisualStyleBackColor = true;
- this.rbGroup.CheckedChanged += new System.EventHandler(this.rbGroup_CheckedChanged);
- //
- // rbSimple
- //
- this.rbSimple.AutoSize = true;
- this.rbSimple.Checked = true;
- this.rbSimple.Location = new System.Drawing.Point(23, 44);
- this.rbSimple.Name = "rbSimple";
- this.rbSimple.Size = new System.Drawing.Size(55, 17);
- this.rbSimple.TabIndex = 4;
- this.rbSimple.TabStop = true;
- this.rbSimple.Text = "Simple";
- this.rbSimple.UseVisualStyleBackColor = true;
- //
- // tbGroup
- //
- this.tbGroup.Enabled = false;
- this.tbGroup.Location = new System.Drawing.Point(23, 90);
- this.tbGroup.Name = "tbGroup";
- this.tbGroup.Size = new System.Drawing.Size(293, 21);
- this.tbGroup.TabIndex = 3;
- //
- // pnSort
- //
- this.pnSort.BackColor = System.Drawing.SystemColors.Window;
- this.pnSort.Controls.Add(this.cbxSortOrderToggledBy);
- this.pnSort.Controls.Add(this.lblSortOrderToggledBy);
- this.pnSort.Controls.Add(this.lblInteractiveSort);
- this.pnSort.Controls.Add(this.cbxInteractiveSort);
- this.pnSort.Controls.Add(this.cbxSortByTotal);
- this.pnSort.Controls.Add(this.cbxSortOrder);
- this.pnSort.Controls.Add(this.rbSortByTotal);
- this.pnSort.Controls.Add(this.rbSortByItemValue);
- this.pnSort.Controls.Add(this.lblSortBy);
- this.pnSort.Controls.Add(this.lblSortOrder);
- this.pnSort.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnSort.Image = null;
- this.pnSort.Location = new System.Drawing.Point(130, 1);
- this.pnSort.Name = "pnSort";
- this.pnSort.Size = new System.Drawing.Size(332, 270);
- this.pnSort.TabIndex = 1;
- this.pnSort.Text = "Sort";
- //
- // cbxSortOrderToggledBy
- //
- this.cbxSortOrderToggledBy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxSortOrderToggledBy.FormattingEnabled = true;
- this.cbxSortOrderToggledBy.Location = new System.Drawing.Point(23, 229);
- this.cbxSortOrderToggledBy.Name = "cbxSortOrderToggledBy";
- this.cbxSortOrderToggledBy.Size = new System.Drawing.Size(293, 21);
- this.cbxSortOrderToggledBy.TabIndex = 16;
- //
- // lblSortOrderToggledBy
- //
- this.lblSortOrderToggledBy.AutoSize = true;
- this.lblSortOrderToggledBy.Location = new System.Drawing.Point(20, 213);
- this.lblSortOrderToggledBy.Name = "lblSortOrderToggledBy";
- this.lblSortOrderToggledBy.Size = new System.Drawing.Size(114, 13);
- this.lblSortOrderToggledBy.TabIndex = 15;
- this.lblSortOrderToggledBy.Text = "Sort order toggled by:";
- //
- // lblInteractiveSort
- //
- this.lblInteractiveSort.AutoSize = true;
- this.lblInteractiveSort.Location = new System.Drawing.Point(20, 164);
- this.lblInteractiveSort.Name = "lblInteractiveSort";
- this.lblInteractiveSort.Size = new System.Drawing.Size(101, 13);
- this.lblInteractiveSort.TabIndex = 14;
- this.lblInteractiveSort.Text = "Interactive sort by:";
- //
- // cbxInteractiveSort
- //
- this.cbxInteractiveSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxInteractiveSort.FormattingEnabled = true;
- this.cbxInteractiveSort.Location = new System.Drawing.Point(23, 180);
- this.cbxInteractiveSort.Name = "cbxInteractiveSort";
- this.cbxInteractiveSort.Size = new System.Drawing.Size(293, 21);
- this.cbxInteractiveSort.TabIndex = 13;
- //
- // cbxSortByTotal
- //
- this.cbxSortByTotal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxSortByTotal.Enabled = false;
- this.cbxSortByTotal.FormattingEnabled = true;
- this.cbxSortByTotal.Location = new System.Drawing.Point(23, 124);
- this.cbxSortByTotal.Name = "cbxSortByTotal";
- this.cbxSortByTotal.Size = new System.Drawing.Size(293, 21);
- this.cbxSortByTotal.TabIndex = 9;
- //
- // cbxSortOrder
- //
- this.cbxSortOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxSortOrder.FormattingEnabled = true;
- this.cbxSortOrder.Location = new System.Drawing.Point(170, 17);
- this.cbxSortOrder.Name = "cbxSortOrder";
- this.cbxSortOrder.Size = new System.Drawing.Size(146, 21);
- this.cbxSortOrder.TabIndex = 7;
- //
- // rbSortByTotal
- //
- this.rbSortByTotal.AutoSize = true;
- this.rbSortByTotal.Location = new System.Drawing.Point(23, 101);
- this.rbSortByTotal.Name = "rbSortByTotal";
- this.rbSortByTotal.Size = new System.Drawing.Size(82, 17);
- this.rbSortByTotal.TabIndex = 6;
- this.rbSortByTotal.Text = "Total value:";
- this.rbSortByTotal.UseVisualStyleBackColor = true;
- this.rbSortByTotal.CheckedChanged += new System.EventHandler(this.rbSortByTotal_CheckedChanged);
- //
- // rbSortByItemValue
- //
- this.rbSortByItemValue.AutoSize = true;
- this.rbSortByItemValue.Checked = true;
- this.rbSortByItemValue.Location = new System.Drawing.Point(23, 78);
- this.rbSortByItemValue.Name = "rbSortByItemValue";
- this.rbSortByItemValue.Size = new System.Drawing.Size(76, 17);
- this.rbSortByItemValue.TabIndex = 5;
- this.rbSortByItemValue.TabStop = true;
- this.rbSortByItemValue.Text = "Item value";
- this.rbSortByItemValue.UseVisualStyleBackColor = true;
- //
- // lblSortBy
- //
- this.lblSortBy.Location = new System.Drawing.Point(20, 53);
- this.lblSortBy.Name = "lblSortBy";
- this.lblSortBy.Size = new System.Drawing.Size(296, 16);
- this.lblSortBy.TabIndex = 4;
- this.lblSortBy.Text = "Sort by:";
- //
- // lblSortOrder
- //
- this.lblSortOrder.AutoSize = true;
- this.lblSortOrder.Location = new System.Drawing.Point(20, 20);
- this.lblSortOrder.Name = "lblSortOrder";
- this.lblSortOrder.Size = new System.Drawing.Size(60, 13);
- this.lblSortOrder.TabIndex = 0;
- this.lblSortOrder.Text = "Sort order:";
- //
- // pnFilter
- //
- this.pnFilter.BackColor = System.Drawing.SystemColors.Window;
- this.pnFilter.Controls.Add(this.tbFilter);
- this.pnFilter.Controls.Add(this.lblFilter);
- this.pnFilter.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnFilter.Image = null;
- this.pnFilter.Location = new System.Drawing.Point(130, 1);
- this.pnFilter.Name = "pnFilter";
- this.pnFilter.Size = new System.Drawing.Size(332, 270);
- this.pnFilter.TabIndex = 2;
- this.pnFilter.Text = "Filter";
- //
- // tbFilter
- //
- this.tbFilter.ButtonText = "";
- this.tbFilter.Image = null;
- this.tbFilter.Location = new System.Drawing.Point(23, 36);
- this.tbFilter.Name = "tbFilter";
- this.tbFilter.Size = new System.Drawing.Size(293, 21);
- this.tbFilter.TabIndex = 14;
- this.tbFilter.ButtonClick += new System.EventHandler(this.tbFilter_ButtonClick);
- //
- // lblFilter
- //
- this.lblFilter.AutoSize = true;
- this.lblFilter.Location = new System.Drawing.Point(20, 20);
- this.lblFilter.Name = "lblFilter";
- this.lblFilter.Size = new System.Drawing.Size(35, 13);
- this.lblFilter.TabIndex = 13;
- this.lblFilter.Text = "Filter:";
- //
- // pnTopN
- //
- this.pnTopN.BackColor = System.Drawing.SystemColors.Window;
- this.pnTopN.Controls.Add(this.udTopN);
- this.pnTopN.Controls.Add(this.lblTopNCount);
- this.pnTopN.Controls.Add(this.pnTopNControls);
- this.pnTopN.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnTopN.Image = null;
- this.pnTopN.Location = new System.Drawing.Point(130, 1);
- this.pnTopN.Name = "pnTopN";
- this.pnTopN.Size = new System.Drawing.Size(332, 270);
- this.pnTopN.TabIndex = 3;
- this.pnTopN.Text = "Top N";
- //
- // udTopN
- //
- this.udTopN.Location = new System.Drawing.Point(262, 18);
- this.udTopN.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.udTopN.Name = "udTopN";
- this.udTopN.Size = new System.Drawing.Size(54, 20);
- this.udTopN.TabIndex = 1;
- this.udTopN.ValueChanged += new System.EventHandler(this.udTopN_ValueChanged);
- //
- // lblTopNCount
- //
- this.lblTopNCount.AutoSize = true;
- this.lblTopNCount.Location = new System.Drawing.Point(20, 20);
- this.lblTopNCount.Name = "lblTopNCount";
- this.lblTopNCount.Size = new System.Drawing.Size(110, 13);
- this.lblTopNCount.TabIndex = 0;
- this.lblTopNCount.Text = "Display Top N values:";
- //
- // pnTopNControls
- //
- this.pnTopNControls.Controls.Add(this.cbCreateItems);
- this.pnTopNControls.Controls.Add(this.lblAdditionalItems);
- this.pnTopNControls.Controls.Add(this.cbTopNTotal);
- this.pnTopNControls.Controls.Add(this.tbOthersTotal);
- this.pnTopNControls.Controls.Add(this.cbOthers);
- this.pnTopNControls.Controls.Add(this.tbTopNTotal);
- this.pnTopNControls.Controls.Add(this.cbOthersTotal);
- this.pnTopNControls.Location = new System.Drawing.Point(0, 47);
- this.pnTopNControls.Name = "pnTopNControls";
- this.pnTopNControls.Size = new System.Drawing.Size(332, 172);
- this.pnTopNControls.TabIndex = 11;
- //
- // cbCreateItems
- //
- this.cbCreateItems.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
- this.cbCreateItems.Location = new System.Drawing.Point(23, 118);
- this.cbCreateItems.Name = "cbCreateItems";
- this.cbCreateItems.Size = new System.Drawing.Size(293, 37);
- this.cbCreateItems.TabIndex = 10;
- this.cbCreateItems.Text = "Create additional items in the matrix template for better customization";
- this.cbCreateItems.TextAlign = System.Drawing.ContentAlignment.TopLeft;
- this.cbCreateItems.UseVisualStyleBackColor = true;
- //
- // lblAdditionalItems
- //
- this.lblAdditionalItems.Location = new System.Drawing.Point(20, 6);
- this.lblAdditionalItems.Name = "lblAdditionalItems";
- this.lblAdditionalItems.Size = new System.Drawing.Size(296, 16);
- this.lblAdditionalItems.TabIndex = 9;
- this.lblAdditionalItems.Text = "Additional items:";
- //
- // cbTopNTotal
- //
- this.cbTopNTotal.AutoSize = true;
- this.cbTopNTotal.Location = new System.Drawing.Point(23, 32);
- this.cbTopNTotal.Name = "cbTopNTotal";
- this.cbTopNTotal.Size = new System.Drawing.Size(78, 17);
- this.cbTopNTotal.TabIndex = 6;
- this.cbTopNTotal.Text = "TopN Total";
- this.cbTopNTotal.UseVisualStyleBackColor = true;
- //
- // tbOthersTotal
- //
- this.tbOthersTotal.Location = new System.Drawing.Point(216, 76);
- this.tbOthersTotal.Name = "tbOthersTotal";
- this.tbOthersTotal.Size = new System.Drawing.Size(100, 20);
- this.tbOthersTotal.TabIndex = 8;
- //
- // cbOthers
- //
- this.cbOthers.AutoSize = true;
- this.cbOthers.Location = new System.Drawing.Point(23, 55);
- this.cbOthers.Name = "cbOthers";
- this.cbOthers.Size = new System.Drawing.Size(59, 17);
- this.cbOthers.TabIndex = 6;
- this.cbOthers.Text = "Others";
- this.cbOthers.UseVisualStyleBackColor = true;
- //
- // tbTopNTotal
- //
- this.tbTopNTotal.Location = new System.Drawing.Point(216, 30);
- this.tbTopNTotal.Name = "tbTopNTotal";
- this.tbTopNTotal.Size = new System.Drawing.Size(100, 20);
- this.tbTopNTotal.TabIndex = 8;
- //
- // cbOthersTotal
- //
- this.cbOthersTotal.AutoSize = true;
- this.cbOthersTotal.Location = new System.Drawing.Point(23, 78);
- this.cbOthersTotal.Name = "cbOthersTotal";
- this.cbOthersTotal.Size = new System.Drawing.Size(86, 17);
- this.cbOthersTotal.TabIndex = 6;
- this.cbOthersTotal.Text = "Others Total";
- this.cbOthersTotal.UseVisualStyleBackColor = true;
- //
- // pnVisibility
- //
- this.pnVisibility.BackColor = System.Drawing.SystemColors.Window;
- this.pnVisibility.Controls.Add(this.tbVisibleExpression);
- this.pnVisibility.Controls.Add(this.lblVisibleExpression);
- this.pnVisibility.Controls.Add(this.cbxVisibleToggledBy);
- this.pnVisibility.Controls.Add(this.lblVisibleToggledBy);
- this.pnVisibility.Controls.Add(this.cbVisible);
- this.pnVisibility.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnVisibility.Image = null;
- this.pnVisibility.Location = new System.Drawing.Point(130, 1);
- this.pnVisibility.Name = "pnVisibility";
- this.pnVisibility.Size = new System.Drawing.Size(332, 270);
- this.pnVisibility.TabIndex = 4;
- this.pnVisibility.Text = "Visibility";
- //
- // tbVisibleExpression
- //
- this.tbVisibleExpression.ButtonText = "";
- this.tbVisibleExpression.Image = null;
- this.tbVisibleExpression.Location = new System.Drawing.Point(23, 70);
- this.tbVisibleExpression.Name = "tbVisibleExpression";
- this.tbVisibleExpression.Size = new System.Drawing.Size(293, 21);
- this.tbVisibleExpression.TabIndex = 20;
- this.tbVisibleExpression.ButtonClick += new System.EventHandler(this.tbVisibleExpression_ButtonClick);
- //
- // lblVisibleExpression
- //
- this.lblVisibleExpression.AutoSize = true;
- this.lblVisibleExpression.Location = new System.Drawing.Point(20, 54);
- this.lblVisibleExpression.Name = "lblVisibleExpression";
- this.lblVisibleExpression.Size = new System.Drawing.Size(95, 13);
- this.lblVisibleExpression.TabIndex = 19;
- this.lblVisibleExpression.Text = "Visible expression:";
- //
- // cbxVisibleToggledBy
- //
- this.cbxVisibleToggledBy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxVisibleToggledBy.FormattingEnabled = true;
- this.cbxVisibleToggledBy.Location = new System.Drawing.Point(23, 119);
- this.cbxVisibleToggledBy.Name = "cbxVisibleToggledBy";
- this.cbxVisibleToggledBy.Size = new System.Drawing.Size(293, 21);
- this.cbxVisibleToggledBy.TabIndex = 18;
- //
- // lblVisibleToggledBy
- //
- this.lblVisibleToggledBy.AutoSize = true;
- this.lblVisibleToggledBy.Location = new System.Drawing.Point(20, 103);
- this.lblVisibleToggledBy.Name = "lblVisibleToggledBy";
- this.lblVisibleToggledBy.Size = new System.Drawing.Size(94, 13);
- this.lblVisibleToggledBy.TabIndex = 17;
- this.lblVisibleToggledBy.Text = "Visible toggled by:";
- //
- // cbVisible
- //
- this.cbVisible.AutoSize = true;
- this.cbVisible.Location = new System.Drawing.Point(23, 20);
- this.cbVisible.Name = "cbVisible";
- this.cbVisible.Size = new System.Drawing.Size(55, 17);
- this.cbVisible.TabIndex = 16;
- this.cbVisible.Text = "Visible";
- this.cbVisible.UseVisualStyleBackColor = true;
- //
- // pnOther
- //
- this.pnOther.BackColor = System.Drawing.SystemColors.Window;
- this.pnOther.Controls.Add(this.udRowSpan);
- this.pnOther.Controls.Add(this.udColSpan);
- this.pnOther.Controls.Add(this.lblRowSpan);
- this.pnOther.Controls.Add(this.lblColSpan);
- this.pnOther.Controls.Add(this.cbPageBreak);
- this.pnOther.Controls.Add(this.cbMerge);
- this.pnOther.Controls.Add(this.cbStepped);
- this.pnOther.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnOther.Image = null;
- this.pnOther.Location = new System.Drawing.Point(130, 1);
- this.pnOther.Name = "pnOther";
- this.pnOther.Size = new System.Drawing.Size(332, 270);
- this.pnOther.TabIndex = 5;
- this.pnOther.Text = "Other";
- //
- // udRowSpan
- //
- this.udRowSpan.Location = new System.Drawing.Point(270, 122);
- this.udRowSpan.Name = "udRowSpan";
- this.udRowSpan.Size = new System.Drawing.Size(46, 20);
- this.udRowSpan.TabIndex = 17;
- //
- // udColSpan
- //
- this.udColSpan.Location = new System.Drawing.Point(270, 98);
- this.udColSpan.Name = "udColSpan";
- this.udColSpan.Size = new System.Drawing.Size(46, 20);
- this.udColSpan.TabIndex = 17;
- //
- // lblRowSpan
- //
- this.lblRowSpan.AutoSize = true;
- this.lblRowSpan.Location = new System.Drawing.Point(20, 124);
- this.lblRowSpan.Name = "lblRowSpan";
- this.lblRowSpan.Size = new System.Drawing.Size(117, 13);
- this.lblRowSpan.TabIndex = 16;
- this.lblRowSpan.Text = "Row span (0 for auto):";
- //
- // lblColSpan
- //
- this.lblColSpan.AutoSize = true;
- this.lblColSpan.Location = new System.Drawing.Point(20, 100);
- this.lblColSpan.Name = "lblColSpan";
- this.lblColSpan.Size = new System.Drawing.Size(131, 13);
- this.lblColSpan.TabIndex = 16;
- this.lblColSpan.Text = "Column span (0 for auto):";
- //
- // cbPageBreak
- //
- this.cbPageBreak.AutoSize = true;
- this.cbPageBreak.Location = new System.Drawing.Point(23, 43);
- this.cbPageBreak.Name = "cbPageBreak";
- this.cbPageBreak.Size = new System.Drawing.Size(80, 17);
- this.cbPageBreak.TabIndex = 0;
- this.cbPageBreak.Text = "Page break";
- this.cbPageBreak.UseVisualStyleBackColor = true;
- //
- // cbMerge
- //
- this.cbMerge.AutoSize = true;
- this.cbMerge.Location = new System.Drawing.Point(23, 66);
- this.cbMerge.Name = "cbMerge";
- this.cbMerge.Size = new System.Drawing.Size(149, 17);
- this.cbMerge.TabIndex = 0;
- this.cbMerge.Text = "Merge with single subitem";
- this.cbMerge.UseVisualStyleBackColor = true;
- //
- // cbStepped
- //
- this.cbStepped.AutoSize = true;
- this.cbStepped.Location = new System.Drawing.Point(23, 20);
- this.cbStepped.Name = "cbStepped";
- this.cbStepped.Size = new System.Drawing.Size(99, 17);
- this.cbStepped.TabIndex = 0;
- this.cbStepped.Text = "Stepped layout";
- this.cbStepped.UseVisualStyleBackColor = true;
- //
- // MatrixHeaderEditorForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.ClientSize = new System.Drawing.Size(487, 331);
- this.Controls.Add(this.pcPages);
- this.Name = "MatrixHeaderEditorForm";
- this.Text = "Header Editor";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MatrixHeaderEditorForm_FormClosed);
- this.Shown += new System.EventHandler(this.MatrixHeaderEditorForm_Shown);
- this.Controls.SetChildIndex(this.btnOk, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.pcPages, 0);
- this.pcPages.ResumeLayout(false);
- this.pnGeneral.ResumeLayout(false);
- this.pnGeneral.PerformLayout();
- this.pnSort.ResumeLayout(false);
- this.pnSort.PerformLayout();
- this.pnFilter.ResumeLayout(false);
- this.pnFilter.PerformLayout();
- this.pnTopN.ResumeLayout(false);
- this.pnTopN.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udTopN)).EndInit();
- this.pnTopNControls.ResumeLayout(false);
- this.pnTopNControls.PerformLayout();
- this.pnVisibility.ResumeLayout(false);
- this.pnVisibility.PerformLayout();
- this.pnOther.ResumeLayout(false);
- this.pnOther.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udRowSpan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.udColSpan)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Controls.PageControl pcPages;
- private Controls.PageControlPage pnGeneral;
- private Controls.PageControlPage pnSort;
- private Controls.PageControlPage pnFilter;
- private Controls.PageControlPage pnTopN;
- private Controls.PageControlPage pnOther;
- private System.Windows.Forms.RadioButton rbGroup;
- private System.Windows.Forms.RadioButton rbSimple;
- private Controls.DataColumnComboBox tbGroup;
- private System.Windows.Forms.ComboBox cbxSortOrder;
- private System.Windows.Forms.RadioButton rbSortByTotal;
- private System.Windows.Forms.RadioButton rbSortByItemValue;
- private Controls.LabelLine lblSortBy;
- private System.Windows.Forms.Label lblSortOrder;
- private System.Windows.Forms.ComboBox cbxSortByTotal;
- private System.Windows.Forms.CheckBox cbMerge;
- private System.Windows.Forms.CheckBox cbStepped;
- private System.Windows.Forms.Label lblItemType;
- private Controls.LabelLine lblAdditionalItems;
- private System.Windows.Forms.TextBox tbOthersTotal;
- private System.Windows.Forms.TextBox tbTopNTotal;
- private System.Windows.Forms.CheckBox cbOthersTotal;
- private System.Windows.Forms.CheckBox cbOthers;
- private System.Windows.Forms.CheckBox cbTopNTotal;
- private System.Windows.Forms.NumericUpDown udTopN;
- private System.Windows.Forms.Label lblTopNCount;
- private Controls.TextBoxButton tbDisplayText;
- private System.Windows.Forms.Label lblDisplayText;
- private System.Windows.Forms.CheckBox cbCreateItems;
- private System.Windows.Forms.CheckBox cbPageBreak;
- private System.Windows.Forms.Panel pnTopNControls;
- private System.Windows.Forms.Label lblInteractiveSort;
- private System.Windows.Forms.ComboBox cbxInteractiveSort;
- private Controls.TextBoxButton tbFilter;
- private System.Windows.Forms.Label lblFilter;
- private System.Windows.Forms.ComboBox cbxSortOrderToggledBy;
- private System.Windows.Forms.Label lblSortOrderToggledBy;
- private System.Windows.Forms.NumericUpDown udRowSpan;
- private System.Windows.Forms.NumericUpDown udColSpan;
- private System.Windows.Forms.Label lblRowSpan;
- private System.Windows.Forms.Label lblColSpan;
- private Controls.PageControlPage pnVisibility;
- private Controls.TextBoxButton tbVisibleExpression;
- private System.Windows.Forms.Label lblVisibleExpression;
- private System.Windows.Forms.ComboBox cbxVisibleToggledBy;
- private System.Windows.Forms.Label lblVisibleToggledBy;
- private System.Windows.Forms.CheckBox cbVisible;
- }
- }
|