/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.lLeft = new System.Windows.Forms.Label();
            this.lBottom = new System.Windows.Forms.Label();
            this.lTop = new System.Windows.Forms.Label();
            this.lRight = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.cbStyleLeft = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbStyleBottom = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbStyleTop = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbStyleRight = new Oranikle.Studio.Controls.StyledComboBox();
            this.bColorLeft = new Oranikle.Studio.Controls.StyledButton();
            this.cbColorLeft = new Oranikle.Studio.Controls.StyledComboBox();
            this.bColorRight = new Oranikle.Studio.Controls.StyledButton();
            this.cbColorRight = new Oranikle.Studio.Controls.StyledComboBox();
            this.bColorTop = new Oranikle.Studio.Controls.StyledButton();
            this.cbColorTop = new Oranikle.Studio.Controls.StyledComboBox();
            this.bColorBottom = new Oranikle.Studio.Controls.StyledButton();
            this.cbColorBottom = new Oranikle.Studio.Controls.StyledComboBox();
            this.tbWidthLeft = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbWidthRight = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbWidthTop = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbWidthBottom = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbWidthDefault = new Oranikle.Studio.Controls.CustomTextControl();
            this.bColorDefault = new Oranikle.Studio.Controls.StyledButton();
            this.cbColorDefault = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbStyleDefault = new Oranikle.Studio.Controls.StyledComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.bSD = new Oranikle.Studio.Controls.StyledButton();
            this.bSL = new Oranikle.Studio.Controls.StyledButton();
            this.bSR = new Oranikle.Studio.Controls.StyledButton();
            this.bST = new Oranikle.Studio.Controls.StyledButton();
            this.bSB = new Oranikle.Studio.Controls.StyledButton();
            this.bCD = new Oranikle.Studio.Controls.StyledButton();
            this.bCT = new Oranikle.Studio.Controls.StyledButton();
            this.bCB = new Oranikle.Studio.Controls.StyledButton();
            this.bWB = new Oranikle.Studio.Controls.StyledButton();
            this.bWT = new Oranikle.Studio.Controls.StyledButton();
            this.bWR = new Oranikle.Studio.Controls.StyledButton();
            this.bCR = new Oranikle.Studio.Controls.StyledButton();
            this.bWL = new Oranikle.Studio.Controls.StyledButton();
            this.bWD = new Oranikle.Studio.Controls.StyledButton();
            this.bCL = new Oranikle.Studio.Controls.StyledButton();
            this.SuspendLayout();
            // 
            // lLeft
            // 
            this.lLeft.Location = new System.Drawing.Point(12, 77);
            this.lLeft.Name = "lLeft";
            this.lLeft.Size = new System.Drawing.Size(42, 16);
            this.lLeft.TabIndex = 0;
            this.lLeft.Text = "Left";
            this.lLeft.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lBottom
            // 
            this.lBottom.Location = new System.Drawing.Point(12, 172);
            this.lBottom.Name = "lBottom";
            this.lBottom.Size = new System.Drawing.Size(42, 16);
            this.lBottom.TabIndex = 2;
            this.lBottom.Text = "Bottom";
            this.lBottom.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lTop
            // 
            this.lTop.Location = new System.Drawing.Point(12, 140);
            this.lTop.Name = "lTop";
            this.lTop.Size = new System.Drawing.Size(42, 16);
            this.lTop.TabIndex = 3;
            this.lTop.Text = "Top";
            this.lTop.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lRight
            // 
            this.lRight.Location = new System.Drawing.Point(12, 110);
            this.lRight.Name = "lRight";
            this.lRight.Size = new System.Drawing.Size(42, 16);
            this.lRight.TabIndex = 4;
            this.lRight.Text = "Right";
            this.lRight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(60, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(56, 16);
            this.label2.TabIndex = 5;
            this.label2.Text = "Style";
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(336, 16);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(56, 16);
            this.label6.TabIndex = 6;
            this.label6.Text = "Width";
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(180, 16);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(56, 16);
            this.label7.TabIndex = 7;
            this.label7.Text = "Color";
            // 
            // cbStyleLeft
            // 
            this.cbStyleLeft.AutoAdjustItemHeight = false;
            this.cbStyleLeft.BorderColor = System.Drawing.Color.LightGray;
            this.cbStyleLeft.ConvertEnterToTabForDialogs = false;
            this.cbStyleLeft.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbStyleLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbStyleLeft.Items.AddRange(new object[] {
            "None",
            "Dotted",
            "Dashed",
            "Solid",
            "Double",
            "Groove",
            "Ridge",
            "Inset",
            "WindowInset",
            "Outset"});
            this.cbStyleLeft.Location = new System.Drawing.Point(56, 75);
            this.cbStyleLeft.Name = "cbStyleLeft";
            this.cbStyleLeft.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbStyleLeft.SeparatorMargin = 1;
            this.cbStyleLeft.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbStyleLeft.SeparatorWidth = 1;
            this.cbStyleLeft.Size = new System.Drawing.Size(88, 21);
            this.cbStyleLeft.TabIndex = 7;
            this.cbStyleLeft.SelectedIndexChanged += new System.EventHandler(this.cbStyle_SelectedIndexChanged);
            // 
            // cbStyleBottom
            // 
            this.cbStyleBottom.AutoAdjustItemHeight = false;
            this.cbStyleBottom.BorderColor = System.Drawing.Color.LightGray;
            this.cbStyleBottom.ConvertEnterToTabForDialogs = false;
            this.cbStyleBottom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbStyleBottom.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbStyleBottom.Items.AddRange(new object[] {
            "None",
            "Dotted",
            "Dashed",
            "Solid",
            "Double",
            "Groove",
            "Ridge",
            "Inset",
            "WindowInset",
            "Outset"});
            this.cbStyleBottom.Location = new System.Drawing.Point(56, 170);
            this.cbStyleBottom.Name = "cbStyleBottom";
            this.cbStyleBottom.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbStyleBottom.SeparatorMargin = 1;
            this.cbStyleBottom.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbStyleBottom.SeparatorWidth = 1;
            this.cbStyleBottom.Size = new System.Drawing.Size(88, 21);
            this.cbStyleBottom.TabIndex = 28;
            this.cbStyleBottom.SelectedIndexChanged += new System.EventHandler(this.cbStyle_SelectedIndexChanged);
            // 
            // cbStyleTop
            // 
            this.cbStyleTop.AutoAdjustItemHeight = false;
            this.cbStyleTop.BorderColor = System.Drawing.Color.LightGray;
            this.cbStyleTop.ConvertEnterToTabForDialogs = false;
            this.cbStyleTop.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbStyleTop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbStyleTop.Items.AddRange(new object[] {
            "None",
            "Dotted",
            "Dashed",
            "Solid",
            "Double",
            "Groove",
            "Ridge",
            "Inset",
            "WindowInset",
            "Outset"});
            this.cbStyleTop.Location = new System.Drawing.Point(56, 138);
            this.cbStyleTop.Name = "cbStyleTop";
            this.cbStyleTop.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbStyleTop.SeparatorMargin = 1;
            this.cbStyleTop.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbStyleTop.SeparatorWidth = 1;
            this.cbStyleTop.Size = new System.Drawing.Size(88, 21);
            this.cbStyleTop.TabIndex = 21;
            this.cbStyleTop.SelectedIndexChanged += new System.EventHandler(this.cbStyle_SelectedIndexChanged);
            // 
            // cbStyleRight
            // 
            this.cbStyleRight.AutoAdjustItemHeight = false;
            this.cbStyleRight.BorderColor = System.Drawing.Color.LightGray;
            this.cbStyleRight.ConvertEnterToTabForDialogs = false;
            this.cbStyleRight.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbStyleRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbStyleRight.Items.AddRange(new object[] {
            "None",
            "Dotted",
            "Dashed",
            "Solid",
            "Double",
            "Groove",
            "Ridge",
            "Inset",
            "WindowInset",
            "Outset"});
            this.cbStyleRight.Location = new System.Drawing.Point(56, 108);
            this.cbStyleRight.Name = "cbStyleRight";
            this.cbStyleRight.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbStyleRight.SeparatorMargin = 1;
            this.cbStyleRight.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbStyleRight.SeparatorWidth = 1;
            this.cbStyleRight.Size = new System.Drawing.Size(88, 21);
            this.cbStyleRight.TabIndex = 14;
            this.cbStyleRight.SelectedIndexChanged += new System.EventHandler(this.cbStyle_SelectedIndexChanged);
            // 
            // bColorLeft
            // 
            this.bColorLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColorLeft.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColorLeft.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColorLeft.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColorLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColorLeft.Font = new System.Drawing.Font("Arial", 9F);
            this.bColorLeft.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColorLeft.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColorLeft.Location = new System.Drawing.Point(306, 75);
            this.bColorLeft.Name = "bColorLeft";
            this.bColorLeft.OverriddenSize = null;
            this.bColorLeft.Size = new System.Drawing.Size(22, 21);
            this.bColorLeft.TabIndex = 11;
            this.bColorLeft.Text = "...";
            this.bColorLeft.UseVisualStyleBackColor = true;
            this.bColorLeft.Click += new System.EventHandler(this.bColor_Click);
            // 
            // cbColorLeft
            // 
            this.cbColorLeft.AutoAdjustItemHeight = false;
            this.cbColorLeft.BorderColor = System.Drawing.Color.LightGray;
            this.cbColorLeft.ConvertEnterToTabForDialogs = false;
            this.cbColorLeft.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbColorLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbColorLeft.Location = new System.Drawing.Point(176, 75);
            this.cbColorLeft.Name = "cbColorLeft";
            this.cbColorLeft.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbColorLeft.SeparatorMargin = 1;
            this.cbColorLeft.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbColorLeft.SeparatorWidth = 1;
            this.cbColorLeft.Size = new System.Drawing.Size(96, 21);
            this.cbColorLeft.TabIndex = 9;
            this.cbColorLeft.SelectedIndexChanged += new System.EventHandler(this.cbColor_SelectedIndexChanged);
            // 
            // bColorRight
            // 
            this.bColorRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColorRight.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColorRight.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColorRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColorRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColorRight.Font = new System.Drawing.Font("Arial", 9F);
            this.bColorRight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColorRight.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColorRight.Location = new System.Drawing.Point(306, 108);
            this.bColorRight.Name = "bColorRight";
            this.bColorRight.OverriddenSize = null;
            this.bColorRight.Size = new System.Drawing.Size(22, 21);
            this.bColorRight.TabIndex = 18;
            this.bColorRight.Text = "...";
            this.bColorRight.UseVisualStyleBackColor = true;
            this.bColorRight.Click += new System.EventHandler(this.bColor_Click);
            // 
            // cbColorRight
            // 
            this.cbColorRight.AutoAdjustItemHeight = false;
            this.cbColorRight.BorderColor = System.Drawing.Color.LightGray;
            this.cbColorRight.ConvertEnterToTabForDialogs = false;
            this.cbColorRight.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbColorRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbColorRight.Location = new System.Drawing.Point(176, 108);
            this.cbColorRight.Name = "cbColorRight";
            this.cbColorRight.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbColorRight.SeparatorMargin = 1;
            this.cbColorRight.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbColorRight.SeparatorWidth = 1;
            this.cbColorRight.Size = new System.Drawing.Size(96, 21);
            this.cbColorRight.TabIndex = 16;
            this.cbColorRight.SelectedIndexChanged += new System.EventHandler(this.cbColor_SelectedIndexChanged);
            // 
            // bColorTop
            // 
            this.bColorTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColorTop.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColorTop.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColorTop.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColorTop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColorTop.Font = new System.Drawing.Font("Arial", 9F);
            this.bColorTop.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColorTop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColorTop.Location = new System.Drawing.Point(306, 138);
            this.bColorTop.Name = "bColorTop";
            this.bColorTop.OverriddenSize = null;
            this.bColorTop.Size = new System.Drawing.Size(22, 21);
            this.bColorTop.TabIndex = 25;
            this.bColorTop.Text = "...";
            this.bColorTop.UseVisualStyleBackColor = true;
            this.bColorTop.Click += new System.EventHandler(this.bColor_Click);
            // 
            // cbColorTop
            // 
            this.cbColorTop.AutoAdjustItemHeight = false;
            this.cbColorTop.BorderColor = System.Drawing.Color.LightGray;
            this.cbColorTop.ConvertEnterToTabForDialogs = false;
            this.cbColorTop.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbColorTop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbColorTop.Location = new System.Drawing.Point(176, 138);
            this.cbColorTop.Name = "cbColorTop";
            this.cbColorTop.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbColorTop.SeparatorMargin = 1;
            this.cbColorTop.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbColorTop.SeparatorWidth = 1;
            this.cbColorTop.Size = new System.Drawing.Size(96, 21);
            this.cbColorTop.TabIndex = 23;
            this.cbColorTop.SelectedIndexChanged += new System.EventHandler(this.cbColor_SelectedIndexChanged);
            // 
            // bColorBottom
            // 
            this.bColorBottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColorBottom.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColorBottom.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColorBottom.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColorBottom.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColorBottom.Font = new System.Drawing.Font("Arial", 9F);
            this.bColorBottom.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColorBottom.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColorBottom.Location = new System.Drawing.Point(306, 170);
            this.bColorBottom.Name = "bColorBottom";
            this.bColorBottom.OverriddenSize = null;
            this.bColorBottom.Size = new System.Drawing.Size(22, 21);
            this.bColorBottom.TabIndex = 32;
            this.bColorBottom.Text = "...";
            this.bColorBottom.UseVisualStyleBackColor = true;
            this.bColorBottom.Click += new System.EventHandler(this.bColor_Click);
            // 
            // cbColorBottom
            // 
            this.cbColorBottom.AutoAdjustItemHeight = false;
            this.cbColorBottom.BorderColor = System.Drawing.Color.LightGray;
            this.cbColorBottom.ConvertEnterToTabForDialogs = false;
            this.cbColorBottom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbColorBottom.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbColorBottom.Location = new System.Drawing.Point(176, 170);
            this.cbColorBottom.Name = "cbColorBottom";
            this.cbColorBottom.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbColorBottom.SeparatorMargin = 1;
            this.cbColorBottom.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbColorBottom.SeparatorWidth = 1;
            this.cbColorBottom.Size = new System.Drawing.Size(96, 21);
            this.cbColorBottom.TabIndex = 30;
            this.cbColorBottom.SelectedIndexChanged += new System.EventHandler(this.cbColor_SelectedIndexChanged);
            // 
            // tbWidthLeft
            // 
            this.tbWidthLeft.AddX = 0;
            this.tbWidthLeft.AddY = 0;
            this.tbWidthLeft.AllowSpace = false;
            this.tbWidthLeft.BorderColor = System.Drawing.Color.LightGray;
            this.tbWidthLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbWidthLeft.ChangeVisibility = false;
            this.tbWidthLeft.ChildControl = null;
            this.tbWidthLeft.ConvertEnterToTab = true;
            this.tbWidthLeft.ConvertEnterToTabForDialogs = false;
            this.tbWidthLeft.Decimals = 0;
            this.tbWidthLeft.DisplayList = new object[0];
            this.tbWidthLeft.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbWidthLeft.Location = new System.Drawing.Point(334, 75);
            this.tbWidthLeft.Name = "tbWidthLeft";
            this.tbWidthLeft.OnDropDownCloseFocus = true;
            this.tbWidthLeft.SelectType = 0;
            this.tbWidthLeft.Size = new System.Drawing.Size(64, 20);
            this.tbWidthLeft.TabIndex = 12;
            this.tbWidthLeft.UseValueForChildsVisibilty = false;
            this.tbWidthLeft.Value = true;
            this.tbWidthLeft.TextChanged += new System.EventHandler(this.tbWidth_Changed);
            // 
            // tbWidthRight
            // 
            this.tbWidthRight.AddX = 0;
            this.tbWidthRight.AddY = 0;
            this.tbWidthRight.AllowSpace = false;
            this.tbWidthRight.BorderColor = System.Drawing.Color.LightGray;
            this.tbWidthRight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbWidthRight.ChangeVisibility = false;
            this.tbWidthRight.ChildControl = null;
            this.tbWidthRight.ConvertEnterToTab = true;
            this.tbWidthRight.ConvertEnterToTabForDialogs = false;
            this.tbWidthRight.Decimals = 0;
            this.tbWidthRight.DisplayList = new object[0];
            this.tbWidthRight.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbWidthRight.Location = new System.Drawing.Point(334, 108);
            this.tbWidthRight.Name = "tbWidthRight";
            this.tbWidthRight.OnDropDownCloseFocus = true;
            this.tbWidthRight.SelectType = 0;
            this.tbWidthRight.Size = new System.Drawing.Size(64, 20);
            this.tbWidthRight.TabIndex = 19;
            this.tbWidthRight.UseValueForChildsVisibilty = false;
            this.tbWidthRight.Value = true;
            this.tbWidthRight.TextChanged += new System.EventHandler(this.tbWidth_Changed);
            // 
            // tbWidthTop
            // 
            this.tbWidthTop.AddX = 0;
            this.tbWidthTop.AddY = 0;
            this.tbWidthTop.AllowSpace = false;
            this.tbWidthTop.BorderColor = System.Drawing.Color.LightGray;
            this.tbWidthTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbWidthTop.ChangeVisibility = false;
            this.tbWidthTop.ChildControl = null;
            this.tbWidthTop.ConvertEnterToTab = true;
            this.tbWidthTop.ConvertEnterToTabForDialogs = false;
            this.tbWidthTop.Decimals = 0;
            this.tbWidthTop.DisplayList = new object[0];
            this.tbWidthTop.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbWidthTop.Location = new System.Drawing.Point(334, 138);
            this.tbWidthTop.Name = "tbWidthTop";
            this.tbWidthTop.OnDropDownCloseFocus = true;
            this.tbWidthTop.SelectType = 0;
            this.tbWidthTop.Size = new System.Drawing.Size(64, 20);
            this.tbWidthTop.TabIndex = 26;
            this.tbWidthTop.UseValueForChildsVisibilty = false;
            this.tbWidthTop.Value = true;
            this.tbWidthTop.TextChanged += new System.EventHandler(this.tbWidth_Changed);
            // 
            // tbWidthBottom
            // 
            this.tbWidthBottom.AddX = 0;
            this.tbWidthBottom.AddY = 0;
            this.tbWidthBottom.AllowSpace = false;
            this.tbWidthBottom.BorderColor = System.Drawing.Color.LightGray;
            this.tbWidthBottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbWidthBottom.ChangeVisibility = false;
            this.tbWidthBottom.ChildControl = null;
            this.tbWidthBottom.ConvertEnterToTab = true;
            this.tbWidthBottom.ConvertEnterToTabForDialogs = false;
            this.tbWidthBottom.Decimals = 0;
            this.tbWidthBottom.DisplayList = new object[0];
            this.tbWidthBottom.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbWidthBottom.Location = new System.Drawing.Point(334, 170);
            this.tbWidthBottom.Name = "tbWidthBottom";
            this.tbWidthBottom.OnDropDownCloseFocus = true;
            this.tbWidthBottom.SelectType = 0;
            this.tbWidthBottom.Size = new System.Drawing.Size(64, 20);
            this.tbWidthBottom.TabIndex = 33;
            this.tbWidthBottom.UseValueForChildsVisibilty = false;
            this.tbWidthBottom.Value = true;
            this.tbWidthBottom.TextChanged += new System.EventHandler(this.tbWidth_Changed);
            // 
            // tbWidthDefault
            // 
            this.tbWidthDefault.AddX = 0;
            this.tbWidthDefault.AddY = 0;
            this.tbWidthDefault.AllowSpace = false;
            this.tbWidthDefault.BorderColor = System.Drawing.Color.LightGray;
            this.tbWidthDefault.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbWidthDefault.ChangeVisibility = false;
            this.tbWidthDefault.ChildControl = null;
            this.tbWidthDefault.ConvertEnterToTab = true;
            this.tbWidthDefault.ConvertEnterToTabForDialogs = false;
            this.tbWidthDefault.Decimals = 0;
            this.tbWidthDefault.DisplayList = new object[0];
            this.tbWidthDefault.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbWidthDefault.Location = new System.Drawing.Point(334, 42);
            this.tbWidthDefault.Name = "tbWidthDefault";
            this.tbWidthDefault.OnDropDownCloseFocus = true;
            this.tbWidthDefault.SelectType = 0;
            this.tbWidthDefault.Size = new System.Drawing.Size(64, 20);
            this.tbWidthDefault.TabIndex = 5;
            this.tbWidthDefault.UseValueForChildsVisibilty = false;
            this.tbWidthDefault.Value = true;
            this.tbWidthDefault.TextChanged += new System.EventHandler(this.tbWidthDefault_TextChanged);
            // 
            // bColorDefault
            // 
            this.bColorDefault.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColorDefault.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColorDefault.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColorDefault.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColorDefault.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColorDefault.Font = new System.Drawing.Font("Arial", 9F);
            this.bColorDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColorDefault.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColorDefault.Location = new System.Drawing.Point(306, 42);
            this.bColorDefault.Name = "bColorDefault";
            this.bColorDefault.OverriddenSize = null;
            this.bColorDefault.Size = new System.Drawing.Size(22, 21);
            this.bColorDefault.TabIndex = 4;
            this.bColorDefault.Text = "...";
            this.bColorDefault.UseVisualStyleBackColor = true;
            this.bColorDefault.Click += new System.EventHandler(this.bColor_Click);
            // 
            // cbColorDefault
            // 
            this.cbColorDefault.AutoAdjustItemHeight = false;
            this.cbColorDefault.BorderColor = System.Drawing.Color.LightGray;
            this.cbColorDefault.ConvertEnterToTabForDialogs = false;
            this.cbColorDefault.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbColorDefault.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbColorDefault.Location = new System.Drawing.Point(176, 42);
            this.cbColorDefault.Name = "cbColorDefault";
            this.cbColorDefault.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbColorDefault.SeparatorMargin = 1;
            this.cbColorDefault.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbColorDefault.SeparatorWidth = 1;
            this.cbColorDefault.Size = new System.Drawing.Size(96, 21);
            this.cbColorDefault.TabIndex = 2;
            this.cbColorDefault.SelectedIndexChanged += new System.EventHandler(this.cbColorDefault_SelectedIndexChanged);
            // 
            // cbStyleDefault
            // 
            this.cbStyleDefault.AutoAdjustItemHeight = false;
            this.cbStyleDefault.BorderColor = System.Drawing.Color.LightGray;
            this.cbStyleDefault.ConvertEnterToTabForDialogs = false;
            this.cbStyleDefault.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbStyleDefault.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbStyleDefault.Items.AddRange(new object[] {
            "None",
            "Dotted",
            "Dashed",
            "Solid",
            "Double",
            "Groove",
            "Ridge",
            "Inset",
            "WindowInset",
            "Outset"});
            this.cbStyleDefault.Location = new System.Drawing.Point(56, 42);
            this.cbStyleDefault.Name = "cbStyleDefault";
            this.cbStyleDefault.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbStyleDefault.SeparatorMargin = 1;
            this.cbStyleDefault.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbStyleDefault.SeparatorWidth = 1;
            this.cbStyleDefault.Size = new System.Drawing.Size(88, 21);
            this.cbStyleDefault.TabIndex = 0;
            this.cbStyleDefault.SelectedIndexChanged += new System.EventHandler(this.cbStyleDefault_SelectedIndexChanged);
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(12, 44);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(42, 16);
            this.label8.TabIndex = 36;
            this.label8.Text = "Default";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // bSD
            // 
            this.bSD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bSD.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bSD.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bSD.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bSD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bSD.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.bSD.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bSD.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSD.Location = new System.Drawing.Point(148, 42);
            this.bSD.Name = "bSD";
            this.bSD.OverriddenSize = null;
            this.bSD.Size = new System.Drawing.Size(22, 21);
            this.bSD.TabIndex = 1;
            this.bSD.Tag = "sd";
            this.bSD.Text = "fx";
            this.bSD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSD.UseVisualStyleBackColor = true;
            this.bSD.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bSL
            // 
            this.bSL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bSL.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bSL.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bSL.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bSL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bSL.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.bSL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bSL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSL.Location = new System.Drawing.Point(148, 75);
            this.bSL.Name = "bSL";
            this.bSL.OverriddenSize = null;
            this.bSL.Size = new System.Drawing.Size(22, 21);
            this.bSL.TabIndex = 8;
            this.bSL.Tag = "sl";
            this.bSL.Text = "fx";
            this.bSL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSL.UseVisualStyleBackColor = true;
            this.bSL.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bSR
            // 
            this.bSR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bSR.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bSR.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bSR.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bSR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bSR.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.bSR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bSR.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSR.Location = new System.Drawing.Point(148, 108);
            this.bSR.Name = "bSR";
            this.bSR.OverriddenSize = null;
            this.bSR.Size = new System.Drawing.Size(22, 21);
            this.bSR.TabIndex = 15;
            this.bSR.Tag = "sr";
            this.bSR.Text = "fx";
            this.bSR.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSR.UseVisualStyleBackColor = true;
            this.bSR.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bST
            // 
            this.bST.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bST.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bST.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bST.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bST.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bST.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.bST.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bST.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bST.Location = new System.Drawing.Point(148, 138);
            this.bST.Name = "bST";
            this.bST.OverriddenSize = null;
            this.bST.Size = new System.Drawing.Size(22, 21);
            this.bST.TabIndex = 22;
            this.bST.Tag = "st";
            this.bST.Text = "fx";
            this.bST.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bST.UseVisualStyleBackColor = true;
            this.bST.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bSB
            // 
            this.bSB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bSB.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bSB.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bSB.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bSB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bSB.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.bSB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bSB.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSB.Location = new System.Drawing.Point(148, 170);
            this.bSB.Name = "bSB";
            this.bSB.OverriddenSize = null;
            this.bSB.Size = new System.Drawing.Size(22, 21);
            this.bSB.TabIndex = 29;
            this.bSB.Tag = "sb";
            this.bSB.Text = "fx";
            this.bSB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSB.UseVisualStyleBackColor = true;
            this.bSB.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bCD
            // 
            this.bCD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCD.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCD.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCD.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCD.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.bCD.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCD.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCD.Location = new System.Drawing.Point(276, 42);
            this.bCD.Name = "bCD";
            this.bCD.OverriddenSize = null;
            this.bCD.Size = new System.Drawing.Size(22, 21);
            this.bCD.TabIndex = 3;
            this.bCD.Tag = "cd";
            this.bCD.Text = "fx";
            this.bCD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCD.UseVisualStyleBackColor = true;
            this.bCD.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bCT
            // 
            this.bCT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCT.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCT.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCT.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.bCT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCT.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCT.Location = new System.Drawing.Point(276, 138);
            this.bCT.Name = "bCT";
            this.bCT.OverriddenSize = null;
            this.bCT.Size = new System.Drawing.Size(22, 21);
            this.bCT.TabIndex = 24;
            this.bCT.Tag = "ct";
            this.bCT.Text = "fx";
            this.bCT.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCT.UseVisualStyleBackColor = true;
            this.bCT.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bCB
            // 
            this.bCB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCB.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCB.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCB.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCB.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.bCB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCB.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCB.Location = new System.Drawing.Point(276, 170);
            this.bCB.Name = "bCB";
            this.bCB.OverriddenSize = null;
            this.bCB.Size = new System.Drawing.Size(22, 21);
            this.bCB.TabIndex = 31;
            this.bCB.Tag = "cb";
            this.bCB.Text = "fx";
            this.bCB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCB.UseVisualStyleBackColor = true;
            this.bCB.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bWB
            // 
            this.bWB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bWB.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bWB.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bWB.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bWB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bWB.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.bWB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bWB.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWB.Location = new System.Drawing.Point(403, 170);
            this.bWB.Name = "bWB";
            this.bWB.OverriddenSize = null;
            this.bWB.Size = new System.Drawing.Size(22, 21);
            this.bWB.TabIndex = 34;
            this.bWB.Tag = "wb";
            this.bWB.Text = "fx";
            this.bWB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWB.UseVisualStyleBackColor = true;
            this.bWB.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bWT
            // 
            this.bWT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bWT.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bWT.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bWT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bWT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bWT.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.bWT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bWT.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWT.Location = new System.Drawing.Point(403, 138);
            this.bWT.Name = "bWT";
            this.bWT.OverriddenSize = null;
            this.bWT.Size = new System.Drawing.Size(22, 21);
            this.bWT.TabIndex = 27;
            this.bWT.Tag = "wt";
            this.bWT.Text = "fx";
            this.bWT.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWT.UseVisualStyleBackColor = true;
            this.bWT.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bWR
            // 
            this.bWR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bWR.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bWR.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bWR.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bWR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bWR.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.bWR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bWR.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWR.Location = new System.Drawing.Point(403, 108);
            this.bWR.Name = "bWR";
            this.bWR.OverriddenSize = null;
            this.bWR.Size = new System.Drawing.Size(22, 21);
            this.bWR.TabIndex = 20;
            this.bWR.Tag = "wr";
            this.bWR.Text = "fx";
            this.bWR.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWR.UseVisualStyleBackColor = true;
            this.bWR.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bCR
            // 
            this.bCR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCR.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCR.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCR.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCR.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.bCR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCR.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCR.Location = new System.Drawing.Point(276, 108);
            this.bCR.Name = "bCR";
            this.bCR.OverriddenSize = null;
            this.bCR.Size = new System.Drawing.Size(22, 21);
            this.bCR.TabIndex = 17;
            this.bCR.Tag = "cr";
            this.bCR.Text = "fx";
            this.bCR.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCR.UseVisualStyleBackColor = true;
            this.bCR.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bWL
            // 
            this.bWL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bWL.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bWL.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bWL.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bWL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bWL.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.bWL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bWL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWL.Location = new System.Drawing.Point(403, 75);
            this.bWL.Name = "bWL";
            this.bWL.OverriddenSize = null;
            this.bWL.Size = new System.Drawing.Size(22, 21);
            this.bWL.TabIndex = 13;
            this.bWL.Tag = "wl";
            this.bWL.Text = "fx";
            this.bWL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWL.UseVisualStyleBackColor = true;
            this.bWL.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bWD
            // 
            this.bWD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bWD.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bWD.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bWD.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bWD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bWD.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.bWD.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bWD.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWD.Location = new System.Drawing.Point(403, 42);
            this.bWD.Name = "bWD";
            this.bWD.OverriddenSize = null;
            this.bWD.Size = new System.Drawing.Size(22, 21);
            this.bWD.TabIndex = 6;
            this.bWD.Tag = "wd";
            this.bWD.Text = "fx";
            this.bWD.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWD.UseVisualStyleBackColor = true;
            this.bWD.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bCL
            // 
            this.bCL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCL.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCL.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCL.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCL.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.bCL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCL.Location = new System.Drawing.Point(276, 75);
            this.bCL.Name = "bCL";
            this.bCL.OverriddenSize = null;
            this.bCL.Size = new System.Drawing.Size(22, 21);
            this.bCL.TabIndex = 10;
            this.bCL.Tag = "cl";
            this.bCL.Text = "fx";
            this.bCL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCL.UseVisualStyleBackColor = true;
            this.bCL.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // StyleBorderCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.bCL);
            this.Controls.Add(this.bWD);
            this.Controls.Add(this.bWL);
            this.Controls.Add(this.bCR);
            this.Controls.Add(this.bWR);
            this.Controls.Add(this.bWT);
            this.Controls.Add(this.bWB);
            this.Controls.Add(this.bCB);
            this.Controls.Add(this.bCT);
            this.Controls.Add(this.bCD);
            this.Controls.Add(this.bSB);
            this.Controls.Add(this.bST);
            this.Controls.Add(this.bSR);
            this.Controls.Add(this.bSL);
            this.Controls.Add(this.bSD);
            this.Controls.Add(this.tbWidthDefault);
            this.Controls.Add(this.bColorDefault);
            this.Controls.Add(this.cbColorDefault);
            this.Controls.Add(this.cbStyleDefault);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.tbWidthBottom);
            this.Controls.Add(this.tbWidthTop);
            this.Controls.Add(this.tbWidthRight);
            this.Controls.Add(this.tbWidthLeft);
            this.Controls.Add(this.bColorBottom);
            this.Controls.Add(this.cbColorBottom);
            this.Controls.Add(this.bColorTop);
            this.Controls.Add(this.cbColorTop);
            this.Controls.Add(this.bColorRight);
            this.Controls.Add(this.cbColorRight);
            this.Controls.Add(this.bColorLeft);
            this.Controls.Add(this.cbColorLeft);
            this.Controls.Add(this.cbStyleRight);
            this.Controls.Add(this.cbStyleTop);
            this.Controls.Add(this.cbStyleBottom);
            this.Controls.Add(this.cbStyleLeft);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.lRight);
            this.Controls.Add(this.lTop);
            this.Controls.Add(this.lBottom);
            this.Controls.Add(this.lLeft);
            this.Name = "StyleBorderCtl";
            this.Size = new System.Drawing.Size(472, 312);
            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();

		}
示例#3
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();
 }
		/// <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();

		}
        private void InitializeComponent()
        {
            this.bClose = new Oranikle.Studio.Controls.StyledButton();
            this.tbFind = new Oranikle.Studio.Controls.CustomTextControl();
            this.bFindNext = new Oranikle.Studio.Controls.StyledButton();
            this.bFindPrevious = new Oranikle.Studio.Controls.StyledButton();
            this.ckHighlightAll = new CheckBox();
            this.ckMatchCase = new CheckBox();
            this.lFind = new System.Windows.Forms.Label();
            this.lStatus = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // bClose
            // 
            this.bClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bClose.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bClose.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bClose.FlatAppearance.BorderSize = 0;
            this.bClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bClose.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bClose.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bClose.Location = new System.Drawing.Point(2, 4);
            this.bClose.Margin = new System.Windows.Forms.Padding(0);
            this.bClose.Name = "bClose";
            this.bClose.OverriddenSize = null;
            this.bClose.Size = new System.Drawing.Size(18, 21);
            this.bClose.TabIndex = 0;
            this.bClose.Text = "X";
            this.bClose.UseVisualStyleBackColor = true;
            this.bClose.Click += new System.EventHandler(this.bClose_Click);
            // 
            // tbFind
            // 
            this.tbFind.AddX = 0;
            this.tbFind.AddY = 0;
            this.tbFind.AllowSpace = false;
            this.tbFind.BorderColor = System.Drawing.Color.LightGray;
            this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbFind.ChangeVisibility = false;
            this.tbFind.ChildControl = null;
            this.tbFind.ConvertEnterToTab = true;
            this.tbFind.ConvertEnterToTabForDialogs = false;
            this.tbFind.Decimals = 0;
            this.tbFind.DisplayList = new object[0];
            this.tbFind.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbFind.Location = new System.Drawing.Point(53, 4);
            this.tbFind.Name = "tbFind";
            this.tbFind.OnDropDownCloseFocus = true;
            this.tbFind.SelectType = 0;
            this.tbFind.Size = new System.Drawing.Size(118, 20);
            this.tbFind.TabIndex = 1;
            this.tbFind.UseValueForChildsVisibilty = false;
            this.tbFind.Value = true;
            this.tbFind.TextChanged += new System.EventHandler(this.tbFind_TextChanged);
            // 
            // bFindNext
            // 
            this.bFindNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bFindNext.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bFindNext.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bFindNext.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bFindNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bFindNext.Font = new System.Drawing.Font("Arial", 9F);
            this.bFindNext.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bFindNext.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bFindNext.Location = new System.Drawing.Point(177, 2);
            this.bFindNext.Name = "bFindNext";
            this.bFindNext.OverriddenSize = null;
            this.bFindNext.Size = new System.Drawing.Size(61, 21);
            this.bFindNext.TabIndex = 2;
            this.bFindNext.Text = "Find Next";
            this.bFindNext.UseVisualStyleBackColor = true;
            this.bFindNext.Click += new System.EventHandler(this.bFindNext_Click);
            // 
            // bFindPrevious
            // 
            this.bFindPrevious.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bFindPrevious.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bFindPrevious.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bFindPrevious.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bFindPrevious.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bFindPrevious.Font = new System.Drawing.Font("Arial", 9F);
            this.bFindPrevious.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bFindPrevious.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bFindPrevious.Location = new System.Drawing.Point(242, 2);
            this.bFindPrevious.Name = "bFindPrevious";
            this.bFindPrevious.OverriddenSize = null;
            this.bFindPrevious.Size = new System.Drawing.Size(82, 21);
            this.bFindPrevious.TabIndex = 3;
            this.bFindPrevious.Text = "Find Previous";
            this.bFindPrevious.UseVisualStyleBackColor = true;
            this.bFindPrevious.Click += new System.EventHandler(this.bFindPrevious_Click);
            // 
            // ckHighlightAll
            // 
            this.ckHighlightAll.AutoSize = true;
            this.ckHighlightAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckHighlightAll.ForeColor = System.Drawing.Color.Black;
            this.ckHighlightAll.Location = new System.Drawing.Point(330, 5);
            this.ckHighlightAll.Name = "ckHighlightAll";
            this.ckHighlightAll.Size = new System.Drawing.Size(78, 17);
            this.ckHighlightAll.TabIndex = 4;
            this.ckHighlightAll.Text = "Highlight All";
            this.ckHighlightAll.UseVisualStyleBackColor = true;
            this.ckHighlightAll.CheckedChanged += new System.EventHandler(this.ckHighlightAll_CheckedChanged);
            // 
            // ckMatchCase
            // 
            this.ckMatchCase.AutoSize = true;
            this.ckMatchCase.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.ckMatchCase.ForeColor = System.Drawing.Color.Black;
            this.ckMatchCase.Location = new System.Drawing.Point(415, 6);
            this.ckMatchCase.Name = "ckMatchCase";
            this.ckMatchCase.Size = new System.Drawing.Size(80, 17);
            this.ckMatchCase.TabIndex = 5;
            this.ckMatchCase.Text = "Match Case";
            this.ckMatchCase.UseVisualStyleBackColor = true;
            this.ckMatchCase.CheckedChanged += new System.EventHandler(this.ckMatchCase_CheckedChanged);
            // 
            // lFind
            // 
            this.lFind.AutoSize = true;
            this.lFind.Location = new System.Drawing.Point(20, 7);
            this.lFind.Name = "lFind";
            this.lFind.Size = new System.Drawing.Size(30, 13);
            this.lFind.TabIndex = 6;
            this.lFind.Text = "Find:";
            // 
            // lStatus
            // 
            this.lStatus.AutoSize = true;
            this.lStatus.ForeColor = System.Drawing.Color.Salmon;
            this.lStatus.Location = new System.Drawing.Point(501, 7);
            this.lStatus.Name = "lStatus";
            this.lStatus.Size = new System.Drawing.Size(0, 13);
            this.lStatus.TabIndex = 7;
            // 
            // RdlViewerFind
            // 
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
            this.Controls.Add(this.lStatus);
            this.Controls.Add(this.lFind);
            this.Controls.Add(this.ckMatchCase);
            this.Controls.Add(this.ckHighlightAll);
            this.Controls.Add(this.bFindPrevious);
            this.Controls.Add(this.bFindNext);
            this.Controls.Add(this.tbFind);
            this.Controls.Add(this.bClose);
            this.Name = "RdlViewerFind";
            this.Size = new System.Drawing.Size(740, 27);
            this.VisibleChanged += new System.EventHandler(this.RdlViewerFind_VisibleChanged);
            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.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.tbPassPhrase = new Oranikle.Studio.Controls.CustomTextControl();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(280, 23);
            this.label1.TabIndex = 0;
            this.label1.Text = "Please enter the pass phrase for shared data sources";
            // 
            // bOK
            // 
            this.bOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.bOK.Location = new System.Drawing.Point(112, 80);
            this.bOK.Name = "bOK";
            this.bOK.Size = new System.Drawing.Size(75, 23);
            this.bOK.TabIndex = 2;
            this.bOK.Text = "OK";
            // 
            // bCancel
            // 
            this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.bCancel.Location = new System.Drawing.Point(208, 80);
            this.bCancel.Name = "bCancel";
            this.bCancel.Size = new System.Drawing.Size(75, 23);
            this.bCancel.TabIndex = 3;
            this.bCancel.Text = "Cancel";
            // 
            // tbPassPhrase
            // 
            this.tbPassPhrase.Location = new System.Drawing.Point(16, 40);
            this.tbPassPhrase.Name = "tbPassPhrase";
            this.tbPassPhrase.PasswordChar = '*';
            this.tbPassPhrase.Size = new System.Drawing.Size(272, 20);
            this.tbPassPhrase.TabIndex = 1;
            // 
            // DataSourcePassword
            // 
            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(306, 112);
            this.Controls.Add(this.tbPassPhrase);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DataSourcePassword";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Shared Data Sources";
            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.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.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();

		}
示例#10
0
 /// <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.groupBox1        = new System.Windows.Forms.GroupBox();
     this.bBookmarkLink    = new Oranikle.Studio.Controls.StyledButton();
     this.bHyperlink       = new Oranikle.Studio.Controls.StyledButton();
     this.rbNoAction       = new System.Windows.Forms.RadioButton();
     this.bParameters      = new Oranikle.Studio.Controls.StyledButton();
     this.bDrillthrough    = new Oranikle.Studio.Controls.StyledButton();
     this.tbDrillthrough   = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbBookmarkLink   = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbHyperlink      = new Oranikle.Studio.Controls.CustomTextControl();
     this.rbDrillthrough   = new System.Windows.Forms.RadioButton();
     this.rbBookmarkLink   = new System.Windows.Forms.RadioButton();
     this.rbHyperlink      = new System.Windows.Forms.RadioButton();
     this.label1           = new System.Windows.Forms.Label();
     this.tbBookmark       = new Oranikle.Studio.Controls.CustomTextControl();
     this.bBookmark        = new Oranikle.Studio.Controls.StyledButton();
     this.grpBoxVisibility.SuspendLayout();
     this.groupBox1.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, 152);
     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)";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.bBookmarkLink);
     this.groupBox1.Controls.Add(this.bHyperlink);
     this.groupBox1.Controls.Add(this.rbNoAction);
     this.groupBox1.Controls.Add(this.bParameters);
     this.groupBox1.Controls.Add(this.bDrillthrough);
     this.groupBox1.Controls.Add(this.tbDrillthrough);
     this.groupBox1.Controls.Add(this.tbBookmarkLink);
     this.groupBox1.Controls.Add(this.tbHyperlink);
     this.groupBox1.Controls.Add(this.rbDrillthrough);
     this.groupBox1.Controls.Add(this.rbBookmarkLink);
     this.groupBox1.Controls.Add(this.rbHyperlink);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(432, 136);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Action";
     //
     // bBookmarkLink
     //
     this.bBookmarkLink.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bBookmarkLink.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bBookmarkLink.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bBookmarkLink.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bBookmarkLink.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bBookmarkLink.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.bBookmarkLink.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bBookmarkLink.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bBookmarkLink.Location                = new System.Drawing.Point(400, 74);
     this.bBookmarkLink.Name                    = "bBookmarkLink";
     this.bBookmarkLink.OverriddenSize          = null;
     this.bBookmarkLink.Size                    = new System.Drawing.Size(22, 21);
     this.bBookmarkLink.TabIndex                = 3;
     this.bBookmarkLink.Tag                     = "bookmarklink";
     this.bBookmarkLink.Text                    = "fx";
     this.bBookmarkLink.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bBookmarkLink.UseVisualStyleBackColor = true;
     this.bBookmarkLink.Click                  += new System.EventHandler(this.bExpr_Click);
     //
     // bHyperlink
     //
     this.bHyperlink.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bHyperlink.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bHyperlink.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bHyperlink.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bHyperlink.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bHyperlink.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.bHyperlink.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bHyperlink.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bHyperlink.Location                = new System.Drawing.Point(400, 44);
     this.bHyperlink.Name                    = "bHyperlink";
     this.bHyperlink.OverriddenSize          = null;
     this.bHyperlink.Size                    = new System.Drawing.Size(22, 21);
     this.bHyperlink.TabIndex                = 1;
     this.bHyperlink.Tag                     = "hyperlink";
     this.bHyperlink.Text                    = "fx";
     this.bHyperlink.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bHyperlink.UseVisualStyleBackColor = true;
     this.bHyperlink.Click                  += new System.EventHandler(this.bExpr_Click);
     //
     // rbNoAction
     //
     this.rbNoAction.Location        = new System.Drawing.Point(16, 16);
     this.rbNoAction.Name            = "rbNoAction";
     this.rbNoAction.Size            = new System.Drawing.Size(104, 24);
     this.rbNoAction.TabIndex        = 5;
     this.rbNoAction.Text            = "None";
     this.rbNoAction.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
     //
     // bParameters
     //
     this.bParameters.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bParameters.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bParameters.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bParameters.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bParameters.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bParameters.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bParameters.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bParameters.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bParameters.Location                = new System.Drawing.Point(344, 104);
     this.bParameters.Name                    = "bParameters";
     this.bParameters.OverriddenSize          = null;
     this.bParameters.Size                    = new System.Drawing.Size(80, 21);
     this.bParameters.TabIndex                = 6;
     this.bParameters.Text                    = "Parameters...";
     this.bParameters.UseVisualStyleBackColor = true;
     this.bParameters.Click                  += new System.EventHandler(this.bParameters_Click);
     //
     // bDrillthrough
     //
     this.bDrillthrough.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bDrillthrough.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bDrillthrough.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bDrillthrough.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bDrillthrough.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bDrillthrough.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bDrillthrough.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bDrillthrough.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bDrillthrough.Location                = new System.Drawing.Point(312, 104);
     this.bDrillthrough.Name                    = "bDrillthrough";
     this.bDrillthrough.OverriddenSize          = null;
     this.bDrillthrough.Size                    = new System.Drawing.Size(24, 21);
     this.bDrillthrough.TabIndex                = 5;
     this.bDrillthrough.Text                    = "...";
     this.bDrillthrough.UseVisualStyleBackColor = true;
     this.bDrillthrough.Click                  += new System.EventHandler(this.bDrillthrough_Click);
     //
     // tbDrillthrough
     //
     this.tbDrillthrough.AddX                        = 0;
     this.tbDrillthrough.AddY                        = 0;
     this.tbDrillthrough.AllowSpace                  = false;
     this.tbDrillthrough.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbDrillthrough.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbDrillthrough.ChangeVisibility            = false;
     this.tbDrillthrough.ChildControl                = null;
     this.tbDrillthrough.ConvertEnterToTab           = true;
     this.tbDrillthrough.ConvertEnterToTabForDialogs = false;
     this.tbDrillthrough.Decimals                    = 0;
     this.tbDrillthrough.DisplayList                 = new object[0];
     this.tbDrillthrough.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbDrillthrough.Location                    = new System.Drawing.Point(128, 104);
     this.tbDrillthrough.Name                        = "tbDrillthrough";
     this.tbDrillthrough.OnDropDownCloseFocus        = true;
     this.tbDrillthrough.SelectType                  = 0;
     this.tbDrillthrough.Size                        = new System.Drawing.Size(176, 20);
     this.tbDrillthrough.TabIndex                    = 4;
     this.tbDrillthrough.UseValueForChildsVisibilty  = false;
     this.tbDrillthrough.Value                       = true;
     this.tbDrillthrough.TextChanged                += new System.EventHandler(this.tbAction_TextChanged);
     //
     // tbBookmarkLink
     //
     this.tbBookmarkLink.AddX                        = 0;
     this.tbBookmarkLink.AddY                        = 0;
     this.tbBookmarkLink.AllowSpace                  = false;
     this.tbBookmarkLink.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbBookmarkLink.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbBookmarkLink.ChangeVisibility            = false;
     this.tbBookmarkLink.ChildControl                = null;
     this.tbBookmarkLink.ConvertEnterToTab           = true;
     this.tbBookmarkLink.ConvertEnterToTabForDialogs = false;
     this.tbBookmarkLink.Decimals                    = 0;
     this.tbBookmarkLink.DisplayList                 = new object[0];
     this.tbBookmarkLink.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbBookmarkLink.Location                    = new System.Drawing.Point(128, 74);
     this.tbBookmarkLink.Name                        = "tbBookmarkLink";
     this.tbBookmarkLink.OnDropDownCloseFocus        = true;
     this.tbBookmarkLink.SelectType                  = 0;
     this.tbBookmarkLink.Size                        = new System.Drawing.Size(264, 20);
     this.tbBookmarkLink.TabIndex                    = 2;
     this.tbBookmarkLink.UseValueForChildsVisibilty  = false;
     this.tbBookmarkLink.Value                       = true;
     this.tbBookmarkLink.TextChanged                += new System.EventHandler(this.tbAction_TextChanged);
     //
     // tbHyperlink
     //
     this.tbHyperlink.AddX                        = 0;
     this.tbHyperlink.AddY                        = 0;
     this.tbHyperlink.AllowSpace                  = false;
     this.tbHyperlink.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbHyperlink.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbHyperlink.ChangeVisibility            = false;
     this.tbHyperlink.ChildControl                = null;
     this.tbHyperlink.ConvertEnterToTab           = true;
     this.tbHyperlink.ConvertEnterToTabForDialogs = false;
     this.tbHyperlink.Decimals                    = 0;
     this.tbHyperlink.DisplayList                 = new object[0];
     this.tbHyperlink.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbHyperlink.Location                    = new System.Drawing.Point(128, 44);
     this.tbHyperlink.Name                        = "tbHyperlink";
     this.tbHyperlink.OnDropDownCloseFocus        = true;
     this.tbHyperlink.SelectType                  = 0;
     this.tbHyperlink.Size                        = new System.Drawing.Size(264, 20);
     this.tbHyperlink.TabIndex                    = 0;
     this.tbHyperlink.UseValueForChildsVisibilty  = false;
     this.tbHyperlink.Value                       = true;
     this.tbHyperlink.TextChanged                += new System.EventHandler(this.tbAction_TextChanged);
     //
     // rbDrillthrough
     //
     this.rbDrillthrough.Location        = new System.Drawing.Point(16, 100);
     this.rbDrillthrough.Name            = "rbDrillthrough";
     this.rbDrillthrough.Size            = new System.Drawing.Size(104, 24);
     this.rbDrillthrough.TabIndex        = 2;
     this.rbDrillthrough.Text            = "Drill Through";
     this.rbDrillthrough.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
     //
     // rbBookmarkLink
     //
     this.rbBookmarkLink.Location        = new System.Drawing.Point(16, 72);
     this.rbBookmarkLink.Name            = "rbBookmarkLink";
     this.rbBookmarkLink.Size            = new System.Drawing.Size(104, 24);
     this.rbBookmarkLink.TabIndex        = 1;
     this.rbBookmarkLink.Text            = "Bookmark Link";
     this.rbBookmarkLink.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
     //
     // rbHyperlink
     //
     this.rbHyperlink.Location        = new System.Drawing.Point(16, 44);
     this.rbHyperlink.Name            = "rbHyperlink";
     this.rbHyperlink.Size            = new System.Drawing.Size(104, 24);
     this.rbHyperlink.TabIndex        = 0;
     this.rbHyperlink.Text            = "Hyperlink";
     this.rbHyperlink.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 257);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Bookmark";
     //
     // tbBookmark
     //
     this.tbBookmark.AddX                        = 0;
     this.tbBookmark.AddY                        = 0;
     this.tbBookmark.AllowSpace                  = false;
     this.tbBookmark.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbBookmark.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbBookmark.ChangeVisibility            = false;
     this.tbBookmark.ChildControl                = null;
     this.tbBookmark.ConvertEnterToTab           = true;
     this.tbBookmark.ConvertEnterToTabForDialogs = false;
     this.tbBookmark.Decimals                    = 0;
     this.tbBookmark.DisplayList                 = new object[0];
     this.tbBookmark.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbBookmark.Location                    = new System.Drawing.Point(88, 255);
     this.tbBookmark.Name                        = "tbBookmark";
     this.tbBookmark.OnDropDownCloseFocus        = true;
     this.tbBookmark.SelectType                  = 0;
     this.tbBookmark.Size                        = new System.Drawing.Size(312, 20);
     this.tbBookmark.TabIndex                    = 3;
     this.tbBookmark.UseValueForChildsVisibilty  = false;
     this.tbBookmark.Value                       = true;
     //
     // bBookmark
     //
     this.bBookmark.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bBookmark.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bBookmark.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bBookmark.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bBookmark.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bBookmark.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.bBookmark.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bBookmark.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bBookmark.Location                = new System.Drawing.Point(408, 255);
     this.bBookmark.Name                    = "bBookmark";
     this.bBookmark.OverriddenSize          = null;
     this.bBookmark.Size                    = new System.Drawing.Size(22, 21);
     this.bBookmark.TabIndex                = 4;
     this.bBookmark.Tag                     = "bookmark";
     this.bBookmark.Text                    = "fx";
     this.bBookmark.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bBookmark.UseVisualStyleBackColor = true;
     this.bBookmark.Click                  += new System.EventHandler(this.bExpr_Click);
     //
     // InteractivityCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.bBookmark);
     this.Controls.Add(this.tbBookmark);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.grpBoxVisibility);
     this.Name = "InteractivityCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.grpBoxVisibility.ResumeLayout(false);
     this.grpBoxVisibility.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.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.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);

		}
示例#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);
 }
示例#14
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.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);
 }
示例#15
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();
 }
示例#16
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();
 }
		private void InitToolbar()
		{
			bool bResumeLayout=false;
			// Clear out anything from before
			if (mainTB != null)
			{
				this.SuspendLayout();
				mainTB.SuspendLayout();
				bResumeLayout=true;
				mainTB.Controls.Clear();
				if (ctlLAlign!=null) {ctlLAlign=null;}
                if (ctlRAlign != null) { ctlRAlign = null; }
                if (ctlCAlign != null) { ctlCAlign = null; }
                if (ctlBold != null) { ctlBold = null; }
                if (ctlItalic != null) { ctlItalic = null; }
				if (ctlUnderline!=null) {ctlUnderline=null;}
				if (ctlFont!=null) {ctlFont=null;}
				if (ctlFontSize!=null) {ctlFontSize=null;}
				if (ctlForeColor!=null) {ctlForeColor=null;}
				if (ctlBackColor!=null) {ctlBackColor=null;}
				if (ctlNew!=null) {ctlNew=null;}
				if (ctlOpen!=null) {ctlOpen=null;}
				if (ctlSave!=null) {ctlSave=null;}
				if (ctlCut!=null) {ctlCut=null;}
				if (ctlCopy!=null) {ctlCopy=null;}
				if (ctlUndo!=null) {ctlUndo=null;}
				if (ctlPaste!=null) {ctlPaste=null;}
				if (ctlPrint!=null) {ctlPrint=null;}
				if (ctlPdf!=null) {ctlPdf=null;}
                if (ctlTif != null) { ctlTif = null; }
                if (ctlXml != null) { ctlXml = null; }
				if (ctlHtml!=null) {ctlHtml=null;}
				if (ctlMht!=null) {ctlMht=null;}
                if (ctlCsv != null) { ctlCsv = null; }
                if (ctlExcel != null) { ctlExcel = null; }
                if (ctlRtf != null) { ctlRtf = null; }
                if (ctlZoom != null) { ctlZoom = null; }
				if (ctlInsertCurrent!=null) {ctlInsertCurrent=null;}
				if (ctlInsertTextbox!=null) {ctlInsertTextbox=null;}
				if (ctlInsertChart!=null) {ctlInsertChart=null;}
				if (ctlInsertRectangle!=null) {ctlInsertRectangle=null;}
				if (ctlInsertTable!=null) {ctlInsertTable=null;}
				if (ctlInsertMatrix!=null) {ctlInsertMatrix=null;}
				if (ctlInsertList!=null) {ctlInsertList=null;}
				if (ctlInsertLine!=null) {ctlInsertLine=null;}
				if (ctlInsertImage!=null) {ctlInsertImage=null;}
				if (ctlInsertSubreport!=null) {ctlInsertSubreport=null;}
                if (ctlSelectTool != null) { ctlSelectTool = null; }
                if (ctlEditTextbox!=null){ctlEditTextbox=null;}
				if (ctlEditLabel!=null){ctlEditLabel=null;}
			}
			else
			{
				mainTB = new ToolBar();
                mainTB.SizeChanged += new EventHandler(mainTB_SizeChanged);
				mainTB.SuspendLayout();
			}
			const int LINEHEIGHT = 22;
			const int LEFTMARGIN = 5;
			int y = 2;
			int x = LEFTMARGIN;

			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(RdlDesigner));

			// Build the controls the user wants
			foreach (string tbi in _Toolbar)
			{
				switch (tbi)
				{
					case "\n":
					case "Newline":
						y += LINEHEIGHT;
						x = LEFTMARGIN;
						break;
                    case "Align": 
                        ctlLAlign = InitToolbarInsertToggle(ref x, y, "Left Align", bLAlign.Image, new EventHandler(this.menuFormatAlignButton_Click));
                        ctlCAlign = InitToolbarInsertToggle(ref x, y, "Center Align", bCAlign.Image, new EventHandler(this.menuFormatAlignButton_Click));
                        ctlRAlign = InitToolbarInsertToggle(ref x, y, "Right Align", bRAlign.Image, new EventHandler(this.menuFormatAlignButton_Click));
                        break;
                    case "Bold":
						x += InitToolbarBold(x,y);
						break;
					case "Italic":
						x += InitToolbarItalic(x,y);
						break;
					case "Underline":
						x += InitToolbarUnderline(x,y);
						break;
					case "Space":
						x += 5;
						break;
					case "Font":
						x += InitToolbarFont(x,y);
						break;
					case "FontSize":
						x += InitToolbarFontSize(x,y);
						break;
					case "ForeColor":
                        ctlForeColor = InitToolbarColor(ref x, y, "Fore Color", new PopupEventHandler(tip_Popup_Fore));
						ctlForeColor.SelectedValueChanged +=new EventHandler(ctlForeColor_Change);
						ctlForeColor.Validated +=new EventHandler(ctlForeColor_Change);
						break;
					case "BackColor":
						ctlBackColor = InitToolbarColor(ref x, y, "Back Color", new PopupEventHandler(tip_Popup_Back));
						ctlBackColor.SelectedValueChanged +=new EventHandler(ctlBackColor_Change);
						ctlBackColor.Validated +=new EventHandler(ctlBackColor_Change);
						break;
					case "New":
						ctlNew = InitToolbarMenu(ref x, y, "New", bNew.Image, new EventHandler(this.menuFileNewReport_Click));
						break;
					case "Open":
						ctlOpen = InitToolbarMenu(ref x, y, "Open", bOpen.Image, new EventHandler(this.menuFileOpen_Click));
						break;
					case "Save":
						ctlSave = InitToolbarMenu(ref x, y, "Save", bSave.Image, new EventHandler(this.menuFileSave_Click));
						break;
					case "Cut":
						ctlCut = InitToolbarMenu(ref x, y, "Cut", bCut.Image, new EventHandler(this.menuEditCut_Click));
						break;
					case "Copy":
						ctlCopy = InitToolbarMenu(ref x, y, "Copy", bCopy.Image, new EventHandler(this.menuEditCopy_Click));
						break;
					case "Undo":
						ctlUndo = InitToolbarMenu(ref x, y, "Undo", bUndo.Image, new EventHandler(this.menuEditUndo_Click));
						break;
					case "Paste":
						ctlPaste = InitToolbarMenu(ref x, y, "Paste", bPaste.Image, new EventHandler(this.menuEditPaste_Click));
						break;
					case "Print":
						ctlPrint = InitToolbarMenu(ref x, y, "Print", bPrint.Image, new EventHandler(this.menuFilePrint_Click));
						break;
                    case "SelectTool":
                        x += InitToolbarSelectTool(x, y);
                        break;
                    case "XML":
						ctlXml = InitToolbarMenu(ref x, y, "XML", bXml.Image, new EventHandler(this.menuExportXml_Click));
						break;
                    case "PDF":
						ctlPdf = InitToolbarMenu(ref x, y, "PDF", bPdf.Image, new EventHandler(this.menuExportPdf_Click));
						break;
                    case "TIF":
                        ctlTif = InitToolbarMenu(ref x, y, "TIF", bTif.Image, new EventHandler(this.menuExportTif_Click));
                        break;
                    case "HTML":
						ctlHtml = InitToolbarMenu(ref x, y, "HTML", bHtml.Image, new EventHandler(this.menuExportHtml_Click));
						break;
					case "MHT":
						ctlMht = InitToolbarMenu(ref x, y, "MHT", bMht.Image, new EventHandler(this.menuExportMHtml_Click));
						break;
                    case "CSV":
                        ctlCsv = InitToolbarMenu(ref x, y, "CSV", bCsv.Image, new EventHandler(this.menuExportCsv_Click));
                        break;
                    case "Excel":
                        ctlExcel = InitToolbarMenu(ref x, y, "Excel", bExcel.Image, new EventHandler(this.menuExportExcel_Click));
                        break;
                    case "RTF":
                        ctlRtf = InitToolbarMenu(ref x, y, "RTF", bRtf.Image, new EventHandler(this.menuExportRtf_Click));
                        break;
                    case "Edit":
						ctlEditTextbox = InitToolbarEditTextbox(ref x, y);
						break;
					case "Textbox":
						ctlInsertTextbox = InitToolbarInsertToggle(ref x, y, "Textbox", bText.Image);
						break;
                    case "Chart":
						ctlInsertChart = InitToolbarInsertToggle(ref x, y, "Chart", bChart.Image);
						break;
					case "System.Drawing.Rectangle":
						ctlInsertRectangle = InitToolbarInsertToggle(ref x, y, "System.Drawing.Rectangle", bRectangle.Image);
						break;
					case "Table":
						ctlInsertTable = InitToolbarInsertToggle(ref x, y, "Table",	bTable.Image);
						break;
					case "Matrix":
						ctlInsertMatrix = InitToolbarInsertToggle(ref x, y, "Matrix", bMatrix.Image);
						break;
					case "List":
						ctlInsertList = InitToolbarInsertToggle(ref x, y, "List", bList.Image);
						break;
					case "Line":
						ctlInsertLine = InitToolbarInsertToggle(ref x, y, "Line", bLine.Image);
						break;
					case "System.Drawing.Image":
						ctlInsertImage = InitToolbarInsertToggle(ref x, y, "System.Drawing.Image", bImage.Image);
						break;
					case "Subreport":
						ctlInsertSubreport = InitToolbarInsertToggle(ref x, y, "Subreport", bSubreport.Image);
						break;
					case "Zoom":
						ctlZoom = InitToolbarZoom(ref x, y);
						ctlZoom.SelectedValueChanged +=new EventHandler(ctlZoom_Change);
						ctlZoom.Validated +=new EventHandler(ctlZoom_Change);
						break;
					default:
						break;
				}
			}
            
            // put the tab control in
            if (mainTC == null)
            {
                mainTC = new Oranikle.Studio.Controls.CtrlStyledTab();
                mainTC.MouseClick += new MouseEventHandler(mainTC_MouseClick);

                mainTC.SelectedIndexChanged += new EventHandler(mainTC_SelectedIndexChanged);
                mainTC.ShowToolTips = true;
            }
            mainTC.Parent = mainTB;
            mainTC.Visible = _ShowTabbedInterface;
            if (_ShowTabbedInterface)
            {   // When tabbed we force the mdi children to be maximized (on reset)
                foreach (MDIChild mc in this.MdiChildren)
                {
                    mc.WindowState = FormWindowState.Maximized;
                }
            }
            mainTC.Location = new Point(0, y + LINEHEIGHT + 1);
            mainTC.Size = new Size(mainTB.Width, LINEHEIGHT);
            if (_ShowTabbedInterface)
                y += LINEHEIGHT;

            mainTB.Parent = this;
			mainTB.BorderStyle = BorderStyle.None;
			mainTB.DropDownArrows = true;
			mainTB.Name = "mainTB";
			mainTB.ShowToolTips = true;
			//			mainTB.Size = new Size(440,20);
			mainTB.TabIndex = 1;
			mainTB.AutoSize = false;
			mainTB.Height = y + LINEHEIGHT + 1;     // 1 was 4	
			if (bResumeLayout)
			{
				mainTB.ResumeLayout();
				this.ResumeLayout();
			}
		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.panel1 = new System.Windows.Forms.Panel();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tvOp = new System.Windows.Forms.TreeView();
            this.bCopy = new Oranikle.Studio.Controls.StyledButton();
            this.lOp = new System.Windows.Forms.Label();
            this.tbExpr = new Oranikle.Studio.Controls.CustomTextControl();
            this.lExpr = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panel1.Controls.Add(this.bCancel);
            this.panel1.Controls.Add(this.bOK);
            this.panel1.Location = new System.Drawing.Point(0, 407);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(857, 40);
            this.panel1.TabIndex = 15;
            // 
            // bCancel
            // 
            this.bCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            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(768, 9);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 21);
            this.bCancel.TabIndex = 5;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // bOK
            // 
            this.bOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            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.DialogResult = System.Windows.Forms.DialogResult.OK;
            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(687, 9);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 21);
            this.bOK.TabIndex = 4;
            this.bOK.Text = "OK";
            this.bOK.UseVisualStyleBackColor = true;
            // 
            // splitContainer1
            // 
            this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tvOp);
            this.splitContainer1.Panel1.Controls.Add(this.bCopy);
            this.splitContainer1.Panel1.Controls.Add(this.lOp);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tbExpr);
            this.splitContainer1.Panel2.Controls.Add(this.lExpr);
            this.splitContainer1.Size = new System.Drawing.Size(857, 402);
            this.splitContainer1.SplitterDistance = 285;
            this.splitContainer1.TabIndex = 14;
            // 
            // tvOp
            // 
            this.tvOp.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.tvOp.Location = new System.Drawing.Point(0, 29);
            this.tvOp.Name = "tvOp";
            this.tvOp.Size = new System.Drawing.Size(282, 370);
            this.tvOp.TabIndex = 1;
            // 
            // bCopy
            // 
            this.bCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.bCopy.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCopy.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCopy.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCopy.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCopy.Font = new System.Drawing.Font("Arial", 9F);
            this.bCopy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCopy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCopy.Location = new System.Drawing.Point(250, 4);
            this.bCopy.Name = "bCopy";
            this.bCopy.OverriddenSize = null;
            this.bCopy.Size = new System.Drawing.Size(32, 21);
            this.bCopy.TabIndex = 2;
            this.bCopy.Text = ">>";
            this.bCopy.UseVisualStyleBackColor = true;
            this.bCopy.Click += new System.EventHandler(this.bCopy_Click);
            // 
            // lOp
            // 
            this.lOp.Location = new System.Drawing.Point(0, 4);
            this.lOp.Name = "lOp";
            this.lOp.Size = new System.Drawing.Size(106, 23);
            this.lOp.TabIndex = 14;
            this.lOp.Text = "Select and hit \'>>\'";
            // 
            // tbExpr
            // 
            this.tbExpr.AcceptsReturn = true;
            this.tbExpr.AcceptsTab = true;
            this.tbExpr.AddX = 0;
            this.tbExpr.AddY = 0;
            this.tbExpr.AllowSpace = false;
            this.tbExpr.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.tbExpr.BorderColor = System.Drawing.Color.LightGray;
            this.tbExpr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbExpr.ChangeVisibility = false;
            this.tbExpr.ChildControl = null;
            this.tbExpr.ConvertEnterToTab = true;
            this.tbExpr.ConvertEnterToTabForDialogs = false;
            this.tbExpr.Decimals = 0;
            this.tbExpr.DisplayList = new object[0];
            this.tbExpr.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbExpr.Location = new System.Drawing.Point(6, 32);
            this.tbExpr.Multiline = true;
            this.tbExpr.Name = "tbExpr";
            this.tbExpr.OnDropDownCloseFocus = true;
            this.tbExpr.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.tbExpr.SelectType = 0;
            this.tbExpr.Size = new System.Drawing.Size(559, 367);
            this.tbExpr.TabIndex = 0;
            this.tbExpr.UseValueForChildsVisibilty = false;
            this.tbExpr.Value = true;
            this.tbExpr.WordWrap = false;
            // 
            // lExpr
            // 
            this.lExpr.Location = new System.Drawing.Point(3, 6);
            this.lExpr.Name = "lExpr";
            this.lExpr.Size = new System.Drawing.Size(134, 20);
            this.lExpr.TabIndex = 13;
            this.lExpr.Text = "Expressions start with \'=\'";
            // 
            // DialogExprEditor
            // 
            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(857, 447);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogExprEditor";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Edit Expression";
            this.panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

		}
示例#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.lDataProvider = new System.Windows.Forms.Label();
     this.bOK           = new Oranikle.Studio.Controls.StyledButton();
     this.bCancel       = new Oranikle.Studio.Controls.StyledButton();
     this.lbImages      = new System.Windows.Forms.ListBox();
     this.bRemove       = new Oranikle.Studio.Controls.StyledButton();
     this.bImport       = new Oranikle.Studio.Controls.StyledButton();
     this.label1        = new System.Windows.Forms.Label();
     this.tbEIName      = new Oranikle.Studio.Controls.CustomTextControl();
     this.bPaste        = new Oranikle.Studio.Controls.StyledButton();
     this.pictureImage  = new System.Windows.Forms.PictureBox();
     this.lbMIMEType    = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureImage)).BeginInit();
     this.SuspendLayout();
     //
     // lDataProvider
     //
     this.lDataProvider.Location = new System.Drawing.Point(216, 72);
     this.lDataProvider.Name     = "lDataProvider";
     this.lDataProvider.Size     = new System.Drawing.Size(72, 23);
     this.lDataProvider.TabIndex = 7;
     this.lDataProvider.Text     = "MIME Type:";
     //
     // 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, 21);
     this.bOK.TabIndex                = 5;
     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, 21);
     this.bCancel.TabIndex                = 6;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // lbImages
     //
     this.lbImages.Location              = new System.Drawing.Point(16, 8);
     this.lbImages.Name                  = "lbImages";
     this.lbImages.Size                  = new System.Drawing.Size(120, 95);
     this.lbImages.TabIndex              = 0;
     this.lbImages.SelectedIndexChanged += new System.EventHandler(this.lbImages_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, 80);
     this.bRemove.Name                    = "bRemove";
     this.bRemove.OverriddenSize          = null;
     this.bRemove.Size                    = new System.Drawing.Size(56, 21);
     this.bRemove.TabIndex                = 3;
     this.bRemove.Text                    = "Remove";
     this.bRemove.UseVisualStyleBackColor = true;
     this.bRemove.Click                  += new System.EventHandler(this.bRemove_Click);
     //
     // bImport
     //
     this.bImport.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bImport.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bImport.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bImport.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bImport.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bImport.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bImport.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bImport.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bImport.Location                = new System.Drawing.Point(144, 8);
     this.bImport.Name                    = "bImport";
     this.bImport.OverriddenSize          = null;
     this.bImport.Size                    = new System.Drawing.Size(56, 21);
     this.bImport.TabIndex                = 1;
     this.bImport.Text                    = "Import...";
     this.bImport.UseVisualStyleBackColor = true;
     this.bImport.Click                  += new System.EventHandler(this.bImport_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(216, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(136, 23);
     this.label1.TabIndex = 22;
     this.label1.Text     = "Embedded System.Drawing.Image Name";
     //
     // tbEIName
     //
     this.tbEIName.AddX                        = 0;
     this.tbEIName.AddY                        = 0;
     this.tbEIName.AllowSpace                  = false;
     this.tbEIName.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbEIName.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbEIName.ChangeVisibility            = false;
     this.tbEIName.ChildControl                = null;
     this.tbEIName.ConvertEnterToTab           = true;
     this.tbEIName.ConvertEnterToTabForDialogs = false;
     this.tbEIName.Decimals                    = 0;
     this.tbEIName.DisplayList                 = new object[0];
     this.tbEIName.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbEIName.Location                    = new System.Drawing.Point(216, 24);
     this.tbEIName.Name                        = "tbEIName";
     this.tbEIName.OnDropDownCloseFocus        = true;
     this.tbEIName.SelectType                  = 0;
     this.tbEIName.Size                        = new System.Drawing.Size(216, 20);
     this.tbEIName.TabIndex                    = 4;
     this.tbEIName.UseValueForChildsVisibilty  = false;
     this.tbEIName.Value                       = true;
     this.tbEIName.TextChanged                += new System.EventHandler(this.tbEIName_TextChanged);
     this.tbEIName.Validating                 += new System.ComponentModel.CancelEventHandler(this.tbEIName_Validating);
     //
     // bPaste
     //
     this.bPaste.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bPaste.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bPaste.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bPaste.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bPaste.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bPaste.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bPaste.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bPaste.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bPaste.Location                = new System.Drawing.Point(144, 44);
     this.bPaste.Name                    = "bPaste";
     this.bPaste.OverriddenSize          = null;
     this.bPaste.Size                    = new System.Drawing.Size(56, 21);
     this.bPaste.TabIndex                = 2;
     this.bPaste.Text                    = "Paste";
     this.bPaste.UseVisualStyleBackColor = true;
     this.bPaste.Click                  += new System.EventHandler(this.bPaste_Click);
     //
     // pictureImage
     //
     this.pictureImage.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.pictureImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureImage.Location    = new System.Drawing.Point(16, 120);
     this.pictureImage.Name        = "pictureImage";
     this.pictureImage.Size        = new System.Drawing.Size(424, 208);
     this.pictureImage.TabIndex    = 24;
     this.pictureImage.TabStop     = false;
     //
     // lbMIMEType
     //
     this.lbMIMEType.Location = new System.Drawing.Point(296, 72);
     this.lbMIMEType.Name     = "lbMIMEType";
     this.lbMIMEType.Size     = new System.Drawing.Size(100, 23);
     this.lbMIMEType.TabIndex = 25;
     this.lbMIMEType.Text     = "image/png";
     //
     // DialogEmbeddedImages
     //
     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.lbMIMEType);
     this.Controls.Add(this.pictureImage);
     this.Controls.Add(this.bPaste);
     this.Controls.Add(this.tbEIName);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bRemove);
     this.Controls.Add(this.bImport);
     this.Controls.Add(this.lbImages);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOK);
     this.Controls.Add(this.lDataProvider);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DialogEmbeddedImages";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Embedded Images";
     ((System.ComponentModel.ISupportInitialize)(this.pictureImage)).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.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.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();

		}
示例#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.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);

		}
示例#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.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);
 }
示例#24
0
 /// <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.tbStrings = new Oranikle.Studio.Controls.CustomTextControl();
     this.bCancel   = new Oranikle.Studio.Controls.StyledButton();
     this.label1    = new System.Windows.Forms.Label();
     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.DialogResult            = System.Windows.Forms.DialogResult.OK;
     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(96, 192);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 21);
     this.bOK.TabIndex                = 0;
     this.bOK.Text                    = "OK";
     this.bOK.UseVisualStyleBackColor = true;
     //
     // tbStrings
     //
     this.tbStrings.AddX                        = 0;
     this.tbStrings.AddY                        = 0;
     this.tbStrings.AllowSpace                  = false;
     this.tbStrings.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbStrings.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbStrings.ChangeVisibility            = false;
     this.tbStrings.ChildControl                = null;
     this.tbStrings.ConvertEnterToTab           = true;
     this.tbStrings.ConvertEnterToTabForDialogs = false;
     this.tbStrings.Decimals                    = 0;
     this.tbStrings.DisplayList                 = new object[0];
     this.tbStrings.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbStrings.Location                    = new System.Drawing.Point(8, 40);
     this.tbStrings.Multiline                   = true;
     this.tbStrings.Name                        = "tbStrings";
     this.tbStrings.OnDropDownCloseFocus        = true;
     this.tbStrings.ScrollBars                  = System.Windows.Forms.ScrollBars.Both;
     this.tbStrings.SelectType                  = 0;
     this.tbStrings.Size                        = new System.Drawing.Size(256, 144);
     this.tbStrings.TabIndex                    = 9;
     this.tbStrings.UseValueForChildsVisibilty  = false;
     this.tbStrings.Value                       = true;
     //
     // 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(192, 192);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 21);
     this.bCancel.TabIndex                = 10;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(240, 23);
     this.label1.TabIndex = 11;
     this.label1.Text     = "Enter separate values on multiple lines below";
     //
     // DialogListOfStrings
     //
     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(282, 224);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.tbStrings);
     this.Controls.Add(this.bOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DialogListOfStrings";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.cbDataSource        = new Oranikle.Studio.Controls.StyledComboBox();
     this.lDataSource         = new System.Windows.Forms.Label();
     this.tbDSName            = new Oranikle.Studio.Controls.CustomTextControl();
     this.lDataSetName        = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.tbSQL               = new Oranikle.Studio.Controls.CustomTextControl();
     this.label2              = new System.Windows.Forms.Label();
     this.dgFields            = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.bDeleteField        = new Oranikle.Studio.Controls.StyledButton();
     this.bEditSQL            = new Oranikle.Studio.Controls.StyledButton();
     this.bRefresh            = new Oranikle.Studio.Controls.StyledButton();
     this.label3              = new System.Windows.Forms.Label();
     this.tbTimeout           = new System.Windows.Forms.NumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.dgFields)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbTimeout)).BeginInit();
     this.SuspendLayout();
     //
     // cbDataSource
     //
     this.cbDataSource.AutoAdjustItemHeight        = false;
     this.cbDataSource.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbDataSource.ConvertEnterToTabForDialogs = false;
     this.cbDataSource.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbDataSource.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataSource.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbDataSource.Location              = new System.Drawing.Point(296, 8);
     this.cbDataSource.Name                  = "cbDataSource";
     this.cbDataSource.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbDataSource.SeparatorMargin       = 1;
     this.cbDataSource.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbDataSource.SeparatorWidth        = 1;
     this.cbDataSource.Size                  = new System.Drawing.Size(144, 21);
     this.cbDataSource.TabIndex              = 1;
     this.cbDataSource.SelectedIndexChanged += new System.EventHandler(this.cbDataSource_SelectedIndexChanged);
     //
     // lDataSource
     //
     this.lDataSource.Location  = new System.Drawing.Point(224, 8);
     this.lDataSource.Name      = "lDataSource";
     this.lDataSource.Size      = new System.Drawing.Size(72, 23);
     this.lDataSource.TabIndex  = 21;
     this.lDataSource.Text      = "Data Source";
     this.lDataSource.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // 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(64, 8);
     this.tbDSName.Name                        = "tbDSName";
     this.tbDSName.OnDropDownCloseFocus        = true;
     this.tbDSName.SelectType                  = 0;
     this.tbDSName.Size                        = new System.Drawing.Size(144, 20);
     this.tbDSName.TabIndex                    = 0;
     this.tbDSName.UseValueForChildsVisibilty  = false;
     this.tbDSName.Value                       = true;
     this.tbDSName.TextChanged                += new System.EventHandler(this.tbDSName_TextChanged);
     //
     // lDataSetName
     //
     this.lDataSetName.Location  = new System.Drawing.Point(8, 8);
     this.lDataSetName.Name      = "lDataSetName";
     this.lDataSetName.Size      = new System.Drawing.Size(48, 16);
     this.lDataSetName.TabIndex  = 19;
     this.lDataSetName.Text      = "Name";
     this.lDataSetName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 40);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 16);
     this.label1.TabIndex = 23;
     this.label1.Text     = "SQL Select";
     //
     // tbSQL
     //
     this.tbSQL.AcceptsReturn               = true;
     this.tbSQL.AcceptsTab                  = true;
     this.tbSQL.AddX                        = 0;
     this.tbSQL.AddY                        = 0;
     this.tbSQL.AllowSpace                  = false;
     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(8, 56);
     this.tbSQL.Multiline                   = true;
     this.tbSQL.Name                        = "tbSQL";
     this.tbSQL.OnDropDownCloseFocus        = true;
     this.tbSQL.ScrollBars                  = System.Windows.Forms.ScrollBars.Vertical;
     this.tbSQL.SelectType                  = 0;
     this.tbSQL.Size                        = new System.Drawing.Size(376, 80);
     this.tbSQL.TabIndex                    = 5;
     this.tbSQL.Text                        = "textBox1";
     this.tbSQL.UseValueForChildsVisibilty  = false;
     this.tbSQL.Value                       = true;
     this.tbSQL.TextChanged                += new System.EventHandler(this.tbSQL_TextChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 136);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 16);
     this.label2.TabIndex = 25;
     this.label2.Text     = "Fields";
     //
     // dgFields
     //
     this.dgFields.BackgroundColor = System.Drawing.Color.White;
     this.dgFields.CaptionVisible  = false;
     this.dgFields.DataMember      = "";
     this.dgFields.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgFields.Location        = new System.Drawing.Point(8, 152);
     this.dgFields.Name            = "dgFields";
     this.dgFields.Size            = new System.Drawing.Size(376, 104);
     this.dgFields.TabIndex        = 8;
     this.dgFields.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid        = this.dgFields;
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // bDeleteField
     //
     this.bDeleteField.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bDeleteField.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bDeleteField.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bDeleteField.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bDeleteField.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bDeleteField.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bDeleteField.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bDeleteField.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bDeleteField.Location                = new System.Drawing.Point(390, 163);
     this.bDeleteField.Name                    = "bDeleteField";
     this.bDeleteField.OverriddenSize          = null;
     this.bDeleteField.Size                    = new System.Drawing.Size(52, 21);
     this.bDeleteField.TabIndex                = 9;
     this.bDeleteField.Text                    = "Delete";
     this.bDeleteField.UseVisualStyleBackColor = true;
     this.bDeleteField.Click                  += new System.EventHandler(this.bDeleteField_Click);
     //
     // bEditSQL
     //
     this.bEditSQL.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bEditSQL.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bEditSQL.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bEditSQL.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bEditSQL.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bEditSQL.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bEditSQL.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bEditSQL.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bEditSQL.Location                = new System.Drawing.Point(390, 59);
     this.bEditSQL.Name                    = "bEditSQL";
     this.bEditSQL.OverriddenSize          = null;
     this.bEditSQL.Size                    = new System.Drawing.Size(52, 21);
     this.bEditSQL.TabIndex                = 6;
     this.bEditSQL.Text                    = "SQL...";
     this.bEditSQL.UseVisualStyleBackColor = true;
     this.bEditSQL.Click                  += new System.EventHandler(this.bEditSQL_Click);
     //
     // bRefresh
     //
     this.bRefresh.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bRefresh.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bRefresh.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bRefresh.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bRefresh.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bRefresh.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bRefresh.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bRefresh.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bRefresh.Location                = new System.Drawing.Point(390, 91);
     this.bRefresh.Name                    = "bRefresh";
     this.bRefresh.OverriddenSize          = null;
     this.bRefresh.Size                    = new System.Drawing.Size(52, 21);
     this.bRefresh.TabIndex                = 7;
     this.bRefresh.Text                    = "Refresh Fields";
     this.bRefresh.UseVisualStyleBackColor = true;
     this.bRefresh.Click                  += new System.EventHandler(this.bRefresh_Click);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(224, 40);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(56, 16);
     this.label3.TabIndex = 27;
     this.label3.Text     = "Timeout";
     //
     // tbTimeout
     //
     this.tbTimeout.Location = new System.Drawing.Point(296, 32);
     this.tbTimeout.Maximum  = new decimal(new int[] {
         2147483647,
         0,
         0,
         0
     });
     this.tbTimeout.Name               = "tbTimeout";
     this.tbTimeout.Size               = new System.Drawing.Size(104, 20);
     this.tbTimeout.TabIndex           = 2;
     this.tbTimeout.ThousandsSeparator = true;
     this.tbTimeout.ValueChanged      += new System.EventHandler(this.tbTimeout_ValueChanged);
     //
     // DataSetsCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.tbTimeout);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.bRefresh);
     this.Controls.Add(this.bEditSQL);
     this.Controls.Add(this.bDeleteField);
     this.Controls.Add(this.dgFields);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbSQL);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cbDataSource);
     this.Controls.Add(this.lDataSource);
     this.Controls.Add(this.tbDSName);
     this.Controls.Add(this.lDataSetName);
     this.Name = "DataSetsCtl";
     this.Size = new System.Drawing.Size(448, 304);
     ((System.ComponentModel.ISupportInitialize)(this.dgFields)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbTimeout)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#26
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.bOK        = new Oranikle.Studio.Controls.StyledButton();
     this.tbMessages = new Oranikle.Studio.Controls.CustomTextControl();
     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.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     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(389, 200);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 23);
     this.bOK.TabIndex                = 0;
     this.bOK.Text                    = "OK";
     this.bOK.UseVisualStyleBackColor = true;
     //
     // tbMessages
     //
     this.tbMessages.AddX                        = 0;
     this.tbMessages.AddY                        = 0;
     this.tbMessages.AllowSpace                  = false;
     this.tbMessages.BackColor                   = System.Drawing.Color.White;
     this.tbMessages.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbMessages.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbMessages.ChangeVisibility            = false;
     this.tbMessages.ChildControl                = null;
     this.tbMessages.ConvertEnterToTab           = true;
     this.tbMessages.ConvertEnterToTabForDialogs = false;
     this.tbMessages.Decimals                    = 0;
     this.tbMessages.DisplayList                 = new object[0];
     this.tbMessages.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbMessages.Location                    = new System.Drawing.Point(16, 16);
     this.tbMessages.Multiline                   = true;
     this.tbMessages.Name                        = "tbMessages";
     this.tbMessages.OnDropDownCloseFocus        = true;
     this.tbMessages.ReadOnly                    = true;
     this.tbMessages.ScrollBars                  = System.Windows.Forms.ScrollBars.Both;
     this.tbMessages.SelectType                  = 0;
     this.tbMessages.Size                        = new System.Drawing.Size(448, 176);
     this.tbMessages.TabIndex                    = 9;
     this.tbMessages.UseValueForChildsVisibilty  = false;
     this.tbMessages.Value                       = true;
     //
     // DialogMessages
     //
     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.bOK;
     this.ClientSize        = new System.Drawing.Size(482, 230);
     this.Controls.Add(this.tbMessages);
     this.Controls.Add(this.bOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DialogMessages";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Report Warnings";
     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.panel1          = new System.Windows.Forms.Panel();
     this.bCancel         = new Oranikle.Studio.Controls.StyledButton();
     this.bOK             = new Oranikle.Studio.Controls.StyledButton();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tvOp            = new System.Windows.Forms.TreeView();
     this.bCopy           = new Oranikle.Studio.Controls.StyledButton();
     this.lOp             = new System.Windows.Forms.Label();
     this.tbExpr          = new Oranikle.Studio.Controls.CustomTextControl();
     this.lExpr           = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.bCancel);
     this.panel1.Controls.Add(this.bOK);
     this.panel1.Location = new System.Drawing.Point(0, 407);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(857, 40);
     this.panel1.TabIndex = 15;
     //
     // bCancel
     //
     this.bCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     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(768, 9);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 21);
     this.bCancel.TabIndex                = 5;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // bOK
     //
     this.bOK.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     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.DialogResult            = System.Windows.Forms.DialogResult.OK;
     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(687, 9);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 21);
     this.bOK.TabIndex                = 4;
     this.bOK.Text                    = "OK";
     this.bOK.UseVisualStyleBackColor = true;
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tvOp);
     this.splitContainer1.Panel1.Controls.Add(this.bCopy);
     this.splitContainer1.Panel1.Controls.Add(this.lOp);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tbExpr);
     this.splitContainer1.Panel2.Controls.Add(this.lExpr);
     this.splitContainer1.Size             = new System.Drawing.Size(857, 402);
     this.splitContainer1.SplitterDistance = 285;
     this.splitContainer1.TabIndex         = 14;
     //
     // tvOp
     //
     this.tvOp.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.tvOp.Location = new System.Drawing.Point(0, 29);
     this.tvOp.Name     = "tvOp";
     this.tvOp.Size     = new System.Drawing.Size(282, 370);
     this.tvOp.TabIndex = 1;
     //
     // bCopy
     //
     this.bCopy.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bCopy.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bCopy.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bCopy.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bCopy.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bCopy.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bCopy.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bCopy.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bCopy.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bCopy.Location                = new System.Drawing.Point(250, 4);
     this.bCopy.Name                    = "bCopy";
     this.bCopy.OverriddenSize          = null;
     this.bCopy.Size                    = new System.Drawing.Size(32, 21);
     this.bCopy.TabIndex                = 2;
     this.bCopy.Text                    = ">>";
     this.bCopy.UseVisualStyleBackColor = true;
     this.bCopy.Click                  += new System.EventHandler(this.bCopy_Click);
     //
     // lOp
     //
     this.lOp.Location = new System.Drawing.Point(0, 4);
     this.lOp.Name     = "lOp";
     this.lOp.Size     = new System.Drawing.Size(106, 23);
     this.lOp.TabIndex = 14;
     this.lOp.Text     = "Select and hit \'>>\'";
     //
     // tbExpr
     //
     this.tbExpr.AcceptsReturn = true;
     this.tbExpr.AcceptsTab    = true;
     this.tbExpr.AddX          = 0;
     this.tbExpr.AddY          = 0;
     this.tbExpr.AllowSpace    = false;
     this.tbExpr.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.tbExpr.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbExpr.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbExpr.ChangeVisibility            = false;
     this.tbExpr.ChildControl                = null;
     this.tbExpr.ConvertEnterToTab           = true;
     this.tbExpr.ConvertEnterToTabForDialogs = false;
     this.tbExpr.Decimals                   = 0;
     this.tbExpr.DisplayList                = new object[0];
     this.tbExpr.HitText                    = Oranikle.Studio.Controls.HitText.String;
     this.tbExpr.Location                   = new System.Drawing.Point(6, 32);
     this.tbExpr.Multiline                  = true;
     this.tbExpr.Name                       = "tbExpr";
     this.tbExpr.OnDropDownCloseFocus       = true;
     this.tbExpr.ScrollBars                 = System.Windows.Forms.ScrollBars.Both;
     this.tbExpr.SelectType                 = 0;
     this.tbExpr.Size                       = new System.Drawing.Size(559, 367);
     this.tbExpr.TabIndex                   = 0;
     this.tbExpr.UseValueForChildsVisibilty = false;
     this.tbExpr.Value                      = true;
     this.tbExpr.WordWrap                   = false;
     //
     // lExpr
     //
     this.lExpr.Location = new System.Drawing.Point(3, 6);
     this.lExpr.Name     = "lExpr";
     this.lExpr.Size     = new System.Drawing.Size(134, 20);
     this.lExpr.TabIndex = 13;
     this.lExpr.Text     = "Expressions start with \'=\'";
     //
     // DialogExprEditor
     //
     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(857, 447);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DialogExprEditor";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Edit Expression";
     this.panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.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.cbDataSource = new Oranikle.Studio.Controls.StyledComboBox();
            this.lDataSource = new System.Windows.Forms.Label();
            this.tbDSName = new Oranikle.Studio.Controls.CustomTextControl();
            this.lDataSetName = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.tbSQL = new Oranikle.Studio.Controls.CustomTextControl();
            this.label2 = new System.Windows.Forms.Label();
            this.dgFields = new System.Windows.Forms.DataGrid();
            this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
            this.bDeleteField = new Oranikle.Studio.Controls.StyledButton();
            this.bEditSQL = new Oranikle.Studio.Controls.StyledButton();
            this.bRefresh = new Oranikle.Studio.Controls.StyledButton();
            this.label3 = new System.Windows.Forms.Label();
            this.tbTimeout = new System.Windows.Forms.NumericUpDown();
            ((System.ComponentModel.ISupportInitialize)(this.dgFields)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTimeout)).BeginInit();
            this.SuspendLayout();
            // 
            // cbDataSource
            // 
            this.cbDataSource.AutoAdjustItemHeight = false;
            this.cbDataSource.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataSource.ConvertEnterToTabForDialogs = false;
            this.cbDataSource.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataSource.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataSource.Location = new System.Drawing.Point(296, 8);
            this.cbDataSource.Name = "cbDataSource";
            this.cbDataSource.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataSource.SeparatorMargin = 1;
            this.cbDataSource.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataSource.SeparatorWidth = 1;
            this.cbDataSource.Size = new System.Drawing.Size(144, 21);
            this.cbDataSource.TabIndex = 1;
            this.cbDataSource.SelectedIndexChanged += new System.EventHandler(this.cbDataSource_SelectedIndexChanged);
            // 
            // lDataSource
            // 
            this.lDataSource.Location = new System.Drawing.Point(224, 8);
            this.lDataSource.Name = "lDataSource";
            this.lDataSource.Size = new System.Drawing.Size(72, 23);
            this.lDataSource.TabIndex = 21;
            this.lDataSource.Text = "Data Source";
            this.lDataSource.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // 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(64, 8);
            this.tbDSName.Name = "tbDSName";
            this.tbDSName.OnDropDownCloseFocus = true;
            this.tbDSName.SelectType = 0;
            this.tbDSName.Size = new System.Drawing.Size(144, 20);
            this.tbDSName.TabIndex = 0;
            this.tbDSName.UseValueForChildsVisibilty = false;
            this.tbDSName.Value = true;
            this.tbDSName.TextChanged += new System.EventHandler(this.tbDSName_TextChanged);
            // 
            // lDataSetName
            // 
            this.lDataSetName.Location = new System.Drawing.Point(8, 8);
            this.lDataSetName.Name = "lDataSetName";
            this.lDataSetName.Size = new System.Drawing.Size(48, 16);
            this.lDataSetName.TabIndex = 19;
            this.lDataSetName.Text = "Name";
            this.lDataSetName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(8, 40);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 16);
            this.label1.TabIndex = 23;
            this.label1.Text = "SQL Select";
            // 
            // tbSQL
            // 
            this.tbSQL.AcceptsReturn = true;
            this.tbSQL.AcceptsTab = true;
            this.tbSQL.AddX = 0;
            this.tbSQL.AddY = 0;
            this.tbSQL.AllowSpace = false;
            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(8, 56);
            this.tbSQL.Multiline = true;
            this.tbSQL.Name = "tbSQL";
            this.tbSQL.OnDropDownCloseFocus = true;
            this.tbSQL.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.tbSQL.SelectType = 0;
            this.tbSQL.Size = new System.Drawing.Size(376, 80);
            this.tbSQL.TabIndex = 5;
            this.tbSQL.Text = "textBox1";
            this.tbSQL.UseValueForChildsVisibilty = false;
            this.tbSQL.Value = true;
            this.tbSQL.TextChanged += new System.EventHandler(this.tbSQL_TextChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(8, 136);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 16);
            this.label2.TabIndex = 25;
            this.label2.Text = "Fields";
            // 
            // dgFields
            // 
            this.dgFields.BackgroundColor = System.Drawing.Color.White;
            this.dgFields.CaptionVisible = false;
            this.dgFields.DataMember = "";
            this.dgFields.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dgFields.Location = new System.Drawing.Point(8, 152);
            this.dgFields.Name = "dgFields";
            this.dgFields.Size = new System.Drawing.Size(376, 104);
            this.dgFields.TabIndex = 8;
            this.dgFields.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
            this.dataGridTableStyle1});
            // 
            // dataGridTableStyle1
            // 
            this.dataGridTableStyle1.DataGrid = this.dgFields;
            this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            // 
            // bDeleteField
            // 
            this.bDeleteField.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDeleteField.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDeleteField.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDeleteField.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDeleteField.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDeleteField.Font = new System.Drawing.Font("Arial", 9F);
            this.bDeleteField.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDeleteField.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDeleteField.Location = new System.Drawing.Point(390, 163);
            this.bDeleteField.Name = "bDeleteField";
            this.bDeleteField.OverriddenSize = null;
            this.bDeleteField.Size = new System.Drawing.Size(52, 21);
            this.bDeleteField.TabIndex = 9;
            this.bDeleteField.Text = "Delete";
            this.bDeleteField.UseVisualStyleBackColor = true;
            this.bDeleteField.Click += new System.EventHandler(this.bDeleteField_Click);
            // 
            // bEditSQL
            // 
            this.bEditSQL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bEditSQL.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bEditSQL.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bEditSQL.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bEditSQL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bEditSQL.Font = new System.Drawing.Font("Arial", 9F);
            this.bEditSQL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bEditSQL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bEditSQL.Location = new System.Drawing.Point(390, 59);
            this.bEditSQL.Name = "bEditSQL";
            this.bEditSQL.OverriddenSize = null;
            this.bEditSQL.Size = new System.Drawing.Size(52, 21);
            this.bEditSQL.TabIndex = 6;
            this.bEditSQL.Text = "SQL...";
            this.bEditSQL.UseVisualStyleBackColor = true;
            this.bEditSQL.Click += new System.EventHandler(this.bEditSQL_Click);
            // 
            // bRefresh
            // 
            this.bRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRefresh.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRefresh.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRefresh.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRefresh.Font = new System.Drawing.Font("Arial", 9F);
            this.bRefresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRefresh.Location = new System.Drawing.Point(390, 91);
            this.bRefresh.Name = "bRefresh";
            this.bRefresh.OverriddenSize = null;
            this.bRefresh.Size = new System.Drawing.Size(52, 21);
            this.bRefresh.TabIndex = 7;
            this.bRefresh.Text = "Refresh Fields";
            this.bRefresh.UseVisualStyleBackColor = true;
            this.bRefresh.Click += new System.EventHandler(this.bRefresh_Click);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(224, 40);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(56, 16);
            this.label3.TabIndex = 27;
            this.label3.Text = "Timeout";
            // 
            // tbTimeout
            // 
            this.tbTimeout.Location = new System.Drawing.Point(296, 32);
            this.tbTimeout.Maximum = new decimal(new int[] {
            2147483647,
            0,
            0,
            0});
            this.tbTimeout.Name = "tbTimeout";
            this.tbTimeout.Size = new System.Drawing.Size(104, 20);
            this.tbTimeout.TabIndex = 2;
            this.tbTimeout.ThousandsSeparator = true;
            this.tbTimeout.ValueChanged += new System.EventHandler(this.tbTimeout_ValueChanged);
            // 
            // DataSetsCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.tbTimeout);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.bRefresh);
            this.Controls.Add(this.bEditSQL);
            this.Controls.Add(this.bDeleteField);
            this.Controls.Add(this.dgFields);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.tbSQL);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.cbDataSource);
            this.Controls.Add(this.lDataSource);
            this.Controls.Add(this.tbDSName);
            this.Controls.Add(this.lDataSetName);
            this.Name = "DataSetsCtl";
            this.Size = new System.Drawing.Size(448, 304);
            ((System.ComponentModel.ISupportInitialize)(this.dgFields)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTimeout)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
示例#30
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);

		}
示例#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.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.label1 = new System.Windows.Forms.Label();
            this.tbDataTransform = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbDataSchema = new Oranikle.Studio.Controls.CustomTextControl();
            this.label2 = new System.Windows.Forms.Label();
            this.tbDataElementName = new Oranikle.Studio.Controls.CustomTextControl();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.cbElementStyle = new Oranikle.Studio.Controls.StyledComboBox();
            this.bOpenXsl = new Oranikle.Studio.Controls.StyledButton();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 31);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(112, 23);
            this.label1.TabIndex = 0;
            this.label1.Text = "XSL Data Transform";
            // 
            // tbDataTransform
            // 
            this.tbDataTransform.AddX = 0;
            this.tbDataTransform.AddY = 0;
            this.tbDataTransform.AllowSpace = false;
            this.tbDataTransform.BorderColor = System.Drawing.Color.LightGray;
            this.tbDataTransform.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbDataTransform.ChangeVisibility = false;
            this.tbDataTransform.ChildControl = null;
            this.tbDataTransform.ConvertEnterToTab = true;
            this.tbDataTransform.ConvertEnterToTabForDialogs = false;
            this.tbDataTransform.Decimals = 0;
            this.tbDataTransform.DisplayList = new object[0];
            this.tbDataTransform.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbDataTransform.Location = new System.Drawing.Point(136, 32);
            this.tbDataTransform.Name = "tbDataTransform";
            this.tbDataTransform.OnDropDownCloseFocus = true;
            this.tbDataTransform.SelectType = 0;
            this.tbDataTransform.Size = new System.Drawing.Size(248, 20);
            this.tbDataTransform.TabIndex = 1;
            this.tbDataTransform.Text = "textBox1";
            this.tbDataTransform.UseValueForChildsVisibilty = false;
            this.tbDataTransform.Value = true;
            // 
            // tbDataSchema
            // 
            this.tbDataSchema.AddX = 0;
            this.tbDataSchema.AddY = 0;
            this.tbDataSchema.AllowSpace = false;
            this.tbDataSchema.BorderColor = System.Drawing.Color.LightGray;
            this.tbDataSchema.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbDataSchema.ChangeVisibility = false;
            this.tbDataSchema.ChildControl = null;
            this.tbDataSchema.ConvertEnterToTab = true;
            this.tbDataSchema.ConvertEnterToTabForDialogs = false;
            this.tbDataSchema.Decimals = 0;
            this.tbDataSchema.DisplayList = new object[0];
            this.tbDataSchema.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbDataSchema.Location = new System.Drawing.Point(136, 72);
            this.tbDataSchema.Name = "tbDataSchema";
            this.tbDataSchema.OnDropDownCloseFocus = true;
            this.tbDataSchema.SelectType = 0;
            this.tbDataSchema.Size = new System.Drawing.Size(248, 20);
            this.tbDataSchema.TabIndex = 3;
            this.tbDataSchema.Text = "textBox1";
            this.tbDataSchema.UseValueForChildsVisibilty = false;
            this.tbDataSchema.Value = true;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(16, 71);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(88, 23);
            this.label2.TabIndex = 2;
            this.label2.Text = "Data Schema";
            // 
            // tbDataElementName
            // 
            this.tbDataElementName.AddX = 0;
            this.tbDataElementName.AddY = 0;
            this.tbDataElementName.AllowSpace = false;
            this.tbDataElementName.BorderColor = System.Drawing.Color.LightGray;
            this.tbDataElementName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbDataElementName.ChangeVisibility = false;
            this.tbDataElementName.ChildControl = null;
            this.tbDataElementName.ConvertEnterToTab = true;
            this.tbDataElementName.ConvertEnterToTabForDialogs = false;
            this.tbDataElementName.Decimals = 0;
            this.tbDataElementName.DisplayList = new object[0];
            this.tbDataElementName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbDataElementName.Location = new System.Drawing.Point(136, 112);
            this.tbDataElementName.Name = "tbDataElementName";
            this.tbDataElementName.OnDropDownCloseFocus = true;
            this.tbDataElementName.SelectType = 0;
            this.tbDataElementName.Size = new System.Drawing.Size(248, 20);
            this.tbDataElementName.TabIndex = 5;
            this.tbDataElementName.Text = "textBox1";
            this.tbDataElementName.UseValueForChildsVisibilty = false;
            this.tbDataElementName.Value = true;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(16, 111);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(104, 23);
            this.label3.TabIndex = 4;
            this.label3.Text = "Top Element Name";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(16, 151);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(88, 23);
            this.label4.TabIndex = 6;
            this.label4.Text = "Element Style";
            // 
            // cbElementStyle
            // 
            this.cbElementStyle.AutoAdjustItemHeight = false;
            this.cbElementStyle.BorderColor = System.Drawing.Color.LightGray;
            this.cbElementStyle.ConvertEnterToTabForDialogs = false;
            this.cbElementStyle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbElementStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbElementStyle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbElementStyle.Items.AddRange(new object[] {
            "AttributeNormal",
            "ElementNormal"});
            this.cbElementStyle.Location = new System.Drawing.Point(136, 152);
            this.cbElementStyle.Name = "cbElementStyle";
            this.cbElementStyle.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbElementStyle.SeparatorMargin = 1;
            this.cbElementStyle.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbElementStyle.SeparatorWidth = 1;
            this.cbElementStyle.Size = new System.Drawing.Size(144, 21);
            this.cbElementStyle.TabIndex = 7;
            // 
            // bOpenXsl
            // 
            this.bOpenXsl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bOpenXsl.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bOpenXsl.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bOpenXsl.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bOpenXsl.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bOpenXsl.Font = new System.Drawing.Font("Arial", 9F);
            this.bOpenXsl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bOpenXsl.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bOpenXsl.Location = new System.Drawing.Point(400, 32);
            this.bOpenXsl.Name = "bOpenXsl";
            this.bOpenXsl.OverriddenSize = null;
            this.bOpenXsl.Size = new System.Drawing.Size(24, 21);
            this.bOpenXsl.TabIndex = 8;
            this.bOpenXsl.Text = "...";
            this.bOpenXsl.UseVisualStyleBackColor = true;
            this.bOpenXsl.Click += new System.EventHandler(this.bOpenXsl_Click);
            // 
            // ReportXmlCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.bOpenXsl);
            this.Controls.Add(this.cbElementStyle);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.tbDataElementName);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.tbDataSchema);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.tbDataTransform);
            this.Controls.Add(this.label1);
            this.Name = "ReportXmlCtl";
            this.Size = new System.Drawing.Size(472, 288);
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		private Oranikle.Studio.Controls.CustomTextControl InitToolbarEditTextbox(ref int x, int y)
		{
			Oranikle.Studio.Controls.CustomTextControl tb = new Oranikle.Studio.Controls.CustomTextControl();
			Label l = this.ctlEditLabel = new Label();
			l.AutoSize = true;
			l.Font = new Font("Arial", 8, FontStyle.Bold | FontStyle.Italic);
			l.Text = "fx";
			l.Left = x;
			l.Top = y + (tb.Height / 2) - (l.Height / 2);

            l.MouseEnter += new EventHandler(fxExpr_MouseEnter);
            l.MouseLeave += new EventHandler(fxExpr_MouseLeave);
            l.Click += new EventHandler(fxExpr_Click);
			mainTB.Controls.Add(l);
			x += l.Width;
			tb.Left = x;
			tb.Width = 230;
			x += tb.Width;
			tb.Top = y;
			tb.Validated += new EventHandler(this.EditTextbox_Validated);	// handler for edit changes
			tb.KeyDown += new KeyEventHandler(EditTextBox_KeyDown);

			mainTB.Controls.Add(tb);
			return tb;
		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.lDataProvider = new System.Windows.Forms.Label();
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.lbImages = new System.Windows.Forms.ListBox();
            this.bRemove = new Oranikle.Studio.Controls.StyledButton();
            this.bImport = new Oranikle.Studio.Controls.StyledButton();
            this.label1 = new System.Windows.Forms.Label();
            this.tbEIName = new Oranikle.Studio.Controls.CustomTextControl();
            this.bPaste = new Oranikle.Studio.Controls.StyledButton();
            this.pictureImage = new System.Windows.Forms.PictureBox();
            this.lbMIMEType = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.pictureImage)).BeginInit();
            this.SuspendLayout();
            // 
            // lDataProvider
            // 
            this.lDataProvider.Location = new System.Drawing.Point(216, 72);
            this.lDataProvider.Name = "lDataProvider";
            this.lDataProvider.Size = new System.Drawing.Size(72, 23);
            this.lDataProvider.TabIndex = 7;
            this.lDataProvider.Text = "MIME Type:";
            // 
            // 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, 21);
            this.bOK.TabIndex = 5;
            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, 21);
            this.bCancel.TabIndex = 6;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // lbImages
            // 
            this.lbImages.Location = new System.Drawing.Point(16, 8);
            this.lbImages.Name = "lbImages";
            this.lbImages.Size = new System.Drawing.Size(120, 95);
            this.lbImages.TabIndex = 0;
            this.lbImages.SelectedIndexChanged += new System.EventHandler(this.lbImages_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, 80);
            this.bRemove.Name = "bRemove";
            this.bRemove.OverriddenSize = null;
            this.bRemove.Size = new System.Drawing.Size(56, 21);
            this.bRemove.TabIndex = 3;
            this.bRemove.Text = "Remove";
            this.bRemove.UseVisualStyleBackColor = true;
            this.bRemove.Click += new System.EventHandler(this.bRemove_Click);
            // 
            // bImport
            // 
            this.bImport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bImport.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bImport.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bImport.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bImport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bImport.Font = new System.Drawing.Font("Arial", 9F);
            this.bImport.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bImport.Location = new System.Drawing.Point(144, 8);
            this.bImport.Name = "bImport";
            this.bImport.OverriddenSize = null;
            this.bImport.Size = new System.Drawing.Size(56, 21);
            this.bImport.TabIndex = 1;
            this.bImport.Text = "Import...";
            this.bImport.UseVisualStyleBackColor = true;
            this.bImport.Click += new System.EventHandler(this.bImport_Click);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(216, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(136, 23);
            this.label1.TabIndex = 22;
            this.label1.Text = "Embedded System.Drawing.Image Name";
            // 
            // tbEIName
            // 
            this.tbEIName.AddX = 0;
            this.tbEIName.AddY = 0;
            this.tbEIName.AllowSpace = false;
            this.tbEIName.BorderColor = System.Drawing.Color.LightGray;
            this.tbEIName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbEIName.ChangeVisibility = false;
            this.tbEIName.ChildControl = null;
            this.tbEIName.ConvertEnterToTab = true;
            this.tbEIName.ConvertEnterToTabForDialogs = false;
            this.tbEIName.Decimals = 0;
            this.tbEIName.DisplayList = new object[0];
            this.tbEIName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbEIName.Location = new System.Drawing.Point(216, 24);
            this.tbEIName.Name = "tbEIName";
            this.tbEIName.OnDropDownCloseFocus = true;
            this.tbEIName.SelectType = 0;
            this.tbEIName.Size = new System.Drawing.Size(216, 20);
            this.tbEIName.TabIndex = 4;
            this.tbEIName.UseValueForChildsVisibilty = false;
            this.tbEIName.Value = true;
            this.tbEIName.TextChanged += new System.EventHandler(this.tbEIName_TextChanged);
            this.tbEIName.Validating += new System.ComponentModel.CancelEventHandler(this.tbEIName_Validating);
            // 
            // bPaste
            // 
            this.bPaste.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bPaste.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bPaste.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bPaste.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bPaste.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bPaste.Font = new System.Drawing.Font("Arial", 9F);
            this.bPaste.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bPaste.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bPaste.Location = new System.Drawing.Point(144, 44);
            this.bPaste.Name = "bPaste";
            this.bPaste.OverriddenSize = null;
            this.bPaste.Size = new System.Drawing.Size(56, 21);
            this.bPaste.TabIndex = 2;
            this.bPaste.Text = "Paste";
            this.bPaste.UseVisualStyleBackColor = true;
            this.bPaste.Click += new System.EventHandler(this.bPaste_Click);
            // 
            // pictureImage
            // 
            this.pictureImage.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.pictureImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureImage.Location = new System.Drawing.Point(16, 120);
            this.pictureImage.Name = "pictureImage";
            this.pictureImage.Size = new System.Drawing.Size(424, 208);
            this.pictureImage.TabIndex = 24;
            this.pictureImage.TabStop = false;
            // 
            // lbMIMEType
            // 
            this.lbMIMEType.Location = new System.Drawing.Point(296, 72);
            this.lbMIMEType.Name = "lbMIMEType";
            this.lbMIMEType.Size = new System.Drawing.Size(100, 23);
            this.lbMIMEType.TabIndex = 25;
            this.lbMIMEType.Text = "image/png";
            // 
            // DialogEmbeddedImages
            // 
            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.lbMIMEType);
            this.Controls.Add(this.pictureImage);
            this.Controls.Add(this.bPaste);
            this.Controls.Add(this.tbEIName);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.bRemove);
            this.Controls.Add(this.bImport);
            this.Controls.Add(this.lbImages);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.Controls.Add(this.lDataProvider);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogEmbeddedImages";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Embedded Images";
            ((System.ComponentModel.ISupportInitialize)(this.pictureImage)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
示例#35
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();

		}
 private void InitializeComponent()
 {
     this.bClose         = new Oranikle.Studio.Controls.StyledButton();
     this.tbFind         = new Oranikle.Studio.Controls.CustomTextControl();
     this.bFindNext      = new Oranikle.Studio.Controls.StyledButton();
     this.bFindPrevious  = new Oranikle.Studio.Controls.StyledButton();
     this.ckHighlightAll = new CheckBox();
     this.ckMatchCase    = new CheckBox();
     this.lFind          = new System.Windows.Forms.Label();
     this.lStatus        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // bClose
     //
     this.bClose.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bClose.BackColor2   = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bClose.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bClose.BorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bClose.FlatAppearance.BorderSize = 0;
     this.bClose.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bClose.Font                    = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bClose.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bClose.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bClose.Location                = new System.Drawing.Point(2, 4);
     this.bClose.Margin                  = new System.Windows.Forms.Padding(0);
     this.bClose.Name                    = "bClose";
     this.bClose.OverriddenSize          = null;
     this.bClose.Size                    = new System.Drawing.Size(18, 21);
     this.bClose.TabIndex                = 0;
     this.bClose.Text                    = "X";
     this.bClose.UseVisualStyleBackColor = true;
     this.bClose.Click                  += new System.EventHandler(this.bClose_Click);
     //
     // tbFind
     //
     this.tbFind.AddX                        = 0;
     this.tbFind.AddY                        = 0;
     this.tbFind.AllowSpace                  = false;
     this.tbFind.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbFind.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbFind.ChangeVisibility            = false;
     this.tbFind.ChildControl                = null;
     this.tbFind.ConvertEnterToTab           = true;
     this.tbFind.ConvertEnterToTabForDialogs = false;
     this.tbFind.Decimals                    = 0;
     this.tbFind.DisplayList                 = new object[0];
     this.tbFind.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbFind.Location                    = new System.Drawing.Point(53, 4);
     this.tbFind.Name                        = "tbFind";
     this.tbFind.OnDropDownCloseFocus        = true;
     this.tbFind.SelectType                  = 0;
     this.tbFind.Size                        = new System.Drawing.Size(118, 20);
     this.tbFind.TabIndex                    = 1;
     this.tbFind.UseValueForChildsVisibilty  = false;
     this.tbFind.Value                       = true;
     this.tbFind.TextChanged                += new System.EventHandler(this.tbFind_TextChanged);
     //
     // bFindNext
     //
     this.bFindNext.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bFindNext.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bFindNext.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bFindNext.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bFindNext.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bFindNext.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bFindNext.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bFindNext.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bFindNext.Location                = new System.Drawing.Point(177, 2);
     this.bFindNext.Name                    = "bFindNext";
     this.bFindNext.OverriddenSize          = null;
     this.bFindNext.Size                    = new System.Drawing.Size(61, 21);
     this.bFindNext.TabIndex                = 2;
     this.bFindNext.Text                    = "Find Next";
     this.bFindNext.UseVisualStyleBackColor = true;
     this.bFindNext.Click                  += new System.EventHandler(this.bFindNext_Click);
     //
     // bFindPrevious
     //
     this.bFindPrevious.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bFindPrevious.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bFindPrevious.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bFindPrevious.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bFindPrevious.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bFindPrevious.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bFindPrevious.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bFindPrevious.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bFindPrevious.Location                = new System.Drawing.Point(242, 2);
     this.bFindPrevious.Name                    = "bFindPrevious";
     this.bFindPrevious.OverriddenSize          = null;
     this.bFindPrevious.Size                    = new System.Drawing.Size(82, 21);
     this.bFindPrevious.TabIndex                = 3;
     this.bFindPrevious.Text                    = "Find Previous";
     this.bFindPrevious.UseVisualStyleBackColor = true;
     this.bFindPrevious.Click                  += new System.EventHandler(this.bFindPrevious_Click);
     //
     // ckHighlightAll
     //
     this.ckHighlightAll.AutoSize  = true;
     this.ckHighlightAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ckHighlightAll.ForeColor = System.Drawing.Color.Black;
     this.ckHighlightAll.Location  = new System.Drawing.Point(330, 5);
     this.ckHighlightAll.Name      = "ckHighlightAll";
     this.ckHighlightAll.Size      = new System.Drawing.Size(78, 17);
     this.ckHighlightAll.TabIndex  = 4;
     this.ckHighlightAll.Text      = "Highlight All";
     this.ckHighlightAll.UseVisualStyleBackColor = true;
     this.ckHighlightAll.CheckedChanged         += new System.EventHandler(this.ckHighlightAll_CheckedChanged);
     //
     // ckMatchCase
     //
     this.ckMatchCase.AutoSize  = true;
     this.ckMatchCase.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ckMatchCase.ForeColor = System.Drawing.Color.Black;
     this.ckMatchCase.Location  = new System.Drawing.Point(415, 6);
     this.ckMatchCase.Name      = "ckMatchCase";
     this.ckMatchCase.Size      = new System.Drawing.Size(80, 17);
     this.ckMatchCase.TabIndex  = 5;
     this.ckMatchCase.Text      = "Match Case";
     this.ckMatchCase.UseVisualStyleBackColor = true;
     this.ckMatchCase.CheckedChanged         += new System.EventHandler(this.ckMatchCase_CheckedChanged);
     //
     // lFind
     //
     this.lFind.AutoSize = true;
     this.lFind.Location = new System.Drawing.Point(20, 7);
     this.lFind.Name     = "lFind";
     this.lFind.Size     = new System.Drawing.Size(30, 13);
     this.lFind.TabIndex = 6;
     this.lFind.Text     = "Find:";
     //
     // lStatus
     //
     this.lStatus.AutoSize  = true;
     this.lStatus.ForeColor = System.Drawing.Color.Salmon;
     this.lStatus.Location  = new System.Drawing.Point(501, 7);
     this.lStatus.Name      = "lStatus";
     this.lStatus.Size      = new System.Drawing.Size(0, 13);
     this.lStatus.TabIndex  = 7;
     //
     // RdlViewerFind
     //
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
     this.Controls.Add(this.lStatus);
     this.Controls.Add(this.lFind);
     this.Controls.Add(this.ckMatchCase);
     this.Controls.Add(this.ckHighlightAll);
     this.Controls.Add(this.bFindPrevious);
     this.Controls.Add(this.bFindNext);
     this.Controls.Add(this.tbFind);
     this.Controls.Add(this.bClose);
     this.Name            = "RdlViewerFind";
     this.Size            = new System.Drawing.Size(740, 27);
     this.VisibleChanged += new System.EventHandler(this.RdlViewerFind_VisibleChanged);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#37
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.bCheckSyntax = new Oranikle.Studio.Controls.StyledButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.tbCode = new Oranikle.Studio.Controls.CustomTextControl();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.lbErrors = new System.Windows.Forms.ListBox();
            this.label2 = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(98, 6);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(144, 16);
            this.label1.TabIndex = 0;
            this.label1.Text = "Visual Basic Function Code";
            // 
            // bCheckSyntax
            // 
            this.bCheckSyntax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.bCheckSyntax.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCheckSyntax.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCheckSyntax.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCheckSyntax.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCheckSyntax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCheckSyntax.Font = new System.Drawing.Font("Arial", 9F);
            this.bCheckSyntax.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCheckSyntax.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCheckSyntax.Location = new System.Drawing.Point(365, 4);
            this.bCheckSyntax.Name = "bCheckSyntax";
            this.bCheckSyntax.OverriddenSize = null;
            this.bCheckSyntax.Size = new System.Drawing.Size(82, 21);
            this.bCheckSyntax.TabIndex = 2;
            this.bCheckSyntax.Text = "Check Syntax";
            this.bCheckSyntax.UseVisualStyleBackColor = true;
            this.bCheckSyntax.Click += new System.EventHandler(this.bCheckSyntax_Click);
            // 
            // panel1
            // 
            this.panel1.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.panel1.Controls.Add(this.tbCode);
            this.panel1.Controls.Add(this.splitter1);
            this.panel1.Controls.Add(this.lbErrors);
            this.panel1.Location = new System.Drawing.Point(13, 31);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(439, 252);
            this.panel1.TabIndex = 4;
            // 
            // tbCode
            // 
            this.tbCode.AcceptsReturn = true;
            this.tbCode.AcceptsTab = true;
            this.tbCode.AddX = 0;
            this.tbCode.AddY = 0;
            this.tbCode.AllowSpace = false;
            this.tbCode.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.tbCode.BorderColor = System.Drawing.Color.LightGray;
            this.tbCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbCode.ChangeVisibility = false;
            this.tbCode.ChildControl = null;
            this.tbCode.ConvertEnterToTab = true;
            this.tbCode.ConvertEnterToTabForDialogs = false;
            this.tbCode.Decimals = 0;
            this.tbCode.DisplayList = new object[0];
            this.tbCode.HideSelection = false;
            this.tbCode.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbCode.Location = new System.Drawing.Point(87, 0);
            this.tbCode.Multiline = true;
            this.tbCode.Name = "tbCode";
            this.tbCode.OnDropDownCloseFocus = true;
            this.tbCode.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.tbCode.SelectType = 0;
            this.tbCode.Size = new System.Drawing.Size(352, 252);
            this.tbCode.TabIndex = 2;
            this.tbCode.UseValueForChildsVisibilty = false;
            this.tbCode.Value = true;
            this.tbCode.WordWrap = false;
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(0, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(5, 252);
            this.splitter1.TabIndex = 1;
            this.splitter1.TabStop = false;
            // 
            // lbErrors
            // 
            this.lbErrors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.lbErrors.HorizontalScrollbar = true;
            this.lbErrors.IntegralHeight = false;
            this.lbErrors.Location = new System.Drawing.Point(0, 0);
            this.lbErrors.Name = "lbErrors";
            this.lbErrors.Size = new System.Drawing.Size(82, 252);
            this.lbErrors.TabIndex = 0;
            this.lbErrors.SelectedIndexChanged += new System.EventHandler(this.lbErrors_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(15, 7);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(69, 15);
            this.label2.TabIndex = 5;
            this.label2.Text = "Msgs";
            // 
            // CodeCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.bCheckSyntax);
            this.Controls.Add(this.label1);
            this.Name = "CodeCtl";
            this.Size = new System.Drawing.Size(472, 288);
            this.panel1.ResumeLayout(false);
            this.panel1.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.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.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(3, 3);
            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(224, 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, 48);
            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, 24);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(120, 23);
            this.label2.TabIndex = 0;
            this.label2.Text = "Hidden (initial visibility)";
            // 
            // VisibilityCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.grpBoxVisibility);
            this.Name = "VisibilityCtl";
            this.Size = new System.Drawing.Size(454, 104);
            this.grpBoxVisibility.ResumeLayout(false);
            this.grpBoxVisibility.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.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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.bBookmarkLink = new Oranikle.Studio.Controls.StyledButton();
            this.bHyperlink = new Oranikle.Studio.Controls.StyledButton();
            this.rbNoAction = new System.Windows.Forms.RadioButton();
            this.bParameters = new Oranikle.Studio.Controls.StyledButton();
            this.bDrillthrough = new Oranikle.Studio.Controls.StyledButton();
            this.tbDrillthrough = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbBookmarkLink = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbHyperlink = new Oranikle.Studio.Controls.CustomTextControl();
            this.rbDrillthrough = new System.Windows.Forms.RadioButton();
            this.rbBookmarkLink = new System.Windows.Forms.RadioButton();
            this.rbHyperlink = new System.Windows.Forms.RadioButton();
            this.label1 = new System.Windows.Forms.Label();
            this.tbBookmark = new Oranikle.Studio.Controls.CustomTextControl();
            this.bBookmark = new Oranikle.Studio.Controls.StyledButton();
            this.grpBoxVisibility.SuspendLayout();
            this.groupBox1.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, 152);
            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)";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.bBookmarkLink);
            this.groupBox1.Controls.Add(this.bHyperlink);
            this.groupBox1.Controls.Add(this.rbNoAction);
            this.groupBox1.Controls.Add(this.bParameters);
            this.groupBox1.Controls.Add(this.bDrillthrough);
            this.groupBox1.Controls.Add(this.tbDrillthrough);
            this.groupBox1.Controls.Add(this.tbBookmarkLink);
            this.groupBox1.Controls.Add(this.tbHyperlink);
            this.groupBox1.Controls.Add(this.rbDrillthrough);
            this.groupBox1.Controls.Add(this.rbBookmarkLink);
            this.groupBox1.Controls.Add(this.rbHyperlink);
            this.groupBox1.Location = new System.Drawing.Point(8, 8);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(432, 136);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Action";
            // 
            // bBookmarkLink
            // 
            this.bBookmarkLink.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bBookmarkLink.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bBookmarkLink.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bBookmarkLink.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bBookmarkLink.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bBookmarkLink.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.bBookmarkLink.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bBookmarkLink.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bBookmarkLink.Location = new System.Drawing.Point(400, 74);
            this.bBookmarkLink.Name = "bBookmarkLink";
            this.bBookmarkLink.OverriddenSize = null;
            this.bBookmarkLink.Size = new System.Drawing.Size(22, 21);
            this.bBookmarkLink.TabIndex = 3;
            this.bBookmarkLink.Tag = "bookmarklink";
            this.bBookmarkLink.Text = "fx";
            this.bBookmarkLink.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bBookmarkLink.UseVisualStyleBackColor = true;
            this.bBookmarkLink.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bHyperlink
            // 
            this.bHyperlink.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bHyperlink.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bHyperlink.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bHyperlink.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bHyperlink.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bHyperlink.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.bHyperlink.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bHyperlink.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bHyperlink.Location = new System.Drawing.Point(400, 44);
            this.bHyperlink.Name = "bHyperlink";
            this.bHyperlink.OverriddenSize = null;
            this.bHyperlink.Size = new System.Drawing.Size(22, 21);
            this.bHyperlink.TabIndex = 1;
            this.bHyperlink.Tag = "hyperlink";
            this.bHyperlink.Text = "fx";
            this.bHyperlink.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bHyperlink.UseVisualStyleBackColor = true;
            this.bHyperlink.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // rbNoAction
            // 
            this.rbNoAction.Location = new System.Drawing.Point(16, 16);
            this.rbNoAction.Name = "rbNoAction";
            this.rbNoAction.Size = new System.Drawing.Size(104, 24);
            this.rbNoAction.TabIndex = 5;
            this.rbNoAction.Text = "None";
            this.rbNoAction.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
            // 
            // bParameters
            // 
            this.bParameters.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bParameters.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bParameters.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bParameters.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bParameters.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bParameters.Font = new System.Drawing.Font("Arial", 9F);
            this.bParameters.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bParameters.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bParameters.Location = new System.Drawing.Point(344, 104);
            this.bParameters.Name = "bParameters";
            this.bParameters.OverriddenSize = null;
            this.bParameters.Size = new System.Drawing.Size(80, 21);
            this.bParameters.TabIndex = 6;
            this.bParameters.Text = "Parameters...";
            this.bParameters.UseVisualStyleBackColor = true;
            this.bParameters.Click += new System.EventHandler(this.bParameters_Click);
            // 
            // bDrillthrough
            // 
            this.bDrillthrough.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDrillthrough.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDrillthrough.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDrillthrough.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDrillthrough.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDrillthrough.Font = new System.Drawing.Font("Arial", 9F);
            this.bDrillthrough.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDrillthrough.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDrillthrough.Location = new System.Drawing.Point(312, 104);
            this.bDrillthrough.Name = "bDrillthrough";
            this.bDrillthrough.OverriddenSize = null;
            this.bDrillthrough.Size = new System.Drawing.Size(24, 21);
            this.bDrillthrough.TabIndex = 5;
            this.bDrillthrough.Text = "...";
            this.bDrillthrough.UseVisualStyleBackColor = true;
            this.bDrillthrough.Click += new System.EventHandler(this.bDrillthrough_Click);
            // 
            // tbDrillthrough
            // 
            this.tbDrillthrough.AddX = 0;
            this.tbDrillthrough.AddY = 0;
            this.tbDrillthrough.AllowSpace = false;
            this.tbDrillthrough.BorderColor = System.Drawing.Color.LightGray;
            this.tbDrillthrough.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbDrillthrough.ChangeVisibility = false;
            this.tbDrillthrough.ChildControl = null;
            this.tbDrillthrough.ConvertEnterToTab = true;
            this.tbDrillthrough.ConvertEnterToTabForDialogs = false;
            this.tbDrillthrough.Decimals = 0;
            this.tbDrillthrough.DisplayList = new object[0];
            this.tbDrillthrough.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbDrillthrough.Location = new System.Drawing.Point(128, 104);
            this.tbDrillthrough.Name = "tbDrillthrough";
            this.tbDrillthrough.OnDropDownCloseFocus = true;
            this.tbDrillthrough.SelectType = 0;
            this.tbDrillthrough.Size = new System.Drawing.Size(176, 20);
            this.tbDrillthrough.TabIndex = 4;
            this.tbDrillthrough.UseValueForChildsVisibilty = false;
            this.tbDrillthrough.Value = true;
            this.tbDrillthrough.TextChanged += new System.EventHandler(this.tbAction_TextChanged);
            // 
            // tbBookmarkLink
            // 
            this.tbBookmarkLink.AddX = 0;
            this.tbBookmarkLink.AddY = 0;
            this.tbBookmarkLink.AllowSpace = false;
            this.tbBookmarkLink.BorderColor = System.Drawing.Color.LightGray;
            this.tbBookmarkLink.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbBookmarkLink.ChangeVisibility = false;
            this.tbBookmarkLink.ChildControl = null;
            this.tbBookmarkLink.ConvertEnterToTab = true;
            this.tbBookmarkLink.ConvertEnterToTabForDialogs = false;
            this.tbBookmarkLink.Decimals = 0;
            this.tbBookmarkLink.DisplayList = new object[0];
            this.tbBookmarkLink.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbBookmarkLink.Location = new System.Drawing.Point(128, 74);
            this.tbBookmarkLink.Name = "tbBookmarkLink";
            this.tbBookmarkLink.OnDropDownCloseFocus = true;
            this.tbBookmarkLink.SelectType = 0;
            this.tbBookmarkLink.Size = new System.Drawing.Size(264, 20);
            this.tbBookmarkLink.TabIndex = 2;
            this.tbBookmarkLink.UseValueForChildsVisibilty = false;
            this.tbBookmarkLink.Value = true;
            this.tbBookmarkLink.TextChanged += new System.EventHandler(this.tbAction_TextChanged);
            // 
            // tbHyperlink
            // 
            this.tbHyperlink.AddX = 0;
            this.tbHyperlink.AddY = 0;
            this.tbHyperlink.AllowSpace = false;
            this.tbHyperlink.BorderColor = System.Drawing.Color.LightGray;
            this.tbHyperlink.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbHyperlink.ChangeVisibility = false;
            this.tbHyperlink.ChildControl = null;
            this.tbHyperlink.ConvertEnterToTab = true;
            this.tbHyperlink.ConvertEnterToTabForDialogs = false;
            this.tbHyperlink.Decimals = 0;
            this.tbHyperlink.DisplayList = new object[0];
            this.tbHyperlink.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbHyperlink.Location = new System.Drawing.Point(128, 44);
            this.tbHyperlink.Name = "tbHyperlink";
            this.tbHyperlink.OnDropDownCloseFocus = true;
            this.tbHyperlink.SelectType = 0;
            this.tbHyperlink.Size = new System.Drawing.Size(264, 20);
            this.tbHyperlink.TabIndex = 0;
            this.tbHyperlink.UseValueForChildsVisibilty = false;
            this.tbHyperlink.Value = true;
            this.tbHyperlink.TextChanged += new System.EventHandler(this.tbAction_TextChanged);
            // 
            // rbDrillthrough
            // 
            this.rbDrillthrough.Location = new System.Drawing.Point(16, 100);
            this.rbDrillthrough.Name = "rbDrillthrough";
            this.rbDrillthrough.Size = new System.Drawing.Size(104, 24);
            this.rbDrillthrough.TabIndex = 2;
            this.rbDrillthrough.Text = "Drill Through";
            this.rbDrillthrough.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
            // 
            // rbBookmarkLink
            // 
            this.rbBookmarkLink.Location = new System.Drawing.Point(16, 72);
            this.rbBookmarkLink.Name = "rbBookmarkLink";
            this.rbBookmarkLink.Size = new System.Drawing.Size(104, 24);
            this.rbBookmarkLink.TabIndex = 1;
            this.rbBookmarkLink.Text = "Bookmark Link";
            this.rbBookmarkLink.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
            // 
            // rbHyperlink
            // 
            this.rbHyperlink.Location = new System.Drawing.Point(16, 44);
            this.rbHyperlink.Name = "rbHyperlink";
            this.rbHyperlink.Size = new System.Drawing.Size(104, 24);
            this.rbHyperlink.TabIndex = 0;
            this.rbHyperlink.Text = "Hyperlink";
            this.rbHyperlink.CheckedChanged += new System.EventHandler(this.rbAction_CheckedChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(8, 257);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(56, 16);
            this.label1.TabIndex = 2;
            this.label1.Text = "Bookmark";
            // 
            // tbBookmark
            // 
            this.tbBookmark.AddX = 0;
            this.tbBookmark.AddY = 0;
            this.tbBookmark.AllowSpace = false;
            this.tbBookmark.BorderColor = System.Drawing.Color.LightGray;
            this.tbBookmark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbBookmark.ChangeVisibility = false;
            this.tbBookmark.ChildControl = null;
            this.tbBookmark.ConvertEnterToTab = true;
            this.tbBookmark.ConvertEnterToTabForDialogs = false;
            this.tbBookmark.Decimals = 0;
            this.tbBookmark.DisplayList = new object[0];
            this.tbBookmark.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbBookmark.Location = new System.Drawing.Point(88, 255);
            this.tbBookmark.Name = "tbBookmark";
            this.tbBookmark.OnDropDownCloseFocus = true;
            this.tbBookmark.SelectType = 0;
            this.tbBookmark.Size = new System.Drawing.Size(312, 20);
            this.tbBookmark.TabIndex = 3;
            this.tbBookmark.UseValueForChildsVisibilty = false;
            this.tbBookmark.Value = true;
            // 
            // bBookmark
            // 
            this.bBookmark.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bBookmark.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bBookmark.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bBookmark.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bBookmark.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bBookmark.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.bBookmark.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bBookmark.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bBookmark.Location = new System.Drawing.Point(408, 255);
            this.bBookmark.Name = "bBookmark";
            this.bBookmark.OverriddenSize = null;
            this.bBookmark.Size = new System.Drawing.Size(22, 21);
            this.bBookmark.TabIndex = 4;
            this.bBookmark.Tag = "bookmark";
            this.bBookmark.Text = "fx";
            this.bBookmark.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bBookmark.UseVisualStyleBackColor = true;
            this.bBookmark.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // InteractivityCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.bBookmark);
            this.Controls.Add(this.tbBookmark);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.grpBoxVisibility);
            this.Name = "InteractivityCtl";
            this.Size = new System.Drawing.Size(472, 288);
            this.grpBoxVisibility.ResumeLayout(false);
            this.grpBoxVisibility.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.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.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();

		}
示例#42
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.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.tbHeight        = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbColumns       = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbColumnSpacing = new Oranikle.Studio.Controls.CustomTextControl();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 25);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Height";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 61);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 23);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Columns";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 96);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(88, 23);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Column Spacing";
     //
     // 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(104, 25);
     this.tbHeight.Name                        = "tbHeight";
     this.tbHeight.OnDropDownCloseFocus        = true;
     this.tbHeight.SelectType                  = 0;
     this.tbHeight.Size                        = new System.Drawing.Size(100, 20);
     this.tbHeight.TabIndex                    = 0;
     this.tbHeight.UseValueForChildsVisibilty  = false;
     this.tbHeight.Value                       = true;
     //
     // tbColumns
     //
     this.tbColumns.AddX                        = 0;
     this.tbColumns.AddY                        = 0;
     this.tbColumns.AllowSpace                  = false;
     this.tbColumns.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbColumns.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbColumns.ChangeVisibility            = false;
     this.tbColumns.ChildControl                = null;
     this.tbColumns.ConvertEnterToTab           = true;
     this.tbColumns.ConvertEnterToTabForDialogs = false;
     this.tbColumns.Decimals                    = 0;
     this.tbColumns.DisplayList                 = new object[0];
     this.tbColumns.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbColumns.Location                    = new System.Drawing.Point(104, 61);
     this.tbColumns.Name                        = "tbColumns";
     this.tbColumns.OnDropDownCloseFocus        = true;
     this.tbColumns.SelectType                  = 0;
     this.tbColumns.Size                        = new System.Drawing.Size(100, 20);
     this.tbColumns.TabIndex                    = 1;
     this.tbColumns.UseValueForChildsVisibilty  = false;
     this.tbColumns.Value                       = true;
     //
     // tbColumnSpacing
     //
     this.tbColumnSpacing.AddX                        = 0;
     this.tbColumnSpacing.AddY                        = 0;
     this.tbColumnSpacing.AllowSpace                  = false;
     this.tbColumnSpacing.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbColumnSpacing.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbColumnSpacing.ChangeVisibility            = false;
     this.tbColumnSpacing.ChildControl                = null;
     this.tbColumnSpacing.ConvertEnterToTab           = true;
     this.tbColumnSpacing.ConvertEnterToTabForDialogs = false;
     this.tbColumnSpacing.Decimals                    = 0;
     this.tbColumnSpacing.DisplayList                 = new object[0];
     this.tbColumnSpacing.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbColumnSpacing.Location                    = new System.Drawing.Point(104, 96);
     this.tbColumnSpacing.Name                        = "tbColumnSpacing";
     this.tbColumnSpacing.OnDropDownCloseFocus        = true;
     this.tbColumnSpacing.SelectType                  = 0;
     this.tbColumnSpacing.Size                        = new System.Drawing.Size(100, 20);
     this.tbColumnSpacing.TabIndex                    = 2;
     this.tbColumnSpacing.UseValueForChildsVisibilty  = false;
     this.tbColumnSpacing.Value                       = true;
     //
     // BodyCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.tbColumnSpacing);
     this.Controls.Add(this.tbColumns);
     this.Controls.Add(this.tbHeight);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "BodyCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#43
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1          = new System.Windows.Forms.Panel();
     this.bOK             = new Oranikle.Studio.Controls.StyledButton();
     this.bCancel         = new Oranikle.Studio.Controls.StyledButton();
     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.panel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.bOK);
     this.panel1.Controls.Add(this.bCancel);
     this.panel1.Location = new System.Drawing.Point(0, 215);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(468, 40);
     this.panel1.TabIndex = 6;
     //
     // bOK
     //
     this.bOK.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     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(300, 8);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 21);
     this.bOK.TabIndex                = 2;
     this.bOK.Text                    = "OK";
     this.bOK.UseVisualStyleBackColor = true;
     this.bOK.Click                  += new System.EventHandler(this.bOK_Click);
     //
     // bCancel
     //
     this.bCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     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(388, 8);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 21);
     this.bCancel.TabIndex                = 3;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // splitContainer1
     //
     this.splitContainer1.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.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(468, 215);
     this.splitContainer1.SplitterDistance = 123;
     this.splitContainer1.TabIndex         = 9;
     //
     // 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(123, 215);
     this.tvTablesColumns.TabIndex      = 5;
     this.tvTablesColumns.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvTablesColumns_BeforeExpand);
     //
     // tbSQL
     //
     this.tbSQL.AcceptsReturn = true;
     this.tbSQL.AcceptsTab    = true;
     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(37, 0);
     this.tbSQL.Multiline                  = true;
     this.tbSQL.Name                       = "tbSQL";
     this.tbSQL.OnDropDownCloseFocus       = true;
     this.tbSQL.SelectType                 = 0;
     this.tbSQL.Size                       = new System.Drawing.Size(299, 215);
     this.tbSQL.TabIndex                   = 10;
     this.tbSQL.UseValueForChildsVisibilty = false;
     this.tbSQL.Value                      = true;
     //
     // 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                = 9;
     this.bMove.Text                    = ">>";
     this.bMove.UseVisualStyleBackColor = true;
     this.bMove.Click                  += new System.EventHandler(this.bMove_Click);
     //
     // SQLCtl
     //
     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(468, 255);
     this.ControlBox        = false;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "SQLCtl";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "SQL Syntax Helper";
     this.panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     this.splitContainer1.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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DrillParametersDialog));
     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.bRefreshParms = new Oranikle.Studio.Controls.StyledButton();
     this.bOK           = new Oranikle.Studio.Controls.StyledButton();
     this.bCancel       = 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, 40);
     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, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(88, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Report 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);
     //
     // 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(400, 40);
     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);
     //
     // 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.DialogResult            = System.Windows.Forms.DialogResult.OK;
     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(288, 216);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 23);
     this.bOK.TabIndex                = 11;
     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(376, 216);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 23);
     this.bCancel.TabIndex                = 12;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // DrillParametersDialog
     //
     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.CausesValidation  = false;
     this.ClientSize        = new System.Drawing.Size(464, 248);
     this.ControlBox        = false;
     this.Controls.Add(this.bOK);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bRefreshParms);
     this.Controls.Add(this.bFile);
     this.Controls.Add(this.tbReportFile);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dgParms);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DrillParametersDialog";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "Specify Drillthrough Report and Parameters";
     ((System.ComponentModel.ISupportInitialize)(this.dgParms)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#45
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.tbPadLeft = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbPadRight = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbPadTop = new Oranikle.Studio.Controls.CustomTextControl();
            this.tbPadBottom = new Oranikle.Studio.Controls.CustomTextControl();
            this.grpBoxPadding = new System.Windows.Forms.GroupBox();
            this.button3 = new Oranikle.Studio.Controls.StyledButton();
            this.button2 = new Oranikle.Studio.Controls.StyledButton();
            this.button1 = new Oranikle.Studio.Controls.StyledButton();
            this.bValueExpr = new Oranikle.Studio.Controls.StyledButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.bGradient = new Oranikle.Studio.Controls.StyledButton();
            this.bExprBackColor = new Oranikle.Studio.Controls.StyledButton();
            this.bExprEndColor = new Oranikle.Studio.Controls.StyledButton();
            this.bEndColor = new Oranikle.Studio.Controls.StyledButton();
            this.cbBackColor = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbEndColor = new Oranikle.Studio.Controls.StyledComboBox();
            this.label15 = new System.Windows.Forms.Label();
            this.cbGradient = new Oranikle.Studio.Controls.StyledComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.bBackColor = new Oranikle.Studio.Controls.StyledButton();
            this.label3 = new System.Windows.Forms.Label();
            this.gbXML = new System.Windows.Forms.GroupBox();
            this.cbDEOutput = new Oranikle.Studio.Controls.StyledComboBox();
            this.tbDEName = new Oranikle.Studio.Controls.CustomTextControl();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.grpBoxPadding.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.gbXML.SuspendLayout();
            this.SuspendLayout();
            // 
            // label11
            // 
            this.label11.Location = new System.Drawing.Point(8, 28);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(32, 16);
            this.label11.TabIndex = 20;
            this.label11.Text = "Left";
            // 
            // label12
            // 
            this.label12.Location = new System.Drawing.Point(224, 28);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(32, 16);
            this.label12.TabIndex = 21;
            this.label12.Text = "Right";
            // 
            // label13
            // 
            this.label13.Location = new System.Drawing.Point(8, 60);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(32, 16);
            this.label13.TabIndex = 22;
            this.label13.Text = "Top";
            // 
            // label14
            // 
            this.label14.Location = new System.Drawing.Point(216, 60);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(40, 16);
            this.label14.TabIndex = 23;
            this.label14.Text = "Bottom";
            // 
            // tbPadLeft
            // 
            this.tbPadLeft.AddX = 0;
            this.tbPadLeft.AddY = 0;
            this.tbPadLeft.AllowSpace = false;
            this.tbPadLeft.BorderColor = System.Drawing.Color.LightGray;
            this.tbPadLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbPadLeft.ChangeVisibility = false;
            this.tbPadLeft.ChildControl = null;
            this.tbPadLeft.ConvertEnterToTab = true;
            this.tbPadLeft.ConvertEnterToTabForDialogs = false;
            this.tbPadLeft.Decimals = 0;
            this.tbPadLeft.DisplayList = new object[0];
            this.tbPadLeft.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbPadLeft.Location = new System.Drawing.Point(48, 26);
            this.tbPadLeft.Name = "tbPadLeft";
            this.tbPadLeft.OnDropDownCloseFocus = true;
            this.tbPadLeft.SelectType = 0;
            this.tbPadLeft.Size = new System.Drawing.Size(128, 20);
            this.tbPadLeft.TabIndex = 0;
            this.tbPadLeft.UseValueForChildsVisibilty = false;
            this.tbPadLeft.Value = true;
            this.tbPadLeft.TextChanged += new System.EventHandler(this.tbPadLeft_TextChanged);
            // 
            // tbPadRight
            // 
            this.tbPadRight.AddX = 0;
            this.tbPadRight.AddY = 0;
            this.tbPadRight.AllowSpace = false;
            this.tbPadRight.BorderColor = System.Drawing.Color.LightGray;
            this.tbPadRight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbPadRight.ChangeVisibility = false;
            this.tbPadRight.ChildControl = null;
            this.tbPadRight.ConvertEnterToTab = true;
            this.tbPadRight.ConvertEnterToTabForDialogs = false;
            this.tbPadRight.Decimals = 0;
            this.tbPadRight.DisplayList = new object[0];
            this.tbPadRight.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbPadRight.Location = new System.Drawing.Point(264, 26);
            this.tbPadRight.Name = "tbPadRight";
            this.tbPadRight.OnDropDownCloseFocus = true;
            this.tbPadRight.SelectType = 0;
            this.tbPadRight.Size = new System.Drawing.Size(128, 20);
            this.tbPadRight.TabIndex = 2;
            this.tbPadRight.UseValueForChildsVisibilty = false;
            this.tbPadRight.Value = true;
            this.tbPadRight.TextChanged += new System.EventHandler(this.tbPadRight_TextChanged);
            // 
            // tbPadTop
            // 
            this.tbPadTop.AddX = 0;
            this.tbPadTop.AddY = 0;
            this.tbPadTop.AllowSpace = false;
            this.tbPadTop.BorderColor = System.Drawing.Color.LightGray;
            this.tbPadTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbPadTop.ChangeVisibility = false;
            this.tbPadTop.ChildControl = null;
            this.tbPadTop.ConvertEnterToTab = true;
            this.tbPadTop.ConvertEnterToTabForDialogs = false;
            this.tbPadTop.Decimals = 0;
            this.tbPadTop.DisplayList = new object[0];
            this.tbPadTop.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbPadTop.Location = new System.Drawing.Point(48, 58);
            this.tbPadTop.Name = "tbPadTop";
            this.tbPadTop.OnDropDownCloseFocus = true;
            this.tbPadTop.SelectType = 0;
            this.tbPadTop.Size = new System.Drawing.Size(128, 20);
            this.tbPadTop.TabIndex = 4;
            this.tbPadTop.UseValueForChildsVisibilty = false;
            this.tbPadTop.Value = true;
            this.tbPadTop.TextChanged += new System.EventHandler(this.tbPadTop_TextChanged);
            // 
            // tbPadBottom
            // 
            this.tbPadBottom.AddX = 0;
            this.tbPadBottom.AddY = 0;
            this.tbPadBottom.AllowSpace = false;
            this.tbPadBottom.BorderColor = System.Drawing.Color.LightGray;
            this.tbPadBottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbPadBottom.ChangeVisibility = false;
            this.tbPadBottom.ChildControl = null;
            this.tbPadBottom.ConvertEnterToTab = true;
            this.tbPadBottom.ConvertEnterToTabForDialogs = false;
            this.tbPadBottom.Decimals = 0;
            this.tbPadBottom.DisplayList = new object[0];
            this.tbPadBottom.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbPadBottom.Location = new System.Drawing.Point(264, 58);
            this.tbPadBottom.Name = "tbPadBottom";
            this.tbPadBottom.OnDropDownCloseFocus = true;
            this.tbPadBottom.SelectType = 0;
            this.tbPadBottom.Size = new System.Drawing.Size(128, 20);
            this.tbPadBottom.TabIndex = 6;
            this.tbPadBottom.UseValueForChildsVisibilty = false;
            this.tbPadBottom.Value = true;
            this.tbPadBottom.TextChanged += new System.EventHandler(this.tbPadBottom_TextChanged);
            // 
            // grpBoxPadding
            // 
            this.grpBoxPadding.Controls.Add(this.button3);
            this.grpBoxPadding.Controls.Add(this.button2);
            this.grpBoxPadding.Controls.Add(this.button1);
            this.grpBoxPadding.Controls.Add(this.bValueExpr);
            this.grpBoxPadding.Controls.Add(this.label13);
            this.grpBoxPadding.Controls.Add(this.tbPadRight);
            this.grpBoxPadding.Controls.Add(this.label14);
            this.grpBoxPadding.Controls.Add(this.label11);
            this.grpBoxPadding.Controls.Add(this.tbPadBottom);
            this.grpBoxPadding.Controls.Add(this.label12);
            this.grpBoxPadding.Controls.Add(this.tbPadTop);
            this.grpBoxPadding.Controls.Add(this.tbPadLeft);
            this.grpBoxPadding.Location = new System.Drawing.Point(16, 96);
            this.grpBoxPadding.Name = "grpBoxPadding";
            this.grpBoxPadding.Size = new System.Drawing.Size(432, 88);
            this.grpBoxPadding.TabIndex = 1;
            this.grpBoxPadding.TabStop = false;
            this.grpBoxPadding.Text = "Padding";
            // 
            // 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(400, 26);
            this.button3.Name = "button3";
            this.button3.OverriddenSize = null;
            this.button3.Size = new System.Drawing.Size(22, 21);
            this.button3.TabIndex = 3;
            this.button3.Tag = "pright";
            this.button3.Text = "fx";
            this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.bExpr_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(400, 58);
            this.button2.Name = "button2";
            this.button2.OverriddenSize = null;
            this.button2.Size = new System.Drawing.Size(22, 21);
            this.button2.TabIndex = 7;
            this.button2.Tag = "pbottom";
            this.button2.Text = "fx";
            this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // 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(184, 58);
            this.button1.Name = "button1";
            this.button1.OverriddenSize = null;
            this.button1.Size = new System.Drawing.Size(22, 21);
            this.button1.TabIndex = 5;
            this.button1.Tag = "ptop";
            this.button1.Text = "fx";
            this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // 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(184, 26);
            this.bValueExpr.Name = "bValueExpr";
            this.bValueExpr.OverriddenSize = null;
            this.bValueExpr.Size = new System.Drawing.Size(22, 21);
            this.bValueExpr.TabIndex = 1;
            this.bValueExpr.Tag = "pleft";
            this.bValueExpr.Text = "fx";
            this.bValueExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bValueExpr.UseVisualStyleBackColor = true;
            this.bValueExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.bGradient);
            this.groupBox1.Controls.Add(this.bExprBackColor);
            this.groupBox1.Controls.Add(this.bExprEndColor);
            this.groupBox1.Controls.Add(this.bEndColor);
            this.groupBox1.Controls.Add(this.cbBackColor);
            this.groupBox1.Controls.Add(this.cbEndColor);
            this.groupBox1.Controls.Add(this.label15);
            this.groupBox1.Controls.Add(this.cbGradient);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.bBackColor);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Location = new System.Drawing.Point(16, 8);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(432, 80);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Background";
            // 
            // bGradient
            // 
            this.bGradient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bGradient.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bGradient.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bGradient.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bGradient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bGradient.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.bGradient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bGradient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bGradient.Location = new System.Drawing.Point(253, 42);
            this.bGradient.Name = "bGradient";
            this.bGradient.OverriddenSize = null;
            this.bGradient.Size = new System.Drawing.Size(22, 21);
            this.bGradient.TabIndex = 4;
            this.bGradient.Tag = "bgradient";
            this.bGradient.Text = "fx";
            this.bGradient.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bGradient.UseVisualStyleBackColor = true;
            this.bGradient.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bExprBackColor
            // 
            this.bExprBackColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bExprBackColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bExprBackColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bExprBackColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bExprBackColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bExprBackColor.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.bExprBackColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bExprBackColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExprBackColor.Location = new System.Drawing.Point(102, 42);
            this.bExprBackColor.Name = "bExprBackColor";
            this.bExprBackColor.OverriddenSize = null;
            this.bExprBackColor.Size = new System.Drawing.Size(22, 21);
            this.bExprBackColor.TabIndex = 1;
            this.bExprBackColor.Tag = "bcolor";
            this.bExprBackColor.Text = "fx";
            this.bExprBackColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExprBackColor.UseVisualStyleBackColor = true;
            this.bExprBackColor.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bExprEndColor
            // 
            this.bExprEndColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bExprEndColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bExprEndColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bExprEndColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bExprEndColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bExprEndColor.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.bExprEndColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bExprEndColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExprEndColor.Location = new System.Drawing.Point(377, 42);
            this.bExprEndColor.Name = "bExprEndColor";
            this.bExprEndColor.OverriddenSize = null;
            this.bExprEndColor.Size = new System.Drawing.Size(22, 21);
            this.bExprEndColor.TabIndex = 6;
            this.bExprEndColor.Tag = "bendcolor";
            this.bExprEndColor.Text = "fx";
            this.bExprEndColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExprEndColor.UseVisualStyleBackColor = true;
            this.bExprEndColor.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bEndColor
            // 
            this.bEndColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bEndColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bEndColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bEndColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bEndColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bEndColor.Font = new System.Drawing.Font("Arial", 9F);
            this.bEndColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bEndColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bEndColor.Location = new System.Drawing.Point(404, 42);
            this.bEndColor.Name = "bEndColor";
            this.bEndColor.OverriddenSize = null;
            this.bEndColor.Size = new System.Drawing.Size(22, 21);
            this.bEndColor.TabIndex = 7;
            this.bEndColor.Text = "...";
            this.bEndColor.UseVisualStyleBackColor = true;
            this.bEndColor.Click += new System.EventHandler(this.bColor_Click);
            // 
            // cbBackColor
            // 
            this.cbBackColor.AutoAdjustItemHeight = false;
            this.cbBackColor.BorderColor = System.Drawing.Color.LightGray;
            this.cbBackColor.ConvertEnterToTabForDialogs = false;
            this.cbBackColor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbBackColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbBackColor.Location = new System.Drawing.Point(8, 42);
            this.cbBackColor.Name = "cbBackColor";
            this.cbBackColor.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbBackColor.SeparatorMargin = 1;
            this.cbBackColor.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbBackColor.SeparatorWidth = 1;
            this.cbBackColor.Size = new System.Drawing.Size(88, 21);
            this.cbBackColor.TabIndex = 0;
            this.cbBackColor.SelectedIndexChanged += new System.EventHandler(this.cbBackColor_SelectedIndexChanged);
            this.cbBackColor.TextChanged += new System.EventHandler(this.cbBackColor_SelectedIndexChanged);
            // 
            // cbEndColor
            // 
            this.cbEndColor.AutoAdjustItemHeight = false;
            this.cbEndColor.BorderColor = System.Drawing.Color.LightGray;
            this.cbEndColor.ConvertEnterToTabForDialogs = false;
            this.cbEndColor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbEndColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbEndColor.Location = new System.Drawing.Point(286, 42);
            this.cbEndColor.Name = "cbEndColor";
            this.cbEndColor.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbEndColor.SeparatorMargin = 1;
            this.cbEndColor.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbEndColor.SeparatorWidth = 1;
            this.cbEndColor.Size = new System.Drawing.Size(88, 21);
            this.cbEndColor.TabIndex = 5;
            this.cbEndColor.SelectedIndexChanged += new System.EventHandler(this.cbEndColor_SelectedIndexChanged);
            this.cbEndColor.TextChanged += new System.EventHandler(this.cbEndColor_SelectedIndexChanged);
            // 
            // label15
            // 
            this.label15.Location = new System.Drawing.Point(286, 24);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(56, 16);
            this.label15.TabIndex = 5;
            this.label15.Text = "End Color";
            // 
            // cbGradient
            // 
            this.cbGradient.AutoAdjustItemHeight = false;
            this.cbGradient.BorderColor = System.Drawing.Color.LightGray;
            this.cbGradient.ConvertEnterToTabForDialogs = false;
            this.cbGradient.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbGradient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbGradient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbGradient.Items.AddRange(new object[] {
            "None",
            "LeftRight",
            "TopBottom",
            "Center",
            "DiagonalLeft",
            "DiagonalRight",
            "HorizontalCenter",
            "VerticalCenter"});
            this.cbGradient.Location = new System.Drawing.Point(161, 42);
            this.cbGradient.Name = "cbGradient";
            this.cbGradient.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbGradient.SeparatorMargin = 1;
            this.cbGradient.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbGradient.SeparatorWidth = 1;
            this.cbGradient.Size = new System.Drawing.Size(88, 21);
            this.cbGradient.TabIndex = 3;
            this.cbGradient.SelectedIndexChanged += new System.EventHandler(this.cbGradient_SelectedIndexChanged);
            // 
            // label10
            // 
            this.label10.Location = new System.Drawing.Point(161, 24);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(48, 16);
            this.label10.TabIndex = 3;
            this.label10.Text = "Gradient";
            // 
            // bBackColor
            // 
            this.bBackColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bBackColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bBackColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bBackColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bBackColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bBackColor.Font = new System.Drawing.Font("Arial", 9F);
            this.bBackColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bBackColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bBackColor.Location = new System.Drawing.Point(128, 42);
            this.bBackColor.Name = "bBackColor";
            this.bBackColor.OverriddenSize = null;
            this.bBackColor.Size = new System.Drawing.Size(22, 21);
            this.bBackColor.TabIndex = 2;
            this.bBackColor.Text = "...";
            this.bBackColor.UseVisualStyleBackColor = true;
            this.bBackColor.Click += new System.EventHandler(this.bColor_Click);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(8, 24);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(32, 16);
            this.label3.TabIndex = 0;
            this.label3.Text = "Color";
            // 
            // gbXML
            // 
            this.gbXML.Controls.Add(this.cbDEOutput);
            this.gbXML.Controls.Add(this.tbDEName);
            this.gbXML.Controls.Add(this.label2);
            this.gbXML.Controls.Add(this.label1);
            this.gbXML.Location = new System.Drawing.Point(16, 200);
            this.gbXML.Name = "gbXML";
            this.gbXML.Size = new System.Drawing.Size(432, 80);
            this.gbXML.TabIndex = 24;
            this.gbXML.TabStop = false;
            this.gbXML.Text = "XML";
            // 
            // cbDEOutput
            // 
            this.cbDEOutput.AutoAdjustItemHeight = false;
            this.cbDEOutput.BorderColor = System.Drawing.Color.LightGray;
            this.cbDEOutput.ConvertEnterToTabForDialogs = false;
            this.cbDEOutput.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDEOutput.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDEOutput.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDEOutput.Items.AddRange(new object[] {
            "Output",
            "NoOutput",
            "ContentsOnly",
            "Auto"});
            this.cbDEOutput.Location = new System.Drawing.Point(138, 43);
            this.cbDEOutput.Name = "cbDEOutput";
            this.cbDEOutput.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDEOutput.SeparatorMargin = 1;
            this.cbDEOutput.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDEOutput.SeparatorWidth = 1;
            this.cbDEOutput.Size = new System.Drawing.Size(117, 21);
            this.cbDEOutput.TabIndex = 3;
            this.cbDEOutput.SelectedIndexChanged += new System.EventHandler(this.cbDEOutput_SelectedIndexChanged);
            // 
            // tbDEName
            // 
            this.tbDEName.AddX = 0;
            this.tbDEName.AddY = 0;
            this.tbDEName.AllowSpace = false;
            this.tbDEName.BorderColor = System.Drawing.Color.LightGray;
            this.tbDEName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbDEName.ChangeVisibility = false;
            this.tbDEName.ChildControl = null;
            this.tbDEName.ConvertEnterToTab = true;
            this.tbDEName.ConvertEnterToTabForDialogs = false;
            this.tbDEName.Decimals = 0;
            this.tbDEName.DisplayList = new object[0];
            this.tbDEName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbDEName.Location = new System.Drawing.Point(137, 18);
            this.tbDEName.Name = "tbDEName";
            this.tbDEName.OnDropDownCloseFocus = true;
            this.tbDEName.SelectType = 0;
            this.tbDEName.Size = new System.Drawing.Size(279, 20);
            this.tbDEName.TabIndex = 2;
            this.tbDEName.Text = "textBox1";
            this.tbDEName.UseValueForChildsVisibilty = false;
            this.tbDEName.Value = true;
            this.tbDEName.TextChanged += new System.EventHandler(this.tbDEName_TextChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(11, 43);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(116, 20);
            this.label2.TabIndex = 1;
            this.label2.Text = "DataElementOutput";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(10, 18);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 20);
            this.label1.TabIndex = 0;
            this.label1.Text = "DataElementName";
            // 
            // StyleCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.grpBoxPadding);
            this.Controls.Add(this.gbXML);
            this.Name = "StyleCtl";
            this.Size = new System.Drawing.Size(472, 312);
            this.grpBoxPadding.ResumeLayout(false);
            this.grpBoxPadding.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.gbXML.ResumeLayout(false);
            this.gbXML.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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.bGradient = new Oranikle.Studio.Controls.StyledButton();
            this.bExprBackColor = new Oranikle.Studio.Controls.StyledButton();
            this.bExprEndColor = new Oranikle.Studio.Controls.StyledButton();
            this.bEndColor = new Oranikle.Studio.Controls.StyledButton();
            this.cbBackColor = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbEndColor = new Oranikle.Studio.Controls.StyledComboBox();
            this.label15 = new System.Windows.Forms.Label();
            this.cbGradient = new Oranikle.Studio.Controls.StyledComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.bBackColor = new Oranikle.Studio.Controls.StyledButton();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.bRepeatExpr = new Oranikle.Studio.Controls.StyledButton();
            this.rbNone = new System.Windows.Forms.RadioButton();
            this.cbRepeat = new Oranikle.Studio.Controls.StyledComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.bExternalExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bEmbeddedExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bMimeExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bDatabaseExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bEmbedded = new Oranikle.Studio.Controls.StyledButton();
            this.bExternal = new Oranikle.Studio.Controls.StyledButton();
            this.tbValueExternal = new Oranikle.Studio.Controls.CustomTextControl();
            this.cbValueDatabase = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbMIMEType = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbValueEmbedded = new Oranikle.Studio.Controls.StyledComboBox();
            this.rbDatabase = new System.Windows.Forms.RadioButton();
            this.rbEmbedded = new System.Windows.Forms.RadioButton();
            this.rbExternal = new System.Windows.Forms.RadioButton();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.bGradient);
            this.groupBox1.Controls.Add(this.bExprBackColor);
            this.groupBox1.Controls.Add(this.bExprEndColor);
            this.groupBox1.Controls.Add(this.bEndColor);
            this.groupBox1.Controls.Add(this.cbBackColor);
            this.groupBox1.Controls.Add(this.cbEndColor);
            this.groupBox1.Controls.Add(this.label15);
            this.groupBox1.Controls.Add(this.cbGradient);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.bBackColor);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Location = new System.Drawing.Point(16, 8);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(432, 80);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Background";
            // 
            // bGradient
            // 
            this.bGradient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bGradient.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bGradient.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bGradient.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bGradient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bGradient.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.bGradient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bGradient.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bGradient.Location = new System.Drawing.Point(253, 42);
            this.bGradient.Name = "bGradient";
            this.bGradient.OverriddenSize = null;
            this.bGradient.Size = new System.Drawing.Size(22, 21);
            this.bGradient.TabIndex = 4;
            this.bGradient.Tag = "bgradient";
            this.bGradient.Text = "fx";
            this.bGradient.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bGradient.UseVisualStyleBackColor = true;
            this.bGradient.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bExprBackColor
            // 
            this.bExprBackColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bExprBackColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bExprBackColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bExprBackColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bExprBackColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bExprBackColor.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.bExprBackColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bExprBackColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExprBackColor.Location = new System.Drawing.Point(102, 42);
            this.bExprBackColor.Name = "bExprBackColor";
            this.bExprBackColor.OverriddenSize = null;
            this.bExprBackColor.Size = new System.Drawing.Size(22, 21);
            this.bExprBackColor.TabIndex = 1;
            this.bExprBackColor.Tag = "bcolor";
            this.bExprBackColor.Text = "fx";
            this.bExprBackColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExprBackColor.UseVisualStyleBackColor = true;
            this.bExprBackColor.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bExprEndColor
            // 
            this.bExprEndColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bExprEndColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bExprEndColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bExprEndColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bExprEndColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bExprEndColor.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.bExprEndColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bExprEndColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExprEndColor.Location = new System.Drawing.Point(377, 42);
            this.bExprEndColor.Name = "bExprEndColor";
            this.bExprEndColor.OverriddenSize = null;
            this.bExprEndColor.Size = new System.Drawing.Size(22, 21);
            this.bExprEndColor.TabIndex = 6;
            this.bExprEndColor.Tag = "bendcolor";
            this.bExprEndColor.Text = "fx";
            this.bExprEndColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExprEndColor.UseVisualStyleBackColor = true;
            this.bExprEndColor.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bEndColor
            // 
            this.bEndColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bEndColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bEndColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bEndColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bEndColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bEndColor.Font = new System.Drawing.Font("Arial", 9F);
            this.bEndColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bEndColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bEndColor.Location = new System.Drawing.Point(404, 42);
            this.bEndColor.Name = "bEndColor";
            this.bEndColor.OverriddenSize = null;
            this.bEndColor.Size = new System.Drawing.Size(22, 21);
            this.bEndColor.TabIndex = 7;
            this.bEndColor.Text = "...";
            this.bEndColor.UseVisualStyleBackColor = true;
            this.bEndColor.Click += new System.EventHandler(this.bColor_Click);
            // 
            // cbBackColor
            // 
            this.cbBackColor.AutoAdjustItemHeight = false;
            this.cbBackColor.BorderColor = System.Drawing.Color.LightGray;
            this.cbBackColor.ConvertEnterToTabForDialogs = false;
            this.cbBackColor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbBackColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbBackColor.Location = new System.Drawing.Point(8, 42);
            this.cbBackColor.Name = "cbBackColor";
            this.cbBackColor.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbBackColor.SeparatorMargin = 1;
            this.cbBackColor.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbBackColor.SeparatorWidth = 1;
            this.cbBackColor.Size = new System.Drawing.Size(88, 21);
            this.cbBackColor.TabIndex = 0;
            this.cbBackColor.SelectedIndexChanged += new System.EventHandler(this.cbBackColor_SelectedIndexChanged);
            this.cbBackColor.TextChanged += new System.EventHandler(this.cbBackColor_SelectedIndexChanged);
            // 
            // cbEndColor
            // 
            this.cbEndColor.AutoAdjustItemHeight = false;
            this.cbEndColor.BorderColor = System.Drawing.Color.LightGray;
            this.cbEndColor.ConvertEnterToTabForDialogs = false;
            this.cbEndColor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbEndColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbEndColor.Location = new System.Drawing.Point(286, 42);
            this.cbEndColor.Name = "cbEndColor";
            this.cbEndColor.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbEndColor.SeparatorMargin = 1;
            this.cbEndColor.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbEndColor.SeparatorWidth = 1;
            this.cbEndColor.Size = new System.Drawing.Size(88, 21);
            this.cbEndColor.TabIndex = 5;
            this.cbEndColor.SelectedIndexChanged += new System.EventHandler(this.cbEndColor_SelectedIndexChanged);
            this.cbEndColor.TextChanged += new System.EventHandler(this.cbEndColor_SelectedIndexChanged);
            // 
            // label15
            // 
            this.label15.Location = new System.Drawing.Point(286, 24);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(56, 16);
            this.label15.TabIndex = 5;
            this.label15.Text = "End Color";
            // 
            // cbGradient
            // 
            this.cbGradient.AutoAdjustItemHeight = false;
            this.cbGradient.BorderColor = System.Drawing.Color.LightGray;
            this.cbGradient.ConvertEnterToTabForDialogs = false;
            this.cbGradient.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbGradient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbGradient.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbGradient.Location = new System.Drawing.Point(161, 42);
            this.cbGradient.Name = "cbGradient";
            this.cbGradient.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbGradient.SeparatorMargin = 1;
            this.cbGradient.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbGradient.SeparatorWidth = 1;
            this.cbGradient.Size = new System.Drawing.Size(88, 21);
            this.cbGradient.TabIndex = 3;
            this.cbGradient.SelectedIndexChanged += new System.EventHandler(this.cbGradient_SelectedIndexChanged);
            // 
            // label10
            // 
            this.label10.Location = new System.Drawing.Point(161, 24);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(48, 16);
            this.label10.TabIndex = 3;
            this.label10.Text = "Gradient";
            // 
            // bBackColor
            // 
            this.bBackColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bBackColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bBackColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bBackColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bBackColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bBackColor.Font = new System.Drawing.Font("Arial", 9F);
            this.bBackColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bBackColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bBackColor.Location = new System.Drawing.Point(128, 42);
            this.bBackColor.Name = "bBackColor";
            this.bBackColor.OverriddenSize = null;
            this.bBackColor.Size = new System.Drawing.Size(22, 21);
            this.bBackColor.TabIndex = 2;
            this.bBackColor.Text = "...";
            this.bBackColor.UseVisualStyleBackColor = true;
            this.bBackColor.Click += new System.EventHandler(this.bColor_Click);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(8, 24);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(32, 16);
            this.label3.TabIndex = 0;
            this.label3.Text = "Color";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.bRepeatExpr);
            this.groupBox2.Controls.Add(this.rbNone);
            this.groupBox2.Controls.Add(this.cbRepeat);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.bExternalExpr);
            this.groupBox2.Controls.Add(this.bEmbeddedExpr);
            this.groupBox2.Controls.Add(this.bMimeExpr);
            this.groupBox2.Controls.Add(this.bDatabaseExpr);
            this.groupBox2.Controls.Add(this.bEmbedded);
            this.groupBox2.Controls.Add(this.bExternal);
            this.groupBox2.Controls.Add(this.tbValueExternal);
            this.groupBox2.Controls.Add(this.cbValueDatabase);
            this.groupBox2.Controls.Add(this.cbMIMEType);
            this.groupBox2.Controls.Add(this.cbValueEmbedded);
            this.groupBox2.Controls.Add(this.rbDatabase);
            this.groupBox2.Controls.Add(this.rbEmbedded);
            this.groupBox2.Controls.Add(this.rbExternal);
            this.groupBox2.Location = new System.Drawing.Point(16, 109);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(432, 219);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Background System.Drawing.Image Source";
            // 
            // bRepeatExpr
            // 
            this.bRepeatExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRepeatExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRepeatExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRepeatExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRepeatExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRepeatExpr.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.bRepeatExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRepeatExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRepeatExpr.Location = new System.Drawing.Point(213, 184);
            this.bRepeatExpr.Name = "bRepeatExpr";
            this.bRepeatExpr.OverriddenSize = null;
            this.bRepeatExpr.Size = new System.Drawing.Size(22, 21);
            this.bRepeatExpr.TabIndex = 16;
            this.bRepeatExpr.Tag = "repeat";
            this.bRepeatExpr.Text = "fx";
            this.bRepeatExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRepeatExpr.UseVisualStyleBackColor = true;
            // 
            // rbNone
            // 
            this.rbNone.Location = new System.Drawing.Point(6, 25);
            this.rbNone.Name = "rbNone";
            this.rbNone.Size = new System.Drawing.Size(80, 24);
            this.rbNone.TabIndex = 15;
            this.rbNone.Text = "None";
            this.rbNone.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged);
            // 
            // cbRepeat
            // 
            this.cbRepeat.AutoAdjustItemHeight = false;
            this.cbRepeat.BorderColor = System.Drawing.Color.LightGray;
            this.cbRepeat.ConvertEnterToTabForDialogs = false;
            this.cbRepeat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbRepeat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbRepeat.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbRepeat.Items.AddRange(new object[] {
            "Repeat",
            "NoRepeat",
            "RepeatX",
            "RepeatY"});
            this.cbRepeat.Location = new System.Drawing.Point(87, 184);
            this.cbRepeat.Name = "cbRepeat";
            this.cbRepeat.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbRepeat.SeparatorMargin = 1;
            this.cbRepeat.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbRepeat.SeparatorWidth = 1;
            this.cbRepeat.Size = new System.Drawing.Size(120, 21);
            this.cbRepeat.TabIndex = 14;
            this.cbRepeat.SelectedIndexChanged += new System.EventHandler(this.BackImage_Changed);
            this.cbRepeat.TextChanged += new System.EventHandler(this.BackImage_Changed);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(22, 183);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(59, 23);
            this.label1.TabIndex = 13;
            this.label1.Text = "Repeat";
            // 
            // bExternalExpr
            // 
            this.bExternalExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bExternalExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bExternalExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bExternalExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bExternalExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bExternalExpr.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.bExternalExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bExternalExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExternalExpr.Location = new System.Drawing.Point(376, 56);
            this.bExternalExpr.Name = "bExternalExpr";
            this.bExternalExpr.OverriddenSize = null;
            this.bExternalExpr.Size = new System.Drawing.Size(22, 21);
            this.bExternalExpr.TabIndex = 12;
            this.bExternalExpr.Tag = "external";
            this.bExternalExpr.Text = "fx";
            this.bExternalExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExternalExpr.UseVisualStyleBackColor = true;
            this.bExternalExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bEmbeddedExpr
            // 
            this.bEmbeddedExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bEmbeddedExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bEmbeddedExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bEmbeddedExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bEmbeddedExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bEmbeddedExpr.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.bEmbeddedExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bEmbeddedExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bEmbeddedExpr.Location = new System.Drawing.Point(376, 88);
            this.bEmbeddedExpr.Name = "bEmbeddedExpr";
            this.bEmbeddedExpr.OverriddenSize = null;
            this.bEmbeddedExpr.Size = new System.Drawing.Size(22, 21);
            this.bEmbeddedExpr.TabIndex = 11;
            this.bEmbeddedExpr.Tag = "embedded";
            this.bEmbeddedExpr.Text = "fx";
            this.bEmbeddedExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bEmbeddedExpr.UseVisualStyleBackColor = true;
            this.bEmbeddedExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bMimeExpr
            // 
            this.bMimeExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bMimeExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bMimeExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bMimeExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bMimeExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bMimeExpr.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.bMimeExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bMimeExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMimeExpr.Location = new System.Drawing.Point(182, 121);
            this.bMimeExpr.Name = "bMimeExpr";
            this.bMimeExpr.OverriddenSize = null;
            this.bMimeExpr.Size = new System.Drawing.Size(22, 21);
            this.bMimeExpr.TabIndex = 10;
            this.bMimeExpr.Tag = "mime";
            this.bMimeExpr.Text = "fx";
            this.bMimeExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bMimeExpr.UseVisualStyleBackColor = true;
            this.bMimeExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bDatabaseExpr
            // 
            this.bDatabaseExpr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDatabaseExpr.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDatabaseExpr.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDatabaseExpr.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDatabaseExpr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDatabaseExpr.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.bDatabaseExpr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDatabaseExpr.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDatabaseExpr.Location = new System.Drawing.Point(376, 152);
            this.bDatabaseExpr.Name = "bDatabaseExpr";
            this.bDatabaseExpr.OverriddenSize = null;
            this.bDatabaseExpr.Size = new System.Drawing.Size(22, 21);
            this.bDatabaseExpr.TabIndex = 9;
            this.bDatabaseExpr.Tag = "database";
            this.bDatabaseExpr.Text = "fx";
            this.bDatabaseExpr.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDatabaseExpr.UseVisualStyleBackColor = true;
            this.bDatabaseExpr.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bEmbedded
            // 
            this.bEmbedded.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bEmbedded.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bEmbedded.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bEmbedded.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bEmbedded.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bEmbedded.Font = new System.Drawing.Font("Arial", 9F);
            this.bEmbedded.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bEmbedded.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bEmbedded.Location = new System.Drawing.Point(402, 88);
            this.bEmbedded.Name = "bEmbedded";
            this.bEmbedded.OverriddenSize = null;
            this.bEmbedded.Size = new System.Drawing.Size(22, 21);
            this.bEmbedded.TabIndex = 8;
            this.bEmbedded.Text = "...";
            this.bEmbedded.UseVisualStyleBackColor = true;
            this.bEmbedded.Click += new System.EventHandler(this.bEmbedded_Click);
            // 
            // bExternal
            // 
            this.bExternal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bExternal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bExternal.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bExternal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bExternal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bExternal.Font = new System.Drawing.Font("Arial", 9F);
            this.bExternal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bExternal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bExternal.Location = new System.Drawing.Point(402, 56);
            this.bExternal.Name = "bExternal";
            this.bExternal.OverriddenSize = null;
            this.bExternal.Size = new System.Drawing.Size(22, 21);
            this.bExternal.TabIndex = 7;
            this.bExternal.Text = "...";
            this.bExternal.UseVisualStyleBackColor = true;
            this.bExternal.Click += new System.EventHandler(this.bExternal_Click);
            // 
            // tbValueExternal
            // 
            this.tbValueExternal.AddX = 0;
            this.tbValueExternal.AddY = 0;
            this.tbValueExternal.AllowSpace = false;
            this.tbValueExternal.BorderColor = System.Drawing.Color.LightGray;
            this.tbValueExternal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbValueExternal.ChangeVisibility = false;
            this.tbValueExternal.ChildControl = null;
            this.tbValueExternal.ConvertEnterToTab = true;
            this.tbValueExternal.ConvertEnterToTabForDialogs = false;
            this.tbValueExternal.Decimals = 0;
            this.tbValueExternal.DisplayList = new object[0];
            this.tbValueExternal.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbValueExternal.Location = new System.Drawing.Point(86, 56);
            this.tbValueExternal.Name = "tbValueExternal";
            this.tbValueExternal.OnDropDownCloseFocus = true;
            this.tbValueExternal.SelectType = 0;
            this.tbValueExternal.Size = new System.Drawing.Size(284, 20);
            this.tbValueExternal.TabIndex = 6;
            this.tbValueExternal.UseValueForChildsVisibilty = false;
            this.tbValueExternal.Value = true;
            this.tbValueExternal.TextChanged += new System.EventHandler(this.BackImage_Changed);
            // 
            // cbValueDatabase
            // 
            this.cbValueDatabase.AutoAdjustItemHeight = false;
            this.cbValueDatabase.BorderColor = System.Drawing.Color.LightGray;
            this.cbValueDatabase.ConvertEnterToTabForDialogs = false;
            this.cbValueDatabase.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbValueDatabase.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbValueDatabase.Location = new System.Drawing.Point(86, 152);
            this.cbValueDatabase.Name = "cbValueDatabase";
            this.cbValueDatabase.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbValueDatabase.SeparatorMargin = 1;
            this.cbValueDatabase.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbValueDatabase.SeparatorWidth = 1;
            this.cbValueDatabase.Size = new System.Drawing.Size(284, 21);
            this.cbValueDatabase.TabIndex = 5;
            this.cbValueDatabase.SelectedIndexChanged += new System.EventHandler(this.BackImage_Changed);
            this.cbValueDatabase.TextChanged += new System.EventHandler(this.BackImage_Changed);
            // 
            // cbMIMEType
            // 
            this.cbMIMEType.AutoAdjustItemHeight = false;
            this.cbMIMEType.BorderColor = System.Drawing.Color.LightGray;
            this.cbMIMEType.ConvertEnterToTabForDialogs = false;
            this.cbMIMEType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbMIMEType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbMIMEType.Items.AddRange(new object[] {
            "image/bmp",
            "image/jpeg",
            "image/gif",
            "image/png",
            "image/x-png"});
            this.cbMIMEType.Location = new System.Drawing.Point(86, 121);
            this.cbMIMEType.Name = "cbMIMEType";
            this.cbMIMEType.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbMIMEType.SeparatorMargin = 1;
            this.cbMIMEType.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbMIMEType.SeparatorWidth = 1;
            this.cbMIMEType.Size = new System.Drawing.Size(88, 21);
            this.cbMIMEType.TabIndex = 4;
            this.cbMIMEType.Text = "image/jpeg";
            this.cbMIMEType.SelectedIndexChanged += new System.EventHandler(this.BackImage_Changed);
            this.cbMIMEType.TextChanged += new System.EventHandler(this.BackImage_Changed);
            // 
            // cbValueEmbedded
            // 
            this.cbValueEmbedded.AutoAdjustItemHeight = false;
            this.cbValueEmbedded.BorderColor = System.Drawing.Color.LightGray;
            this.cbValueEmbedded.ConvertEnterToTabForDialogs = false;
            this.cbValueEmbedded.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbValueEmbedded.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbValueEmbedded.Location = new System.Drawing.Point(86, 88);
            this.cbValueEmbedded.Name = "cbValueEmbedded";
            this.cbValueEmbedded.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbValueEmbedded.SeparatorMargin = 1;
            this.cbValueEmbedded.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbValueEmbedded.SeparatorWidth = 1;
            this.cbValueEmbedded.Size = new System.Drawing.Size(284, 21);
            this.cbValueEmbedded.TabIndex = 3;
            this.cbValueEmbedded.SelectedIndexChanged += new System.EventHandler(this.BackImage_Changed);
            this.cbValueEmbedded.TextChanged += new System.EventHandler(this.BackImage_Changed);
            // 
            // rbDatabase
            // 
            this.rbDatabase.Location = new System.Drawing.Point(6, 119);
            this.rbDatabase.Name = "rbDatabase";
            this.rbDatabase.Size = new System.Drawing.Size(80, 24);
            this.rbDatabase.TabIndex = 2;
            this.rbDatabase.Text = "Database";
            this.rbDatabase.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged);
            // 
            // rbEmbedded
            // 
            this.rbEmbedded.Location = new System.Drawing.Point(6, 86);
            this.rbEmbedded.Name = "rbEmbedded";
            this.rbEmbedded.Size = new System.Drawing.Size(80, 24);
            this.rbEmbedded.TabIndex = 1;
            this.rbEmbedded.Text = "Embedded";
            this.rbEmbedded.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged);
            // 
            // rbExternal
            // 
            this.rbExternal.Location = new System.Drawing.Point(6, 54);
            this.rbExternal.Name = "rbExternal";
            this.rbExternal.Size = new System.Drawing.Size(80, 24);
            this.rbExternal.TabIndex = 0;
            this.rbExternal.Text = "External";
            this.rbExternal.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged);
            // 
            // BackgroundCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "BackgroundCtl";
            this.Size = new System.Drawing.Size(472, 351);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

		}
示例#47
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.bOK          = new Oranikle.Studio.Controls.StyledButton();
     this.bCancel      = new Oranikle.Studio.Controls.StyledButton();
     this.tbPassPhrase = new Oranikle.Studio.Controls.CustomTextControl();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(280, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Please enter the pass phrase for shared data sources";
     //
     // bOK
     //
     this.bOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.bOK.Location     = new System.Drawing.Point(112, 80);
     this.bOK.Name         = "bOK";
     this.bOK.Size         = new System.Drawing.Size(75, 23);
     this.bOK.TabIndex     = 2;
     this.bOK.Text         = "OK";
     //
     // bCancel
     //
     this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bCancel.Location     = new System.Drawing.Point(208, 80);
     this.bCancel.Name         = "bCancel";
     this.bCancel.Size         = new System.Drawing.Size(75, 23);
     this.bCancel.TabIndex     = 3;
     this.bCancel.Text         = "Cancel";
     //
     // tbPassPhrase
     //
     this.tbPassPhrase.Location     = new System.Drawing.Point(16, 40);
     this.tbPassPhrase.Name         = "tbPassPhrase";
     this.tbPassPhrase.PasswordChar = '*';
     this.tbPassPhrase.Size         = new System.Drawing.Size(272, 20);
     this.tbPassPhrase.TabIndex     = 1;
     //
     // DataSourcePassword
     //
     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(306, 112);
     this.Controls.Add(this.tbPassPhrase);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOK);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DataSourcePassword";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Shared Data Sources";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#48
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();
 }
示例#49
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.panel1 = new System.Windows.Forms.Panel();
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            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.panel1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panel1.Controls.Add(this.bOK);
            this.panel1.Controls.Add(this.bCancel);
            this.panel1.Location = new System.Drawing.Point(0, 215);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(468, 40);
            this.panel1.TabIndex = 6;
            // 
            // bOK
            // 
            this.bOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            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(300, 8);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 21);
            this.bOK.TabIndex = 2;
            this.bOK.Text = "OK";
            this.bOK.UseVisualStyleBackColor = true;
            this.bOK.Click += new System.EventHandler(this.bOK_Click);
            // 
            // bCancel
            // 
            this.bCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            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(388, 8);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 21);
            this.bCancel.TabIndex = 3;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // splitContainer1
            // 
            this.splitContainer1.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.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(468, 215);
            this.splitContainer1.SplitterDistance = 123;
            this.splitContainer1.TabIndex = 9;
            // 
            // 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(123, 215);
            this.tvTablesColumns.TabIndex = 5;
            this.tvTablesColumns.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvTablesColumns_BeforeExpand);
            // 
            // tbSQL
            // 
            this.tbSQL.AcceptsReturn = true;
            this.tbSQL.AcceptsTab = true;
            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(37, 0);
            this.tbSQL.Multiline = true;
            this.tbSQL.Name = "tbSQL";
            this.tbSQL.OnDropDownCloseFocus = true;
            this.tbSQL.SelectType = 0;
            this.tbSQL.Size = new System.Drawing.Size(299, 215);
            this.tbSQL.TabIndex = 10;
            this.tbSQL.UseValueForChildsVisibilty = false;
            this.tbSQL.Value = true;
            // 
            // 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 = 9;
            this.bMove.Text = ">>";
            this.bMove.UseVisualStyleBackColor = true;
            this.bMove.Click += new System.EventHandler(this.bMove_Click);
            // 
            // SQLCtl
            // 
            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(468, 255);
            this.ControlBox = false;
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panel1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SQLCtl";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "SQL Syntax Helper";
            this.panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

		}
示例#50
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.bCheckSyntax = new Oranikle.Studio.Controls.StyledButton();
     this.panel1       = new System.Windows.Forms.Panel();
     this.tbCode       = new Oranikle.Studio.Controls.CustomTextControl();
     this.splitter1    = new System.Windows.Forms.Splitter();
     this.lbErrors     = new System.Windows.Forms.ListBox();
     this.label2       = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(98, 6);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(144, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Visual Basic Function Code";
     //
     // bCheckSyntax
     //
     this.bCheckSyntax.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bCheckSyntax.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bCheckSyntax.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bCheckSyntax.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bCheckSyntax.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bCheckSyntax.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bCheckSyntax.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bCheckSyntax.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bCheckSyntax.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bCheckSyntax.Location                = new System.Drawing.Point(365, 4);
     this.bCheckSyntax.Name                    = "bCheckSyntax";
     this.bCheckSyntax.OverriddenSize          = null;
     this.bCheckSyntax.Size                    = new System.Drawing.Size(82, 21);
     this.bCheckSyntax.TabIndex                = 2;
     this.bCheckSyntax.Text                    = "Check Syntax";
     this.bCheckSyntax.UseVisualStyleBackColor = true;
     this.bCheckSyntax.Click                  += new System.EventHandler(this.bCheckSyntax_Click);
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.tbCode);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.lbErrors);
     this.panel1.Location = new System.Drawing.Point(13, 31);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(439, 252);
     this.panel1.TabIndex = 4;
     //
     // tbCode
     //
     this.tbCode.AcceptsReturn = true;
     this.tbCode.AcceptsTab    = true;
     this.tbCode.AddX          = 0;
     this.tbCode.AddY          = 0;
     this.tbCode.AllowSpace    = false;
     this.tbCode.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.tbCode.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbCode.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbCode.ChangeVisibility            = false;
     this.tbCode.ChildControl                = null;
     this.tbCode.ConvertEnterToTab           = true;
     this.tbCode.ConvertEnterToTabForDialogs = false;
     this.tbCode.Decimals                   = 0;
     this.tbCode.DisplayList                = new object[0];
     this.tbCode.HideSelection              = false;
     this.tbCode.HitText                    = Oranikle.Studio.Controls.HitText.String;
     this.tbCode.Location                   = new System.Drawing.Point(87, 0);
     this.tbCode.Multiline                  = true;
     this.tbCode.Name                       = "tbCode";
     this.tbCode.OnDropDownCloseFocus       = true;
     this.tbCode.ScrollBars                 = System.Windows.Forms.ScrollBars.Both;
     this.tbCode.SelectType                 = 0;
     this.tbCode.Size                       = new System.Drawing.Size(352, 252);
     this.tbCode.TabIndex                   = 2;
     this.tbCode.UseValueForChildsVisibilty = false;
     this.tbCode.Value                      = true;
     this.tbCode.WordWrap                   = false;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(5, 252);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // lbErrors
     //
     this.lbErrors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)));
     this.lbErrors.HorizontalScrollbar = true;
     this.lbErrors.IntegralHeight      = false;
     this.lbErrors.Location            = new System.Drawing.Point(0, 0);
     this.lbErrors.Name                  = "lbErrors";
     this.lbErrors.Size                  = new System.Drawing.Size(82, 252);
     this.lbErrors.TabIndex              = 0;
     this.lbErrors.SelectedIndexChanged += new System.EventHandler(this.lbErrors_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(15, 7);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(69, 15);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Msgs";
     //
     // CodeCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.bCheckSyntax);
     this.Controls.Add(this.label1);
     this.Name = "CodeCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#51
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()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DrillParametersDialog));
            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.bRefreshParms = new Oranikle.Studio.Controls.StyledButton();
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = 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, 40);
            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, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(88, 23);
            this.label1.TabIndex = 3;
            this.label1.Text = "Report 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);
            // 
            // 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(400, 40);
            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);
            // 
            // 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.DialogResult = System.Windows.Forms.DialogResult.OK;
            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(288, 216);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 23);
            this.bOK.TabIndex = 11;
            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(376, 216);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 23);
            this.bCancel.TabIndex = 12;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // DrillParametersDialog
            // 
            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.CausesValidation = false;
            this.ClientSize = new System.Drawing.Size(464, 248);
            this.ControlBox = false;
            this.Controls.Add(this.bOK);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bRefreshParms);
            this.Controls.Add(this.bFile);
            this.Controls.Add(this.tbReportFile);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dgParms);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DrillParametersDialog";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "Specify Drillthrough Report and Parameters";
            ((System.ComponentModel.ISupportInitialize)(this.dgParms)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
示例#53
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);
 }
		/// <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();

		}
示例#55
0
 /// <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.bExternalExpr   = new Oranikle.Studio.Controls.StyledButton();
     this.bEmbeddedExpr   = new Oranikle.Studio.Controls.StyledButton();
     this.bMimeExpr       = new Oranikle.Studio.Controls.StyledButton();
     this.bDatabaseExpr   = new Oranikle.Studio.Controls.StyledButton();
     this.bEmbedded       = new Oranikle.Studio.Controls.StyledButton();
     this.bExternal       = new Oranikle.Studio.Controls.StyledButton();
     this.tbValueExternal = new Oranikle.Studio.Controls.CustomTextControl();
     this.cbValueDatabase = new Oranikle.Studio.Controls.StyledComboBox();
     this.cbMIMEType      = new Oranikle.Studio.Controls.StyledComboBox();
     this.cbValueEmbedded = new Oranikle.Studio.Controls.StyledComboBox();
     this.rbDatabase      = new System.Windows.Forms.RadioButton();
     this.rbEmbedded      = new System.Windows.Forms.RadioButton();
     this.rbExternal      = new System.Windows.Forms.RadioButton();
     this.label1          = new System.Windows.Forms.Label();
     this.cbSizing        = new Oranikle.Studio.Controls.StyledComboBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.bExternalExpr);
     this.groupBox1.Controls.Add(this.bEmbeddedExpr);
     this.groupBox1.Controls.Add(this.bMimeExpr);
     this.groupBox1.Controls.Add(this.bDatabaseExpr);
     this.groupBox1.Controls.Add(this.bEmbedded);
     this.groupBox1.Controls.Add(this.bExternal);
     this.groupBox1.Controls.Add(this.tbValueExternal);
     this.groupBox1.Controls.Add(this.cbValueDatabase);
     this.groupBox1.Controls.Add(this.cbMIMEType);
     this.groupBox1.Controls.Add(this.cbValueEmbedded);
     this.groupBox1.Controls.Add(this.rbDatabase);
     this.groupBox1.Controls.Add(this.rbEmbedded);
     this.groupBox1.Controls.Add(this.rbExternal);
     this.groupBox1.Location = new System.Drawing.Point(16, 16);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(408, 152);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Source";
     //
     // bExternalExpr
     //
     this.bExternalExpr.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bExternalExpr.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bExternalExpr.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bExternalExpr.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bExternalExpr.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bExternalExpr.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.bExternalExpr.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bExternalExpr.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bExternalExpr.Location                = new System.Drawing.Point(352, 26);
     this.bExternalExpr.Name                    = "bExternalExpr";
     this.bExternalExpr.OverriddenSize          = null;
     this.bExternalExpr.Size                    = new System.Drawing.Size(22, 21);
     this.bExternalExpr.TabIndex                = 12;
     this.bExternalExpr.Tag                     = "external";
     this.bExternalExpr.Text                    = "fx";
     this.bExternalExpr.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bExternalExpr.UseVisualStyleBackColor = true;
     this.bExternalExpr.Click                  += new System.EventHandler(this.bExpr_Click);
     //
     // bEmbeddedExpr
     //
     this.bEmbeddedExpr.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bEmbeddedExpr.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bEmbeddedExpr.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bEmbeddedExpr.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bEmbeddedExpr.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bEmbeddedExpr.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.bEmbeddedExpr.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bEmbeddedExpr.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bEmbeddedExpr.Location                = new System.Drawing.Point(352, 58);
     this.bEmbeddedExpr.Name                    = "bEmbeddedExpr";
     this.bEmbeddedExpr.OverriddenSize          = null;
     this.bEmbeddedExpr.Size                    = new System.Drawing.Size(22, 21);
     this.bEmbeddedExpr.TabIndex                = 11;
     this.bEmbeddedExpr.Tag                     = "embedded";
     this.bEmbeddedExpr.Text                    = "fx";
     this.bEmbeddedExpr.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bEmbeddedExpr.UseVisualStyleBackColor = true;
     this.bEmbeddedExpr.Click                  += new System.EventHandler(this.bExpr_Click);
     //
     // bMimeExpr
     //
     this.bMimeExpr.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bMimeExpr.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bMimeExpr.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bMimeExpr.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bMimeExpr.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bMimeExpr.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.bMimeExpr.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bMimeExpr.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bMimeExpr.Location                = new System.Drawing.Point(184, 90);
     this.bMimeExpr.Name                    = "bMimeExpr";
     this.bMimeExpr.OverriddenSize          = null;
     this.bMimeExpr.Size                    = new System.Drawing.Size(22, 21);
     this.bMimeExpr.TabIndex                = 10;
     this.bMimeExpr.Tag                     = "mime";
     this.bMimeExpr.Text                    = "fx";
     this.bMimeExpr.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bMimeExpr.UseVisualStyleBackColor = true;
     this.bMimeExpr.Click                  += new System.EventHandler(this.bExpr_Click);
     //
     // bDatabaseExpr
     //
     this.bDatabaseExpr.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bDatabaseExpr.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bDatabaseExpr.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bDatabaseExpr.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bDatabaseExpr.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bDatabaseExpr.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.bDatabaseExpr.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bDatabaseExpr.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bDatabaseExpr.Location                = new System.Drawing.Point(352, 122);
     this.bDatabaseExpr.Name                    = "bDatabaseExpr";
     this.bDatabaseExpr.OverriddenSize          = null;
     this.bDatabaseExpr.Size                    = new System.Drawing.Size(22, 21);
     this.bDatabaseExpr.TabIndex                = 9;
     this.bDatabaseExpr.Tag                     = "database";
     this.bDatabaseExpr.Text                    = "fx";
     this.bDatabaseExpr.TextAlign               = System.Drawing.ContentAlignment.MiddleLeft;
     this.bDatabaseExpr.UseVisualStyleBackColor = true;
     this.bDatabaseExpr.Click                  += new System.EventHandler(this.bExpr_Click);
     //
     // bEmbedded
     //
     this.bEmbedded.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bEmbedded.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bEmbedded.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bEmbedded.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bEmbedded.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bEmbedded.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bEmbedded.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bEmbedded.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bEmbedded.Location                = new System.Drawing.Point(378, 58);
     this.bEmbedded.Name                    = "bEmbedded";
     this.bEmbedded.OverriddenSize          = null;
     this.bEmbedded.Size                    = new System.Drawing.Size(22, 21);
     this.bEmbedded.TabIndex                = 8;
     this.bEmbedded.Text                    = "...";
     this.bEmbedded.UseVisualStyleBackColor = true;
     this.bEmbedded.Click                  += new System.EventHandler(this.bEmbedded_Click);
     //
     // bExternal
     //
     this.bExternal.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bExternal.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bExternal.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bExternal.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bExternal.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bExternal.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bExternal.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bExternal.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bExternal.Location                = new System.Drawing.Point(378, 26);
     this.bExternal.Name                    = "bExternal";
     this.bExternal.OverriddenSize          = null;
     this.bExternal.Size                    = new System.Drawing.Size(22, 21);
     this.bExternal.TabIndex                = 7;
     this.bExternal.Text                    = "...";
     this.bExternal.UseVisualStyleBackColor = true;
     this.bExternal.Click                  += new System.EventHandler(this.bExternal_Click);
     //
     // tbValueExternal
     //
     this.tbValueExternal.AddX                        = 0;
     this.tbValueExternal.AddY                        = 0;
     this.tbValueExternal.AllowSpace                  = false;
     this.tbValueExternal.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbValueExternal.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbValueExternal.ChangeVisibility            = false;
     this.tbValueExternal.ChildControl                = null;
     this.tbValueExternal.ConvertEnterToTab           = true;
     this.tbValueExternal.ConvertEnterToTabForDialogs = false;
     this.tbValueExternal.Decimals                    = 0;
     this.tbValueExternal.DisplayList                 = new object[0];
     this.tbValueExternal.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbValueExternal.Location                    = new System.Drawing.Point(88, 26);
     this.tbValueExternal.Name                        = "tbValueExternal";
     this.tbValueExternal.OnDropDownCloseFocus        = true;
     this.tbValueExternal.SelectType                  = 0;
     this.tbValueExternal.Size                        = new System.Drawing.Size(256, 20);
     this.tbValueExternal.TabIndex                    = 6;
     this.tbValueExternal.UseValueForChildsVisibilty  = false;
     this.tbValueExternal.Value                       = true;
     this.tbValueExternal.TextChanged                += new System.EventHandler(this.Value_TextChanged);
     //
     // cbValueDatabase
     //
     this.cbValueDatabase.AutoAdjustItemHeight        = false;
     this.cbValueDatabase.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbValueDatabase.ConvertEnterToTabForDialogs = false;
     this.cbValueDatabase.DrawMode        = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbValueDatabase.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.cbValueDatabase.Location        = new System.Drawing.Point(88, 122);
     this.cbValueDatabase.Name            = "cbValueDatabase";
     this.cbValueDatabase.SeparatorColor  = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbValueDatabase.SeparatorMargin = 1;
     this.cbValueDatabase.SeparatorStyle  = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbValueDatabase.SeparatorWidth  = 1;
     this.cbValueDatabase.Size            = new System.Drawing.Size(256, 21);
     this.cbValueDatabase.TabIndex        = 5;
     this.cbValueDatabase.TextChanged    += new System.EventHandler(this.Value_TextChanged);
     //
     // cbMIMEType
     //
     this.cbMIMEType.AutoAdjustItemHeight        = false;
     this.cbMIMEType.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbMIMEType.ConvertEnterToTabForDialogs = false;
     this.cbMIMEType.DrawMode  = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbMIMEType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cbMIMEType.Items.AddRange(new object[] {
         "image/bmp",
         "image/jpeg",
         "image/gif",
         "image/png",
         "image/x-png"
     });
     this.cbMIMEType.Location              = new System.Drawing.Point(88, 90);
     this.cbMIMEType.Name                  = "cbMIMEType";
     this.cbMIMEType.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbMIMEType.SeparatorMargin       = 1;
     this.cbMIMEType.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbMIMEType.SeparatorWidth        = 1;
     this.cbMIMEType.Size                  = new System.Drawing.Size(88, 21);
     this.cbMIMEType.TabIndex              = 4;
     this.cbMIMEType.Text                  = "image/jpeg";
     this.cbMIMEType.SelectedIndexChanged += new System.EventHandler(this.cbMIMEType_SelectedIndexChanged);
     //
     // cbValueEmbedded
     //
     this.cbValueEmbedded.AutoAdjustItemHeight        = false;
     this.cbValueEmbedded.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbValueEmbedded.ConvertEnterToTabForDialogs = false;
     this.cbValueEmbedded.DrawMode        = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbValueEmbedded.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.cbValueEmbedded.Location        = new System.Drawing.Point(88, 58);
     this.cbValueEmbedded.Name            = "cbValueEmbedded";
     this.cbValueEmbedded.SeparatorColor  = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbValueEmbedded.SeparatorMargin = 1;
     this.cbValueEmbedded.SeparatorStyle  = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbValueEmbedded.SeparatorWidth  = 1;
     this.cbValueEmbedded.Size            = new System.Drawing.Size(256, 21);
     this.cbValueEmbedded.TabIndex        = 3;
     this.cbValueEmbedded.TextChanged    += new System.EventHandler(this.Value_TextChanged);
     //
     // rbDatabase
     //
     this.rbDatabase.Location        = new System.Drawing.Point(8, 88);
     this.rbDatabase.Name            = "rbDatabase";
     this.rbDatabase.Size            = new System.Drawing.Size(80, 24);
     this.rbDatabase.TabIndex        = 2;
     this.rbDatabase.Text            = "Database";
     this.rbDatabase.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged);
     //
     // rbEmbedded
     //
     this.rbEmbedded.Location        = new System.Drawing.Point(8, 56);
     this.rbEmbedded.Name            = "rbEmbedded";
     this.rbEmbedded.Size            = new System.Drawing.Size(80, 24);
     this.rbEmbedded.TabIndex        = 1;
     this.rbEmbedded.Text            = "Embedded";
     this.rbEmbedded.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged);
     //
     // rbExternal
     //
     this.rbExternal.Location        = new System.Drawing.Point(8, 24);
     this.rbExternal.Name            = "rbExternal";
     this.rbExternal.Size            = new System.Drawing.Size(80, 24);
     this.rbExternal.TabIndex        = 0;
     this.rbExternal.Text            = "External";
     this.rbExternal.CheckedChanged += new System.EventHandler(this.rbSource_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 183);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 23);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Sizing";
     //
     // cbSizing
     //
     this.cbSizing.AutoAdjustItemHeight        = false;
     this.cbSizing.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbSizing.ConvertEnterToTabForDialogs = false;
     this.cbSizing.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbSizing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbSizing.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.cbSizing.Items.AddRange(new object[] {
         "AutoSize",
         "Fit",
         "FitProportional",
         "Clip"
     });
     this.cbSizing.Location              = new System.Drawing.Point(72, 184);
     this.cbSizing.Name                  = "cbSizing";
     this.cbSizing.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbSizing.SeparatorMargin       = 1;
     this.cbSizing.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbSizing.SeparatorWidth        = 1;
     this.cbSizing.Size                  = new System.Drawing.Size(96, 21);
     this.cbSizing.TabIndex              = 2;
     this.cbSizing.SelectedIndexChanged += new System.EventHandler(this.cbSizing_SelectedIndexChanged);
     //
     // ImageCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.cbSizing);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Name = "ImageCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#56
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.tbDataTransform   = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbDataSchema      = new Oranikle.Studio.Controls.CustomTextControl();
     this.label2            = new System.Windows.Forms.Label();
     this.tbDataElementName = new Oranikle.Studio.Controls.CustomTextControl();
     this.label3            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.cbElementStyle    = new Oranikle.Studio.Controls.StyledComboBox();
     this.bOpenXsl          = new Oranikle.Studio.Controls.StyledButton();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 31);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(112, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "XSL Data Transform";
     //
     // tbDataTransform
     //
     this.tbDataTransform.AddX                        = 0;
     this.tbDataTransform.AddY                        = 0;
     this.tbDataTransform.AllowSpace                  = false;
     this.tbDataTransform.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbDataTransform.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbDataTransform.ChangeVisibility            = false;
     this.tbDataTransform.ChildControl                = null;
     this.tbDataTransform.ConvertEnterToTab           = true;
     this.tbDataTransform.ConvertEnterToTabForDialogs = false;
     this.tbDataTransform.Decimals                    = 0;
     this.tbDataTransform.DisplayList                 = new object[0];
     this.tbDataTransform.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbDataTransform.Location                    = new System.Drawing.Point(136, 32);
     this.tbDataTransform.Name                        = "tbDataTransform";
     this.tbDataTransform.OnDropDownCloseFocus        = true;
     this.tbDataTransform.SelectType                  = 0;
     this.tbDataTransform.Size                        = new System.Drawing.Size(248, 20);
     this.tbDataTransform.TabIndex                    = 1;
     this.tbDataTransform.Text                        = "textBox1";
     this.tbDataTransform.UseValueForChildsVisibilty  = false;
     this.tbDataTransform.Value                       = true;
     //
     // tbDataSchema
     //
     this.tbDataSchema.AddX                        = 0;
     this.tbDataSchema.AddY                        = 0;
     this.tbDataSchema.AllowSpace                  = false;
     this.tbDataSchema.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbDataSchema.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbDataSchema.ChangeVisibility            = false;
     this.tbDataSchema.ChildControl                = null;
     this.tbDataSchema.ConvertEnterToTab           = true;
     this.tbDataSchema.ConvertEnterToTabForDialogs = false;
     this.tbDataSchema.Decimals                    = 0;
     this.tbDataSchema.DisplayList                 = new object[0];
     this.tbDataSchema.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbDataSchema.Location                    = new System.Drawing.Point(136, 72);
     this.tbDataSchema.Name                        = "tbDataSchema";
     this.tbDataSchema.OnDropDownCloseFocus        = true;
     this.tbDataSchema.SelectType                  = 0;
     this.tbDataSchema.Size                        = new System.Drawing.Size(248, 20);
     this.tbDataSchema.TabIndex                    = 3;
     this.tbDataSchema.Text                        = "textBox1";
     this.tbDataSchema.UseValueForChildsVisibilty  = false;
     this.tbDataSchema.Value                       = true;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 71);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Data Schema";
     //
     // tbDataElementName
     //
     this.tbDataElementName.AddX                        = 0;
     this.tbDataElementName.AddY                        = 0;
     this.tbDataElementName.AllowSpace                  = false;
     this.tbDataElementName.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbDataElementName.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbDataElementName.ChangeVisibility            = false;
     this.tbDataElementName.ChildControl                = null;
     this.tbDataElementName.ConvertEnterToTab           = true;
     this.tbDataElementName.ConvertEnterToTabForDialogs = false;
     this.tbDataElementName.Decimals                    = 0;
     this.tbDataElementName.DisplayList                 = new object[0];
     this.tbDataElementName.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbDataElementName.Location                    = new System.Drawing.Point(136, 112);
     this.tbDataElementName.Name                        = "tbDataElementName";
     this.tbDataElementName.OnDropDownCloseFocus        = true;
     this.tbDataElementName.SelectType                  = 0;
     this.tbDataElementName.Size                        = new System.Drawing.Size(248, 20);
     this.tbDataElementName.TabIndex                    = 5;
     this.tbDataElementName.Text                        = "textBox1";
     this.tbDataElementName.UseValueForChildsVisibilty  = false;
     this.tbDataElementName.Value                       = true;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 111);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(104, 23);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Top Element Name";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 151);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(88, 23);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Element Style";
     //
     // cbElementStyle
     //
     this.cbElementStyle.AutoAdjustItemHeight        = false;
     this.cbElementStyle.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbElementStyle.ConvertEnterToTabForDialogs = false;
     this.cbElementStyle.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbElementStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbElementStyle.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.cbElementStyle.Items.AddRange(new object[] {
         "AttributeNormal",
         "ElementNormal"
     });
     this.cbElementStyle.Location        = new System.Drawing.Point(136, 152);
     this.cbElementStyle.Name            = "cbElementStyle";
     this.cbElementStyle.SeparatorColor  = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbElementStyle.SeparatorMargin = 1;
     this.cbElementStyle.SeparatorStyle  = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbElementStyle.SeparatorWidth  = 1;
     this.cbElementStyle.Size            = new System.Drawing.Size(144, 21);
     this.cbElementStyle.TabIndex        = 7;
     //
     // bOpenXsl
     //
     this.bOpenXsl.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bOpenXsl.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bOpenXsl.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bOpenXsl.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bOpenXsl.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bOpenXsl.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bOpenXsl.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bOpenXsl.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bOpenXsl.Location                = new System.Drawing.Point(400, 32);
     this.bOpenXsl.Name                    = "bOpenXsl";
     this.bOpenXsl.OverriddenSize          = null;
     this.bOpenXsl.Size                    = new System.Drawing.Size(24, 21);
     this.bOpenXsl.TabIndex                = 8;
     this.bOpenXsl.Text                    = "...";
     this.bOpenXsl.UseVisualStyleBackColor = true;
     this.bOpenXsl.Click                  += new System.EventHandler(this.bOpenXsl_Click);
     //
     // ReportXmlCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.bOpenXsl);
     this.Controls.Add(this.cbElementStyle);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.tbDataElementName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.tbDataSchema);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tbDataTransform);
     this.Controls.Add(this.label1);
     this.Name = "ReportXmlCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.ResumeLayout(false);
     this.PerformLayout();
 }