Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tcFRG         = new Oranikle.Studio.Controls.CtrlStyledTab();
     this.tabFind       = new System.Windows.Forms.TabPage();
     this.btnCancel     = new Oranikle.Studio.Controls.StyledButton();
     this.btnNext       = new Oranikle.Studio.Controls.StyledButton();
     this.chkCase       = new Oranikle.Studio.Controls.StyledCheckBox();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.radioUp       = new System.Windows.Forms.RadioButton();
     this.radioDown     = new System.Windows.Forms.RadioButton();
     this.label1        = new System.Windows.Forms.Label();
     this.txtFind       = new Oranikle.Studio.Controls.CustomTextControl();
     this.tabReplace    = new System.Windows.Forms.TabPage();
     this.bCloseReplace = new Oranikle.Studio.Controls.StyledButton();
     this.btnFindNext   = new Oranikle.Studio.Controls.StyledButton();
     this.chkMatchCase  = new Oranikle.Studio.Controls.StyledCheckBox();
     this.btnReplaceAll = new Oranikle.Studio.Controls.StyledButton();
     this.btnReplace    = new Oranikle.Studio.Controls.StyledButton();
     this.txtFindR      = new Oranikle.Studio.Controls.CustomTextControl();
     this.label3        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.txtReplace    = new Oranikle.Studio.Controls.CustomTextControl();
     this.tabGoTo       = new System.Windows.Forms.TabPage();
     this.bCloseGoto    = new Oranikle.Studio.Controls.StyledButton();
     this.txtLine       = new Oranikle.Studio.Controls.CustomTextControl();
     this.label4        = new System.Windows.Forms.Label();
     this.btnGoto       = new Oranikle.Studio.Controls.StyledButton();
     this.tcFRG.SuspendLayout();
     this.tabFind.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabReplace.SuspendLayout();
     this.tabGoTo.SuspendLayout();
     this.SuspendLayout();
     //
     // tcFRG
     //
     this.tcFRG.BorderColor = System.Drawing.Color.DarkGray;
     this.tcFRG.Controls.Add(this.tabFind);
     this.tcFRG.Controls.Add(this.tabReplace);
     this.tcFRG.Controls.Add(this.tabGoTo);
     this.tcFRG.DontSlantMiddle        = false;
     this.tcFRG.LeftSpacing            = 0;
     this.tcFRG.Location               = new System.Drawing.Point(8, 8);
     this.tcFRG.myBackColor            = System.Drawing.Color.Transparent;
     this.tcFRG.Name                   = "tcFRG";
     this.tcFRG.SelectedIndex          = 0;
     this.tcFRG.Size                   = new System.Drawing.Size(432, 192);
     this.tcFRG.SizeMode               = System.Windows.Forms.TabSizeMode.Fixed;
     this.tcFRG.TabFont                = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tcFRG.TabIndex               = 0;
     this.tcFRG.TabSlant               = 2;
     this.tcFRG.TabStop                = false;
     this.tcFRG.TabTextColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tcFRG.TabTextHAlignment      = System.Drawing.StringAlignment.Near;
     this.tcFRG.TabTextVAlignment      = System.Drawing.StringAlignment.Center;
     this.tcFRG.TagPageSelectedColor   = System.Drawing.Color.White;
     this.tcFRG.TagPageUnselectedColor = System.Drawing.Color.LightGray;
     this.tcFRG.Enter                 += new System.EventHandler(this.tcFRG_Enter);
     this.tcFRG.SelectedIndexChanged  += new System.EventHandler(this.tcFRG_SelectedIndexChanged);
     //
     // tabFind
     //
     this.tabFind.BackColor = System.Drawing.Color.White;
     this.tabFind.Controls.Add(this.btnCancel);
     this.tabFind.Controls.Add(this.btnNext);
     this.tabFind.Controls.Add(this.chkCase);
     this.tabFind.Controls.Add(this.groupBox1);
     this.tabFind.Controls.Add(this.label1);
     this.tabFind.Controls.Add(this.txtFind);
     this.tabFind.Location = new System.Drawing.Point(4, 25);
     this.tabFind.Name     = "tabFind";
     this.tabFind.Size     = new System.Drawing.Size(424, 163);
     this.tabFind.TabIndex = 0;
     this.tabFind.Tag      = "find";
     this.tabFind.Text     = "Find";
     //
     // btnCancel
     //
     this.btnCancel.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.btnCancel.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.btnCancel.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnCancel.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.btnCancel.Font                    = new System.Drawing.Font("Arial", 9F);
     this.btnCancel.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.btnCancel.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location                = new System.Drawing.Point(344, 128);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.OverriddenSize          = null;
     this.btnCancel.Size                    = new System.Drawing.Size(75, 21);
     this.btnCancel.TabIndex                = 3;
     this.btnCancel.Text                    = "Close";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // btnNext
     //
     this.btnNext.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.btnNext.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.btnNext.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnNext.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.btnNext.Enabled                 = false;
     this.btnNext.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.btnNext.Font                    = new System.Drawing.Font("Arial", 9F);
     this.btnNext.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.btnNext.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnNext.Location                = new System.Drawing.Point(344, 16);
     this.btnNext.Name                    = "btnNext";
     this.btnNext.OverriddenSize          = null;
     this.btnNext.Size                    = new System.Drawing.Size(75, 21);
     this.btnNext.TabIndex                = 1;
     this.btnNext.Text                    = "Find Next";
     this.btnNext.UseVisualStyleBackColor = true;
     this.btnNext.Click                  += new System.EventHandler(this.btnNext_Click);
     //
     // chkCase
     //
     this.chkCase.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkCase.ForeColor = System.Drawing.Color.Black;
     this.chkCase.Location  = new System.Drawing.Point(208, 72);
     this.chkCase.Name      = "chkCase";
     this.chkCase.Size      = new System.Drawing.Size(88, 24);
     this.chkCase.TabIndex  = 2;
     this.chkCase.Text      = "Match Case";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioUp);
     this.groupBox1.Controls.Add(this.radioDown);
     this.groupBox1.Location = new System.Drawing.Point(16, 48);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(176, 64);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Search Direction";
     //
     // radioUp
     //
     this.radioUp.Location        = new System.Drawing.Point(16, 24);
     this.radioUp.Name            = "radioUp";
     this.radioUp.Size            = new System.Drawing.Size(56, 24);
     this.radioUp.TabIndex        = 0;
     this.radioUp.Text            = "Up";
     this.radioUp.CheckedChanged += new System.EventHandler(this.radioUp_CheckedChanged);
     //
     // radioDown
     //
     this.radioDown.Location = new System.Drawing.Point(104, 24);
     this.radioDown.Name     = "radioDown";
     this.radioDown.Size     = new System.Drawing.Size(56, 24);
     this.radioDown.TabIndex = 1;
     this.radioDown.Text     = "Down";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(76, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Find";
     //
     // txtFind
     //
     this.txtFind.AddX                        = 0;
     this.txtFind.AddY                        = 0;
     this.txtFind.AllowSpace                  = false;
     this.txtFind.BorderColor                 = System.Drawing.Color.LightGray;
     this.txtFind.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFind.ChangeVisibility            = false;
     this.txtFind.ChildControl                = null;
     this.txtFind.ConvertEnterToTab           = true;
     this.txtFind.ConvertEnterToTabForDialogs = false;
     this.txtFind.Decimals                    = 0;
     this.txtFind.DisplayList                 = new object[0];
     this.txtFind.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.txtFind.Location                    = new System.Drawing.Point(96, 16);
     this.txtFind.Name                        = "txtFind";
     this.txtFind.OnDropDownCloseFocus        = true;
     this.txtFind.SelectType                  = 0;
     this.txtFind.Size                        = new System.Drawing.Size(216, 20);
     this.txtFind.TabIndex                    = 0;
     this.txtFind.UseValueForChildsVisibilty  = false;
     this.txtFind.Value                       = true;
     this.txtFind.TextChanged                += new System.EventHandler(this.txtFind_TextChanged);
     //
     // tabReplace
     //
     this.tabReplace.BackColor = System.Drawing.Color.White;
     this.tabReplace.Controls.Add(this.bCloseReplace);
     this.tabReplace.Controls.Add(this.btnFindNext);
     this.tabReplace.Controls.Add(this.chkMatchCase);
     this.tabReplace.Controls.Add(this.btnReplaceAll);
     this.tabReplace.Controls.Add(this.btnReplace);
     this.tabReplace.Controls.Add(this.txtFindR);
     this.tabReplace.Controls.Add(this.label3);
     this.tabReplace.Controls.Add(this.label2);
     this.tabReplace.Controls.Add(this.txtReplace);
     this.tabReplace.Location = new System.Drawing.Point(4, 25);
     this.tabReplace.Name     = "tabReplace";
     this.tabReplace.Size     = new System.Drawing.Size(424, 163);
     this.tabReplace.TabIndex = 1;
     this.tabReplace.Tag      = "replace";
     this.tabReplace.Text     = "Replace";
     //
     // bCloseReplace
     //
     this.bCloseReplace.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bCloseReplace.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bCloseReplace.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bCloseReplace.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bCloseReplace.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bCloseReplace.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bCloseReplace.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bCloseReplace.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bCloseReplace.Location                = new System.Drawing.Point(344, 128);
     this.bCloseReplace.Name                    = "bCloseReplace";
     this.bCloseReplace.OverriddenSize          = null;
     this.bCloseReplace.Size                    = new System.Drawing.Size(75, 21);
     this.bCloseReplace.TabIndex                = 6;
     this.bCloseReplace.Text                    = "Close";
     this.bCloseReplace.UseVisualStyleBackColor = true;
     this.bCloseReplace.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // btnFindNext
     //
     this.btnFindNext.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.btnFindNext.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.btnFindNext.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnFindNext.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.btnFindNext.Enabled                 = false;
     this.btnFindNext.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.btnFindNext.Font                    = new System.Drawing.Font("Arial", 9F);
     this.btnFindNext.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.btnFindNext.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFindNext.Location                = new System.Drawing.Point(344, 16);
     this.btnFindNext.Name                    = "btnFindNext";
     this.btnFindNext.OverriddenSize          = null;
     this.btnFindNext.Size                    = new System.Drawing.Size(75, 21);
     this.btnFindNext.TabIndex                = 3;
     this.btnFindNext.Text                    = "FindNext";
     this.btnFindNext.UseVisualStyleBackColor = true;
     this.btnFindNext.Click                  += new System.EventHandler(this.btnFindNext_Click);
     //
     // chkMatchCase
     //
     this.chkMatchCase.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkMatchCase.ForeColor = System.Drawing.Color.Black;
     this.chkMatchCase.Location  = new System.Drawing.Point(8, 88);
     this.chkMatchCase.Name      = "chkMatchCase";
     this.chkMatchCase.Size      = new System.Drawing.Size(104, 24);
     this.chkMatchCase.TabIndex  = 2;
     this.chkMatchCase.Text      = "Match Case";
     //
     // btnReplaceAll
     //
     this.btnReplaceAll.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.btnReplaceAll.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.btnReplaceAll.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnReplaceAll.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.btnReplaceAll.Enabled                 = false;
     this.btnReplaceAll.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.btnReplaceAll.Font                    = new System.Drawing.Font("Arial", 9F);
     this.btnReplaceAll.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.btnReplaceAll.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnReplaceAll.Location                = new System.Drawing.Point(344, 80);
     this.btnReplaceAll.Name                    = "btnReplaceAll";
     this.btnReplaceAll.OverriddenSize          = null;
     this.btnReplaceAll.Size                    = new System.Drawing.Size(75, 21);
     this.btnReplaceAll.TabIndex                = 5;
     this.btnReplaceAll.Text                    = "ReplaceAll";
     this.btnReplaceAll.UseVisualStyleBackColor = true;
     this.btnReplaceAll.Click                  += new System.EventHandler(this.btnReplaceAll_Click);
     //
     // btnReplace
     //
     this.btnReplace.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.btnReplace.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.btnReplace.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnReplace.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.btnReplace.Enabled                 = false;
     this.btnReplace.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.btnReplace.Font                    = new System.Drawing.Font("Arial", 9F);
     this.btnReplace.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.btnReplace.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnReplace.Location                = new System.Drawing.Point(344, 48);
     this.btnReplace.Name                    = "btnReplace";
     this.btnReplace.OverriddenSize          = null;
     this.btnReplace.Size                    = new System.Drawing.Size(75, 21);
     this.btnReplace.TabIndex                = 4;
     this.btnReplace.Text                    = "Replace";
     this.btnReplace.UseVisualStyleBackColor = true;
     this.btnReplace.Click                  += new System.EventHandler(this.btnReplace_Click);
     //
     // txtFindR
     //
     this.txtFindR.AddX                        = 0;
     this.txtFindR.AddY                        = 0;
     this.txtFindR.AllowSpace                  = false;
     this.txtFindR.BorderColor                 = System.Drawing.Color.LightGray;
     this.txtFindR.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtFindR.ChangeVisibility            = false;
     this.txtFindR.ChildControl                = null;
     this.txtFindR.ConvertEnterToTab           = true;
     this.txtFindR.ConvertEnterToTabForDialogs = false;
     this.txtFindR.Decimals                    = 0;
     this.txtFindR.DisplayList                 = new object[0];
     this.txtFindR.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.txtFindR.Location                    = new System.Drawing.Point(96, 16);
     this.txtFindR.Name                        = "txtFindR";
     this.txtFindR.OnDropDownCloseFocus        = true;
     this.txtFindR.SelectType                  = 0;
     this.txtFindR.Size                        = new System.Drawing.Size(224, 20);
     this.txtFindR.TabIndex                    = 0;
     this.txtFindR.UseValueForChildsVisibilty  = false;
     this.txtFindR.Value                       = true;
     this.txtFindR.TextChanged                += new System.EventHandler(this.txtFindR_TextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(14, 16);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(76, 23);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Find";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(14, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(76, 23);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Replace With";
     //
     // txtReplace
     //
     this.txtReplace.AddX                        = 0;
     this.txtReplace.AddY                        = 0;
     this.txtReplace.AllowSpace                  = false;
     this.txtReplace.BorderColor                 = System.Drawing.Color.LightGray;
     this.txtReplace.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtReplace.ChangeVisibility            = false;
     this.txtReplace.ChildControl                = null;
     this.txtReplace.ConvertEnterToTab           = true;
     this.txtReplace.ConvertEnterToTabForDialogs = false;
     this.txtReplace.Decimals                    = 0;
     this.txtReplace.DisplayList                 = new object[0];
     this.txtReplace.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.txtReplace.Location                    = new System.Drawing.Point(96, 56);
     this.txtReplace.Name                        = "txtReplace";
     this.txtReplace.OnDropDownCloseFocus        = true;
     this.txtReplace.SelectType                  = 0;
     this.txtReplace.Size                        = new System.Drawing.Size(224, 20);
     this.txtReplace.TabIndex                    = 1;
     this.txtReplace.UseValueForChildsVisibilty  = false;
     this.txtReplace.Value                       = true;
     //
     // tabGoTo
     //
     this.tabGoTo.BackColor = System.Drawing.Color.White;
     this.tabGoTo.Controls.Add(this.bCloseGoto);
     this.tabGoTo.Controls.Add(this.txtLine);
     this.tabGoTo.Controls.Add(this.label4);
     this.tabGoTo.Controls.Add(this.btnGoto);
     this.tabGoTo.Location = new System.Drawing.Point(4, 25);
     this.tabGoTo.Name     = "tabGoTo";
     this.tabGoTo.Size     = new System.Drawing.Size(424, 163);
     this.tabGoTo.TabIndex = 2;
     this.tabGoTo.Tag      = "goto";
     this.tabGoTo.Text     = "GoTo";
     //
     // bCloseGoto
     //
     this.bCloseGoto.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bCloseGoto.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bCloseGoto.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bCloseGoto.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bCloseGoto.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bCloseGoto.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bCloseGoto.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bCloseGoto.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bCloseGoto.Location                = new System.Drawing.Point(344, 128);
     this.bCloseGoto.Name                    = "bCloseGoto";
     this.bCloseGoto.OverriddenSize          = null;
     this.bCloseGoto.Size                    = new System.Drawing.Size(75, 21);
     this.bCloseGoto.TabIndex                = 2;
     this.bCloseGoto.Text                    = "Close";
     this.bCloseGoto.UseVisualStyleBackColor = true;
     this.bCloseGoto.Click                  += new System.EventHandler(this.btnCancel_Click);
     //
     // txtLine
     //
     this.txtLine.AddX                        = 0;
     this.txtLine.AddY                        = 0;
     this.txtLine.AllowSpace                  = false;
     this.txtLine.BorderColor                 = System.Drawing.Color.LightGray;
     this.txtLine.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtLine.ChangeVisibility            = false;
     this.txtLine.ChildControl                = null;
     this.txtLine.ConvertEnterToTab           = true;
     this.txtLine.ConvertEnterToTabForDialogs = false;
     this.txtLine.Decimals                    = 0;
     this.txtLine.DisplayList                 = new object[0];
     this.txtLine.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.txtLine.Location                    = new System.Drawing.Point(96, 16);
     this.txtLine.Name                        = "txtLine";
     this.txtLine.OnDropDownCloseFocus        = true;
     this.txtLine.SelectType                  = 0;
     this.txtLine.Size                        = new System.Drawing.Size(100, 20);
     this.txtLine.TabIndex                    = 0;
     this.txtLine.UseValueForChildsVisibilty  = false;
     this.txtLine.Value                       = true;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 16);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Line Number";
     //
     // btnGoto
     //
     this.btnGoto.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.btnGoto.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.btnGoto.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.btnGoto.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.btnGoto.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.btnGoto.Font                    = new System.Drawing.Font("Arial", 9F);
     this.btnGoto.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.btnGoto.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnGoto.Location                = new System.Drawing.Point(344, 16);
     this.btnGoto.Name                    = "btnGoto";
     this.btnGoto.OverriddenSize          = null;
     this.btnGoto.Size                    = new System.Drawing.Size(75, 21);
     this.btnGoto.TabIndex                = 1;
     this.btnGoto.Text                    = "GoTo";
     this.btnGoto.UseVisualStyleBackColor = true;
     this.btnGoto.Click                  += new System.EventHandler(this.btnGoto_Click);
     //
     // FindTab
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(445, 206);
     this.Controls.Add(this.tcFRG);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FindTab";
     this.Text            = "Find";
     this.TopMost         = true;
     this.tcFRG.ResumeLayout(false);
     this.tabFind.ResumeLayout(false);
     this.tabFind.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.tabReplace.ResumeLayout(false);
     this.tabReplace.PerformLayout();
     this.tabGoTo.ResumeLayout(false);
     this.tabGoTo.PerformLayout();
     this.ResumeLayout(false);
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.gbPosition = new System.Windows.Forms.GroupBox();
            this.tbHeight = new Oranikle.Studio.Controls.CustomTextControl();
            this.label7 = new System.Windows.Forms.Label();
            this.tbWidth = new Oranikle.Studio.Controls.CustomTextControl();
            this.label8 = new System.Windows.Forms.Label();
            this.tbTop = new Oranikle.Studio.Controls.CustomTextControl();
            this.label6 = new System.Windows.Forms.Label();
            this.tbLeft = new Oranikle.Studio.Controls.CustomTextControl();
            this.label5 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.tbZIndex = new System.Windows.Forms.NumericUpDown();
            this.label1 = new System.Windows.Forms.Label();
            this.tbName = new Oranikle.Studio.Controls.CustomTextControl();
            this.lblColSpan = new System.Windows.Forms.Label();
            this.tbColSpan = new System.Windows.Forms.NumericUpDown();
            this.gbText = new System.Windows.Forms.GroupBox();
            this.cbToggleImage = new Oranikle.Studio.Controls.StyledComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.cbDataElementStyle = new Oranikle.Studio.Controls.StyledComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.cbHideDuplicates = new Oranikle.Studio.Controls.StyledComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.chkCanShrink = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkCanGrow = new Oranikle.Studio.Controls.StyledCheckBox();
            this.gbPosition.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbZIndex)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbColSpan)).BeginInit();
            this.gbText.SuspendLayout();
            this.SuspendLayout();
            // 
            // gbPosition
            // 
            this.gbPosition.Controls.Add(this.tbHeight);
            this.gbPosition.Controls.Add(this.label7);
            this.gbPosition.Controls.Add(this.tbWidth);
            this.gbPosition.Controls.Add(this.label8);
            this.gbPosition.Controls.Add(this.tbTop);
            this.gbPosition.Controls.Add(this.label6);
            this.gbPosition.Controls.Add(this.tbLeft);
            this.gbPosition.Controls.Add(this.label5);
            this.gbPosition.Controls.Add(this.label9);
            this.gbPosition.Controls.Add(this.tbZIndex);
            this.gbPosition.Location = new System.Drawing.Point(24, 48);
            this.gbPosition.Name = "gbPosition";
            this.gbPosition.Size = new System.Drawing.Size(384, 112);
            this.gbPosition.TabIndex = 14;
            this.gbPosition.TabStop = false;
            this.gbPosition.Text = "Position";
            // 
            // tbHeight
            // 
            this.tbHeight.AddX = 0;
            this.tbHeight.AddY = 0;
            this.tbHeight.AllowSpace = false;
            this.tbHeight.BorderColor = System.Drawing.Color.LightGray;
            this.tbHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbHeight.ChangeVisibility = false;
            this.tbHeight.ChildControl = null;
            this.tbHeight.ConvertEnterToTab = true;
            this.tbHeight.ConvertEnterToTabForDialogs = false;
            this.tbHeight.Decimals = 0;
            this.tbHeight.DisplayList = new object[0];
            this.tbHeight.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbHeight.Location = new System.Drawing.Point(224, 48);
            this.tbHeight.Name = "tbHeight";
            this.tbHeight.OnDropDownCloseFocus = true;
            this.tbHeight.SelectType = 0;
            this.tbHeight.Size = new System.Drawing.Size(72, 20);
            this.tbHeight.TabIndex = 5;
            this.tbHeight.UseValueForChildsVisibilty = false;
            this.tbHeight.Value = true;
            this.tbHeight.TextChanged += new System.EventHandler(this.tbHeight_TextChanged);
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(168, 50);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(48, 16);
            this.label7.TabIndex = 4;
            this.label7.Text = "Height";
            // 
            // tbWidth
            // 
            this.tbWidth.AddX = 0;
            this.tbWidth.AddY = 0;
            this.tbWidth.AllowSpace = false;
            this.tbWidth.BorderColor = System.Drawing.Color.LightGray;
            this.tbWidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbWidth.ChangeVisibility = false;
            this.tbWidth.ChildControl = null;
            this.tbWidth.ConvertEnterToTab = true;
            this.tbWidth.ConvertEnterToTabForDialogs = false;
            this.tbWidth.Decimals = 0;
            this.tbWidth.DisplayList = new object[0];
            this.tbWidth.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbWidth.Location = new System.Drawing.Point(72, 48);
            this.tbWidth.Name = "tbWidth";
            this.tbWidth.OnDropDownCloseFocus = true;
            this.tbWidth.SelectType = 0;
            this.tbWidth.Size = new System.Drawing.Size(72, 20);
            this.tbWidth.TabIndex = 3;
            this.tbWidth.UseValueForChildsVisibilty = false;
            this.tbWidth.Value = true;
            this.tbWidth.TextChanged += new System.EventHandler(this.tbWidth_TextChanged);
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(16, 50);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(48, 16);
            this.label8.TabIndex = 4;
            this.label8.Text = "Width";
            // 
            // tbTop
            // 
            this.tbTop.AddX = 0;
            this.tbTop.AddY = 0;
            this.tbTop.AllowSpace = false;
            this.tbTop.BorderColor = System.Drawing.Color.LightGray;
            this.tbTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbTop.ChangeVisibility = false;
            this.tbTop.ChildControl = null;
            this.tbTop.ConvertEnterToTab = true;
            this.tbTop.ConvertEnterToTabForDialogs = false;
            this.tbTop.Decimals = 0;
            this.tbTop.DisplayList = new object[0];
            this.tbTop.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbTop.Location = new System.Drawing.Point(224, 16);
            this.tbTop.Name = "tbTop";
            this.tbTop.OnDropDownCloseFocus = true;
            this.tbTop.SelectType = 0;
            this.tbTop.Size = new System.Drawing.Size(72, 20);
            this.tbTop.TabIndex = 2;
            this.tbTop.UseValueForChildsVisibilty = false;
            this.tbTop.Value = true;
            this.tbTop.TextChanged += new System.EventHandler(this.tbTop_TextChanged);
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(168, 18);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(48, 16);
            this.label6.TabIndex = 1;
            this.label6.Text = "Top";
            // 
            // tbLeft
            // 
            this.tbLeft.AddX = 0;
            this.tbLeft.AddY = 0;
            this.tbLeft.AllowSpace = false;
            this.tbLeft.BorderColor = System.Drawing.Color.LightGray;
            this.tbLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbLeft.ChangeVisibility = false;
            this.tbLeft.ChildControl = null;
            this.tbLeft.ConvertEnterToTab = true;
            this.tbLeft.ConvertEnterToTabForDialogs = false;
            this.tbLeft.Decimals = 0;
            this.tbLeft.DisplayList = new object[0];
            this.tbLeft.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbLeft.Location = new System.Drawing.Point(72, 16);
            this.tbLeft.Name = "tbLeft";
            this.tbLeft.OnDropDownCloseFocus = true;
            this.tbLeft.SelectType = 0;
            this.tbLeft.Size = new System.Drawing.Size(72, 20);
            this.tbLeft.TabIndex = 0;
            this.tbLeft.UseValueForChildsVisibilty = false;
            this.tbLeft.Value = true;
            this.tbLeft.TextChanged += new System.EventHandler(this.tbLeft_TextChanged);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(16, 18);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(48, 16);
            this.label5.TabIndex = 0;
            this.label5.Text = "Left";
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(16, 80);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(48, 23);
            this.label9.TabIndex = 15;
            this.label9.Text = "Z Index";
            // 
            // tbZIndex
            // 
            this.tbZIndex.Location = new System.Drawing.Point(72, 81);
            this.tbZIndex.Maximum = new decimal(new int[] {
            2147483647,
            0,
            0,
            0});
            this.tbZIndex.Name = "tbZIndex";
            this.tbZIndex.Size = new System.Drawing.Size(72, 20);
            this.tbZIndex.TabIndex = 6;
            this.tbZIndex.ValueChanged += new System.EventHandler(this.tbZIndex_ValueChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(24, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 23);
            this.label1.TabIndex = 15;
            this.label1.Text = "Name";
            // 
            // tbName
            // 
            this.tbName.AddX = 0;
            this.tbName.AddY = 0;
            this.tbName.AllowSpace = false;
            this.tbName.BorderColor = System.Drawing.Color.LightGray;
            this.tbName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbName.ChangeVisibility = false;
            this.tbName.ChildControl = null;
            this.tbName.ConvertEnterToTab = true;
            this.tbName.ConvertEnterToTabForDialogs = false;
            this.tbName.Decimals = 0;
            this.tbName.DisplayList = new object[0];
            this.tbName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbName.Location = new System.Drawing.Point(80, 16);
            this.tbName.Name = "tbName";
            this.tbName.OnDropDownCloseFocus = true;
            this.tbName.SelectType = 0;
            this.tbName.Size = new System.Drawing.Size(128, 20);
            this.tbName.TabIndex = 0;
            this.tbName.Text = "textBox1";
            this.tbName.UseValueForChildsVisibilty = false;
            this.tbName.Value = true;
            this.tbName.TextChanged += new System.EventHandler(this.tbName_TextChanged);
            this.tbName.Validating += new System.ComponentModel.CancelEventHandler(this.tbName_Validating);
            // 
            // lblColSpan
            // 
            this.lblColSpan.Location = new System.Drawing.Point(232, 15);
            this.lblColSpan.Name = "lblColSpan";
            this.lblColSpan.Size = new System.Drawing.Size(112, 23);
            this.lblColSpan.TabIndex = 16;
            this.lblColSpan.Text = "Span Table Columns";
            // 
            // tbColSpan
            // 
            this.tbColSpan.Location = new System.Drawing.Point(360, 16);
            this.tbColSpan.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.tbColSpan.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.tbColSpan.Name = "tbColSpan";
            this.tbColSpan.Size = new System.Drawing.Size(48, 20);
            this.tbColSpan.TabIndex = 1;
            this.tbColSpan.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.tbColSpan.ValueChanged += new System.EventHandler(this.tbColSpan_ValueChanged);
            // 
            // gbText
            // 
            this.gbText.Controls.Add(this.cbToggleImage);
            this.gbText.Controls.Add(this.label4);
            this.gbText.Controls.Add(this.cbDataElementStyle);
            this.gbText.Controls.Add(this.label3);
            this.gbText.Controls.Add(this.cbHideDuplicates);
            this.gbText.Controls.Add(this.label2);
            this.gbText.Controls.Add(this.chkCanShrink);
            this.gbText.Controls.Add(this.chkCanGrow);
            this.gbText.Location = new System.Drawing.Point(24, 168);
            this.gbText.Name = "gbText";
            this.gbText.Size = new System.Drawing.Size(384, 112);
            this.gbText.TabIndex = 18;
            this.gbText.TabStop = false;
            this.gbText.Text = "Text Processing";
            // 
            // cbToggleImage
            // 
            this.cbToggleImage.AutoAdjustItemHeight = false;
            this.cbToggleImage.BorderColor = System.Drawing.Color.LightGray;
            this.cbToggleImage.ConvertEnterToTabForDialogs = false;
            this.cbToggleImage.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbToggleImage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbToggleImage.Items.AddRange(new object[] {
            "",
            "true",
            "false"});
            this.cbToggleImage.Location = new System.Drawing.Point(120, 80);
            this.cbToggleImage.Name = "cbToggleImage";
            this.cbToggleImage.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbToggleImage.SeparatorMargin = 1;
            this.cbToggleImage.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbToggleImage.SeparatorWidth = 1;
            this.cbToggleImage.Size = new System.Drawing.Size(256, 21);
            this.cbToggleImage.TabIndex = 7;
            this.cbToggleImage.SelectedIndexChanged += new System.EventHandler(this.cbToggleImage_Changed);
            this.cbToggleImage.TextChanged += new System.EventHandler(this.cbToggleImage_Changed);
            // 
            // label4
            // 
            this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label4.Location = new System.Drawing.Point(16, 79);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(104, 23);
            this.label4.TabIndex = 6;
            this.label4.Text = "Toggle System.Drawing.Image";
            // 
            // cbDataElementStyle
            // 
            this.cbDataElementStyle.AutoAdjustItemHeight = false;
            this.cbDataElementStyle.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataElementStyle.ConvertEnterToTabForDialogs = false;
            this.cbDataElementStyle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataElementStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataElementStyle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataElementStyle.Items.AddRange(new object[] {
            "Auto",
            "AttributeNormal",
            "ElementNormal"});
            this.cbDataElementStyle.Location = new System.Drawing.Point(120, 48);
            this.cbDataElementStyle.Name = "cbDataElementStyle";
            this.cbDataElementStyle.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataElementStyle.SeparatorMargin = 1;
            this.cbDataElementStyle.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataElementStyle.SeparatorWidth = 1;
            this.cbDataElementStyle.Size = new System.Drawing.Size(120, 21);
            this.cbDataElementStyle.TabIndex = 5;
            this.cbDataElementStyle.SelectedIndexChanged += new System.EventHandler(this.cbDataElementStyle_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label3.Location = new System.Drawing.Point(16, 47);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(104, 23);
            this.label3.TabIndex = 4;
            this.label3.Text = "XML Element Style";
            // 
            // cbHideDuplicates
            // 
            this.cbHideDuplicates.AutoAdjustItemHeight = false;
            this.cbHideDuplicates.BorderColor = System.Drawing.Color.LightGray;
            this.cbHideDuplicates.ConvertEnterToTabForDialogs = false;
            this.cbHideDuplicates.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbHideDuplicates.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbHideDuplicates.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbHideDuplicates.Location = new System.Drawing.Point(264, 16);
            this.cbHideDuplicates.Name = "cbHideDuplicates";
            this.cbHideDuplicates.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbHideDuplicates.SeparatorMargin = 1;
            this.cbHideDuplicates.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbHideDuplicates.SeparatorWidth = 1;
            this.cbHideDuplicates.Size = new System.Drawing.Size(112, 21);
            this.cbHideDuplicates.TabIndex = 3;
            this.cbHideDuplicates.SelectedIndexChanged += new System.EventHandler(this.cbHideDuplicates_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.label2.Location = new System.Drawing.Point(184, 15);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(88, 22);
            this.label2.TabIndex = 2;
            this.label2.Text = "Hide Duplicates";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // chkCanShrink
            // 
            this.chkCanShrink.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkCanShrink.ForeColor = System.Drawing.Color.Black;
            this.chkCanShrink.Location = new System.Drawing.Point(96, 14);
            this.chkCanShrink.Name = "chkCanShrink";
            this.chkCanShrink.Size = new System.Drawing.Size(104, 24);
            this.chkCanShrink.TabIndex = 1;
            this.chkCanShrink.Text = "Can Shrink";
            this.chkCanShrink.CheckedChanged += new System.EventHandler(this.chkCanShrink_CheckedChanged);
            // 
            // chkCanGrow
            // 
            this.chkCanGrow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkCanGrow.ForeColor = System.Drawing.Color.Black;
            this.chkCanGrow.Location = new System.Drawing.Point(16, 14);
            this.chkCanGrow.Name = "chkCanGrow";
            this.chkCanGrow.Size = new System.Drawing.Size(80, 24);
            this.chkCanGrow.TabIndex = 0;
            this.chkCanGrow.Text = "Can Grow";
            this.chkCanGrow.CheckedChanged += new System.EventHandler(this.chkCanGrow_CheckedChanged);
            // 
            // PositionCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.gbText);
            this.Controls.Add(this.tbColSpan);
            this.Controls.Add(this.lblColSpan);
            this.Controls.Add(this.tbName);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.gbPosition);
            this.Name = "PositionCtl";
            this.Size = new System.Drawing.Size(472, 288);
            this.gbPosition.ResumeLayout(false);
            this.gbPosition.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbZIndex)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbColSpan)).EndInit();
            this.gbText.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.dgParms = new System.Windows.Forms.DataGrid();
            this.dgTableStyle = new System.Windows.Forms.DataGridTableStyle();
            this.label1 = new System.Windows.Forms.Label();
            this.tbReportFile = new Oranikle.Studio.Controls.CustomTextControl();
            this.bFile = new Oranikle.Studio.Controls.StyledButton();
            this.tbNoRows = new Oranikle.Studio.Controls.CustomTextControl();
            this.label2 = new System.Windows.Forms.Label();
            this.chkMergeTrans = new Oranikle.Studio.Controls.StyledCheckBox();
            this.bRefreshParms = new Oranikle.Studio.Controls.StyledButton();
            ((System.ComponentModel.ISupportInitialize)(this.dgParms)).BeginInit();
            this.SuspendLayout();
            // 
            // dgParms
            // 
            this.dgParms.BackgroundColor = System.Drawing.Color.White;
            this.dgParms.CaptionVisible = false;
            this.dgParms.DataMember = "";
            this.dgParms.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dgParms.Location = new System.Drawing.Point(8, 112);
            this.dgParms.Name = "dgParms";
            this.dgParms.Size = new System.Drawing.Size(384, 168);
            this.dgParms.TabIndex = 2;
            this.dgParms.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
            this.dgTableStyle});
            // 
            // dgTableStyle
            // 
            this.dgTableStyle.AllowSorting = false;
            this.dgTableStyle.DataGrid = this.dgParms;
            this.dgTableStyle.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(8, 7);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(88, 23);
            this.label1.TabIndex = 3;
            this.label1.Text = "Subreport name";
            // 
            // tbReportFile
            // 
            this.tbReportFile.AddX = 0;
            this.tbReportFile.AddY = 0;
            this.tbReportFile.AllowSpace = false;
            this.tbReportFile.BorderColor = System.Drawing.Color.LightGray;
            this.tbReportFile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbReportFile.ChangeVisibility = false;
            this.tbReportFile.ChildControl = null;
            this.tbReportFile.ConvertEnterToTab = true;
            this.tbReportFile.ConvertEnterToTabForDialogs = false;
            this.tbReportFile.Decimals = 0;
            this.tbReportFile.DisplayList = new object[0];
            this.tbReportFile.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbReportFile.Location = new System.Drawing.Point(104, 8);
            this.tbReportFile.Name = "tbReportFile";
            this.tbReportFile.OnDropDownCloseFocus = true;
            this.tbReportFile.SelectType = 0;
            this.tbReportFile.Size = new System.Drawing.Size(312, 20);
            this.tbReportFile.TabIndex = 4;
            this.tbReportFile.UseValueForChildsVisibilty = false;
            this.tbReportFile.Value = true;
            // 
            // bFile
            // 
            this.bFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bFile.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bFile.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bFile.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bFile.Font = new System.Drawing.Font("Arial", 9F);
            this.bFile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bFile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bFile.Location = new System.Drawing.Point(424, 8);
            this.bFile.Name = "bFile";
            this.bFile.OverriddenSize = null;
            this.bFile.Size = new System.Drawing.Size(24, 21);
            this.bFile.TabIndex = 5;
            this.bFile.Text = "...";
            this.bFile.UseVisualStyleBackColor = true;
            this.bFile.Click += new System.EventHandler(this.bFile_Click);
            // 
            // tbNoRows
            // 
            this.tbNoRows.AddX = 0;
            this.tbNoRows.AddY = 0;
            this.tbNoRows.AllowSpace = false;
            this.tbNoRows.BorderColor = System.Drawing.Color.LightGray;
            this.tbNoRows.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbNoRows.ChangeVisibility = false;
            this.tbNoRows.ChildControl = null;
            this.tbNoRows.ConvertEnterToTab = true;
            this.tbNoRows.ConvertEnterToTabForDialogs = false;
            this.tbNoRows.Decimals = 0;
            this.tbNoRows.DisplayList = new object[0];
            this.tbNoRows.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbNoRows.Location = new System.Drawing.Point(104, 40);
            this.tbNoRows.Name = "tbNoRows";
            this.tbNoRows.OnDropDownCloseFocus = true;
            this.tbNoRows.SelectType = 0;
            this.tbNoRows.Size = new System.Drawing.Size(312, 20);
            this.tbNoRows.TabIndex = 7;
            this.tbNoRows.UseValueForChildsVisibilty = false;
            this.tbNoRows.Value = true;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(8, 39);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(96, 23);
            this.label2.TabIndex = 8;
            this.label2.Text = "No rows message";
            // 
            // chkMergeTrans
            // 
            this.chkMergeTrans.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkMergeTrans.ForeColor = System.Drawing.Color.Black;
            this.chkMergeTrans.Location = new System.Drawing.Point(8, 72);
            this.chkMergeTrans.Name = "chkMergeTrans";
            this.chkMergeTrans.Size = new System.Drawing.Size(376, 24);
            this.chkMergeTrans.TabIndex = 9;
            this.chkMergeTrans.Text = "Use same Data Source connections as parent report when possible";
            // 
            // bRefreshParms
            // 
            this.bRefreshParms.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRefreshParms.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRefreshParms.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRefreshParms.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRefreshParms.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRefreshParms.Font = new System.Drawing.Font("Arial", 9F);
            this.bRefreshParms.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRefreshParms.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRefreshParms.Location = new System.Drawing.Point(399, 116);
            this.bRefreshParms.Name = "bRefreshParms";
            this.bRefreshParms.OverriddenSize = null;
            this.bRefreshParms.Size = new System.Drawing.Size(56, 21);
            this.bRefreshParms.TabIndex = 10;
            this.bRefreshParms.Text = "Refresh";
            this.bRefreshParms.UseVisualStyleBackColor = true;
            this.bRefreshParms.Click += new System.EventHandler(this.bRefreshParms_Click);
            // 
            // SubreportCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.bRefreshParms);
            this.Controls.Add(this.chkMergeTrans);
            this.Controls.Add(this.tbNoRows);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.bFile);
            this.Controls.Add(this.tbReportFile);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dgParms);
            this.Name = "SubreportCtl";
            this.Size = new System.Drawing.Size(464, 304);
            ((System.ComponentModel.ISupportInitialize)(this.dgParms)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2             = new System.Windows.Forms.Label();
     this.cbDataSet          = new Oranikle.Studio.Controls.StyledComboBox();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.chkPBAfter         = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkPBBefore        = new Oranikle.Studio.Controls.StyledCheckBox();
     this.bGroups            = new Oranikle.Studio.Controls.StyledButton();
     this.label1             = new System.Windows.Forms.Label();
     this.tbNoRows           = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbDataInstanceName = new Oranikle.Studio.Controls.CustomTextControl();
     this.chkXmlInstances    = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label3             = new System.Windows.Forms.Label();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 0;
     this.label2.Text     = "DataSet Name";
     //
     // cbDataSet
     //
     this.cbDataSet.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataSet.Location              = new System.Drawing.Point(120, 16);
     this.cbDataSet.Name                  = "cbDataSet";
     this.cbDataSet.Size                  = new System.Drawing.Size(304, 21);
     this.cbDataSet.TabIndex              = 1;
     this.cbDataSet.SelectedIndexChanged += new System.EventHandler(this.cbDataSet_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkPBAfter);
     this.groupBox1.Controls.Add(this.chkPBBefore);
     this.groupBox1.Location = new System.Drawing.Point(24, 88);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(400, 48);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Page Breaks";
     //
     // chkPBAfter
     //
     this.chkPBAfter.Location        = new System.Drawing.Point(192, 16);
     this.chkPBAfter.Name            = "chkPBAfter";
     this.chkPBAfter.Size            = new System.Drawing.Size(128, 24);
     this.chkPBAfter.TabIndex        = 1;
     this.chkPBAfter.Text            = "Insert after List";
     this.chkPBAfter.CheckedChanged += new System.EventHandler(this.chkPBAfter_CheckedChanged);
     //
     // chkPBBefore
     //
     this.chkPBBefore.Location        = new System.Drawing.Point(16, 16);
     this.chkPBBefore.Name            = "chkPBBefore";
     this.chkPBBefore.Size            = new System.Drawing.Size(128, 24);
     this.chkPBBefore.TabIndex        = 0;
     this.chkPBBefore.Text            = "Insert before List";
     this.chkPBBefore.CheckedChanged += new System.EventHandler(this.chkPBBefore_CheckedChanged);
     //
     // bGroups
     //
     this.bGroups.Location = new System.Drawing.Point(24, 240);
     this.bGroups.Name     = "bGroups";
     this.bGroups.Size     = new System.Drawing.Size(120, 23);
     this.bGroups.TabIndex = 6;
     this.bGroups.Text     = "Group Expressions...";
     this.bGroups.Click   += new System.EventHandler(this.bGroups_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(96, 23);
     this.label1.TabIndex = 2;
     this.label1.Text     = "No rows message";
     //
     // tbNoRows
     //
     this.tbNoRows.Location     = new System.Drawing.Point(120, 48);
     this.tbNoRows.Name         = "tbNoRows";
     this.tbNoRows.Size         = new System.Drawing.Size(304, 20);
     this.tbNoRows.TabIndex     = 3;
     this.tbNoRows.Text         = "textBox1";
     this.tbNoRows.TextChanged += new System.EventHandler(this.tbNoRows_TextChanged);
     //
     // tbDataInstanceName
     //
     this.tbDataInstanceName.Location     = new System.Drawing.Point(146, 44);
     this.tbDataInstanceName.Name         = "tbDataInstanceName";
     this.tbDataInstanceName.Size         = new System.Drawing.Size(238, 20);
     this.tbDataInstanceName.TabIndex     = 2;
     this.tbDataInstanceName.Text         = "textBox1";
     this.tbDataInstanceName.TextChanged += new System.EventHandler(this.tbDataInstanceName_TextChanged);
     //
     // chkXmlInstances
     //
     this.chkXmlInstances.Location        = new System.Drawing.Point(16, 16);
     this.chkXmlInstances.Name            = "chkXmlInstances";
     this.chkXmlInstances.Size            = new System.Drawing.Size(160, 24);
     this.chkXmlInstances.TabIndex        = 0;
     this.chkXmlInstances.Text            = "Render list instances";
     this.chkXmlInstances.CheckedChanged += new System.EventHandler(this.chkXmlInstances_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 48);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(112, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Data Instance Name";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tbDataInstanceName);
     this.groupBox2.Controls.Add(this.chkXmlInstances);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Location = new System.Drawing.Point(24, 152);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(400, 72);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "XML";
     //
     // ListCtl
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.tbNoRows);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bGroups);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.cbDataSet);
     this.Controls.Add(this.label2);
     this.Name = "ListCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.label2 = new System.Windows.Forms.Label();
            this.cbDataSet = new Oranikle.Studio.Controls.StyledComboBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chkPBAfter = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkPBBefore = new Oranikle.Studio.Controls.StyledCheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tbNoRows = new Oranikle.Studio.Controls.CustomTextControl();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tbDetailCollectionName = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbDetailElementName = new Oranikle.Studio.Controls.CustomTextControl();
            this.chkRenderDetails = new Oranikle.Studio.Controls.StyledCheckBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.chkFooterRepeat = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkHeaderRepeat = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkFooterRows = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkHeaderRows = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkDetails = new Oranikle.Studio.Controls.StyledCheckBox();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(24, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(80, 23);
            this.label2.TabIndex = 5;
            this.label2.Text = "DataSet Name";
            // 
            // cbDataSet
            // 
            this.cbDataSet.AutoAdjustItemHeight = false;
            this.cbDataSet.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataSet.ConvertEnterToTabForDialogs = false;
            this.cbDataSet.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataSet.Location = new System.Drawing.Point(120, 16);
            this.cbDataSet.Name = "cbDataSet";
            this.cbDataSet.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataSet.SeparatorMargin = 1;
            this.cbDataSet.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataSet.SeparatorWidth = 1;
            this.cbDataSet.Size = new System.Drawing.Size(304, 21);
            this.cbDataSet.TabIndex = 0;
            this.cbDataSet.SelectedIndexChanged += new System.EventHandler(this.cbDataSet_SelectedIndexChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chkPBAfter);
            this.groupBox1.Controls.Add(this.chkPBBefore);
            this.groupBox1.Location = new System.Drawing.Point(24, 64);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(400, 48);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Page Breaks";
            // 
            // chkPBAfter
            // 
            this.chkPBAfter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkPBAfter.ForeColor = System.Drawing.Color.Black;
            this.chkPBAfter.Location = new System.Drawing.Point(192, 16);
            this.chkPBAfter.Name = "chkPBAfter";
            this.chkPBAfter.Size = new System.Drawing.Size(128, 24);
            this.chkPBAfter.TabIndex = 1;
            this.chkPBAfter.Text = "Insert after Table";
            this.chkPBAfter.CheckedChanged += new System.EventHandler(this.chkPBAfter_CheckedChanged);
            // 
            // chkPBBefore
            // 
            this.chkPBBefore.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkPBBefore.ForeColor = System.Drawing.Color.Black;
            this.chkPBBefore.Location = new System.Drawing.Point(16, 16);
            this.chkPBBefore.Name = "chkPBBefore";
            this.chkPBBefore.Size = new System.Drawing.Size(128, 24);
            this.chkPBBefore.TabIndex = 0;
            this.chkPBBefore.Text = "Insert before Table";
            this.chkPBBefore.CheckedChanged += new System.EventHandler(this.chkPBBefore_CheckedChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(24, 40);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(96, 23);
            this.label1.TabIndex = 6;
            this.label1.Text = "No rows message";
            // 
            // tbNoRows
            // 
            this.tbNoRows.AddX = 0;
            this.tbNoRows.AddY = 0;
            this.tbNoRows.AllowSpace = false;
            this.tbNoRows.BorderColor = System.Drawing.Color.LightGray;
            this.tbNoRows.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbNoRows.ChangeVisibility = false;
            this.tbNoRows.ChildControl = null;
            this.tbNoRows.ConvertEnterToTab = true;
            this.tbNoRows.ConvertEnterToTabForDialogs = false;
            this.tbNoRows.Decimals = 0;
            this.tbNoRows.DisplayList = new object[0];
            this.tbNoRows.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbNoRows.Location = new System.Drawing.Point(120, 40);
            this.tbNoRows.Name = "tbNoRows";
            this.tbNoRows.OnDropDownCloseFocus = true;
            this.tbNoRows.SelectType = 0;
            this.tbNoRows.Size = new System.Drawing.Size(304, 20);
            this.tbNoRows.TabIndex = 1;
            this.tbNoRows.Text = "textBox1";
            this.tbNoRows.UseValueForChildsVisibilty = false;
            this.tbNoRows.Value = true;
            this.tbNoRows.TextChanged += new System.EventHandler(this.tbNoRows_TextChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.tbDetailCollectionName);
            this.groupBox2.Controls.Add(this.tbDetailElementName);
            this.groupBox2.Controls.Add(this.chkRenderDetails);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Location = new System.Drawing.Point(24, 190);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(400, 92);
            this.groupBox2.TabIndex = 4;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "XML";
            // 
            // tbDetailCollectionName
            // 
            this.tbDetailCollectionName.AddX = 0;
            this.tbDetailCollectionName.AddY = 0;
            this.tbDetailCollectionName.AllowSpace = false;
            this.tbDetailCollectionName.BorderColor = System.Drawing.Color.LightGray;
            this.tbDetailCollectionName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbDetailCollectionName.ChangeVisibility = false;
            this.tbDetailCollectionName.ChildControl = null;
            this.tbDetailCollectionName.ConvertEnterToTab = true;
            this.tbDetailCollectionName.ConvertEnterToTabForDialogs = false;
            this.tbDetailCollectionName.Decimals = 0;
            this.tbDetailCollectionName.DisplayList = new object[0];
            this.tbDetailCollectionName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbDetailCollectionName.Location = new System.Drawing.Point(160, 62);
            this.tbDetailCollectionName.Name = "tbDetailCollectionName";
            this.tbDetailCollectionName.OnDropDownCloseFocus = true;
            this.tbDetailCollectionName.SelectType = 0;
            this.tbDetailCollectionName.Size = new System.Drawing.Size(224, 20);
            this.tbDetailCollectionName.TabIndex = 3;
            this.tbDetailCollectionName.Text = "textBox1";
            this.tbDetailCollectionName.UseValueForChildsVisibilty = false;
            this.tbDetailCollectionName.Value = true;
            this.tbDetailCollectionName.TextChanged += new System.EventHandler(this.tbDetailCollectionName_TextChanged);
            // 
            // tbDetailElementName
            // 
            this.tbDetailElementName.AddX = 0;
            this.tbDetailElementName.AddY = 0;
            this.tbDetailElementName.AllowSpace = false;
            this.tbDetailElementName.BorderColor = System.Drawing.Color.LightGray;
            this.tbDetailElementName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbDetailElementName.ChangeVisibility = false;
            this.tbDetailElementName.ChildControl = null;
            this.tbDetailElementName.ConvertEnterToTab = true;
            this.tbDetailElementName.ConvertEnterToTabForDialogs = false;
            this.tbDetailElementName.Decimals = 0;
            this.tbDetailElementName.DisplayList = new object[0];
            this.tbDetailElementName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbDetailElementName.Location = new System.Drawing.Point(160, 36);
            this.tbDetailElementName.Name = "tbDetailElementName";
            this.tbDetailElementName.OnDropDownCloseFocus = true;
            this.tbDetailElementName.SelectType = 0;
            this.tbDetailElementName.Size = new System.Drawing.Size(224, 20);
            this.tbDetailElementName.TabIndex = 2;
            this.tbDetailElementName.Text = "textBox1";
            this.tbDetailElementName.UseValueForChildsVisibilty = false;
            this.tbDetailElementName.Value = true;
            this.tbDetailElementName.TextChanged += new System.EventHandler(this.tbDetailElementName_TextChanged);
            // 
            // chkRenderDetails
            // 
            this.chkRenderDetails.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkRenderDetails.ForeColor = System.Drawing.Color.Black;
            this.chkRenderDetails.Location = new System.Drawing.Point(16, 12);
            this.chkRenderDetails.Name = "chkRenderDetails";
            this.chkRenderDetails.Size = new System.Drawing.Size(160, 24);
            this.chkRenderDetails.TabIndex = 0;
            this.chkRenderDetails.Text = "Render Details in Output";
            this.chkRenderDetails.CheckedChanged += new System.EventHandler(this.chkRenderDetails_CheckedChanged);
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(16, 64);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(120, 16);
            this.label4.TabIndex = 1;
            this.label4.Text = "Detail Collection Name";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(16, 38);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(112, 16);
            this.label3.TabIndex = 1;
            this.label3.Text = "Detail Element Name";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.chkFooterRepeat);
            this.groupBox3.Controls.Add(this.chkHeaderRepeat);
            this.groupBox3.Controls.Add(this.chkFooterRows);
            this.groupBox3.Controls.Add(this.chkHeaderRows);
            this.groupBox3.Controls.Add(this.chkDetails);
            this.groupBox3.Location = new System.Drawing.Point(24, 120);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(400, 67);
            this.groupBox3.TabIndex = 3;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Include Table Rows";
            // 
            // chkFooterRepeat
            // 
            this.chkFooterRepeat.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkFooterRepeat.ForeColor = System.Drawing.Color.Black;
            this.chkFooterRepeat.Location = new System.Drawing.Point(272, 34);
            this.chkFooterRepeat.Name = "chkFooterRepeat";
            this.chkFooterRepeat.Size = new System.Drawing.Size(122, 30);
            this.chkFooterRepeat.TabIndex = 4;
            this.chkFooterRepeat.Text = "Repeat footer on new page";
            this.chkFooterRepeat.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
            // 
            // chkHeaderRepeat
            // 
            this.chkHeaderRepeat.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkHeaderRepeat.ForeColor = System.Drawing.Color.Black;
            this.chkHeaderRepeat.Location = new System.Drawing.Point(144, 34);
            this.chkHeaderRepeat.Name = "chkHeaderRepeat";
            this.chkHeaderRepeat.Size = new System.Drawing.Size(122, 30);
            this.chkHeaderRepeat.TabIndex = 3;
            this.chkHeaderRepeat.Text = "Repeat header on new page";
            this.chkHeaderRepeat.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
            // 
            // chkFooterRows
            // 
            this.chkFooterRows.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkFooterRows.ForeColor = System.Drawing.Color.Black;
            this.chkFooterRows.Location = new System.Drawing.Point(272, 13);
            this.chkFooterRows.Name = "chkFooterRows";
            this.chkFooterRows.Size = new System.Drawing.Size(104, 24);
            this.chkFooterRows.TabIndex = 2;
            this.chkFooterRows.Text = "Footer Rows";
            this.chkFooterRows.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
            // 
            // chkHeaderRows
            // 
            this.chkHeaderRows.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkHeaderRows.ForeColor = System.Drawing.Color.Black;
            this.chkHeaderRows.Location = new System.Drawing.Point(144, 13);
            this.chkHeaderRows.Name = "chkHeaderRows";
            this.chkHeaderRows.Size = new System.Drawing.Size(104, 24);
            this.chkHeaderRows.TabIndex = 1;
            this.chkHeaderRows.Text = "Header Rows";
            this.chkHeaderRows.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
            // 
            // chkDetails
            // 
            this.chkDetails.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkDetails.ForeColor = System.Drawing.Color.Black;
            this.chkDetails.Location = new System.Drawing.Point(16, 13);
            this.chkDetails.Name = "chkDetails";
            this.chkDetails.Size = new System.Drawing.Size(104, 24);
            this.chkDetails.TabIndex = 1;
            this.chkDetails.Text = "Detail Rows";
            this.chkDetails.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
            // 
            // TableCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.tbNoRows);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.cbDataSet);
            this.Controls.Add(this.label2);
            this.Name = "TableCtl";
            this.Size = new System.Drawing.Size(472, 288);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.dgRows = new System.Windows.Forms.DataGrid();
			this.dgTableStyle = new System.Windows.Forms.DataGridTableStyle();
			this.bDelete = new Oranikle.Studio.Controls.StyledButton();
			this.bUp = new Oranikle.Studio.Controls.StyledButton();
			this.bDown = new Oranikle.Studio.Controls.StyledButton();
			this.chkRowsFile = new Oranikle.Studio.Controls.StyledCheckBox();
			this.tbRowsFile = new Oranikle.Studio.Controls.CustomTextControl();
			this.bRowsFile = new Oranikle.Studio.Controls.StyledButton();
			this.label1 = new System.Windows.Forms.Label();
			this.bLoad = new Oranikle.Studio.Controls.StyledButton();
			this.bClear = new Oranikle.Studio.Controls.StyledButton();
			((System.ComponentModel.ISupportInitialize)(this.dgRows)).BeginInit();
			this.SuspendLayout();
			// 
			// dgRows
			// 
			this.dgRows.CaptionVisible = false;
			this.dgRows.DataMember = "";
			this.dgRows.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dgRows.Location = new System.Drawing.Point(8, 48);
			this.dgRows.Name = "dgRows";
			this.dgRows.Size = new System.Drawing.Size(376, 200);
			this.dgRows.TabIndex = 2;
			this.dgRows.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
																							   this.dgTableStyle});
			// 
			// dgTableStyle
			// 
			this.dgTableStyle.AllowSorting = false;
			this.dgTableStyle.DataGrid = this.dgRows;
			this.dgTableStyle.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dgTableStyle.MappingName = "";
			// 
			// bDelete
			// 
			this.bDelete.Location = new System.Drawing.Point(392, 48);
			this.bDelete.Name = "bDelete";
			this.bDelete.Size = new System.Drawing.Size(48, 23);
			this.bDelete.TabIndex = 1;
			this.bDelete.Text = "Delete";
			this.bDelete.Click += new System.EventHandler(this.bDelete_Click);
			// 
			// bUp
			// 
			this.bUp.Location = new System.Drawing.Point(392, 80);
			this.bUp.Name = "bUp";
			this.bUp.Size = new System.Drawing.Size(48, 23);
			this.bUp.TabIndex = 3;
			this.bUp.Text = "Up";
			this.bUp.Click += new System.EventHandler(this.bUp_Click);
			// 
			// bDown
			// 
			this.bDown.Location = new System.Drawing.Point(392, 112);
			this.bDown.Name = "bDown";
			this.bDown.Size = new System.Drawing.Size(48, 23);
			this.bDown.TabIndex = 4;
			this.bDown.Text = "Down";
			this.bDown.Click += new System.EventHandler(this.bDown_Click);
			// 
			// chkRowsFile
			// 
			this.chkRowsFile.Location = new System.Drawing.Point(8, 8);
			this.chkRowsFile.Name = "chkRowsFile";
			this.chkRowsFile.Size = new System.Drawing.Size(136, 24);
			this.chkRowsFile.TabIndex = 5;
			this.chkRowsFile.Text = "Use XML file for data";
			this.chkRowsFile.CheckedChanged += new System.EventHandler(this.chkRowsFile_CheckedChanged);
			// 
			// tbRowsFile
			// 
			this.tbRowsFile.Location = new System.Drawing.Point(144, 8);
			this.tbRowsFile.Name = "tbRowsFile";
			this.tbRowsFile.Size = new System.Drawing.Size(240, 20);
			this.tbRowsFile.TabIndex = 6;
			this.tbRowsFile.Text = "";
			// 
			// bRowsFile
			// 
			this.bRowsFile.Location = new System.Drawing.Point(392, 8);
			this.bRowsFile.Name = "bRowsFile";
			this.bRowsFile.Size = new System.Drawing.Size(24, 23);
			this.bRowsFile.TabIndex = 7;
			this.bRowsFile.Text = "...";
			this.bRowsFile.Click += new System.EventHandler(this.bRowsFile_Click);
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.label1.Location = new System.Drawing.Point(16, 256);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(368, 23);
			this.label1.TabIndex = 8;
			this.label1.Text = "Warning: this panel supports an extension to the RDL specification.  This informa" +
				"tion will be ignored in RDL processors other than in Oranikle Reporting.";
			// 
			// bLoad
			// 
			this.bLoad.Location = new System.Drawing.Point(392, 184);
			this.bLoad.Name = "bLoad";
			this.bLoad.Size = new System.Drawing.Size(48, 48);
			this.bLoad.TabIndex = 9;
			this.bLoad.Text = "Load From SQL";
			this.bLoad.Click += new System.EventHandler(this.bLoad_Click);
			// 
			// bClear
			// 
			this.bClear.Location = new System.Drawing.Point(392, 141);
			this.bClear.Name = "bClear";
			this.bClear.Size = new System.Drawing.Size(48, 23);
			this.bClear.TabIndex = 10;
			this.bClear.Text = "Clear";
			this.bClear.Click += new System.EventHandler(this.bClear_Click);
			// 
			// DataSetRowsCtl
			// 
			this.Controls.Add(this.bClear);
			this.Controls.Add(this.bLoad);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.bRowsFile);
			this.Controls.Add(this.tbRowsFile);
			this.Controls.Add(this.chkRowsFile);
			this.Controls.Add(this.bDown);
			this.Controls.Add(this.bUp);
			this.Controls.Add(this.bDelete);
			this.Controls.Add(this.dgRows);
			this.Name = "DataSetRowsCtl";
			this.Size = new System.Drawing.Size(488, 304);
			this.VisibleChanged += new System.EventHandler(this.DataSetRowsCtl_VisibleChanged);
			((System.ComponentModel.ISupportInitialize)(this.dgRows)).EndInit();
			this.ResumeLayout(false);

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.grpBoxVisibility = new System.Windows.Forms.GroupBox();
            this.bHidden = new Oranikle.Studio.Controls.StyledButton();
            this.cbToggle = new Oranikle.Studio.Controls.StyledComboBox();
            this.tbHidden = new Oranikle.Studio.Controls.CustomTextControl();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.tbColumnWidth = new Oranikle.Studio.Controls.CustomTextControl();
            this.chkFixedHeader = new Oranikle.Studio.Controls.StyledCheckBox();
            this.label4 = new System.Windows.Forms.Label();
            this.grpBoxVisibility.SuspendLayout();
            this.SuspendLayout();
            // 
            // grpBoxVisibility
            // 
            this.grpBoxVisibility.Controls.Add(this.bHidden);
            this.grpBoxVisibility.Controls.Add(this.cbToggle);
            this.grpBoxVisibility.Controls.Add(this.tbHidden);
            this.grpBoxVisibility.Controls.Add(this.label3);
            this.grpBoxVisibility.Controls.Add(this.label2);
            this.grpBoxVisibility.Location = new System.Drawing.Point(8, 8);
            this.grpBoxVisibility.Name = "grpBoxVisibility";
            this.grpBoxVisibility.Size = new System.Drawing.Size(432, 80);
            this.grpBoxVisibility.TabIndex = 1;
            this.grpBoxVisibility.TabStop = false;
            this.grpBoxVisibility.Text = "Visibility";
            // 
            // bHidden
            // 
            this.bHidden.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bHidden.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bHidden.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bHidden.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bHidden.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bHidden.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bHidden.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bHidden.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bHidden.Location = new System.Drawing.Point(400, 24);
            this.bHidden.Name = "bHidden";
            this.bHidden.OverriddenSize = null;
            this.bHidden.Size = new System.Drawing.Size(22, 21);
            this.bHidden.TabIndex = 1;
            this.bHidden.Tag = "visibility";
            this.bHidden.Text = "fx";
            this.bHidden.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bHidden.UseVisualStyleBackColor = true;
            this.bHidden.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // cbToggle
            // 
            this.cbToggle.AutoAdjustItemHeight = false;
            this.cbToggle.BorderColor = System.Drawing.Color.LightGray;
            this.cbToggle.ConvertEnterToTabForDialogs = false;
            this.cbToggle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbToggle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbToggle.Location = new System.Drawing.Point(168, 48);
            this.cbToggle.Name = "cbToggle";
            this.cbToggle.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbToggle.SeparatorMargin = 1;
            this.cbToggle.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbToggle.SeparatorWidth = 1;
            this.cbToggle.Size = new System.Drawing.Size(152, 21);
            this.cbToggle.TabIndex = 2;
            this.cbToggle.SelectedIndexChanged += new System.EventHandler(this.cbToggle_SelectedIndexChanged);
            this.cbToggle.TextChanged += new System.EventHandler(this.cbToggle_SelectedIndexChanged);
            // 
            // tbHidden
            // 
            this.tbHidden.AddX = 0;
            this.tbHidden.AddY = 0;
            this.tbHidden.AllowSpace = false;
            this.tbHidden.BorderColor = System.Drawing.Color.LightGray;
            this.tbHidden.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbHidden.ChangeVisibility = false;
            this.tbHidden.ChildControl = null;
            this.tbHidden.ConvertEnterToTab = true;
            this.tbHidden.ConvertEnterToTabForDialogs = false;
            this.tbHidden.Decimals = 0;
            this.tbHidden.DisplayList = new object[0];
            this.tbHidden.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbHidden.Location = new System.Drawing.Point(168, 24);
            this.tbHidden.Name = "tbHidden";
            this.tbHidden.OnDropDownCloseFocus = true;
            this.tbHidden.SelectType = 0;
            this.tbHidden.Size = new System.Drawing.Size(224, 20);
            this.tbHidden.TabIndex = 0;
            this.tbHidden.UseValueForChildsVisibilty = false;
            this.tbHidden.Value = true;
            this.tbHidden.TextChanged += new System.EventHandler(this.tbHidden_TextChanged);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(16, 47);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(152, 23);
            this.label3.TabIndex = 1;
            this.label3.Text = "Toggle Item (Textbox name)";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(16, 23);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(120, 23);
            this.label2.TabIndex = 0;
            this.label2.Text = "Hidden (initial visibility)";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(8, 106);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(80, 16);
            this.label1.TabIndex = 2;
            this.label1.Text = "Column Width";
            // 
            // tbColumnWidth
            // 
            this.tbColumnWidth.AddX = 0;
            this.tbColumnWidth.AddY = 0;
            this.tbColumnWidth.AllowSpace = false;
            this.tbColumnWidth.BorderColor = System.Drawing.Color.LightGray;
            this.tbColumnWidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbColumnWidth.ChangeVisibility = false;
            this.tbColumnWidth.ChildControl = null;
            this.tbColumnWidth.ConvertEnterToTab = true;
            this.tbColumnWidth.ConvertEnterToTabForDialogs = false;
            this.tbColumnWidth.Decimals = 0;
            this.tbColumnWidth.DisplayList = new object[0];
            this.tbColumnWidth.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbColumnWidth.Location = new System.Drawing.Point(88, 104);
            this.tbColumnWidth.Name = "tbColumnWidth";
            this.tbColumnWidth.OnDropDownCloseFocus = true;
            this.tbColumnWidth.SelectType = 0;
            this.tbColumnWidth.Size = new System.Drawing.Size(100, 20);
            this.tbColumnWidth.TabIndex = 3;
            this.tbColumnWidth.UseValueForChildsVisibilty = false;
            this.tbColumnWidth.Value = true;
            this.tbColumnWidth.TextChanged += new System.EventHandler(this.tbWidth_TextChanged);
            // 
            // chkFixedHeader
            // 
            this.chkFixedHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkFixedHeader.ForeColor = System.Drawing.Color.Black;
            this.chkFixedHeader.Location = new System.Drawing.Point(8, 136);
            this.chkFixedHeader.Name = "chkFixedHeader";
            this.chkFixedHeader.Size = new System.Drawing.Size(96, 24);
            this.chkFixedHeader.TabIndex = 4;
            this.chkFixedHeader.Text = "Fixed Header";
            this.chkFixedHeader.CheckedChanged += new System.EventHandler(this.cbFixedHeader_CheckedChanged);
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(112, 136);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(336, 24);
            this.label4.TabIndex = 5;
            this.label4.Text = "Note: Fixed headers must be contiguous and start at either the left or the right " +
                "of the table.  Current renderers ignore this parameter.";
            // 
            // TableColumnCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.chkFixedHeader);
            this.Controls.Add(this.tbColumnWidth);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.grpBoxVisibility);
            this.Name = "TableColumnCtl";
            this.Size = new System.Drawing.Size(472, 288);
            this.grpBoxVisibility.ResumeLayout(false);
            this.grpBoxVisibility.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.bParmDown = new Oranikle.Studio.Controls.StyledButton();
            this.bParmUp = new Oranikle.Studio.Controls.StyledButton();
            this.tbParmValidValues = new Oranikle.Studio.Controls.CustomTextControl();
            this.ckbParmAllowBlank = new Oranikle.Studio.Controls.StyledCheckBox();
            this.tbParmPrompt = new Oranikle.Studio.Controls.CustomTextControl();
            this.lParmPrompt = new System.Windows.Forms.Label();
            this.cbParmType = new Oranikle.Studio.Controls.StyledComboBox();
            this.lParmType = new System.Windows.Forms.Label();
            this.tbParmName = new Oranikle.Studio.Controls.CustomTextControl();
            this.lParmName = new System.Windows.Forms.Label();
            this.bRemove = new Oranikle.Studio.Controls.StyledButton();
            this.bAdd = new Oranikle.Studio.Controls.StyledButton();
            this.lbParameters = new System.Windows.Forms.ListBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.bValidValues = new Oranikle.Studio.Controls.StyledButton();
            this.label2 = new System.Windows.Forms.Label();
            this.cbValidDisplayField = new Oranikle.Studio.Controls.StyledComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.cbValidFields = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbValidDataSets = new Oranikle.Studio.Controls.StyledComboBox();
            this.rbValues = new System.Windows.Forms.RadioButton();
            this.rbDataSet = new System.Windows.Forms.RadioButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tbParmDefaultValue = new Oranikle.Studio.Controls.CustomTextControl();
            this.bDefaultValues = new Oranikle.Studio.Controls.StyledButton();
            this.label4 = new System.Windows.Forms.Label();
            this.cbDefaultValueField = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbDefaultDataSets = new Oranikle.Studio.Controls.StyledComboBox();
            this.rbDefaultValues = new System.Windows.Forms.RadioButton();
            this.rbDefaultDataSetName = new System.Windows.Forms.RadioButton();
            this.ckbParmAllowNull = new Oranikle.Studio.Controls.StyledCheckBox();
            this.ckbParmMultiValue = new Oranikle.Studio.Controls.StyledCheckBox();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // bParmDown
            // 
            this.bParmDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bParmDown.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bParmDown.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bParmDown.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bParmDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bParmDown.Font = new System.Drawing.Font("Wingdings", 7.25F, System.Drawing.FontStyle.Bold);
            this.bParmDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bParmDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bParmDown.Location = new System.Drawing.Point(128, 40);
            this.bParmDown.Name = "bParmDown";
            this.bParmDown.OverriddenSize = null;
            this.bParmDown.Size = new System.Drawing.Size(20, 21);
            this.bParmDown.TabIndex = 4;
            this.bParmDown.Text = "";
            this.bParmDown.UseVisualStyleBackColor = true;
            this.bParmDown.Click += new System.EventHandler(this.bParmDown_Click);
            // 
            // bParmUp
            // 
            this.bParmUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bParmUp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bParmUp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bParmUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bParmUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bParmUp.Font = new System.Drawing.Font("Wingdings", 7.25F, System.Drawing.FontStyle.Bold);
            this.bParmUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bParmUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bParmUp.Location = new System.Drawing.Point(128, 8);
            this.bParmUp.Name = "bParmUp";
            this.bParmUp.OverriddenSize = null;
            this.bParmUp.Size = new System.Drawing.Size(20, 21);
            this.bParmUp.TabIndex = 3;
            this.bParmUp.Text = "";
            this.bParmUp.UseVisualStyleBackColor = true;
            this.bParmUp.Click += new System.EventHandler(this.bParmUp_Click);
            // 
            // tbParmValidValues
            // 
            this.tbParmValidValues.AddX = 0;
            this.tbParmValidValues.AddY = 0;
            this.tbParmValidValues.AllowSpace = false;
            this.tbParmValidValues.BorderColor = System.Drawing.Color.LightGray;
            this.tbParmValidValues.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbParmValidValues.ChangeVisibility = false;
            this.tbParmValidValues.ChildControl = null;
            this.tbParmValidValues.ConvertEnterToTab = true;
            this.tbParmValidValues.ConvertEnterToTabForDialogs = false;
            this.tbParmValidValues.Decimals = 0;
            this.tbParmValidValues.DisplayList = new object[0];
            this.tbParmValidValues.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbParmValidValues.Location = new System.Drawing.Point(72, 16);
            this.tbParmValidValues.Name = "tbParmValidValues";
            this.tbParmValidValues.OnDropDownCloseFocus = true;
            this.tbParmValidValues.ReadOnly = true;
            this.tbParmValidValues.SelectType = 0;
            this.tbParmValidValues.Size = new System.Drawing.Size(328, 20);
            this.tbParmValidValues.TabIndex = 1;
            this.tbParmValidValues.UseValueForChildsVisibilty = false;
            this.tbParmValidValues.Value = true;
            // 
            // ckbParmAllowBlank
            // 
            this.ckbParmAllowBlank.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckbParmAllowBlank.ForeColor = System.Drawing.Color.Black;
            this.ckbParmAllowBlank.Location = new System.Drawing.Point(222, 72);
            this.ckbParmAllowBlank.Name = "ckbParmAllowBlank";
            this.ckbParmAllowBlank.Size = new System.Drawing.Size(148, 24);
            this.ckbParmAllowBlank.TabIndex = 9;
            this.ckbParmAllowBlank.Text = "Allow blank (strings only)";
            this.ckbParmAllowBlank.CheckedChanged += new System.EventHandler(this.ckbParmAllowBlank_CheckedChanged);
            // 
            // tbParmPrompt
            // 
            this.tbParmPrompt.AddX = 0;
            this.tbParmPrompt.AddY = 0;
            this.tbParmPrompt.AllowSpace = false;
            this.tbParmPrompt.BorderColor = System.Drawing.Color.LightGray;
            this.tbParmPrompt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbParmPrompt.ChangeVisibility = false;
            this.tbParmPrompt.ChildControl = null;
            this.tbParmPrompt.ConvertEnterToTab = true;
            this.tbParmPrompt.ConvertEnterToTabForDialogs = false;
            this.tbParmPrompt.Decimals = 0;
            this.tbParmPrompt.DisplayList = new object[0];
            this.tbParmPrompt.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbParmPrompt.Location = new System.Drawing.Point(208, 40);
            this.tbParmPrompt.Name = "tbParmPrompt";
            this.tbParmPrompt.OnDropDownCloseFocus = true;
            this.tbParmPrompt.SelectType = 0;
            this.tbParmPrompt.Size = new System.Drawing.Size(240, 20);
            this.tbParmPrompt.TabIndex = 7;
            this.tbParmPrompt.UseValueForChildsVisibilty = false;
            this.tbParmPrompt.Value = true;
            this.tbParmPrompt.TextChanged += new System.EventHandler(this.tbParmPrompt_TextChanged);
            // 
            // lParmPrompt
            // 
            this.lParmPrompt.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lParmPrompt.Location = new System.Drawing.Point(160, 40);
            this.lParmPrompt.Name = "lParmPrompt";
            this.lParmPrompt.Size = new System.Drawing.Size(48, 16);
            this.lParmPrompt.TabIndex = 23;
            this.lParmPrompt.Text = "Prompt";
            this.lParmPrompt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // cbParmType
            // 
            this.cbParmType.AutoAdjustItemHeight = false;
            this.cbParmType.BorderColor = System.Drawing.Color.LightGray;
            this.cbParmType.ConvertEnterToTabForDialogs = false;
            this.cbParmType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbParmType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbParmType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbParmType.Items.AddRange(new object[] {
            "Boolean",
            "DateTime",
            "Integer",
            "Float",
            "String"});
            this.cbParmType.Location = new System.Drawing.Point(368, 16);
            this.cbParmType.Name = "cbParmType";
            this.cbParmType.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbParmType.SeparatorMargin = 1;
            this.cbParmType.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbParmType.SeparatorWidth = 1;
            this.cbParmType.Size = new System.Drawing.Size(80, 21);
            this.cbParmType.TabIndex = 6;
            this.cbParmType.SelectedIndexChanged += new System.EventHandler(this.cbParmType_SelectedIndexChanged);
            // 
            // lParmType
            // 
            this.lParmType.Location = new System.Drawing.Point(304, 16);
            this.lParmType.Name = "lParmType";
            this.lParmType.Size = new System.Drawing.Size(56, 23);
            this.lParmType.TabIndex = 21;
            this.lParmType.Text = "Datatype";
            this.lParmType.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // tbParmName
            // 
            this.tbParmName.AddX = 0;
            this.tbParmName.AddY = 0;
            this.tbParmName.AllowSpace = false;
            this.tbParmName.BorderColor = System.Drawing.Color.LightGray;
            this.tbParmName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbParmName.ChangeVisibility = false;
            this.tbParmName.ChildControl = null;
            this.tbParmName.ConvertEnterToTab = true;
            this.tbParmName.ConvertEnterToTabForDialogs = false;
            this.tbParmName.Decimals = 0;
            this.tbParmName.DisplayList = new object[0];
            this.tbParmName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbParmName.Location = new System.Drawing.Point(208, 16);
            this.tbParmName.Name = "tbParmName";
            this.tbParmName.OnDropDownCloseFocus = true;
            this.tbParmName.SelectType = 0;
            this.tbParmName.Size = new System.Drawing.Size(104, 20);
            this.tbParmName.TabIndex = 5;
            this.tbParmName.UseValueForChildsVisibilty = false;
            this.tbParmName.Value = true;
            this.tbParmName.TextChanged += new System.EventHandler(this.tbParmName_TextChanged);
            // 
            // lParmName
            // 
            this.lParmName.Location = new System.Drawing.Point(160, 16);
            this.lParmName.Name = "lParmName";
            this.lParmName.Size = new System.Drawing.Size(40, 16);
            this.lParmName.TabIndex = 19;
            this.lParmName.Text = "Name";
            this.lParmName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // bRemove
            // 
            this.bRemove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRemove.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRemove.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRemove.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRemove.Font = new System.Drawing.Font("Arial", 9F);
            this.bRemove.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRemove.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRemove.Location = new System.Drawing.Point(68, 74);
            this.bRemove.Name = "bRemove";
            this.bRemove.OverriddenSize = null;
            this.bRemove.Size = new System.Drawing.Size(54, 21);
            this.bRemove.TabIndex = 2;
            this.bRemove.Text = "Remove";
            this.bRemove.UseVisualStyleBackColor = true;
            this.bRemove.Click += new System.EventHandler(this.bRemove_Click);
            // 
            // bAdd
            // 
            this.bAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bAdd.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bAdd.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bAdd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bAdd.Font = new System.Drawing.Font("Arial", 9F);
            this.bAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bAdd.Location = new System.Drawing.Point(8, 74);
            this.bAdd.Name = "bAdd";
            this.bAdd.OverriddenSize = null;
            this.bAdd.Size = new System.Drawing.Size(54, 21);
            this.bAdd.TabIndex = 1;
            this.bAdd.Text = "Add";
            this.bAdd.UseVisualStyleBackColor = true;
            this.bAdd.Click += new System.EventHandler(this.bAdd_Click);
            // 
            // lbParameters
            // 
            this.lbParameters.Location = new System.Drawing.Point(8, 8);
            this.lbParameters.Name = "lbParameters";
            this.lbParameters.Size = new System.Drawing.Size(112, 56);
            this.lbParameters.TabIndex = 0;
            this.lbParameters.SelectedIndexChanged += new System.EventHandler(this.lbParameters_SelectedIndexChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.bValidValues);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.cbValidDisplayField);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.cbValidFields);
            this.groupBox1.Controls.Add(this.cbValidDataSets);
            this.groupBox1.Controls.Add(this.rbValues);
            this.groupBox1.Controls.Add(this.rbDataSet);
            this.groupBox1.Controls.Add(this.tbParmValidValues);
            this.groupBox1.Location = new System.Drawing.Point(8, 184);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(440, 96);
            this.groupBox1.TabIndex = 11;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Valid Values";
            // 
            // bValidValues
            // 
            this.bValidValues.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bValidValues.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bValidValues.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bValidValues.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bValidValues.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bValidValues.Font = new System.Drawing.Font("Arial", 9F);
            this.bValidValues.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bValidValues.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bValidValues.Location = new System.Drawing.Point(408, 16);
            this.bValidValues.Name = "bValidValues";
            this.bValidValues.OverriddenSize = null;
            this.bValidValues.Size = new System.Drawing.Size(24, 21);
            this.bValidValues.TabIndex = 2;
            this.bValidValues.Text = "...";
            this.bValidValues.UseVisualStyleBackColor = true;
            this.bValidValues.Click += new System.EventHandler(this.bValidValues_Click);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(240, 72);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(72, 16);
            this.label2.TabIndex = 37;
            this.label2.Text = "Display Field";
            // 
            // cbValidDisplayField
            // 
            this.cbValidDisplayField.AutoAdjustItemHeight = false;
            this.cbValidDisplayField.BorderColor = System.Drawing.Color.LightGray;
            this.cbValidDisplayField.ConvertEnterToTabForDialogs = false;
            this.cbValidDisplayField.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbValidDisplayField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbValidDisplayField.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbValidDisplayField.Location = new System.Drawing.Point(312, 70);
            this.cbValidDisplayField.Name = "cbValidDisplayField";
            this.cbValidDisplayField.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbValidDisplayField.SeparatorMargin = 1;
            this.cbValidDisplayField.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbValidDisplayField.SeparatorWidth = 1;
            this.cbValidDisplayField.Size = new System.Drawing.Size(112, 21);
            this.cbValidDisplayField.TabIndex = 6;
            this.cbValidDisplayField.SelectedIndexChanged += new System.EventHandler(this.cbValidDisplayField_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(240, 46);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(64, 16);
            this.label1.TabIndex = 35;
            this.label1.Text = "Value Field";
            // 
            // cbValidFields
            // 
            this.cbValidFields.AutoAdjustItemHeight = false;
            this.cbValidFields.BorderColor = System.Drawing.Color.LightGray;
            this.cbValidFields.ConvertEnterToTabForDialogs = false;
            this.cbValidFields.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbValidFields.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbValidFields.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbValidFields.Location = new System.Drawing.Point(312, 44);
            this.cbValidFields.Name = "cbValidFields";
            this.cbValidFields.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbValidFields.SeparatorMargin = 1;
            this.cbValidFields.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbValidFields.SeparatorWidth = 1;
            this.cbValidFields.Size = new System.Drawing.Size(112, 21);
            this.cbValidFields.TabIndex = 5;
            this.cbValidFields.SelectedIndexChanged += new System.EventHandler(this.cbValidFields_SelectedIndexChanged);
            // 
            // cbValidDataSets
            // 
            this.cbValidDataSets.AutoAdjustItemHeight = false;
            this.cbValidDataSets.BorderColor = System.Drawing.Color.LightGray;
            this.cbValidDataSets.ConvertEnterToTabForDialogs = false;
            this.cbValidDataSets.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbValidDataSets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbValidDataSets.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbValidDataSets.Location = new System.Drawing.Point(112, 44);
            this.cbValidDataSets.Name = "cbValidDataSets";
            this.cbValidDataSets.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbValidDataSets.SeparatorMargin = 1;
            this.cbValidDataSets.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbValidDataSets.SeparatorWidth = 1;
            this.cbValidDataSets.Size = new System.Drawing.Size(112, 21);
            this.cbValidDataSets.TabIndex = 4;
            this.cbValidDataSets.SelectedIndexChanged += new System.EventHandler(this.cbValidDataSets_SelectedIndexChanged);
            // 
            // rbValues
            // 
            this.rbValues.Location = new System.Drawing.Point(8, 14);
            this.rbValues.Name = "rbValues";
            this.rbValues.Size = new System.Drawing.Size(64, 24);
            this.rbValues.TabIndex = 0;
            this.rbValues.Text = "Values";
            this.rbValues.CheckedChanged += new System.EventHandler(this.rbValues_CheckedChanged);
            // 
            // rbDataSet
            // 
            this.rbDataSet.Location = new System.Drawing.Point(8, 42);
            this.rbDataSet.Name = "rbDataSet";
            this.rbDataSet.Size = new System.Drawing.Size(104, 24);
            this.rbDataSet.TabIndex = 3;
            this.rbDataSet.Text = "Data Set Name";
            this.rbDataSet.CheckedChanged += new System.EventHandler(this.rbDataSet_CheckedChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.tbParmDefaultValue);
            this.groupBox2.Controls.Add(this.bDefaultValues);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.cbDefaultValueField);
            this.groupBox2.Controls.Add(this.cbDefaultDataSets);
            this.groupBox2.Controls.Add(this.rbDefaultValues);
            this.groupBox2.Controls.Add(this.rbDefaultDataSetName);
            this.groupBox2.Location = new System.Drawing.Point(8, 104);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(440, 72);
            this.groupBox2.TabIndex = 10;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Default Values";
            // 
            // tbParmDefaultValue
            // 
            this.tbParmDefaultValue.AddX = 0;
            this.tbParmDefaultValue.AddY = 0;
            this.tbParmDefaultValue.AllowSpace = false;
            this.tbParmDefaultValue.BorderColor = System.Drawing.Color.LightGray;
            this.tbParmDefaultValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbParmDefaultValue.ChangeVisibility = false;
            this.tbParmDefaultValue.ChildControl = null;
            this.tbParmDefaultValue.ConvertEnterToTab = true;
            this.tbParmDefaultValue.ConvertEnterToTabForDialogs = false;
            this.tbParmDefaultValue.Decimals = 0;
            this.tbParmDefaultValue.DisplayList = new object[0];
            this.tbParmDefaultValue.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbParmDefaultValue.Location = new System.Drawing.Point(72, 16);
            this.tbParmDefaultValue.Name = "tbParmDefaultValue";
            this.tbParmDefaultValue.OnDropDownCloseFocus = true;
            this.tbParmDefaultValue.ReadOnly = true;
            this.tbParmDefaultValue.SelectType = 0;
            this.tbParmDefaultValue.Size = new System.Drawing.Size(328, 20);
            this.tbParmDefaultValue.TabIndex = 1;
            this.tbParmDefaultValue.UseValueForChildsVisibilty = false;
            this.tbParmDefaultValue.Value = true;
            // 
            // bDefaultValues
            // 
            this.bDefaultValues.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDefaultValues.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDefaultValues.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDefaultValues.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDefaultValues.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDefaultValues.Font = new System.Drawing.Font("Arial", 9F);
            this.bDefaultValues.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDefaultValues.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDefaultValues.Location = new System.Drawing.Point(407, 16);
            this.bDefaultValues.Name = "bDefaultValues";
            this.bDefaultValues.OverriddenSize = null;
            this.bDefaultValues.Size = new System.Drawing.Size(23, 21);
            this.bDefaultValues.TabIndex = 2;
            this.bDefaultValues.Text = "...";
            this.bDefaultValues.UseVisualStyleBackColor = true;
            this.bDefaultValues.Click += new System.EventHandler(this.bDefaultValues_Click);
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(240, 42);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(64, 23);
            this.label4.TabIndex = 35;
            this.label4.Text = "Value Field";
            // 
            // cbDefaultValueField
            // 
            this.cbDefaultValueField.AutoAdjustItemHeight = false;
            this.cbDefaultValueField.BorderColor = System.Drawing.Color.LightGray;
            this.cbDefaultValueField.ConvertEnterToTabForDialogs = false;
            this.cbDefaultValueField.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDefaultValueField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDefaultValueField.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDefaultValueField.Location = new System.Drawing.Point(312, 43);
            this.cbDefaultValueField.Name = "cbDefaultValueField";
            this.cbDefaultValueField.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDefaultValueField.SeparatorMargin = 1;
            this.cbDefaultValueField.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDefaultValueField.SeparatorWidth = 1;
            this.cbDefaultValueField.Size = new System.Drawing.Size(112, 21);
            this.cbDefaultValueField.TabIndex = 5;
            this.cbDefaultValueField.SelectedIndexChanged += new System.EventHandler(this.cbDefaultValueField_SelectedIndexChanged);
            // 
            // cbDefaultDataSets
            // 
            this.cbDefaultDataSets.AutoAdjustItemHeight = false;
            this.cbDefaultDataSets.BorderColor = System.Drawing.Color.LightGray;
            this.cbDefaultDataSets.ConvertEnterToTabForDialogs = false;
            this.cbDefaultDataSets.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDefaultDataSets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDefaultDataSets.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDefaultDataSets.Location = new System.Drawing.Point(112, 43);
            this.cbDefaultDataSets.Name = "cbDefaultDataSets";
            this.cbDefaultDataSets.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDefaultDataSets.SeparatorMargin = 1;
            this.cbDefaultDataSets.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDefaultDataSets.SeparatorWidth = 1;
            this.cbDefaultDataSets.Size = new System.Drawing.Size(112, 21);
            this.cbDefaultDataSets.TabIndex = 4;
            this.cbDefaultDataSets.SelectedIndexChanged += new System.EventHandler(this.cbDefaultDataSets_SelectedIndexChanged);
            // 
            // rbDefaultValues
            // 
            this.rbDefaultValues.Location = new System.Drawing.Point(8, 14);
            this.rbDefaultValues.Name = "rbDefaultValues";
            this.rbDefaultValues.Size = new System.Drawing.Size(64, 24);
            this.rbDefaultValues.TabIndex = 0;
            this.rbDefaultValues.Text = "Values";
            this.rbDefaultValues.CheckedChanged += new System.EventHandler(this.rbDefaultValues_CheckedChanged);
            // 
            // rbDefaultDataSetName
            // 
            this.rbDefaultDataSetName.Location = new System.Drawing.Point(8, 41);
            this.rbDefaultDataSetName.Name = "rbDefaultDataSetName";
            this.rbDefaultDataSetName.Size = new System.Drawing.Size(104, 24);
            this.rbDefaultDataSetName.TabIndex = 3;
            this.rbDefaultDataSetName.Text = "Data Set Name";
            this.rbDefaultDataSetName.CheckedChanged += new System.EventHandler(this.rbDefaultDataSetName_CheckedChanged);
            // 
            // ckbParmAllowNull
            // 
            this.ckbParmAllowNull.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckbParmAllowNull.ForeColor = System.Drawing.Color.Black;
            this.ckbParmAllowNull.Location = new System.Drawing.Point(150, 72);
            this.ckbParmAllowNull.Name = "ckbParmAllowNull";
            this.ckbParmAllowNull.Size = new System.Drawing.Size(72, 24);
            this.ckbParmAllowNull.TabIndex = 8;
            this.ckbParmAllowNull.Text = "Allow null";
            this.ckbParmAllowNull.CheckedChanged += new System.EventHandler(this.ckbParmAllowNull_CheckedChanged);
            // 
            // ckbParmMultiValue
            // 
            this.ckbParmMultiValue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckbParmMultiValue.ForeColor = System.Drawing.Color.Black;
            this.ckbParmMultiValue.Location = new System.Drawing.Point(376, 72);
            this.ckbParmMultiValue.Name = "ckbParmMultiValue";
            this.ckbParmMultiValue.Size = new System.Drawing.Size(79, 24);
            this.ckbParmMultiValue.TabIndex = 24;
            this.ckbParmMultiValue.Text = "MultiValue";
            this.ckbParmMultiValue.CheckedChanged += new System.EventHandler(this.ckbParmMultiValue_CheckedChanged);
            // 
            // ReportParameterCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.ckbParmMultiValue);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.bParmDown);
            this.Controls.Add(this.bParmUp);
            this.Controls.Add(this.ckbParmAllowBlank);
            this.Controls.Add(this.ckbParmAllowNull);
            this.Controls.Add(this.tbParmPrompt);
            this.Controls.Add(this.lParmPrompt);
            this.Controls.Add(this.cbParmType);
            this.Controls.Add(this.lParmType);
            this.Controls.Add(this.tbParmName);
            this.Controls.Add(this.lParmName);
            this.Controls.Add(this.bRemove);
            this.Controls.Add(this.bAdd);
            this.Controls.Add(this.lbParameters);
            this.Controls.Add(this.groupBox2);
            this.Name = "ReportParameterCtl";
            this.Size = new System.Drawing.Size(456, 296);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.cbPosition = new Oranikle.Studio.Controls.StyledComboBox();
			this.cbLayout = new Oranikle.Studio.Controls.StyledComboBox();
			this.chkVisible = new Oranikle.Studio.Controls.StyledCheckBox();
			this.chkInsidePlotArea = new Oranikle.Studio.Controls.StyledCheckBox();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(16, 18);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(104, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "Position in Chart";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(16, 50);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(112, 16);
			this.label2.TabIndex = 1;
			this.label2.Text = "Layout within Legend";
			// 
			// cbPosition
			// 
			this.cbPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbPosition.Items.AddRange(new object[] {
															"TopLeft",
															"TopCenter",
															"TopRight",
															"LeftTop",
															"LeftCenter",
															"LeftBottom",
															"RightTop",
															"RightCenter",
															"RightBottom",
															"BottomRight",
															"BottomCenter",
															"BottomLeft"});
			this.cbPosition.Location = new System.Drawing.Point(144, 16);
			this.cbPosition.Name = "cbPosition";
			this.cbPosition.Size = new System.Drawing.Size(121, 21);
			this.cbPosition.TabIndex = 4;
			this.cbPosition.SelectedIndexChanged += new System.EventHandler(this.cbPosition_SelectedIndexChanged);
			// 
			// cbLayout
			// 
			this.cbLayout.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbLayout.Items.AddRange(new object[] {
														  "Column",
														  "Row",
														  "Table"});
			this.cbLayout.Location = new System.Drawing.Point(144, 48);
			this.cbLayout.Name = "cbLayout";
			this.cbLayout.Size = new System.Drawing.Size(121, 21);
			this.cbLayout.TabIndex = 6;
			this.cbLayout.SelectedIndexChanged += new System.EventHandler(this.cbLayout_SelectedIndexChanged);
			// 
			// chkVisible
			// 
			this.chkVisible.Location = new System.Drawing.Point(16, 80);
			this.chkVisible.Name = "chkVisible";
			this.chkVisible.Size = new System.Drawing.Size(136, 24);
			this.chkVisible.TabIndex = 14;
			this.chkVisible.Text = "Visible";
			this.chkVisible.CheckedChanged += new System.EventHandler(this.chkVisible_CheckedChanged);
			// 
			// chkInsidePlotArea
			// 
			this.chkInsidePlotArea.Location = new System.Drawing.Point(16, 112);
			this.chkInsidePlotArea.Name = "chkInsidePlotArea";
			this.chkInsidePlotArea.Size = new System.Drawing.Size(136, 24);
			this.chkInsidePlotArea.TabIndex = 15;
			this.chkInsidePlotArea.Text = "Draw Inside Plot Area";
			this.chkInsidePlotArea.CheckedChanged += new System.EventHandler(this.chkInsidePlotArea_CheckedChanged);
			// 
			// ChartLegendCtl
			// 
			this.Controls.Add(this.chkInsidePlotArea);
			this.Controls.Add(this.chkVisible);
			this.Controls.Add(this.cbLayout);
			this.Controls.Add(this.cbPosition);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Name = "ChartLegendCtl";
			this.Size = new System.Drawing.Size(440, 288);
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.chkPBAfter      = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkPBBefore     = new Oranikle.Studio.Controls.StyledCheckBox();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.chkFooterRepeat = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkHeaderRepeat = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkFooterRows   = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkHeaderRows   = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkDetails      = new Oranikle.Studio.Controls.StyledCheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkPBAfter);
     this.groupBox1.Controls.Add(this.chkPBBefore);
     this.groupBox1.Location = new System.Drawing.Point(24, 22);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(400, 48);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Page Breaks";
     //
     // chkPBAfter
     //
     this.chkPBAfter.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkPBAfter.ForeColor       = System.Drawing.Color.Black;
     this.chkPBAfter.Location        = new System.Drawing.Point(192, 16);
     this.chkPBAfter.Name            = "chkPBAfter";
     this.chkPBAfter.Size            = new System.Drawing.Size(128, 24);
     this.chkPBAfter.TabIndex        = 1;
     this.chkPBAfter.Text            = "Insert after Grid";
     this.chkPBAfter.CheckedChanged += new System.EventHandler(this.chkPBAfter_CheckedChanged);
     //
     // chkPBBefore
     //
     this.chkPBBefore.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkPBBefore.ForeColor       = System.Drawing.Color.Black;
     this.chkPBBefore.Location        = new System.Drawing.Point(16, 16);
     this.chkPBBefore.Name            = "chkPBBefore";
     this.chkPBBefore.Size            = new System.Drawing.Size(128, 24);
     this.chkPBBefore.TabIndex        = 0;
     this.chkPBBefore.Text            = "Insert before Grid";
     this.chkPBBefore.CheckedChanged += new System.EventHandler(this.chkPBBefore_CheckedChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.chkFooterRepeat);
     this.groupBox3.Controls.Add(this.chkHeaderRepeat);
     this.groupBox3.Controls.Add(this.chkFooterRows);
     this.groupBox3.Controls.Add(this.chkHeaderRows);
     this.groupBox3.Controls.Add(this.chkDetails);
     this.groupBox3.Location = new System.Drawing.Point(24, 86);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(400, 70);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Include Grid Rows";
     //
     // chkFooterRepeat
     //
     this.chkFooterRepeat.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkFooterRepeat.ForeColor       = System.Drawing.Color.Black;
     this.chkFooterRepeat.Location        = new System.Drawing.Point(272, 34);
     this.chkFooterRepeat.Name            = "chkFooterRepeat";
     this.chkFooterRepeat.Size            = new System.Drawing.Size(122, 30);
     this.chkFooterRepeat.TabIndex        = 4;
     this.chkFooterRepeat.Text            = "Repeat footer on new page";
     this.chkFooterRepeat.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkHeaderRepeat
     //
     this.chkHeaderRepeat.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkHeaderRepeat.ForeColor       = System.Drawing.Color.Black;
     this.chkHeaderRepeat.Location        = new System.Drawing.Point(144, 34);
     this.chkHeaderRepeat.Name            = "chkHeaderRepeat";
     this.chkHeaderRepeat.Size            = new System.Drawing.Size(122, 30);
     this.chkHeaderRepeat.TabIndex        = 3;
     this.chkHeaderRepeat.Text            = "Repeat header on new page";
     this.chkHeaderRepeat.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkFooterRows
     //
     this.chkFooterRows.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkFooterRows.ForeColor       = System.Drawing.Color.Black;
     this.chkFooterRows.Location        = new System.Drawing.Point(272, 13);
     this.chkFooterRows.Name            = "chkFooterRows";
     this.chkFooterRows.Size            = new System.Drawing.Size(104, 24);
     this.chkFooterRows.TabIndex        = 2;
     this.chkFooterRows.Text            = "Footer Rows";
     this.chkFooterRows.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkHeaderRows
     //
     this.chkHeaderRows.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkHeaderRows.ForeColor       = System.Drawing.Color.Black;
     this.chkHeaderRows.Location        = new System.Drawing.Point(144, 13);
     this.chkHeaderRows.Name            = "chkHeaderRows";
     this.chkHeaderRows.Size            = new System.Drawing.Size(104, 24);
     this.chkHeaderRows.TabIndex        = 1;
     this.chkHeaderRows.Text            = "Header Rows";
     this.chkHeaderRows.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkDetails
     //
     this.chkDetails.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkDetails.ForeColor       = System.Drawing.Color.Black;
     this.chkDetails.Location        = new System.Drawing.Point(16, 13);
     this.chkDetails.Name            = "chkDetails";
     this.chkDetails.Size            = new System.Drawing.Size(104, 24);
     this.chkDetails.TabIndex        = 1;
     this.chkDetails.Text            = "Detail Rows";
     this.chkDetails.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // GridCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox1);
     this.Name = "GridCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.tcDialog = new Oranikle.Studio.Controls.CtrlStyledTab();
            this.ReportType = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.rbSchema2005 = new System.Windows.Forms.RadioButton();
            this.rbSchema2003 = new System.Windows.Forms.RadioButton();
            this.rbSchemaNo = new System.Windows.Forms.RadioButton();
            this.cbOrientation = new Oranikle.Studio.Controls.StyledComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.tbReportAuthor = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbReportDescription = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbReportName = new Oranikle.Studio.Controls.CustomTextControl();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.rbChart = new System.Windows.Forms.RadioButton();
            this.rbMatrix = new System.Windows.Forms.RadioButton();
            this.rbList = new System.Windows.Forms.RadioButton();
            this.rbTable = new System.Windows.Forms.RadioButton();
            this.DBConnection = new System.Windows.Forms.TabPage();
            this.bShared = new Oranikle.Studio.Controls.StyledButton();
            this.bTestConnection = new Oranikle.Studio.Controls.StyledButton();
            this.cbOdbcNames = new Oranikle.Studio.Controls.StyledComboBox();
            this.lODBC = new System.Windows.Forms.Label();
            this.lConnection = new System.Windows.Forms.Label();
            this.cbConnectionTypes = new Oranikle.Studio.Controls.StyledComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.tbConnection = new Oranikle.Studio.Controls.CustomTextControl();
            this.ReportParameters = new System.Windows.Forms.TabPage();
            this.bValidValues = new Oranikle.Studio.Controls.StyledButton();
            this.tbParmDefaultValue = new Oranikle.Studio.Controls.CustomTextControl();
            this.lDefaultValue = new System.Windows.Forms.Label();
            this.bParmDown = new Oranikle.Studio.Controls.StyledButton();
            this.bParmUp = new Oranikle.Studio.Controls.StyledButton();
            this.tbParmValidValues = new Oranikle.Studio.Controls.CustomTextControl();
            this.lbParmValidValues = new System.Windows.Forms.Label();
            this.ckbParmAllowBlank = new Oranikle.Studio.Controls.StyledCheckBox();
            this.ckbParmAllowNull = new Oranikle.Studio.Controls.StyledCheckBox();
            this.tbParmPrompt = new Oranikle.Studio.Controls.CustomTextControl();
            this.lParmPrompt = new System.Windows.Forms.Label();
            this.cbParmType = new Oranikle.Studio.Controls.StyledComboBox();
            this.lParmType = new System.Windows.Forms.Label();
            this.tbParmName = new Oranikle.Studio.Controls.CustomTextControl();
            this.lParmName = new System.Windows.Forms.Label();
            this.bRemove = new Oranikle.Studio.Controls.StyledButton();
            this.bAdd = new Oranikle.Studio.Controls.StyledButton();
            this.lbParameters = new System.Windows.Forms.ListBox();
            this.DBSql = new System.Windows.Forms.TabPage();
            this.panel2 = new System.Windows.Forms.Panel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tvTablesColumns = new System.Windows.Forms.TreeView();
            this.tbSQL = new Oranikle.Studio.Controls.CustomTextControl();
            this.bMove = new Oranikle.Studio.Controls.StyledButton();
            this.TabularGroup = new System.Windows.Forms.TabPage();
            this.clbSubtotal = new System.Windows.Forms.CheckedListBox();
            this.ckbGrandTotal = new Oranikle.Studio.Controls.StyledCheckBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.cbColumnList = new Oranikle.Studio.Controls.StyledComboBox();
            this.ReportSyntax = new System.Windows.Forms.TabPage();
            this.tbReportSyntax = new Oranikle.Studio.Controls.CustomTextControl();
            this.ReportPreview = new System.Windows.Forms.TabPage();
            this.rdlViewer1 = new Oranikle.Report.Viewer.RdlViewer();
            this.btnCancel = new Oranikle.Studio.Controls.StyledButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnOK = new Oranikle.Studio.Controls.StyledButton();
            this.tcDialog.SuspendLayout();
            this.ReportType.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.DBConnection.SuspendLayout();
            this.ReportParameters.SuspendLayout();
            this.DBSql.SuspendLayout();
            this.panel2.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.TabularGroup.SuspendLayout();
            this.ReportSyntax.SuspendLayout();
            this.ReportPreview.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tcDialog
            // 
            this.tcDialog.BorderColor = System.Drawing.Color.DarkGray;
            this.tcDialog.Controls.Add(this.ReportType);
            this.tcDialog.Controls.Add(this.DBConnection);
            this.tcDialog.Controls.Add(this.ReportParameters);
            this.tcDialog.Controls.Add(this.DBSql);
            this.tcDialog.Controls.Add(this.TabularGroup);
            this.tcDialog.Controls.Add(this.ReportSyntax);
            this.tcDialog.Controls.Add(this.ReportPreview);
            this.tcDialog.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcDialog.DontSlantMiddle = false;
            this.tcDialog.LeftSpacing = 0;
            this.tcDialog.Location = new System.Drawing.Point(0, 0);
            this.tcDialog.myBackColor = System.Drawing.Color.Transparent;
            this.tcDialog.Name = "tcDialog";
            this.tcDialog.SelectedIndex = 0;
            this.tcDialog.Size = new System.Drawing.Size(822, 358);
            this.tcDialog.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.tcDialog.TabFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tcDialog.TabIndex = 0;
            this.tcDialog.TabSlant = 2;
            this.tcDialog.TabStop = false;
            this.tcDialog.TabTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.tcDialog.TabTextHAlignment = System.Drawing.StringAlignment.Near;
            this.tcDialog.TabTextVAlignment = System.Drawing.StringAlignment.Center;
            this.tcDialog.TagPageSelectedColor = System.Drawing.Color.White;
            this.tcDialog.TagPageUnselectedColor = System.Drawing.Color.LightGray;
            this.tcDialog.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // ReportType
            // 
            this.ReportType.BackColor = System.Drawing.Color.White;
            this.ReportType.Controls.Add(this.groupBox2);
            this.ReportType.Controls.Add(this.cbOrientation);
            this.ReportType.Controls.Add(this.label6);
            this.ReportType.Controls.Add(this.tbReportAuthor);
            this.ReportType.Controls.Add(this.tbReportDescription);
            this.ReportType.Controls.Add(this.tbReportName);
            this.ReportType.Controls.Add(this.label3);
            this.ReportType.Controls.Add(this.label2);
            this.ReportType.Controls.Add(this.label1);
            this.ReportType.Controls.Add(this.groupBox1);
            this.ReportType.Location = new System.Drawing.Point(4, 25);
            this.ReportType.Name = "ReportType";
            this.ReportType.Size = new System.Drawing.Size(814, 329);
            this.ReportType.TabIndex = 3;
            this.ReportType.Tag = "type";
            this.ReportType.Text = "Report Info";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.rbSchema2005);
            this.groupBox2.Controls.Add(this.rbSchema2003);
            this.groupBox2.Controls.Add(this.rbSchemaNo);
            this.groupBox2.Location = new System.Drawing.Point(16, 256);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(384, 40);
            this.groupBox2.TabIndex = 9;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "RDL Schema";
            // 
            // rbSchema2005
            // 
            this.rbSchema2005.Checked = true;
            this.rbSchema2005.Location = new System.Drawing.Point(248, 16);
            this.rbSchema2005.Name = "rbSchema2005";
            this.rbSchema2005.Size = new System.Drawing.Size(104, 16);
            this.rbSchema2005.TabIndex = 2;
            this.rbSchema2005.TabStop = true;
            this.rbSchema2005.Text = "2005";
            // 
            // rbSchema2003
            // 
            this.rbSchema2003.Location = new System.Drawing.Point(120, 16);
            this.rbSchema2003.Name = "rbSchema2003";
            this.rbSchema2003.Size = new System.Drawing.Size(104, 16);
            this.rbSchema2003.TabIndex = 1;
            this.rbSchema2003.Text = "2003";
            // 
            // rbSchemaNo
            // 
            this.rbSchemaNo.Location = new System.Drawing.Point(8, 16);
            this.rbSchemaNo.Name = "rbSchemaNo";
            this.rbSchemaNo.Size = new System.Drawing.Size(104, 16);
            this.rbSchemaNo.TabIndex = 0;
            this.rbSchemaNo.Text = "None";
            // 
            // cbOrientation
            // 
            this.cbOrientation.AutoAdjustItemHeight = false;
            this.cbOrientation.BorderColor = System.Drawing.Color.LightGray;
            this.cbOrientation.ConvertEnterToTabForDialogs = false;
            this.cbOrientation.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbOrientation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbOrientation.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbOrientation.Items.AddRange(new object[] {
            "Portrait (8.5\" by 11\")",
            "Landscape (11\" by 8.5\")"});
            this.cbOrientation.Location = new System.Drawing.Point(96, 224);
            this.cbOrientation.Name = "cbOrientation";
            this.cbOrientation.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbOrientation.SeparatorMargin = 1;
            this.cbOrientation.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbOrientation.SeparatorWidth = 1;
            this.cbOrientation.Size = new System.Drawing.Size(168, 21);
            this.cbOrientation.TabIndex = 8;
            this.cbOrientation.SelectedIndexChanged += new System.EventHandler(this.emptyReportSyntax);
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(16, 224);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(64, 23);
            this.label6.TabIndex = 7;
            this.label6.Text = "Orientation:";
            // 
            // tbReportAuthor
            // 
            this.tbReportAuthor.AddX = 0;
            this.tbReportAuthor.AddY = 0;
            this.tbReportAuthor.AllowSpace = false;
            this.tbReportAuthor.BorderColor = System.Drawing.Color.LightGray;
            this.tbReportAuthor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbReportAuthor.ChangeVisibility = false;
            this.tbReportAuthor.ChildControl = null;
            this.tbReportAuthor.ConvertEnterToTab = true;
            this.tbReportAuthor.ConvertEnterToTabForDialogs = false;
            this.tbReportAuthor.Decimals = 0;
            this.tbReportAuthor.DisplayList = new object[0];
            this.tbReportAuthor.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbReportAuthor.Location = new System.Drawing.Point(96, 192);
            this.tbReportAuthor.Name = "tbReportAuthor";
            this.tbReportAuthor.OnDropDownCloseFocus = true;
            this.tbReportAuthor.SelectType = 0;
            this.tbReportAuthor.Size = new System.Drawing.Size(304, 20);
            this.tbReportAuthor.TabIndex = 6;
            this.tbReportAuthor.UseValueForChildsVisibilty = false;
            this.tbReportAuthor.Value = true;
            this.tbReportAuthor.TextChanged += new System.EventHandler(this.tbReportAuthor_TextChanged);
            // 
            // tbReportDescription
            // 
            this.tbReportDescription.AddX = 0;
            this.tbReportDescription.AddY = 0;
            this.tbReportDescription.AllowSpace = false;
            this.tbReportDescription.BorderColor = System.Drawing.Color.LightGray;
            this.tbReportDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbReportDescription.ChangeVisibility = false;
            this.tbReportDescription.ChildControl = null;
            this.tbReportDescription.ConvertEnterToTab = true;
            this.tbReportDescription.ConvertEnterToTabForDialogs = false;
            this.tbReportDescription.Decimals = 0;
            this.tbReportDescription.DisplayList = new object[0];
            this.tbReportDescription.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbReportDescription.Location = new System.Drawing.Point(96, 160);
            this.tbReportDescription.Name = "tbReportDescription";
            this.tbReportDescription.OnDropDownCloseFocus = true;
            this.tbReportDescription.SelectType = 0;
            this.tbReportDescription.Size = new System.Drawing.Size(304, 20);
            this.tbReportDescription.TabIndex = 5;
            this.tbReportDescription.UseValueForChildsVisibilty = false;
            this.tbReportDescription.Value = true;
            this.tbReportDescription.TextChanged += new System.EventHandler(this.tbReportDescription_TextChanged);
            // 
            // tbReportName
            // 
            this.tbReportName.AddX = 0;
            this.tbReportName.AddY = 0;
            this.tbReportName.AllowSpace = false;
            this.tbReportName.BorderColor = System.Drawing.Color.LightGray;
            this.tbReportName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbReportName.ChangeVisibility = false;
            this.tbReportName.ChildControl = null;
            this.tbReportName.ConvertEnterToTab = true;
            this.tbReportName.ConvertEnterToTabForDialogs = false;
            this.tbReportName.Decimals = 0;
            this.tbReportName.DisplayList = new object[0];
            this.tbReportName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbReportName.Location = new System.Drawing.Point(96, 128);
            this.tbReportName.Name = "tbReportName";
            this.tbReportName.OnDropDownCloseFocus = true;
            this.tbReportName.SelectType = 0;
            this.tbReportName.Size = new System.Drawing.Size(304, 20);
            this.tbReportName.TabIndex = 4;
            this.tbReportName.UseValueForChildsVisibilty = false;
            this.tbReportName.Value = true;
            this.tbReportName.TextChanged += new System.EventHandler(this.tbReportName_TextChanged);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(16, 192);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(72, 23);
            this.label3.TabIndex = 3;
            this.label3.Text = "Author:";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(16, 160);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(72, 23);
            this.label2.TabIndex = 2;
            this.label2.Text = "Description:";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 128);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(64, 23);
            this.label1.TabIndex = 1;
            this.label1.Text = "Name:";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rbChart);
            this.groupBox1.Controls.Add(this.rbMatrix);
            this.groupBox1.Controls.Add(this.rbList);
            this.groupBox1.Controls.Add(this.rbTable);
            this.groupBox1.Location = new System.Drawing.Point(16, 16);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(384, 104);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Report Type";
            // 
            // rbChart
            // 
            this.rbChart.Location = new System.Drawing.Point(168, 56);
            this.rbChart.Name = "rbChart";
            this.rbChart.Size = new System.Drawing.Size(104, 24);
            this.rbChart.TabIndex = 3;
            this.rbChart.Text = "Chart";
            this.rbChart.Visible = false;
            this.rbChart.CheckedChanged += new System.EventHandler(this.rbChart_CheckedChanged);
            // 
            // rbMatrix
            // 
            this.rbMatrix.Location = new System.Drawing.Point(168, 24);
            this.rbMatrix.Name = "rbMatrix";
            this.rbMatrix.Size = new System.Drawing.Size(104, 24);
            this.rbMatrix.TabIndex = 2;
            this.rbMatrix.Text = "Matrix";
            this.rbMatrix.Visible = false;
            this.rbMatrix.CheckedChanged += new System.EventHandler(this.rbMatrix_CheckedChanged);
            // 
            // rbList
            // 
            this.rbList.Location = new System.Drawing.Point(32, 56);
            this.rbList.Name = "rbList";
            this.rbList.Size = new System.Drawing.Size(104, 24);
            this.rbList.TabIndex = 1;
            this.rbList.Text = "List";
            this.rbList.CheckedChanged += new System.EventHandler(this.rbList_CheckedChanged);
            // 
            // rbTable
            // 
            this.rbTable.Checked = true;
            this.rbTable.Location = new System.Drawing.Point(32, 24);
            this.rbTable.Name = "rbTable";
            this.rbTable.Size = new System.Drawing.Size(104, 24);
            this.rbTable.TabIndex = 0;
            this.rbTable.TabStop = true;
            this.rbTable.Text = "Table";
            this.rbTable.CheckedChanged += new System.EventHandler(this.rbTable_CheckedChanged);
            // 
            // DBConnection
            // 
            this.DBConnection.BackColor = System.Drawing.Color.White;
            this.DBConnection.CausesValidation = false;
            this.DBConnection.Controls.Add(this.bShared);
            this.DBConnection.Controls.Add(this.bTestConnection);
            this.DBConnection.Controls.Add(this.cbOdbcNames);
            this.DBConnection.Controls.Add(this.lODBC);
            this.DBConnection.Controls.Add(this.lConnection);
            this.DBConnection.Controls.Add(this.cbConnectionTypes);
            this.DBConnection.Controls.Add(this.label7);
            this.DBConnection.Controls.Add(this.tbConnection);
            this.DBConnection.Location = new System.Drawing.Point(4, 25);
            this.DBConnection.Name = "DBConnection";
            this.DBConnection.Size = new System.Drawing.Size(814, 329);
            this.DBConnection.TabIndex = 0;
            this.DBConnection.Tag = "connect";
            this.DBConnection.Text = "Connection";
            this.DBConnection.Validating += new System.ComponentModel.CancelEventHandler(this.DBConnection_Validating);
            // 
            // bShared
            // 
            this.bShared.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bShared.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bShared.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bShared.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bShared.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bShared.Font = new System.Drawing.Font("Arial", 9F);
            this.bShared.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bShared.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bShared.Location = new System.Drawing.Point(216, 48);
            this.bShared.Name = "bShared";
            this.bShared.OverriddenSize = null;
            this.bShared.Size = new System.Drawing.Size(24, 21);
            this.bShared.TabIndex = 6;
            this.bShared.Text = "...";
            this.bShared.UseVisualStyleBackColor = true;
            this.bShared.Click += new System.EventHandler(this.bShared_Click);
            // 
            // bTestConnection
            // 
            this.bTestConnection.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bTestConnection.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bTestConnection.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bTestConnection.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bTestConnection.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bTestConnection.Font = new System.Drawing.Font("Arial", 9F);
            this.bTestConnection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bTestConnection.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bTestConnection.Location = new System.Drawing.Point(16, 104);
            this.bTestConnection.Name = "bTestConnection";
            this.bTestConnection.OverriddenSize = null;
            this.bTestConnection.Size = new System.Drawing.Size(104, 21);
            this.bTestConnection.TabIndex = 3;
            this.bTestConnection.Text = "Test Connection";
            this.bTestConnection.UseVisualStyleBackColor = true;
            this.bTestConnection.Click += new System.EventHandler(this.bTestConnection_Click);
            // 
            // cbOdbcNames
            // 
            this.cbOdbcNames.AutoAdjustItemHeight = false;
            this.cbOdbcNames.BorderColor = System.Drawing.Color.LightGray;
            this.cbOdbcNames.ConvertEnterToTabForDialogs = false;
            this.cbOdbcNames.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbOdbcNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbOdbcNames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbOdbcNames.Location = new System.Drawing.Point(352, 16);
            this.cbOdbcNames.Name = "cbOdbcNames";
            this.cbOdbcNames.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbOdbcNames.SeparatorMargin = 1;
            this.cbOdbcNames.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbOdbcNames.SeparatorWidth = 1;
            this.cbOdbcNames.Size = new System.Drawing.Size(152, 21);
            this.cbOdbcNames.Sorted = true;
            this.cbOdbcNames.TabIndex = 1;
            this.cbOdbcNames.SelectedIndexChanged += new System.EventHandler(this.cbOdbcNames_SelectedIndexChanged);
            // 
            // lODBC
            // 
            this.lODBC.Location = new System.Drawing.Point(240, 16);
            this.lODBC.Name = "lODBC";
            this.lODBC.Size = new System.Drawing.Size(112, 23);
            this.lODBC.TabIndex = 5;
            this.lODBC.Text = "ODBC Data Sources";
            // 
            // lConnection
            // 
            this.lConnection.Location = new System.Drawing.Point(16, 48);
            this.lConnection.Name = "lConnection";
            this.lConnection.Size = new System.Drawing.Size(184, 16);
            this.lConnection.TabIndex = 4;
            this.lConnection.Text = "Connection:";
            // 
            // cbConnectionTypes
            // 
            this.cbConnectionTypes.AutoAdjustItemHeight = false;
            this.cbConnectionTypes.BorderColor = System.Drawing.Color.LightGray;
            this.cbConnectionTypes.ConvertEnterToTabForDialogs = false;
            this.cbConnectionTypes.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbConnectionTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbConnectionTypes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbConnectionTypes.Location = new System.Drawing.Point(112, 16);
            this.cbConnectionTypes.Name = "cbConnectionTypes";
            this.cbConnectionTypes.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbConnectionTypes.SeparatorMargin = 1;
            this.cbConnectionTypes.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbConnectionTypes.SeparatorWidth = 1;
            this.cbConnectionTypes.Size = new System.Drawing.Size(128, 21);
            this.cbConnectionTypes.TabIndex = 0;
            this.cbConnectionTypes.SelectedIndexChanged += new System.EventHandler(this.cbConnectionTypes_SelectedIndexChanged);
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(16, 16);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(96, 23);
            this.label7.TabIndex = 2;
            this.label7.Text = "Connection Type:";
            // 
            // tbConnection
            // 
            this.tbConnection.AddX = 0;
            this.tbConnection.AddY = 0;
            this.tbConnection.AllowSpace = false;
            this.tbConnection.BorderColor = System.Drawing.Color.LightGray;
            this.tbConnection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbConnection.ChangeVisibility = false;
            this.tbConnection.ChildControl = null;
            this.tbConnection.ConvertEnterToTab = true;
            this.tbConnection.ConvertEnterToTabForDialogs = false;
            this.tbConnection.Decimals = 0;
            this.tbConnection.DisplayList = new object[0];
            this.tbConnection.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbConnection.Location = new System.Drawing.Point(16, 72);
            this.tbConnection.Name = "tbConnection";
            this.tbConnection.OnDropDownCloseFocus = true;
            this.tbConnection.SelectType = 0;
            this.tbConnection.Size = new System.Drawing.Size(488, 20);
            this.tbConnection.TabIndex = 2;
            this.tbConnection.Text = "Server=.\\SQLEXPRESS;DataBase=DB1;Integrated Security=true;Connect Timeout=" +
                "5";
            this.tbConnection.UseValueForChildsVisibilty = false;
            this.tbConnection.Value = true;
            this.tbConnection.TextChanged += new System.EventHandler(this.tbConnection_TextChanged);
            // 
            // ReportParameters
            // 
            this.ReportParameters.BackColor = System.Drawing.Color.White;
            this.ReportParameters.Controls.Add(this.bValidValues);
            this.ReportParameters.Controls.Add(this.tbParmDefaultValue);
            this.ReportParameters.Controls.Add(this.lDefaultValue);
            this.ReportParameters.Controls.Add(this.bParmDown);
            this.ReportParameters.Controls.Add(this.bParmUp);
            this.ReportParameters.Controls.Add(this.tbParmValidValues);
            this.ReportParameters.Controls.Add(this.lbParmValidValues);
            this.ReportParameters.Controls.Add(this.ckbParmAllowBlank);
            this.ReportParameters.Controls.Add(this.ckbParmAllowNull);
            this.ReportParameters.Controls.Add(this.tbParmPrompt);
            this.ReportParameters.Controls.Add(this.lParmPrompt);
            this.ReportParameters.Controls.Add(this.cbParmType);
            this.ReportParameters.Controls.Add(this.lParmType);
            this.ReportParameters.Controls.Add(this.tbParmName);
            this.ReportParameters.Controls.Add(this.lParmName);
            this.ReportParameters.Controls.Add(this.bRemove);
            this.ReportParameters.Controls.Add(this.bAdd);
            this.ReportParameters.Controls.Add(this.lbParameters);
            this.ReportParameters.Location = new System.Drawing.Point(4, 25);
            this.ReportParameters.Name = "ReportParameters";
            this.ReportParameters.Size = new System.Drawing.Size(814, 329);
            this.ReportParameters.TabIndex = 6;
            this.ReportParameters.Tag = "parameters";
            this.ReportParameters.Text = "Parameters";
            // 
            // bValidValues
            // 
            this.bValidValues.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bValidValues.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bValidValues.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bValidValues.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bValidValues.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bValidValues.Font = new System.Drawing.Font("Arial", 9F);
            this.bValidValues.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bValidValues.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bValidValues.Location = new System.Drawing.Point(432, 152);
            this.bValidValues.Name = "bValidValues";
            this.bValidValues.OverriddenSize = null;
            this.bValidValues.Size = new System.Drawing.Size(24, 21);
            this.bValidValues.TabIndex = 16;
            this.bValidValues.Text = "...";
            this.bValidValues.UseVisualStyleBackColor = true;
            this.bValidValues.Click += new System.EventHandler(this.bValidValues_Click);
            // 
            // tbParmDefaultValue
            // 
            this.tbParmDefaultValue.AddX = 0;
            this.tbParmDefaultValue.AddY = 0;
            this.tbParmDefaultValue.AllowSpace = false;
            this.tbParmDefaultValue.BorderColor = System.Drawing.Color.LightGray;
            this.tbParmDefaultValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbParmDefaultValue.ChangeVisibility = false;
            this.tbParmDefaultValue.ChildControl = null;
            this.tbParmDefaultValue.ConvertEnterToTab = true;
            this.tbParmDefaultValue.ConvertEnterToTabForDialogs = false;
            this.tbParmDefaultValue.Decimals = 0;
            this.tbParmDefaultValue.DisplayList = new object[0];
            this.tbParmDefaultValue.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbParmDefaultValue.Location = new System.Drawing.Point(208, 200);
            this.tbParmDefaultValue.Name = "tbParmDefaultValue";
            this.tbParmDefaultValue.OnDropDownCloseFocus = true;
            this.tbParmDefaultValue.SelectType = 0;
            this.tbParmDefaultValue.Size = new System.Drawing.Size(216, 20);
            this.tbParmDefaultValue.TabIndex = 10;
            this.tbParmDefaultValue.UseValueForChildsVisibilty = false;
            this.tbParmDefaultValue.Value = true;
            this.tbParmDefaultValue.TextChanged += new System.EventHandler(this.tbParmDefaultValue_TextChanged);
            // 
            // lDefaultValue
            // 
            this.lDefaultValue.Location = new System.Drawing.Point(208, 184);
            this.lDefaultValue.Name = "lDefaultValue";
            this.lDefaultValue.Size = new System.Drawing.Size(100, 16);
            this.lDefaultValue.TabIndex = 15;
            this.lDefaultValue.Text = "Default Value";
            // 
            // bParmDown
            // 
            this.bParmDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bParmDown.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bParmDown.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bParmDown.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bParmDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bParmDown.Font = new System.Drawing.Font("Wingdings", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
            this.bParmDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bParmDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bParmDown.Location = new System.Drawing.Point(168, 64);
            this.bParmDown.Name = "bParmDown";
            this.bParmDown.OverriddenSize = null;
            this.bParmDown.Size = new System.Drawing.Size(24, 21);
            this.bParmDown.TabIndex = 14;
            this.bParmDown.Text = "";
            this.bParmDown.UseVisualStyleBackColor = true;
            this.bParmDown.Click += new System.EventHandler(this.bParmDown_Click);
            // 
            // bParmUp
            // 
            this.bParmUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bParmUp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bParmUp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bParmUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bParmUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bParmUp.Font = new System.Drawing.Font("Wingdings", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
            this.bParmUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bParmUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bParmUp.Location = new System.Drawing.Point(168, 24);
            this.bParmUp.Name = "bParmUp";
            this.bParmUp.OverriddenSize = null;
            this.bParmUp.Size = new System.Drawing.Size(24, 21);
            this.bParmUp.TabIndex = 13;
            this.bParmUp.Text = "";
            this.bParmUp.UseVisualStyleBackColor = true;
            this.bParmUp.Click += new System.EventHandler(this.bParmUp_Click);
            // 
            // tbParmValidValues
            // 
            this.tbParmValidValues.AddX = 0;
            this.tbParmValidValues.AddY = 0;
            this.tbParmValidValues.AllowSpace = false;
            this.tbParmValidValues.BorderColor = System.Drawing.Color.LightGray;
            this.tbParmValidValues.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbParmValidValues.ChangeVisibility = false;
            this.tbParmValidValues.ChildControl = null;
            this.tbParmValidValues.ConvertEnterToTab = true;
            this.tbParmValidValues.ConvertEnterToTabForDialogs = false;
            this.tbParmValidValues.Decimals = 0;
            this.tbParmValidValues.DisplayList = new object[0];
            this.tbParmValidValues.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbParmValidValues.Location = new System.Drawing.Point(208, 152);
            this.tbParmValidValues.Name = "tbParmValidValues";
            this.tbParmValidValues.OnDropDownCloseFocus = true;
            this.tbParmValidValues.ReadOnly = true;
            this.tbParmValidValues.SelectType = 0;
            this.tbParmValidValues.Size = new System.Drawing.Size(216, 20);
            this.tbParmValidValues.TabIndex = 9;
            this.tbParmValidValues.UseValueForChildsVisibilty = false;
            this.tbParmValidValues.Value = true;
            // 
            // lbParmValidValues
            // 
            this.lbParmValidValues.Location = new System.Drawing.Point(208, 136);
            this.lbParmValidValues.Name = "lbParmValidValues";
            this.lbParmValidValues.Size = new System.Drawing.Size(100, 16);
            this.lbParmValidValues.TabIndex = 11;
            this.lbParmValidValues.Text = "Valid Values";
            // 
            // ckbParmAllowBlank
            // 
            this.ckbParmAllowBlank.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckbParmAllowBlank.ForeColor = System.Drawing.Color.Black;
            this.ckbParmAllowBlank.Location = new System.Drawing.Point(288, 232);
            this.ckbParmAllowBlank.Name = "ckbParmAllowBlank";
            this.ckbParmAllowBlank.Size = new System.Drawing.Size(152, 24);
            this.ckbParmAllowBlank.TabIndex = 12;
            this.ckbParmAllowBlank.Text = "Allow blank (strings only)";
            this.ckbParmAllowBlank.CheckedChanged += new System.EventHandler(this.ckbParmAllowBlank_CheckedChanged);
            // 
            // ckbParmAllowNull
            // 
            this.ckbParmAllowNull.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckbParmAllowNull.ForeColor = System.Drawing.Color.Black;
            this.ckbParmAllowNull.Location = new System.Drawing.Point(208, 232);
            this.ckbParmAllowNull.Name = "ckbParmAllowNull";
            this.ckbParmAllowNull.Size = new System.Drawing.Size(72, 24);
            this.ckbParmAllowNull.TabIndex = 11;
            this.ckbParmAllowNull.Text = "Allow null";
            this.ckbParmAllowNull.CheckedChanged += new System.EventHandler(this.ckbParmAllowNull_CheckedChanged);
            // 
            // tbParmPrompt
            // 
            this.tbParmPrompt.AddX = 0;
            this.tbParmPrompt.AddY = 0;
            this.tbParmPrompt.AllowSpace = false;
            this.tbParmPrompt.BorderColor = System.Drawing.Color.LightGray;
            this.tbParmPrompt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbParmPrompt.ChangeVisibility = false;
            this.tbParmPrompt.ChildControl = null;
            this.tbParmPrompt.ConvertEnterToTab = true;
            this.tbParmPrompt.ConvertEnterToTabForDialogs = false;
            this.tbParmPrompt.Decimals = 0;
            this.tbParmPrompt.DisplayList = new object[0];
            this.tbParmPrompt.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbParmPrompt.Location = new System.Drawing.Point(208, 104);
            this.tbParmPrompt.Name = "tbParmPrompt";
            this.tbParmPrompt.OnDropDownCloseFocus = true;
            this.tbParmPrompt.SelectType = 0;
            this.tbParmPrompt.Size = new System.Drawing.Size(216, 20);
            this.tbParmPrompt.TabIndex = 8;
            this.tbParmPrompt.UseValueForChildsVisibilty = false;
            this.tbParmPrompt.Value = true;
            this.tbParmPrompt.TextChanged += new System.EventHandler(this.tbParmPrompt_TextChanged);
            // 
            // lParmPrompt
            // 
            this.lParmPrompt.Location = new System.Drawing.Point(208, 88);
            this.lParmPrompt.Name = "lParmPrompt";
            this.lParmPrompt.Size = new System.Drawing.Size(48, 16);
            this.lParmPrompt.TabIndex = 7;
            this.lParmPrompt.Text = "Prompt";
            // 
            // cbParmType
            // 
            this.cbParmType.AutoAdjustItemHeight = false;
            this.cbParmType.BorderColor = System.Drawing.Color.LightGray;
            this.cbParmType.ConvertEnterToTabForDialogs = false;
            this.cbParmType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbParmType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbParmType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbParmType.Items.AddRange(new object[] {
            "Boolean",
            "DateTime",
            "Integer",
            "Float",
            "String"});
            this.cbParmType.Location = new System.Drawing.Point(288, 56);
            this.cbParmType.Name = "cbParmType";
            this.cbParmType.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbParmType.SeparatorMargin = 1;
            this.cbParmType.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbParmType.SeparatorWidth = 1;
            this.cbParmType.Size = new System.Drawing.Size(80, 21);
            this.cbParmType.TabIndex = 6;
            this.cbParmType.SelectedIndexChanged += new System.EventHandler(this.cbParmType_SelectedIndexChanged);
            // 
            // lParmType
            // 
            this.lParmType.Location = new System.Drawing.Point(208, 56);
            this.lParmType.Name = "lParmType";
            this.lParmType.Size = new System.Drawing.Size(56, 23);
            this.lParmType.TabIndex = 5;
            this.lParmType.Text = "Datatype";
            // 
            // tbParmName
            // 
            this.tbParmName.AddX = 0;
            this.tbParmName.AddY = 0;
            this.tbParmName.AllowSpace = false;
            this.tbParmName.BorderColor = System.Drawing.Color.LightGray;
            this.tbParmName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbParmName.ChangeVisibility = false;
            this.tbParmName.ChildControl = null;
            this.tbParmName.ConvertEnterToTab = true;
            this.tbParmName.ConvertEnterToTabForDialogs = false;
            this.tbParmName.Decimals = 0;
            this.tbParmName.DisplayList = new object[0];
            this.tbParmName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbParmName.Location = new System.Drawing.Point(288, 24);
            this.tbParmName.Name = "tbParmName";
            this.tbParmName.OnDropDownCloseFocus = true;
            this.tbParmName.SelectType = 0;
            this.tbParmName.Size = new System.Drawing.Size(136, 20);
            this.tbParmName.TabIndex = 4;
            this.tbParmName.UseValueForChildsVisibilty = false;
            this.tbParmName.Value = true;
            this.tbParmName.TextChanged += new System.EventHandler(this.tbParmName_TextChanged);
            // 
            // lParmName
            // 
            this.lParmName.Location = new System.Drawing.Point(208, 24);
            this.lParmName.Name = "lParmName";
            this.lParmName.Size = new System.Drawing.Size(48, 16);
            this.lParmName.TabIndex = 3;
            this.lParmName.Text = "Name";
            // 
            // bRemove
            // 
            this.bRemove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRemove.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRemove.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRemove.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRemove.Font = new System.Drawing.Font("Arial", 9F);
            this.bRemove.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRemove.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRemove.Location = new System.Drawing.Point(104, 264);
            this.bRemove.Name = "bRemove";
            this.bRemove.OverriddenSize = null;
            this.bRemove.Size = new System.Drawing.Size(56, 21);
            this.bRemove.TabIndex = 2;
            this.bRemove.Text = "Remove";
            this.bRemove.UseVisualStyleBackColor = true;
            this.bRemove.Click += new System.EventHandler(this.bRemove_Click);
            // 
            // bAdd
            // 
            this.bAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bAdd.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bAdd.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bAdd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bAdd.Font = new System.Drawing.Font("Arial", 9F);
            this.bAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bAdd.Location = new System.Drawing.Point(16, 264);
            this.bAdd.Name = "bAdd";
            this.bAdd.OverriddenSize = null;
            this.bAdd.Size = new System.Drawing.Size(56, 21);
            this.bAdd.TabIndex = 1;
            this.bAdd.Text = "Add";
            this.bAdd.UseVisualStyleBackColor = true;
            this.bAdd.Click += new System.EventHandler(this.bAdd_Click);
            // 
            // lbParameters
            // 
            this.lbParameters.Location = new System.Drawing.Point(16, 16);
            this.lbParameters.Name = "lbParameters";
            this.lbParameters.Size = new System.Drawing.Size(144, 238);
            this.lbParameters.TabIndex = 0;
            this.lbParameters.SelectedIndexChanged += new System.EventHandler(this.lbParameters_SelectedIndexChanged);
            // 
            // DBSql
            // 
            this.DBSql.BackColor = System.Drawing.Color.White;
            this.DBSql.Controls.Add(this.panel2);
            this.DBSql.Location = new System.Drawing.Point(4, 25);
            this.DBSql.Name = "DBSql";
            this.DBSql.Size = new System.Drawing.Size(814, 329);
            this.DBSql.TabIndex = 1;
            this.DBSql.Tag = "sql";
            this.DBSql.Text = "SQL";
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.splitContainer1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(814, 329);
            this.panel2.TabIndex = 1;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tvTablesColumns);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tbSQL);
            this.splitContainer1.Panel2.Controls.Add(this.bMove);
            this.splitContainer1.Size = new System.Drawing.Size(814, 329);
            this.splitContainer1.SplitterDistance = 270;
            this.splitContainer1.TabIndex = 5;
            // 
            // tvTablesColumns
            // 
            this.tvTablesColumns.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvTablesColumns.FullRowSelect = true;
            this.tvTablesColumns.Location = new System.Drawing.Point(0, 0);
            this.tvTablesColumns.Name = "tvTablesColumns";
            this.tvTablesColumns.Size = new System.Drawing.Size(270, 329);
            this.tvTablesColumns.TabIndex = 2;
            this.tvTablesColumns.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvTablesColumns_BeforeExpand);
            // 
            // tbSQL
            // 
            this.tbSQL.AddX = 0;
            this.tbSQL.AddY = 0;
            this.tbSQL.AllowDrop = true;
            this.tbSQL.AllowSpace = false;
            this.tbSQL.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.tbSQL.BorderColor = System.Drawing.Color.LightGray;
            this.tbSQL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbSQL.ChangeVisibility = false;
            this.tbSQL.ChildControl = null;
            this.tbSQL.ConvertEnterToTab = true;
            this.tbSQL.ConvertEnterToTabForDialogs = false;
            this.tbSQL.Decimals = 0;
            this.tbSQL.DisplayList = new object[0];
            this.tbSQL.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbSQL.Location = new System.Drawing.Point(41, 3);
            this.tbSQL.Multiline = true;
            this.tbSQL.Name = "tbSQL";
            this.tbSQL.OnDropDownCloseFocus = true;
            this.tbSQL.SelectType = 0;
            this.tbSQL.Size = new System.Drawing.Size(496, 323);
            this.tbSQL.TabIndex = 6;
            this.tbSQL.UseValueForChildsVisibilty = false;
            this.tbSQL.Value = true;
            this.tbSQL.TextChanged += new System.EventHandler(this.tbSQL_TextChanged);
            // 
            // bMove
            // 
            this.bMove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bMove.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bMove.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bMove.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bMove.Font = new System.Drawing.Font("Arial", 9F);
            this.bMove.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bMove.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMove.Location = new System.Drawing.Point(3, 3);
            this.bMove.Name = "bMove";
            this.bMove.OverriddenSize = null;
            this.bMove.Size = new System.Drawing.Size(32, 21);
            this.bMove.TabIndex = 5;
            this.bMove.Text = ">>";
            this.bMove.UseVisualStyleBackColor = true;
            this.bMove.Click += new System.EventHandler(this.bMove_Click);
            // 
            // TabularGroup
            // 
            this.TabularGroup.BackColor = System.Drawing.Color.White;
            this.TabularGroup.Controls.Add(this.clbSubtotal);
            this.TabularGroup.Controls.Add(this.ckbGrandTotal);
            this.TabularGroup.Controls.Add(this.label5);
            this.TabularGroup.Controls.Add(this.label4);
            this.TabularGroup.Controls.Add(this.cbColumnList);
            this.TabularGroup.Location = new System.Drawing.Point(4, 25);
            this.TabularGroup.Name = "TabularGroup";
            this.TabularGroup.Size = new System.Drawing.Size(814, 329);
            this.TabularGroup.TabIndex = 7;
            this.TabularGroup.Tag = "group";
            this.TabularGroup.Text = "Grouping";
            // 
            // clbSubtotal
            // 
            this.clbSubtotal.CheckOnClick = true;
            this.clbSubtotal.Location = new System.Drawing.Point(232, 32);
            this.clbSubtotal.Name = "clbSubtotal";
            this.clbSubtotal.Size = new System.Drawing.Size(192, 139);
            this.clbSubtotal.TabIndex = 5;
            this.clbSubtotal.SelectedIndexChanged += new System.EventHandler(this.emptyReportSyntax);
            // 
            // ckbGrandTotal
            // 
            this.ckbGrandTotal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckbGrandTotal.ForeColor = System.Drawing.Color.Black;
            this.ckbGrandTotal.Location = new System.Drawing.Point(16, 88);
            this.ckbGrandTotal.Name = "ckbGrandTotal";
            this.ckbGrandTotal.Size = new System.Drawing.Size(160, 24);
            this.ckbGrandTotal.TabIndex = 4;
            this.ckbGrandTotal.Text = "Calculate grand totals";
            this.ckbGrandTotal.CheckedChanged += new System.EventHandler(this.emptyReportSyntax);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(232, 16);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(208, 23);
            this.label5.TabIndex = 2;
            this.label5.Text = "Check columns you want to subtotal";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(16, 16);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(216, 16);
            this.label4.TabIndex = 1;
            this.label4.Text = "Pick a column to group (create hierarchy)";
            // 
            // cbColumnList
            // 
            this.cbColumnList.AutoAdjustItemHeight = false;
            this.cbColumnList.BorderColor = System.Drawing.Color.LightGray;
            this.cbColumnList.ConvertEnterToTabForDialogs = false;
            this.cbColumnList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbColumnList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbColumnList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbColumnList.Location = new System.Drawing.Point(16, 32);
            this.cbColumnList.Name = "cbColumnList";
            this.cbColumnList.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbColumnList.SeparatorMargin = 1;
            this.cbColumnList.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbColumnList.SeparatorWidth = 1;
            this.cbColumnList.Size = new System.Drawing.Size(200, 21);
            this.cbColumnList.TabIndex = 0;
            this.cbColumnList.SelectedIndexChanged += new System.EventHandler(this.emptyReportSyntax);
            // 
            // ReportSyntax
            // 
            this.ReportSyntax.BackColor = System.Drawing.Color.White;
            this.ReportSyntax.Controls.Add(this.tbReportSyntax);
            this.ReportSyntax.Location = new System.Drawing.Point(4, 25);
            this.ReportSyntax.Name = "ReportSyntax";
            this.ReportSyntax.Size = new System.Drawing.Size(814, 329);
            this.ReportSyntax.TabIndex = 4;
            this.ReportSyntax.Tag = "syntax";
            this.ReportSyntax.Text = "Report Syntax";
            // 
            // tbReportSyntax
            // 
            this.tbReportSyntax.AddX = 0;
            this.tbReportSyntax.AddY = 0;
            this.tbReportSyntax.AllowSpace = false;
            this.tbReportSyntax.BorderColor = System.Drawing.Color.LightGray;
            this.tbReportSyntax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbReportSyntax.ChangeVisibility = false;
            this.tbReportSyntax.ChildControl = null;
            this.tbReportSyntax.ConvertEnterToTab = true;
            this.tbReportSyntax.ConvertEnterToTabForDialogs = false;
            this.tbReportSyntax.Decimals = 0;
            this.tbReportSyntax.DisplayList = new object[0];
            this.tbReportSyntax.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tbReportSyntax.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbReportSyntax.Location = new System.Drawing.Point(0, 0);
            this.tbReportSyntax.Multiline = true;
            this.tbReportSyntax.Name = "tbReportSyntax";
            this.tbReportSyntax.OnDropDownCloseFocus = true;
            this.tbReportSyntax.ReadOnly = true;
            this.tbReportSyntax.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.tbReportSyntax.SelectType = 0;
            this.tbReportSyntax.Size = new System.Drawing.Size(814, 329);
            this.tbReportSyntax.TabIndex = 0;
            this.tbReportSyntax.UseValueForChildsVisibilty = false;
            this.tbReportSyntax.Value = true;
            this.tbReportSyntax.WordWrap = false;
            // 
            // ReportPreview
            // 
            this.ReportPreview.BackColor = System.Drawing.Color.White;
            this.ReportPreview.Controls.Add(this.rdlViewer1);
            this.ReportPreview.Location = new System.Drawing.Point(4, 25);
            this.ReportPreview.Name = "ReportPreview";
            this.ReportPreview.Size = new System.Drawing.Size(814, 329);
            this.ReportPreview.TabIndex = 5;
            this.ReportPreview.Tag = "preview";
            this.ReportPreview.Text = "Report Preview";
            // 
            // rdlViewer1
            // 
            this.rdlViewer1.Cursor = System.Windows.Forms.Cursors.Default;
            this.rdlViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rdlViewer1.Folder = null;
            this.rdlViewer1.HighlightAll = false;
            this.rdlViewer1.HighlightAllColor = System.Drawing.Color.Fuchsia;
            this.rdlViewer1.HighlightCaseSensitive = false;
            this.rdlViewer1.HighlightItemColor = System.Drawing.Color.Aqua;
            this.rdlViewer1.HighlightPageItem = null;
            this.rdlViewer1.HighlightText = null;
            this.rdlViewer1.Location = new System.Drawing.Point(0, 0);
            this.rdlViewer1.Name = "rdlViewer1";
            this.rdlViewer1.PageCurrent = 1;
            this.rdlViewer1.Parameters = null;
            this.rdlViewer1.ReportName = null;
            this.rdlViewer1.ScrollMode = Oranikle.Report.Viewer.ScrollModeEnum.Continuous;
            this.rdlViewer1.SelectTool = false;
            this.rdlViewer1.ShowFindPanel = false;
            this.rdlViewer1.ShowParameterPanel = true;
            this.rdlViewer1.ShowWaitDialog = true;
            this.rdlViewer1.Size = new System.Drawing.Size(814, 329);
            this.rdlViewer1.SourceFile = null;
            this.rdlViewer1.SourceRdl = null;
            this.rdlViewer1.TabIndex = 0;
            this.rdlViewer1.Text = "rdlViewer1";
            this.rdlViewer1.UseTrueMargins = true;
            this.rdlViewer1.Zoom = 0.9459187F;
            this.rdlViewer1.ZoomMode = Oranikle.Report.Viewer.ZoomEnum.FitWidth;
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.btnCancel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.btnCancel.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.btnCancel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.btnCancel.CausesValidation = false;
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancel.Font = new System.Drawing.Font("Arial", 9F);
            this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnCancel.Location = new System.Drawing.Point(734, 10);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.OverriddenSize = null;
            this.btnCancel.Size = new System.Drawing.Size(75, 21);
            this.btnCancel.TabIndex = 0;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnOK);
            this.panel1.Controls.Add(this.btnCancel);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 358);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(822, 40);
            this.panel1.TabIndex = 3;
            // 
            // btnOK
            // 
            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.btnOK.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.btnOK.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.btnOK.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnOK.Font = new System.Drawing.Font("Arial", 9F);
            this.btnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnOK.Location = new System.Drawing.Point(638, 10);
            this.btnOK.Name = "btnOK";
            this.btnOK.OverriddenSize = null;
            this.btnOK.Size = new System.Drawing.Size(75, 21);
            this.btnOK.TabIndex = 1;
            this.btnOK.Text = "OK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // DialogDatabase
            // 
            this.AcceptButton = this.btnOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(822, 398);
            this.Controls.Add(this.tcDialog);
            this.Controls.Add(this.panel1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogDatabase";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "New Report from Database";
            this.Closed += new System.EventHandler(this.DialogDatabase_Closed);
            this.tcDialog.ResumeLayout(false);
            this.ReportType.ResumeLayout(false);
            this.ReportType.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.DBConnection.ResumeLayout(false);
            this.DBConnection.PerformLayout();
            this.ReportParameters.ResumeLayout(false);
            this.ReportParameters.PerformLayout();
            this.DBSql.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            this.TabularGroup.ResumeLayout(false);
            this.ReportSyntax.ResumeLayout(false);
            this.ReportSyntax.PerformLayout();
            this.ReportPreview.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.tbReportAuthor = new Oranikle.Studio.Controls.CustomTextControl();
			this.tbReportDescription = new Oranikle.Studio.Controls.CustomTextControl();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.tbPageHeight = new Oranikle.Studio.Controls.CustomTextControl();
			this.tbPageWidth = new Oranikle.Studio.Controls.CustomTextControl();
			this.label4 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.tbMarginBottom = new Oranikle.Studio.Controls.CustomTextControl();
			this.label7 = new System.Windows.Forms.Label();
			this.tbMarginTop = new Oranikle.Studio.Controls.CustomTextControl();
			this.label8 = new System.Windows.Forms.Label();
			this.tbMarginRight = new Oranikle.Studio.Controls.CustomTextControl();
			this.label6 = new System.Windows.Forms.Label();
			this.tbMarginLeft = new Oranikle.Studio.Controls.CustomTextControl();
			this.label5 = new System.Windows.Forms.Label();
			this.tbWidth = new Oranikle.Studio.Controls.CustomTextControl();
			this.label9 = new System.Windows.Forms.Label();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.chkPHLast = new Oranikle.Studio.Controls.StyledCheckBox();
			this.chkPHFirst = new Oranikle.Studio.Controls.StyledCheckBox();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.chkPFLast = new Oranikle.Studio.Controls.StyledCheckBox();
			this.chkPFFirst = new Oranikle.Studio.Controls.StyledCheckBox();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.groupBox4.SuspendLayout();
			this.SuspendLayout();
			// 
			// tbReportAuthor
			// 
			this.tbReportAuthor.Location = new System.Drawing.Point(96, 9);
			this.tbReportAuthor.Name = "tbReportAuthor";
			this.tbReportAuthor.Size = new System.Drawing.Size(304, 20);
			this.tbReportAuthor.TabIndex = 0;
			this.tbReportAuthor.Text = "";
			// 
			// tbReportDescription
			// 
			this.tbReportDescription.Location = new System.Drawing.Point(96, 32);
			this.tbReportDescription.Name = "tbReportDescription";
			this.tbReportDescription.Size = new System.Drawing.Size(304, 20);
			this.tbReportDescription.TabIndex = 1;
			this.tbReportDescription.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(16, 8);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(72, 23);
			this.label3.TabIndex = 9;
			this.label3.Text = "Author:";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(16, 32);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(72, 23);
			this.label2.TabIndex = 8;
			this.label2.Text = "Description:";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.tbPageHeight);
			this.groupBox1.Controls.Add(this.tbPageWidth);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Location = new System.Drawing.Point(16, 80);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(384, 48);
			this.groupBox1.TabIndex = 3;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Page";
			// 
			// tbPageHeight
			// 
			this.tbPageHeight.Location = new System.Drawing.Point(224, 16);
			this.tbPageHeight.Name = "tbPageHeight";
			this.tbPageHeight.Size = new System.Drawing.Size(72, 20);
			this.tbPageHeight.TabIndex = 1;
			this.tbPageHeight.Tag = "Page Height";
			this.tbPageHeight.Text = "";
			this.tbPageHeight.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
			// 
			// tbPageWidth
			// 
			this.tbPageWidth.Location = new System.Drawing.Point(72, 16);
			this.tbPageWidth.Name = "tbPageWidth";
			this.tbPageWidth.Size = new System.Drawing.Size(72, 20);
			this.tbPageWidth.TabIndex = 0;
			this.tbPageWidth.Tag = "Page Width";
			this.tbPageWidth.Text = "";
			this.tbPageWidth.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(164, 16);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(48, 16);
			this.label4.TabIndex = 2;
			this.label4.Text = "Height";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(16, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(48, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "Width";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.tbMarginBottom);
			this.groupBox2.Controls.Add(this.label7);
			this.groupBox2.Controls.Add(this.tbMarginTop);
			this.groupBox2.Controls.Add(this.label8);
			this.groupBox2.Controls.Add(this.tbMarginRight);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.tbMarginLeft);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Location = new System.Drawing.Point(16, 136);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(384, 72);
			this.groupBox2.TabIndex = 4;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Margins";
			// 
			// tbMarginBottom
			// 
			this.tbMarginBottom.Location = new System.Drawing.Point(224, 40);
			this.tbMarginBottom.Name = "tbMarginBottom";
			this.tbMarginBottom.Size = new System.Drawing.Size(72, 20);
			this.tbMarginBottom.TabIndex = 3;
			this.tbMarginBottom.Tag = "Bottom Margin";
			this.tbMarginBottom.Text = "";
			this.tbMarginBottom.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(168, 40);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(48, 16);
			this.label7.TabIndex = 6;
			this.label7.Text = "Bottom";
			// 
			// tbMarginTop
			// 
			this.tbMarginTop.Location = new System.Drawing.Point(72, 40);
			this.tbMarginTop.Name = "tbMarginTop";
			this.tbMarginTop.Size = new System.Drawing.Size(72, 20);
			this.tbMarginTop.TabIndex = 2;
			this.tbMarginTop.Tag = "Top Margin";
			this.tbMarginTop.Text = "";
			this.tbMarginTop.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(16, 40);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(48, 16);
			this.label8.TabIndex = 4;
			this.label8.Text = "Top";
			// 
			// tbMarginRight
			// 
			this.tbMarginRight.Location = new System.Drawing.Point(224, 16);
			this.tbMarginRight.Name = "tbMarginRight";
			this.tbMarginRight.Size = new System.Drawing.Size(72, 20);
			this.tbMarginRight.TabIndex = 1;
			this.tbMarginRight.Tag = "Right Margin";
			this.tbMarginRight.Text = "";
			this.tbMarginRight.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(168, 16);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(48, 16);
			this.label6.TabIndex = 2;
			this.label6.Text = "Right";
			// 
			// tbMarginLeft
			// 
			this.tbMarginLeft.Location = new System.Drawing.Point(72, 16);
			this.tbMarginLeft.Name = "tbMarginLeft";
			this.tbMarginLeft.Size = new System.Drawing.Size(72, 20);
			this.tbMarginLeft.TabIndex = 0;
			this.tbMarginLeft.Tag = "Left Margin";
			this.tbMarginLeft.Text = "";
			this.tbMarginLeft.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(16, 16);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(48, 16);
			this.label5.TabIndex = 0;
			this.label5.Text = "Left";
			// 
			// tbWidth
			// 
			this.tbWidth.Location = new System.Drawing.Point(96, 56);
			this.tbWidth.Name = "tbWidth";
			this.tbWidth.Size = new System.Drawing.Size(72, 20);
			this.tbWidth.TabIndex = 2;
			this.tbWidth.Tag = "Width";
			this.tbWidth.Text = "";
			this.tbWidth.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(16, 56);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(72, 23);
			this.label9.TabIndex = 15;
			this.label9.Text = "Width";
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.chkPHLast);
			this.groupBox3.Controls.Add(this.chkPHFirst);
			this.groupBox3.Location = new System.Drawing.Point(16, 216);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(184, 56);
			this.groupBox3.TabIndex = 5;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Page Header";
			// 
			// chkPHLast
			// 
			this.chkPHLast.Location = new System.Drawing.Point(96, 16);
			this.chkPHLast.Name = "chkPHLast";
			this.chkPHLast.Size = new System.Drawing.Size(76, 28);
			this.chkPHLast.TabIndex = 2;
			this.chkPHLast.Text = "Print on last page";
			// 
			// chkPHFirst
			// 
			this.chkPHFirst.Location = new System.Drawing.Point(8, 16);
			this.chkPHFirst.Name = "chkPHFirst";
			this.chkPHFirst.Size = new System.Drawing.Size(76, 28);
			this.chkPHFirst.TabIndex = 1;
			this.chkPHFirst.Text = "Print on first page";
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.chkPFLast);
			this.groupBox4.Controls.Add(this.chkPFFirst);
			this.groupBox4.Location = new System.Drawing.Point(216, 216);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(184, 56);
			this.groupBox4.TabIndex = 6;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "Page Footer";
			// 
			// chkPFLast
			// 
			this.chkPFLast.Location = new System.Drawing.Point(96, 16);
			this.chkPFLast.Name = "chkPFLast";
			this.chkPFLast.Size = new System.Drawing.Size(76, 28);
			this.chkPFLast.TabIndex = 1;
			this.chkPFLast.Text = "Print on last page";
			// 
			// chkPFFirst
			// 
			this.chkPFFirst.Location = new System.Drawing.Point(8, 16);
			this.chkPFFirst.Name = "chkPFFirst";
			this.chkPFFirst.Size = new System.Drawing.Size(76, 28);
			this.chkPFFirst.TabIndex = 0;
			this.chkPFFirst.Text = "Print on first page";
			// 
			// ReportCtl
			// 
			this.Controls.Add(this.groupBox4);
			this.Controls.Add(this.groupBox3);
			this.Controls.Add(this.tbWidth);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.tbReportAuthor);
			this.Controls.Add(this.tbReportDescription);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Name = "ReportCtl";
			this.Size = new System.Drawing.Size(472, 288);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Beispiel #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tbReportAuthor      = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbReportDescription = new Oranikle.Studio.Controls.CustomTextControl();
     this.label3         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.tbPageHeight   = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbPageWidth    = new Oranikle.Studio.Controls.CustomTextControl();
     this.label4         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.tbMarginBottom = new Oranikle.Studio.Controls.CustomTextControl();
     this.label7         = new System.Windows.Forms.Label();
     this.tbMarginTop    = new Oranikle.Studio.Controls.CustomTextControl();
     this.label8         = new System.Windows.Forms.Label();
     this.tbMarginRight  = new Oranikle.Studio.Controls.CustomTextControl();
     this.label6         = new System.Windows.Forms.Label();
     this.tbMarginLeft   = new Oranikle.Studio.Controls.CustomTextControl();
     this.label5         = new System.Windows.Forms.Label();
     this.tbWidth        = new Oranikle.Studio.Controls.CustomTextControl();
     this.label9         = new System.Windows.Forms.Label();
     this.groupBox3      = new System.Windows.Forms.GroupBox();
     this.chkPHLast      = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkPHFirst     = new Oranikle.Studio.Controls.StyledCheckBox();
     this.groupBox4      = new System.Windows.Forms.GroupBox();
     this.chkPFLast      = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkPFFirst     = new Oranikle.Studio.Controls.StyledCheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // tbReportAuthor
     //
     this.tbReportAuthor.Location = new System.Drawing.Point(96, 9);
     this.tbReportAuthor.Name     = "tbReportAuthor";
     this.tbReportAuthor.Size     = new System.Drawing.Size(304, 20);
     this.tbReportAuthor.TabIndex = 0;
     this.tbReportAuthor.Text     = "";
     //
     // tbReportDescription
     //
     this.tbReportDescription.Location = new System.Drawing.Point(96, 32);
     this.tbReportDescription.Name     = "tbReportDescription";
     this.tbReportDescription.Size     = new System.Drawing.Size(304, 20);
     this.tbReportDescription.TabIndex = 1;
     this.tbReportDescription.Text     = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 8);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 23);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Author:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(72, 23);
     this.label2.TabIndex = 8;
     this.label2.Text     = "Description:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.tbPageHeight);
     this.groupBox1.Controls.Add(this.tbPageWidth);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(16, 80);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(384, 48);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Page";
     //
     // tbPageHeight
     //
     this.tbPageHeight.Location    = new System.Drawing.Point(224, 16);
     this.tbPageHeight.Name        = "tbPageHeight";
     this.tbPageHeight.Size        = new System.Drawing.Size(72, 20);
     this.tbPageHeight.TabIndex    = 1;
     this.tbPageHeight.Tag         = "Page Height";
     this.tbPageHeight.Text        = "";
     this.tbPageHeight.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
     //
     // tbPageWidth
     //
     this.tbPageWidth.Location    = new System.Drawing.Point(72, 16);
     this.tbPageWidth.Name        = "tbPageWidth";
     this.tbPageWidth.Size        = new System.Drawing.Size(72, 20);
     this.tbPageWidth.TabIndex    = 0;
     this.tbPageWidth.Tag         = "Page Width";
     this.tbPageWidth.Text        = "";
     this.tbPageWidth.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(164, 16);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(48, 16);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Height";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Width";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tbMarginBottom);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.tbMarginTop);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.tbMarginRight);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.tbMarginLeft);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Location = new System.Drawing.Point(16, 136);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(384, 72);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Margins";
     //
     // tbMarginBottom
     //
     this.tbMarginBottom.Location    = new System.Drawing.Point(224, 40);
     this.tbMarginBottom.Name        = "tbMarginBottom";
     this.tbMarginBottom.Size        = new System.Drawing.Size(72, 20);
     this.tbMarginBottom.TabIndex    = 3;
     this.tbMarginBottom.Tag         = "Bottom Margin";
     this.tbMarginBottom.Text        = "";
     this.tbMarginBottom.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(168, 40);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(48, 16);
     this.label7.TabIndex = 6;
     this.label7.Text     = "Bottom";
     //
     // tbMarginTop
     //
     this.tbMarginTop.Location    = new System.Drawing.Point(72, 40);
     this.tbMarginTop.Name        = "tbMarginTop";
     this.tbMarginTop.Size        = new System.Drawing.Size(72, 20);
     this.tbMarginTop.TabIndex    = 2;
     this.tbMarginTop.Tag         = "Top Margin";
     this.tbMarginTop.Text        = "";
     this.tbMarginTop.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(16, 40);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(48, 16);
     this.label8.TabIndex = 4;
     this.label8.Text     = "Top";
     //
     // tbMarginRight
     //
     this.tbMarginRight.Location    = new System.Drawing.Point(224, 16);
     this.tbMarginRight.Name        = "tbMarginRight";
     this.tbMarginRight.Size        = new System.Drawing.Size(72, 20);
     this.tbMarginRight.TabIndex    = 1;
     this.tbMarginRight.Tag         = "Right Margin";
     this.tbMarginRight.Text        = "";
     this.tbMarginRight.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(168, 16);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(48, 16);
     this.label6.TabIndex = 2;
     this.label6.Text     = "Right";
     //
     // tbMarginLeft
     //
     this.tbMarginLeft.Location    = new System.Drawing.Point(72, 16);
     this.tbMarginLeft.Name        = "tbMarginLeft";
     this.tbMarginLeft.Size        = new System.Drawing.Size(72, 20);
     this.tbMarginLeft.TabIndex    = 0;
     this.tbMarginLeft.Tag         = "Left Margin";
     this.tbMarginLeft.Text        = "";
     this.tbMarginLeft.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 16);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 16);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Left";
     //
     // tbWidth
     //
     this.tbWidth.Location    = new System.Drawing.Point(96, 56);
     this.tbWidth.Name        = "tbWidth";
     this.tbWidth.Size        = new System.Drawing.Size(72, 20);
     this.tbWidth.TabIndex    = 2;
     this.tbWidth.Tag         = "Width";
     this.tbWidth.Text        = "";
     this.tbWidth.Validating += new System.ComponentModel.CancelEventHandler(this.tbSize_Validating);
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(16, 56);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(72, 23);
     this.label9.TabIndex = 15;
     this.label9.Text     = "Width";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.chkPHLast);
     this.groupBox3.Controls.Add(this.chkPHFirst);
     this.groupBox3.Location = new System.Drawing.Point(16, 216);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(184, 56);
     this.groupBox3.TabIndex = 5;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Page Header";
     //
     // chkPHLast
     //
     this.chkPHLast.Location = new System.Drawing.Point(96, 16);
     this.chkPHLast.Name     = "chkPHLast";
     this.chkPHLast.Size     = new System.Drawing.Size(76, 28);
     this.chkPHLast.TabIndex = 2;
     this.chkPHLast.Text     = "Print on last page";
     //
     // chkPHFirst
     //
     this.chkPHFirst.Location = new System.Drawing.Point(8, 16);
     this.chkPHFirst.Name     = "chkPHFirst";
     this.chkPHFirst.Size     = new System.Drawing.Size(76, 28);
     this.chkPHFirst.TabIndex = 1;
     this.chkPHFirst.Text     = "Print on first page";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.chkPFLast);
     this.groupBox4.Controls.Add(this.chkPFFirst);
     this.groupBox4.Location = new System.Drawing.Point(216, 216);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(184, 56);
     this.groupBox4.TabIndex = 6;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Page Footer";
     //
     // chkPFLast
     //
     this.chkPFLast.Location = new System.Drawing.Point(96, 16);
     this.chkPFLast.Name     = "chkPFLast";
     this.chkPFLast.Size     = new System.Drawing.Size(76, 28);
     this.chkPFLast.TabIndex = 1;
     this.chkPFLast.Text     = "Print on last page";
     //
     // chkPFFirst
     //
     this.chkPFFirst.Location = new System.Drawing.Point(8, 16);
     this.chkPFFirst.Name     = "chkPFFirst";
     this.chkPFFirst.Size     = new System.Drawing.Size(76, 28);
     this.chkPFFirst.TabIndex = 0;
     this.chkPFFirst.Text     = "Print on first page";
     //
     // ReportCtl
     //
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.tbWidth);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.tbReportAuthor);
     this.Controls.Add(this.tbReportDescription);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Name = "ReportCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.label1 = new System.Windows.Forms.Label();
            this.tbPassword = new Oranikle.Studio.Controls.CustomTextControl();
            this.label2 = new System.Windows.Forms.Label();
            this.tbFilename = new Oranikle.Studio.Controls.CustomTextControl();
            this.bGetFilename = new Oranikle.Studio.Controls.StyledButton();
            this.label3 = new System.Windows.Forms.Label();
            this.cbDataProvider = new Oranikle.Studio.Controls.StyledComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tbConnection = new Oranikle.Studio.Controls.CustomTextControl();
            this.ckbIntSecurity = new Oranikle.Studio.Controls.StyledCheckBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tbPrompt = new Oranikle.Studio.Controls.CustomTextControl();
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.tbPassword2 = new Oranikle.Studio.Controls.CustomTextControl();
            this.label6 = new System.Windows.Forms.Label();
            this.bTestConnection = new Oranikle.Studio.Controls.StyledButton();
            this.cbOdbcNames = new Oranikle.Studio.Controls.StyledComboBox();
            this.lODBC = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(8, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(440, 32);
            this.label1.TabIndex = 0;
            this.label1.Text = "Enter (twice) a pass phrase used to encrypt the data source reference file.   You" +
                " should use the same password you\'ve used to create previous files, as only one " +
                "can be used.";
            // 
            // tbPassword
            // 
            this.tbPassword.AddX = 0;
            this.tbPassword.AddY = 0;
            this.tbPassword.AllowSpace = false;
            this.tbPassword.BorderColor = System.Drawing.Color.LightGray;
            this.tbPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbPassword.ChangeVisibility = false;
            this.tbPassword.ChildControl = null;
            this.tbPassword.ConvertEnterToTab = true;
            this.tbPassword.ConvertEnterToTabForDialogs = false;
            this.tbPassword.Decimals = 0;
            this.tbPassword.DisplayList = new object[0];
            this.tbPassword.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbPassword.Location = new System.Drawing.Point(16, 56);
            this.tbPassword.Name = "tbPassword";
            this.tbPassword.OnDropDownCloseFocus = true;
            this.tbPassword.PasswordChar = '*';
            this.tbPassword.SelectType = 0;
            this.tbPassword.Size = new System.Drawing.Size(184, 20);
            this.tbPassword.TabIndex = 0;
            this.tbPassword.UseValueForChildsVisibilty = false;
            this.tbPassword.Value = true;
            this.tbPassword.TextChanged += new System.EventHandler(this.validate_TextChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(8, 88);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(408, 16);
            this.label2.TabIndex = 4;
            this.label2.Text = "Enter the file name that will hold the encrypted data source information";
            // 
            // tbFilename
            // 
            this.tbFilename.AddX = 0;
            this.tbFilename.AddY = 0;
            this.tbFilename.AllowSpace = false;
            this.tbFilename.BorderColor = System.Drawing.Color.LightGray;
            this.tbFilename.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbFilename.ChangeVisibility = false;
            this.tbFilename.ChildControl = null;
            this.tbFilename.ConvertEnterToTab = true;
            this.tbFilename.ConvertEnterToTabForDialogs = false;
            this.tbFilename.Decimals = 0;
            this.tbFilename.DisplayList = new object[0];
            this.tbFilename.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbFilename.Location = new System.Drawing.Point(16, 112);
            this.tbFilename.Name = "tbFilename";
            this.tbFilename.OnDropDownCloseFocus = true;
            this.tbFilename.SelectType = 0;
            this.tbFilename.Size = new System.Drawing.Size(392, 20);
            this.tbFilename.TabIndex = 2;
            this.tbFilename.UseValueForChildsVisibilty = false;
            this.tbFilename.Value = true;
            this.tbFilename.TextChanged += new System.EventHandler(this.validate_TextChanged);
            // 
            // bGetFilename
            // 
            this.bGetFilename.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bGetFilename.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bGetFilename.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bGetFilename.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bGetFilename.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bGetFilename.Font = new System.Drawing.Font("Arial", 9F);
            this.bGetFilename.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bGetFilename.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bGetFilename.Location = new System.Drawing.Point(424, 112);
            this.bGetFilename.Name = "bGetFilename";
            this.bGetFilename.OverriddenSize = null;
            this.bGetFilename.Size = new System.Drawing.Size(24, 21);
            this.bGetFilename.TabIndex = 3;
            this.bGetFilename.Text = "...";
            this.bGetFilename.UseVisualStyleBackColor = true;
            this.bGetFilename.Click += new System.EventHandler(this.bGetFilename_Click);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(8, 152);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(80, 23);
            this.label3.TabIndex = 7;
            this.label3.Text = "Data provider";
            // 
            // cbDataProvider
            // 
            this.cbDataProvider.AutoAdjustItemHeight = false;
            this.cbDataProvider.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataProvider.ConvertEnterToTabForDialogs = false;
            this.cbDataProvider.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataProvider.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataProvider.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataProvider.Location = new System.Drawing.Point(80, 152);
            this.cbDataProvider.Name = "cbDataProvider";
            this.cbDataProvider.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataProvider.SeparatorMargin = 1;
            this.cbDataProvider.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataProvider.SeparatorWidth = 1;
            this.cbDataProvider.Size = new System.Drawing.Size(104, 21);
            this.cbDataProvider.TabIndex = 4;
            this.cbDataProvider.SelectedIndexChanged += new System.EventHandler(this.cbDataProvider_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(8, 192);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(100, 16);
            this.label4.TabIndex = 10;
            this.label4.Text = "Connection string";
            // 
            // tbConnection
            // 
            this.tbConnection.AddX = 0;
            this.tbConnection.AddY = 0;
            this.tbConnection.AllowSpace = false;
            this.tbConnection.BorderColor = System.Drawing.Color.LightGray;
            this.tbConnection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbConnection.ChangeVisibility = false;
            this.tbConnection.ChildControl = null;
            this.tbConnection.ConvertEnterToTab = true;
            this.tbConnection.ConvertEnterToTabForDialogs = false;
            this.tbConnection.Decimals = 0;
            this.tbConnection.DisplayList = new object[0];
            this.tbConnection.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbConnection.Location = new System.Drawing.Point(16, 216);
            this.tbConnection.Multiline = true;
            this.tbConnection.Name = "tbConnection";
            this.tbConnection.OnDropDownCloseFocus = true;
            this.tbConnection.SelectType = 0;
            this.tbConnection.Size = new System.Drawing.Size(424, 40);
            this.tbConnection.TabIndex = 7;
            this.tbConnection.UseValueForChildsVisibilty = false;
            this.tbConnection.Value = true;
            this.tbConnection.TextChanged += new System.EventHandler(this.validate_TextChanged);
            // 
            // ckbIntSecurity
            // 
            this.ckbIntSecurity.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckbIntSecurity.ForeColor = System.Drawing.Color.Black;
            this.ckbIntSecurity.Location = new System.Drawing.Point(296, 184);
            this.ckbIntSecurity.Name = "ckbIntSecurity";
            this.ckbIntSecurity.Size = new System.Drawing.Size(144, 24);
            this.ckbIntSecurity.TabIndex = 6;
            this.ckbIntSecurity.Text = "Use integrated security";
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(8, 272);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(432, 16);
            this.label5.TabIndex = 12;
            this.label5.Text = "(Optional) Enter the prompt displayed when asking for database credentials ";
            // 
            // tbPrompt
            // 
            this.tbPrompt.AddX = 0;
            this.tbPrompt.AddY = 0;
            this.tbPrompt.AllowSpace = false;
            this.tbPrompt.BorderColor = System.Drawing.Color.LightGray;
            this.tbPrompt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbPrompt.ChangeVisibility = false;
            this.tbPrompt.ChildControl = null;
            this.tbPrompt.ConvertEnterToTab = true;
            this.tbPrompt.ConvertEnterToTabForDialogs = false;
            this.tbPrompt.Decimals = 0;
            this.tbPrompt.DisplayList = new object[0];
            this.tbPrompt.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbPrompt.Location = new System.Drawing.Point(16, 296);
            this.tbPrompt.Name = "tbPrompt";
            this.tbPrompt.OnDropDownCloseFocus = true;
            this.tbPrompt.SelectType = 0;
            this.tbPrompt.Size = new System.Drawing.Size(424, 20);
            this.tbPrompt.TabIndex = 8;
            this.tbPrompt.UseValueForChildsVisibilty = false;
            this.tbPrompt.Value = true;
            // 
            // bOK
            // 
            this.bOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bOK.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bOK.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bOK.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bOK.Font = new System.Drawing.Font("Arial", 9F);
            this.bOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bOK.Location = new System.Drawing.Point(272, 344);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 23);
            this.bOK.TabIndex = 10;
            this.bOK.Text = "OK";
            this.bOK.UseVisualStyleBackColor = true;
            this.bOK.Click += new System.EventHandler(this.bOK_Click);
            // 
            // bCancel
            // 
            this.bCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCancel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCancel.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCancel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCancel.Font = new System.Drawing.Font("Arial", 9F);
            this.bCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCancel.Location = new System.Drawing.Point(368, 344);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 23);
            this.bCancel.TabIndex = 11;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // tbPassword2
            // 
            this.tbPassword2.AddX = 0;
            this.tbPassword2.AddY = 0;
            this.tbPassword2.AllowSpace = false;
            this.tbPassword2.BorderColor = System.Drawing.Color.LightGray;
            this.tbPassword2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbPassword2.ChangeVisibility = false;
            this.tbPassword2.ChildControl = null;
            this.tbPassword2.ConvertEnterToTab = true;
            this.tbPassword2.ConvertEnterToTabForDialogs = false;
            this.tbPassword2.Decimals = 0;
            this.tbPassword2.DisplayList = new object[0];
            this.tbPassword2.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbPassword2.Location = new System.Drawing.Point(256, 56);
            this.tbPassword2.Name = "tbPassword2";
            this.tbPassword2.OnDropDownCloseFocus = true;
            this.tbPassword2.PasswordChar = '*';
            this.tbPassword2.SelectType = 0;
            this.tbPassword2.Size = new System.Drawing.Size(184, 20);
            this.tbPassword2.TabIndex = 1;
            this.tbPassword2.UseValueForChildsVisibilty = false;
            this.tbPassword2.Value = true;
            this.tbPassword2.TextChanged += new System.EventHandler(this.validate_TextChanged);
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(208, 64);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(48, 23);
            this.label6.TabIndex = 2;
            this.label6.Text = "Repeat";
            // 
            // bTestConnection
            // 
            this.bTestConnection.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bTestConnection.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bTestConnection.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bTestConnection.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bTestConnection.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bTestConnection.Font = new System.Drawing.Font("Arial", 9F);
            this.bTestConnection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bTestConnection.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bTestConnection.Location = new System.Drawing.Point(16, 344);
            this.bTestConnection.Name = "bTestConnection";
            this.bTestConnection.OverriddenSize = null;
            this.bTestConnection.Size = new System.Drawing.Size(96, 21);
            this.bTestConnection.TabIndex = 9;
            this.bTestConnection.Text = "Test Connection";
            this.bTestConnection.UseVisualStyleBackColor = true;
            this.bTestConnection.Click += new System.EventHandler(this.bTestConnection_Click);
            // 
            // cbOdbcNames
            // 
            this.cbOdbcNames.AutoAdjustItemHeight = false;
            this.cbOdbcNames.BorderColor = System.Drawing.Color.LightGray;
            this.cbOdbcNames.ConvertEnterToTabForDialogs = false;
            this.cbOdbcNames.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbOdbcNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbOdbcNames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbOdbcNames.Location = new System.Drawing.Point(296, 152);
            this.cbOdbcNames.Name = "cbOdbcNames";
            this.cbOdbcNames.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbOdbcNames.SeparatorMargin = 1;
            this.cbOdbcNames.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbOdbcNames.SeparatorWidth = 1;
            this.cbOdbcNames.Size = new System.Drawing.Size(152, 21);
            this.cbOdbcNames.Sorted = true;
            this.cbOdbcNames.TabIndex = 5;
            this.cbOdbcNames.SelectedIndexChanged += new System.EventHandler(this.cbOdbcNames_SelectedIndexChanged);
            // 
            // lODBC
            // 
            this.lODBC.Location = new System.Drawing.Point(184, 152);
            this.lODBC.Name = "lODBC";
            this.lODBC.Size = new System.Drawing.Size(112, 23);
            this.lODBC.TabIndex = 17;
            this.lODBC.Text = "ODBC Data Sources";
            // 
            // DialogDataSourceRef
            // 
            this.AcceptButton = this.bOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
            this.CancelButton = this.bCancel;
            this.ClientSize = new System.Drawing.Size(456, 374);
            this.Controls.Add(this.cbOdbcNames);
            this.Controls.Add(this.lODBC);
            this.Controls.Add(this.bTestConnection);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.tbPassword2);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.Controls.Add(this.tbPrompt);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.ckbIntSecurity);
            this.Controls.Add(this.tbConnection);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.cbDataProvider);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.bGetFilename);
            this.Controls.Add(this.tbFilename);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.tbPassword);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogDataSourceRef";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Create Data Source Reference File";
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.cbChartType = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbSubType = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbPalette = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbRenderElement = new Oranikle.Studio.Controls.StyledComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tbPercentWidth = new System.Windows.Forms.NumericUpDown();
            this.label6 = new System.Windows.Forms.Label();
            this.tbNoRows = new Oranikle.Studio.Controls.CustomTextControl();
            this.label7 = new System.Windows.Forms.Label();
            this.cbDataSet = new Oranikle.Studio.Controls.StyledComboBox();
            this.chkPageBreakStart = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkPageBreakEnd = new Oranikle.Studio.Controls.StyledCheckBox();
            this.cbChartData = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbDataLabel = new Oranikle.Studio.Controls.StyledComboBox();
            this.chkDataLabel = new Oranikle.Studio.Controls.StyledCheckBox();
            this.bDataLabelExpr = new Oranikle.Studio.Controls.StyledButton();
            this.lData1 = new System.Windows.Forms.Label();
            this.cbChartData2 = new Oranikle.Studio.Controls.StyledComboBox();
            this.lData2 = new System.Windows.Forms.Label();
            this.cbChartData3 = new Oranikle.Studio.Controls.StyledComboBox();
            this.lData3 = new System.Windows.Forms.Label();
            this.bDataExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bDataExpr3 = new Oranikle.Studio.Controls.StyledButton();
            this.bDataExpr2 = new Oranikle.Studio.Controls.StyledButton();
            this.cbVector = new Oranikle.Studio.Controls.StyledComboBox();
            this.btnVectorExp = new Oranikle.Studio.Controls.StyledButton();
            this.label8 = new System.Windows.Forms.Label();
            this.button1 = new Oranikle.Studio.Controls.StyledButton();
            this.button2 = new Oranikle.Studio.Controls.StyledButton();
            this.button3 = new Oranikle.Studio.Controls.StyledButton();
            this.chkToolTip = new Oranikle.Studio.Controls.StyledCheckBox();
            this.checkBox1 = new Oranikle.Studio.Controls.StyledCheckBox();
            this.txtYToolFormat = new Oranikle.Studio.Controls.CustomTextControl();
            this.txtXToolFormat = new Oranikle.Studio.Controls.CustomTextControl();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.tbPercentWidth)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 11);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 16);
            this.label1.TabIndex = 0;
            this.label1.Text = "Chart Type";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(16, 36);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(72, 16);
            this.label2.TabIndex = 1;
            this.label2.Text = "Palette";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(16, 61);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(128, 16);
            this.label3.TabIndex = 2;
            this.label3.Text = "Render XML Element";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(16, 81);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(340, 19);
            this.label4.TabIndex = 3;
            this.label4.Text = "Percent width for Bars/Columns (>100% causes column overlap)";
            // 
            // cbChartType
            // 
            this.cbChartType.AutoAdjustItemHeight = false;
            this.cbChartType.BorderColor = System.Drawing.Color.LightGray;
            this.cbChartType.ConvertEnterToTabForDialogs = false;
            this.cbChartType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbChartType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbChartType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbChartType.Items.AddRange(new object[] {
            "Area",
            "Bar",
            "Column",
            "Doughnut",
            "Line",
            "Map",
            "Pie",
            "Bubble",
            "Scatter"});
            this.cbChartType.Location = new System.Drawing.Point(126, 9);
            this.cbChartType.Name = "cbChartType";
            this.cbChartType.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbChartType.SeparatorMargin = 1;
            this.cbChartType.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbChartType.SeparatorWidth = 1;
            this.cbChartType.Size = new System.Drawing.Size(121, 21);
            this.cbChartType.TabIndex = 0;
            this.cbChartType.SelectedIndexChanged += new System.EventHandler(this.cbChartType_SelectedIndexChanged);
            // 
            // cbSubType
            // 
            this.cbSubType.AutoAdjustItemHeight = false;
            this.cbSubType.BorderColor = System.Drawing.Color.LightGray;
            this.cbSubType.ConvertEnterToTabForDialogs = false;
            this.cbSubType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbSubType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbSubType.Location = new System.Drawing.Point(331, 9);
            this.cbSubType.Name = "cbSubType";
            this.cbSubType.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbSubType.SeparatorMargin = 1;
            this.cbSubType.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbSubType.SeparatorWidth = 1;
            this.cbSubType.Size = new System.Drawing.Size(80, 21);
            this.cbSubType.TabIndex = 1;
            this.cbSubType.SelectedIndexChanged += new System.EventHandler(this.cbSubType_SelectedIndexChanged);
            // 
            // cbPalette
            // 
            this.cbPalette.AutoAdjustItemHeight = false;
            this.cbPalette.BorderColor = System.Drawing.Color.LightGray;
            this.cbPalette.ConvertEnterToTabForDialogs = false;
            this.cbPalette.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbPalette.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbPalette.Items.AddRange(new object[] {
            "Default",
            "EarthTones",
            "Excel",
            "GrayScale",
            "Light",
            "Pastel",
            "SemiTransparent",
            "Patterned",
            "PatternedBlack",
            "Custom"});
            this.cbPalette.Location = new System.Drawing.Point(126, 34);
            this.cbPalette.Name = "cbPalette";
            this.cbPalette.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbPalette.SeparatorMargin = 1;
            this.cbPalette.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbPalette.SeparatorWidth = 1;
            this.cbPalette.Size = new System.Drawing.Size(121, 21);
            this.cbPalette.TabIndex = 2;
            this.cbPalette.SelectedIndexChanged += new System.EventHandler(this.cbPalette_SelectedIndexChanged);
            // 
            // cbRenderElement
            // 
            this.cbRenderElement.AutoAdjustItemHeight = false;
            this.cbRenderElement.BorderColor = System.Drawing.Color.LightGray;
            this.cbRenderElement.ConvertEnterToTabForDialogs = false;
            this.cbRenderElement.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbRenderElement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbRenderElement.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbRenderElement.Items.AddRange(new object[] {
            "Output",
            "NoOutput"});
            this.cbRenderElement.Location = new System.Drawing.Point(126, 59);
            this.cbRenderElement.Name = "cbRenderElement";
            this.cbRenderElement.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbRenderElement.SeparatorMargin = 1;
            this.cbRenderElement.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbRenderElement.SeparatorWidth = 1;
            this.cbRenderElement.Size = new System.Drawing.Size(121, 21);
            this.cbRenderElement.TabIndex = 3;
            this.cbRenderElement.SelectedIndexChanged += new System.EventHandler(this.cbRenderElement_SelectedIndexChanged);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(275, 8);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 23);
            this.label5.TabIndex = 8;
            this.label5.Text = "Sub-type";
            // 
            // tbPercentWidth
            // 
            this.tbPercentWidth.Location = new System.Drawing.Point(363, 80);
            this.tbPercentWidth.Name = "tbPercentWidth";
            this.tbPercentWidth.Size = new System.Drawing.Size(48, 20);
            this.tbPercentWidth.TabIndex = 4;
            this.tbPercentWidth.ValueChanged += new System.EventHandler(this.tbPercentWidth_ValueChanged);
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(16, 103);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(100, 23);
            this.label6.TabIndex = 10;
            this.label6.Text = "No Rows Message";
            // 
            // tbNoRows
            // 
            this.tbNoRows.AddX = 0;
            this.tbNoRows.AddY = 0;
            this.tbNoRows.AllowSpace = false;
            this.tbNoRows.BorderColor = System.Drawing.Color.LightGray;
            this.tbNoRows.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbNoRows.ChangeVisibility = false;
            this.tbNoRows.ChildControl = null;
            this.tbNoRows.ConvertEnterToTab = true;
            this.tbNoRows.ConvertEnterToTabForDialogs = false;
            this.tbNoRows.Decimals = 0;
            this.tbNoRows.DisplayList = new object[0];
            this.tbNoRows.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbNoRows.Location = new System.Drawing.Point(156, 104);
            this.tbNoRows.Name = "tbNoRows";
            this.tbNoRows.OnDropDownCloseFocus = true;
            this.tbNoRows.SelectType = 0;
            this.tbNoRows.Size = new System.Drawing.Size(255, 20);
            this.tbNoRows.TabIndex = 5;
            this.tbNoRows.UseValueForChildsVisibilty = false;
            this.tbNoRows.Value = true;
            this.tbNoRows.TextChanged += new System.EventHandler(this.tbNoRows_TextChanged);
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(16, 127);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(100, 23);
            this.label7.TabIndex = 12;
            this.label7.Text = "Data Set Name";
            // 
            // cbDataSet
            // 
            this.cbDataSet.AutoAdjustItemHeight = false;
            this.cbDataSet.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataSet.ConvertEnterToTabForDialogs = false;
            this.cbDataSet.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataSet.Location = new System.Drawing.Point(156, 128);
            this.cbDataSet.Name = "cbDataSet";
            this.cbDataSet.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataSet.SeparatorMargin = 1;
            this.cbDataSet.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataSet.SeparatorWidth = 1;
            this.cbDataSet.Size = new System.Drawing.Size(255, 21);
            this.cbDataSet.TabIndex = 6;
            this.cbDataSet.SelectedIndexChanged += new System.EventHandler(this.cbDataSet_SelectedIndexChanged);
            // 
            // chkPageBreakStart
            // 
            this.chkPageBreakStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkPageBreakStart.ForeColor = System.Drawing.Color.Black;
            this.chkPageBreakStart.Location = new System.Drawing.Point(19, 253);
            this.chkPageBreakStart.Name = "chkPageBreakStart";
            this.chkPageBreakStart.Size = new System.Drawing.Size(134, 24);
            this.chkPageBreakStart.TabIndex = 13;
            this.chkPageBreakStart.Text = "Page Break at Start";
            this.chkPageBreakStart.CheckedChanged += new System.EventHandler(this.chkPageBreakStart_CheckedChanged);
            // 
            // chkPageBreakEnd
            // 
            this.chkPageBreakEnd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkPageBreakEnd.ForeColor = System.Drawing.Color.Black;
            this.chkPageBreakEnd.Location = new System.Drawing.Point(19, 273);
            this.chkPageBreakEnd.Name = "chkPageBreakEnd";
            this.chkPageBreakEnd.Size = new System.Drawing.Size(134, 24);
            this.chkPageBreakEnd.TabIndex = 14;
            this.chkPageBreakEnd.Text = "Page Break at End";
            this.chkPageBreakEnd.CheckedChanged += new System.EventHandler(this.chkPageBreakEnd_CheckedChanged);
            // 
            // cbChartData
            // 
            this.cbChartData.AutoAdjustItemHeight = false;
            this.cbChartData.BorderColor = System.Drawing.Color.LightGray;
            this.cbChartData.ConvertEnterToTabForDialogs = false;
            this.cbChartData.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbChartData.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbChartData.Location = new System.Drawing.Point(156, 153);
            this.cbChartData.Name = "cbChartData";
            this.cbChartData.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbChartData.SeparatorMargin = 1;
            this.cbChartData.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbChartData.SeparatorWidth = 1;
            this.cbChartData.Size = new System.Drawing.Size(255, 21);
            this.cbChartData.TabIndex = 7;
            this.cbChartData.TextChanged += new System.EventHandler(this.cbChartData_Changed);
            // 
            // cbDataLabel
            // 
            this.cbDataLabel.AutoAdjustItemHeight = false;
            this.cbDataLabel.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataLabel.ConvertEnterToTabForDialogs = false;
            this.cbDataLabel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataLabel.Enabled = false;
            this.cbDataLabel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataLabel.Location = new System.Drawing.Point(156, 228);
            this.cbDataLabel.Name = "cbDataLabel";
            this.cbDataLabel.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataLabel.SeparatorMargin = 1;
            this.cbDataLabel.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataLabel.SeparatorWidth = 1;
            this.cbDataLabel.Size = new System.Drawing.Size(254, 21);
            this.cbDataLabel.TabIndex = 17;
            this.cbDataLabel.TextChanged += new System.EventHandler(this.cbChartData_Changed);
            // 
            // chkDataLabel
            // 
            this.chkDataLabel.AutoSize = true;
            this.chkDataLabel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkDataLabel.ForeColor = System.Drawing.Color.Black;
            this.chkDataLabel.Location = new System.Drawing.Point(19, 230);
            this.chkDataLabel.Name = "chkDataLabel";
            this.chkDataLabel.Size = new System.Drawing.Size(72, 17);
            this.chkDataLabel.TabIndex = 19;
            this.chkDataLabel.Text = "DataLabel";
            this.chkDataLabel.UseVisualStyleBackColor = true;
            this.chkDataLabel.CheckedChanged += new System.EventHandler(this.chkDataLabel_CheckedChanged);
            // 
            // bDataLabelExpr
            // 
            this.bDataLabelExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDataLabelExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDataLabelExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDataLabelExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDataLabelExpr.Enabled = false;
            this.bDataLabelExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDataLabelExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
            this.bDataLabelExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDataLabelExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDataLabelExpr.Location = new System.Drawing.Point(415, 228);
            this.bDataLabelExpr.Name = "bDataLabelExpr";
            this.bDataLabelExpr.OverriddenSize = null;
            this.bDataLabelExpr.Size = new System.Drawing.Size(22, 21);
            this.bDataLabelExpr.TabIndex = 20;
            this.bDataLabelExpr.Text = "fx";
            this.bDataLabelExpr.UseVisualStyleBackColor = true;
            this.bDataLabelExpr.Click += new System.EventHandler(this.bDataLabelExpr_Click);
            // 
            // lData1
            // 
            this.lData1.Location = new System.Drawing.Point(16, 152);
            this.lData1.Name = "lData1";
            this.lData1.Size = new System.Drawing.Size(137, 23);
            this.lData1.TabIndex = 16;
            this.lData1.Text = "Chart Data (X Coordinate)";
            // 
            // cbChartData2
            // 
            this.cbChartData2.AutoAdjustItemHeight = false;
            this.cbChartData2.BorderColor = System.Drawing.Color.LightGray;
            this.cbChartData2.ConvertEnterToTabForDialogs = false;
            this.cbChartData2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbChartData2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbChartData2.Location = new System.Drawing.Point(156, 178);
            this.cbChartData2.Name = "cbChartData2";
            this.cbChartData2.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbChartData2.SeparatorMargin = 1;
            this.cbChartData2.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbChartData2.SeparatorWidth = 1;
            this.cbChartData2.Size = new System.Drawing.Size(255, 21);
            this.cbChartData2.TabIndex = 9;
            this.cbChartData2.TextChanged += new System.EventHandler(this.cbChartData_Changed);
            // 
            // lData2
            // 
            this.lData2.Location = new System.Drawing.Point(16, 177);
            this.lData2.Name = "lData2";
            this.lData2.Size = new System.Drawing.Size(100, 23);
            this.lData2.TabIndex = 18;
            this.lData2.Text = "Y Coordinate";
            // 
            // cbChartData3
            // 
            this.cbChartData3.AutoAdjustItemHeight = false;
            this.cbChartData3.BorderColor = System.Drawing.Color.LightGray;
            this.cbChartData3.ConvertEnterToTabForDialogs = false;
            this.cbChartData3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbChartData3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbChartData3.Location = new System.Drawing.Point(156, 203);
            this.cbChartData3.Name = "cbChartData3";
            this.cbChartData3.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbChartData3.SeparatorMargin = 1;
            this.cbChartData3.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbChartData3.SeparatorWidth = 1;
            this.cbChartData3.Size = new System.Drawing.Size(255, 21);
            this.cbChartData3.TabIndex = 11;
            this.cbChartData3.TextChanged += new System.EventHandler(this.cbChartData_Changed);
            // 
            // lData3
            // 
            this.lData3.Location = new System.Drawing.Point(16, 202);
            this.lData3.Name = "lData3";
            this.lData3.Size = new System.Drawing.Size(100, 23);
            this.lData3.TabIndex = 20;
            this.lData3.Text = "Bubble Size";
            // 
            // bDataExpr
            // 
            this.bDataExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDataExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDataExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDataExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDataExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDataExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bDataExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDataExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDataExpr.Location = new System.Drawing.Point(415, 153);
            this.bDataExpr.Name = "bDataExpr";
            this.bDataExpr.OverriddenSize = null;
            this.bDataExpr.Size = new System.Drawing.Size(22, 21);
            this.bDataExpr.TabIndex = 8;
            this.bDataExpr.Tag = "d1";
            this.bDataExpr.Text = "fx";
            this.bDataExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDataExpr.UseVisualStyleBackColor = true;
            this.bDataExpr.Click += new System.EventHandler(this.bDataExpr_Click);
            // 
            // bDataExpr3
            // 
            this.bDataExpr3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDataExpr3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDataExpr3.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDataExpr3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDataExpr3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDataExpr3.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bDataExpr3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDataExpr3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDataExpr3.Location = new System.Drawing.Point(415, 203);
            this.bDataExpr3.Name = "bDataExpr3";
            this.bDataExpr3.OverriddenSize = null;
            this.bDataExpr3.Size = new System.Drawing.Size(22, 21);
            this.bDataExpr3.TabIndex = 12;
            this.bDataExpr3.Tag = "d3";
            this.bDataExpr3.Text = "fx";
            this.bDataExpr3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDataExpr3.UseVisualStyleBackColor = true;
            this.bDataExpr3.Click += new System.EventHandler(this.bDataExpr_Click);
            // 
            // bDataExpr2
            // 
            this.bDataExpr2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDataExpr2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDataExpr2.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDataExpr2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDataExpr2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDataExpr2.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bDataExpr2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDataExpr2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDataExpr2.Location = new System.Drawing.Point(415, 178);
            this.bDataExpr2.Name = "bDataExpr2";
            this.bDataExpr2.OverriddenSize = null;
            this.bDataExpr2.Size = new System.Drawing.Size(22, 21);
            this.bDataExpr2.TabIndex = 10;
            this.bDataExpr2.Tag = "d2";
            this.bDataExpr2.Text = "fx";
            this.bDataExpr2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDataExpr2.UseVisualStyleBackColor = true;
            this.bDataExpr2.Click += new System.EventHandler(this.bDataExpr_Click);
            // 
            // cbVector
            // 
            this.cbVector.AutoAdjustItemHeight = false;
            this.cbVector.BorderColor = System.Drawing.Color.LightGray;
            this.cbVector.ConvertEnterToTabForDialogs = false;
            this.cbVector.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbVector.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbVector.Items.AddRange(new object[] {
            "False",
            "True"});
            this.cbVector.Location = new System.Drawing.Point(330, 34);
            this.cbVector.Name = "cbVector";
            this.cbVector.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbVector.SeparatorMargin = 1;
            this.cbVector.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbVector.SeparatorWidth = 1;
            this.cbVector.Size = new System.Drawing.Size(80, 21);
            this.cbVector.TabIndex = 21;
            this.cbVector.SelectedIndexChanged += new System.EventHandler(this.cbVector_SelectedIndexChanged);
            // 
            // btnVectorExp
            // 
            this.btnVectorExp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.btnVectorExp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.btnVectorExp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.btnVectorExp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.btnVectorExp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnVectorExp.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnVectorExp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.btnVectorExp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnVectorExp.Location = new System.Drawing.Point(415, 34);
            this.btnVectorExp.Name = "btnVectorExp";
            this.btnVectorExp.OverriddenSize = null;
            this.btnVectorExp.Size = new System.Drawing.Size(22, 21);
            this.btnVectorExp.TabIndex = 22;
            this.btnVectorExp.Tag = "d4";
            this.btnVectorExp.Text = "fx";
            this.btnVectorExp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnVectorExp.UseVisualStyleBackColor = true;
            this.btnVectorExp.Click += new System.EventHandler(this.bDataExpr_Click);
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(275, 31);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 27);
            this.label8.TabIndex = 23;
            this.label8.Text = "Render As Vector";
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.button1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.button1.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.button1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button1.Location = new System.Drawing.Point(415, 9);
            this.button1.Name = "button1";
            this.button1.OverriddenSize = null;
            this.button1.Size = new System.Drawing.Size(22, 21);
            this.button1.TabIndex = 24;
            this.button1.Tag = "d7";
            this.button1.Text = "fx";
            this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.bDataExpr_Click);
            // 
            // button2
            // 
            this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.button2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.button2.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.button2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button2.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button2.Location = new System.Drawing.Point(251, 9);
            this.button2.Name = "button2";
            this.button2.OverriddenSize = null;
            this.button2.Size = new System.Drawing.Size(22, 21);
            this.button2.TabIndex = 25;
            this.button2.Tag = "d5";
            this.button2.Text = "fx";
            this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Visible = false;
            this.button2.Click += new System.EventHandler(this.bDataExpr_Click);
            // 
            // button3
            // 
            this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.button3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.button3.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.button3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button3.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button3.Location = new System.Drawing.Point(251, 34);
            this.button3.Name = "button3";
            this.button3.OverriddenSize = null;
            this.button3.Size = new System.Drawing.Size(22, 21);
            this.button3.TabIndex = 26;
            this.button3.Tag = "d6";
            this.button3.Text = "fx";
            this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.bDataExpr_Click);
            // 
            // chkToolTip
            // 
            this.chkToolTip.AutoSize = true;
            this.chkToolTip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkToolTip.ForeColor = System.Drawing.Color.Black;
            this.chkToolTip.Location = new System.Drawing.Point(201, 257);
            this.chkToolTip.Name = "chkToolTip";
            this.chkToolTip.Size = new System.Drawing.Size(76, 17);
            this.chkToolTip.TabIndex = 27;
            this.chkToolTip.Text = "Y Tooltips?";
            this.chkToolTip.UseVisualStyleBackColor = true;
            this.chkToolTip.CheckedChanged += new System.EventHandler(this.chkToolTip_CheckedChanged);
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox1.ForeColor = System.Drawing.Color.Black;
            this.checkBox1.Location = new System.Drawing.Point(201, 277);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(76, 17);
            this.checkBox1.TabIndex = 28;
            this.checkBox1.Text = "X Tooltips?";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // txtYToolFormat
            // 
            this.txtYToolFormat.AddX = 0;
            this.txtYToolFormat.AddY = 0;
            this.txtYToolFormat.AllowSpace = false;
            this.txtYToolFormat.BorderColor = System.Drawing.Color.LightGray;
            this.txtYToolFormat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtYToolFormat.ChangeVisibility = false;
            this.txtYToolFormat.ChildControl = null;
            this.txtYToolFormat.ConvertEnterToTab = true;
            this.txtYToolFormat.ConvertEnterToTabForDialogs = false;
            this.txtYToolFormat.Decimals = 0;
            this.txtYToolFormat.DisplayList = new object[0];
            this.txtYToolFormat.HitText = Oranikle.Studio.Controls.HitText.String;
            this.txtYToolFormat.Location = new System.Drawing.Point(331, 255);
            this.txtYToolFormat.Name = "txtYToolFormat";
            this.txtYToolFormat.OnDropDownCloseFocus = true;
            this.txtYToolFormat.SelectType = 0;
            this.txtYToolFormat.Size = new System.Drawing.Size(78, 20);
            this.txtYToolFormat.TabIndex = 29;
            this.txtYToolFormat.UseValueForChildsVisibilty = false;
            this.txtYToolFormat.Value = true;
            this.txtYToolFormat.TextChanged += new System.EventHandler(this.txtYToolFormat_TextChanged);
            // 
            // txtXToolFormat
            // 
            this.txtXToolFormat.AddX = 0;
            this.txtXToolFormat.AddY = 0;
            this.txtXToolFormat.AllowSpace = false;
            this.txtXToolFormat.BorderColor = System.Drawing.Color.LightGray;
            this.txtXToolFormat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtXToolFormat.ChangeVisibility = false;
            this.txtXToolFormat.ChildControl = null;
            this.txtXToolFormat.ConvertEnterToTab = true;
            this.txtXToolFormat.ConvertEnterToTabForDialogs = false;
            this.txtXToolFormat.Decimals = 0;
            this.txtXToolFormat.DisplayList = new object[0];
            this.txtXToolFormat.HitText = Oranikle.Studio.Controls.HitText.String;
            this.txtXToolFormat.Location = new System.Drawing.Point(331, 275);
            this.txtXToolFormat.Name = "txtXToolFormat";
            this.txtXToolFormat.OnDropDownCloseFocus = true;
            this.txtXToolFormat.SelectType = 0;
            this.txtXToolFormat.Size = new System.Drawing.Size(78, 20);
            this.txtXToolFormat.TabIndex = 30;
            this.txtXToolFormat.UseValueForChildsVisibilty = false;
            this.txtXToolFormat.Value = true;
            this.txtXToolFormat.TextChanged += new System.EventHandler(this.txtXToolFormat_TextChanged);
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(286, 256);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(42, 19);
            this.label9.TabIndex = 31;
            this.label9.Text = "Format";
            // 
            // label10
            // 
            this.label10.Location = new System.Drawing.Point(286, 276);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(42, 19);
            this.label10.TabIndex = 32;
            this.label10.Text = "Format";
            // 
            // ChartCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.txtXToolFormat);
            this.Controls.Add(this.txtYToolFormat);
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.chkToolTip);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.btnVectorExp);
            this.Controls.Add(this.cbVector);
            this.Controls.Add(this.bDataExpr2);
            this.Controls.Add(this.bDataExpr3);
            this.Controls.Add(this.bDataExpr);
            this.Controls.Add(this.cbChartData3);
            this.Controls.Add(this.lData3);
            this.Controls.Add(this.cbChartData2);
            this.Controls.Add(this.lData2);
            this.Controls.Add(this.bDataLabelExpr);
            this.Controls.Add(this.chkDataLabel);
            this.Controls.Add(this.cbDataLabel);
            this.Controls.Add(this.cbChartData);
            this.Controls.Add(this.lData1);
            this.Controls.Add(this.chkPageBreakEnd);
            this.Controls.Add(this.chkPageBreakStart);
            this.Controls.Add(this.cbDataSet);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.tbNoRows);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.tbPercentWidth);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.cbRenderElement);
            this.Controls.Add(this.cbPalette);
            this.Controls.Add(this.cbSubType);
            this.Controls.Add(this.cbChartType);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Name = "ChartCtl";
            this.Size = new System.Drawing.Size(440, 303);
            ((System.ComponentModel.ISupportInitialize)(this.tbPercentWidth)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.cbPosition        = new Oranikle.Studio.Controls.StyledComboBox();
     this.cbLayout          = new Oranikle.Studio.Controls.StyledComboBox();
     this.chkVisible        = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkInsidePlotArea = new Oranikle.Studio.Controls.StyledCheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 18);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Position in Chart";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 50);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Layout within Legend";
     //
     // cbPosition
     //
     this.cbPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPosition.Items.AddRange(new object[] {
         "TopLeft",
         "TopCenter",
         "TopRight",
         "LeftTop",
         "LeftCenter",
         "LeftBottom",
         "RightTop",
         "RightCenter",
         "RightBottom",
         "BottomRight",
         "BottomCenter",
         "BottomLeft"
     });
     this.cbPosition.Location              = new System.Drawing.Point(144, 16);
     this.cbPosition.Name                  = "cbPosition";
     this.cbPosition.Size                  = new System.Drawing.Size(121, 21);
     this.cbPosition.TabIndex              = 4;
     this.cbPosition.SelectedIndexChanged += new System.EventHandler(this.cbPosition_SelectedIndexChanged);
     //
     // cbLayout
     //
     this.cbLayout.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbLayout.Items.AddRange(new object[] {
         "Column",
         "Row",
         "Table"
     });
     this.cbLayout.Location              = new System.Drawing.Point(144, 48);
     this.cbLayout.Name                  = "cbLayout";
     this.cbLayout.Size                  = new System.Drawing.Size(121, 21);
     this.cbLayout.TabIndex              = 6;
     this.cbLayout.SelectedIndexChanged += new System.EventHandler(this.cbLayout_SelectedIndexChanged);
     //
     // chkVisible
     //
     this.chkVisible.Location        = new System.Drawing.Point(16, 80);
     this.chkVisible.Name            = "chkVisible";
     this.chkVisible.Size            = new System.Drawing.Size(136, 24);
     this.chkVisible.TabIndex        = 14;
     this.chkVisible.Text            = "Visible";
     this.chkVisible.CheckedChanged += new System.EventHandler(this.chkVisible_CheckedChanged);
     //
     // chkInsidePlotArea
     //
     this.chkInsidePlotArea.Location        = new System.Drawing.Point(16, 112);
     this.chkInsidePlotArea.Name            = "chkInsidePlotArea";
     this.chkInsidePlotArea.Size            = new System.Drawing.Size(136, 24);
     this.chkInsidePlotArea.TabIndex        = 15;
     this.chkInsidePlotArea.Text            = "Draw Inside Plot Area";
     this.chkInsidePlotArea.CheckedChanged += new System.EventHandler(this.chkInsidePlotArea_CheckedChanged);
     //
     // ChartLegendCtl
     //
     this.Controls.Add(this.chkInsidePlotArea);
     this.Controls.Add(this.chkVisible);
     this.Controls.Add(this.cbLayout);
     this.Controls.Add(this.cbPosition);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "ChartLegendCtl";
     this.Size = new System.Drawing.Size(440, 288);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2                = new System.Windows.Forms.Label();
     this.cbDataSet             = new Oranikle.Studio.Controls.StyledComboBox();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.chkPBAfter            = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkPBBefore           = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label1                = new System.Windows.Forms.Label();
     this.tbNoRows              = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbCellDataElementName = new Oranikle.Studio.Controls.CustomTextControl();
     this.chkCellContents       = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label3                = new System.Windows.Forms.Label();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 0;
     this.label2.Text     = "DataSet Name";
     //
     // cbDataSet
     //
     this.cbDataSet.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataSet.Location              = new System.Drawing.Point(120, 16);
     this.cbDataSet.Name                  = "cbDataSet";
     this.cbDataSet.Size                  = new System.Drawing.Size(304, 21);
     this.cbDataSet.TabIndex              = 1;
     this.cbDataSet.SelectedIndexChanged += new System.EventHandler(this.cbDataSet_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkPBAfter);
     this.groupBox1.Controls.Add(this.chkPBBefore);
     this.groupBox1.Location = new System.Drawing.Point(24, 88);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(400, 48);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Page Breaks";
     //
     // chkPBAfter
     //
     this.chkPBAfter.Location        = new System.Drawing.Point(192, 16);
     this.chkPBAfter.Name            = "chkPBAfter";
     this.chkPBAfter.Size            = new System.Drawing.Size(128, 24);
     this.chkPBAfter.TabIndex        = 1;
     this.chkPBAfter.Text            = "Insert after Matrix";
     this.chkPBAfter.CheckedChanged += new System.EventHandler(this.chkPBAfter_CheckedChanged);
     //
     // chkPBBefore
     //
     this.chkPBBefore.Location        = new System.Drawing.Point(16, 16);
     this.chkPBBefore.Name            = "chkPBBefore";
     this.chkPBBefore.Size            = new System.Drawing.Size(128, 24);
     this.chkPBBefore.TabIndex        = 0;
     this.chkPBBefore.Text            = "Insert before Matrix";
     this.chkPBBefore.CheckedChanged += new System.EventHandler(this.chkPBBefore_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(96, 23);
     this.label1.TabIndex = 2;
     this.label1.Text     = "No rows message";
     //
     // tbNoRows
     //
     this.tbNoRows.Location     = new System.Drawing.Point(120, 48);
     this.tbNoRows.Name         = "tbNoRows";
     this.tbNoRows.Size         = new System.Drawing.Size(304, 20);
     this.tbNoRows.TabIndex     = 3;
     this.tbNoRows.Text         = "textBox1";
     this.tbNoRows.TextChanged += new System.EventHandler(this.tbNoRows_TextChanged);
     //
     // tbCellDataElementName
     //
     this.tbCellDataElementName.Location     = new System.Drawing.Point(133, 42);
     this.tbCellDataElementName.Name         = "tbCellDataElementName";
     this.tbCellDataElementName.Size         = new System.Drawing.Size(183, 20);
     this.tbCellDataElementName.TabIndex     = 0;
     this.tbCellDataElementName.Text         = "";
     this.tbCellDataElementName.TextChanged += new System.EventHandler(this.tbCellDataElementName_TextChanged);
     //
     // chkCellContents
     //
     this.chkCellContents.Location        = new System.Drawing.Point(16, 16);
     this.chkCellContents.Name            = "chkCellContents";
     this.chkCellContents.Size            = new System.Drawing.Size(160, 24);
     this.chkCellContents.TabIndex        = 0;
     this.chkCellContents.Text            = "Render cell contents";
     this.chkCellContents.CheckedChanged += new System.EventHandler(this.chkCellContents_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 48);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(112, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Cell Element Name";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tbCellDataElementName);
     this.groupBox2.Controls.Add(this.chkCellContents);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Location = new System.Drawing.Point(24, 152);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(400, 72);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "XML";
     //
     // MatrixCtl
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.tbNoRows);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.cbDataSet);
     this.Controls.Add(this.label2);
     this.Name = "MatrixCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.bOK            = new Oranikle.Studio.Controls.StyledButton();
     this.bCancel        = new Oranikle.Studio.Controls.StyledButton();
     this.label1         = new System.Windows.Forms.Label();
     this.cbDataSets     = new Oranikle.Studio.Controls.StyledComboBox();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.lbFields       = new System.Windows.Forms.ListBox();
     this.lbTableColumns = new System.Windows.Forms.CheckedListBox();
     this.bUp            = new Oranikle.Studio.Controls.StyledButton();
     this.bDown          = new Oranikle.Studio.Controls.StyledButton();
     this.bRight         = new Oranikle.Studio.Controls.StyledButton();
     this.bAllRight      = new Oranikle.Studio.Controls.StyledButton();
     this.bLeft          = new Oranikle.Studio.Controls.StyledButton();
     this.bAllLeft       = new Oranikle.Studio.Controls.StyledButton();
     this.label4         = new System.Windows.Forms.Label();
     this.cbGroupColumn  = new Oranikle.Studio.Controls.StyledComboBox();
     this.chkGrandTotals = new Oranikle.Studio.Controls.StyledCheckBox();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.rbVertComp     = new System.Windows.Forms.RadioButton();
     this.rbVert         = new System.Windows.Forms.RadioButton();
     this.rbHorz         = new System.Windows.Forms.RadioButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // bOK
     //
     this.bOK.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bOK.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bOK.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bOK.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bOK.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bOK.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bOK.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bOK.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bOK.Location                = new System.Drawing.Point(272, 312);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 23);
     this.bOK.TabIndex                = 12;
     this.bOK.Text                    = "OK";
     this.bOK.UseVisualStyleBackColor = true;
     this.bOK.Click                  += new System.EventHandler(this.bOK_Click);
     //
     // bCancel
     //
     this.bCancel.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bCancel.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bCancel.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bCancel.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.bCancel.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bCancel.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bCancel.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bCancel.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bCancel.Location                = new System.Drawing.Point(368, 312);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 23);
     this.bCancel.TabIndex                = 13;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "DataSet";
     //
     // cbDataSets
     //
     this.cbDataSets.AutoAdjustItemHeight        = false;
     this.cbDataSets.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbDataSets.ConvertEnterToTabForDialogs = false;
     this.cbDataSets.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbDataSets.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataSets.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbDataSets.Location              = new System.Drawing.Point(80, 16);
     this.cbDataSets.Name                  = "cbDataSets";
     this.cbDataSets.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbDataSets.SeparatorMargin       = 1;
     this.cbDataSets.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbDataSets.SeparatorWidth        = 1;
     this.cbDataSets.Size                  = new System.Drawing.Size(360, 21);
     this.cbDataSets.TabIndex              = 0;
     this.cbDataSets.SelectedIndexChanged += new System.EventHandler(this.cbDataSets_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 88);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 9;
     this.label2.Text     = "DataSet Fields";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(232, 88);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(240, 23);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Table Columns (check totals when not Down)";
     //
     // lbFields
     //
     this.lbFields.Location      = new System.Drawing.Point(16, 112);
     this.lbFields.Name          = "lbFields";
     this.lbFields.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lbFields.Size          = new System.Drawing.Size(152, 134);
     this.lbFields.TabIndex      = 2;
     //
     // lbTableColumns
     //
     this.lbTableColumns.Location = new System.Drawing.Point(232, 112);
     this.lbTableColumns.Name     = "lbTableColumns";
     this.lbTableColumns.Size     = new System.Drawing.Size(152, 139);
     this.lbTableColumns.TabIndex = 7;
     //
     // bUp
     //
     this.bUp.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bUp.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bUp.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bUp.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bUp.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bUp.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bUp.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bUp.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bUp.Location                = new System.Drawing.Point(392, 120);
     this.bUp.Name                    = "bUp";
     this.bUp.OverriddenSize          = null;
     this.bUp.Size                    = new System.Drawing.Size(48, 21);
     this.bUp.TabIndex                = 8;
     this.bUp.Text                    = "Up";
     this.bUp.UseVisualStyleBackColor = true;
     this.bUp.Click                  += new System.EventHandler(this.bUp_Click);
     //
     // bDown
     //
     this.bDown.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bDown.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bDown.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bDown.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bDown.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bDown.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bDown.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bDown.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bDown.Location                = new System.Drawing.Point(392, 152);
     this.bDown.Name                    = "bDown";
     this.bDown.OverriddenSize          = null;
     this.bDown.Size                    = new System.Drawing.Size(48, 21);
     this.bDown.TabIndex                = 9;
     this.bDown.Text                    = "Down";
     this.bDown.UseVisualStyleBackColor = true;
     this.bDown.Click                  += new System.EventHandler(this.bDown_Click);
     //
     // bRight
     //
     this.bRight.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bRight.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bRight.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bRight.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bRight.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bRight.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bRight.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bRight.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bRight.Location                = new System.Drawing.Point(184, 120);
     this.bRight.Name                    = "bRight";
     this.bRight.OverriddenSize          = null;
     this.bRight.Size                    = new System.Drawing.Size(32, 21);
     this.bRight.TabIndex                = 3;
     this.bRight.Text                    = ">";
     this.bRight.UseVisualStyleBackColor = true;
     this.bRight.Click                  += new System.EventHandler(this.bRight_Click);
     //
     // bAllRight
     //
     this.bAllRight.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bAllRight.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bAllRight.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bAllRight.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bAllRight.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bAllRight.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bAllRight.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bAllRight.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bAllRight.Location                = new System.Drawing.Point(184, 152);
     this.bAllRight.Name                    = "bAllRight";
     this.bAllRight.OverriddenSize          = null;
     this.bAllRight.Size                    = new System.Drawing.Size(32, 21);
     this.bAllRight.TabIndex                = 4;
     this.bAllRight.Text                    = ">>";
     this.bAllRight.UseVisualStyleBackColor = true;
     this.bAllRight.Click                  += new System.EventHandler(this.bAllRight_Click);
     //
     // bLeft
     //
     this.bLeft.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bLeft.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bLeft.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bLeft.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bLeft.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bLeft.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bLeft.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bLeft.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bLeft.Location                = new System.Drawing.Point(184, 184);
     this.bLeft.Name                    = "bLeft";
     this.bLeft.OverriddenSize          = null;
     this.bLeft.Size                    = new System.Drawing.Size(32, 21);
     this.bLeft.TabIndex                = 5;
     this.bLeft.Text                    = "<";
     this.bLeft.UseVisualStyleBackColor = true;
     this.bLeft.Click                  += new System.EventHandler(this.bLeft_Click);
     //
     // bAllLeft
     //
     this.bAllLeft.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bAllLeft.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bAllLeft.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bAllLeft.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bAllLeft.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bAllLeft.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bAllLeft.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bAllLeft.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bAllLeft.Location                = new System.Drawing.Point(184, 216);
     this.bAllLeft.Name                    = "bAllLeft";
     this.bAllLeft.OverriddenSize          = null;
     this.bAllLeft.Size                    = new System.Drawing.Size(32, 21);
     this.bAllLeft.TabIndex                = 6;
     this.bAllLeft.Text                    = "<<";
     this.bAllLeft.UseVisualStyleBackColor = true;
     this.bAllLeft.Click                  += new System.EventHandler(this.bAllLeft_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 264);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(216, 23);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Pick a column to group (create hierarchy)";
     //
     // cbGroupColumn
     //
     this.cbGroupColumn.AutoAdjustItemHeight        = false;
     this.cbGroupColumn.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbGroupColumn.ConvertEnterToTabForDialogs = false;
     this.cbGroupColumn.DrawMode        = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbGroupColumn.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbGroupColumn.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.cbGroupColumn.Location        = new System.Drawing.Point(16, 280);
     this.cbGroupColumn.Name            = "cbGroupColumn";
     this.cbGroupColumn.SeparatorColor  = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbGroupColumn.SeparatorMargin = 1;
     this.cbGroupColumn.SeparatorStyle  = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbGroupColumn.SeparatorWidth  = 1;
     this.cbGroupColumn.Size            = new System.Drawing.Size(168, 21);
     this.cbGroupColumn.TabIndex        = 10;
     this.cbGroupColumn.Enter          += new System.EventHandler(this.cbGroupColumn_Enter);
     //
     // chkGrandTotals
     //
     this.chkGrandTotals.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkGrandTotals.ForeColor = System.Drawing.Color.Black;
     this.chkGrandTotals.Location  = new System.Drawing.Point(232, 280);
     this.chkGrandTotals.Name      = "chkGrandTotals";
     this.chkGrandTotals.Size      = new System.Drawing.Size(168, 16);
     this.chkGrandTotals.TabIndex  = 11;
     this.chkGrandTotals.Text      = "Calculate Grand Totals";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rbVertComp);
     this.groupBox1.Controls.Add(this.rbVert);
     this.groupBox1.Controls.Add(this.rbHorz);
     this.groupBox1.Location = new System.Drawing.Point(16, 40);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(424, 40);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Arrange Fields";
     //
     // rbVertComp
     //
     this.rbVertComp.Location = new System.Drawing.Point(296, 16);
     this.rbVertComp.Name     = "rbVertComp";
     this.rbVertComp.Size     = new System.Drawing.Size(112, 16);
     this.rbVertComp.TabIndex = 2;
     this.rbVertComp.Text     = "Down (compress)";
     //
     // rbVert
     //
     this.rbVert.Location = new System.Drawing.Point(160, 16);
     this.rbVert.Name     = "rbVert";
     this.rbVert.Size     = new System.Drawing.Size(120, 16);
     this.rbVert.TabIndex = 1;
     this.rbVert.Text     = "Down (row per field)";
     //
     // rbHorz
     //
     this.rbHorz.Location        = new System.Drawing.Point(8, 16);
     this.rbHorz.Name            = "rbHorz";
     this.rbHorz.Size            = new System.Drawing.Size(160, 16);
     this.rbHorz.TabIndex        = 0;
     this.rbHorz.Text            = "Across (standard columns)";
     this.rbHorz.CheckedChanged += new System.EventHandler(this.rbHorz_CheckedChanged);
     //
     // DialogNewTable
     //
     this.AcceptButton      = this.bOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
     this.CancelButton      = this.bCancel;
     this.ClientSize        = new System.Drawing.Size(456, 336);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.chkGrandTotals);
     this.Controls.Add(this.cbGroupColumn);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.bAllLeft);
     this.Controls.Add(this.bLeft);
     this.Controls.Add(this.bAllRight);
     this.Controls.Add(this.bRight);
     this.Controls.Add(this.bDown);
     this.Controls.Add(this.bUp);
     this.Controls.Add(this.lbTableColumns);
     this.Controls.Add(this.lbFields);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cbDataSets);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DialogNewTable";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "New Table";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.gbPosition         = new System.Windows.Forms.GroupBox();
     this.tbHeight           = new Oranikle.Studio.Controls.CustomTextControl();
     this.label7             = new System.Windows.Forms.Label();
     this.tbWidth            = new Oranikle.Studio.Controls.CustomTextControl();
     this.label8             = new System.Windows.Forms.Label();
     this.tbTop              = new Oranikle.Studio.Controls.CustomTextControl();
     this.label6             = new System.Windows.Forms.Label();
     this.tbLeft             = new Oranikle.Studio.Controls.CustomTextControl();
     this.label5             = new System.Windows.Forms.Label();
     this.label9             = new System.Windows.Forms.Label();
     this.tbZIndex           = new System.Windows.Forms.NumericUpDown();
     this.label1             = new System.Windows.Forms.Label();
     this.tbName             = new Oranikle.Studio.Controls.CustomTextControl();
     this.lblColSpan         = new System.Windows.Forms.Label();
     this.tbColSpan          = new System.Windows.Forms.NumericUpDown();
     this.gbText             = new System.Windows.Forms.GroupBox();
     this.cbToggleImage      = new Oranikle.Studio.Controls.StyledComboBox();
     this.label4             = new System.Windows.Forms.Label();
     this.cbDataElementStyle = new Oranikle.Studio.Controls.StyledComboBox();
     this.label3             = new System.Windows.Forms.Label();
     this.cbHideDuplicates   = new Oranikle.Studio.Controls.StyledComboBox();
     this.label2             = new System.Windows.Forms.Label();
     this.chkCanShrink       = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkCanGrow         = new Oranikle.Studio.Controls.StyledCheckBox();
     this.gbPosition.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbZIndex)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbColSpan)).BeginInit();
     this.gbText.SuspendLayout();
     this.SuspendLayout();
     //
     // gbPosition
     //
     this.gbPosition.Controls.Add(this.tbHeight);
     this.gbPosition.Controls.Add(this.label7);
     this.gbPosition.Controls.Add(this.tbWidth);
     this.gbPosition.Controls.Add(this.label8);
     this.gbPosition.Controls.Add(this.tbTop);
     this.gbPosition.Controls.Add(this.label6);
     this.gbPosition.Controls.Add(this.tbLeft);
     this.gbPosition.Controls.Add(this.label5);
     this.gbPosition.Controls.Add(this.label9);
     this.gbPosition.Controls.Add(this.tbZIndex);
     this.gbPosition.Location = new System.Drawing.Point(24, 48);
     this.gbPosition.Name     = "gbPosition";
     this.gbPosition.Size     = new System.Drawing.Size(384, 112);
     this.gbPosition.TabIndex = 14;
     this.gbPosition.TabStop  = false;
     this.gbPosition.Text     = "Position";
     //
     // tbHeight
     //
     this.tbHeight.AddX                        = 0;
     this.tbHeight.AddY                        = 0;
     this.tbHeight.AllowSpace                  = false;
     this.tbHeight.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbHeight.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbHeight.ChangeVisibility            = false;
     this.tbHeight.ChildControl                = null;
     this.tbHeight.ConvertEnterToTab           = true;
     this.tbHeight.ConvertEnterToTabForDialogs = false;
     this.tbHeight.Decimals                    = 0;
     this.tbHeight.DisplayList                 = new object[0];
     this.tbHeight.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbHeight.Location                    = new System.Drawing.Point(224, 48);
     this.tbHeight.Name                        = "tbHeight";
     this.tbHeight.OnDropDownCloseFocus        = true;
     this.tbHeight.SelectType                  = 0;
     this.tbHeight.Size                        = new System.Drawing.Size(72, 20);
     this.tbHeight.TabIndex                    = 5;
     this.tbHeight.UseValueForChildsVisibilty  = false;
     this.tbHeight.Value                       = true;
     this.tbHeight.TextChanged                += new System.EventHandler(this.tbHeight_TextChanged);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(168, 50);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(48, 16);
     this.label7.TabIndex = 4;
     this.label7.Text     = "Height";
     //
     // tbWidth
     //
     this.tbWidth.AddX                        = 0;
     this.tbWidth.AddY                        = 0;
     this.tbWidth.AllowSpace                  = false;
     this.tbWidth.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbWidth.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbWidth.ChangeVisibility            = false;
     this.tbWidth.ChildControl                = null;
     this.tbWidth.ConvertEnterToTab           = true;
     this.tbWidth.ConvertEnterToTabForDialogs = false;
     this.tbWidth.Decimals                    = 0;
     this.tbWidth.DisplayList                 = new object[0];
     this.tbWidth.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbWidth.Location                    = new System.Drawing.Point(72, 48);
     this.tbWidth.Name                        = "tbWidth";
     this.tbWidth.OnDropDownCloseFocus        = true;
     this.tbWidth.SelectType                  = 0;
     this.tbWidth.Size                        = new System.Drawing.Size(72, 20);
     this.tbWidth.TabIndex                    = 3;
     this.tbWidth.UseValueForChildsVisibilty  = false;
     this.tbWidth.Value                       = true;
     this.tbWidth.TextChanged                += new System.EventHandler(this.tbWidth_TextChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(16, 50);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(48, 16);
     this.label8.TabIndex = 4;
     this.label8.Text     = "Width";
     //
     // tbTop
     //
     this.tbTop.AddX                        = 0;
     this.tbTop.AddY                        = 0;
     this.tbTop.AllowSpace                  = false;
     this.tbTop.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbTop.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbTop.ChangeVisibility            = false;
     this.tbTop.ChildControl                = null;
     this.tbTop.ConvertEnterToTab           = true;
     this.tbTop.ConvertEnterToTabForDialogs = false;
     this.tbTop.Decimals                    = 0;
     this.tbTop.DisplayList                 = new object[0];
     this.tbTop.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbTop.Location                    = new System.Drawing.Point(224, 16);
     this.tbTop.Name                        = "tbTop";
     this.tbTop.OnDropDownCloseFocus        = true;
     this.tbTop.SelectType                  = 0;
     this.tbTop.Size                        = new System.Drawing.Size(72, 20);
     this.tbTop.TabIndex                    = 2;
     this.tbTop.UseValueForChildsVisibilty  = false;
     this.tbTop.Value                       = true;
     this.tbTop.TextChanged                += new System.EventHandler(this.tbTop_TextChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(168, 18);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(48, 16);
     this.label6.TabIndex = 1;
     this.label6.Text     = "Top";
     //
     // tbLeft
     //
     this.tbLeft.AddX                        = 0;
     this.tbLeft.AddY                        = 0;
     this.tbLeft.AllowSpace                  = false;
     this.tbLeft.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbLeft.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbLeft.ChangeVisibility            = false;
     this.tbLeft.ChildControl                = null;
     this.tbLeft.ConvertEnterToTab           = true;
     this.tbLeft.ConvertEnterToTabForDialogs = false;
     this.tbLeft.Decimals                    = 0;
     this.tbLeft.DisplayList                 = new object[0];
     this.tbLeft.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbLeft.Location                    = new System.Drawing.Point(72, 16);
     this.tbLeft.Name                        = "tbLeft";
     this.tbLeft.OnDropDownCloseFocus        = true;
     this.tbLeft.SelectType                  = 0;
     this.tbLeft.Size                        = new System.Drawing.Size(72, 20);
     this.tbLeft.TabIndex                    = 0;
     this.tbLeft.UseValueForChildsVisibilty  = false;
     this.tbLeft.Value                       = true;
     this.tbLeft.TextChanged                += new System.EventHandler(this.tbLeft_TextChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 18);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 16);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Left";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(16, 80);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(48, 23);
     this.label9.TabIndex = 15;
     this.label9.Text     = "Z Index";
     //
     // tbZIndex
     //
     this.tbZIndex.Location = new System.Drawing.Point(72, 81);
     this.tbZIndex.Maximum  = new decimal(new int[] {
         2147483647,
         0,
         0,
         0
     });
     this.tbZIndex.Name          = "tbZIndex";
     this.tbZIndex.Size          = new System.Drawing.Size(72, 20);
     this.tbZIndex.TabIndex      = 6;
     this.tbZIndex.ValueChanged += new System.EventHandler(this.tbZIndex_ValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 23);
     this.label1.TabIndex = 15;
     this.label1.Text     = "Name";
     //
     // tbName
     //
     this.tbName.AddX                        = 0;
     this.tbName.AddY                        = 0;
     this.tbName.AllowSpace                  = false;
     this.tbName.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbName.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbName.ChangeVisibility            = false;
     this.tbName.ChildControl                = null;
     this.tbName.ConvertEnterToTab           = true;
     this.tbName.ConvertEnterToTabForDialogs = false;
     this.tbName.Decimals                    = 0;
     this.tbName.DisplayList                 = new object[0];
     this.tbName.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbName.Location                    = new System.Drawing.Point(80, 16);
     this.tbName.Name                        = "tbName";
     this.tbName.OnDropDownCloseFocus        = true;
     this.tbName.SelectType                  = 0;
     this.tbName.Size                        = new System.Drawing.Size(128, 20);
     this.tbName.TabIndex                    = 0;
     this.tbName.Text                        = "textBox1";
     this.tbName.UseValueForChildsVisibilty  = false;
     this.tbName.Value                       = true;
     this.tbName.TextChanged                += new System.EventHandler(this.tbName_TextChanged);
     this.tbName.Validating                 += new System.ComponentModel.CancelEventHandler(this.tbName_Validating);
     //
     // lblColSpan
     //
     this.lblColSpan.Location = new System.Drawing.Point(232, 15);
     this.lblColSpan.Name     = "lblColSpan";
     this.lblColSpan.Size     = new System.Drawing.Size(112, 23);
     this.lblColSpan.TabIndex = 16;
     this.lblColSpan.Text     = "Span Table Columns";
     //
     // tbColSpan
     //
     this.tbColSpan.Location = new System.Drawing.Point(360, 16);
     this.tbColSpan.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.tbColSpan.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.tbColSpan.Name     = "tbColSpan";
     this.tbColSpan.Size     = new System.Drawing.Size(48, 20);
     this.tbColSpan.TabIndex = 1;
     this.tbColSpan.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.tbColSpan.ValueChanged += new System.EventHandler(this.tbColSpan_ValueChanged);
     //
     // gbText
     //
     this.gbText.Controls.Add(this.cbToggleImage);
     this.gbText.Controls.Add(this.label4);
     this.gbText.Controls.Add(this.cbDataElementStyle);
     this.gbText.Controls.Add(this.label3);
     this.gbText.Controls.Add(this.cbHideDuplicates);
     this.gbText.Controls.Add(this.label2);
     this.gbText.Controls.Add(this.chkCanShrink);
     this.gbText.Controls.Add(this.chkCanGrow);
     this.gbText.Location = new System.Drawing.Point(24, 168);
     this.gbText.Name     = "gbText";
     this.gbText.Size     = new System.Drawing.Size(384, 112);
     this.gbText.TabIndex = 18;
     this.gbText.TabStop  = false;
     this.gbText.Text     = "Text Processing";
     //
     // cbToggleImage
     //
     this.cbToggleImage.AutoAdjustItemHeight        = false;
     this.cbToggleImage.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbToggleImage.ConvertEnterToTabForDialogs = false;
     this.cbToggleImage.DrawMode  = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbToggleImage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbToggleImage.Items.AddRange(new object[] {
         "",
         "true",
         "false"
     });
     this.cbToggleImage.Location              = new System.Drawing.Point(120, 80);
     this.cbToggleImage.Name                  = "cbToggleImage";
     this.cbToggleImage.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbToggleImage.SeparatorMargin       = 1;
     this.cbToggleImage.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbToggleImage.SeparatorWidth        = 1;
     this.cbToggleImage.Size                  = new System.Drawing.Size(256, 21);
     this.cbToggleImage.TabIndex              = 7;
     this.cbToggleImage.SelectedIndexChanged += new System.EventHandler(this.cbToggleImage_Changed);
     this.cbToggleImage.TextChanged          += new System.EventHandler(this.cbToggleImage_Changed);
     //
     // label4
     //
     this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label4.Location   = new System.Drawing.Point(16, 79);
     this.label4.Name       = "label4";
     this.label4.Size       = new System.Drawing.Size(104, 23);
     this.label4.TabIndex   = 6;
     this.label4.Text       = "Toggle System.Drawing.Image";
     //
     // cbDataElementStyle
     //
     this.cbDataElementStyle.AutoAdjustItemHeight        = false;
     this.cbDataElementStyle.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbDataElementStyle.ConvertEnterToTabForDialogs = false;
     this.cbDataElementStyle.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbDataElementStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataElementStyle.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.cbDataElementStyle.Items.AddRange(new object[] {
         "Auto",
         "AttributeNormal",
         "ElementNormal"
     });
     this.cbDataElementStyle.Location              = new System.Drawing.Point(120, 48);
     this.cbDataElementStyle.Name                  = "cbDataElementStyle";
     this.cbDataElementStyle.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbDataElementStyle.SeparatorMargin       = 1;
     this.cbDataElementStyle.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbDataElementStyle.SeparatorWidth        = 1;
     this.cbDataElementStyle.Size                  = new System.Drawing.Size(120, 21);
     this.cbDataElementStyle.TabIndex              = 5;
     this.cbDataElementStyle.SelectedIndexChanged += new System.EventHandler(this.cbDataElementStyle_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label3.Location   = new System.Drawing.Point(16, 47);
     this.label3.Name       = "label3";
     this.label3.Size       = new System.Drawing.Size(104, 23);
     this.label3.TabIndex   = 4;
     this.label3.Text       = "XML Element Style";
     //
     // cbHideDuplicates
     //
     this.cbHideDuplicates.AutoAdjustItemHeight        = false;
     this.cbHideDuplicates.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbHideDuplicates.ConvertEnterToTabForDialogs = false;
     this.cbHideDuplicates.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbHideDuplicates.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbHideDuplicates.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbHideDuplicates.Location              = new System.Drawing.Point(264, 16);
     this.cbHideDuplicates.Name                  = "cbHideDuplicates";
     this.cbHideDuplicates.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbHideDuplicates.SeparatorMargin       = 1;
     this.cbHideDuplicates.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbHideDuplicates.SeparatorWidth        = 1;
     this.cbHideDuplicates.Size                  = new System.Drawing.Size(112, 21);
     this.cbHideDuplicates.TabIndex              = 3;
     this.cbHideDuplicates.SelectedIndexChanged += new System.EventHandler(this.cbHideDuplicates_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.label2.Location   = new System.Drawing.Point(184, 15);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(88, 22);
     this.label2.TabIndex   = 2;
     this.label2.Text       = "Hide Duplicates";
     this.label2.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkCanShrink
     //
     this.chkCanShrink.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkCanShrink.ForeColor       = System.Drawing.Color.Black;
     this.chkCanShrink.Location        = new System.Drawing.Point(96, 14);
     this.chkCanShrink.Name            = "chkCanShrink";
     this.chkCanShrink.Size            = new System.Drawing.Size(104, 24);
     this.chkCanShrink.TabIndex        = 1;
     this.chkCanShrink.Text            = "Can Shrink";
     this.chkCanShrink.CheckedChanged += new System.EventHandler(this.chkCanShrink_CheckedChanged);
     //
     // chkCanGrow
     //
     this.chkCanGrow.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkCanGrow.ForeColor       = System.Drawing.Color.Black;
     this.chkCanGrow.Location        = new System.Drawing.Point(16, 14);
     this.chkCanGrow.Name            = "chkCanGrow";
     this.chkCanGrow.Size            = new System.Drawing.Size(80, 24);
     this.chkCanGrow.TabIndex        = 0;
     this.chkCanGrow.Text            = "Can Grow";
     this.chkCanGrow.CheckedChanged += new System.EventHandler(this.chkCanGrow_CheckedChanged);
     //
     // PositionCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.gbText);
     this.Controls.Add(this.tbColSpan);
     this.Controls.Add(this.lblColSpan);
     this.Controls.Add(this.tbName);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gbPosition);
     this.Name = "PositionCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.gbPosition.ResumeLayout(false);
     this.gbPosition.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbZIndex)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbColSpan)).EndInit();
     this.gbText.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.dgGroup = new System.Windows.Forms.DataGrid();
            this.dgTableStyle = new System.Windows.Forms.DataGridTableStyle();
            this.bDelete = new Oranikle.Studio.Controls.StyledButton();
            this.bUp = new Oranikle.Studio.Controls.StyledButton();
            this.bDown = new Oranikle.Studio.Controls.StyledButton();
            this.label1 = new System.Windows.Forms.Label();
            this.tbName = new Oranikle.Studio.Controls.CustomTextControl();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.cbLabelExpr = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbParentExpr = new Oranikle.Studio.Controls.StyledComboBox();
            this.lParent = new System.Windows.Forms.Label();
            this.chkPBS = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkPBE = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkRepeatHeader = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkGrpHeader = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkRepeatFooter = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkGrpFooter = new Oranikle.Studio.Controls.StyledCheckBox();
            this.bValueExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bLabelExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bParentExpr = new Oranikle.Studio.Controls.StyledButton();
            ((System.ComponentModel.ISupportInitialize)(this.dgGroup)).BeginInit();
            this.SuspendLayout();
            // 
            // dgGroup
            // 
            this.dgGroup.BackgroundColor = System.Drawing.Color.White;
            this.dgGroup.CaptionVisible = false;
            this.dgGroup.DataMember = "";
            this.dgGroup.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dgGroup.Location = new System.Drawing.Point(8, 48);
            this.dgGroup.Name = "dgGroup";
            this.dgGroup.Size = new System.Drawing.Size(376, 88);
            this.dgGroup.TabIndex = 1;
            this.dgGroup.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
            this.dgTableStyle});
            // 
            // dgTableStyle
            // 
            this.dgTableStyle.AllowSorting = false;
            this.dgTableStyle.DataGrid = this.dgGroup;
            this.dgTableStyle.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            // 
            // bDelete
            // 
            this.bDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDelete.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDelete.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDelete.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDelete.Font = new System.Drawing.Font("Arial", 9F);
            this.bDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDelete.Location = new System.Drawing.Point(392, 69);
            this.bDelete.Name = "bDelete";
            this.bDelete.OverriddenSize = null;
            this.bDelete.Size = new System.Drawing.Size(48, 21);
            this.bDelete.TabIndex = 2;
            this.bDelete.Text = "Delete";
            this.bDelete.UseVisualStyleBackColor = true;
            this.bDelete.Click += new System.EventHandler(this.bDelete_Click);
            // 
            // bUp
            // 
            this.bUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bUp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bUp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bUp.Font = new System.Drawing.Font("Arial", 9F);
            this.bUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bUp.Location = new System.Drawing.Point(392, 94);
            this.bUp.Name = "bUp";
            this.bUp.OverriddenSize = null;
            this.bUp.Size = new System.Drawing.Size(48, 21);
            this.bUp.TabIndex = 3;
            this.bUp.Text = "Up";
            this.bUp.UseVisualStyleBackColor = true;
            this.bUp.Click += new System.EventHandler(this.bUp_Click);
            // 
            // bDown
            // 
            this.bDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDown.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDown.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDown.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDown.Font = new System.Drawing.Font("Arial", 9F);
            this.bDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDown.Location = new System.Drawing.Point(392, 119);
            this.bDown.Name = "bDown";
            this.bDown.OverriddenSize = null;
            this.bDown.Size = new System.Drawing.Size(48, 21);
            this.bDown.TabIndex = 4;
            this.bDown.Text = "Down";
            this.bDown.UseVisualStyleBackColor = true;
            this.bDown.Click += new System.EventHandler(this.bDown_Click);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(8, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 23);
            this.label1.TabIndex = 5;
            this.label1.Text = "Name";
            // 
            // tbName
            // 
            this.tbName.AddX = 0;
            this.tbName.AddY = 0;
            this.tbName.AllowSpace = false;
            this.tbName.BorderColor = System.Drawing.Color.LightGray;
            this.tbName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbName.ChangeVisibility = false;
            this.tbName.ChildControl = null;
            this.tbName.ConvertEnterToTab = true;
            this.tbName.ConvertEnterToTabForDialogs = false;
            this.tbName.Decimals = 0;
            this.tbName.DisplayList = new object[0];
            this.tbName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbName.Location = new System.Drawing.Point(56, 8);
            this.tbName.Name = "tbName";
            this.tbName.OnDropDownCloseFocus = true;
            this.tbName.SelectType = 0;
            this.tbName.Size = new System.Drawing.Size(328, 20);
            this.tbName.TabIndex = 0;
            this.tbName.Text = "textBox1";
            this.tbName.UseValueForChildsVisibilty = false;
            this.tbName.Value = true;
            this.tbName.Validating += new System.ComponentModel.CancelEventHandler(this.tbName_Validating);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(8, 146);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(40, 23);
            this.label2.TabIndex = 7;
            this.label2.Text = "Label";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(8, 32);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(56, 16);
            this.label3.TabIndex = 9;
            this.label3.Text = "Group By";
            // 
            // cbLabelExpr
            // 
            this.cbLabelExpr.AutoAdjustItemHeight = false;
            this.cbLabelExpr.BorderColor = System.Drawing.Color.LightGray;
            this.cbLabelExpr.ConvertEnterToTabForDialogs = false;
            this.cbLabelExpr.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbLabelExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbLabelExpr.Location = new System.Drawing.Point(48, 147);
            this.cbLabelExpr.Name = "cbLabelExpr";
            this.cbLabelExpr.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbLabelExpr.SeparatorMargin = 1;
            this.cbLabelExpr.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbLabelExpr.SeparatorWidth = 1;
            this.cbLabelExpr.Size = new System.Drawing.Size(336, 21);
            this.cbLabelExpr.TabIndex = 5;
            this.cbLabelExpr.Text = "comboBox1";
            // 
            // cbParentExpr
            // 
            this.cbParentExpr.AutoAdjustItemHeight = false;
            this.cbParentExpr.BorderColor = System.Drawing.Color.LightGray;
            this.cbParentExpr.ConvertEnterToTabForDialogs = false;
            this.cbParentExpr.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbParentExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbParentExpr.Location = new System.Drawing.Point(48, 180);
            this.cbParentExpr.Name = "cbParentExpr";
            this.cbParentExpr.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbParentExpr.SeparatorMargin = 1;
            this.cbParentExpr.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbParentExpr.SeparatorWidth = 1;
            this.cbParentExpr.Size = new System.Drawing.Size(336, 21);
            this.cbParentExpr.TabIndex = 6;
            this.cbParentExpr.Text = "comboBox1";
            // 
            // lParent
            // 
            this.lParent.Location = new System.Drawing.Point(8, 179);
            this.lParent.Name = "lParent";
            this.lParent.Size = new System.Drawing.Size(40, 23);
            this.lParent.TabIndex = 11;
            this.lParent.Text = "Parent";
            // 
            // chkPBS
            // 
            this.chkPBS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkPBS.ForeColor = System.Drawing.Color.Black;
            this.chkPBS.Location = new System.Drawing.Point(8, 208);
            this.chkPBS.Name = "chkPBS";
            this.chkPBS.Size = new System.Drawing.Size(136, 24);
            this.chkPBS.TabIndex = 7;
            this.chkPBS.Text = "Page Break at Start";
            // 
            // chkPBE
            // 
            this.chkPBE.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkPBE.ForeColor = System.Drawing.Color.Black;
            this.chkPBE.Location = new System.Drawing.Point(232, 208);
            this.chkPBE.Name = "chkPBE";
            this.chkPBE.Size = new System.Drawing.Size(136, 24);
            this.chkPBE.TabIndex = 8;
            this.chkPBE.Text = "Page Break at End";
            // 
            // chkRepeatHeader
            // 
            this.chkRepeatHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkRepeatHeader.ForeColor = System.Drawing.Color.Black;
            this.chkRepeatHeader.Location = new System.Drawing.Point(232, 232);
            this.chkRepeatHeader.Name = "chkRepeatHeader";
            this.chkRepeatHeader.Size = new System.Drawing.Size(136, 24);
            this.chkRepeatHeader.TabIndex = 13;
            this.chkRepeatHeader.Text = "Repeat group header";
            // 
            // chkGrpHeader
            // 
            this.chkGrpHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkGrpHeader.ForeColor = System.Drawing.Color.Black;
            this.chkGrpHeader.Location = new System.Drawing.Point(8, 232);
            this.chkGrpHeader.Name = "chkGrpHeader";
            this.chkGrpHeader.Size = new System.Drawing.Size(136, 24);
            this.chkGrpHeader.TabIndex = 12;
            this.chkGrpHeader.Text = "Include group header";
            // 
            // chkRepeatFooter
            // 
            this.chkRepeatFooter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkRepeatFooter.ForeColor = System.Drawing.Color.Black;
            this.chkRepeatFooter.Location = new System.Drawing.Point(232, 256);
            this.chkRepeatFooter.Name = "chkRepeatFooter";
            this.chkRepeatFooter.Size = new System.Drawing.Size(136, 24);
            this.chkRepeatFooter.TabIndex = 15;
            this.chkRepeatFooter.Text = "Repeat group footer";
            // 
            // chkGrpFooter
            // 
            this.chkGrpFooter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkGrpFooter.ForeColor = System.Drawing.Color.Black;
            this.chkGrpFooter.Location = new System.Drawing.Point(8, 256);
            this.chkGrpFooter.Name = "chkGrpFooter";
            this.chkGrpFooter.Size = new System.Drawing.Size(136, 24);
            this.chkGrpFooter.TabIndex = 14;
            this.chkGrpFooter.Text = "Include group footer";
            // 
            // bValueExpr
            // 
            this.bValueExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bValueExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bValueExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bValueExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bValueExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bValueExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bValueExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bValueExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bValueExpr.Location = new System.Drawing.Point(392, 45);
            this.bValueExpr.Name = "bValueExpr";
            this.bValueExpr.OverriddenSize = null;
            this.bValueExpr.Size = new System.Drawing.Size(22, 21);
            this.bValueExpr.TabIndex = 16;
            this.bValueExpr.Tag = "value";
            this.bValueExpr.Text = "fx";
            this.bValueExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bValueExpr.UseVisualStyleBackColor = true;
            this.bValueExpr.Click += new System.EventHandler(this.bValueExpr_Click);
            // 
            // bLabelExpr
            // 
            this.bLabelExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bLabelExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bLabelExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bLabelExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bLabelExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bLabelExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bLabelExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bLabelExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bLabelExpr.Location = new System.Drawing.Point(392, 147);
            this.bLabelExpr.Name = "bLabelExpr";
            this.bLabelExpr.OverriddenSize = null;
            this.bLabelExpr.Size = new System.Drawing.Size(22, 21);
            this.bLabelExpr.TabIndex = 17;
            this.bLabelExpr.Tag = "label";
            this.bLabelExpr.Text = "fx";
            this.bLabelExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bLabelExpr.UseVisualStyleBackColor = true;
            this.bLabelExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bParentExpr
            // 
            this.bParentExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bParentExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bParentExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bParentExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bParentExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bParentExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bParentExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bParentExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bParentExpr.Location = new System.Drawing.Point(392, 180);
            this.bParentExpr.Name = "bParentExpr";
            this.bParentExpr.OverriddenSize = null;
            this.bParentExpr.Size = new System.Drawing.Size(22, 21);
            this.bParentExpr.TabIndex = 18;
            this.bParentExpr.Tag = "parent";
            this.bParentExpr.Text = "fx";
            this.bParentExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bParentExpr.UseVisualStyleBackColor = true;
            this.bParentExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // GroupingCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.bParentExpr);
            this.Controls.Add(this.bLabelExpr);
            this.Controls.Add(this.bValueExpr);
            this.Controls.Add(this.chkRepeatFooter);
            this.Controls.Add(this.chkGrpFooter);
            this.Controls.Add(this.chkRepeatHeader);
            this.Controls.Add(this.chkGrpHeader);
            this.Controls.Add(this.chkPBE);
            this.Controls.Add(this.chkPBS);
            this.Controls.Add(this.cbParentExpr);
            this.Controls.Add(this.lParent);
            this.Controls.Add(this.cbLabelExpr);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.tbName);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.bDown);
            this.Controls.Add(this.bUp);
            this.Controls.Add(this.bDelete);
            this.Controls.Add(this.dgGroup);
            this.Name = "GroupingCtl";
            this.Size = new System.Drawing.Size(488, 304);
            ((System.ComponentModel.ISupportInitialize)(this.dgGroup)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.cbMajorTickMarks = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbMinorTickMarks = new Oranikle.Studio.Controls.StyledComboBox();
            this.chkVisible = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkMargin = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkReverse = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkInterlaced = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkScalar = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkLogScale = new Oranikle.Studio.Controls.StyledCheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chkMajorGLShow = new Oranikle.Studio.Controls.StyledCheckBox();
            this.tbMajorGLWidth = new Oranikle.Studio.Controls.CustomTextControl();
            this.bMajorGLColor = new Oranikle.Studio.Controls.StyledButton();
            this.cbMajorGLColor = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbMajorGLStyle = new Oranikle.Studio.Controls.StyledComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.chkMinorGLShow = new Oranikle.Studio.Controls.StyledCheckBox();
            this.tbMinorGLWidth = new Oranikle.Studio.Controls.CustomTextControl();
            this.bMinorGLColor = new Oranikle.Studio.Controls.StyledButton();
            this.cbMinorGLColor = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbMinorGLStyle = new Oranikle.Studio.Controls.StyledComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.tbMajorInterval = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbMinorInterval = new Oranikle.Studio.Controls.CustomTextControl();
            this.label10 = new System.Windows.Forms.Label();
            this.tbMax = new Oranikle.Studio.Controls.CustomTextControl();
            this.label11 = new System.Windows.Forms.Label();
            this.tbMin = new Oranikle.Studio.Controls.CustomTextControl();
            this.label12 = new System.Windows.Forms.Label();
            this.bMinorIntervalExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bMajorIntervalExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bMinExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bMaxExpr = new Oranikle.Studio.Controls.StyledButton();
            this.chkCanOmit = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkMonth = new Oranikle.Studio.Controls.StyledCheckBox();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(104, 16);
            this.label1.TabIndex = 1;
            this.label1.Text = "Major Tick Marks";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(224, 8);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(112, 16);
            this.label2.TabIndex = 3;
            this.label2.Text = "Minor Tick Marks";
            // 
            // cbMajorTickMarks
            // 
            this.cbMajorTickMarks.AutoAdjustItemHeight = false;
            this.cbMajorTickMarks.BorderColor = System.Drawing.Color.LightGray;
            this.cbMajorTickMarks.ConvertEnterToTabForDialogs = false;
            this.cbMajorTickMarks.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbMajorTickMarks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbMajorTickMarks.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbMajorTickMarks.Items.AddRange(new object[] {
            "None",
            "Inside",
            "Outside",
            "Cross"});
            this.cbMajorTickMarks.Location = new System.Drawing.Point(128, 8);
            this.cbMajorTickMarks.Name = "cbMajorTickMarks";
            this.cbMajorTickMarks.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbMajorTickMarks.SeparatorMargin = 1;
            this.cbMajorTickMarks.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbMajorTickMarks.SeparatorWidth = 1;
            this.cbMajorTickMarks.Size = new System.Drawing.Size(80, 21);
            this.cbMajorTickMarks.TabIndex = 2;
            this.cbMajorTickMarks.SelectedIndexChanged += new System.EventHandler(this.cbMajorTickMarks_SelectedIndexChanged);
            // 
            // cbMinorTickMarks
            // 
            this.cbMinorTickMarks.AutoAdjustItemHeight = false;
            this.cbMinorTickMarks.BorderColor = System.Drawing.Color.LightGray;
            this.cbMinorTickMarks.ConvertEnterToTabForDialogs = false;
            this.cbMinorTickMarks.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbMinorTickMarks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbMinorTickMarks.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbMinorTickMarks.Items.AddRange(new object[] {
            "None",
            "Inside",
            "Outside",
            "Cross"});
            this.cbMinorTickMarks.Location = new System.Drawing.Point(336, 8);
            this.cbMinorTickMarks.Name = "cbMinorTickMarks";
            this.cbMinorTickMarks.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbMinorTickMarks.SeparatorMargin = 1;
            this.cbMinorTickMarks.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbMinorTickMarks.SeparatorWidth = 1;
            this.cbMinorTickMarks.Size = new System.Drawing.Size(80, 21);
            this.cbMinorTickMarks.TabIndex = 4;
            this.cbMinorTickMarks.SelectedIndexChanged += new System.EventHandler(this.cbMinorTickMarks_SelectedIndexChanged);
            // 
            // chkVisible
            // 
            this.chkVisible.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkVisible.ForeColor = System.Drawing.Color.Black;
            this.chkVisible.Location = new System.Drawing.Point(24, 224);
            this.chkVisible.Name = "chkVisible";
            this.chkVisible.Size = new System.Drawing.Size(88, 24);
            this.chkVisible.TabIndex = 19;
            this.chkVisible.Text = "Visible";
            this.chkVisible.CheckedChanged += new System.EventHandler(this.chkVisible_CheckedChanged);
            // 
            // chkMargin
            // 
            this.chkMargin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkMargin.ForeColor = System.Drawing.Color.Black;
            this.chkMargin.Location = new System.Drawing.Point(240, 224);
            this.chkMargin.Name = "chkMargin";
            this.chkMargin.Size = new System.Drawing.Size(60, 24);
            this.chkMargin.TabIndex = 21;
            this.chkMargin.Text = "Margin";
            this.chkMargin.CheckedChanged += new System.EventHandler(this.chkMargin_CheckedChanged);
            // 
            // chkReverse
            // 
            this.chkReverse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkReverse.ForeColor = System.Drawing.Color.Black;
            this.chkReverse.Location = new System.Drawing.Point(108, 248);
            this.chkReverse.Name = "chkReverse";
            this.chkReverse.Size = new System.Drawing.Size(120, 24);
            this.chkReverse.TabIndex = 23;
            this.chkReverse.Text = "Reverse Direction";
            this.chkReverse.CheckedChanged += new System.EventHandler(this.chkReverse_CheckedChanged);
            // 
            // chkInterlaced
            // 
            this.chkInterlaced.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkInterlaced.ForeColor = System.Drawing.Color.Black;
            this.chkInterlaced.Location = new System.Drawing.Point(240, 248);
            this.chkInterlaced.Name = "chkInterlaced";
            this.chkInterlaced.Size = new System.Drawing.Size(88, 24);
            this.chkInterlaced.TabIndex = 23;
            this.chkInterlaced.Text = "Interlaced";
            this.chkInterlaced.CheckedChanged += new System.EventHandler(this.chkInterlaced_CheckedChanged);
            // 
            // chkScalar
            // 
            this.chkScalar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkScalar.ForeColor = System.Drawing.Color.Black;
            this.chkScalar.Location = new System.Drawing.Point(24, 248);
            this.chkScalar.Name = "chkScalar";
            this.chkScalar.Size = new System.Drawing.Size(72, 24);
            this.chkScalar.TabIndex = 22;
            this.chkScalar.Text = "Scalar";
            this.chkScalar.CheckedChanged += new System.EventHandler(this.chkScalar_CheckedChanged);
            // 
            // chkLogScale
            // 
            this.chkLogScale.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkLogScale.ForeColor = System.Drawing.Color.Black;
            this.chkLogScale.Location = new System.Drawing.Point(108, 224);
            this.chkLogScale.Name = "chkLogScale";
            this.chkLogScale.Size = new System.Drawing.Size(120, 24);
            this.chkLogScale.TabIndex = 20;
            this.chkLogScale.Text = "Log Scale";
            this.chkLogScale.CheckedChanged += new System.EventHandler(this.chkLogScale_CheckedChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chkMajorGLShow);
            this.groupBox1.Controls.Add(this.tbMajorGLWidth);
            this.groupBox1.Controls.Add(this.bMajorGLColor);
            this.groupBox1.Controls.Add(this.cbMajorGLColor);
            this.groupBox1.Controls.Add(this.cbMajorGLStyle);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Location = new System.Drawing.Point(16, 32);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(400, 48);
            this.groupBox1.TabIndex = 5;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Major Grid Lines";
            // 
            // chkMajorGLShow
            // 
            this.chkMajorGLShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkMajorGLShow.ForeColor = System.Drawing.Color.Black;
            this.chkMajorGLShow.Location = new System.Drawing.Point(8, 14);
            this.chkMajorGLShow.Name = "chkMajorGLShow";
            this.chkMajorGLShow.Size = new System.Drawing.Size(56, 24);
            this.chkMajorGLShow.TabIndex = 0;
            this.chkMajorGLShow.Text = "Show";
            this.chkMajorGLShow.CheckedChanged += new System.EventHandler(this.chkMajorGLShow_CheckedChanged);
            // 
            // tbMajorGLWidth
            // 
            this.tbMajorGLWidth.AddX = 0;
            this.tbMajorGLWidth.AddY = 0;
            this.tbMajorGLWidth.AllowSpace = false;
            this.tbMajorGLWidth.BorderColor = System.Drawing.Color.LightGray;
            this.tbMajorGLWidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbMajorGLWidth.ChangeVisibility = false;
            this.tbMajorGLWidth.ChildControl = null;
            this.tbMajorGLWidth.ConvertEnterToTab = true;
            this.tbMajorGLWidth.ConvertEnterToTabForDialogs = false;
            this.tbMajorGLWidth.Decimals = 0;
            this.tbMajorGLWidth.DisplayList = new object[0];
            this.tbMajorGLWidth.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbMajorGLWidth.Location = new System.Drawing.Point(352, 16);
            this.tbMajorGLWidth.Name = "tbMajorGLWidth";
            this.tbMajorGLWidth.OnDropDownCloseFocus = true;
            this.tbMajorGLWidth.SelectType = 0;
            this.tbMajorGLWidth.Size = new System.Drawing.Size(40, 20);
            this.tbMajorGLWidth.TabIndex = 7;
            this.tbMajorGLWidth.UseValueForChildsVisibilty = false;
            this.tbMajorGLWidth.Value = true;
            this.tbMajorGLWidth.TextChanged += new System.EventHandler(this.tbMajorGLWidth_TextChanged);
            // 
            // bMajorGLColor
            // 
            this.bMajorGLColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bMajorGLColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bMajorGLColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bMajorGLColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bMajorGLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bMajorGLColor.Font = new System.Drawing.Font("Arial", 9F);
            this.bMajorGLColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bMajorGLColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMajorGLColor.Location = new System.Drawing.Point(288, 16);
            this.bMajorGLColor.Name = "bMajorGLColor";
            this.bMajorGLColor.OverriddenSize = null;
            this.bMajorGLColor.Size = new System.Drawing.Size(24, 21);
            this.bMajorGLColor.TabIndex = 5;
            this.bMajorGLColor.Text = "...";
            this.bMajorGLColor.UseVisualStyleBackColor = true;
            this.bMajorGLColor.Click += new System.EventHandler(this.bMajorGLColor_Click);
            // 
            // cbMajorGLColor
            // 
            this.cbMajorGLColor.AutoAdjustItemHeight = false;
            this.cbMajorGLColor.BorderColor = System.Drawing.Color.LightGray;
            this.cbMajorGLColor.ConvertEnterToTabForDialogs = false;
            this.cbMajorGLColor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbMajorGLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbMajorGLColor.Location = new System.Drawing.Point(208, 16);
            this.cbMajorGLColor.Name = "cbMajorGLColor";
            this.cbMajorGLColor.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbMajorGLColor.SeparatorMargin = 1;
            this.cbMajorGLColor.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbMajorGLColor.SeparatorWidth = 1;
            this.cbMajorGLColor.Size = new System.Drawing.Size(72, 21);
            this.cbMajorGLColor.TabIndex = 4;
            this.cbMajorGLColor.SelectedIndexChanged += new System.EventHandler(this.cbMajorGLColor_SelectedIndexChanged);
            // 
            // cbMajorGLStyle
            // 
            this.cbMajorGLStyle.AutoAdjustItemHeight = false;
            this.cbMajorGLStyle.BorderColor = System.Drawing.Color.LightGray;
            this.cbMajorGLStyle.ConvertEnterToTabForDialogs = false;
            this.cbMajorGLStyle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbMajorGLStyle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbMajorGLStyle.Items.AddRange(new object[] {
            "None",
            "Dotted",
            "Dashed",
            "Solid",
            "Double",
            "Groove",
            "Ridge",
            "Inset",
            "WindowInset",
            "Outset"});
            this.cbMajorGLStyle.Location = new System.Drawing.Point(96, 16);
            this.cbMajorGLStyle.Name = "cbMajorGLStyle";
            this.cbMajorGLStyle.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbMajorGLStyle.SeparatorMargin = 1;
            this.cbMajorGLStyle.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbMajorGLStyle.SeparatorWidth = 1;
            this.cbMajorGLStyle.Size = new System.Drawing.Size(72, 21);
            this.cbMajorGLStyle.TabIndex = 2;
            this.cbMajorGLStyle.SelectedIndexChanged += new System.EventHandler(this.cbMajorGLStyle_SelectedIndexChanged);
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(176, 18);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(32, 16);
            this.label7.TabIndex = 3;
            this.label7.Text = "Color";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(320, 18);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(36, 16);
            this.label6.TabIndex = 6;
            this.label6.Text = "Width";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(64, 18);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(36, 16);
            this.label3.TabIndex = 1;
            this.label3.Text = "Style";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.chkMinorGLShow);
            this.groupBox2.Controls.Add(this.tbMinorGLWidth);
            this.groupBox2.Controls.Add(this.bMinorGLColor);
            this.groupBox2.Controls.Add(this.cbMinorGLColor);
            this.groupBox2.Controls.Add(this.cbMinorGLStyle);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Location = new System.Drawing.Point(16, 88);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(400, 48);
            this.groupBox2.TabIndex = 6;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Minor Grid Lines";
            // 
            // chkMinorGLShow
            // 
            this.chkMinorGLShow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkMinorGLShow.ForeColor = System.Drawing.Color.Black;
            this.chkMinorGLShow.Location = new System.Drawing.Point(8, 14);
            this.chkMinorGLShow.Name = "chkMinorGLShow";
            this.chkMinorGLShow.Size = new System.Drawing.Size(56, 24);
            this.chkMinorGLShow.TabIndex = 0;
            this.chkMinorGLShow.Text = "Show";
            this.chkMinorGLShow.CheckedChanged += new System.EventHandler(this.chkMinorGLShow_CheckedChanged);
            // 
            // tbMinorGLWidth
            // 
            this.tbMinorGLWidth.AddX = 0;
            this.tbMinorGLWidth.AddY = 0;
            this.tbMinorGLWidth.AllowSpace = false;
            this.tbMinorGLWidth.BorderColor = System.Drawing.Color.LightGray;
            this.tbMinorGLWidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbMinorGLWidth.ChangeVisibility = false;
            this.tbMinorGLWidth.ChildControl = null;
            this.tbMinorGLWidth.ConvertEnterToTab = true;
            this.tbMinorGLWidth.ConvertEnterToTabForDialogs = false;
            this.tbMinorGLWidth.Decimals = 0;
            this.tbMinorGLWidth.DisplayList = new object[0];
            this.tbMinorGLWidth.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbMinorGLWidth.Location = new System.Drawing.Point(352, 16);
            this.tbMinorGLWidth.Name = "tbMinorGLWidth";
            this.tbMinorGLWidth.OnDropDownCloseFocus = true;
            this.tbMinorGLWidth.SelectType = 0;
            this.tbMinorGLWidth.Size = new System.Drawing.Size(40, 20);
            this.tbMinorGLWidth.TabIndex = 7;
            this.tbMinorGLWidth.UseValueForChildsVisibilty = false;
            this.tbMinorGLWidth.Value = true;
            this.tbMinorGLWidth.TextChanged += new System.EventHandler(this.tbMinorGLWidth_TextChanged);
            // 
            // bMinorGLColor
            // 
            this.bMinorGLColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bMinorGLColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bMinorGLColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bMinorGLColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bMinorGLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bMinorGLColor.Font = new System.Drawing.Font("Arial", 9F);
            this.bMinorGLColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bMinorGLColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMinorGLColor.Location = new System.Drawing.Point(288, 16);
            this.bMinorGLColor.Name = "bMinorGLColor";
            this.bMinorGLColor.OverriddenSize = null;
            this.bMinorGLColor.Size = new System.Drawing.Size(24, 21);
            this.bMinorGLColor.TabIndex = 5;
            this.bMinorGLColor.Text = "...";
            this.bMinorGLColor.UseVisualStyleBackColor = true;
            this.bMinorGLColor.Click += new System.EventHandler(this.bMinorGLColor_Click);
            // 
            // cbMinorGLColor
            // 
            this.cbMinorGLColor.AutoAdjustItemHeight = false;
            this.cbMinorGLColor.BorderColor = System.Drawing.Color.LightGray;
            this.cbMinorGLColor.ConvertEnterToTabForDialogs = false;
            this.cbMinorGLColor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbMinorGLColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbMinorGLColor.Location = new System.Drawing.Point(208, 16);
            this.cbMinorGLColor.Name = "cbMinorGLColor";
            this.cbMinorGLColor.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbMinorGLColor.SeparatorMargin = 1;
            this.cbMinorGLColor.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbMinorGLColor.SeparatorWidth = 1;
            this.cbMinorGLColor.Size = new System.Drawing.Size(72, 21);
            this.cbMinorGLColor.TabIndex = 4;
            this.cbMinorGLColor.SelectedIndexChanged += new System.EventHandler(this.cbMinorGLColor_SelectedIndexChanged);
            // 
            // cbMinorGLStyle
            // 
            this.cbMinorGLStyle.AutoAdjustItemHeight = false;
            this.cbMinorGLStyle.BorderColor = System.Drawing.Color.LightGray;
            this.cbMinorGLStyle.ConvertEnterToTabForDialogs = false;
            this.cbMinorGLStyle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbMinorGLStyle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbMinorGLStyle.Items.AddRange(new object[] {
            "None",
            "Dotted",
            "Dashed",
            "Solid",
            "Double",
            "Groove",
            "Ridge",
            "Inset",
            "WindowInset",
            "Outset"});
            this.cbMinorGLStyle.Location = new System.Drawing.Point(96, 16);
            this.cbMinorGLStyle.Name = "cbMinorGLStyle";
            this.cbMinorGLStyle.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbMinorGLStyle.SeparatorMargin = 1;
            this.cbMinorGLStyle.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbMinorGLStyle.SeparatorWidth = 1;
            this.cbMinorGLStyle.Size = new System.Drawing.Size(72, 21);
            this.cbMinorGLStyle.TabIndex = 2;
            this.cbMinorGLStyle.SelectedIndexChanged += new System.EventHandler(this.cbMinorGLStyle_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(176, 18);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(40, 16);
            this.label4.TabIndex = 3;
            this.label4.Text = "Color";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(320, 18);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(36, 16);
            this.label5.TabIndex = 6;
            this.label5.Text = "Width";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(64, 18);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(40, 16);
            this.label8.TabIndex = 1;
            this.label8.Text = "Style";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(16, 156);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(80, 16);
            this.label9.TabIndex = 7;
            this.label9.Text = "Major Interval";
            // 
            // tbMajorInterval
            // 
            this.tbMajorInterval.AddX = 0;
            this.tbMajorInterval.AddY = 0;
            this.tbMajorInterval.AllowSpace = false;
            this.tbMajorInterval.BorderColor = System.Drawing.Color.LightGray;
            this.tbMajorInterval.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbMajorInterval.ChangeVisibility = false;
            this.tbMajorInterval.ChildControl = null;
            this.tbMajorInterval.ConvertEnterToTab = true;
            this.tbMajorInterval.ConvertEnterToTabForDialogs = false;
            this.tbMajorInterval.Decimals = 0;
            this.tbMajorInterval.DisplayList = new object[0];
            this.tbMajorInterval.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbMajorInterval.Location = new System.Drawing.Point(104, 154);
            this.tbMajorInterval.Name = "tbMajorInterval";
            this.tbMajorInterval.OnDropDownCloseFocus = true;
            this.tbMajorInterval.SelectType = 0;
            this.tbMajorInterval.Size = new System.Drawing.Size(65, 20);
            this.tbMajorInterval.TabIndex = 8;
            this.tbMajorInterval.UseValueForChildsVisibilty = false;
            this.tbMajorInterval.Value = true;
            this.tbMajorInterval.TextChanged += new System.EventHandler(this.tbMajorInterval_TextChanged);
            // 
            // tbMinorInterval
            // 
            this.tbMinorInterval.AddX = 0;
            this.tbMinorInterval.AddY = 0;
            this.tbMinorInterval.AllowSpace = false;
            this.tbMinorInterval.BorderColor = System.Drawing.Color.LightGray;
            this.tbMinorInterval.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbMinorInterval.ChangeVisibility = false;
            this.tbMinorInterval.ChildControl = null;
            this.tbMinorInterval.ConvertEnterToTab = true;
            this.tbMinorInterval.ConvertEnterToTabForDialogs = false;
            this.tbMinorInterval.Decimals = 0;
            this.tbMinorInterval.DisplayList = new object[0];
            this.tbMinorInterval.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbMinorInterval.Location = new System.Drawing.Point(302, 154);
            this.tbMinorInterval.Name = "tbMinorInterval";
            this.tbMinorInterval.OnDropDownCloseFocus = true;
            this.tbMinorInterval.SelectType = 0;
            this.tbMinorInterval.Size = new System.Drawing.Size(65, 20);
            this.tbMinorInterval.TabIndex = 11;
            this.tbMinorInterval.UseValueForChildsVisibilty = false;
            this.tbMinorInterval.Value = true;
            this.tbMinorInterval.TextChanged += new System.EventHandler(this.tbMinorInterval_TextChanged);
            // 
            // label10
            // 
            this.label10.Location = new System.Drawing.Point(217, 156);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(80, 16);
            this.label10.TabIndex = 10;
            this.label10.Text = "Minor Interval";
            // 
            // tbMax
            // 
            this.tbMax.AddX = 0;
            this.tbMax.AddY = 0;
            this.tbMax.AllowSpace = false;
            this.tbMax.BorderColor = System.Drawing.Color.LightGray;
            this.tbMax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbMax.ChangeVisibility = false;
            this.tbMax.ChildControl = null;
            this.tbMax.ConvertEnterToTab = true;
            this.tbMax.ConvertEnterToTabForDialogs = false;
            this.tbMax.Decimals = 0;
            this.tbMax.DisplayList = new object[0];
            this.tbMax.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbMax.Location = new System.Drawing.Point(302, 184);
            this.tbMax.Name = "tbMax";
            this.tbMax.OnDropDownCloseFocus = true;
            this.tbMax.SelectType = 0;
            this.tbMax.Size = new System.Drawing.Size(65, 20);
            this.tbMax.TabIndex = 17;
            this.tbMax.UseValueForChildsVisibilty = false;
            this.tbMax.Value = true;
            this.tbMax.TextChanged += new System.EventHandler(this.tbMax_TextChanged);
            // 
            // label11
            // 
            this.label11.Location = new System.Drawing.Point(216, 186);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(84, 16);
            this.label11.TabIndex = 16;
            this.label11.Text = "Maximum Value";
            // 
            // tbMin
            // 
            this.tbMin.AddX = 0;
            this.tbMin.AddY = 0;
            this.tbMin.AllowSpace = false;
            this.tbMin.BorderColor = System.Drawing.Color.LightGray;
            this.tbMin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbMin.ChangeVisibility = false;
            this.tbMin.ChildControl = null;
            this.tbMin.ConvertEnterToTab = true;
            this.tbMin.ConvertEnterToTabForDialogs = false;
            this.tbMin.Decimals = 0;
            this.tbMin.DisplayList = new object[0];
            this.tbMin.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbMin.Location = new System.Drawing.Point(104, 184);
            this.tbMin.Name = "tbMin";
            this.tbMin.OnDropDownCloseFocus = true;
            this.tbMin.SelectType = 0;
            this.tbMin.Size = new System.Drawing.Size(65, 20);
            this.tbMin.TabIndex = 14;
            this.tbMin.UseValueForChildsVisibilty = false;
            this.tbMin.Value = true;
            this.tbMin.TextChanged += new System.EventHandler(this.tbMin_TextChanged);
            // 
            // label12
            // 
            this.label12.Location = new System.Drawing.Point(16, 186);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(88, 16);
            this.label12.TabIndex = 13;
            this.label12.Text = "Minimum Value";
            // 
            // bMinorIntervalExpr
            // 
            this.bMinorIntervalExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bMinorIntervalExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bMinorIntervalExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bMinorIntervalExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bMinorIntervalExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bMinorIntervalExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bMinorIntervalExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bMinorIntervalExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMinorIntervalExpr.Location = new System.Drawing.Point(375, 154);
            this.bMinorIntervalExpr.Name = "bMinorIntervalExpr";
            this.bMinorIntervalExpr.OverriddenSize = null;
            this.bMinorIntervalExpr.Size = new System.Drawing.Size(22, 21);
            this.bMinorIntervalExpr.TabIndex = 12;
            this.bMinorIntervalExpr.Tag = "minorinterval";
            this.bMinorIntervalExpr.Text = "fx";
            this.bMinorIntervalExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMinorIntervalExpr.UseVisualStyleBackColor = true;
            this.bMinorIntervalExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bMajorIntervalExpr
            // 
            this.bMajorIntervalExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bMajorIntervalExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bMajorIntervalExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bMajorIntervalExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bMajorIntervalExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bMajorIntervalExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bMajorIntervalExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bMajorIntervalExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMajorIntervalExpr.Location = new System.Drawing.Point(177, 154);
            this.bMajorIntervalExpr.Name = "bMajorIntervalExpr";
            this.bMajorIntervalExpr.OverriddenSize = null;
            this.bMajorIntervalExpr.Size = new System.Drawing.Size(22, 21);
            this.bMajorIntervalExpr.TabIndex = 9;
            this.bMajorIntervalExpr.Tag = "majorinterval";
            this.bMajorIntervalExpr.Text = "fx";
            this.bMajorIntervalExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMajorIntervalExpr.UseVisualStyleBackColor = true;
            this.bMajorIntervalExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bMinExpr
            // 
            this.bMinExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bMinExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bMinExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bMinExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bMinExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bMinExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bMinExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bMinExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMinExpr.Location = new System.Drawing.Point(177, 184);
            this.bMinExpr.Name = "bMinExpr";
            this.bMinExpr.OverriddenSize = null;
            this.bMinExpr.Size = new System.Drawing.Size(22, 21);
            this.bMinExpr.TabIndex = 15;
            this.bMinExpr.Tag = "min";
            this.bMinExpr.Text = "fx";
            this.bMinExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMinExpr.UseVisualStyleBackColor = true;
            this.bMinExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bMaxExpr
            // 
            this.bMaxExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bMaxExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bMaxExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bMaxExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bMaxExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bMaxExpr.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bMaxExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bMaxExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMaxExpr.Location = new System.Drawing.Point(376, 184);
            this.bMaxExpr.Name = "bMaxExpr";
            this.bMaxExpr.OverriddenSize = null;
            this.bMaxExpr.Size = new System.Drawing.Size(22, 21);
            this.bMaxExpr.TabIndex = 18;
            this.bMaxExpr.Tag = "max";
            this.bMaxExpr.Text = "fx";
            this.bMaxExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMaxExpr.UseVisualStyleBackColor = true;
            this.bMaxExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // chkCanOmit
            // 
            this.chkCanOmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkCanOmit.ForeColor = System.Drawing.Color.Black;
            this.chkCanOmit.Location = new System.Drawing.Point(334, 224);
            this.chkCanOmit.Name = "chkCanOmit";
            this.chkCanOmit.Size = new System.Drawing.Size(93, 48);
            this.chkCanOmit.TabIndex = 24;
            this.chkCanOmit.Text = "Can Omit Values on Truncation";
            this.chkCanOmit.CheckedChanged += new System.EventHandler(this.chkCanOmit_CheckedChanged);
            // 
            // chkMonth
            // 
            this.chkMonth.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkMonth.ForeColor = System.Drawing.Color.Black;
            this.chkMonth.Location = new System.Drawing.Point(24, 272);
            this.chkMonth.Name = "chkMonth";
            this.chkMonth.Size = new System.Drawing.Size(145, 24);
            this.chkMonth.TabIndex = 25;
            this.chkMonth.Text = "Month Category Scale";
            this.chkMonth.CheckedChanged += new System.EventHandler(this.chkMonth_CheckedChanged);
            // 
            // ChartAxisCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.chkMonth);
            this.Controls.Add(this.chkCanOmit);
            this.Controls.Add(this.bMaxExpr);
            this.Controls.Add(this.bMinExpr);
            this.Controls.Add(this.bMajorIntervalExpr);
            this.Controls.Add(this.bMinorIntervalExpr);
            this.Controls.Add(this.tbMax);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.tbMin);
            this.Controls.Add(this.label12);
            this.Controls.Add(this.tbMinorInterval);
            this.Controls.Add(this.label10);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.chkLogScale);
            this.Controls.Add(this.chkScalar);
            this.Controls.Add(this.chkInterlaced);
            this.Controls.Add(this.chkReverse);
            this.Controls.Add(this.chkMargin);
            this.Controls.Add(this.chkVisible);
            this.Controls.Add(this.cbMinorTickMarks);
            this.Controls.Add(this.cbMajorTickMarks);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.tbMajorInterval);
            this.Controls.Add(this.label9);
            this.Name = "ChartAxisCtl";
            this.Size = new System.Drawing.Size(440, 303);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Beispiel #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tbFilename        = new Oranikle.Studio.Controls.CustomTextControl();
     this.bGetFilename      = new Oranikle.Studio.Controls.StyledButton();
     this.lDataProvider     = new System.Windows.Forms.Label();
     this.cbDataProvider    = new Oranikle.Studio.Controls.StyledComboBox();
     this.lConnectionString = new System.Windows.Forms.Label();
     this.tbConnection      = new Oranikle.Studio.Controls.CustomTextControl();
     this.ckbIntSecurity    = new Oranikle.Studio.Controls.StyledCheckBox();
     this.lPrompt           = new System.Windows.Forms.Label();
     this.tbPrompt          = new Oranikle.Studio.Controls.CustomTextControl();
     this.bOK                 = new Oranikle.Studio.Controls.StyledButton();
     this.bCancel             = new Oranikle.Studio.Controls.StyledButton();
     this.bTestConnection     = new Oranikle.Studio.Controls.StyledButton();
     this.lbDataSources       = new System.Windows.Forms.ListBox();
     this.bRemove             = new Oranikle.Studio.Controls.StyledButton();
     this.bAdd                = new Oranikle.Studio.Controls.StyledButton();
     this.chkSharedDataSource = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label1              = new System.Windows.Forms.Label();
     this.tbDSName            = new Oranikle.Studio.Controls.CustomTextControl();
     this.bExprConnect        = new Oranikle.Studio.Controls.StyledButton();
     this.SuspendLayout();
     //
     // tbFilename
     //
     this.tbFilename.AddX                        = 0;
     this.tbFilename.AddY                        = 0;
     this.tbFilename.AllowSpace                  = false;
     this.tbFilename.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbFilename.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbFilename.ChangeVisibility            = false;
     this.tbFilename.ChildControl                = null;
     this.tbFilename.ConvertEnterToTab           = true;
     this.tbFilename.ConvertEnterToTabForDialogs = false;
     this.tbFilename.Decimals                    = 0;
     this.tbFilename.DisplayList                 = new object[0];
     this.tbFilename.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbFilename.Location                    = new System.Drawing.Point(192, 112);
     this.tbFilename.Name                        = "tbFilename";
     this.tbFilename.OnDropDownCloseFocus        = true;
     this.tbFilename.SelectType                  = 0;
     this.tbFilename.Size                        = new System.Drawing.Size(216, 20);
     this.tbFilename.TabIndex                    = 2;
     this.tbFilename.UseValueForChildsVisibilty  = false;
     this.tbFilename.Value                       = true;
     this.tbFilename.TextChanged                += new System.EventHandler(this.tbFilename_TextChanged);
     //
     // bGetFilename
     //
     this.bGetFilename.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bGetFilename.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bGetFilename.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bGetFilename.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bGetFilename.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bGetFilename.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bGetFilename.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bGetFilename.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bGetFilename.Location                = new System.Drawing.Point(424, 112);
     this.bGetFilename.Name                    = "bGetFilename";
     this.bGetFilename.OverriddenSize          = null;
     this.bGetFilename.Size                    = new System.Drawing.Size(24, 21);
     this.bGetFilename.TabIndex                = 3;
     this.bGetFilename.Text                    = "...";
     this.bGetFilename.UseVisualStyleBackColor = true;
     this.bGetFilename.Click                  += new System.EventHandler(this.bGetFilename_Click);
     //
     // lDataProvider
     //
     this.lDataProvider.Location = new System.Drawing.Point(8, 152);
     this.lDataProvider.Name     = "lDataProvider";
     this.lDataProvider.Size     = new System.Drawing.Size(80, 23);
     this.lDataProvider.TabIndex = 7;
     this.lDataProvider.Text     = "Data provider";
     //
     // cbDataProvider
     //
     this.cbDataProvider.AutoAdjustItemHeight        = false;
     this.cbDataProvider.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbDataProvider.ConvertEnterToTabForDialogs = false;
     this.cbDataProvider.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbDataProvider.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataProvider.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.cbDataProvider.Items.AddRange(new object[] {
         "SQL",
         "ODBC",
         "OLEDB"
     });
     this.cbDataProvider.Location              = new System.Drawing.Point(96, 152);
     this.cbDataProvider.Name                  = "cbDataProvider";
     this.cbDataProvider.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbDataProvider.SeparatorMargin       = 1;
     this.cbDataProvider.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbDataProvider.SeparatorWidth        = 1;
     this.cbDataProvider.Size                  = new System.Drawing.Size(144, 21);
     this.cbDataProvider.TabIndex              = 4;
     this.cbDataProvider.SelectedIndexChanged += new System.EventHandler(this.cbDataProvider_SelectedIndexChanged);
     //
     // lConnectionString
     //
     this.lConnectionString.Location = new System.Drawing.Point(8, 192);
     this.lConnectionString.Name     = "lConnectionString";
     this.lConnectionString.Size     = new System.Drawing.Size(100, 16);
     this.lConnectionString.TabIndex = 10;
     this.lConnectionString.Text     = "Connection string";
     //
     // tbConnection
     //
     this.tbConnection.AddX                        = 0;
     this.tbConnection.AddY                        = 0;
     this.tbConnection.AllowSpace                  = false;
     this.tbConnection.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbConnection.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbConnection.ChangeVisibility            = false;
     this.tbConnection.ChildControl                = null;
     this.tbConnection.ConvertEnterToTab           = true;
     this.tbConnection.ConvertEnterToTabForDialogs = false;
     this.tbConnection.Decimals                    = 0;
     this.tbConnection.DisplayList                 = new object[0];
     this.tbConnection.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbConnection.Location                    = new System.Drawing.Point(16, 216);
     this.tbConnection.Multiline                   = true;
     this.tbConnection.Name                        = "tbConnection";
     this.tbConnection.OnDropDownCloseFocus        = true;
     this.tbConnection.SelectType                  = 0;
     this.tbConnection.Size                        = new System.Drawing.Size(424, 40);
     this.tbConnection.TabIndex                    = 6;
     this.tbConnection.UseValueForChildsVisibilty  = false;
     this.tbConnection.Value                       = true;
     this.tbConnection.TextChanged                += new System.EventHandler(this.tbConnection_TextChanged);
     //
     // ckbIntSecurity
     //
     this.ckbIntSecurity.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.ckbIntSecurity.ForeColor       = System.Drawing.Color.Black;
     this.ckbIntSecurity.Location        = new System.Drawing.Point(280, 152);
     this.ckbIntSecurity.Name            = "ckbIntSecurity";
     this.ckbIntSecurity.Size            = new System.Drawing.Size(144, 24);
     this.ckbIntSecurity.TabIndex        = 5;
     this.ckbIntSecurity.Text            = "Use integrated security";
     this.ckbIntSecurity.CheckedChanged += new System.EventHandler(this.ckbIntSecurity_CheckedChanged);
     //
     // lPrompt
     //
     this.lPrompt.Location = new System.Drawing.Point(8, 272);
     this.lPrompt.Name     = "lPrompt";
     this.lPrompt.Size     = new System.Drawing.Size(432, 16);
     this.lPrompt.TabIndex = 12;
     this.lPrompt.Text     = "(Optional) Enter the prompt displayed when asking for database credentials ";
     //
     // tbPrompt
     //
     this.tbPrompt.AddX                        = 0;
     this.tbPrompt.AddY                        = 0;
     this.tbPrompt.AllowSpace                  = false;
     this.tbPrompt.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbPrompt.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbPrompt.ChangeVisibility            = false;
     this.tbPrompt.ChildControl                = null;
     this.tbPrompt.ConvertEnterToTab           = true;
     this.tbPrompt.ConvertEnterToTabForDialogs = false;
     this.tbPrompt.Decimals                    = 0;
     this.tbPrompt.DisplayList                 = new object[0];
     this.tbPrompt.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbPrompt.Location                    = new System.Drawing.Point(16, 296);
     this.tbPrompt.Name                        = "tbPrompt";
     this.tbPrompt.OnDropDownCloseFocus        = true;
     this.tbPrompt.SelectType                  = 0;
     this.tbPrompt.Size                        = new System.Drawing.Size(424, 20);
     this.tbPrompt.TabIndex                    = 7;
     this.tbPrompt.UseValueForChildsVisibilty  = false;
     this.tbPrompt.Value                       = true;
     this.tbPrompt.TextChanged                += new System.EventHandler(this.tbPrompt_TextChanged);
     //
     // bOK
     //
     this.bOK.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bOK.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bOK.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bOK.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bOK.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bOK.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bOK.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bOK.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bOK.Location                = new System.Drawing.Point(272, 344);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 23);
     this.bOK.TabIndex                = 9;
     this.bOK.Text                    = "OK";
     this.bOK.UseVisualStyleBackColor = true;
     this.bOK.Click                  += new System.EventHandler(this.bOK_Click);
     //
     // bCancel
     //
     this.bCancel.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bCancel.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bCancel.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bCancel.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bCancel.CausesValidation        = false;
     this.bCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.bCancel.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bCancel.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bCancel.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bCancel.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bCancel.Location                = new System.Drawing.Point(368, 344);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 23);
     this.bCancel.TabIndex                = 10;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // bTestConnection
     //
     this.bTestConnection.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bTestConnection.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bTestConnection.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bTestConnection.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bTestConnection.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bTestConnection.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bTestConnection.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bTestConnection.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bTestConnection.Location                = new System.Drawing.Point(16, 344);
     this.bTestConnection.Name                    = "bTestConnection";
     this.bTestConnection.OverriddenSize          = null;
     this.bTestConnection.Size                    = new System.Drawing.Size(96, 21);
     this.bTestConnection.TabIndex                = 8;
     this.bTestConnection.Text                    = "Test Connection";
     this.bTestConnection.UseVisualStyleBackColor = true;
     this.bTestConnection.Click                  += new System.EventHandler(this.bTestConnection_Click);
     //
     // lbDataSources
     //
     this.lbDataSources.Location              = new System.Drawing.Point(16, 8);
     this.lbDataSources.Name                  = "lbDataSources";
     this.lbDataSources.Size                  = new System.Drawing.Size(120, 82);
     this.lbDataSources.TabIndex              = 11;
     this.lbDataSources.SelectedIndexChanged += new System.EventHandler(this.lbDataSources_SelectedIndexChanged);
     //
     // bRemove
     //
     this.bRemove.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bRemove.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bRemove.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bRemove.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bRemove.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bRemove.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bRemove.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bRemove.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bRemove.Location                = new System.Drawing.Point(144, 40);
     this.bRemove.Name                    = "bRemove";
     this.bRemove.OverriddenSize          = null;
     this.bRemove.Size                    = new System.Drawing.Size(56, 21);
     this.bRemove.TabIndex                = 20;
     this.bRemove.Text                    = "Remove";
     this.bRemove.UseVisualStyleBackColor = true;
     this.bRemove.Click                  += new System.EventHandler(this.bRemove_Click);
     //
     // bAdd
     //
     this.bAdd.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bAdd.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bAdd.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bAdd.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bAdd.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bAdd.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bAdd.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bAdd.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bAdd.Location                = new System.Drawing.Point(144, 8);
     this.bAdd.Name                    = "bAdd";
     this.bAdd.OverriddenSize          = null;
     this.bAdd.Size                    = new System.Drawing.Size(56, 21);
     this.bAdd.TabIndex                = 19;
     this.bAdd.Text                    = "Add";
     this.bAdd.UseVisualStyleBackColor = true;
     this.bAdd.Click                  += new System.EventHandler(this.bAdd_Click);
     //
     // chkSharedDataSource
     //
     this.chkSharedDataSource.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkSharedDataSource.ForeColor       = System.Drawing.Color.Black;
     this.chkSharedDataSource.Location        = new System.Drawing.Point(8, 112);
     this.chkSharedDataSource.Name            = "chkSharedDataSource";
     this.chkSharedDataSource.Size            = new System.Drawing.Size(184, 16);
     this.chkSharedDataSource.TabIndex        = 1;
     this.chkSharedDataSource.Text            = "Shared Data Source Reference";
     this.chkSharedDataSource.CheckedChanged += new System.EventHandler(this.chkSharedDataSource_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(216, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 23);
     this.label1.TabIndex = 22;
     this.label1.Text     = "Data Source Name";
     //
     // tbDSName
     //
     this.tbDSName.AddX                        = 0;
     this.tbDSName.AddY                        = 0;
     this.tbDSName.AllowSpace                  = false;
     this.tbDSName.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbDSName.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbDSName.ChangeVisibility            = false;
     this.tbDSName.ChildControl                = null;
     this.tbDSName.ConvertEnterToTab           = true;
     this.tbDSName.ConvertEnterToTabForDialogs = false;
     this.tbDSName.Decimals                    = 0;
     this.tbDSName.DisplayList                 = new object[0];
     this.tbDSName.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbDSName.Location                    = new System.Drawing.Point(216, 24);
     this.tbDSName.Name                        = "tbDSName";
     this.tbDSName.OnDropDownCloseFocus        = true;
     this.tbDSName.SelectType                  = 0;
     this.tbDSName.Size                        = new System.Drawing.Size(216, 20);
     this.tbDSName.TabIndex                    = 0;
     this.tbDSName.UseValueForChildsVisibilty  = false;
     this.tbDSName.Value                       = true;
     this.tbDSName.TextChanged                += new System.EventHandler(this.tbDSName_TextChanged);
     this.tbDSName.Validating                 += new System.ComponentModel.CancelEventHandler(this.tbDSName_Validating);
     //
     // bExprConnect
     //
     this.bExprConnect.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bExprConnect.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bExprConnect.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bExprConnect.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bExprConnect.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bExprConnect.Font                    = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bExprConnect.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bExprConnect.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bExprConnect.Location                = new System.Drawing.Point(416, 192);
     this.bExprConnect.Name                    = "bExprConnect";
     this.bExprConnect.OverriddenSize          = null;
     this.bExprConnect.Size                    = new System.Drawing.Size(22, 21);
     this.bExprConnect.TabIndex                = 23;
     this.bExprConnect.Tag                     = "pright";
     this.bExprConnect.Text                    = "fx";
     this.bExprConnect.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bExprConnect.UseVisualStyleBackColor = true;
     this.bExprConnect.Click                  += new System.EventHandler(this.bExprConnect_Click);
     //
     // DialogDataSources
     //
     this.AcceptButton      = this.bOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
     this.CancelButton      = this.bCancel;
     this.ClientSize        = new System.Drawing.Size(456, 374);
     this.Controls.Add(this.bExprConnect);
     this.Controls.Add(this.tbDSName);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.chkSharedDataSource);
     this.Controls.Add(this.bRemove);
     this.Controls.Add(this.bAdd);
     this.Controls.Add(this.lbDataSources);
     this.Controls.Add(this.bTestConnection);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOK);
     this.Controls.Add(this.tbPrompt);
     this.Controls.Add(this.lPrompt);
     this.Controls.Add(this.ckbIntSecurity);
     this.Controls.Add(this.tbConnection);
     this.Controls.Add(this.lConnectionString);
     this.Controls.Add(this.cbDataProvider);
     this.Controls.Add(this.lDataProvider);
     this.Controls.Add(this.bGetFilename);
     this.Controls.Add(this.tbFilename);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DialogDataSources";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "DataSources in Report";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1          = new System.Windows.Forms.Label();
     this.tbPassword      = new Oranikle.Studio.Controls.CustomTextControl();
     this.label2          = new System.Windows.Forms.Label();
     this.tbFilename      = new Oranikle.Studio.Controls.CustomTextControl();
     this.bGetFilename    = new Oranikle.Studio.Controls.StyledButton();
     this.label3          = new System.Windows.Forms.Label();
     this.cbDataProvider  = new Oranikle.Studio.Controls.StyledComboBox();
     this.label4          = new System.Windows.Forms.Label();
     this.tbConnection    = new Oranikle.Studio.Controls.CustomTextControl();
     this.ckbIntSecurity  = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label5          = new System.Windows.Forms.Label();
     this.tbPrompt        = new Oranikle.Studio.Controls.CustomTextControl();
     this.bOK             = new Oranikle.Studio.Controls.StyledButton();
     this.bCancel         = new Oranikle.Studio.Controls.StyledButton();
     this.tbPassword2     = new Oranikle.Studio.Controls.CustomTextControl();
     this.label6          = new System.Windows.Forms.Label();
     this.bTestConnection = new Oranikle.Studio.Controls.StyledButton();
     this.cbOdbcNames     = new Oranikle.Studio.Controls.StyledComboBox();
     this.lODBC           = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(440, 32);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Enter (twice) a pass phrase used to encrypt the data source reference file.   You" +
                            " should use the same password you\'ve used to create previous files, as only one " +
                            "can be used.";
     //
     // tbPassword
     //
     this.tbPassword.AddX                        = 0;
     this.tbPassword.AddY                        = 0;
     this.tbPassword.AllowSpace                  = false;
     this.tbPassword.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbPassword.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbPassword.ChangeVisibility            = false;
     this.tbPassword.ChildControl                = null;
     this.tbPassword.ConvertEnterToTab           = true;
     this.tbPassword.ConvertEnterToTabForDialogs = false;
     this.tbPassword.Decimals                    = 0;
     this.tbPassword.DisplayList                 = new object[0];
     this.tbPassword.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbPassword.Location                    = new System.Drawing.Point(16, 56);
     this.tbPassword.Name                        = "tbPassword";
     this.tbPassword.OnDropDownCloseFocus        = true;
     this.tbPassword.PasswordChar                = '*';
     this.tbPassword.SelectType                  = 0;
     this.tbPassword.Size                        = new System.Drawing.Size(184, 20);
     this.tbPassword.TabIndex                    = 0;
     this.tbPassword.UseValueForChildsVisibilty  = false;
     this.tbPassword.Value                       = true;
     this.tbPassword.TextChanged                += new System.EventHandler(this.validate_TextChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 88);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(408, 16);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Enter the file name that will hold the encrypted data source information";
     //
     // tbFilename
     //
     this.tbFilename.AddX                        = 0;
     this.tbFilename.AddY                        = 0;
     this.tbFilename.AllowSpace                  = false;
     this.tbFilename.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbFilename.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbFilename.ChangeVisibility            = false;
     this.tbFilename.ChildControl                = null;
     this.tbFilename.ConvertEnterToTab           = true;
     this.tbFilename.ConvertEnterToTabForDialogs = false;
     this.tbFilename.Decimals                    = 0;
     this.tbFilename.DisplayList                 = new object[0];
     this.tbFilename.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbFilename.Location                    = new System.Drawing.Point(16, 112);
     this.tbFilename.Name                        = "tbFilename";
     this.tbFilename.OnDropDownCloseFocus        = true;
     this.tbFilename.SelectType                  = 0;
     this.tbFilename.Size                        = new System.Drawing.Size(392, 20);
     this.tbFilename.TabIndex                    = 2;
     this.tbFilename.UseValueForChildsVisibilty  = false;
     this.tbFilename.Value                       = true;
     this.tbFilename.TextChanged                += new System.EventHandler(this.validate_TextChanged);
     //
     // bGetFilename
     //
     this.bGetFilename.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bGetFilename.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bGetFilename.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bGetFilename.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bGetFilename.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bGetFilename.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bGetFilename.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bGetFilename.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bGetFilename.Location                = new System.Drawing.Point(424, 112);
     this.bGetFilename.Name                    = "bGetFilename";
     this.bGetFilename.OverriddenSize          = null;
     this.bGetFilename.Size                    = new System.Drawing.Size(24, 21);
     this.bGetFilename.TabIndex                = 3;
     this.bGetFilename.Text                    = "...";
     this.bGetFilename.UseVisualStyleBackColor = true;
     this.bGetFilename.Click                  += new System.EventHandler(this.bGetFilename_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 152);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(80, 23);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Data provider";
     //
     // cbDataProvider
     //
     this.cbDataProvider.AutoAdjustItemHeight        = false;
     this.cbDataProvider.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbDataProvider.ConvertEnterToTabForDialogs = false;
     this.cbDataProvider.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbDataProvider.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataProvider.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbDataProvider.Location              = new System.Drawing.Point(80, 152);
     this.cbDataProvider.Name                  = "cbDataProvider";
     this.cbDataProvider.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbDataProvider.SeparatorMargin       = 1;
     this.cbDataProvider.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbDataProvider.SeparatorWidth        = 1;
     this.cbDataProvider.Size                  = new System.Drawing.Size(104, 21);
     this.cbDataProvider.TabIndex              = 4;
     this.cbDataProvider.SelectedIndexChanged += new System.EventHandler(this.cbDataProvider_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 192);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 16);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Connection string";
     //
     // tbConnection
     //
     this.tbConnection.AddX                        = 0;
     this.tbConnection.AddY                        = 0;
     this.tbConnection.AllowSpace                  = false;
     this.tbConnection.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbConnection.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbConnection.ChangeVisibility            = false;
     this.tbConnection.ChildControl                = null;
     this.tbConnection.ConvertEnterToTab           = true;
     this.tbConnection.ConvertEnterToTabForDialogs = false;
     this.tbConnection.Decimals                    = 0;
     this.tbConnection.DisplayList                 = new object[0];
     this.tbConnection.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbConnection.Location                    = new System.Drawing.Point(16, 216);
     this.tbConnection.Multiline                   = true;
     this.tbConnection.Name                        = "tbConnection";
     this.tbConnection.OnDropDownCloseFocus        = true;
     this.tbConnection.SelectType                  = 0;
     this.tbConnection.Size                        = new System.Drawing.Size(424, 40);
     this.tbConnection.TabIndex                    = 7;
     this.tbConnection.UseValueForChildsVisibilty  = false;
     this.tbConnection.Value                       = true;
     this.tbConnection.TextChanged                += new System.EventHandler(this.validate_TextChanged);
     //
     // ckbIntSecurity
     //
     this.ckbIntSecurity.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ckbIntSecurity.ForeColor = System.Drawing.Color.Black;
     this.ckbIntSecurity.Location  = new System.Drawing.Point(296, 184);
     this.ckbIntSecurity.Name      = "ckbIntSecurity";
     this.ckbIntSecurity.Size      = new System.Drawing.Size(144, 24);
     this.ckbIntSecurity.TabIndex  = 6;
     this.ckbIntSecurity.Text      = "Use integrated security";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 272);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(432, 16);
     this.label5.TabIndex = 12;
     this.label5.Text     = "(Optional) Enter the prompt displayed when asking for database credentials ";
     //
     // tbPrompt
     //
     this.tbPrompt.AddX                        = 0;
     this.tbPrompt.AddY                        = 0;
     this.tbPrompt.AllowSpace                  = false;
     this.tbPrompt.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbPrompt.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbPrompt.ChangeVisibility            = false;
     this.tbPrompt.ChildControl                = null;
     this.tbPrompt.ConvertEnterToTab           = true;
     this.tbPrompt.ConvertEnterToTabForDialogs = false;
     this.tbPrompt.Decimals                    = 0;
     this.tbPrompt.DisplayList                 = new object[0];
     this.tbPrompt.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbPrompt.Location                    = new System.Drawing.Point(16, 296);
     this.tbPrompt.Name                        = "tbPrompt";
     this.tbPrompt.OnDropDownCloseFocus        = true;
     this.tbPrompt.SelectType                  = 0;
     this.tbPrompt.Size                        = new System.Drawing.Size(424, 20);
     this.tbPrompt.TabIndex                    = 8;
     this.tbPrompt.UseValueForChildsVisibilty  = false;
     this.tbPrompt.Value                       = true;
     //
     // bOK
     //
     this.bOK.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bOK.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bOK.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bOK.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bOK.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bOK.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bOK.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bOK.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bOK.Location                = new System.Drawing.Point(272, 344);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 23);
     this.bOK.TabIndex                = 10;
     this.bOK.Text                    = "OK";
     this.bOK.UseVisualStyleBackColor = true;
     this.bOK.Click                  += new System.EventHandler(this.bOK_Click);
     //
     // bCancel
     //
     this.bCancel.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bCancel.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bCancel.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bCancel.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.bCancel.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bCancel.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bCancel.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bCancel.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bCancel.Location                = new System.Drawing.Point(368, 344);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 23);
     this.bCancel.TabIndex                = 11;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // tbPassword2
     //
     this.tbPassword2.AddX                        = 0;
     this.tbPassword2.AddY                        = 0;
     this.tbPassword2.AllowSpace                  = false;
     this.tbPassword2.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbPassword2.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbPassword2.ChangeVisibility            = false;
     this.tbPassword2.ChildControl                = null;
     this.tbPassword2.ConvertEnterToTab           = true;
     this.tbPassword2.ConvertEnterToTabForDialogs = false;
     this.tbPassword2.Decimals                    = 0;
     this.tbPassword2.DisplayList                 = new object[0];
     this.tbPassword2.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbPassword2.Location                    = new System.Drawing.Point(256, 56);
     this.tbPassword2.Name                        = "tbPassword2";
     this.tbPassword2.OnDropDownCloseFocus        = true;
     this.tbPassword2.PasswordChar                = '*';
     this.tbPassword2.SelectType                  = 0;
     this.tbPassword2.Size                        = new System.Drawing.Size(184, 20);
     this.tbPassword2.TabIndex                    = 1;
     this.tbPassword2.UseValueForChildsVisibilty  = false;
     this.tbPassword2.Value                       = true;
     this.tbPassword2.TextChanged                += new System.EventHandler(this.validate_TextChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(208, 64);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(48, 23);
     this.label6.TabIndex = 2;
     this.label6.Text     = "Repeat";
     //
     // bTestConnection
     //
     this.bTestConnection.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bTestConnection.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bTestConnection.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bTestConnection.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bTestConnection.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bTestConnection.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bTestConnection.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bTestConnection.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bTestConnection.Location                = new System.Drawing.Point(16, 344);
     this.bTestConnection.Name                    = "bTestConnection";
     this.bTestConnection.OverriddenSize          = null;
     this.bTestConnection.Size                    = new System.Drawing.Size(96, 21);
     this.bTestConnection.TabIndex                = 9;
     this.bTestConnection.Text                    = "Test Connection";
     this.bTestConnection.UseVisualStyleBackColor = true;
     this.bTestConnection.Click                  += new System.EventHandler(this.bTestConnection_Click);
     //
     // cbOdbcNames
     //
     this.cbOdbcNames.AutoAdjustItemHeight        = false;
     this.cbOdbcNames.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbOdbcNames.ConvertEnterToTabForDialogs = false;
     this.cbOdbcNames.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbOdbcNames.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbOdbcNames.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbOdbcNames.Location              = new System.Drawing.Point(296, 152);
     this.cbOdbcNames.Name                  = "cbOdbcNames";
     this.cbOdbcNames.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbOdbcNames.SeparatorMargin       = 1;
     this.cbOdbcNames.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbOdbcNames.SeparatorWidth        = 1;
     this.cbOdbcNames.Size                  = new System.Drawing.Size(152, 21);
     this.cbOdbcNames.Sorted                = true;
     this.cbOdbcNames.TabIndex              = 5;
     this.cbOdbcNames.SelectedIndexChanged += new System.EventHandler(this.cbOdbcNames_SelectedIndexChanged);
     //
     // lODBC
     //
     this.lODBC.Location = new System.Drawing.Point(184, 152);
     this.lODBC.Name     = "lODBC";
     this.lODBC.Size     = new System.Drawing.Size(112, 23);
     this.lODBC.TabIndex = 17;
     this.lODBC.Text     = "ODBC Data Sources";
     //
     // DialogDataSourceRef
     //
     this.AcceptButton      = this.bOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
     this.CancelButton      = this.bCancel;
     this.ClientSize        = new System.Drawing.Size(456, 374);
     this.Controls.Add(this.cbOdbcNames);
     this.Controls.Add(this.lODBC);
     this.Controls.Add(this.bTestConnection);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.tbPassword2);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOK);
     this.Controls.Add(this.tbPrompt);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.ckbIntSecurity);
     this.Controls.Add(this.tbConnection);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cbDataProvider);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.bGetFilename);
     this.Controls.Add(this.tbFilename);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbPassword);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DialogDataSourceRef";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Create Data Source Reference File";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.grpBoxVisibility = new System.Windows.Forms.GroupBox();
     this.bHidden          = new Oranikle.Studio.Controls.StyledButton();
     this.cbToggle         = new Oranikle.Studio.Controls.StyledComboBox();
     this.tbHidden         = new Oranikle.Studio.Controls.CustomTextControl();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.tbColumnWidth    = new Oranikle.Studio.Controls.CustomTextControl();
     this.chkFixedHeader   = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label4           = new System.Windows.Forms.Label();
     this.grpBoxVisibility.SuspendLayout();
     this.SuspendLayout();
     //
     // grpBoxVisibility
     //
     this.grpBoxVisibility.Controls.Add(this.bHidden);
     this.grpBoxVisibility.Controls.Add(this.cbToggle);
     this.grpBoxVisibility.Controls.Add(this.tbHidden);
     this.grpBoxVisibility.Controls.Add(this.label3);
     this.grpBoxVisibility.Controls.Add(this.label2);
     this.grpBoxVisibility.Location = new System.Drawing.Point(8, 8);
     this.grpBoxVisibility.Name     = "grpBoxVisibility";
     this.grpBoxVisibility.Size     = new System.Drawing.Size(432, 80);
     this.grpBoxVisibility.TabIndex = 1;
     this.grpBoxVisibility.TabStop  = false;
     this.grpBoxVisibility.Text     = "Visibility";
     //
     // bHidden
     //
     this.bHidden.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bHidden.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bHidden.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bHidden.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bHidden.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bHidden.Font                    = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bHidden.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bHidden.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bHidden.Location                = new System.Drawing.Point(400, 24);
     this.bHidden.Name                    = "bHidden";
     this.bHidden.OverriddenSize          = null;
     this.bHidden.Size                    = new System.Drawing.Size(22, 21);
     this.bHidden.TabIndex                = 1;
     this.bHidden.Tag                     = "visibility";
     this.bHidden.Text                    = "fx";
     this.bHidden.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bHidden.UseVisualStyleBackColor = true;
     this.bHidden.Click                  += new System.EventHandler(this.bExpr_Click);
     //
     // cbToggle
     //
     this.cbToggle.AutoAdjustItemHeight        = false;
     this.cbToggle.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbToggle.ConvertEnterToTabForDialogs = false;
     this.cbToggle.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbToggle.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbToggle.Location              = new System.Drawing.Point(168, 48);
     this.cbToggle.Name                  = "cbToggle";
     this.cbToggle.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbToggle.SeparatorMargin       = 1;
     this.cbToggle.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbToggle.SeparatorWidth        = 1;
     this.cbToggle.Size                  = new System.Drawing.Size(152, 21);
     this.cbToggle.TabIndex              = 2;
     this.cbToggle.SelectedIndexChanged += new System.EventHandler(this.cbToggle_SelectedIndexChanged);
     this.cbToggle.TextChanged          += new System.EventHandler(this.cbToggle_SelectedIndexChanged);
     //
     // tbHidden
     //
     this.tbHidden.AddX                        = 0;
     this.tbHidden.AddY                        = 0;
     this.tbHidden.AllowSpace                  = false;
     this.tbHidden.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbHidden.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbHidden.ChangeVisibility            = false;
     this.tbHidden.ChildControl                = null;
     this.tbHidden.ConvertEnterToTab           = true;
     this.tbHidden.ConvertEnterToTabForDialogs = false;
     this.tbHidden.Decimals                    = 0;
     this.tbHidden.DisplayList                 = new object[0];
     this.tbHidden.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbHidden.Location                    = new System.Drawing.Point(168, 24);
     this.tbHidden.Name                        = "tbHidden";
     this.tbHidden.OnDropDownCloseFocus        = true;
     this.tbHidden.SelectType                  = 0;
     this.tbHidden.Size                        = new System.Drawing.Size(224, 20);
     this.tbHidden.TabIndex                    = 0;
     this.tbHidden.UseValueForChildsVisibilty  = false;
     this.tbHidden.Value                       = true;
     this.tbHidden.TextChanged                += new System.EventHandler(this.tbHidden_TextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 47);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(152, 23);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Toggle Item (Textbox name)";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 23);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(120, 23);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Hidden (initial visibility)";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 106);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(80, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Column Width";
     //
     // tbColumnWidth
     //
     this.tbColumnWidth.AddX                        = 0;
     this.tbColumnWidth.AddY                        = 0;
     this.tbColumnWidth.AllowSpace                  = false;
     this.tbColumnWidth.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbColumnWidth.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbColumnWidth.ChangeVisibility            = false;
     this.tbColumnWidth.ChildControl                = null;
     this.tbColumnWidth.ConvertEnterToTab           = true;
     this.tbColumnWidth.ConvertEnterToTabForDialogs = false;
     this.tbColumnWidth.Decimals                    = 0;
     this.tbColumnWidth.DisplayList                 = new object[0];
     this.tbColumnWidth.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbColumnWidth.Location                    = new System.Drawing.Point(88, 104);
     this.tbColumnWidth.Name                        = "tbColumnWidth";
     this.tbColumnWidth.OnDropDownCloseFocus        = true;
     this.tbColumnWidth.SelectType                  = 0;
     this.tbColumnWidth.Size                        = new System.Drawing.Size(100, 20);
     this.tbColumnWidth.TabIndex                    = 3;
     this.tbColumnWidth.UseValueForChildsVisibilty  = false;
     this.tbColumnWidth.Value                       = true;
     this.tbColumnWidth.TextChanged                += new System.EventHandler(this.tbWidth_TextChanged);
     //
     // chkFixedHeader
     //
     this.chkFixedHeader.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkFixedHeader.ForeColor       = System.Drawing.Color.Black;
     this.chkFixedHeader.Location        = new System.Drawing.Point(8, 136);
     this.chkFixedHeader.Name            = "chkFixedHeader";
     this.chkFixedHeader.Size            = new System.Drawing.Size(96, 24);
     this.chkFixedHeader.TabIndex        = 4;
     this.chkFixedHeader.Text            = "Fixed Header";
     this.chkFixedHeader.CheckedChanged += new System.EventHandler(this.cbFixedHeader_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(112, 136);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(336, 24);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Note: Fixed headers must be contiguous and start at either the left or the right " +
                            "of the table.  Current renderers ignore this parameter.";
     //
     // TableColumnCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.chkFixedHeader);
     this.Controls.Add(this.tbColumnWidth);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.grpBoxVisibility);
     this.Name = "TableColumnCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.grpBoxVisibility.ResumeLayout(false);
     this.grpBoxVisibility.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogToolOptions));
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.tabControl1 = new Oranikle.Studio.Controls.CtrlStyledTab();
            this.tpGeneral = new System.Windows.Forms.TabPage();
            this.cbShowReportWaitDialog = new Oranikle.Studio.Controls.StyledCheckBox();
            this.gbPropLoc = new System.Windows.Forms.GroupBox();
            this.chkPBAutoHide = new Oranikle.Studio.Controls.StyledCheckBox();
            this.rbPBBottom = new System.Windows.Forms.RadioButton();
            this.rbPBTop = new System.Windows.Forms.RadioButton();
            this.rbPBLeft = new System.Windows.Forms.RadioButton();
            this.rbPBRight = new System.Windows.Forms.RadioButton();
            this.cbTabInterface = new Oranikle.Studio.Controls.StyledCheckBox();
            this.cbOutline = new Oranikle.Studio.Controls.StyledCheckBox();
            this.cbEditLines = new Oranikle.Studio.Controls.StyledCheckBox();
            this.tbHelpUrl = new Oranikle.Studio.Controls.CustomTextControl();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.tbRecentFilesMax = new Oranikle.Studio.Controls.CustomTextControl();
            this.label1 = new System.Windows.Forms.Label();
            this.tpToolbar = new System.Windows.Forms.TabPage();
            this.bRemove = new Oranikle.Studio.Controls.StyledButton();
            this.bReset = new Oranikle.Studio.Controls.StyledButton();
            this.bDown = new Oranikle.Studio.Controls.StyledButton();
            this.bUp = new Oranikle.Studio.Controls.StyledButton();
            this.bCopyItem = new Oranikle.Studio.Controls.StyledButton();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.lbToolbar = new System.Windows.Forms.ListBox();
            this.lbOperation = new System.Windows.Forms.ListBox();
            this.tpDesktop = new System.Windows.Forms.TabPage();
            this.bBrowse = new Oranikle.Studio.Controls.StyledButton();
            this.tbDirectory = new Oranikle.Studio.Controls.CustomTextControl();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.ckLocal = new Oranikle.Studio.Controls.StyledCheckBox();
            this.tbPort = new Oranikle.Studio.Controls.CustomTextControl();
            this.label6 = new System.Windows.Forms.Label();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label10 = new System.Windows.Forms.Label();
            this.bRemoveMap = new Oranikle.Studio.Controls.StyledButton();
            this.bAddMap = new Oranikle.Studio.Controls.StyledButton();
            this.lbMaps = new System.Windows.Forms.ListBox();
            this.bApply = new Oranikle.Studio.Controls.StyledButton();
            this.tabControl1.SuspendLayout();
            this.tpGeneral.SuspendLayout();
            this.gbPropLoc.SuspendLayout();
            this.tpToolbar.SuspendLayout();
            this.tpDesktop.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.SuspendLayout();
            // 
            // bOK
            // 
            this.bOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bOK.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bOK.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bOK.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bOK.Font = new System.Drawing.Font("Arial", 9F);
            this.bOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bOK.Location = new System.Drawing.Point(210, 275);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 21);
            this.bOK.TabIndex = 1;
            this.bOK.Text = "OK";
            this.bOK.UseVisualStyleBackColor = true;
            this.bOK.Click += new System.EventHandler(this.bOK_Click);
            // 
            // bCancel
            // 
            this.bCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCancel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCancel.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCancel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCancel.CausesValidation = false;
            this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCancel.Font = new System.Drawing.Font("Arial", 9F);
            this.bCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCancel.Location = new System.Drawing.Point(298, 275);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 21);
            this.bCancel.TabIndex = 2;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // tabControl1
            // 
            this.tabControl1.BorderColor = System.Drawing.Color.DarkGray;
            this.tabControl1.Controls.Add(this.tpGeneral);
            this.tabControl1.Controls.Add(this.tpToolbar);
            this.tabControl1.Controls.Add(this.tpDesktop);
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.DontSlantMiddle = false;
            this.tabControl1.LeftSpacing = 0;
            this.tabControl1.Location = new System.Drawing.Point(3, 3);
            this.tabControl1.myBackColor = System.Drawing.Color.Transparent;
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(466, 269);
            this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.tabControl1.TabFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabControl1.TabIndex = 0;
            this.tabControl1.TabSlant = 2;
            this.tabControl1.TabStop = false;
            this.tabControl1.TabTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.tabControl1.TabTextHAlignment = System.Drawing.StringAlignment.Near;
            this.tabControl1.TabTextVAlignment = System.Drawing.StringAlignment.Center;
            this.tabControl1.TagPageSelectedColor = System.Drawing.Color.White;
            this.tabControl1.TagPageUnselectedColor = System.Drawing.Color.LightGray;
            // 
            // tpGeneral
            // 
            this.tpGeneral.BackColor = System.Drawing.Color.White;
            this.tpGeneral.Controls.Add(this.cbShowReportWaitDialog);
            this.tpGeneral.Controls.Add(this.gbPropLoc);
            this.tpGeneral.Controls.Add(this.cbTabInterface);
            this.tpGeneral.Controls.Add(this.cbOutline);
            this.tpGeneral.Controls.Add(this.cbEditLines);
            this.tpGeneral.Controls.Add(this.tbHelpUrl);
            this.tpGeneral.Controls.Add(this.label3);
            this.tpGeneral.Controls.Add(this.label2);
            this.tpGeneral.Controls.Add(this.tbRecentFilesMax);
            this.tpGeneral.Controls.Add(this.label1);
            this.tpGeneral.Location = new System.Drawing.Point(4, 25);
            this.tpGeneral.Name = "tpGeneral";
            this.tpGeneral.Size = new System.Drawing.Size(458, 240);
            this.tpGeneral.TabIndex = 0;
            this.tpGeneral.Tag = "general";
            this.tpGeneral.Text = "General";
            // 
            // cbShowReportWaitDialog
            // 
            this.cbShowReportWaitDialog.AutoSize = true;
            this.cbShowReportWaitDialog.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbShowReportWaitDialog.ForeColor = System.Drawing.Color.Black;
            this.cbShowReportWaitDialog.Location = new System.Drawing.Point(14, 155);
            this.cbShowReportWaitDialog.Name = "cbShowReportWaitDialog";
            this.cbShowReportWaitDialog.Size = new System.Drawing.Size(226, 17);
            this.cbShowReportWaitDialog.TabIndex = 8;
            this.cbShowReportWaitDialog.Text = "Show Rendering Report Dialog on Preview";
            this.cbShowReportWaitDialog.UseVisualStyleBackColor = true;
            // 
            // gbPropLoc
            // 
            this.gbPropLoc.Controls.Add(this.chkPBAutoHide);
            this.gbPropLoc.Controls.Add(this.rbPBBottom);
            this.gbPropLoc.Controls.Add(this.rbPBTop);
            this.gbPropLoc.Controls.Add(this.rbPBLeft);
            this.gbPropLoc.Controls.Add(this.rbPBRight);
            this.gbPropLoc.Location = new System.Drawing.Point(14, 174);
            this.gbPropLoc.Name = "gbPropLoc";
            this.gbPropLoc.Size = new System.Drawing.Size(401, 61);
            this.gbPropLoc.TabIndex = 9;
            this.gbPropLoc.TabStop = false;
            this.gbPropLoc.Text = "Properties Window";
            // 
            // chkPBAutoHide
            // 
            this.chkPBAutoHide.AutoSize = true;
            this.chkPBAutoHide.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkPBAutoHide.ForeColor = System.Drawing.Color.Black;
            this.chkPBAutoHide.Location = new System.Drawing.Point(13, 42);
            this.chkPBAutoHide.Name = "chkPBAutoHide";
            this.chkPBAutoHide.Size = new System.Drawing.Size(70, 17);
            this.chkPBAutoHide.TabIndex = 4;
            this.chkPBAutoHide.Text = "Auto Hide";
            this.chkPBAutoHide.UseVisualStyleBackColor = true;
            // 
            // rbPBBottom
            // 
            this.rbPBBottom.AutoSize = true;
            this.rbPBBottom.Location = new System.Drawing.Point(301, 19);
            this.rbPBBottom.Name = "rbPBBottom";
            this.rbPBBottom.Size = new System.Drawing.Size(58, 17);
            this.rbPBBottom.TabIndex = 3;
            this.rbPBBottom.TabStop = true;
            this.rbPBBottom.Text = "Bottom";
            this.rbPBBottom.UseVisualStyleBackColor = true;
            // 
            // rbPBTop
            // 
            this.rbPBTop.AutoSize = true;
            this.rbPBTop.Location = new System.Drawing.Point(205, 19);
            this.rbPBTop.Name = "rbPBTop";
            this.rbPBTop.Size = new System.Drawing.Size(44, 17);
            this.rbPBTop.TabIndex = 2;
            this.rbPBTop.TabStop = true;
            this.rbPBTop.Text = "Top";
            this.rbPBTop.UseVisualStyleBackColor = true;
            // 
            // rbPBLeft
            // 
            this.rbPBLeft.AutoSize = true;
            this.rbPBLeft.Location = new System.Drawing.Point(109, 19);
            this.rbPBLeft.Name = "rbPBLeft";
            this.rbPBLeft.Size = new System.Drawing.Size(43, 17);
            this.rbPBLeft.TabIndex = 1;
            this.rbPBLeft.TabStop = true;
            this.rbPBLeft.Text = "Left";
            this.rbPBLeft.UseVisualStyleBackColor = true;
            // 
            // rbPBRight
            // 
            this.rbPBRight.AutoSize = true;
            this.rbPBRight.Location = new System.Drawing.Point(13, 19);
            this.rbPBRight.Name = "rbPBRight";
            this.rbPBRight.Size = new System.Drawing.Size(50, 17);
            this.rbPBRight.TabIndex = 0;
            this.rbPBRight.TabStop = true;
            this.rbPBRight.Text = "Right";
            this.rbPBRight.UseVisualStyleBackColor = true;
            // 
            // cbTabInterface
            // 
            this.cbTabInterface.AutoSize = true;
            this.cbTabInterface.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbTabInterface.ForeColor = System.Drawing.Color.Black;
            this.cbTabInterface.Location = new System.Drawing.Point(14, 132);
            this.cbTabInterface.Name = "cbTabInterface";
            this.cbTabInterface.Size = new System.Drawing.Size(130, 17);
            this.cbTabInterface.TabIndex = 7;
            this.cbTabInterface.Text = "Show tabbed interface";
            this.cbTabInterface.UseVisualStyleBackColor = true;
            this.cbTabInterface.CheckedChanged += new System.EventHandler(this.cbTabInterface_CheckedChanged);
            // 
            // cbOutline
            // 
            this.cbOutline.AutoSize = true;
            this.cbOutline.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbOutline.ForeColor = System.Drawing.Color.Black;
            this.cbOutline.Location = new System.Drawing.Point(14, 109);
            this.cbOutline.Name = "cbOutline";
            this.cbOutline.Size = new System.Drawing.Size(169, 17);
            this.cbOutline.TabIndex = 6;
            this.cbOutline.Text = "Outline report items in Designer";
            this.cbOutline.UseVisualStyleBackColor = true;
            // 
            // cbEditLines
            // 
            this.cbEditLines.AutoSize = true;
            this.cbEditLines.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbEditLines.ForeColor = System.Drawing.Color.Black;
            this.cbEditLines.Location = new System.Drawing.Point(14, 86);
            this.cbEditLines.Name = "cbEditLines";
            this.cbEditLines.Size = new System.Drawing.Size(172, 17);
            this.cbEditLines.TabIndex = 5;
            this.cbEditLines.Text = "Show line numbers in RDL Text";
            this.cbEditLines.UseVisualStyleBackColor = true;
            // 
            // tbHelpUrl
            // 
            this.tbHelpUrl.AddX = 0;
            this.tbHelpUrl.AddY = 0;
            this.tbHelpUrl.AllowSpace = false;
            this.tbHelpUrl.BorderColor = System.Drawing.Color.LightGray;
            this.tbHelpUrl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbHelpUrl.ChangeVisibility = false;
            this.tbHelpUrl.ChildControl = null;
            this.tbHelpUrl.ConvertEnterToTab = true;
            this.tbHelpUrl.ConvertEnterToTabForDialogs = false;
            this.tbHelpUrl.Decimals = 0;
            this.tbHelpUrl.DisplayList = new object[0];
            this.tbHelpUrl.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbHelpUrl.Location = new System.Drawing.Point(27, 60);
            this.tbHelpUrl.Name = "tbHelpUrl";
            this.tbHelpUrl.OnDropDownCloseFocus = true;
            this.tbHelpUrl.SelectType = 0;
            this.tbHelpUrl.Size = new System.Drawing.Size(404, 20);
            this.tbHelpUrl.TabIndex = 4;
            this.tbHelpUrl.Text = "tbHelpUrl";
            this.tbHelpUrl.UseValueForChildsVisibilty = false;
            this.tbHelpUrl.Value = true;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(11, 40);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(404, 23);
            this.label3.TabIndex = 3;
            this.label3.Text = "Help System URL  (Empty string means use default help url.)";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(100, 15);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(174, 23);
            this.label2.TabIndex = 2;
            this.label2.Text = "items in most recently used lists.";
            // 
            // tbRecentFilesMax
            // 
            this.tbRecentFilesMax.AddX = 0;
            this.tbRecentFilesMax.AddY = 0;
            this.tbRecentFilesMax.AllowSpace = false;
            this.tbRecentFilesMax.BorderColor = System.Drawing.Color.LightGray;
            this.tbRecentFilesMax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbRecentFilesMax.ChangeVisibility = false;
            this.tbRecentFilesMax.ChildControl = null;
            this.tbRecentFilesMax.ConvertEnterToTab = true;
            this.tbRecentFilesMax.ConvertEnterToTabForDialogs = false;
            this.tbRecentFilesMax.Decimals = 0;
            this.tbRecentFilesMax.DisplayList = new object[0];
            this.tbRecentFilesMax.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbRecentFilesMax.Location = new System.Drawing.Point(58, 11);
            this.tbRecentFilesMax.Name = "tbRecentFilesMax";
            this.tbRecentFilesMax.OnDropDownCloseFocus = true;
            this.tbRecentFilesMax.SelectType = 0;
            this.tbRecentFilesMax.Size = new System.Drawing.Size(31, 20);
            this.tbRecentFilesMax.TabIndex = 1;
            this.tbRecentFilesMax.UseValueForChildsVisibilty = false;
            this.tbRecentFilesMax.Value = true;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(11, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(45, 23);
            this.label1.TabIndex = 0;
            this.label1.Text = "Display";
            // 
            // tpToolbar
            // 
            this.tpToolbar.BackColor = System.Drawing.Color.White;
            this.tpToolbar.Controls.Add(this.bRemove);
            this.tpToolbar.Controls.Add(this.bReset);
            this.tpToolbar.Controls.Add(this.bDown);
            this.tpToolbar.Controls.Add(this.bUp);
            this.tpToolbar.Controls.Add(this.bCopyItem);
            this.tpToolbar.Controls.Add(this.label5);
            this.tpToolbar.Controls.Add(this.label4);
            this.tpToolbar.Controls.Add(this.lbToolbar);
            this.tpToolbar.Controls.Add(this.lbOperation);
            this.tpToolbar.Location = new System.Drawing.Point(4, 25);
            this.tpToolbar.Name = "tpToolbar";
            this.tpToolbar.Size = new System.Drawing.Size(458, 240);
            this.tpToolbar.TabIndex = 1;
            this.tpToolbar.Tag = "toolbar";
            this.tpToolbar.Text = "Toolbar";
            // 
            // bRemove
            // 
            this.bRemove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRemove.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRemove.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRemove.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRemove.Font = new System.Drawing.Font("Arial", 9F);
            this.bRemove.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRemove.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRemove.Location = new System.Drawing.Point(179, 74);
            this.bRemove.Name = "bRemove";
            this.bRemove.OverriddenSize = null;
            this.bRemove.Size = new System.Drawing.Size(23, 21);
            this.bRemove.TabIndex = 2;
            this.bRemove.Text = "<";
            this.bRemove.UseVisualStyleBackColor = true;
            this.bRemove.Click += new System.EventHandler(this.bRemove_Click);
            // 
            // bReset
            // 
            this.bReset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bReset.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bReset.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bReset.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bReset.Font = new System.Drawing.Font("Arial", 9F);
            this.bReset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bReset.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bReset.Location = new System.Drawing.Point(374, 104);
            this.bReset.Name = "bReset";
            this.bReset.OverriddenSize = null;
            this.bReset.Size = new System.Drawing.Size(53, 21);
            this.bReset.TabIndex = 6;
            this.bReset.Text = "Reset";
            this.bReset.UseVisualStyleBackColor = true;
            this.bReset.Click += new System.EventHandler(this.bReset_Click);
            // 
            // bDown
            // 
            this.bDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDown.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDown.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDown.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDown.Font = new System.Drawing.Font("Arial", 9F);
            this.bDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDown.Location = new System.Drawing.Point(374, 65);
            this.bDown.Name = "bDown";
            this.bDown.OverriddenSize = null;
            this.bDown.Size = new System.Drawing.Size(53, 21);
            this.bDown.TabIndex = 5;
            this.bDown.Text = "Down";
            this.bDown.UseVisualStyleBackColor = true;
            this.bDown.Click += new System.EventHandler(this.bDown_Click);
            // 
            // bUp
            // 
            this.bUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bUp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bUp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bUp.Font = new System.Drawing.Font("Arial", 9F);
            this.bUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bUp.Location = new System.Drawing.Point(374, 35);
            this.bUp.Name = "bUp";
            this.bUp.OverriddenSize = null;
            this.bUp.Size = new System.Drawing.Size(53, 21);
            this.bUp.TabIndex = 4;
            this.bUp.Text = "Up";
            this.bUp.UseVisualStyleBackColor = true;
            this.bUp.Click += new System.EventHandler(this.bUp_Click);
            // 
            // bCopyItem
            // 
            this.bCopyItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCopyItem.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCopyItem.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCopyItem.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCopyItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCopyItem.Font = new System.Drawing.Font("Arial", 9F);
            this.bCopyItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCopyItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCopyItem.Location = new System.Drawing.Point(179, 40);
            this.bCopyItem.Name = "bCopyItem";
            this.bCopyItem.OverriddenSize = null;
            this.bCopyItem.Size = new System.Drawing.Size(23, 21);
            this.bCopyItem.TabIndex = 1;
            this.bCopyItem.Text = ">";
            this.bCopyItem.UseVisualStyleBackColor = true;
            this.bCopyItem.Click += new System.EventHandler(this.bCopyItem_Click);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(213, 8);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(100, 23);
            this.label5.TabIndex = 8;
            this.label5.Text = "Toolbar Layout";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(15, 8);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(112, 23);
            this.label4.TabIndex = 7;
            this.label4.Text = "ToolBar Operations";
            // 
            // lbToolbar
            // 
            this.lbToolbar.Location = new System.Drawing.Point(213, 33);
            this.lbToolbar.Name = "lbToolbar";
            this.lbToolbar.Size = new System.Drawing.Size(152, 199);
            this.lbToolbar.TabIndex = 3;
            // 
            // lbOperation
            // 
            this.lbOperation.Location = new System.Drawing.Point(14, 33);
            this.lbOperation.Name = "lbOperation";
            this.lbOperation.Size = new System.Drawing.Size(152, 199);
            this.lbOperation.TabIndex = 0;
            // 
            // tpDesktop
            // 
            this.tpDesktop.BackColor = System.Drawing.Color.White;
            this.tpDesktop.Controls.Add(this.bBrowse);
            this.tpDesktop.Controls.Add(this.tbDirectory);
            this.tpDesktop.Controls.Add(this.label9);
            this.tpDesktop.Controls.Add(this.label8);
            this.tpDesktop.Controls.Add(this.label7);
            this.tpDesktop.Controls.Add(this.ckLocal);
            this.tpDesktop.Controls.Add(this.tbPort);
            this.tpDesktop.Controls.Add(this.label6);
            this.tpDesktop.Location = new System.Drawing.Point(4, 25);
            this.tpDesktop.Name = "tpDesktop";
            this.tpDesktop.Size = new System.Drawing.Size(458, 240);
            this.tpDesktop.TabIndex = 2;
            this.tpDesktop.Tag = "desktop";
            this.tpDesktop.Text = "Desktop Server";
            // 
            // bBrowse
            // 
            this.bBrowse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bBrowse.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bBrowse.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bBrowse.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bBrowse.Font = new System.Drawing.Font("Arial", 9F);
            this.bBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bBrowse.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bBrowse.Location = new System.Drawing.Point(411, 102);
            this.bBrowse.Name = "bBrowse";
            this.bBrowse.OverriddenSize = null;
            this.bBrowse.Size = new System.Drawing.Size(26, 21);
            this.bBrowse.TabIndex = 2;
            this.bBrowse.Text = "...";
            this.bBrowse.UseVisualStyleBackColor = true;
            this.bBrowse.Click += new System.EventHandler(this.bBrowse_Click);
            // 
            // tbDirectory
            // 
            this.tbDirectory.AddX = 0;
            this.tbDirectory.AddY = 0;
            this.tbDirectory.AllowSpace = false;
            this.tbDirectory.BorderColor = System.Drawing.Color.LightGray;
            this.tbDirectory.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbDirectory.ChangeVisibility = false;
            this.tbDirectory.ChildControl = null;
            this.tbDirectory.ConvertEnterToTab = true;
            this.tbDirectory.ConvertEnterToTabForDialogs = false;
            this.tbDirectory.Decimals = 0;
            this.tbDirectory.DisplayList = new object[0];
            this.tbDirectory.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbDirectory.Location = new System.Drawing.Point(68, 100);
            this.tbDirectory.Name = "tbDirectory";
            this.tbDirectory.OnDropDownCloseFocus = true;
            this.tbDirectory.SelectType = 0;
            this.tbDirectory.Size = new System.Drawing.Size(334, 20);
            this.tbDirectory.TabIndex = 1;
            this.tbDirectory.Text = "textBox1";
            this.tbDirectory.UseValueForChildsVisibilty = false;
            this.tbDirectory.Value = true;
            this.tbDirectory.TextChanged += new System.EventHandler(this.Desktop_Changed);
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(13, 101);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(56, 23);
            this.label9.TabIndex = 5;
            this.label9.Text = "Directory:";
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(33, 156);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(414, 26);
            this.label8.TabIndex = 4;
            this.label8.Text = "Important: Desktop server is not intended to be used as a production web server. " +
                " Use an ASP enabled server for anything other than local desktop use.";
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(10, 6);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(435, 57);
            this.label7.TabIndex = 3;
            this.label7.Text = resources.GetString("label7.Text");
            // 
            // ckLocal
            // 
            this.ckLocal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckLocal.ForeColor = System.Drawing.Color.Black;
            this.ckLocal.Location = new System.Drawing.Point(15, 131);
            this.ckLocal.Name = "ckLocal";
            this.ckLocal.Size = new System.Drawing.Size(190, 24);
            this.ckLocal.TabIndex = 3;
            this.ckLocal.Text = "Restrict access to local machine";
            this.ckLocal.CheckedChanged += new System.EventHandler(this.Desktop_Changed);
            // 
            // tbPort
            // 
            this.tbPort.AddX = 0;
            this.tbPort.AddY = 0;
            this.tbPort.AllowSpace = false;
            this.tbPort.BorderColor = System.Drawing.Color.LightGray;
            this.tbPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbPort.ChangeVisibility = false;
            this.tbPort.ChildControl = null;
            this.tbPort.ConvertEnterToTab = true;
            this.tbPort.ConvertEnterToTabForDialogs = false;
            this.tbPort.Decimals = 0;
            this.tbPort.DisplayList = new object[0];
            this.tbPort.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbPort.Location = new System.Drawing.Point(44, 66);
            this.tbPort.Name = "tbPort";
            this.tbPort.OnDropDownCloseFocus = true;
            this.tbPort.SelectType = 0;
            this.tbPort.Size = new System.Drawing.Size(50, 20);
            this.tbPort.TabIndex = 0;
            this.tbPort.UseValueForChildsVisibilty = false;
            this.tbPort.Value = true;
            this.tbPort.TextChanged += new System.EventHandler(this.Desktop_Changed);
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(10, 68);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(33, 23);
            this.label6.TabIndex = 0;
            this.label6.Text = "Port";
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.White;
            this.tabPage1.Controls.Add(this.label10);
            this.tabPage1.Controls.Add(this.bRemoveMap);
            this.tabPage1.Controls.Add(this.bAddMap);
            this.tabPage1.Controls.Add(this.lbMaps);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(458, 240);
            this.tabPage1.TabIndex = 3;
            this.tabPage1.Text = "Maps";
            // 
            // label10
            // 
            this.label10.Location = new System.Drawing.Point(12, 15);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(435, 62);
            this.label10.TabIndex = 3;
            this.label10.Text = resources.GetString("label10.Text");
            // 
            // bRemoveMap
            // 
            this.bRemoveMap.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRemoveMap.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRemoveMap.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRemoveMap.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRemoveMap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRemoveMap.Font = new System.Drawing.Font("Arial", 9F);
            this.bRemoveMap.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRemoveMap.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRemoveMap.Location = new System.Drawing.Point(226, 110);
            this.bRemoveMap.Name = "bRemoveMap";
            this.bRemoveMap.OverriddenSize = null;
            this.bRemoveMap.Size = new System.Drawing.Size(75, 21);
            this.bRemoveMap.TabIndex = 2;
            this.bRemoveMap.Text = "Remove";
            this.bRemoveMap.UseVisualStyleBackColor = true;
            this.bRemoveMap.Click += new System.EventHandler(this.bRemoveMap_Click);
            // 
            // bAddMap
            // 
            this.bAddMap.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bAddMap.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bAddMap.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bAddMap.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bAddMap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bAddMap.Font = new System.Drawing.Font("Arial", 9F);
            this.bAddMap.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bAddMap.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bAddMap.Location = new System.Drawing.Point(226, 81);
            this.bAddMap.Name = "bAddMap";
            this.bAddMap.OverriddenSize = null;
            this.bAddMap.Size = new System.Drawing.Size(75, 21);
            this.bAddMap.TabIndex = 1;
            this.bAddMap.Text = "Add...";
            this.bAddMap.UseVisualStyleBackColor = true;
            this.bAddMap.Click += new System.EventHandler(this.bAddMap_Click);
            // 
            // lbMaps
            // 
            this.lbMaps.FormattingEnabled = true;
            this.lbMaps.Location = new System.Drawing.Point(15, 80);
            this.lbMaps.Name = "lbMaps";
            this.lbMaps.Size = new System.Drawing.Size(188, 147);
            this.lbMaps.TabIndex = 0;
            // 
            // bApply
            // 
            this.bApply.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bApply.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bApply.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bApply.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bApply.Font = new System.Drawing.Font("Arial", 9F);
            this.bApply.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bApply.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bApply.Location = new System.Drawing.Point(386, 275);
            this.bApply.Name = "bApply";
            this.bApply.OverriddenSize = null;
            this.bApply.Size = new System.Drawing.Size(75, 21);
            this.bApply.TabIndex = 3;
            this.bApply.Text = "Apply";
            this.bApply.UseVisualStyleBackColor = true;
            this.bApply.Click += new System.EventHandler(this.bApply_Click);
            // 
            // DialogToolOptions
            // 
            this.AcceptButton = this.bOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
            this.CancelButton = this.bCancel;
            this.ClientSize = new System.Drawing.Size(466, 304);
            this.Controls.Add(this.bApply);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogToolOptions";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Options";
            this.tabControl1.ResumeLayout(false);
            this.tpGeneral.ResumeLayout(false);
            this.tpGeneral.PerformLayout();
            this.gbPropLoc.ResumeLayout(false);
            this.gbPropLoc.PerformLayout();
            this.tpToolbar.ResumeLayout(false);
            this.tpDesktop.ResumeLayout(false);
            this.tpDesktop.PerformLayout();
            this.tabPage1.ResumeLayout(false);
            this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.tcFRG = new Oranikle.Studio.Controls.CtrlStyledTab();
            this.tabFind = new System.Windows.Forms.TabPage();
            this.btnCancel = new Oranikle.Studio.Controls.StyledButton();
            this.btnNext = new Oranikle.Studio.Controls.StyledButton();
            this.chkCase = new Oranikle.Studio.Controls.StyledCheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.radioUp = new System.Windows.Forms.RadioButton();
            this.radioDown = new System.Windows.Forms.RadioButton();
            this.label1 = new System.Windows.Forms.Label();
            this.txtFind = new Oranikle.Studio.Controls.CustomTextControl();
            this.tabReplace = new System.Windows.Forms.TabPage();
            this.bCloseReplace = new Oranikle.Studio.Controls.StyledButton();
            this.btnFindNext = new Oranikle.Studio.Controls.StyledButton();
            this.chkMatchCase = new Oranikle.Studio.Controls.StyledCheckBox();
            this.btnReplaceAll = new Oranikle.Studio.Controls.StyledButton();
            this.btnReplace = new Oranikle.Studio.Controls.StyledButton();
            this.txtFindR = new Oranikle.Studio.Controls.CustomTextControl();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtReplace = new Oranikle.Studio.Controls.CustomTextControl();
            this.tabGoTo = new System.Windows.Forms.TabPage();
            this.bCloseGoto = new Oranikle.Studio.Controls.StyledButton();
            this.txtLine = new Oranikle.Studio.Controls.CustomTextControl();
            this.label4 = new System.Windows.Forms.Label();
            this.btnGoto = new Oranikle.Studio.Controls.StyledButton();
            this.tcFRG.SuspendLayout();
            this.tabFind.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tabReplace.SuspendLayout();
            this.tabGoTo.SuspendLayout();
            this.SuspendLayout();
            // 
            // tcFRG
            // 
            this.tcFRG.BorderColor = System.Drawing.Color.DarkGray;
            this.tcFRG.Controls.Add(this.tabFind);
            this.tcFRG.Controls.Add(this.tabReplace);
            this.tcFRG.Controls.Add(this.tabGoTo);
            this.tcFRG.DontSlantMiddle = false;
            this.tcFRG.LeftSpacing = 0;
            this.tcFRG.Location = new System.Drawing.Point(8, 8);
            this.tcFRG.myBackColor = System.Drawing.Color.Transparent;
            this.tcFRG.Name = "tcFRG";
            this.tcFRG.SelectedIndex = 0;
            this.tcFRG.Size = new System.Drawing.Size(432, 192);
            this.tcFRG.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.tcFRG.TabFont = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tcFRG.TabIndex = 0;
            this.tcFRG.TabSlant = 2;
            this.tcFRG.TabStop = false;
            this.tcFRG.TabTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.tcFRG.TabTextHAlignment = System.Drawing.StringAlignment.Near;
            this.tcFRG.TabTextVAlignment = System.Drawing.StringAlignment.Center;
            this.tcFRG.TagPageSelectedColor = System.Drawing.Color.White;
            this.tcFRG.TagPageUnselectedColor = System.Drawing.Color.LightGray;
            this.tcFRG.Enter += new System.EventHandler(this.tcFRG_Enter);
            this.tcFRG.SelectedIndexChanged += new System.EventHandler(this.tcFRG_SelectedIndexChanged);
            // 
            // tabFind
            // 
            this.tabFind.BackColor = System.Drawing.Color.White;
            this.tabFind.Controls.Add(this.btnCancel);
            this.tabFind.Controls.Add(this.btnNext);
            this.tabFind.Controls.Add(this.chkCase);
            this.tabFind.Controls.Add(this.groupBox1);
            this.tabFind.Controls.Add(this.label1);
            this.tabFind.Controls.Add(this.txtFind);
            this.tabFind.Location = new System.Drawing.Point(4, 25);
            this.tabFind.Name = "tabFind";
            this.tabFind.Size = new System.Drawing.Size(424, 163);
            this.tabFind.TabIndex = 0;
            this.tabFind.Tag = "find";
            this.tabFind.Text = "Find";
            // 
            // btnCancel
            // 
            this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.btnCancel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.btnCancel.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.btnCancel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCancel.Font = new System.Drawing.Font("Arial", 9F);
            this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnCancel.Location = new System.Drawing.Point(344, 128);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.OverriddenSize = null;
            this.btnCancel.Size = new System.Drawing.Size(75, 21);
            this.btnCancel.TabIndex = 3;
            this.btnCancel.Text = "Close";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnNext
            // 
            this.btnNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.btnNext.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.btnNext.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.btnNext.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.btnNext.Enabled = false;
            this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnNext.Font = new System.Drawing.Font("Arial", 9F);
            this.btnNext.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.btnNext.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnNext.Location = new System.Drawing.Point(344, 16);
            this.btnNext.Name = "btnNext";
            this.btnNext.OverriddenSize = null;
            this.btnNext.Size = new System.Drawing.Size(75, 21);
            this.btnNext.TabIndex = 1;
            this.btnNext.Text = "Find Next";
            this.btnNext.UseVisualStyleBackColor = true;
            this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
            // 
            // chkCase
            // 
            this.chkCase.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkCase.ForeColor = System.Drawing.Color.Black;
            this.chkCase.Location = new System.Drawing.Point(208, 72);
            this.chkCase.Name = "chkCase";
            this.chkCase.Size = new System.Drawing.Size(88, 24);
            this.chkCase.TabIndex = 2;
            this.chkCase.Text = "Match Case";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.radioUp);
            this.groupBox1.Controls.Add(this.radioDown);
            this.groupBox1.Location = new System.Drawing.Point(16, 48);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(176, 64);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Search Direction";
            // 
            // radioUp
            // 
            this.radioUp.Location = new System.Drawing.Point(16, 24);
            this.radioUp.Name = "radioUp";
            this.radioUp.Size = new System.Drawing.Size(56, 24);
            this.radioUp.TabIndex = 0;
            this.radioUp.Text = "Up";
            this.radioUp.CheckedChanged += new System.EventHandler(this.radioUp_CheckedChanged);
            // 
            // radioDown
            // 
            this.radioDown.Location = new System.Drawing.Point(104, 24);
            this.radioDown.Name = "radioDown";
            this.radioDown.Size = new System.Drawing.Size(56, 24);
            this.radioDown.TabIndex = 1;
            this.radioDown.Text = "Down";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(12, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(76, 23);
            this.label1.TabIndex = 0;
            this.label1.Text = "Find";
            // 
            // txtFind
            // 
            this.txtFind.AddX = 0;
            this.txtFind.AddY = 0;
            this.txtFind.AllowSpace = false;
            this.txtFind.BorderColor = System.Drawing.Color.LightGray;
            this.txtFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtFind.ChangeVisibility = false;
            this.txtFind.ChildControl = null;
            this.txtFind.ConvertEnterToTab = true;
            this.txtFind.ConvertEnterToTabForDialogs = false;
            this.txtFind.Decimals = 0;
            this.txtFind.DisplayList = new object[0];
            this.txtFind.HitText = Oranikle.Studio.Controls.HitText.String;
            this.txtFind.Location = new System.Drawing.Point(96, 16);
            this.txtFind.Name = "txtFind";
            this.txtFind.OnDropDownCloseFocus = true;
            this.txtFind.SelectType = 0;
            this.txtFind.Size = new System.Drawing.Size(216, 20);
            this.txtFind.TabIndex = 0;
            this.txtFind.UseValueForChildsVisibilty = false;
            this.txtFind.Value = true;
            this.txtFind.TextChanged += new System.EventHandler(this.txtFind_TextChanged);
            // 
            // tabReplace
            // 
            this.tabReplace.BackColor = System.Drawing.Color.White;
            this.tabReplace.Controls.Add(this.bCloseReplace);
            this.tabReplace.Controls.Add(this.btnFindNext);
            this.tabReplace.Controls.Add(this.chkMatchCase);
            this.tabReplace.Controls.Add(this.btnReplaceAll);
            this.tabReplace.Controls.Add(this.btnReplace);
            this.tabReplace.Controls.Add(this.txtFindR);
            this.tabReplace.Controls.Add(this.label3);
            this.tabReplace.Controls.Add(this.label2);
            this.tabReplace.Controls.Add(this.txtReplace);
            this.tabReplace.Location = new System.Drawing.Point(4, 25);
            this.tabReplace.Name = "tabReplace";
            this.tabReplace.Size = new System.Drawing.Size(424, 163);
            this.tabReplace.TabIndex = 1;
            this.tabReplace.Tag = "replace";
            this.tabReplace.Text = "Replace";
            // 
            // bCloseReplace
            // 
            this.bCloseReplace.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCloseReplace.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCloseReplace.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCloseReplace.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCloseReplace.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCloseReplace.Font = new System.Drawing.Font("Arial", 9F);
            this.bCloseReplace.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCloseReplace.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCloseReplace.Location = new System.Drawing.Point(344, 128);
            this.bCloseReplace.Name = "bCloseReplace";
            this.bCloseReplace.OverriddenSize = null;
            this.bCloseReplace.Size = new System.Drawing.Size(75, 21);
            this.bCloseReplace.TabIndex = 6;
            this.bCloseReplace.Text = "Close";
            this.bCloseReplace.UseVisualStyleBackColor = true;
            this.bCloseReplace.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnFindNext
            // 
            this.btnFindNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.btnFindNext.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.btnFindNext.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.btnFindNext.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.btnFindNext.Enabled = false;
            this.btnFindNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnFindNext.Font = new System.Drawing.Font("Arial", 9F);
            this.btnFindNext.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.btnFindNext.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnFindNext.Location = new System.Drawing.Point(344, 16);
            this.btnFindNext.Name = "btnFindNext";
            this.btnFindNext.OverriddenSize = null;
            this.btnFindNext.Size = new System.Drawing.Size(75, 21);
            this.btnFindNext.TabIndex = 3;
            this.btnFindNext.Text = "FindNext";
            this.btnFindNext.UseVisualStyleBackColor = true;
            this.btnFindNext.Click += new System.EventHandler(this.btnFindNext_Click);
            // 
            // chkMatchCase
            // 
            this.chkMatchCase.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkMatchCase.ForeColor = System.Drawing.Color.Black;
            this.chkMatchCase.Location = new System.Drawing.Point(8, 88);
            this.chkMatchCase.Name = "chkMatchCase";
            this.chkMatchCase.Size = new System.Drawing.Size(104, 24);
            this.chkMatchCase.TabIndex = 2;
            this.chkMatchCase.Text = "Match Case";
            // 
            // btnReplaceAll
            // 
            this.btnReplaceAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.btnReplaceAll.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.btnReplaceAll.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.btnReplaceAll.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.btnReplaceAll.Enabled = false;
            this.btnReplaceAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReplaceAll.Font = new System.Drawing.Font("Arial", 9F);
            this.btnReplaceAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.btnReplaceAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnReplaceAll.Location = new System.Drawing.Point(344, 80);
            this.btnReplaceAll.Name = "btnReplaceAll";
            this.btnReplaceAll.OverriddenSize = null;
            this.btnReplaceAll.Size = new System.Drawing.Size(75, 21);
            this.btnReplaceAll.TabIndex = 5;
            this.btnReplaceAll.Text = "ReplaceAll";
            this.btnReplaceAll.UseVisualStyleBackColor = true;
            this.btnReplaceAll.Click += new System.EventHandler(this.btnReplaceAll_Click);
            // 
            // btnReplace
            // 
            this.btnReplace.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.btnReplace.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.btnReplace.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.btnReplace.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.btnReplace.Enabled = false;
            this.btnReplace.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReplace.Font = new System.Drawing.Font("Arial", 9F);
            this.btnReplace.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.btnReplace.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnReplace.Location = new System.Drawing.Point(344, 48);
            this.btnReplace.Name = "btnReplace";
            this.btnReplace.OverriddenSize = null;
            this.btnReplace.Size = new System.Drawing.Size(75, 21);
            this.btnReplace.TabIndex = 4;
            this.btnReplace.Text = "Replace";
            this.btnReplace.UseVisualStyleBackColor = true;
            this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
            // 
            // txtFindR
            // 
            this.txtFindR.AddX = 0;
            this.txtFindR.AddY = 0;
            this.txtFindR.AllowSpace = false;
            this.txtFindR.BorderColor = System.Drawing.Color.LightGray;
            this.txtFindR.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtFindR.ChangeVisibility = false;
            this.txtFindR.ChildControl = null;
            this.txtFindR.ConvertEnterToTab = true;
            this.txtFindR.ConvertEnterToTabForDialogs = false;
            this.txtFindR.Decimals = 0;
            this.txtFindR.DisplayList = new object[0];
            this.txtFindR.HitText = Oranikle.Studio.Controls.HitText.String;
            this.txtFindR.Location = new System.Drawing.Point(96, 16);
            this.txtFindR.Name = "txtFindR";
            this.txtFindR.OnDropDownCloseFocus = true;
            this.txtFindR.SelectType = 0;
            this.txtFindR.Size = new System.Drawing.Size(224, 20);
            this.txtFindR.TabIndex = 0;
            this.txtFindR.UseValueForChildsVisibilty = false;
            this.txtFindR.Value = true;
            this.txtFindR.TextChanged += new System.EventHandler(this.txtFindR_TextChanged);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(14, 16);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(76, 23);
            this.label3.TabIndex = 0;
            this.label3.Text = "Find";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(14, 56);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(76, 23);
            this.label2.TabIndex = 5;
            this.label2.Text = "Replace With";
            // 
            // txtReplace
            // 
            this.txtReplace.AddX = 0;
            this.txtReplace.AddY = 0;
            this.txtReplace.AllowSpace = false;
            this.txtReplace.BorderColor = System.Drawing.Color.LightGray;
            this.txtReplace.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtReplace.ChangeVisibility = false;
            this.txtReplace.ChildControl = null;
            this.txtReplace.ConvertEnterToTab = true;
            this.txtReplace.ConvertEnterToTabForDialogs = false;
            this.txtReplace.Decimals = 0;
            this.txtReplace.DisplayList = new object[0];
            this.txtReplace.HitText = Oranikle.Studio.Controls.HitText.String;
            this.txtReplace.Location = new System.Drawing.Point(96, 56);
            this.txtReplace.Name = "txtReplace";
            this.txtReplace.OnDropDownCloseFocus = true;
            this.txtReplace.SelectType = 0;
            this.txtReplace.Size = new System.Drawing.Size(224, 20);
            this.txtReplace.TabIndex = 1;
            this.txtReplace.UseValueForChildsVisibilty = false;
            this.txtReplace.Value = true;
            // 
            // tabGoTo
            // 
            this.tabGoTo.BackColor = System.Drawing.Color.White;
            this.tabGoTo.Controls.Add(this.bCloseGoto);
            this.tabGoTo.Controls.Add(this.txtLine);
            this.tabGoTo.Controls.Add(this.label4);
            this.tabGoTo.Controls.Add(this.btnGoto);
            this.tabGoTo.Location = new System.Drawing.Point(4, 25);
            this.tabGoTo.Name = "tabGoTo";
            this.tabGoTo.Size = new System.Drawing.Size(424, 163);
            this.tabGoTo.TabIndex = 2;
            this.tabGoTo.Tag = "goto";
            this.tabGoTo.Text = "GoTo";
            // 
            // bCloseGoto
            // 
            this.bCloseGoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCloseGoto.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCloseGoto.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCloseGoto.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCloseGoto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCloseGoto.Font = new System.Drawing.Font("Arial", 9F);
            this.bCloseGoto.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCloseGoto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCloseGoto.Location = new System.Drawing.Point(344, 128);
            this.bCloseGoto.Name = "bCloseGoto";
            this.bCloseGoto.OverriddenSize = null;
            this.bCloseGoto.Size = new System.Drawing.Size(75, 21);
            this.bCloseGoto.TabIndex = 2;
            this.bCloseGoto.Text = "Close";
            this.bCloseGoto.UseVisualStyleBackColor = true;
            this.bCloseGoto.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // txtLine
            // 
            this.txtLine.AddX = 0;
            this.txtLine.AddY = 0;
            this.txtLine.AllowSpace = false;
            this.txtLine.BorderColor = System.Drawing.Color.LightGray;
            this.txtLine.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtLine.ChangeVisibility = false;
            this.txtLine.ChildControl = null;
            this.txtLine.ConvertEnterToTab = true;
            this.txtLine.ConvertEnterToTabForDialogs = false;
            this.txtLine.Decimals = 0;
            this.txtLine.DisplayList = new object[0];
            this.txtLine.HitText = Oranikle.Studio.Controls.HitText.String;
            this.txtLine.Location = new System.Drawing.Point(96, 16);
            this.txtLine.Name = "txtLine";
            this.txtLine.OnDropDownCloseFocus = true;
            this.txtLine.SelectType = 0;
            this.txtLine.Size = new System.Drawing.Size(100, 20);
            this.txtLine.TabIndex = 0;
            this.txtLine.UseValueForChildsVisibilty = false;
            this.txtLine.Value = true;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(16, 16);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(100, 23);
            this.label4.TabIndex = 2;
            this.label4.Text = "Line Number";
            // 
            // btnGoto
            // 
            this.btnGoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.btnGoto.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.btnGoto.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.btnGoto.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.btnGoto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnGoto.Font = new System.Drawing.Font("Arial", 9F);
            this.btnGoto.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.btnGoto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnGoto.Location = new System.Drawing.Point(344, 16);
            this.btnGoto.Name = "btnGoto";
            this.btnGoto.OverriddenSize = null;
            this.btnGoto.Size = new System.Drawing.Size(75, 21);
            this.btnGoto.TabIndex = 1;
            this.btnGoto.Text = "GoTo";
            this.btnGoto.UseVisualStyleBackColor = true;
            this.btnGoto.Click += new System.EventHandler(this.btnGoto_Click);
            // 
            // FindTab
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(445, 206);
            this.Controls.Add(this.tcFRG);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FindTab";
            this.Text = "Find";
            this.TopMost = true;
            this.tcFRG.ResumeLayout(false);
            this.tabFind.ResumeLayout(false);
            this.tabFind.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.tabReplace.ResumeLayout(false);
            this.tabReplace.PerformLayout();
            this.tabGoTo.ResumeLayout(false);
            this.tabGoTo.PerformLayout();
            this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.tbFilename = new Oranikle.Studio.Controls.CustomTextControl();
            this.bGetFilename = new Oranikle.Studio.Controls.StyledButton();
            this.lDataProvider = new System.Windows.Forms.Label();
            this.cbDataProvider = new Oranikle.Studio.Controls.StyledComboBox();
            this.lConnectionString = new System.Windows.Forms.Label();
            this.tbConnection = new Oranikle.Studio.Controls.CustomTextControl();
            this.ckbIntSecurity = new Oranikle.Studio.Controls.StyledCheckBox();
            this.lPrompt = new System.Windows.Forms.Label();
            this.tbPrompt = new Oranikle.Studio.Controls.CustomTextControl();
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.bTestConnection = new Oranikle.Studio.Controls.StyledButton();
            this.lbDataSources = new System.Windows.Forms.ListBox();
            this.bRemove = new Oranikle.Studio.Controls.StyledButton();
            this.bAdd = new Oranikle.Studio.Controls.StyledButton();
            this.chkSharedDataSource = new Oranikle.Studio.Controls.StyledCheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tbDSName = new Oranikle.Studio.Controls.CustomTextControl();
            this.bExprConnect = new Oranikle.Studio.Controls.StyledButton();
            this.SuspendLayout();
            // 
            // tbFilename
            // 
            this.tbFilename.AddX = 0;
            this.tbFilename.AddY = 0;
            this.tbFilename.AllowSpace = false;
            this.tbFilename.BorderColor = System.Drawing.Color.LightGray;
            this.tbFilename.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbFilename.ChangeVisibility = false;
            this.tbFilename.ChildControl = null;
            this.tbFilename.ConvertEnterToTab = true;
            this.tbFilename.ConvertEnterToTabForDialogs = false;
            this.tbFilename.Decimals = 0;
            this.tbFilename.DisplayList = new object[0];
            this.tbFilename.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbFilename.Location = new System.Drawing.Point(192, 112);
            this.tbFilename.Name = "tbFilename";
            this.tbFilename.OnDropDownCloseFocus = true;
            this.tbFilename.SelectType = 0;
            this.tbFilename.Size = new System.Drawing.Size(216, 20);
            this.tbFilename.TabIndex = 2;
            this.tbFilename.UseValueForChildsVisibilty = false;
            this.tbFilename.Value = true;
            this.tbFilename.TextChanged += new System.EventHandler(this.tbFilename_TextChanged);
            // 
            // bGetFilename
            // 
            this.bGetFilename.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bGetFilename.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bGetFilename.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bGetFilename.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bGetFilename.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bGetFilename.Font = new System.Drawing.Font("Arial", 9F);
            this.bGetFilename.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bGetFilename.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bGetFilename.Location = new System.Drawing.Point(424, 112);
            this.bGetFilename.Name = "bGetFilename";
            this.bGetFilename.OverriddenSize = null;
            this.bGetFilename.Size = new System.Drawing.Size(24, 21);
            this.bGetFilename.TabIndex = 3;
            this.bGetFilename.Text = "...";
            this.bGetFilename.UseVisualStyleBackColor = true;
            this.bGetFilename.Click += new System.EventHandler(this.bGetFilename_Click);
            // 
            // lDataProvider
            // 
            this.lDataProvider.Location = new System.Drawing.Point(8, 152);
            this.lDataProvider.Name = "lDataProvider";
            this.lDataProvider.Size = new System.Drawing.Size(80, 23);
            this.lDataProvider.TabIndex = 7;
            this.lDataProvider.Text = "Data provider";
            // 
            // cbDataProvider
            // 
            this.cbDataProvider.AutoAdjustItemHeight = false;
            this.cbDataProvider.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataProvider.ConvertEnterToTabForDialogs = false;
            this.cbDataProvider.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataProvider.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataProvider.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataProvider.Items.AddRange(new object[] {
            "SQL",
            "ODBC",
            "OLEDB"});
            this.cbDataProvider.Location = new System.Drawing.Point(96, 152);
            this.cbDataProvider.Name = "cbDataProvider";
            this.cbDataProvider.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataProvider.SeparatorMargin = 1;
            this.cbDataProvider.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataProvider.SeparatorWidth = 1;
            this.cbDataProvider.Size = new System.Drawing.Size(144, 21);
            this.cbDataProvider.TabIndex = 4;
            this.cbDataProvider.SelectedIndexChanged += new System.EventHandler(this.cbDataProvider_SelectedIndexChanged);
            // 
            // lConnectionString
            // 
            this.lConnectionString.Location = new System.Drawing.Point(8, 192);
            this.lConnectionString.Name = "lConnectionString";
            this.lConnectionString.Size = new System.Drawing.Size(100, 16);
            this.lConnectionString.TabIndex = 10;
            this.lConnectionString.Text = "Connection string";
            // 
            // tbConnection
            // 
            this.tbConnection.AddX = 0;
            this.tbConnection.AddY = 0;
            this.tbConnection.AllowSpace = false;
            this.tbConnection.BorderColor = System.Drawing.Color.LightGray;
            this.tbConnection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbConnection.ChangeVisibility = false;
            this.tbConnection.ChildControl = null;
            this.tbConnection.ConvertEnterToTab = true;
            this.tbConnection.ConvertEnterToTabForDialogs = false;
            this.tbConnection.Decimals = 0;
            this.tbConnection.DisplayList = new object[0];
            this.tbConnection.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbConnection.Location = new System.Drawing.Point(16, 216);
            this.tbConnection.Multiline = true;
            this.tbConnection.Name = "tbConnection";
            this.tbConnection.OnDropDownCloseFocus = true;
            this.tbConnection.SelectType = 0;
            this.tbConnection.Size = new System.Drawing.Size(424, 40);
            this.tbConnection.TabIndex = 6;
            this.tbConnection.UseValueForChildsVisibilty = false;
            this.tbConnection.Value = true;
            this.tbConnection.TextChanged += new System.EventHandler(this.tbConnection_TextChanged);
            // 
            // ckbIntSecurity
            // 
            this.ckbIntSecurity.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckbIntSecurity.ForeColor = System.Drawing.Color.Black;
            this.ckbIntSecurity.Location = new System.Drawing.Point(280, 152);
            this.ckbIntSecurity.Name = "ckbIntSecurity";
            this.ckbIntSecurity.Size = new System.Drawing.Size(144, 24);
            this.ckbIntSecurity.TabIndex = 5;
            this.ckbIntSecurity.Text = "Use integrated security";
            this.ckbIntSecurity.CheckedChanged += new System.EventHandler(this.ckbIntSecurity_CheckedChanged);
            // 
            // lPrompt
            // 
            this.lPrompt.Location = new System.Drawing.Point(8, 272);
            this.lPrompt.Name = "lPrompt";
            this.lPrompt.Size = new System.Drawing.Size(432, 16);
            this.lPrompt.TabIndex = 12;
            this.lPrompt.Text = "(Optional) Enter the prompt displayed when asking for database credentials ";
            // 
            // tbPrompt
            // 
            this.tbPrompt.AddX = 0;
            this.tbPrompt.AddY = 0;
            this.tbPrompt.AllowSpace = false;
            this.tbPrompt.BorderColor = System.Drawing.Color.LightGray;
            this.tbPrompt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbPrompt.ChangeVisibility = false;
            this.tbPrompt.ChildControl = null;
            this.tbPrompt.ConvertEnterToTab = true;
            this.tbPrompt.ConvertEnterToTabForDialogs = false;
            this.tbPrompt.Decimals = 0;
            this.tbPrompt.DisplayList = new object[0];
            this.tbPrompt.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbPrompt.Location = new System.Drawing.Point(16, 296);
            this.tbPrompt.Name = "tbPrompt";
            this.tbPrompt.OnDropDownCloseFocus = true;
            this.tbPrompt.SelectType = 0;
            this.tbPrompt.Size = new System.Drawing.Size(424, 20);
            this.tbPrompt.TabIndex = 7;
            this.tbPrompt.UseValueForChildsVisibilty = false;
            this.tbPrompt.Value = true;
            this.tbPrompt.TextChanged += new System.EventHandler(this.tbPrompt_TextChanged);
            // 
            // bOK
            // 
            this.bOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bOK.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bOK.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bOK.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bOK.Font = new System.Drawing.Font("Arial", 9F);
            this.bOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bOK.Location = new System.Drawing.Point(272, 344);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 23);
            this.bOK.TabIndex = 9;
            this.bOK.Text = "OK";
            this.bOK.UseVisualStyleBackColor = true;
            this.bOK.Click += new System.EventHandler(this.bOK_Click);
            // 
            // bCancel
            // 
            this.bCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCancel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCancel.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCancel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCancel.CausesValidation = false;
            this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCancel.Font = new System.Drawing.Font("Arial", 9F);
            this.bCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCancel.Location = new System.Drawing.Point(368, 344);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 23);
            this.bCancel.TabIndex = 10;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // bTestConnection
            // 
            this.bTestConnection.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bTestConnection.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bTestConnection.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bTestConnection.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bTestConnection.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bTestConnection.Font = new System.Drawing.Font("Arial", 9F);
            this.bTestConnection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bTestConnection.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bTestConnection.Location = new System.Drawing.Point(16, 344);
            this.bTestConnection.Name = "bTestConnection";
            this.bTestConnection.OverriddenSize = null;
            this.bTestConnection.Size = new System.Drawing.Size(96, 21);
            this.bTestConnection.TabIndex = 8;
            this.bTestConnection.Text = "Test Connection";
            this.bTestConnection.UseVisualStyleBackColor = true;
            this.bTestConnection.Click += new System.EventHandler(this.bTestConnection_Click);
            // 
            // lbDataSources
            // 
            this.lbDataSources.Location = new System.Drawing.Point(16, 8);
            this.lbDataSources.Name = "lbDataSources";
            this.lbDataSources.Size = new System.Drawing.Size(120, 82);
            this.lbDataSources.TabIndex = 11;
            this.lbDataSources.SelectedIndexChanged += new System.EventHandler(this.lbDataSources_SelectedIndexChanged);
            // 
            // bRemove
            // 
            this.bRemove.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRemove.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRemove.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRemove.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRemove.Font = new System.Drawing.Font("Arial", 9F);
            this.bRemove.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRemove.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRemove.Location = new System.Drawing.Point(144, 40);
            this.bRemove.Name = "bRemove";
            this.bRemove.OverriddenSize = null;
            this.bRemove.Size = new System.Drawing.Size(56, 21);
            this.bRemove.TabIndex = 20;
            this.bRemove.Text = "Remove";
            this.bRemove.UseVisualStyleBackColor = true;
            this.bRemove.Click += new System.EventHandler(this.bRemove_Click);
            // 
            // bAdd
            // 
            this.bAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bAdd.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bAdd.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bAdd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bAdd.Font = new System.Drawing.Font("Arial", 9F);
            this.bAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bAdd.Location = new System.Drawing.Point(144, 8);
            this.bAdd.Name = "bAdd";
            this.bAdd.OverriddenSize = null;
            this.bAdd.Size = new System.Drawing.Size(56, 21);
            this.bAdd.TabIndex = 19;
            this.bAdd.Text = "Add";
            this.bAdd.UseVisualStyleBackColor = true;
            this.bAdd.Click += new System.EventHandler(this.bAdd_Click);
            // 
            // chkSharedDataSource
            // 
            this.chkSharedDataSource.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkSharedDataSource.ForeColor = System.Drawing.Color.Black;
            this.chkSharedDataSource.Location = new System.Drawing.Point(8, 112);
            this.chkSharedDataSource.Name = "chkSharedDataSource";
            this.chkSharedDataSource.Size = new System.Drawing.Size(184, 16);
            this.chkSharedDataSource.TabIndex = 1;
            this.chkSharedDataSource.Text = "Shared Data Source Reference";
            this.chkSharedDataSource.CheckedChanged += new System.EventHandler(this.chkSharedDataSource_CheckedChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(216, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(104, 23);
            this.label1.TabIndex = 22;
            this.label1.Text = "Data Source Name";
            // 
            // tbDSName
            // 
            this.tbDSName.AddX = 0;
            this.tbDSName.AddY = 0;
            this.tbDSName.AllowSpace = false;
            this.tbDSName.BorderColor = System.Drawing.Color.LightGray;
            this.tbDSName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbDSName.ChangeVisibility = false;
            this.tbDSName.ChildControl = null;
            this.tbDSName.ConvertEnterToTab = true;
            this.tbDSName.ConvertEnterToTabForDialogs = false;
            this.tbDSName.Decimals = 0;
            this.tbDSName.DisplayList = new object[0];
            this.tbDSName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbDSName.Location = new System.Drawing.Point(216, 24);
            this.tbDSName.Name = "tbDSName";
            this.tbDSName.OnDropDownCloseFocus = true;
            this.tbDSName.SelectType = 0;
            this.tbDSName.Size = new System.Drawing.Size(216, 20);
            this.tbDSName.TabIndex = 0;
            this.tbDSName.UseValueForChildsVisibilty = false;
            this.tbDSName.Value = true;
            this.tbDSName.TextChanged += new System.EventHandler(this.tbDSName_TextChanged);
            this.tbDSName.Validating += new System.ComponentModel.CancelEventHandler(this.tbDSName_Validating);
            // 
            // bExprConnect
            // 
            this.bExprConnect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bExprConnect.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bExprConnect.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bExprConnect.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bExprConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bExprConnect.Font = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bExprConnect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bExprConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExprConnect.Location = new System.Drawing.Point(416, 192);
            this.bExprConnect.Name = "bExprConnect";
            this.bExprConnect.OverriddenSize = null;
            this.bExprConnect.Size = new System.Drawing.Size(22, 21);
            this.bExprConnect.TabIndex = 23;
            this.bExprConnect.Tag = "pright";
            this.bExprConnect.Text = "fx";
            this.bExprConnect.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExprConnect.UseVisualStyleBackColor = true;
            this.bExprConnect.Click += new System.EventHandler(this.bExprConnect_Click);
            // 
            // DialogDataSources
            // 
            this.AcceptButton = this.bOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
            this.CancelButton = this.bCancel;
            this.ClientSize = new System.Drawing.Size(456, 374);
            this.Controls.Add(this.bExprConnect);
            this.Controls.Add(this.tbDSName);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.chkSharedDataSource);
            this.Controls.Add(this.bRemove);
            this.Controls.Add(this.bAdd);
            this.Controls.Add(this.lbDataSources);
            this.Controls.Add(this.bTestConnection);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.Controls.Add(this.tbPrompt);
            this.Controls.Add(this.lPrompt);
            this.Controls.Add(this.ckbIntSecurity);
            this.Controls.Add(this.tbConnection);
            this.Controls.Add(this.lConnectionString);
            this.Controls.Add(this.cbDataProvider);
            this.Controls.Add(this.lDataProvider);
            this.Controls.Add(this.bGetFilename);
            this.Controls.Add(this.tbFilename);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogDataSources";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "DataSources in Report";
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Beispiel #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dgGroup         = new System.Windows.Forms.DataGrid();
     this.dgTableStyle    = new System.Windows.Forms.DataGridTableStyle();
     this.bDelete         = new Oranikle.Studio.Controls.StyledButton();
     this.bUp             = new Oranikle.Studio.Controls.StyledButton();
     this.bDown           = new Oranikle.Studio.Controls.StyledButton();
     this.label1          = new System.Windows.Forms.Label();
     this.tbName          = new Oranikle.Studio.Controls.CustomTextControl();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.cbLabelExpr     = new Oranikle.Studio.Controls.StyledComboBox();
     this.cbParentExpr    = new Oranikle.Studio.Controls.StyledComboBox();
     this.lParent         = new System.Windows.Forms.Label();
     this.chkPBS          = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkPBE          = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkRepeatHeader = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkGrpHeader    = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkRepeatFooter = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkGrpFooter    = new Oranikle.Studio.Controls.StyledCheckBox();
     this.bValueExpr      = new Oranikle.Studio.Controls.StyledButton();
     this.bLabelExpr      = new Oranikle.Studio.Controls.StyledButton();
     this.bParentExpr     = new Oranikle.Studio.Controls.StyledButton();
     ((System.ComponentModel.ISupportInitialize)(this.dgGroup)).BeginInit();
     this.SuspendLayout();
     //
     // dgGroup
     //
     this.dgGroup.BackgroundColor = System.Drawing.Color.White;
     this.dgGroup.CaptionVisible  = false;
     this.dgGroup.DataMember      = "";
     this.dgGroup.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgGroup.Location        = new System.Drawing.Point(8, 48);
     this.dgGroup.Name            = "dgGroup";
     this.dgGroup.Size            = new System.Drawing.Size(376, 88);
     this.dgGroup.TabIndex        = 1;
     this.dgGroup.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dgTableStyle
     });
     //
     // dgTableStyle
     //
     this.dgTableStyle.AllowSorting    = false;
     this.dgTableStyle.DataGrid        = this.dgGroup;
     this.dgTableStyle.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // bDelete
     //
     this.bDelete.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bDelete.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bDelete.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bDelete.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bDelete.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bDelete.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bDelete.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bDelete.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bDelete.Location                = new System.Drawing.Point(392, 69);
     this.bDelete.Name                    = "bDelete";
     this.bDelete.OverriddenSize          = null;
     this.bDelete.Size                    = new System.Drawing.Size(48, 21);
     this.bDelete.TabIndex                = 2;
     this.bDelete.Text                    = "Delete";
     this.bDelete.UseVisualStyleBackColor = true;
     this.bDelete.Click                  += new System.EventHandler(this.bDelete_Click);
     //
     // bUp
     //
     this.bUp.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bUp.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bUp.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bUp.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bUp.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bUp.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bUp.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bUp.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bUp.Location                = new System.Drawing.Point(392, 94);
     this.bUp.Name                    = "bUp";
     this.bUp.OverriddenSize          = null;
     this.bUp.Size                    = new System.Drawing.Size(48, 21);
     this.bUp.TabIndex                = 3;
     this.bUp.Text                    = "Up";
     this.bUp.UseVisualStyleBackColor = true;
     this.bUp.Click                  += new System.EventHandler(this.bUp_Click);
     //
     // bDown
     //
     this.bDown.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bDown.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bDown.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bDown.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bDown.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bDown.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bDown.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bDown.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bDown.Location                = new System.Drawing.Point(392, 119);
     this.bDown.Name                    = "bDown";
     this.bDown.OverriddenSize          = null;
     this.bDown.Size                    = new System.Drawing.Size(48, 21);
     this.bDown.TabIndex                = 4;
     this.bDown.Text                    = "Down";
     this.bDown.UseVisualStyleBackColor = true;
     this.bDown.Click                  += new System.EventHandler(this.bDown_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 23);
     this.label1.TabIndex = 5;
     this.label1.Text     = "Name";
     //
     // tbName
     //
     this.tbName.AddX                        = 0;
     this.tbName.AddY                        = 0;
     this.tbName.AllowSpace                  = false;
     this.tbName.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbName.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbName.ChangeVisibility            = false;
     this.tbName.ChildControl                = null;
     this.tbName.ConvertEnterToTab           = true;
     this.tbName.ConvertEnterToTabForDialogs = false;
     this.tbName.Decimals                    = 0;
     this.tbName.DisplayList                 = new object[0];
     this.tbName.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbName.Location                    = new System.Drawing.Point(56, 8);
     this.tbName.Name                        = "tbName";
     this.tbName.OnDropDownCloseFocus        = true;
     this.tbName.SelectType                  = 0;
     this.tbName.Size                        = new System.Drawing.Size(328, 20);
     this.tbName.TabIndex                    = 0;
     this.tbName.Text                        = "textBox1";
     this.tbName.UseValueForChildsVisibilty  = false;
     this.tbName.Value                       = true;
     this.tbName.Validating                 += new System.ComponentModel.CancelEventHandler(this.tbName_Validating);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 146);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 23);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Label";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 32);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(56, 16);
     this.label3.TabIndex = 9;
     this.label3.Text     = "Group By";
     //
     // cbLabelExpr
     //
     this.cbLabelExpr.AutoAdjustItemHeight        = false;
     this.cbLabelExpr.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbLabelExpr.ConvertEnterToTabForDialogs = false;
     this.cbLabelExpr.DrawMode        = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbLabelExpr.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.cbLabelExpr.Location        = new System.Drawing.Point(48, 147);
     this.cbLabelExpr.Name            = "cbLabelExpr";
     this.cbLabelExpr.SeparatorColor  = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbLabelExpr.SeparatorMargin = 1;
     this.cbLabelExpr.SeparatorStyle  = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbLabelExpr.SeparatorWidth  = 1;
     this.cbLabelExpr.Size            = new System.Drawing.Size(336, 21);
     this.cbLabelExpr.TabIndex        = 5;
     this.cbLabelExpr.Text            = "comboBox1";
     //
     // cbParentExpr
     //
     this.cbParentExpr.AutoAdjustItemHeight        = false;
     this.cbParentExpr.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbParentExpr.ConvertEnterToTabForDialogs = false;
     this.cbParentExpr.DrawMode        = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbParentExpr.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.cbParentExpr.Location        = new System.Drawing.Point(48, 180);
     this.cbParentExpr.Name            = "cbParentExpr";
     this.cbParentExpr.SeparatorColor  = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbParentExpr.SeparatorMargin = 1;
     this.cbParentExpr.SeparatorStyle  = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbParentExpr.SeparatorWidth  = 1;
     this.cbParentExpr.Size            = new System.Drawing.Size(336, 21);
     this.cbParentExpr.TabIndex        = 6;
     this.cbParentExpr.Text            = "comboBox1";
     //
     // lParent
     //
     this.lParent.Location = new System.Drawing.Point(8, 179);
     this.lParent.Name     = "lParent";
     this.lParent.Size     = new System.Drawing.Size(40, 23);
     this.lParent.TabIndex = 11;
     this.lParent.Text     = "Parent";
     //
     // chkPBS
     //
     this.chkPBS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkPBS.ForeColor = System.Drawing.Color.Black;
     this.chkPBS.Location  = new System.Drawing.Point(8, 208);
     this.chkPBS.Name      = "chkPBS";
     this.chkPBS.Size      = new System.Drawing.Size(136, 24);
     this.chkPBS.TabIndex  = 7;
     this.chkPBS.Text      = "Page Break at Start";
     //
     // chkPBE
     //
     this.chkPBE.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkPBE.ForeColor = System.Drawing.Color.Black;
     this.chkPBE.Location  = new System.Drawing.Point(232, 208);
     this.chkPBE.Name      = "chkPBE";
     this.chkPBE.Size      = new System.Drawing.Size(136, 24);
     this.chkPBE.TabIndex  = 8;
     this.chkPBE.Text      = "Page Break at End";
     //
     // chkRepeatHeader
     //
     this.chkRepeatHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkRepeatHeader.ForeColor = System.Drawing.Color.Black;
     this.chkRepeatHeader.Location  = new System.Drawing.Point(232, 232);
     this.chkRepeatHeader.Name      = "chkRepeatHeader";
     this.chkRepeatHeader.Size      = new System.Drawing.Size(136, 24);
     this.chkRepeatHeader.TabIndex  = 13;
     this.chkRepeatHeader.Text      = "Repeat group header";
     //
     // chkGrpHeader
     //
     this.chkGrpHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkGrpHeader.ForeColor = System.Drawing.Color.Black;
     this.chkGrpHeader.Location  = new System.Drawing.Point(8, 232);
     this.chkGrpHeader.Name      = "chkGrpHeader";
     this.chkGrpHeader.Size      = new System.Drawing.Size(136, 24);
     this.chkGrpHeader.TabIndex  = 12;
     this.chkGrpHeader.Text      = "Include group header";
     //
     // chkRepeatFooter
     //
     this.chkRepeatFooter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkRepeatFooter.ForeColor = System.Drawing.Color.Black;
     this.chkRepeatFooter.Location  = new System.Drawing.Point(232, 256);
     this.chkRepeatFooter.Name      = "chkRepeatFooter";
     this.chkRepeatFooter.Size      = new System.Drawing.Size(136, 24);
     this.chkRepeatFooter.TabIndex  = 15;
     this.chkRepeatFooter.Text      = "Repeat group footer";
     //
     // chkGrpFooter
     //
     this.chkGrpFooter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkGrpFooter.ForeColor = System.Drawing.Color.Black;
     this.chkGrpFooter.Location  = new System.Drawing.Point(8, 256);
     this.chkGrpFooter.Name      = "chkGrpFooter";
     this.chkGrpFooter.Size      = new System.Drawing.Size(136, 24);
     this.chkGrpFooter.TabIndex  = 14;
     this.chkGrpFooter.Text      = "Include group footer";
     //
     // bValueExpr
     //
     this.bValueExpr.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bValueExpr.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bValueExpr.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bValueExpr.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bValueExpr.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bValueExpr.Font                    = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bValueExpr.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bValueExpr.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bValueExpr.Location                = new System.Drawing.Point(392, 45);
     this.bValueExpr.Name                    = "bValueExpr";
     this.bValueExpr.OverriddenSize          = null;
     this.bValueExpr.Size                    = new System.Drawing.Size(22, 21);
     this.bValueExpr.TabIndex                = 16;
     this.bValueExpr.Tag                     = "value";
     this.bValueExpr.Text                    = "fx";
     this.bValueExpr.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bValueExpr.UseVisualStyleBackColor = true;
     this.bValueExpr.Click                  += new System.EventHandler(this.bValueExpr_Click);
     //
     // bLabelExpr
     //
     this.bLabelExpr.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bLabelExpr.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bLabelExpr.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bLabelExpr.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bLabelExpr.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bLabelExpr.Font                    = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bLabelExpr.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bLabelExpr.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bLabelExpr.Location                = new System.Drawing.Point(392, 147);
     this.bLabelExpr.Name                    = "bLabelExpr";
     this.bLabelExpr.OverriddenSize          = null;
     this.bLabelExpr.Size                    = new System.Drawing.Size(22, 21);
     this.bLabelExpr.TabIndex                = 17;
     this.bLabelExpr.Tag                     = "label";
     this.bLabelExpr.Text                    = "fx";
     this.bLabelExpr.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bLabelExpr.UseVisualStyleBackColor = true;
     this.bLabelExpr.Click                  += new System.EventHandler(this.bExpr_Click);
     //
     // bParentExpr
     //
     this.bParentExpr.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bParentExpr.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bParentExpr.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bParentExpr.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bParentExpr.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bParentExpr.Font                    = new System.Drawing.Font("Arial", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bParentExpr.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bParentExpr.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bParentExpr.Location                = new System.Drawing.Point(392, 180);
     this.bParentExpr.Name                    = "bParentExpr";
     this.bParentExpr.OverriddenSize          = null;
     this.bParentExpr.Size                    = new System.Drawing.Size(22, 21);
     this.bParentExpr.TabIndex                = 18;
     this.bParentExpr.Tag                     = "parent";
     this.bParentExpr.Text                    = "fx";
     this.bParentExpr.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bParentExpr.UseVisualStyleBackColor = true;
     this.bParentExpr.Click                  += new System.EventHandler(this.bExpr_Click);
     //
     // GroupingCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.bParentExpr);
     this.Controls.Add(this.bLabelExpr);
     this.Controls.Add(this.bValueExpr);
     this.Controls.Add(this.chkRepeatFooter);
     this.Controls.Add(this.chkGrpFooter);
     this.Controls.Add(this.chkRepeatHeader);
     this.Controls.Add(this.chkGrpHeader);
     this.Controls.Add(this.chkPBE);
     this.Controls.Add(this.chkPBS);
     this.Controls.Add(this.cbParentExpr);
     this.Controls.Add(this.lParent);
     this.Controls.Add(this.cbLabelExpr);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbName);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bDown);
     this.Controls.Add(this.bUp);
     this.Controls.Add(this.bDelete);
     this.Controls.Add(this.dgGroup);
     this.Name = "GroupingCtl";
     this.Size = new System.Drawing.Size(488, 304);
     ((System.ComponentModel.ISupportInitialize)(this.dgGroup)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chkPBAfter = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkPBBefore = new Oranikle.Studio.Controls.StyledCheckBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.chkFooterRepeat = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkHeaderRepeat = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkFooterRows = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkHeaderRows = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkDetails = new Oranikle.Studio.Controls.StyledCheckBox();
            this.groupBox1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chkPBAfter);
            this.groupBox1.Controls.Add(this.chkPBBefore);
            this.groupBox1.Location = new System.Drawing.Point(24, 22);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(400, 48);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Page Breaks";
            // 
            // chkPBAfter
            // 
            this.chkPBAfter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkPBAfter.ForeColor = System.Drawing.Color.Black;
            this.chkPBAfter.Location = new System.Drawing.Point(192, 16);
            this.chkPBAfter.Name = "chkPBAfter";
            this.chkPBAfter.Size = new System.Drawing.Size(128, 24);
            this.chkPBAfter.TabIndex = 1;
            this.chkPBAfter.Text = "Insert after Grid";
            this.chkPBAfter.CheckedChanged += new System.EventHandler(this.chkPBAfter_CheckedChanged);
            // 
            // chkPBBefore
            // 
            this.chkPBBefore.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkPBBefore.ForeColor = System.Drawing.Color.Black;
            this.chkPBBefore.Location = new System.Drawing.Point(16, 16);
            this.chkPBBefore.Name = "chkPBBefore";
            this.chkPBBefore.Size = new System.Drawing.Size(128, 24);
            this.chkPBBefore.TabIndex = 0;
            this.chkPBBefore.Text = "Insert before Grid";
            this.chkPBBefore.CheckedChanged += new System.EventHandler(this.chkPBBefore_CheckedChanged);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.chkFooterRepeat);
            this.groupBox3.Controls.Add(this.chkHeaderRepeat);
            this.groupBox3.Controls.Add(this.chkFooterRows);
            this.groupBox3.Controls.Add(this.chkHeaderRows);
            this.groupBox3.Controls.Add(this.chkDetails);
            this.groupBox3.Location = new System.Drawing.Point(24, 86);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(400, 70);
            this.groupBox3.TabIndex = 3;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Include Grid Rows";
            // 
            // chkFooterRepeat
            // 
            this.chkFooterRepeat.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkFooterRepeat.ForeColor = System.Drawing.Color.Black;
            this.chkFooterRepeat.Location = new System.Drawing.Point(272, 34);
            this.chkFooterRepeat.Name = "chkFooterRepeat";
            this.chkFooterRepeat.Size = new System.Drawing.Size(122, 30);
            this.chkFooterRepeat.TabIndex = 4;
            this.chkFooterRepeat.Text = "Repeat footer on new page";
            this.chkFooterRepeat.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
            // 
            // chkHeaderRepeat
            // 
            this.chkHeaderRepeat.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkHeaderRepeat.ForeColor = System.Drawing.Color.Black;
            this.chkHeaderRepeat.Location = new System.Drawing.Point(144, 34);
            this.chkHeaderRepeat.Name = "chkHeaderRepeat";
            this.chkHeaderRepeat.Size = new System.Drawing.Size(122, 30);
            this.chkHeaderRepeat.TabIndex = 3;
            this.chkHeaderRepeat.Text = "Repeat header on new page";
            this.chkHeaderRepeat.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
            // 
            // chkFooterRows
            // 
            this.chkFooterRows.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkFooterRows.ForeColor = System.Drawing.Color.Black;
            this.chkFooterRows.Location = new System.Drawing.Point(272, 13);
            this.chkFooterRows.Name = "chkFooterRows";
            this.chkFooterRows.Size = new System.Drawing.Size(104, 24);
            this.chkFooterRows.TabIndex = 2;
            this.chkFooterRows.Text = "Footer Rows";
            this.chkFooterRows.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
            // 
            // chkHeaderRows
            // 
            this.chkHeaderRows.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkHeaderRows.ForeColor = System.Drawing.Color.Black;
            this.chkHeaderRows.Location = new System.Drawing.Point(144, 13);
            this.chkHeaderRows.Name = "chkHeaderRows";
            this.chkHeaderRows.Size = new System.Drawing.Size(104, 24);
            this.chkHeaderRows.TabIndex = 1;
            this.chkHeaderRows.Text = "Header Rows";
            this.chkHeaderRows.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
            // 
            // chkDetails
            // 
            this.chkDetails.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkDetails.ForeColor = System.Drawing.Color.Black;
            this.chkDetails.Location = new System.Drawing.Point(16, 13);
            this.chkDetails.Name = "chkDetails";
            this.chkDetails.Size = new System.Drawing.Size(104, 24);
            this.chkDetails.TabIndex = 1;
            this.chkDetails.Text = "Detail Rows";
            this.chkDetails.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
            // 
            // GridCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox1);
            this.Name = "GridCtl";
            this.Size = new System.Drawing.Size(472, 288);
            this.groupBox1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.ResumeLayout(false);

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.label2 = new System.Windows.Forms.Label();
			this.cbDataSet = new Oranikle.Studio.Controls.StyledComboBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.chkPBAfter = new Oranikle.Studio.Controls.StyledCheckBox();
			this.chkPBBefore = new Oranikle.Studio.Controls.StyledCheckBox();
			this.bGroups = new Oranikle.Studio.Controls.StyledButton();
			this.label1 = new System.Windows.Forms.Label();
			this.tbNoRows = new Oranikle.Studio.Controls.CustomTextControl();
			this.tbDataInstanceName = new Oranikle.Studio.Controls.CustomTextControl();
			this.chkXmlInstances = new Oranikle.Studio.Controls.StyledCheckBox();
			this.label3 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(24, 16);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(80, 23);
			this.label2.TabIndex = 0;
			this.label2.Text = "DataSet Name";
			// 
			// cbDataSet
			// 
			this.cbDataSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbDataSet.Location = new System.Drawing.Point(120, 16);
			this.cbDataSet.Name = "cbDataSet";
			this.cbDataSet.Size = new System.Drawing.Size(304, 21);
			this.cbDataSet.TabIndex = 1;
			this.cbDataSet.SelectedIndexChanged += new System.EventHandler(this.cbDataSet_SelectedIndexChanged);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.chkPBAfter);
			this.groupBox1.Controls.Add(this.chkPBBefore);
			this.groupBox1.Location = new System.Drawing.Point(24, 88);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(400, 48);
			this.groupBox1.TabIndex = 4;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Page Breaks";
			// 
			// chkPBAfter
			// 
			this.chkPBAfter.Location = new System.Drawing.Point(192, 16);
			this.chkPBAfter.Name = "chkPBAfter";
			this.chkPBAfter.Size = new System.Drawing.Size(128, 24);
			this.chkPBAfter.TabIndex = 1;
			this.chkPBAfter.Text = "Insert after List";
			this.chkPBAfter.CheckedChanged += new System.EventHandler(this.chkPBAfter_CheckedChanged);
			// 
			// chkPBBefore
			// 
			this.chkPBBefore.Location = new System.Drawing.Point(16, 16);
			this.chkPBBefore.Name = "chkPBBefore";
			this.chkPBBefore.Size = new System.Drawing.Size(128, 24);
			this.chkPBBefore.TabIndex = 0;
			this.chkPBBefore.Text = "Insert before List";
			this.chkPBBefore.CheckedChanged += new System.EventHandler(this.chkPBBefore_CheckedChanged);
			// 
			// bGroups
			// 
			this.bGroups.Location = new System.Drawing.Point(24, 240);
			this.bGroups.Name = "bGroups";
			this.bGroups.Size = new System.Drawing.Size(120, 23);
			this.bGroups.TabIndex = 6;
			this.bGroups.Text = "Group Expressions...";
			this.bGroups.Click += new System.EventHandler(this.bGroups_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(24, 48);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(96, 23);
			this.label1.TabIndex = 2;
			this.label1.Text = "No rows message";
			// 
			// tbNoRows
			// 
			this.tbNoRows.Location = new System.Drawing.Point(120, 48);
			this.tbNoRows.Name = "tbNoRows";
			this.tbNoRows.Size = new System.Drawing.Size(304, 20);
			this.tbNoRows.TabIndex = 3;
			this.tbNoRows.Text = "textBox1";
			this.tbNoRows.TextChanged += new System.EventHandler(this.tbNoRows_TextChanged);
			// 
			// tbDataInstanceName
			// 
			this.tbDataInstanceName.Location = new System.Drawing.Point(146, 44);
			this.tbDataInstanceName.Name = "tbDataInstanceName";
			this.tbDataInstanceName.Size = new System.Drawing.Size(238, 20);
			this.tbDataInstanceName.TabIndex = 2;
			this.tbDataInstanceName.Text = "textBox1";
			this.tbDataInstanceName.TextChanged += new System.EventHandler(this.tbDataInstanceName_TextChanged);
			// 
			// chkXmlInstances
			// 
			this.chkXmlInstances.Location = new System.Drawing.Point(16, 16);
			this.chkXmlInstances.Name = "chkXmlInstances";
			this.chkXmlInstances.Size = new System.Drawing.Size(160, 24);
			this.chkXmlInstances.TabIndex = 0;
			this.chkXmlInstances.Text = "Render list instances";
			this.chkXmlInstances.CheckedChanged += new System.EventHandler(this.chkXmlInstances_CheckedChanged);
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(16, 48);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(112, 16);
			this.label3.TabIndex = 1;
			this.label3.Text = "Data Instance Name";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.tbDataInstanceName);
			this.groupBox2.Controls.Add(this.chkXmlInstances);
			this.groupBox2.Controls.Add(this.label3);
			this.groupBox2.Location = new System.Drawing.Point(24, 152);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(400, 72);
			this.groupBox2.TabIndex = 5;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "XML";
			// 
			// ListCtl
			// 
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.tbNoRows);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.bGroups);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.cbDataSet);
			this.Controls.Add(this.label2);
			this.Name = "ListCtl";
			this.Size = new System.Drawing.Size(472, 288);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Beispiel #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2                 = new System.Windows.Forms.Label();
     this.cbDataSet              = new Oranikle.Studio.Controls.StyledComboBox();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.chkPBAfter             = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkPBBefore            = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.tbNoRows               = new Oranikle.Studio.Controls.CustomTextControl();
     this.groupBox2              = new System.Windows.Forms.GroupBox();
     this.tbDetailCollectionName = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbDetailElementName    = new Oranikle.Studio.Controls.CustomTextControl();
     this.chkRenderDetails       = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label4                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.groupBox3              = new System.Windows.Forms.GroupBox();
     this.chkFooterRepeat        = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkHeaderRepeat        = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkFooterRows          = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkHeaderRows          = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkDetails             = new Oranikle.Studio.Controls.StyledCheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 5;
     this.label2.Text     = "DataSet Name";
     //
     // cbDataSet
     //
     this.cbDataSet.AutoAdjustItemHeight        = false;
     this.cbDataSet.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbDataSet.ConvertEnterToTabForDialogs = false;
     this.cbDataSet.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbDataSet.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataSet.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbDataSet.Location              = new System.Drawing.Point(120, 16);
     this.cbDataSet.Name                  = "cbDataSet";
     this.cbDataSet.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbDataSet.SeparatorMargin       = 1;
     this.cbDataSet.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbDataSet.SeparatorWidth        = 1;
     this.cbDataSet.Size                  = new System.Drawing.Size(304, 21);
     this.cbDataSet.TabIndex              = 0;
     this.cbDataSet.SelectedIndexChanged += new System.EventHandler(this.cbDataSet_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkPBAfter);
     this.groupBox1.Controls.Add(this.chkPBBefore);
     this.groupBox1.Location = new System.Drawing.Point(24, 64);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(400, 48);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Page Breaks";
     //
     // chkPBAfter
     //
     this.chkPBAfter.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkPBAfter.ForeColor       = System.Drawing.Color.Black;
     this.chkPBAfter.Location        = new System.Drawing.Point(192, 16);
     this.chkPBAfter.Name            = "chkPBAfter";
     this.chkPBAfter.Size            = new System.Drawing.Size(128, 24);
     this.chkPBAfter.TabIndex        = 1;
     this.chkPBAfter.Text            = "Insert after Table";
     this.chkPBAfter.CheckedChanged += new System.EventHandler(this.chkPBAfter_CheckedChanged);
     //
     // chkPBBefore
     //
     this.chkPBBefore.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkPBBefore.ForeColor       = System.Drawing.Color.Black;
     this.chkPBBefore.Location        = new System.Drawing.Point(16, 16);
     this.chkPBBefore.Name            = "chkPBBefore";
     this.chkPBBefore.Size            = new System.Drawing.Size(128, 24);
     this.chkPBBefore.TabIndex        = 0;
     this.chkPBBefore.Text            = "Insert before Table";
     this.chkPBBefore.CheckedChanged += new System.EventHandler(this.chkPBBefore_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 40);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(96, 23);
     this.label1.TabIndex = 6;
     this.label1.Text     = "No rows message";
     //
     // tbNoRows
     //
     this.tbNoRows.AddX                        = 0;
     this.tbNoRows.AddY                        = 0;
     this.tbNoRows.AllowSpace                  = false;
     this.tbNoRows.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbNoRows.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbNoRows.ChangeVisibility            = false;
     this.tbNoRows.ChildControl                = null;
     this.tbNoRows.ConvertEnterToTab           = true;
     this.tbNoRows.ConvertEnterToTabForDialogs = false;
     this.tbNoRows.Decimals                    = 0;
     this.tbNoRows.DisplayList                 = new object[0];
     this.tbNoRows.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbNoRows.Location                    = new System.Drawing.Point(120, 40);
     this.tbNoRows.Name                        = "tbNoRows";
     this.tbNoRows.OnDropDownCloseFocus        = true;
     this.tbNoRows.SelectType                  = 0;
     this.tbNoRows.Size                        = new System.Drawing.Size(304, 20);
     this.tbNoRows.TabIndex                    = 1;
     this.tbNoRows.Text                        = "textBox1";
     this.tbNoRows.UseValueForChildsVisibilty  = false;
     this.tbNoRows.Value                       = true;
     this.tbNoRows.TextChanged                += new System.EventHandler(this.tbNoRows_TextChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tbDetailCollectionName);
     this.groupBox2.Controls.Add(this.tbDetailElementName);
     this.groupBox2.Controls.Add(this.chkRenderDetails);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Location = new System.Drawing.Point(24, 190);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(400, 92);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "XML";
     //
     // tbDetailCollectionName
     //
     this.tbDetailCollectionName.AddX                        = 0;
     this.tbDetailCollectionName.AddY                        = 0;
     this.tbDetailCollectionName.AllowSpace                  = false;
     this.tbDetailCollectionName.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbDetailCollectionName.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbDetailCollectionName.ChangeVisibility            = false;
     this.tbDetailCollectionName.ChildControl                = null;
     this.tbDetailCollectionName.ConvertEnterToTab           = true;
     this.tbDetailCollectionName.ConvertEnterToTabForDialogs = false;
     this.tbDetailCollectionName.Decimals                    = 0;
     this.tbDetailCollectionName.DisplayList                 = new object[0];
     this.tbDetailCollectionName.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbDetailCollectionName.Location                    = new System.Drawing.Point(160, 62);
     this.tbDetailCollectionName.Name                        = "tbDetailCollectionName";
     this.tbDetailCollectionName.OnDropDownCloseFocus        = true;
     this.tbDetailCollectionName.SelectType                  = 0;
     this.tbDetailCollectionName.Size                        = new System.Drawing.Size(224, 20);
     this.tbDetailCollectionName.TabIndex                    = 3;
     this.tbDetailCollectionName.Text                        = "textBox1";
     this.tbDetailCollectionName.UseValueForChildsVisibilty  = false;
     this.tbDetailCollectionName.Value                       = true;
     this.tbDetailCollectionName.TextChanged                += new System.EventHandler(this.tbDetailCollectionName_TextChanged);
     //
     // tbDetailElementName
     //
     this.tbDetailElementName.AddX                        = 0;
     this.tbDetailElementName.AddY                        = 0;
     this.tbDetailElementName.AllowSpace                  = false;
     this.tbDetailElementName.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbDetailElementName.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbDetailElementName.ChangeVisibility            = false;
     this.tbDetailElementName.ChildControl                = null;
     this.tbDetailElementName.ConvertEnterToTab           = true;
     this.tbDetailElementName.ConvertEnterToTabForDialogs = false;
     this.tbDetailElementName.Decimals                    = 0;
     this.tbDetailElementName.DisplayList                 = new object[0];
     this.tbDetailElementName.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbDetailElementName.Location                    = new System.Drawing.Point(160, 36);
     this.tbDetailElementName.Name                        = "tbDetailElementName";
     this.tbDetailElementName.OnDropDownCloseFocus        = true;
     this.tbDetailElementName.SelectType                  = 0;
     this.tbDetailElementName.Size                        = new System.Drawing.Size(224, 20);
     this.tbDetailElementName.TabIndex                    = 2;
     this.tbDetailElementName.Text                        = "textBox1";
     this.tbDetailElementName.UseValueForChildsVisibilty  = false;
     this.tbDetailElementName.Value                       = true;
     this.tbDetailElementName.TextChanged                += new System.EventHandler(this.tbDetailElementName_TextChanged);
     //
     // chkRenderDetails
     //
     this.chkRenderDetails.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkRenderDetails.ForeColor       = System.Drawing.Color.Black;
     this.chkRenderDetails.Location        = new System.Drawing.Point(16, 12);
     this.chkRenderDetails.Name            = "chkRenderDetails";
     this.chkRenderDetails.Size            = new System.Drawing.Size(160, 24);
     this.chkRenderDetails.TabIndex        = 0;
     this.chkRenderDetails.Text            = "Render Details in Output";
     this.chkRenderDetails.CheckedChanged += new System.EventHandler(this.chkRenderDetails_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 64);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(120, 16);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Detail Collection Name";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 38);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(112, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Detail Element Name";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.chkFooterRepeat);
     this.groupBox3.Controls.Add(this.chkHeaderRepeat);
     this.groupBox3.Controls.Add(this.chkFooterRows);
     this.groupBox3.Controls.Add(this.chkHeaderRows);
     this.groupBox3.Controls.Add(this.chkDetails);
     this.groupBox3.Location = new System.Drawing.Point(24, 120);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(400, 67);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Include Table Rows";
     //
     // chkFooterRepeat
     //
     this.chkFooterRepeat.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkFooterRepeat.ForeColor       = System.Drawing.Color.Black;
     this.chkFooterRepeat.Location        = new System.Drawing.Point(272, 34);
     this.chkFooterRepeat.Name            = "chkFooterRepeat";
     this.chkFooterRepeat.Size            = new System.Drawing.Size(122, 30);
     this.chkFooterRepeat.TabIndex        = 4;
     this.chkFooterRepeat.Text            = "Repeat footer on new page";
     this.chkFooterRepeat.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkHeaderRepeat
     //
     this.chkHeaderRepeat.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkHeaderRepeat.ForeColor       = System.Drawing.Color.Black;
     this.chkHeaderRepeat.Location        = new System.Drawing.Point(144, 34);
     this.chkHeaderRepeat.Name            = "chkHeaderRepeat";
     this.chkHeaderRepeat.Size            = new System.Drawing.Size(122, 30);
     this.chkHeaderRepeat.TabIndex        = 3;
     this.chkHeaderRepeat.Text            = "Repeat header on new page";
     this.chkHeaderRepeat.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkFooterRows
     //
     this.chkFooterRows.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkFooterRows.ForeColor       = System.Drawing.Color.Black;
     this.chkFooterRows.Location        = new System.Drawing.Point(272, 13);
     this.chkFooterRows.Name            = "chkFooterRows";
     this.chkFooterRows.Size            = new System.Drawing.Size(104, 24);
     this.chkFooterRows.TabIndex        = 2;
     this.chkFooterRows.Text            = "Footer Rows";
     this.chkFooterRows.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkHeaderRows
     //
     this.chkHeaderRows.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkHeaderRows.ForeColor       = System.Drawing.Color.Black;
     this.chkHeaderRows.Location        = new System.Drawing.Point(144, 13);
     this.chkHeaderRows.Name            = "chkHeaderRows";
     this.chkHeaderRows.Size            = new System.Drawing.Size(104, 24);
     this.chkHeaderRows.TabIndex        = 1;
     this.chkHeaderRows.Text            = "Header Rows";
     this.chkHeaderRows.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkDetails
     //
     this.chkDetails.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkDetails.ForeColor       = System.Drawing.Color.Black;
     this.chkDetails.Location        = new System.Drawing.Point(16, 13);
     this.chkDetails.Name            = "chkDetails";
     this.chkDetails.Size            = new System.Drawing.Size(104, 24);
     this.chkDetails.TabIndex        = 1;
     this.chkDetails.Text            = "Detail Rows";
     this.chkDetails.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // TableCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.tbNoRows);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.cbDataSet);
     this.Controls.Add(this.label2);
     this.Name = "TableCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.label1 = new System.Windows.Forms.Label();
            this.cbDataSets = new Oranikle.Studio.Controls.StyledComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lbFields = new System.Windows.Forms.ListBox();
            this.lbTableColumns = new System.Windows.Forms.CheckedListBox();
            this.bUp = new Oranikle.Studio.Controls.StyledButton();
            this.bDown = new Oranikle.Studio.Controls.StyledButton();
            this.bRight = new Oranikle.Studio.Controls.StyledButton();
            this.bAllRight = new Oranikle.Studio.Controls.StyledButton();
            this.bLeft = new Oranikle.Studio.Controls.StyledButton();
            this.bAllLeft = new Oranikle.Studio.Controls.StyledButton();
            this.label4 = new System.Windows.Forms.Label();
            this.cbGroupColumn = new Oranikle.Studio.Controls.StyledComboBox();
            this.chkGrandTotals = new Oranikle.Studio.Controls.StyledCheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.rbVertComp = new System.Windows.Forms.RadioButton();
            this.rbVert = new System.Windows.Forms.RadioButton();
            this.rbHorz = new System.Windows.Forms.RadioButton();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // bOK
            // 
            this.bOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bOK.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bOK.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bOK.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bOK.Font = new System.Drawing.Font("Arial", 9F);
            this.bOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bOK.Location = new System.Drawing.Point(272, 312);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 23);
            this.bOK.TabIndex = 12;
            this.bOK.Text = "OK";
            this.bOK.UseVisualStyleBackColor = true;
            this.bOK.Click += new System.EventHandler(this.bOK_Click);
            // 
            // bCancel
            // 
            this.bCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCancel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCancel.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCancel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCancel.Font = new System.Drawing.Font("Arial", 9F);
            this.bCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCancel.Location = new System.Drawing.Point(368, 312);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 23);
            this.bCancel.TabIndex = 13;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 23);
            this.label1.TabIndex = 3;
            this.label1.Text = "DataSet";
            // 
            // cbDataSets
            // 
            this.cbDataSets.AutoAdjustItemHeight = false;
            this.cbDataSets.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataSets.ConvertEnterToTabForDialogs = false;
            this.cbDataSets.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataSets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataSets.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataSets.Location = new System.Drawing.Point(80, 16);
            this.cbDataSets.Name = "cbDataSets";
            this.cbDataSets.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataSets.SeparatorMargin = 1;
            this.cbDataSets.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataSets.SeparatorWidth = 1;
            this.cbDataSets.Size = new System.Drawing.Size(360, 21);
            this.cbDataSets.TabIndex = 0;
            this.cbDataSets.SelectedIndexChanged += new System.EventHandler(this.cbDataSets_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(16, 88);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 23);
            this.label2.TabIndex = 9;
            this.label2.Text = "DataSet Fields";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(232, 88);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(240, 23);
            this.label3.TabIndex = 10;
            this.label3.Text = "Table Columns (check totals when not Down)";
            // 
            // lbFields
            // 
            this.lbFields.Location = new System.Drawing.Point(16, 112);
            this.lbFields.Name = "lbFields";
            this.lbFields.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.lbFields.Size = new System.Drawing.Size(152, 134);
            this.lbFields.TabIndex = 2;
            // 
            // lbTableColumns
            // 
            this.lbTableColumns.Location = new System.Drawing.Point(232, 112);
            this.lbTableColumns.Name = "lbTableColumns";
            this.lbTableColumns.Size = new System.Drawing.Size(152, 139);
            this.lbTableColumns.TabIndex = 7;
            // 
            // bUp
            // 
            this.bUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bUp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bUp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bUp.Font = new System.Drawing.Font("Arial", 9F);
            this.bUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bUp.Location = new System.Drawing.Point(392, 120);
            this.bUp.Name = "bUp";
            this.bUp.OverriddenSize = null;
            this.bUp.Size = new System.Drawing.Size(48, 21);
            this.bUp.TabIndex = 8;
            this.bUp.Text = "Up";
            this.bUp.UseVisualStyleBackColor = true;
            this.bUp.Click += new System.EventHandler(this.bUp_Click);
            // 
            // bDown
            // 
            this.bDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDown.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDown.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDown.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDown.Font = new System.Drawing.Font("Arial", 9F);
            this.bDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDown.Location = new System.Drawing.Point(392, 152);
            this.bDown.Name = "bDown";
            this.bDown.OverriddenSize = null;
            this.bDown.Size = new System.Drawing.Size(48, 21);
            this.bDown.TabIndex = 9;
            this.bDown.Text = "Down";
            this.bDown.UseVisualStyleBackColor = true;
            this.bDown.Click += new System.EventHandler(this.bDown_Click);
            // 
            // bRight
            // 
            this.bRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRight.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRight.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRight.Font = new System.Drawing.Font("Arial", 9F);
            this.bRight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRight.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRight.Location = new System.Drawing.Point(184, 120);
            this.bRight.Name = "bRight";
            this.bRight.OverriddenSize = null;
            this.bRight.Size = new System.Drawing.Size(32, 21);
            this.bRight.TabIndex = 3;
            this.bRight.Text = ">";
            this.bRight.UseVisualStyleBackColor = true;
            this.bRight.Click += new System.EventHandler(this.bRight_Click);
            // 
            // bAllRight
            // 
            this.bAllRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bAllRight.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bAllRight.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bAllRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bAllRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bAllRight.Font = new System.Drawing.Font("Arial", 9F);
            this.bAllRight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bAllRight.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bAllRight.Location = new System.Drawing.Point(184, 152);
            this.bAllRight.Name = "bAllRight";
            this.bAllRight.OverriddenSize = null;
            this.bAllRight.Size = new System.Drawing.Size(32, 21);
            this.bAllRight.TabIndex = 4;
            this.bAllRight.Text = ">>";
            this.bAllRight.UseVisualStyleBackColor = true;
            this.bAllRight.Click += new System.EventHandler(this.bAllRight_Click);
            // 
            // bLeft
            // 
            this.bLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bLeft.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bLeft.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bLeft.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bLeft.Font = new System.Drawing.Font("Arial", 9F);
            this.bLeft.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bLeft.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bLeft.Location = new System.Drawing.Point(184, 184);
            this.bLeft.Name = "bLeft";
            this.bLeft.OverriddenSize = null;
            this.bLeft.Size = new System.Drawing.Size(32, 21);
            this.bLeft.TabIndex = 5;
            this.bLeft.Text = "<";
            this.bLeft.UseVisualStyleBackColor = true;
            this.bLeft.Click += new System.EventHandler(this.bLeft_Click);
            // 
            // bAllLeft
            // 
            this.bAllLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bAllLeft.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bAllLeft.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bAllLeft.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bAllLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bAllLeft.Font = new System.Drawing.Font("Arial", 9F);
            this.bAllLeft.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bAllLeft.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bAllLeft.Location = new System.Drawing.Point(184, 216);
            this.bAllLeft.Name = "bAllLeft";
            this.bAllLeft.OverriddenSize = null;
            this.bAllLeft.Size = new System.Drawing.Size(32, 21);
            this.bAllLeft.TabIndex = 6;
            this.bAllLeft.Text = "<<";
            this.bAllLeft.UseVisualStyleBackColor = true;
            this.bAllLeft.Click += new System.EventHandler(this.bAllLeft_Click);
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(16, 264);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(216, 23);
            this.label4.TabIndex = 1;
            this.label4.Text = "Pick a column to group (create hierarchy)";
            // 
            // cbGroupColumn
            // 
            this.cbGroupColumn.AutoAdjustItemHeight = false;
            this.cbGroupColumn.BorderColor = System.Drawing.Color.LightGray;
            this.cbGroupColumn.ConvertEnterToTabForDialogs = false;
            this.cbGroupColumn.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbGroupColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbGroupColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbGroupColumn.Location = new System.Drawing.Point(16, 280);
            this.cbGroupColumn.Name = "cbGroupColumn";
            this.cbGroupColumn.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbGroupColumn.SeparatorMargin = 1;
            this.cbGroupColumn.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbGroupColumn.SeparatorWidth = 1;
            this.cbGroupColumn.Size = new System.Drawing.Size(168, 21);
            this.cbGroupColumn.TabIndex = 10;
            this.cbGroupColumn.Enter += new System.EventHandler(this.cbGroupColumn_Enter);
            // 
            // chkGrandTotals
            // 
            this.chkGrandTotals.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkGrandTotals.ForeColor = System.Drawing.Color.Black;
            this.chkGrandTotals.Location = new System.Drawing.Point(232, 280);
            this.chkGrandTotals.Name = "chkGrandTotals";
            this.chkGrandTotals.Size = new System.Drawing.Size(168, 16);
            this.chkGrandTotals.TabIndex = 11;
            this.chkGrandTotals.Text = "Calculate Grand Totals";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rbVertComp);
            this.groupBox1.Controls.Add(this.rbVert);
            this.groupBox1.Controls.Add(this.rbHorz);
            this.groupBox1.Location = new System.Drawing.Point(16, 40);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(424, 40);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Arrange Fields";
            // 
            // rbVertComp
            // 
            this.rbVertComp.Location = new System.Drawing.Point(296, 16);
            this.rbVertComp.Name = "rbVertComp";
            this.rbVertComp.Size = new System.Drawing.Size(112, 16);
            this.rbVertComp.TabIndex = 2;
            this.rbVertComp.Text = "Down (compress)";
            // 
            // rbVert
            // 
            this.rbVert.Location = new System.Drawing.Point(160, 16);
            this.rbVert.Name = "rbVert";
            this.rbVert.Size = new System.Drawing.Size(120, 16);
            this.rbVert.TabIndex = 1;
            this.rbVert.Text = "Down (row per field)";
            // 
            // rbHorz
            // 
            this.rbHorz.Location = new System.Drawing.Point(8, 16);
            this.rbHorz.Name = "rbHorz";
            this.rbHorz.Size = new System.Drawing.Size(160, 16);
            this.rbHorz.TabIndex = 0;
            this.rbHorz.Text = "Across (standard columns)";
            this.rbHorz.CheckedChanged += new System.EventHandler(this.rbHorz_CheckedChanged);
            // 
            // DialogNewTable
            // 
            this.AcceptButton = this.bOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
            this.CancelButton = this.bCancel;
            this.ClientSize = new System.Drawing.Size(456, 336);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.chkGrandTotals);
            this.Controls.Add(this.cbGroupColumn);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.bAllLeft);
            this.Controls.Add(this.bLeft);
            this.Controls.Add(this.bAllRight);
            this.Controls.Add(this.bRight);
            this.Controls.Add(this.bDown);
            this.Controls.Add(this.bUp);
            this.Controls.Add(this.lbTableColumns);
            this.Controls.Add(this.lbFields);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.cbDataSets);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogNewTable";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "New Table";
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

		}
Beispiel #33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dgRows       = new System.Windows.Forms.DataGrid();
     this.dgTableStyle = new System.Windows.Forms.DataGridTableStyle();
     this.bDelete      = new Oranikle.Studio.Controls.StyledButton();
     this.bUp          = new Oranikle.Studio.Controls.StyledButton();
     this.bDown        = new Oranikle.Studio.Controls.StyledButton();
     this.chkRowsFile  = new Oranikle.Studio.Controls.StyledCheckBox();
     this.tbRowsFile   = new Oranikle.Studio.Controls.CustomTextControl();
     this.bRowsFile    = new Oranikle.Studio.Controls.StyledButton();
     this.label1       = new System.Windows.Forms.Label();
     this.bLoad        = new Oranikle.Studio.Controls.StyledButton();
     this.bClear       = new Oranikle.Studio.Controls.StyledButton();
     ((System.ComponentModel.ISupportInitialize)(this.dgRows)).BeginInit();
     this.SuspendLayout();
     //
     // dgRows
     //
     this.dgRows.CaptionVisible  = false;
     this.dgRows.DataMember      = "";
     this.dgRows.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgRows.Location        = new System.Drawing.Point(8, 48);
     this.dgRows.Name            = "dgRows";
     this.dgRows.Size            = new System.Drawing.Size(376, 200);
     this.dgRows.TabIndex        = 2;
     this.dgRows.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dgTableStyle
     });
     //
     // dgTableStyle
     //
     this.dgTableStyle.AllowSorting    = false;
     this.dgTableStyle.DataGrid        = this.dgRows;
     this.dgTableStyle.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgTableStyle.MappingName     = "";
     //
     // bDelete
     //
     this.bDelete.Location = new System.Drawing.Point(392, 48);
     this.bDelete.Name     = "bDelete";
     this.bDelete.Size     = new System.Drawing.Size(48, 23);
     this.bDelete.TabIndex = 1;
     this.bDelete.Text     = "Delete";
     this.bDelete.Click   += new System.EventHandler(this.bDelete_Click);
     //
     // bUp
     //
     this.bUp.Location = new System.Drawing.Point(392, 80);
     this.bUp.Name     = "bUp";
     this.bUp.Size     = new System.Drawing.Size(48, 23);
     this.bUp.TabIndex = 3;
     this.bUp.Text     = "Up";
     this.bUp.Click   += new System.EventHandler(this.bUp_Click);
     //
     // bDown
     //
     this.bDown.Location = new System.Drawing.Point(392, 112);
     this.bDown.Name     = "bDown";
     this.bDown.Size     = new System.Drawing.Size(48, 23);
     this.bDown.TabIndex = 4;
     this.bDown.Text     = "Down";
     this.bDown.Click   += new System.EventHandler(this.bDown_Click);
     //
     // chkRowsFile
     //
     this.chkRowsFile.Location        = new System.Drawing.Point(8, 8);
     this.chkRowsFile.Name            = "chkRowsFile";
     this.chkRowsFile.Size            = new System.Drawing.Size(136, 24);
     this.chkRowsFile.TabIndex        = 5;
     this.chkRowsFile.Text            = "Use XML file for data";
     this.chkRowsFile.CheckedChanged += new System.EventHandler(this.chkRowsFile_CheckedChanged);
     //
     // tbRowsFile
     //
     this.tbRowsFile.Location = new System.Drawing.Point(144, 8);
     this.tbRowsFile.Name     = "tbRowsFile";
     this.tbRowsFile.Size     = new System.Drawing.Size(240, 20);
     this.tbRowsFile.TabIndex = 6;
     this.tbRowsFile.Text     = "";
     //
     // bRowsFile
     //
     this.bRowsFile.Location = new System.Drawing.Point(392, 8);
     this.bRowsFile.Name     = "bRowsFile";
     this.bRowsFile.Size     = new System.Drawing.Size(24, 23);
     this.bRowsFile.TabIndex = 7;
     this.bRowsFile.Text     = "...";
     this.bRowsFile.Click   += new System.EventHandler(this.bRowsFile_Click);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 256);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(368, 23);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Warning: this panel supports an extension to the RDL specification.  This informa" +
                            "tion will be ignored in RDL processors other than in Oranikle Reporting.";
     //
     // bLoad
     //
     this.bLoad.Location = new System.Drawing.Point(392, 184);
     this.bLoad.Name     = "bLoad";
     this.bLoad.Size     = new System.Drawing.Size(48, 48);
     this.bLoad.TabIndex = 9;
     this.bLoad.Text     = "Load From SQL";
     this.bLoad.Click   += new System.EventHandler(this.bLoad_Click);
     //
     // bClear
     //
     this.bClear.Location = new System.Drawing.Point(392, 141);
     this.bClear.Name     = "bClear";
     this.bClear.Size     = new System.Drawing.Size(48, 23);
     this.bClear.TabIndex = 10;
     this.bClear.Text     = "Clear";
     this.bClear.Click   += new System.EventHandler(this.bClear_Click);
     //
     // DataSetRowsCtl
     //
     this.Controls.Add(this.bClear);
     this.Controls.Add(this.bLoad);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bRowsFile);
     this.Controls.Add(this.tbRowsFile);
     this.Controls.Add(this.chkRowsFile);
     this.Controls.Add(this.bDown);
     this.Controls.Add(this.bUp);
     this.Controls.Add(this.bDelete);
     this.Controls.Add(this.dgRows);
     this.Name            = "DataSetRowsCtl";
     this.Size            = new System.Drawing.Size(488, 304);
     this.VisibleChanged += new System.EventHandler(this.DataSetRowsCtl_VisibleChanged);
     ((System.ComponentModel.ISupportInitialize)(this.dgRows)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dgParms       = new System.Windows.Forms.DataGrid();
     this.dgTableStyle  = new System.Windows.Forms.DataGridTableStyle();
     this.label1        = new System.Windows.Forms.Label();
     this.tbReportFile  = new Oranikle.Studio.Controls.CustomTextControl();
     this.bFile         = new Oranikle.Studio.Controls.StyledButton();
     this.tbNoRows      = new Oranikle.Studio.Controls.CustomTextControl();
     this.label2        = new System.Windows.Forms.Label();
     this.chkMergeTrans = new Oranikle.Studio.Controls.StyledCheckBox();
     this.bRefreshParms = new Oranikle.Studio.Controls.StyledButton();
     ((System.ComponentModel.ISupportInitialize)(this.dgParms)).BeginInit();
     this.SuspendLayout();
     //
     // dgParms
     //
     this.dgParms.BackgroundColor = System.Drawing.Color.White;
     this.dgParms.CaptionVisible  = false;
     this.dgParms.DataMember      = "";
     this.dgParms.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgParms.Location        = new System.Drawing.Point(8, 112);
     this.dgParms.Name            = "dgParms";
     this.dgParms.Size            = new System.Drawing.Size(384, 168);
     this.dgParms.TabIndex        = 2;
     this.dgParms.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dgTableStyle
     });
     //
     // dgTableStyle
     //
     this.dgTableStyle.AllowSorting    = false;
     this.dgTableStyle.DataGrid        = this.dgParms;
     this.dgTableStyle.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(88, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Subreport name";
     //
     // tbReportFile
     //
     this.tbReportFile.AddX                        = 0;
     this.tbReportFile.AddY                        = 0;
     this.tbReportFile.AllowSpace                  = false;
     this.tbReportFile.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbReportFile.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbReportFile.ChangeVisibility            = false;
     this.tbReportFile.ChildControl                = null;
     this.tbReportFile.ConvertEnterToTab           = true;
     this.tbReportFile.ConvertEnterToTabForDialogs = false;
     this.tbReportFile.Decimals                    = 0;
     this.tbReportFile.DisplayList                 = new object[0];
     this.tbReportFile.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbReportFile.Location                    = new System.Drawing.Point(104, 8);
     this.tbReportFile.Name                        = "tbReportFile";
     this.tbReportFile.OnDropDownCloseFocus        = true;
     this.tbReportFile.SelectType                  = 0;
     this.tbReportFile.Size                        = new System.Drawing.Size(312, 20);
     this.tbReportFile.TabIndex                    = 4;
     this.tbReportFile.UseValueForChildsVisibilty  = false;
     this.tbReportFile.Value                       = true;
     //
     // bFile
     //
     this.bFile.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bFile.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bFile.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bFile.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bFile.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bFile.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bFile.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bFile.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bFile.Location                = new System.Drawing.Point(424, 8);
     this.bFile.Name                    = "bFile";
     this.bFile.OverriddenSize          = null;
     this.bFile.Size                    = new System.Drawing.Size(24, 21);
     this.bFile.TabIndex                = 5;
     this.bFile.Text                    = "...";
     this.bFile.UseVisualStyleBackColor = true;
     this.bFile.Click                  += new System.EventHandler(this.bFile_Click);
     //
     // tbNoRows
     //
     this.tbNoRows.AddX                        = 0;
     this.tbNoRows.AddY                        = 0;
     this.tbNoRows.AllowSpace                  = false;
     this.tbNoRows.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbNoRows.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbNoRows.ChangeVisibility            = false;
     this.tbNoRows.ChildControl                = null;
     this.tbNoRows.ConvertEnterToTab           = true;
     this.tbNoRows.ConvertEnterToTabForDialogs = false;
     this.tbNoRows.Decimals                    = 0;
     this.tbNoRows.DisplayList                 = new object[0];
     this.tbNoRows.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbNoRows.Location                    = new System.Drawing.Point(104, 40);
     this.tbNoRows.Name                        = "tbNoRows";
     this.tbNoRows.OnDropDownCloseFocus        = true;
     this.tbNoRows.SelectType                  = 0;
     this.tbNoRows.Size                        = new System.Drawing.Size(312, 20);
     this.tbNoRows.TabIndex                    = 7;
     this.tbNoRows.UseValueForChildsVisibilty  = false;
     this.tbNoRows.Value                       = true;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 39);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 23);
     this.label2.TabIndex = 8;
     this.label2.Text     = "No rows message";
     //
     // chkMergeTrans
     //
     this.chkMergeTrans.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkMergeTrans.ForeColor = System.Drawing.Color.Black;
     this.chkMergeTrans.Location  = new System.Drawing.Point(8, 72);
     this.chkMergeTrans.Name      = "chkMergeTrans";
     this.chkMergeTrans.Size      = new System.Drawing.Size(376, 24);
     this.chkMergeTrans.TabIndex  = 9;
     this.chkMergeTrans.Text      = "Use same Data Source connections as parent report when possible";
     //
     // bRefreshParms
     //
     this.bRefreshParms.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bRefreshParms.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bRefreshParms.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bRefreshParms.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bRefreshParms.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bRefreshParms.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bRefreshParms.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bRefreshParms.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bRefreshParms.Location                = new System.Drawing.Point(399, 116);
     this.bRefreshParms.Name                    = "bRefreshParms";
     this.bRefreshParms.OverriddenSize          = null;
     this.bRefreshParms.Size                    = new System.Drawing.Size(56, 21);
     this.bRefreshParms.TabIndex                = 10;
     this.bRefreshParms.Text                    = "Refresh";
     this.bRefreshParms.UseVisualStyleBackColor = true;
     this.bRefreshParms.Click                  += new System.EventHandler(this.bRefreshParms_Click);
     //
     // SubreportCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.bRefreshParms);
     this.Controls.Add(this.chkMergeTrans);
     this.Controls.Add(this.tbNoRows);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.bFile);
     this.Controls.Add(this.tbReportFile);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dgParms);
     this.Name = "SubreportCtl";
     this.Size = new System.Drawing.Size(464, 304);
     ((System.ComponentModel.ISupportInitialize)(this.dgParms)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }