/// <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();

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

		}
		/// <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();

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.lOp = new System.Windows.Forms.Label();
            this.cbOperator = new Oranikle.Studio.Controls.StyledComboBox();
            this.SuspendLayout();
            // 
            // 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(88, 168);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 23);
            this.bOK.TabIndex = 3;
            this.bOK.Text = "OK";
            this.bOK.UseVisualStyleBackColor = true;
            // 
            // 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(176, 168);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 23);
            this.bCancel.TabIndex = 4;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // lOp
            // 
            this.lOp.Location = new System.Drawing.Point(8, 8);
            this.lOp.Name = "lOp";
            this.lOp.Size = new System.Drawing.Size(112, 16);
            this.lOp.TabIndex = 13;
            this.lOp.Text = "Select Filter Operator";
            // 
            // cbOperator
            // 
            this.cbOperator.AutoAdjustItemHeight = false;
            this.cbOperator.BorderColor = System.Drawing.Color.LightGray;
            this.cbOperator.ConvertEnterToTabForDialogs = false;
            this.cbOperator.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
            this.cbOperator.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbOperator.Items.AddRange(new object[] {
            "Equal",
            "Like",
            "NotEqual",
            "GreaterThan",
            "GreaterThanOrEqual",
            "LessThan",
            "LessThanOrEqual",
            "TopN",
            "BottomN",
            "TopPercent",
            "BottomPercent",
            "In",
            "Between"});
            this.cbOperator.Location = new System.Drawing.Point(120, 8);
            this.cbOperator.Name = "cbOperator";
            this.cbOperator.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbOperator.SeparatorMargin = 1;
            this.cbOperator.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbOperator.SeparatorWidth = 1;
            this.cbOperator.Size = new System.Drawing.Size(128, 150);
            this.cbOperator.TabIndex = 14;
            this.cbOperator.Text = "Equal";
            this.cbOperator.Validating += new System.ComponentModel.CancelEventHandler(this.DialogFilterOperator_Validating);
            // 
            // DialogFilterOperator
            // 
            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(256, 198);
            this.Controls.Add(this.cbOperator);
            this.Controls.Add(this.lOp);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogFilterOperator";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Pick Filter Operator";
            this.Validating += new System.ComponentModel.CancelEventHandler(this.DialogFilterOperator_Validating);
            this.ResumeLayout(false);

		}
예제 #6
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();
 }
		/// <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();

		}
예제 #8
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.bCancel         = new Oranikle.Studio.Controls.StyledButton();
     this.label1          = new System.Windows.Forms.Label();
     this.cbDataSets      = new Oranikle.Studio.Controls.StyledComboBox();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.lbFields        = new System.Windows.Forms.ListBox();
     this.lbMatrixColumns = new System.Windows.Forms.CheckedListBox();
     this.bColumnUp       = new Oranikle.Studio.Controls.StyledButton();
     this.bColumnDown     = new Oranikle.Studio.Controls.StyledButton();
     this.bColumn         = new Oranikle.Studio.Controls.StyledButton();
     this.bRowSelect      = new Oranikle.Studio.Controls.StyledButton();
     this.lbMatrixRows    = new System.Windows.Forms.CheckedListBox();
     this.bColumnDelete   = new Oranikle.Studio.Controls.StyledButton();
     this.bRowDelete      = new Oranikle.Studio.Controls.StyledButton();
     this.bRowDown        = new Oranikle.Studio.Controls.StyledButton();
     this.bRowUp          = new Oranikle.Studio.Controls.StyledButton();
     this.label4          = new System.Windows.Forms.Label();
     this.label5          = new System.Windows.Forms.Label();
     this.cbMatrixCell    = new Oranikle.Studio.Controls.StyledComboBox();
     this.SuspendLayout();
     //
     // bOK
     //
     this.bOK.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bOK.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bOK.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bOK.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bOK.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bOK.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bOK.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bOK.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bOK.Location                = new System.Drawing.Point(272, 368);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 23);
     this.bOK.TabIndex                = 13;
     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, 368);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 23);
     this.bCancel.TabIndex                = 14;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 23);
     this.label1.TabIndex = 11;
     this.label1.Text     = "DataSet";
     //
     // cbDataSets
     //
     this.cbDataSets.AutoAdjustItemHeight        = false;
     this.cbDataSets.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbDataSets.ConvertEnterToTabForDialogs = false;
     this.cbDataSets.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbDataSets.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataSets.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbDataSets.Location              = new System.Drawing.Point(80, 16);
     this.cbDataSets.Name                  = "cbDataSets";
     this.cbDataSets.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbDataSets.SeparatorMargin       = 1;
     this.cbDataSets.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbDataSets.SeparatorWidth        = 1;
     this.cbDataSets.Size                  = new System.Drawing.Size(360, 21);
     this.cbDataSets.TabIndex              = 0;
     this.cbDataSets.SelectedIndexChanged += new System.EventHandler(this.cbDataSets_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 13;
     this.label2.Text     = "DataSet Fields";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(224, 56);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(184, 23);
     this.label3.TabIndex = 14;
     this.label3.Text     = "Matrix Columns (check to subtotal)";
     //
     // lbFields
     //
     this.lbFields.Location      = new System.Drawing.Point(16, 80);
     this.lbFields.Name          = "lbFields";
     this.lbFields.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lbFields.Size          = new System.Drawing.Size(152, 225);
     this.lbFields.TabIndex      = 1;
     //
     // lbMatrixColumns
     //
     this.lbMatrixColumns.Location = new System.Drawing.Point(232, 80);
     this.lbMatrixColumns.Name     = "lbMatrixColumns";
     this.lbMatrixColumns.Size     = new System.Drawing.Size(152, 94);
     this.lbMatrixColumns.TabIndex = 3;
     //
     // bColumnUp
     //
     this.bColumnUp.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bColumnUp.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bColumnUp.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bColumnUp.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bColumnUp.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bColumnUp.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bColumnUp.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bColumnUp.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bColumnUp.Location                = new System.Drawing.Point(392, 80);
     this.bColumnUp.Name                    = "bColumnUp";
     this.bColumnUp.OverriddenSize          = null;
     this.bColumnUp.Size                    = new System.Drawing.Size(48, 21);
     this.bColumnUp.TabIndex                = 4;
     this.bColumnUp.Text                    = "Up";
     this.bColumnUp.UseVisualStyleBackColor = true;
     this.bColumnUp.Click                  += new System.EventHandler(this.bColumnUp_Click);
     //
     // bColumnDown
     //
     this.bColumnDown.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bColumnDown.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bColumnDown.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bColumnDown.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bColumnDown.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bColumnDown.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bColumnDown.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bColumnDown.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bColumnDown.Location                = new System.Drawing.Point(392, 112);
     this.bColumnDown.Name                    = "bColumnDown";
     this.bColumnDown.OverriddenSize          = null;
     this.bColumnDown.Size                    = new System.Drawing.Size(48, 21);
     this.bColumnDown.TabIndex                = 5;
     this.bColumnDown.Text                    = "Down";
     this.bColumnDown.UseVisualStyleBackColor = true;
     this.bColumnDown.Click                  += new System.EventHandler(this.bColumnDown_Click);
     //
     // bColumn
     //
     this.bColumn.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bColumn.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bColumn.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bColumn.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bColumn.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bColumn.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bColumn.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bColumn.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bColumn.Location                = new System.Drawing.Point(184, 88);
     this.bColumn.Name                    = "bColumn";
     this.bColumn.OverriddenSize          = null;
     this.bColumn.Size                    = new System.Drawing.Size(32, 21);
     this.bColumn.TabIndex                = 2;
     this.bColumn.Text                    = ">";
     this.bColumn.UseVisualStyleBackColor = true;
     this.bColumn.Click                  += new System.EventHandler(this.bColumn_Click);
     //
     // bRowSelect
     //
     this.bRowSelect.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bRowSelect.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bRowSelect.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bRowSelect.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bRowSelect.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bRowSelect.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bRowSelect.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bRowSelect.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bRowSelect.Location                = new System.Drawing.Point(184, 216);
     this.bRowSelect.Name                    = "bRowSelect";
     this.bRowSelect.OverriddenSize          = null;
     this.bRowSelect.Size                    = new System.Drawing.Size(32, 21);
     this.bRowSelect.TabIndex                = 7;
     this.bRowSelect.Text                    = ">";
     this.bRowSelect.UseVisualStyleBackColor = true;
     this.bRowSelect.Click                  += new System.EventHandler(this.bRow_Click);
     //
     // lbMatrixRows
     //
     this.lbMatrixRows.Location = new System.Drawing.Point(232, 208);
     this.lbMatrixRows.Name     = "lbMatrixRows";
     this.lbMatrixRows.Size     = new System.Drawing.Size(152, 94);
     this.lbMatrixRows.TabIndex = 8;
     //
     // bColumnDelete
     //
     this.bColumnDelete.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bColumnDelete.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bColumnDelete.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bColumnDelete.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bColumnDelete.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bColumnDelete.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bColumnDelete.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bColumnDelete.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bColumnDelete.Location                = new System.Drawing.Point(392, 144);
     this.bColumnDelete.Name                    = "bColumnDelete";
     this.bColumnDelete.OverriddenSize          = null;
     this.bColumnDelete.Size                    = new System.Drawing.Size(48, 21);
     this.bColumnDelete.TabIndex                = 6;
     this.bColumnDelete.Text                    = "Delete";
     this.bColumnDelete.UseVisualStyleBackColor = true;
     this.bColumnDelete.Click                  += new System.EventHandler(this.bColumnDelete_Click);
     //
     // bRowDelete
     //
     this.bRowDelete.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bRowDelete.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bRowDelete.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bRowDelete.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bRowDelete.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bRowDelete.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bRowDelete.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bRowDelete.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bRowDelete.Location                = new System.Drawing.Point(392, 272);
     this.bRowDelete.Name                    = "bRowDelete";
     this.bRowDelete.OverriddenSize          = null;
     this.bRowDelete.Size                    = new System.Drawing.Size(48, 21);
     this.bRowDelete.TabIndex                = 11;
     this.bRowDelete.Text                    = "Delete";
     this.bRowDelete.UseVisualStyleBackColor = true;
     this.bRowDelete.Click                  += new System.EventHandler(this.bRowDelete_Click);
     //
     // bRowDown
     //
     this.bRowDown.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bRowDown.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bRowDown.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bRowDown.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bRowDown.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bRowDown.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bRowDown.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bRowDown.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bRowDown.Location                = new System.Drawing.Point(392, 240);
     this.bRowDown.Name                    = "bRowDown";
     this.bRowDown.OverriddenSize          = null;
     this.bRowDown.Size                    = new System.Drawing.Size(48, 21);
     this.bRowDown.TabIndex                = 10;
     this.bRowDown.Text                    = "Down";
     this.bRowDown.UseVisualStyleBackColor = true;
     this.bRowDown.Click                  += new System.EventHandler(this.bRowDown_Click);
     //
     // bRowUp
     //
     this.bRowUp.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bRowUp.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bRowUp.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bRowUp.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bRowUp.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bRowUp.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bRowUp.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bRowUp.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bRowUp.Location                = new System.Drawing.Point(392, 208);
     this.bRowUp.Name                    = "bRowUp";
     this.bRowUp.OverriddenSize          = null;
     this.bRowUp.Size                    = new System.Drawing.Size(48, 21);
     this.bRowUp.TabIndex                = 9;
     this.bRowUp.Text                    = "Up";
     this.bRowUp.UseVisualStyleBackColor = true;
     this.bRowUp.Click                  += new System.EventHandler(this.bRowUp_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(224, 184);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(184, 23);
     this.label4.TabIndex = 31;
     this.label4.Text     = "Matrix Rows (check to subtotal)";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(16, 320);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(120, 23);
     this.label5.TabIndex = 32;
     this.label5.Text     = "Matrix Cell Expression";
     //
     // cbMatrixCell
     //
     this.cbMatrixCell.AutoAdjustItemHeight        = false;
     this.cbMatrixCell.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbMatrixCell.ConvertEnterToTabForDialogs = false;
     this.cbMatrixCell.DrawMode        = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbMatrixCell.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.cbMatrixCell.Location        = new System.Drawing.Point(16, 336);
     this.cbMatrixCell.Name            = "cbMatrixCell";
     this.cbMatrixCell.SeparatorColor  = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbMatrixCell.SeparatorMargin = 1;
     this.cbMatrixCell.SeparatorStyle  = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbMatrixCell.SeparatorWidth  = 1;
     this.cbMatrixCell.Size            = new System.Drawing.Size(368, 21);
     this.cbMatrixCell.TabIndex        = 12;
     this.cbMatrixCell.Enter          += new System.EventHandler(this.cbMatrixCell_Enter);
     this.cbMatrixCell.TextChanged    += new System.EventHandler(this.cbMatrixCell_TextChanged);
     //
     // DialogNewMatrix
     //
     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, 400);
     this.Controls.Add(this.cbMatrixCell);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.bRowDelete);
     this.Controls.Add(this.bRowDown);
     this.Controls.Add(this.bRowUp);
     this.Controls.Add(this.bColumnDelete);
     this.Controls.Add(this.lbMatrixRows);
     this.Controls.Add(this.bRowSelect);
     this.Controls.Add(this.bColumn);
     this.Controls.Add(this.bColumnDown);
     this.Controls.Add(this.bColumnUp);
     this.Controls.Add(this.lbMatrixColumns);
     this.Controls.Add(this.lbFields);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cbDataSets);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DialogNewMatrix";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "New Matrix";
     this.ResumeLayout(false);
 }
예제 #9
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.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.label1 = new System.Windows.Forms.Label();
            this.cbDataSets = new Oranikle.Studio.Controls.StyledComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lbFields = new System.Windows.Forms.ListBox();
            this.lbChartCategories = new System.Windows.Forms.ListBox();
            this.bCategoryUp = new Oranikle.Studio.Controls.StyledButton();
            this.bCategoryDown = new Oranikle.Studio.Controls.StyledButton();
            this.bCategory = new Oranikle.Studio.Controls.StyledButton();
            this.bSeries = new Oranikle.Studio.Controls.StyledButton();
            this.lbChartSeries = new System.Windows.Forms.ListBox();
            this.bCategoryDelete = new Oranikle.Studio.Controls.StyledButton();
            this.bSeriesDelete = new Oranikle.Studio.Controls.StyledButton();
            this.bSeriesDown = new Oranikle.Studio.Controls.StyledButton();
            this.bSeriesUp = new Oranikle.Studio.Controls.StyledButton();
            this.label4 = new System.Windows.Forms.Label();
            this.lChartData = new System.Windows.Forms.Label();
            this.cbChartData = new Oranikle.Studio.Controls.StyledComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.cbSubType = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbChartType = new Oranikle.Studio.Controls.StyledComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.cbChartData2 = new Oranikle.Studio.Controls.StyledComboBox();
            this.lChartData2 = new System.Windows.Forms.Label();
            this.cbChartData3 = new Oranikle.Studio.Controls.StyledComboBox();
            this.lChartData3 = 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.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, 392);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 21);
            this.bOK.TabIndex = 16;
            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, 392);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 21);
            this.bCancel.TabIndex = 17;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 23);
            this.label1.TabIndex = 11;
            this.label1.Text = "DataSet";
            // 
            // cbDataSets
            // 
            this.cbDataSets.AutoAdjustItemHeight = false;
            this.cbDataSets.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataSets.ConvertEnterToTabForDialogs = false;
            this.cbDataSets.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataSets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataSets.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataSets.Location = new System.Drawing.Point(80, 16);
            this.cbDataSets.Name = "cbDataSets";
            this.cbDataSets.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataSets.SeparatorMargin = 1;
            this.cbDataSets.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataSets.SeparatorWidth = 1;
            this.cbDataSets.Size = new System.Drawing.Size(360, 21);
            this.cbDataSets.TabIndex = 0;
            this.cbDataSets.SelectedIndexChanged += new System.EventHandler(this.cbDataSets_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(16, 80);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 23);
            this.label2.TabIndex = 13;
            this.label2.Text = "DataSet Fields";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(224, 81);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(184, 24);
            this.label3.TabIndex = 14;
            this.label3.Text = "Chart Categories (X) Groupings";
            // 
            // lbFields
            // 
            this.lbFields.Location = new System.Drawing.Point(16, 104);
            this.lbFields.Name = "lbFields";
            this.lbFields.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.lbFields.Size = new System.Drawing.Size(152, 160);
            this.lbFields.TabIndex = 3;
            // 
            // lbChartCategories
            // 
            this.lbChartCategories.Location = new System.Drawing.Point(232, 104);
            this.lbChartCategories.Name = "lbChartCategories";
            this.lbChartCategories.Size = new System.Drawing.Size(152, 69);
            this.lbChartCategories.TabIndex = 4;
            // 
            // bCategoryUp
            // 
            this.bCategoryUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCategoryUp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCategoryUp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCategoryUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCategoryUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCategoryUp.Font = new System.Drawing.Font("Arial", 9F);
            this.bCategoryUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCategoryUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCategoryUp.Location = new System.Drawing.Point(398, 94);
            this.bCategoryUp.Name = "bCategoryUp";
            this.bCategoryUp.OverriddenSize = null;
            this.bCategoryUp.Size = new System.Drawing.Size(49, 21);
            this.bCategoryUp.TabIndex = 5;
            this.bCategoryUp.Text = "Up";
            this.bCategoryUp.UseVisualStyleBackColor = true;
            this.bCategoryUp.Click += new System.EventHandler(this.bCategoryUp_Click);
            // 
            // bCategoryDown
            // 
            this.bCategoryDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCategoryDown.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCategoryDown.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCategoryDown.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCategoryDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCategoryDown.Font = new System.Drawing.Font("Arial", 9F);
            this.bCategoryDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCategoryDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCategoryDown.Location = new System.Drawing.Point(398, 124);
            this.bCategoryDown.Name = "bCategoryDown";
            this.bCategoryDown.OverriddenSize = null;
            this.bCategoryDown.Size = new System.Drawing.Size(49, 21);
            this.bCategoryDown.TabIndex = 6;
            this.bCategoryDown.Text = "Down";
            this.bCategoryDown.UseVisualStyleBackColor = true;
            this.bCategoryDown.Click += new System.EventHandler(this.bCategoryDown_Click);
            // 
            // bCategory
            // 
            this.bCategory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCategory.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCategory.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCategory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCategory.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCategory.Font = new System.Drawing.Font("Arial", 9F);
            this.bCategory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCategory.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCategory.Location = new System.Drawing.Point(184, 112);
            this.bCategory.Name = "bCategory";
            this.bCategory.OverriddenSize = null;
            this.bCategory.Size = new System.Drawing.Size(32, 21);
            this.bCategory.TabIndex = 2;
            this.bCategory.Text = ">";
            this.bCategory.UseVisualStyleBackColor = true;
            this.bCategory.Click += new System.EventHandler(this.bCategory_Click);
            // 
            // bSeries
            // 
            this.bSeries.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bSeries.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bSeries.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bSeries.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bSeries.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bSeries.Font = new System.Drawing.Font("Arial", 9F);
            this.bSeries.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bSeries.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSeries.Location = new System.Drawing.Point(185, 199);
            this.bSeries.Name = "bSeries";
            this.bSeries.OverriddenSize = null;
            this.bSeries.Size = new System.Drawing.Size(32, 21);
            this.bSeries.TabIndex = 8;
            this.bSeries.Text = ">";
            this.bSeries.UseVisualStyleBackColor = true;
            this.bSeries.Click += new System.EventHandler(this.bSeries_Click);
            // 
            // lbChartSeries
            // 
            this.lbChartSeries.Location = new System.Drawing.Point(232, 201);
            this.lbChartSeries.Name = "lbChartSeries";
            this.lbChartSeries.Size = new System.Drawing.Size(152, 69);
            this.lbChartSeries.TabIndex = 9;
            // 
            // bCategoryDelete
            // 
            this.bCategoryDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCategoryDelete.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCategoryDelete.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCategoryDelete.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCategoryDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCategoryDelete.Font = new System.Drawing.Font("Arial", 9F);
            this.bCategoryDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCategoryDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCategoryDelete.Location = new System.Drawing.Point(398, 153);
            this.bCategoryDelete.Name = "bCategoryDelete";
            this.bCategoryDelete.OverriddenSize = null;
            this.bCategoryDelete.Size = new System.Drawing.Size(49, 21);
            this.bCategoryDelete.TabIndex = 7;
            this.bCategoryDelete.Text = "Delete";
            this.bCategoryDelete.UseVisualStyleBackColor = true;
            this.bCategoryDelete.Click += new System.EventHandler(this.bCategoryDelete_Click);
            // 
            // bSeriesDelete
            // 
            this.bSeriesDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bSeriesDelete.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bSeriesDelete.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bSeriesDelete.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bSeriesDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bSeriesDelete.Font = new System.Drawing.Font("Arial", 9F);
            this.bSeriesDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bSeriesDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSeriesDelete.Location = new System.Drawing.Point(398, 258);
            this.bSeriesDelete.Name = "bSeriesDelete";
            this.bSeriesDelete.OverriddenSize = null;
            this.bSeriesDelete.Size = new System.Drawing.Size(49, 21);
            this.bSeriesDelete.TabIndex = 12;
            this.bSeriesDelete.Text = "Delete";
            this.bSeriesDelete.UseVisualStyleBackColor = true;
            this.bSeriesDelete.Click += new System.EventHandler(this.bSeriesDelete_Click);
            // 
            // bSeriesDown
            // 
            this.bSeriesDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bSeriesDown.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bSeriesDown.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bSeriesDown.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bSeriesDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bSeriesDown.Font = new System.Drawing.Font("Arial", 9F);
            this.bSeriesDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bSeriesDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSeriesDown.Location = new System.Drawing.Point(398, 229);
            this.bSeriesDown.Name = "bSeriesDown";
            this.bSeriesDown.OverriddenSize = null;
            this.bSeriesDown.Size = new System.Drawing.Size(49, 21);
            this.bSeriesDown.TabIndex = 11;
            this.bSeriesDown.Text = "Down";
            this.bSeriesDown.UseVisualStyleBackColor = true;
            this.bSeriesDown.Click += new System.EventHandler(this.bSeriesDown_Click);
            // 
            // bSeriesUp
            // 
            this.bSeriesUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bSeriesUp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bSeriesUp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bSeriesUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bSeriesUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bSeriesUp.Font = new System.Drawing.Font("Arial", 9F);
            this.bSeriesUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bSeriesUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSeriesUp.Location = new System.Drawing.Point(398, 199);
            this.bSeriesUp.Name = "bSeriesUp";
            this.bSeriesUp.OverriddenSize = null;
            this.bSeriesUp.Size = new System.Drawing.Size(49, 21);
            this.bSeriesUp.TabIndex = 10;
            this.bSeriesUp.Text = "Up";
            this.bSeriesUp.UseVisualStyleBackColor = true;
            this.bSeriesUp.Click += new System.EventHandler(this.bSeriesUp_Click);
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(224, 177);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(162, 14);
            this.label4.TabIndex = 31;
            this.label4.Text = "Chart Series";
            // 
            // lChartData
            // 
            this.lChartData.Location = new System.Drawing.Point(16, 315);
            this.lChartData.Name = "lChartData";
            this.lChartData.Size = new System.Drawing.Size(112, 23);
            this.lChartData.TabIndex = 32;
            this.lChartData.Text = "Data Expression";
            // 
            // 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(137, 312);
            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(247, 21);
            this.cbChartData.TabIndex = 13;
            this.cbChartData.Enter += new System.EventHandler(this.cbChartData_Enter);
            this.cbChartData.TextChanged += new System.EventHandler(this.cbChartData_TextChanged);
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(232, 48);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(64, 23);
            this.label6.TabIndex = 36;
            this.label6.Text = "Sub-type";
            // 
            // 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.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbSubType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbSubType.Location = new System.Drawing.Point(312, 48);
            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 = 2;
            // 
            // 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",
            "Pie",
            "Bubble",
            "Scatter"});
            this.cbChartType.Location = new System.Drawing.Point(96, 48);
            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 = 1;
            this.cbChartType.SelectedIndexChanged += new System.EventHandler(this.cbChartType_SelectedIndexChanged);
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(16, 48);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(72, 16);
            this.label7.TabIndex = 33;
            this.label7.Text = "Chart Type";
            // 
            // 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(137, 339);
            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(247, 21);
            this.cbChartData2.TabIndex = 14;
            this.cbChartData2.Enter += new System.EventHandler(this.cbChartData_Enter);
            this.cbChartData2.TextChanged += new System.EventHandler(this.cbChartData_TextChanged);
            // 
            // lChartData2
            // 
            this.lChartData2.Location = new System.Drawing.Point(18, 342);
            this.lChartData2.Name = "lChartData2";
            this.lChartData2.Size = new System.Drawing.Size(112, 23);
            this.lChartData2.TabIndex = 38;
            this.lChartData2.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(137, 366);
            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(247, 21);
            this.cbChartData3.TabIndex = 15;
            this.cbChartData3.Enter += new System.EventHandler(this.cbChartData_Enter);
            this.cbChartData3.TextChanged += new System.EventHandler(this.cbChartData_TextChanged);
            // 
            // lChartData3
            // 
            this.lChartData3.Location = new System.Drawing.Point(18, 369);
            this.lChartData3.Name = "lChartData3";
            this.lChartData3.Size = new System.Drawing.Size(112, 23);
            this.lChartData3.TabIndex = 40;
            this.lChartData3.Text = "Bubble Size";
            // 
            // DialogNewChart
            // 
            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(457, 425);
            this.Controls.Add(this.cbChartData3);
            this.Controls.Add(this.lChartData3);
            this.Controls.Add(this.cbChartData2);
            this.Controls.Add(this.lChartData2);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.cbSubType);
            this.Controls.Add(this.cbChartType);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.cbChartData);
            this.Controls.Add(this.lChartData);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.bSeriesDelete);
            this.Controls.Add(this.bSeriesDown);
            this.Controls.Add(this.bSeriesUp);
            this.Controls.Add(this.bCategoryDelete);
            this.Controls.Add(this.lbChartSeries);
            this.Controls.Add(this.bSeries);
            this.Controls.Add(this.bCategory);
            this.Controls.Add(this.bCategoryDown);
            this.Controls.Add(this.bCategoryUp);
            this.Controls.Add(this.lbChartCategories);
            this.Controls.Add(this.lbFields);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.cbDataSets);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogNewChart";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "New Chart";
            this.ResumeLayout(false);

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

		}
예제 #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.label2                = new System.Windows.Forms.Label();
     this.cbDataSet             = new Oranikle.Studio.Controls.StyledComboBox();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.chkPBAfter            = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkPBBefore           = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label1                = new System.Windows.Forms.Label();
     this.tbNoRows              = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbCellDataElementName = new Oranikle.Studio.Controls.CustomTextControl();
     this.chkCellContents       = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label3                = new System.Windows.Forms.Label();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 0;
     this.label2.Text     = "DataSet Name";
     //
     // cbDataSet
     //
     this.cbDataSet.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataSet.Location              = new System.Drawing.Point(120, 16);
     this.cbDataSet.Name                  = "cbDataSet";
     this.cbDataSet.Size                  = new System.Drawing.Size(304, 21);
     this.cbDataSet.TabIndex              = 1;
     this.cbDataSet.SelectedIndexChanged += new System.EventHandler(this.cbDataSet_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkPBAfter);
     this.groupBox1.Controls.Add(this.chkPBBefore);
     this.groupBox1.Location = new System.Drawing.Point(24, 88);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(400, 48);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Page Breaks";
     //
     // chkPBAfter
     //
     this.chkPBAfter.Location        = new System.Drawing.Point(192, 16);
     this.chkPBAfter.Name            = "chkPBAfter";
     this.chkPBAfter.Size            = new System.Drawing.Size(128, 24);
     this.chkPBAfter.TabIndex        = 1;
     this.chkPBAfter.Text            = "Insert after Matrix";
     this.chkPBAfter.CheckedChanged += new System.EventHandler(this.chkPBAfter_CheckedChanged);
     //
     // chkPBBefore
     //
     this.chkPBBefore.Location        = new System.Drawing.Point(16, 16);
     this.chkPBBefore.Name            = "chkPBBefore";
     this.chkPBBefore.Size            = new System.Drawing.Size(128, 24);
     this.chkPBBefore.TabIndex        = 0;
     this.chkPBBefore.Text            = "Insert before Matrix";
     this.chkPBBefore.CheckedChanged += new System.EventHandler(this.chkPBBefore_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(96, 23);
     this.label1.TabIndex = 2;
     this.label1.Text     = "No rows message";
     //
     // tbNoRows
     //
     this.tbNoRows.Location     = new System.Drawing.Point(120, 48);
     this.tbNoRows.Name         = "tbNoRows";
     this.tbNoRows.Size         = new System.Drawing.Size(304, 20);
     this.tbNoRows.TabIndex     = 3;
     this.tbNoRows.Text         = "textBox1";
     this.tbNoRows.TextChanged += new System.EventHandler(this.tbNoRows_TextChanged);
     //
     // tbCellDataElementName
     //
     this.tbCellDataElementName.Location     = new System.Drawing.Point(133, 42);
     this.tbCellDataElementName.Name         = "tbCellDataElementName";
     this.tbCellDataElementName.Size         = new System.Drawing.Size(183, 20);
     this.tbCellDataElementName.TabIndex     = 0;
     this.tbCellDataElementName.Text         = "";
     this.tbCellDataElementName.TextChanged += new System.EventHandler(this.tbCellDataElementName_TextChanged);
     //
     // chkCellContents
     //
     this.chkCellContents.Location        = new System.Drawing.Point(16, 16);
     this.chkCellContents.Name            = "chkCellContents";
     this.chkCellContents.Size            = new System.Drawing.Size(160, 24);
     this.chkCellContents.TabIndex        = 0;
     this.chkCellContents.Text            = "Render cell contents";
     this.chkCellContents.CheckedChanged += new System.EventHandler(this.chkCellContents_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 48);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(112, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Cell Element Name";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tbCellDataElementName);
     this.groupBox2.Controls.Add(this.chkCellContents);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Location = new System.Drawing.Point(24, 152);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(400, 72);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "XML";
     //
     // MatrixCtl
     //
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.tbNoRows);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.cbDataSet);
     this.Controls.Add(this.label2);
     this.Name = "MatrixCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.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.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.cbPosition = new Oranikle.Studio.Controls.StyledComboBox();
			this.cbLayout = new Oranikle.Studio.Controls.StyledComboBox();
			this.chkVisible = new Oranikle.Studio.Controls.StyledCheckBox();
			this.chkInsidePlotArea = new Oranikle.Studio.Controls.StyledCheckBox();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(16, 18);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(104, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "Position in Chart";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(16, 50);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(112, 16);
			this.label2.TabIndex = 1;
			this.label2.Text = "Layout within Legend";
			// 
			// cbPosition
			// 
			this.cbPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbPosition.Items.AddRange(new object[] {
															"TopLeft",
															"TopCenter",
															"TopRight",
															"LeftTop",
															"LeftCenter",
															"LeftBottom",
															"RightTop",
															"RightCenter",
															"RightBottom",
															"BottomRight",
															"BottomCenter",
															"BottomLeft"});
			this.cbPosition.Location = new System.Drawing.Point(144, 16);
			this.cbPosition.Name = "cbPosition";
			this.cbPosition.Size = new System.Drawing.Size(121, 21);
			this.cbPosition.TabIndex = 4;
			this.cbPosition.SelectedIndexChanged += new System.EventHandler(this.cbPosition_SelectedIndexChanged);
			// 
			// cbLayout
			// 
			this.cbLayout.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbLayout.Items.AddRange(new object[] {
														  "Column",
														  "Row",
														  "Table"});
			this.cbLayout.Location = new System.Drawing.Point(144, 48);
			this.cbLayout.Name = "cbLayout";
			this.cbLayout.Size = new System.Drawing.Size(121, 21);
			this.cbLayout.TabIndex = 6;
			this.cbLayout.SelectedIndexChanged += new System.EventHandler(this.cbLayout_SelectedIndexChanged);
			// 
			// chkVisible
			// 
			this.chkVisible.Location = new System.Drawing.Point(16, 80);
			this.chkVisible.Name = "chkVisible";
			this.chkVisible.Size = new System.Drawing.Size(136, 24);
			this.chkVisible.TabIndex = 14;
			this.chkVisible.Text = "Visible";
			this.chkVisible.CheckedChanged += new System.EventHandler(this.chkVisible_CheckedChanged);
			// 
			// chkInsidePlotArea
			// 
			this.chkInsidePlotArea.Location = new System.Drawing.Point(16, 112);
			this.chkInsidePlotArea.Name = "chkInsidePlotArea";
			this.chkInsidePlotArea.Size = new System.Drawing.Size(136, 24);
			this.chkInsidePlotArea.TabIndex = 15;
			this.chkInsidePlotArea.Text = "Draw Inside Plot Area";
			this.chkInsidePlotArea.CheckedChanged += new System.EventHandler(this.chkInsidePlotArea_CheckedChanged);
			// 
			// ChartLegendCtl
			// 
			this.Controls.Add(this.chkInsidePlotArea);
			this.Controls.Add(this.chkVisible);
			this.Controls.Add(this.cbLayout);
			this.Controls.Add(this.cbPosition);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Name = "ChartLegendCtl";
			this.Size = new System.Drawing.Size(440, 288);
			this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.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();

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.cbPosition        = new Oranikle.Studio.Controls.StyledComboBox();
     this.cbLayout          = new Oranikle.Studio.Controls.StyledComboBox();
     this.chkVisible        = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkInsidePlotArea = new Oranikle.Studio.Controls.StyledCheckBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 18);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Position in Chart";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 50);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Layout within Legend";
     //
     // cbPosition
     //
     this.cbPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbPosition.Items.AddRange(new object[] {
         "TopLeft",
         "TopCenter",
         "TopRight",
         "LeftTop",
         "LeftCenter",
         "LeftBottom",
         "RightTop",
         "RightCenter",
         "RightBottom",
         "BottomRight",
         "BottomCenter",
         "BottomLeft"
     });
     this.cbPosition.Location              = new System.Drawing.Point(144, 16);
     this.cbPosition.Name                  = "cbPosition";
     this.cbPosition.Size                  = new System.Drawing.Size(121, 21);
     this.cbPosition.TabIndex              = 4;
     this.cbPosition.SelectedIndexChanged += new System.EventHandler(this.cbPosition_SelectedIndexChanged);
     //
     // cbLayout
     //
     this.cbLayout.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbLayout.Items.AddRange(new object[] {
         "Column",
         "Row",
         "Table"
     });
     this.cbLayout.Location              = new System.Drawing.Point(144, 48);
     this.cbLayout.Name                  = "cbLayout";
     this.cbLayout.Size                  = new System.Drawing.Size(121, 21);
     this.cbLayout.TabIndex              = 6;
     this.cbLayout.SelectedIndexChanged += new System.EventHandler(this.cbLayout_SelectedIndexChanged);
     //
     // chkVisible
     //
     this.chkVisible.Location        = new System.Drawing.Point(16, 80);
     this.chkVisible.Name            = "chkVisible";
     this.chkVisible.Size            = new System.Drawing.Size(136, 24);
     this.chkVisible.TabIndex        = 14;
     this.chkVisible.Text            = "Visible";
     this.chkVisible.CheckedChanged += new System.EventHandler(this.chkVisible_CheckedChanged);
     //
     // chkInsidePlotArea
     //
     this.chkInsidePlotArea.Location        = new System.Drawing.Point(16, 112);
     this.chkInsidePlotArea.Name            = "chkInsidePlotArea";
     this.chkInsidePlotArea.Size            = new System.Drawing.Size(136, 24);
     this.chkInsidePlotArea.TabIndex        = 15;
     this.chkInsidePlotArea.Text            = "Draw Inside Plot Area";
     this.chkInsidePlotArea.CheckedChanged += new System.EventHandler(this.chkInsidePlotArea_CheckedChanged);
     //
     // ChartLegendCtl
     //
     this.Controls.Add(this.chkInsidePlotArea);
     this.Controls.Add(this.chkVisible);
     this.Controls.Add(this.cbLayout);
     this.Controls.Add(this.cbPosition);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "ChartLegendCtl";
     this.Size = new System.Drawing.Size(440, 288);
     this.ResumeLayout(false);
 }
예제 #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label2                 = new System.Windows.Forms.Label();
     this.cbDataSet              = new Oranikle.Studio.Controls.StyledComboBox();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.chkPBAfter             = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkPBBefore            = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.tbNoRows               = new Oranikle.Studio.Controls.CustomTextControl();
     this.groupBox2              = new System.Windows.Forms.GroupBox();
     this.tbDetailCollectionName = new Oranikle.Studio.Controls.CustomTextControl();
     this.tbDetailElementName    = new Oranikle.Studio.Controls.CustomTextControl();
     this.chkRenderDetails       = new Oranikle.Studio.Controls.StyledCheckBox();
     this.label4                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.groupBox3              = new System.Windows.Forms.GroupBox();
     this.chkFooterRepeat        = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkHeaderRepeat        = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkFooterRows          = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkHeaderRows          = new Oranikle.Studio.Controls.StyledCheckBox();
     this.chkDetails             = new Oranikle.Studio.Controls.StyledCheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 5;
     this.label2.Text     = "DataSet Name";
     //
     // cbDataSet
     //
     this.cbDataSet.AutoAdjustItemHeight        = false;
     this.cbDataSet.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbDataSet.ConvertEnterToTabForDialogs = false;
     this.cbDataSet.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbDataSet.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataSet.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbDataSet.Location              = new System.Drawing.Point(120, 16);
     this.cbDataSet.Name                  = "cbDataSet";
     this.cbDataSet.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbDataSet.SeparatorMargin       = 1;
     this.cbDataSet.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbDataSet.SeparatorWidth        = 1;
     this.cbDataSet.Size                  = new System.Drawing.Size(304, 21);
     this.cbDataSet.TabIndex              = 0;
     this.cbDataSet.SelectedIndexChanged += new System.EventHandler(this.cbDataSet_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkPBAfter);
     this.groupBox1.Controls.Add(this.chkPBBefore);
     this.groupBox1.Location = new System.Drawing.Point(24, 64);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(400, 48);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Page Breaks";
     //
     // chkPBAfter
     //
     this.chkPBAfter.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkPBAfter.ForeColor       = System.Drawing.Color.Black;
     this.chkPBAfter.Location        = new System.Drawing.Point(192, 16);
     this.chkPBAfter.Name            = "chkPBAfter";
     this.chkPBAfter.Size            = new System.Drawing.Size(128, 24);
     this.chkPBAfter.TabIndex        = 1;
     this.chkPBAfter.Text            = "Insert after Table";
     this.chkPBAfter.CheckedChanged += new System.EventHandler(this.chkPBAfter_CheckedChanged);
     //
     // chkPBBefore
     //
     this.chkPBBefore.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkPBBefore.ForeColor       = System.Drawing.Color.Black;
     this.chkPBBefore.Location        = new System.Drawing.Point(16, 16);
     this.chkPBBefore.Name            = "chkPBBefore";
     this.chkPBBefore.Size            = new System.Drawing.Size(128, 24);
     this.chkPBBefore.TabIndex        = 0;
     this.chkPBBefore.Text            = "Insert before Table";
     this.chkPBBefore.CheckedChanged += new System.EventHandler(this.chkPBBefore_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 40);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(96, 23);
     this.label1.TabIndex = 6;
     this.label1.Text     = "No rows message";
     //
     // tbNoRows
     //
     this.tbNoRows.AddX                        = 0;
     this.tbNoRows.AddY                        = 0;
     this.tbNoRows.AllowSpace                  = false;
     this.tbNoRows.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbNoRows.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbNoRows.ChangeVisibility            = false;
     this.tbNoRows.ChildControl                = null;
     this.tbNoRows.ConvertEnterToTab           = true;
     this.tbNoRows.ConvertEnterToTabForDialogs = false;
     this.tbNoRows.Decimals                    = 0;
     this.tbNoRows.DisplayList                 = new object[0];
     this.tbNoRows.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbNoRows.Location                    = new System.Drawing.Point(120, 40);
     this.tbNoRows.Name                        = "tbNoRows";
     this.tbNoRows.OnDropDownCloseFocus        = true;
     this.tbNoRows.SelectType                  = 0;
     this.tbNoRows.Size                        = new System.Drawing.Size(304, 20);
     this.tbNoRows.TabIndex                    = 1;
     this.tbNoRows.Text                        = "textBox1";
     this.tbNoRows.UseValueForChildsVisibilty  = false;
     this.tbNoRows.Value                       = true;
     this.tbNoRows.TextChanged                += new System.EventHandler(this.tbNoRows_TextChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tbDetailCollectionName);
     this.groupBox2.Controls.Add(this.tbDetailElementName);
     this.groupBox2.Controls.Add(this.chkRenderDetails);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Location = new System.Drawing.Point(24, 190);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(400, 92);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "XML";
     //
     // tbDetailCollectionName
     //
     this.tbDetailCollectionName.AddX                        = 0;
     this.tbDetailCollectionName.AddY                        = 0;
     this.tbDetailCollectionName.AllowSpace                  = false;
     this.tbDetailCollectionName.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbDetailCollectionName.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbDetailCollectionName.ChangeVisibility            = false;
     this.tbDetailCollectionName.ChildControl                = null;
     this.tbDetailCollectionName.ConvertEnterToTab           = true;
     this.tbDetailCollectionName.ConvertEnterToTabForDialogs = false;
     this.tbDetailCollectionName.Decimals                    = 0;
     this.tbDetailCollectionName.DisplayList                 = new object[0];
     this.tbDetailCollectionName.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbDetailCollectionName.Location                    = new System.Drawing.Point(160, 62);
     this.tbDetailCollectionName.Name                        = "tbDetailCollectionName";
     this.tbDetailCollectionName.OnDropDownCloseFocus        = true;
     this.tbDetailCollectionName.SelectType                  = 0;
     this.tbDetailCollectionName.Size                        = new System.Drawing.Size(224, 20);
     this.tbDetailCollectionName.TabIndex                    = 3;
     this.tbDetailCollectionName.Text                        = "textBox1";
     this.tbDetailCollectionName.UseValueForChildsVisibilty  = false;
     this.tbDetailCollectionName.Value                       = true;
     this.tbDetailCollectionName.TextChanged                += new System.EventHandler(this.tbDetailCollectionName_TextChanged);
     //
     // tbDetailElementName
     //
     this.tbDetailElementName.AddX                        = 0;
     this.tbDetailElementName.AddY                        = 0;
     this.tbDetailElementName.AllowSpace                  = false;
     this.tbDetailElementName.BorderColor                 = System.Drawing.Color.LightGray;
     this.tbDetailElementName.BorderStyle                 = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tbDetailElementName.ChangeVisibility            = false;
     this.tbDetailElementName.ChildControl                = null;
     this.tbDetailElementName.ConvertEnterToTab           = true;
     this.tbDetailElementName.ConvertEnterToTabForDialogs = false;
     this.tbDetailElementName.Decimals                    = 0;
     this.tbDetailElementName.DisplayList                 = new object[0];
     this.tbDetailElementName.HitText                     = Oranikle.Studio.Controls.HitText.String;
     this.tbDetailElementName.Location                    = new System.Drawing.Point(160, 36);
     this.tbDetailElementName.Name                        = "tbDetailElementName";
     this.tbDetailElementName.OnDropDownCloseFocus        = true;
     this.tbDetailElementName.SelectType                  = 0;
     this.tbDetailElementName.Size                        = new System.Drawing.Size(224, 20);
     this.tbDetailElementName.TabIndex                    = 2;
     this.tbDetailElementName.Text                        = "textBox1";
     this.tbDetailElementName.UseValueForChildsVisibilty  = false;
     this.tbDetailElementName.Value                       = true;
     this.tbDetailElementName.TextChanged                += new System.EventHandler(this.tbDetailElementName_TextChanged);
     //
     // chkRenderDetails
     //
     this.chkRenderDetails.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkRenderDetails.ForeColor       = System.Drawing.Color.Black;
     this.chkRenderDetails.Location        = new System.Drawing.Point(16, 12);
     this.chkRenderDetails.Name            = "chkRenderDetails";
     this.chkRenderDetails.Size            = new System.Drawing.Size(160, 24);
     this.chkRenderDetails.TabIndex        = 0;
     this.chkRenderDetails.Text            = "Render Details in Output";
     this.chkRenderDetails.CheckedChanged += new System.EventHandler(this.chkRenderDetails_CheckedChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 64);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(120, 16);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Detail Collection Name";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 38);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(112, 16);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Detail Element Name";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.chkFooterRepeat);
     this.groupBox3.Controls.Add(this.chkHeaderRepeat);
     this.groupBox3.Controls.Add(this.chkFooterRows);
     this.groupBox3.Controls.Add(this.chkHeaderRows);
     this.groupBox3.Controls.Add(this.chkDetails);
     this.groupBox3.Location = new System.Drawing.Point(24, 120);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(400, 67);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Include Table Rows";
     //
     // chkFooterRepeat
     //
     this.chkFooterRepeat.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkFooterRepeat.ForeColor       = System.Drawing.Color.Black;
     this.chkFooterRepeat.Location        = new System.Drawing.Point(272, 34);
     this.chkFooterRepeat.Name            = "chkFooterRepeat";
     this.chkFooterRepeat.Size            = new System.Drawing.Size(122, 30);
     this.chkFooterRepeat.TabIndex        = 4;
     this.chkFooterRepeat.Text            = "Repeat footer on new page";
     this.chkFooterRepeat.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkHeaderRepeat
     //
     this.chkHeaderRepeat.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkHeaderRepeat.ForeColor       = System.Drawing.Color.Black;
     this.chkHeaderRepeat.Location        = new System.Drawing.Point(144, 34);
     this.chkHeaderRepeat.Name            = "chkHeaderRepeat";
     this.chkHeaderRepeat.Size            = new System.Drawing.Size(122, 30);
     this.chkHeaderRepeat.TabIndex        = 3;
     this.chkHeaderRepeat.Text            = "Repeat header on new page";
     this.chkHeaderRepeat.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkFooterRows
     //
     this.chkFooterRows.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkFooterRows.ForeColor       = System.Drawing.Color.Black;
     this.chkFooterRows.Location        = new System.Drawing.Point(272, 13);
     this.chkFooterRows.Name            = "chkFooterRows";
     this.chkFooterRows.Size            = new System.Drawing.Size(104, 24);
     this.chkFooterRows.TabIndex        = 2;
     this.chkFooterRows.Text            = "Footer Rows";
     this.chkFooterRows.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkHeaderRows
     //
     this.chkHeaderRows.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkHeaderRows.ForeColor       = System.Drawing.Color.Black;
     this.chkHeaderRows.Location        = new System.Drawing.Point(144, 13);
     this.chkHeaderRows.Name            = "chkHeaderRows";
     this.chkHeaderRows.Size            = new System.Drawing.Size(104, 24);
     this.chkHeaderRows.TabIndex        = 1;
     this.chkHeaderRows.Text            = "Header Rows";
     this.chkHeaderRows.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // chkDetails
     //
     this.chkDetails.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.chkDetails.ForeColor       = System.Drawing.Color.Black;
     this.chkDetails.Location        = new System.Drawing.Point(16, 13);
     this.chkDetails.Name            = "chkDetails";
     this.chkDetails.Size            = new System.Drawing.Size(104, 24);
     this.chkDetails.TabIndex        = 1;
     this.chkDetails.Text            = "Detail Rows";
     this.chkDetails.CheckedChanged += new System.EventHandler(this.chkRows_CheckedChanged);
     //
     // TableCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.tbNoRows);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.cbDataSet);
     this.Controls.Add(this.label2);
     this.Name = "TableCtl";
     this.Size = new System.Drawing.Size(472, 288);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.bOK        = new Oranikle.Studio.Controls.StyledButton();
     this.bCancel    = new Oranikle.Studio.Controls.StyledButton();
     this.lOp        = new System.Windows.Forms.Label();
     this.cbOperator = new Oranikle.Studio.Controls.StyledComboBox();
     this.SuspendLayout();
     //
     // 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(88, 168);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 23);
     this.bOK.TabIndex                = 3;
     this.bOK.Text                    = "OK";
     this.bOK.UseVisualStyleBackColor = true;
     //
     // 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(176, 168);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 23);
     this.bCancel.TabIndex                = 4;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // lOp
     //
     this.lOp.Location = new System.Drawing.Point(8, 8);
     this.lOp.Name     = "lOp";
     this.lOp.Size     = new System.Drawing.Size(112, 16);
     this.lOp.TabIndex = 13;
     this.lOp.Text     = "Select Filter Operator";
     //
     // cbOperator
     //
     this.cbOperator.AutoAdjustItemHeight        = false;
     this.cbOperator.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbOperator.ConvertEnterToTabForDialogs = false;
     this.cbOperator.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
     this.cbOperator.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.cbOperator.Items.AddRange(new object[] {
         "Equal",
         "Like",
         "NotEqual",
         "GreaterThan",
         "GreaterThanOrEqual",
         "LessThan",
         "LessThanOrEqual",
         "TopN",
         "BottomN",
         "TopPercent",
         "BottomPercent",
         "In",
         "Between"
     });
     this.cbOperator.Location        = new System.Drawing.Point(120, 8);
     this.cbOperator.Name            = "cbOperator";
     this.cbOperator.SeparatorColor  = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbOperator.SeparatorMargin = 1;
     this.cbOperator.SeparatorStyle  = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbOperator.SeparatorWidth  = 1;
     this.cbOperator.Size            = new System.Drawing.Size(128, 150);
     this.cbOperator.TabIndex        = 14;
     this.cbOperator.Text            = "Equal";
     this.cbOperator.Validating     += new System.ComponentModel.CancelEventHandler(this.DialogFilterOperator_Validating);
     //
     // DialogFilterOperator
     //
     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(256, 198);
     this.Controls.Add(this.cbOperator);
     this.Controls.Add(this.lOp);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DialogFilterOperator";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Pick Filter Operator";
     this.Validating     += new System.ComponentModel.CancelEventHandler(this.DialogFilterOperator_Validating);
     this.ResumeLayout(false);
 }
예제 #20
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.pgSelected = new System.Windows.Forms.PropertyGrid();
            this.bClose = new Oranikle.Studio.Controls.StyledButton();
            this.cbReportItems = new Oranikle.Studio.Controls.StyledComboBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.BackColor = System.Drawing.SystemColors.Control;
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(240, 16);
            this.label1.TabIndex = 1;
            this.label1.Text = "Properties";
            // 
            // pgSelected
            // 
            this.pgSelected.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.pgSelected.Location = new System.Drawing.Point(0, 40);
            this.pgSelected.Name = "pgSelected";
            this.pgSelected.Size = new System.Drawing.Size(240, 240);
            this.pgSelected.TabIndex = 2;
            // 
            // bClose
            // 
            this.bClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            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.CausesValidation = false;
            this.bClose.FlatAppearance.BorderSize = 0;
            this.bClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, 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(225, -2);
            this.bClose.Name = "bClose";
            this.bClose.OverriddenSize = null;
            this.bClose.Size = new System.Drawing.Size(15, 21);
            this.bClose.TabIndex = 3;
            this.bClose.Text = "x";
            this.bClose.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.bClose.UseVisualStyleBackColor = true;
            this.bClose.Click += new System.EventHandler(this.bClose_Click);
            // 
            // cbReportItems
            // 
            this.cbReportItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.cbReportItems.AutoAdjustItemHeight = false;
            this.cbReportItems.BorderColor = System.Drawing.Color.LightGray;
            this.cbReportItems.ConvertEnterToTabForDialogs = false;
            this.cbReportItems.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbReportItems.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbReportItems.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbReportItems.FormattingEnabled = true;
            this.cbReportItems.Location = new System.Drawing.Point(0, 18);
            this.cbReportItems.Name = "cbReportItems";
            this.cbReportItems.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbReportItems.SeparatorMargin = 1;
            this.cbReportItems.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbReportItems.SeparatorWidth = 1;
            this.cbReportItems.Size = new System.Drawing.Size(240, 21);
            this.cbReportItems.TabIndex = 4;
            this.cbReportItems.SelectedIndexChanged += new System.EventHandler(this.cbReportItems_SelectedIndexChanged);
            // 
            // PropertyCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.BackColor = System.Drawing.SystemColors.Control;
            this.Controls.Add(this.cbReportItems);
            this.Controls.Add(this.bClose);
            this.Controls.Add(this.pgSelected);
            this.Controls.Add(this.label1);
            this.Name = "PropertyCtl";
            this.Size = new System.Drawing.Size(240, 280);
            this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.bOK            = new Oranikle.Studio.Controls.StyledButton();
     this.bCancel        = new Oranikle.Studio.Controls.StyledButton();
     this.label1         = new System.Windows.Forms.Label();
     this.cbDataSets     = new Oranikle.Studio.Controls.StyledComboBox();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.lbFields       = new System.Windows.Forms.ListBox();
     this.lbTableColumns = new System.Windows.Forms.CheckedListBox();
     this.bUp            = new Oranikle.Studio.Controls.StyledButton();
     this.bDown          = new Oranikle.Studio.Controls.StyledButton();
     this.bRight         = new Oranikle.Studio.Controls.StyledButton();
     this.bAllRight      = new Oranikle.Studio.Controls.StyledButton();
     this.bLeft          = new Oranikle.Studio.Controls.StyledButton();
     this.bAllLeft       = new Oranikle.Studio.Controls.StyledButton();
     this.label4         = new System.Windows.Forms.Label();
     this.cbGroupColumn  = new Oranikle.Studio.Controls.StyledComboBox();
     this.chkGrandTotals = new Oranikle.Studio.Controls.StyledCheckBox();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.rbVertComp     = new System.Windows.Forms.RadioButton();
     this.rbVert         = new System.Windows.Forms.RadioButton();
     this.rbHorz         = new System.Windows.Forms.RadioButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // bOK
     //
     this.bOK.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bOK.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bOK.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bOK.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bOK.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bOK.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bOK.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bOK.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bOK.Location                = new System.Drawing.Point(272, 312);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 23);
     this.bOK.TabIndex                = 12;
     this.bOK.Text                    = "OK";
     this.bOK.UseVisualStyleBackColor = true;
     this.bOK.Click                  += new System.EventHandler(this.bOK_Click);
     //
     // bCancel
     //
     this.bCancel.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bCancel.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bCancel.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bCancel.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.bCancel.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bCancel.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bCancel.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bCancel.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bCancel.Location                = new System.Drawing.Point(368, 312);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 23);
     this.bCancel.TabIndex                = 13;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "DataSet";
     //
     // cbDataSets
     //
     this.cbDataSets.AutoAdjustItemHeight        = false;
     this.cbDataSets.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbDataSets.ConvertEnterToTabForDialogs = false;
     this.cbDataSets.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbDataSets.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataSets.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.cbDataSets.Location              = new System.Drawing.Point(80, 16);
     this.cbDataSets.Name                  = "cbDataSets";
     this.cbDataSets.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbDataSets.SeparatorMargin       = 1;
     this.cbDataSets.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbDataSets.SeparatorWidth        = 1;
     this.cbDataSets.Size                  = new System.Drawing.Size(360, 21);
     this.cbDataSets.TabIndex              = 0;
     this.cbDataSets.SelectedIndexChanged += new System.EventHandler(this.cbDataSets_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 88);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 9;
     this.label2.Text     = "DataSet Fields";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(232, 88);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(240, 23);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Table Columns (check totals when not Down)";
     //
     // lbFields
     //
     this.lbFields.Location      = new System.Drawing.Point(16, 112);
     this.lbFields.Name          = "lbFields";
     this.lbFields.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.lbFields.Size          = new System.Drawing.Size(152, 134);
     this.lbFields.TabIndex      = 2;
     //
     // lbTableColumns
     //
     this.lbTableColumns.Location = new System.Drawing.Point(232, 112);
     this.lbTableColumns.Name     = "lbTableColumns";
     this.lbTableColumns.Size     = new System.Drawing.Size(152, 139);
     this.lbTableColumns.TabIndex = 7;
     //
     // bUp
     //
     this.bUp.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bUp.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bUp.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bUp.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bUp.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bUp.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bUp.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bUp.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bUp.Location                = new System.Drawing.Point(392, 120);
     this.bUp.Name                    = "bUp";
     this.bUp.OverriddenSize          = null;
     this.bUp.Size                    = new System.Drawing.Size(48, 21);
     this.bUp.TabIndex                = 8;
     this.bUp.Text                    = "Up";
     this.bUp.UseVisualStyleBackColor = true;
     this.bUp.Click                  += new System.EventHandler(this.bUp_Click);
     //
     // bDown
     //
     this.bDown.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bDown.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bDown.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bDown.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bDown.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bDown.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bDown.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bDown.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bDown.Location                = new System.Drawing.Point(392, 152);
     this.bDown.Name                    = "bDown";
     this.bDown.OverriddenSize          = null;
     this.bDown.Size                    = new System.Drawing.Size(48, 21);
     this.bDown.TabIndex                = 9;
     this.bDown.Text                    = "Down";
     this.bDown.UseVisualStyleBackColor = true;
     this.bDown.Click                  += new System.EventHandler(this.bDown_Click);
     //
     // bRight
     //
     this.bRight.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bRight.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bRight.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bRight.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bRight.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bRight.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bRight.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bRight.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bRight.Location                = new System.Drawing.Point(184, 120);
     this.bRight.Name                    = "bRight";
     this.bRight.OverriddenSize          = null;
     this.bRight.Size                    = new System.Drawing.Size(32, 21);
     this.bRight.TabIndex                = 3;
     this.bRight.Text                    = ">";
     this.bRight.UseVisualStyleBackColor = true;
     this.bRight.Click                  += new System.EventHandler(this.bRight_Click);
     //
     // bAllRight
     //
     this.bAllRight.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bAllRight.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bAllRight.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bAllRight.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bAllRight.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bAllRight.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bAllRight.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bAllRight.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bAllRight.Location                = new System.Drawing.Point(184, 152);
     this.bAllRight.Name                    = "bAllRight";
     this.bAllRight.OverriddenSize          = null;
     this.bAllRight.Size                    = new System.Drawing.Size(32, 21);
     this.bAllRight.TabIndex                = 4;
     this.bAllRight.Text                    = ">>";
     this.bAllRight.UseVisualStyleBackColor = true;
     this.bAllRight.Click                  += new System.EventHandler(this.bAllRight_Click);
     //
     // bLeft
     //
     this.bLeft.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bLeft.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bLeft.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bLeft.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bLeft.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bLeft.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bLeft.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bLeft.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bLeft.Location                = new System.Drawing.Point(184, 184);
     this.bLeft.Name                    = "bLeft";
     this.bLeft.OverriddenSize          = null;
     this.bLeft.Size                    = new System.Drawing.Size(32, 21);
     this.bLeft.TabIndex                = 5;
     this.bLeft.Text                    = "<";
     this.bLeft.UseVisualStyleBackColor = true;
     this.bLeft.Click                  += new System.EventHandler(this.bLeft_Click);
     //
     // bAllLeft
     //
     this.bAllLeft.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bAllLeft.BackColor2              = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
     this.bAllLeft.BackFillMode            = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     this.bAllLeft.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
     this.bAllLeft.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.bAllLeft.Font                    = new System.Drawing.Font("Arial", 9F);
     this.bAllLeft.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.bAllLeft.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.bAllLeft.Location                = new System.Drawing.Point(184, 216);
     this.bAllLeft.Name                    = "bAllLeft";
     this.bAllLeft.OverriddenSize          = null;
     this.bAllLeft.Size                    = new System.Drawing.Size(32, 21);
     this.bAllLeft.TabIndex                = 6;
     this.bAllLeft.Text                    = "<<";
     this.bAllLeft.UseVisualStyleBackColor = true;
     this.bAllLeft.Click                  += new System.EventHandler(this.bAllLeft_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(16, 264);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(216, 23);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Pick a column to group (create hierarchy)";
     //
     // cbGroupColumn
     //
     this.cbGroupColumn.AutoAdjustItemHeight        = false;
     this.cbGroupColumn.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbGroupColumn.ConvertEnterToTabForDialogs = false;
     this.cbGroupColumn.DrawMode        = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbGroupColumn.DropDownStyle   = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbGroupColumn.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.cbGroupColumn.Location        = new System.Drawing.Point(16, 280);
     this.cbGroupColumn.Name            = "cbGroupColumn";
     this.cbGroupColumn.SeparatorColor  = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbGroupColumn.SeparatorMargin = 1;
     this.cbGroupColumn.SeparatorStyle  = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbGroupColumn.SeparatorWidth  = 1;
     this.cbGroupColumn.Size            = new System.Drawing.Size(168, 21);
     this.cbGroupColumn.TabIndex        = 10;
     this.cbGroupColumn.Enter          += new System.EventHandler(this.cbGroupColumn_Enter);
     //
     // chkGrandTotals
     //
     this.chkGrandTotals.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkGrandTotals.ForeColor = System.Drawing.Color.Black;
     this.chkGrandTotals.Location  = new System.Drawing.Point(232, 280);
     this.chkGrandTotals.Name      = "chkGrandTotals";
     this.chkGrandTotals.Size      = new System.Drawing.Size(168, 16);
     this.chkGrandTotals.TabIndex  = 11;
     this.chkGrandTotals.Text      = "Calculate Grand Totals";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rbVertComp);
     this.groupBox1.Controls.Add(this.rbVert);
     this.groupBox1.Controls.Add(this.rbHorz);
     this.groupBox1.Location = new System.Drawing.Point(16, 40);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(424, 40);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Arrange Fields";
     //
     // rbVertComp
     //
     this.rbVertComp.Location = new System.Drawing.Point(296, 16);
     this.rbVertComp.Name     = "rbVertComp";
     this.rbVertComp.Size     = new System.Drawing.Size(112, 16);
     this.rbVertComp.TabIndex = 2;
     this.rbVertComp.Text     = "Down (compress)";
     //
     // rbVert
     //
     this.rbVert.Location = new System.Drawing.Point(160, 16);
     this.rbVert.Name     = "rbVert";
     this.rbVert.Size     = new System.Drawing.Size(120, 16);
     this.rbVert.TabIndex = 1;
     this.rbVert.Text     = "Down (row per field)";
     //
     // rbHorz
     //
     this.rbHorz.Location        = new System.Drawing.Point(8, 16);
     this.rbHorz.Name            = "rbHorz";
     this.rbHorz.Size            = new System.Drawing.Size(160, 16);
     this.rbHorz.TabIndex        = 0;
     this.rbHorz.Text            = "Across (standard columns)";
     this.rbHorz.CheckedChanged += new System.EventHandler(this.rbHorz_CheckedChanged);
     //
     // DialogNewTable
     //
     this.AcceptButton      = this.bOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
     this.CancelButton      = this.bCancel;
     this.ClientSize        = new System.Drawing.Size(456, 336);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.chkGrandTotals);
     this.Controls.Add(this.cbGroupColumn);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.bAllLeft);
     this.Controls.Add(this.bLeft);
     this.Controls.Add(this.bAllRight);
     this.Controls.Add(this.bRight);
     this.Controls.Add(this.bDown);
     this.Controls.Add(this.bUp);
     this.Controls.Add(this.lbTableColumns);
     this.Controls.Add(this.lbFields);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cbDataSets);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DialogNewTable";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "New Table";
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #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.label1 = new System.Windows.Forms.Label();
            this.cbMagnify = new Oranikle.Studio.Controls.StyledComboBox();
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(72, 23);
            this.label1.TabIndex = 3;
            this.label1.Text = "Magnification";
            // 
            // cbMagnify
            // 
            this.cbMagnify.Items.AddRange(new object[] {
            "800%",
            "400%",
            "200%",
            "150%",
            "125%",
            "100%",
            "50%",
            "25%",
            "Fit Page",
            "Actual Size",
            "Fit Width"});
            this.cbMagnify.Location = new System.Drawing.Point(96, 16);
            this.cbMagnify.Name = "cbMagnify";
            this.cbMagnify.Size = new System.Drawing.Size(120, 21);
            this.cbMagnify.TabIndex = 2;
            // 
            // 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(24, 64);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 23);
            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.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(136, 64);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 23);
            this.bCancel.TabIndex = 0;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
            // 
            // ZoomTo
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
            this.ClientSize = new System.Drawing.Size(248, 102);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.Controls.Add(this.cbMagnify);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ZoomTo";
            this.ShowInTaskbar = false;
            this.Text = "Zoom To";
            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.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();

		}
예제 #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.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();
 }
예제 #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.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();
 }
예제 #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.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();

		}
 /// <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();
 }
예제 #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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);
 }
예제 #29
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();
 }
예제 #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.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();

		}
예제 #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);

		}
예제 #32
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.gbPosition = new System.Windows.Forms.GroupBox();
            this.tbHeight = new Oranikle.Studio.Controls.CustomTextControl();
            this.label7 = new System.Windows.Forms.Label();
            this.tbWidth = new Oranikle.Studio.Controls.CustomTextControl();
            this.label8 = new System.Windows.Forms.Label();
            this.tbTop = new Oranikle.Studio.Controls.CustomTextControl();
            this.label6 = new System.Windows.Forms.Label();
            this.tbLeft = new Oranikle.Studio.Controls.CustomTextControl();
            this.label5 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.tbZIndex = new System.Windows.Forms.NumericUpDown();
            this.label1 = new System.Windows.Forms.Label();
            this.tbName = new Oranikle.Studio.Controls.CustomTextControl();
            this.lblColSpan = new System.Windows.Forms.Label();
            this.tbColSpan = new System.Windows.Forms.NumericUpDown();
            this.gbText = new System.Windows.Forms.GroupBox();
            this.cbToggleImage = new Oranikle.Studio.Controls.StyledComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.cbDataElementStyle = new Oranikle.Studio.Controls.StyledComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.cbHideDuplicates = new Oranikle.Studio.Controls.StyledComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.chkCanShrink = new Oranikle.Studio.Controls.StyledCheckBox();
            this.chkCanGrow = new Oranikle.Studio.Controls.StyledCheckBox();
            this.gbPosition.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbZIndex)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbColSpan)).BeginInit();
            this.gbText.SuspendLayout();
            this.SuspendLayout();
            // 
            // gbPosition
            // 
            this.gbPosition.Controls.Add(this.tbHeight);
            this.gbPosition.Controls.Add(this.label7);
            this.gbPosition.Controls.Add(this.tbWidth);
            this.gbPosition.Controls.Add(this.label8);
            this.gbPosition.Controls.Add(this.tbTop);
            this.gbPosition.Controls.Add(this.label6);
            this.gbPosition.Controls.Add(this.tbLeft);
            this.gbPosition.Controls.Add(this.label5);
            this.gbPosition.Controls.Add(this.label9);
            this.gbPosition.Controls.Add(this.tbZIndex);
            this.gbPosition.Location = new System.Drawing.Point(24, 48);
            this.gbPosition.Name = "gbPosition";
            this.gbPosition.Size = new System.Drawing.Size(384, 112);
            this.gbPosition.TabIndex = 14;
            this.gbPosition.TabStop = false;
            this.gbPosition.Text = "Position";
            // 
            // tbHeight
            // 
            this.tbHeight.AddX = 0;
            this.tbHeight.AddY = 0;
            this.tbHeight.AllowSpace = false;
            this.tbHeight.BorderColor = System.Drawing.Color.LightGray;
            this.tbHeight.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbHeight.ChangeVisibility = false;
            this.tbHeight.ChildControl = null;
            this.tbHeight.ConvertEnterToTab = true;
            this.tbHeight.ConvertEnterToTabForDialogs = false;
            this.tbHeight.Decimals = 0;
            this.tbHeight.DisplayList = new object[0];
            this.tbHeight.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbHeight.Location = new System.Drawing.Point(224, 48);
            this.tbHeight.Name = "tbHeight";
            this.tbHeight.OnDropDownCloseFocus = true;
            this.tbHeight.SelectType = 0;
            this.tbHeight.Size = new System.Drawing.Size(72, 20);
            this.tbHeight.TabIndex = 5;
            this.tbHeight.UseValueForChildsVisibilty = false;
            this.tbHeight.Value = true;
            this.tbHeight.TextChanged += new System.EventHandler(this.tbHeight_TextChanged);
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(168, 50);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(48, 16);
            this.label7.TabIndex = 4;
            this.label7.Text = "Height";
            // 
            // tbWidth
            // 
            this.tbWidth.AddX = 0;
            this.tbWidth.AddY = 0;
            this.tbWidth.AllowSpace = false;
            this.tbWidth.BorderColor = System.Drawing.Color.LightGray;
            this.tbWidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbWidth.ChangeVisibility = false;
            this.tbWidth.ChildControl = null;
            this.tbWidth.ConvertEnterToTab = true;
            this.tbWidth.ConvertEnterToTabForDialogs = false;
            this.tbWidth.Decimals = 0;
            this.tbWidth.DisplayList = new object[0];
            this.tbWidth.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbWidth.Location = new System.Drawing.Point(72, 48);
            this.tbWidth.Name = "tbWidth";
            this.tbWidth.OnDropDownCloseFocus = true;
            this.tbWidth.SelectType = 0;
            this.tbWidth.Size = new System.Drawing.Size(72, 20);
            this.tbWidth.TabIndex = 3;
            this.tbWidth.UseValueForChildsVisibilty = false;
            this.tbWidth.Value = true;
            this.tbWidth.TextChanged += new System.EventHandler(this.tbWidth_TextChanged);
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(16, 50);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(48, 16);
            this.label8.TabIndex = 4;
            this.label8.Text = "Width";
            // 
            // tbTop
            // 
            this.tbTop.AddX = 0;
            this.tbTop.AddY = 0;
            this.tbTop.AllowSpace = false;
            this.tbTop.BorderColor = System.Drawing.Color.LightGray;
            this.tbTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbTop.ChangeVisibility = false;
            this.tbTop.ChildControl = null;
            this.tbTop.ConvertEnterToTab = true;
            this.tbTop.ConvertEnterToTabForDialogs = false;
            this.tbTop.Decimals = 0;
            this.tbTop.DisplayList = new object[0];
            this.tbTop.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbTop.Location = new System.Drawing.Point(224, 16);
            this.tbTop.Name = "tbTop";
            this.tbTop.OnDropDownCloseFocus = true;
            this.tbTop.SelectType = 0;
            this.tbTop.Size = new System.Drawing.Size(72, 20);
            this.tbTop.TabIndex = 2;
            this.tbTop.UseValueForChildsVisibilty = false;
            this.tbTop.Value = true;
            this.tbTop.TextChanged += new System.EventHandler(this.tbTop_TextChanged);
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(168, 18);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(48, 16);
            this.label6.TabIndex = 1;
            this.label6.Text = "Top";
            // 
            // tbLeft
            // 
            this.tbLeft.AddX = 0;
            this.tbLeft.AddY = 0;
            this.tbLeft.AllowSpace = false;
            this.tbLeft.BorderColor = System.Drawing.Color.LightGray;
            this.tbLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbLeft.ChangeVisibility = false;
            this.tbLeft.ChildControl = null;
            this.tbLeft.ConvertEnterToTab = true;
            this.tbLeft.ConvertEnterToTabForDialogs = false;
            this.tbLeft.Decimals = 0;
            this.tbLeft.DisplayList = new object[0];
            this.tbLeft.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbLeft.Location = new System.Drawing.Point(72, 16);
            this.tbLeft.Name = "tbLeft";
            this.tbLeft.OnDropDownCloseFocus = true;
            this.tbLeft.SelectType = 0;
            this.tbLeft.Size = new System.Drawing.Size(72, 20);
            this.tbLeft.TabIndex = 0;
            this.tbLeft.UseValueForChildsVisibilty = false;
            this.tbLeft.Value = true;
            this.tbLeft.TextChanged += new System.EventHandler(this.tbLeft_TextChanged);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(16, 18);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(48, 16);
            this.label5.TabIndex = 0;
            this.label5.Text = "Left";
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(16, 80);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(48, 23);
            this.label9.TabIndex = 15;
            this.label9.Text = "Z Index";
            // 
            // tbZIndex
            // 
            this.tbZIndex.Location = new System.Drawing.Point(72, 81);
            this.tbZIndex.Maximum = new decimal(new int[] {
            2147483647,
            0,
            0,
            0});
            this.tbZIndex.Name = "tbZIndex";
            this.tbZIndex.Size = new System.Drawing.Size(72, 20);
            this.tbZIndex.TabIndex = 6;
            this.tbZIndex.ValueChanged += new System.EventHandler(this.tbZIndex_ValueChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(24, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 23);
            this.label1.TabIndex = 15;
            this.label1.Text = "Name";
            // 
            // tbName
            // 
            this.tbName.AddX = 0;
            this.tbName.AddY = 0;
            this.tbName.AllowSpace = false;
            this.tbName.BorderColor = System.Drawing.Color.LightGray;
            this.tbName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbName.ChangeVisibility = false;
            this.tbName.ChildControl = null;
            this.tbName.ConvertEnterToTab = true;
            this.tbName.ConvertEnterToTabForDialogs = false;
            this.tbName.Decimals = 0;
            this.tbName.DisplayList = new object[0];
            this.tbName.HitText = Oranikle.Studio.Controls.HitText.String;
            this.tbName.Location = new System.Drawing.Point(80, 16);
            this.tbName.Name = "tbName";
            this.tbName.OnDropDownCloseFocus = true;
            this.tbName.SelectType = 0;
            this.tbName.Size = new System.Drawing.Size(128, 20);
            this.tbName.TabIndex = 0;
            this.tbName.Text = "textBox1";
            this.tbName.UseValueForChildsVisibilty = false;
            this.tbName.Value = true;
            this.tbName.TextChanged += new System.EventHandler(this.tbName_TextChanged);
            this.tbName.Validating += new System.ComponentModel.CancelEventHandler(this.tbName_Validating);
            // 
            // lblColSpan
            // 
            this.lblColSpan.Location = new System.Drawing.Point(232, 15);
            this.lblColSpan.Name = "lblColSpan";
            this.lblColSpan.Size = new System.Drawing.Size(112, 23);
            this.lblColSpan.TabIndex = 16;
            this.lblColSpan.Text = "Span Table Columns";
            // 
            // tbColSpan
            // 
            this.tbColSpan.Location = new System.Drawing.Point(360, 16);
            this.tbColSpan.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.tbColSpan.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.tbColSpan.Name = "tbColSpan";
            this.tbColSpan.Size = new System.Drawing.Size(48, 20);
            this.tbColSpan.TabIndex = 1;
            this.tbColSpan.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.tbColSpan.ValueChanged += new System.EventHandler(this.tbColSpan_ValueChanged);
            // 
            // gbText
            // 
            this.gbText.Controls.Add(this.cbToggleImage);
            this.gbText.Controls.Add(this.label4);
            this.gbText.Controls.Add(this.cbDataElementStyle);
            this.gbText.Controls.Add(this.label3);
            this.gbText.Controls.Add(this.cbHideDuplicates);
            this.gbText.Controls.Add(this.label2);
            this.gbText.Controls.Add(this.chkCanShrink);
            this.gbText.Controls.Add(this.chkCanGrow);
            this.gbText.Location = new System.Drawing.Point(24, 168);
            this.gbText.Name = "gbText";
            this.gbText.Size = new System.Drawing.Size(384, 112);
            this.gbText.TabIndex = 18;
            this.gbText.TabStop = false;
            this.gbText.Text = "Text Processing";
            // 
            // cbToggleImage
            // 
            this.cbToggleImage.AutoAdjustItemHeight = false;
            this.cbToggleImage.BorderColor = System.Drawing.Color.LightGray;
            this.cbToggleImage.ConvertEnterToTabForDialogs = false;
            this.cbToggleImage.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbToggleImage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbToggleImage.Items.AddRange(new object[] {
            "",
            "true",
            "false"});
            this.cbToggleImage.Location = new System.Drawing.Point(120, 80);
            this.cbToggleImage.Name = "cbToggleImage";
            this.cbToggleImage.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbToggleImage.SeparatorMargin = 1;
            this.cbToggleImage.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbToggleImage.SeparatorWidth = 1;
            this.cbToggleImage.Size = new System.Drawing.Size(256, 21);
            this.cbToggleImage.TabIndex = 7;
            this.cbToggleImage.SelectedIndexChanged += new System.EventHandler(this.cbToggleImage_Changed);
            this.cbToggleImage.TextChanged += new System.EventHandler(this.cbToggleImage_Changed);
            // 
            // label4
            // 
            this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label4.Location = new System.Drawing.Point(16, 79);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(104, 23);
            this.label4.TabIndex = 6;
            this.label4.Text = "Toggle System.Drawing.Image";
            // 
            // cbDataElementStyle
            // 
            this.cbDataElementStyle.AutoAdjustItemHeight = false;
            this.cbDataElementStyle.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataElementStyle.ConvertEnterToTabForDialogs = false;
            this.cbDataElementStyle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataElementStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataElementStyle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataElementStyle.Items.AddRange(new object[] {
            "Auto",
            "AttributeNormal",
            "ElementNormal"});
            this.cbDataElementStyle.Location = new System.Drawing.Point(120, 48);
            this.cbDataElementStyle.Name = "cbDataElementStyle";
            this.cbDataElementStyle.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataElementStyle.SeparatorMargin = 1;
            this.cbDataElementStyle.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataElementStyle.SeparatorWidth = 1;
            this.cbDataElementStyle.Size = new System.Drawing.Size(120, 21);
            this.cbDataElementStyle.TabIndex = 5;
            this.cbDataElementStyle.SelectedIndexChanged += new System.EventHandler(this.cbDataElementStyle_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label3.Location = new System.Drawing.Point(16, 47);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(104, 23);
            this.label3.TabIndex = 4;
            this.label3.Text = "XML Element Style";
            // 
            // cbHideDuplicates
            // 
            this.cbHideDuplicates.AutoAdjustItemHeight = false;
            this.cbHideDuplicates.BorderColor = System.Drawing.Color.LightGray;
            this.cbHideDuplicates.ConvertEnterToTabForDialogs = false;
            this.cbHideDuplicates.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbHideDuplicates.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbHideDuplicates.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbHideDuplicates.Location = new System.Drawing.Point(264, 16);
            this.cbHideDuplicates.Name = "cbHideDuplicates";
            this.cbHideDuplicates.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbHideDuplicates.SeparatorMargin = 1;
            this.cbHideDuplicates.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbHideDuplicates.SeparatorWidth = 1;
            this.cbHideDuplicates.Size = new System.Drawing.Size(112, 21);
            this.cbHideDuplicates.TabIndex = 3;
            this.cbHideDuplicates.SelectedIndexChanged += new System.EventHandler(this.cbHideDuplicates_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.label2.Location = new System.Drawing.Point(184, 15);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(88, 22);
            this.label2.TabIndex = 2;
            this.label2.Text = "Hide Duplicates";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // chkCanShrink
            // 
            this.chkCanShrink.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkCanShrink.ForeColor = System.Drawing.Color.Black;
            this.chkCanShrink.Location = new System.Drawing.Point(96, 14);
            this.chkCanShrink.Name = "chkCanShrink";
            this.chkCanShrink.Size = new System.Drawing.Size(104, 24);
            this.chkCanShrink.TabIndex = 1;
            this.chkCanShrink.Text = "Can Shrink";
            this.chkCanShrink.CheckedChanged += new System.EventHandler(this.chkCanShrink_CheckedChanged);
            // 
            // chkCanGrow
            // 
            this.chkCanGrow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkCanGrow.ForeColor = System.Drawing.Color.Black;
            this.chkCanGrow.Location = new System.Drawing.Point(16, 14);
            this.chkCanGrow.Name = "chkCanGrow";
            this.chkCanGrow.Size = new System.Drawing.Size(80, 24);
            this.chkCanGrow.TabIndex = 0;
            this.chkCanGrow.Text = "Can Grow";
            this.chkCanGrow.CheckedChanged += new System.EventHandler(this.chkCanGrow_CheckedChanged);
            // 
            // PositionCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.gbText);
            this.Controls.Add(this.tbColSpan);
            this.Controls.Add(this.lblColSpan);
            this.Controls.Add(this.tbName);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.gbPosition);
            this.Name = "PositionCtl";
            this.Size = new System.Drawing.Size(472, 288);
            this.gbPosition.ResumeLayout(false);
            this.gbPosition.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbZIndex)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbColSpan)).EndInit();
            this.gbText.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.label1 = new System.Windows.Forms.Label();
            this.cbDataSets = new Oranikle.Studio.Controls.StyledComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lbFields = new System.Windows.Forms.ListBox();
            this.lbTableColumns = new System.Windows.Forms.CheckedListBox();
            this.bUp = new Oranikle.Studio.Controls.StyledButton();
            this.bDown = new Oranikle.Studio.Controls.StyledButton();
            this.bRight = new Oranikle.Studio.Controls.StyledButton();
            this.bAllRight = new Oranikle.Studio.Controls.StyledButton();
            this.bLeft = new Oranikle.Studio.Controls.StyledButton();
            this.bAllLeft = new Oranikle.Studio.Controls.StyledButton();
            this.label4 = new System.Windows.Forms.Label();
            this.cbGroupColumn = new Oranikle.Studio.Controls.StyledComboBox();
            this.chkGrandTotals = new Oranikle.Studio.Controls.StyledCheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.rbVertComp = new System.Windows.Forms.RadioButton();
            this.rbVert = new System.Windows.Forms.RadioButton();
            this.rbHorz = new System.Windows.Forms.RadioButton();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // bOK
            // 
            this.bOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bOK.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bOK.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bOK.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bOK.Font = new System.Drawing.Font("Arial", 9F);
            this.bOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bOK.Location = new System.Drawing.Point(272, 312);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 23);
            this.bOK.TabIndex = 12;
            this.bOK.Text = "OK";
            this.bOK.UseVisualStyleBackColor = true;
            this.bOK.Click += new System.EventHandler(this.bOK_Click);
            // 
            // bCancel
            // 
            this.bCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bCancel.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bCancel.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bCancel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.bCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bCancel.Font = new System.Drawing.Font("Arial", 9F);
            this.bCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bCancel.Location = new System.Drawing.Point(368, 312);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 23);
            this.bCancel.TabIndex = 13;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 23);
            this.label1.TabIndex = 3;
            this.label1.Text = "DataSet";
            // 
            // cbDataSets
            // 
            this.cbDataSets.AutoAdjustItemHeight = false;
            this.cbDataSets.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataSets.ConvertEnterToTabForDialogs = false;
            this.cbDataSets.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataSets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataSets.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataSets.Location = new System.Drawing.Point(80, 16);
            this.cbDataSets.Name = "cbDataSets";
            this.cbDataSets.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataSets.SeparatorMargin = 1;
            this.cbDataSets.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataSets.SeparatorWidth = 1;
            this.cbDataSets.Size = new System.Drawing.Size(360, 21);
            this.cbDataSets.TabIndex = 0;
            this.cbDataSets.SelectedIndexChanged += new System.EventHandler(this.cbDataSets_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(16, 88);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 23);
            this.label2.TabIndex = 9;
            this.label2.Text = "DataSet Fields";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(232, 88);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(240, 23);
            this.label3.TabIndex = 10;
            this.label3.Text = "Table Columns (check totals when not Down)";
            // 
            // lbFields
            // 
            this.lbFields.Location = new System.Drawing.Point(16, 112);
            this.lbFields.Name = "lbFields";
            this.lbFields.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.lbFields.Size = new System.Drawing.Size(152, 134);
            this.lbFields.TabIndex = 2;
            // 
            // lbTableColumns
            // 
            this.lbTableColumns.Location = new System.Drawing.Point(232, 112);
            this.lbTableColumns.Name = "lbTableColumns";
            this.lbTableColumns.Size = new System.Drawing.Size(152, 139);
            this.lbTableColumns.TabIndex = 7;
            // 
            // bUp
            // 
            this.bUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bUp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bUp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bUp.Font = new System.Drawing.Font("Arial", 9F);
            this.bUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bUp.Location = new System.Drawing.Point(392, 120);
            this.bUp.Name = "bUp";
            this.bUp.OverriddenSize = null;
            this.bUp.Size = new System.Drawing.Size(48, 21);
            this.bUp.TabIndex = 8;
            this.bUp.Text = "Up";
            this.bUp.UseVisualStyleBackColor = true;
            this.bUp.Click += new System.EventHandler(this.bUp_Click);
            // 
            // bDown
            // 
            this.bDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDown.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDown.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDown.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDown.Font = new System.Drawing.Font("Arial", 9F);
            this.bDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDown.Location = new System.Drawing.Point(392, 152);
            this.bDown.Name = "bDown";
            this.bDown.OverriddenSize = null;
            this.bDown.Size = new System.Drawing.Size(48, 21);
            this.bDown.TabIndex = 9;
            this.bDown.Text = "Down";
            this.bDown.UseVisualStyleBackColor = true;
            this.bDown.Click += new System.EventHandler(this.bDown_Click);
            // 
            // bRight
            // 
            this.bRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRight.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRight.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRight.Font = new System.Drawing.Font("Arial", 9F);
            this.bRight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRight.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRight.Location = new System.Drawing.Point(184, 120);
            this.bRight.Name = "bRight";
            this.bRight.OverriddenSize = null;
            this.bRight.Size = new System.Drawing.Size(32, 21);
            this.bRight.TabIndex = 3;
            this.bRight.Text = ">";
            this.bRight.UseVisualStyleBackColor = true;
            this.bRight.Click += new System.EventHandler(this.bRight_Click);
            // 
            // bAllRight
            // 
            this.bAllRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bAllRight.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bAllRight.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bAllRight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bAllRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bAllRight.Font = new System.Drawing.Font("Arial", 9F);
            this.bAllRight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bAllRight.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bAllRight.Location = new System.Drawing.Point(184, 152);
            this.bAllRight.Name = "bAllRight";
            this.bAllRight.OverriddenSize = null;
            this.bAllRight.Size = new System.Drawing.Size(32, 21);
            this.bAllRight.TabIndex = 4;
            this.bAllRight.Text = ">>";
            this.bAllRight.UseVisualStyleBackColor = true;
            this.bAllRight.Click += new System.EventHandler(this.bAllRight_Click);
            // 
            // bLeft
            // 
            this.bLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bLeft.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bLeft.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bLeft.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bLeft.Font = new System.Drawing.Font("Arial", 9F);
            this.bLeft.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bLeft.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bLeft.Location = new System.Drawing.Point(184, 184);
            this.bLeft.Name = "bLeft";
            this.bLeft.OverriddenSize = null;
            this.bLeft.Size = new System.Drawing.Size(32, 21);
            this.bLeft.TabIndex = 5;
            this.bLeft.Text = "<";
            this.bLeft.UseVisualStyleBackColor = true;
            this.bLeft.Click += new System.EventHandler(this.bLeft_Click);
            // 
            // bAllLeft
            // 
            this.bAllLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bAllLeft.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bAllLeft.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bAllLeft.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bAllLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bAllLeft.Font = new System.Drawing.Font("Arial", 9F);
            this.bAllLeft.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bAllLeft.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bAllLeft.Location = new System.Drawing.Point(184, 216);
            this.bAllLeft.Name = "bAllLeft";
            this.bAllLeft.OverriddenSize = null;
            this.bAllLeft.Size = new System.Drawing.Size(32, 21);
            this.bAllLeft.TabIndex = 6;
            this.bAllLeft.Text = "<<";
            this.bAllLeft.UseVisualStyleBackColor = true;
            this.bAllLeft.Click += new System.EventHandler(this.bAllLeft_Click);
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(16, 264);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(216, 23);
            this.label4.TabIndex = 1;
            this.label4.Text = "Pick a column to group (create hierarchy)";
            // 
            // cbGroupColumn
            // 
            this.cbGroupColumn.AutoAdjustItemHeight = false;
            this.cbGroupColumn.BorderColor = System.Drawing.Color.LightGray;
            this.cbGroupColumn.ConvertEnterToTabForDialogs = false;
            this.cbGroupColumn.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbGroupColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbGroupColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbGroupColumn.Location = new System.Drawing.Point(16, 280);
            this.cbGroupColumn.Name = "cbGroupColumn";
            this.cbGroupColumn.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbGroupColumn.SeparatorMargin = 1;
            this.cbGroupColumn.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbGroupColumn.SeparatorWidth = 1;
            this.cbGroupColumn.Size = new System.Drawing.Size(168, 21);
            this.cbGroupColumn.TabIndex = 10;
            this.cbGroupColumn.Enter += new System.EventHandler(this.cbGroupColumn_Enter);
            // 
            // chkGrandTotals
            // 
            this.chkGrandTotals.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chkGrandTotals.ForeColor = System.Drawing.Color.Black;
            this.chkGrandTotals.Location = new System.Drawing.Point(232, 280);
            this.chkGrandTotals.Name = "chkGrandTotals";
            this.chkGrandTotals.Size = new System.Drawing.Size(168, 16);
            this.chkGrandTotals.TabIndex = 11;
            this.chkGrandTotals.Text = "Calculate Grand Totals";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.rbVertComp);
            this.groupBox1.Controls.Add(this.rbVert);
            this.groupBox1.Controls.Add(this.rbHorz);
            this.groupBox1.Location = new System.Drawing.Point(16, 40);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(424, 40);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Arrange Fields";
            // 
            // rbVertComp
            // 
            this.rbVertComp.Location = new System.Drawing.Point(296, 16);
            this.rbVertComp.Name = "rbVertComp";
            this.rbVertComp.Size = new System.Drawing.Size(112, 16);
            this.rbVertComp.TabIndex = 2;
            this.rbVertComp.Text = "Down (compress)";
            // 
            // rbVert
            // 
            this.rbVert.Location = new System.Drawing.Point(160, 16);
            this.rbVert.Name = "rbVert";
            this.rbVert.Size = new System.Drawing.Size(120, 16);
            this.rbVert.TabIndex = 1;
            this.rbVert.Text = "Down (row per field)";
            // 
            // rbHorz
            // 
            this.rbHorz.Location = new System.Drawing.Point(8, 16);
            this.rbHorz.Name = "rbHorz";
            this.rbHorz.Size = new System.Drawing.Size(160, 16);
            this.rbHorz.TabIndex = 0;
            this.rbHorz.Text = "Across (standard columns)";
            this.rbHorz.CheckedChanged += new System.EventHandler(this.rbHorz_CheckedChanged);
            // 
            // DialogNewTable
            // 
            this.AcceptButton = this.bOK;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
            this.CancelButton = this.bCancel;
            this.ClientSize = new System.Drawing.Size(456, 336);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.chkGrandTotals);
            this.Controls.Add(this.cbGroupColumn);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.bAllLeft);
            this.Controls.Add(this.bLeft);
            this.Controls.Add(this.bAllRight);
            this.Controls.Add(this.bRight);
            this.Controls.Add(this.bDown);
            this.Controls.Add(this.bUp);
            this.Controls.Add(this.lbTableColumns);
            this.Controls.Add(this.lbFields);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.cbDataSets);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogNewTable";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "New Table";
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

		}
예제 #34
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.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.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();

		}
예제 #36
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();
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.lFont = new System.Windows.Forms.Label();
            this.bFont = new Oranikle.Studio.Controls.StyledButton();
            this.cbVerticalAlign = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbHorzAlign = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbFormat = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbDirection = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbWritingMode = new Oranikle.Studio.Controls.StyledComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.cbTextDecoration = new Oranikle.Studio.Controls.StyledComboBox();
            this.bColor = new Oranikle.Studio.Controls.StyledButton();
            this.label9 = new System.Windows.Forms.Label();
            this.cbColor = new Oranikle.Studio.Controls.StyledComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.cbFontStyle = new Oranikle.Studio.Controls.StyledComboBox();
            this.cbFontWeight = new Oranikle.Studio.Controls.StyledComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.cbFontSize = new Oranikle.Studio.Controls.StyledComboBox();
            this.label11 = new System.Windows.Forms.Label();
            this.cbFontFamily = new Oranikle.Studio.Controls.StyledComboBox();
            this.lblValue = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button2 = new Oranikle.Studio.Controls.StyledButton();
            this.bWeight = new Oranikle.Studio.Controls.StyledButton();
            this.bSize = new Oranikle.Studio.Controls.StyledButton();
            this.bColorEx = new Oranikle.Studio.Controls.StyledButton();
            this.bStyle = new Oranikle.Studio.Controls.StyledButton();
            this.bFamily = new Oranikle.Studio.Controls.StyledButton();
            this.cbValue = new Oranikle.Studio.Controls.StyledComboBox();
            this.bValueExpr = new Oranikle.Studio.Controls.StyledButton();
            this.bAlignment = new Oranikle.Studio.Controls.StyledButton();
            this.bDirection = new Oranikle.Studio.Controls.StyledButton();
            this.bVertical = new Oranikle.Studio.Controls.StyledButton();
            this.bWrtMode = new Oranikle.Studio.Controls.StyledButton();
            this.bFormat = new Oranikle.Studio.Controls.StyledButton();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(16, 236);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(48, 16);
            this.label4.TabIndex = 3;
            this.label4.Text = "Format";
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(216, 172);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(48, 16);
            this.label5.TabIndex = 4;
            this.label5.Text = "Vertical";
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(16, 172);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(56, 16);
            this.label6.TabIndex = 5;
            this.label6.Text = "Alignment";
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(16, 204);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(56, 16);
            this.label7.TabIndex = 6;
            this.label7.Text = "Direction";
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(216, 204);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(80, 16);
            this.label8.TabIndex = 7;
            this.label8.Text = "Writing Mode";
            // 
            // lFont
            // 
            this.lFont.Location = new System.Drawing.Point(16, 17);
            this.lFont.Name = "lFont";
            this.lFont.Size = new System.Drawing.Size(40, 16);
            this.lFont.TabIndex = 8;
            this.lFont.Text = "Family";
            // 
            // bFont
            // 
            this.bFont.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bFont.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bFont.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bFont.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bFont.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bFont.Font = new System.Drawing.Font("Arial", 9F);
            this.bFont.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bFont.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bFont.Location = new System.Drawing.Point(401, 15);
            this.bFont.Name = "bFont";
            this.bFont.OverriddenSize = null;
            this.bFont.Size = new System.Drawing.Size(22, 21);
            this.bFont.TabIndex = 4;
            this.bFont.Text = "...";
            this.bFont.UseVisualStyleBackColor = true;
            this.bFont.Click += new System.EventHandler(this.bFont_Click);
            // 
            // cbVerticalAlign
            // 
            this.cbVerticalAlign.AutoAdjustItemHeight = false;
            this.cbVerticalAlign.BorderColor = System.Drawing.Color.LightGray;
            this.cbVerticalAlign.ConvertEnterToTabForDialogs = false;
            this.cbVerticalAlign.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbVerticalAlign.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbVerticalAlign.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbVerticalAlign.Items.AddRange(new object[] {
            "Top",
            "Middle",
            "Bottom"});
            this.cbVerticalAlign.Location = new System.Drawing.Point(304, 170);
            this.cbVerticalAlign.Name = "cbVerticalAlign";
            this.cbVerticalAlign.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbVerticalAlign.SeparatorMargin = 1;
            this.cbVerticalAlign.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbVerticalAlign.SeparatorWidth = 1;
            this.cbVerticalAlign.Size = new System.Drawing.Size(72, 21);
            this.cbVerticalAlign.TabIndex = 5;
            this.cbVerticalAlign.SelectedIndexChanged += new System.EventHandler(this.cbVerticalAlign_TextChanged);
            this.cbVerticalAlign.TextChanged += new System.EventHandler(this.cbVerticalAlign_TextChanged);
            // 
            // cbHorzAlign
            // 
            this.cbHorzAlign.AutoAdjustItemHeight = false;
            this.cbHorzAlign.BorderColor = System.Drawing.Color.LightGray;
            this.cbHorzAlign.ConvertEnterToTabForDialogs = false;
            this.cbHorzAlign.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbHorzAlign.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbHorzAlign.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbHorzAlign.Items.AddRange(new object[] {
            "Left",
            "Center",
            "Right",
            "General"});
            this.cbHorzAlign.Location = new System.Drawing.Point(80, 170);
            this.cbHorzAlign.Name = "cbHorzAlign";
            this.cbHorzAlign.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbHorzAlign.SeparatorMargin = 1;
            this.cbHorzAlign.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbHorzAlign.SeparatorWidth = 1;
            this.cbHorzAlign.Size = new System.Drawing.Size(64, 21);
            this.cbHorzAlign.TabIndex = 3;
            this.cbHorzAlign.SelectedIndexChanged += new System.EventHandler(this.cbHorzAlign_TextChanged);
            this.cbHorzAlign.TextChanged += new System.EventHandler(this.cbHorzAlign_TextChanged);
            // 
            // cbFormat
            // 
            this.cbFormat.AutoAdjustItemHeight = false;
            this.cbFormat.BorderColor = System.Drawing.Color.LightGray;
            this.cbFormat.ConvertEnterToTabForDialogs = false;
            this.cbFormat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbFormat.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbFormat.Items.AddRange(new object[] {
            "None",
            "",
            "#,##0",
            "#,##0.00",
            "0",
            "0.00",
            "",
            "MM/dd/yyyy",
            "dddd, MMMM dd, yyyy",
            "dddd, MMMM dd, yyyy HH:mm",
            "dddd, MMMM dd, yyyy HH:mm:ss",
            "MM/dd/yyyy HH:mm",
            "MM/dd/yyyy HH:mm:ss",
            "MMMM dd",
            "Ddd, dd MMM yyyy HH\':\'mm\'\"ss \'GMT\'",
            "yyyy-MM-dd HH:mm:ss",
            "yyyy-MM-dd HH:mm:ss GMT",
            "HH:mm",
            "HH:mm:ss",
            "yyyy-MM-dd HH:mm:ss"});
            this.cbFormat.Location = new System.Drawing.Point(80, 234);
            this.cbFormat.Name = "cbFormat";
            this.cbFormat.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbFormat.SeparatorMargin = 1;
            this.cbFormat.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbFormat.SeparatorWidth = 1;
            this.cbFormat.Size = new System.Drawing.Size(296, 21);
            this.cbFormat.TabIndex = 11;
            this.cbFormat.TextChanged += new System.EventHandler(this.cbFormat_TextChanged);
            // 
            // cbDirection
            // 
            this.cbDirection.AutoAdjustItemHeight = false;
            this.cbDirection.BorderColor = System.Drawing.Color.LightGray;
            this.cbDirection.ConvertEnterToTabForDialogs = false;
            this.cbDirection.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDirection.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDirection.Items.AddRange(new object[] {
            "LTR",
            "RTL"});
            this.cbDirection.Location = new System.Drawing.Point(80, 202);
            this.cbDirection.Name = "cbDirection";
            this.cbDirection.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDirection.SeparatorMargin = 1;
            this.cbDirection.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDirection.SeparatorWidth = 1;
            this.cbDirection.Size = new System.Drawing.Size(64, 21);
            this.cbDirection.TabIndex = 7;
            this.cbDirection.SelectedIndexChanged += new System.EventHandler(this.cbDirection_TextChanged);
            this.cbDirection.TextChanged += new System.EventHandler(this.cbDirection_TextChanged);
            // 
            // cbWritingMode
            // 
            this.cbWritingMode.AutoAdjustItemHeight = false;
            this.cbWritingMode.BorderColor = System.Drawing.Color.LightGray;
            this.cbWritingMode.ConvertEnterToTabForDialogs = false;
            this.cbWritingMode.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbWritingMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbWritingMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbWritingMode.Items.AddRange(new object[] {
            "lr-tb",
            "tb-rl"});
            this.cbWritingMode.Location = new System.Drawing.Point(304, 202);
            this.cbWritingMode.Name = "cbWritingMode";
            this.cbWritingMode.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbWritingMode.SeparatorMargin = 1;
            this.cbWritingMode.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbWritingMode.SeparatorWidth = 1;
            this.cbWritingMode.Size = new System.Drawing.Size(72, 21);
            this.cbWritingMode.TabIndex = 9;
            this.cbWritingMode.SelectedIndexChanged += new System.EventHandler(this.cbWritingMode_TextChanged);
            this.cbWritingMode.TextChanged += new System.EventHandler(this.cbWritingMode_TextChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(224, 78);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(64, 23);
            this.label2.TabIndex = 19;
            this.label2.Text = "Decoration";
            // 
            // cbTextDecoration
            // 
            this.cbTextDecoration.AutoAdjustItemHeight = false;
            this.cbTextDecoration.BorderColor = System.Drawing.Color.LightGray;
            this.cbTextDecoration.ConvertEnterToTabForDialogs = false;
            this.cbTextDecoration.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbTextDecoration.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbTextDecoration.Items.AddRange(new object[] {
            "None",
            "Underline",
            "Overline",
            "LineThrough"});
            this.cbTextDecoration.Location = new System.Drawing.Point(288, 79);
            this.cbTextDecoration.Name = "cbTextDecoration";
            this.cbTextDecoration.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbTextDecoration.SeparatorMargin = 1;
            this.cbTextDecoration.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbTextDecoration.SeparatorWidth = 1;
            this.cbTextDecoration.Size = new System.Drawing.Size(80, 21);
            this.cbTextDecoration.TabIndex = 12;
            this.cbTextDecoration.SelectedIndexChanged += new System.EventHandler(this.cbTextDecoration_TextChanged);
            this.cbTextDecoration.TextChanged += new System.EventHandler(this.cbTextDecoration_TextChanged);
            // 
            // bColor
            // 
            this.bColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColor.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColor.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColor.Font = new System.Drawing.Font("Arial", 9F);
            this.bColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColor.Location = new System.Drawing.Point(200, 79);
            this.bColor.Name = "bColor";
            this.bColor.OverriddenSize = null;
            this.bColor.Size = new System.Drawing.Size(22, 21);
            this.bColor.TabIndex = 11;
            this.bColor.Text = "...";
            this.bColor.UseVisualStyleBackColor = true;
            this.bColor.Click += new System.EventHandler(this.bColor_Click);
            // 
            // label9
            // 
            this.label9.Location = new System.Drawing.Point(16, 81);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(48, 16);
            this.label9.TabIndex = 22;
            this.label9.Text = "Color";
            // 
            // cbColor
            // 
            this.cbColor.AutoAdjustItemHeight = false;
            this.cbColor.BorderColor = System.Drawing.Color.LightGray;
            this.cbColor.ConvertEnterToTabForDialogs = false;
            this.cbColor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbColor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbColor.Location = new System.Drawing.Point(72, 79);
            this.cbColor.Name = "cbColor";
            this.cbColor.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbColor.SeparatorMargin = 1;
            this.cbColor.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbColor.SeparatorWidth = 1;
            this.cbColor.Size = new System.Drawing.Size(96, 21);
            this.cbColor.TabIndex = 9;
            this.cbColor.TextChanged += new System.EventHandler(this.cbColor_TextChanged);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(16, 48);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(40, 16);
            this.label3.TabIndex = 25;
            this.label3.Text = "Style";
            // 
            // cbFontStyle
            // 
            this.cbFontStyle.AutoAdjustItemHeight = false;
            this.cbFontStyle.BorderColor = System.Drawing.Color.LightGray;
            this.cbFontStyle.ConvertEnterToTabForDialogs = false;
            this.cbFontStyle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbFontStyle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbFontStyle.Items.AddRange(new object[] {
            "Normal",
            "Italic"});
            this.cbFontStyle.Location = new System.Drawing.Point(72, 46);
            this.cbFontStyle.Name = "cbFontStyle";
            this.cbFontStyle.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbFontStyle.SeparatorMargin = 1;
            this.cbFontStyle.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbFontStyle.SeparatorWidth = 1;
            this.cbFontStyle.Size = new System.Drawing.Size(96, 21);
            this.cbFontStyle.TabIndex = 5;
            this.cbFontStyle.TextChanged += new System.EventHandler(this.cbFontStyle_TextChanged);
            // 
            // cbFontWeight
            // 
            this.cbFontWeight.AutoAdjustItemHeight = false;
            this.cbFontWeight.BorderColor = System.Drawing.Color.LightGray;
            this.cbFontWeight.ConvertEnterToTabForDialogs = false;
            this.cbFontWeight.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbFontWeight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbFontWeight.Items.AddRange(new object[] {
            "Lighter",
            "Normal",
            "Bold",
            "Bolder",
            "100",
            "200",
            "300",
            "400",
            "500",
            "600",
            "700",
            "800",
            "900"});
            this.cbFontWeight.Location = new System.Drawing.Point(264, 46);
            this.cbFontWeight.Name = "cbFontWeight";
            this.cbFontWeight.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbFontWeight.SeparatorMargin = 1;
            this.cbFontWeight.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbFontWeight.SeparatorWidth = 1;
            this.cbFontWeight.Size = new System.Drawing.Size(104, 21);
            this.cbFontWeight.TabIndex = 7;
            this.cbFontWeight.TextChanged += new System.EventHandler(this.cbFontWeight_TextChanged);
            // 
            // label10
            // 
            this.label10.Location = new System.Drawing.Point(224, 48);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(40, 16);
            this.label10.TabIndex = 27;
            this.label10.Text = "Weight";
            // 
            // cbFontSize
            // 
            this.cbFontSize.AutoAdjustItemHeight = false;
            this.cbFontSize.BorderColor = System.Drawing.Color.LightGray;
            this.cbFontSize.ConvertEnterToTabForDialogs = false;
            this.cbFontSize.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbFontSize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbFontSize.Items.AddRange(new object[] {
            "8pt",
            "9pt",
            "10pt",
            "11pt",
            "12pt",
            "14pt",
            "16pt",
            "18pt",
            "20pt",
            "22pt",
            "24pt",
            "26pt",
            "28pt",
            "36pt",
            "48pt",
            "72pt"});
            this.cbFontSize.Location = new System.Drawing.Point(264, 15);
            this.cbFontSize.Name = "cbFontSize";
            this.cbFontSize.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbFontSize.SeparatorMargin = 1;
            this.cbFontSize.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbFontSize.SeparatorWidth = 1;
            this.cbFontSize.Size = new System.Drawing.Size(104, 21);
            this.cbFontSize.TabIndex = 2;
            this.cbFontSize.TextChanged += new System.EventHandler(this.cbFontSize_TextChanged);
            // 
            // label11
            // 
            this.label11.Location = new System.Drawing.Point(224, 17);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(40, 16);
            this.label11.TabIndex = 29;
            this.label11.Text = "Size";
            // 
            // cbFontFamily
            // 
            this.cbFontFamily.AutoAdjustItemHeight = false;
            this.cbFontFamily.BorderColor = System.Drawing.Color.LightGray;
            this.cbFontFamily.ConvertEnterToTabForDialogs = false;
            this.cbFontFamily.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbFontFamily.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbFontFamily.Items.AddRange(new object[] {
            "Arial"});
            this.cbFontFamily.Location = new System.Drawing.Point(72, 15);
            this.cbFontFamily.Name = "cbFontFamily";
            this.cbFontFamily.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbFontFamily.SeparatorMargin = 1;
            this.cbFontFamily.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbFontFamily.SeparatorWidth = 1;
            this.cbFontFamily.Size = new System.Drawing.Size(96, 21);
            this.cbFontFamily.TabIndex = 0;
            this.cbFontFamily.TextChanged += new System.EventHandler(this.cbFontFamily_TextChanged);
            // 
            // lblValue
            // 
            this.lblValue.Location = new System.Drawing.Point(8, 18);
            this.lblValue.Name = "lblValue";
            this.lblValue.Size = new System.Drawing.Size(56, 23);
            this.lblValue.TabIndex = 30;
            this.lblValue.Text = "Value";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.bWeight);
            this.groupBox1.Controls.Add(this.bSize);
            this.groupBox1.Controls.Add(this.bColorEx);
            this.groupBox1.Controls.Add(this.bStyle);
            this.groupBox1.Controls.Add(this.bFamily);
            this.groupBox1.Controls.Add(this.lFont);
            this.groupBox1.Controls.Add(this.bFont);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.cbTextDecoration);
            this.groupBox1.Controls.Add(this.bColor);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.cbColor);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.cbFontStyle);
            this.groupBox1.Controls.Add(this.cbFontWeight);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.cbFontSize);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.cbFontFamily);
            this.groupBox1.Location = new System.Drawing.Point(8, 40);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(432, 112);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Font";
            // 
            // 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(376, 79);
            this.button2.Name = "button2";
            this.button2.OverriddenSize = null;
            this.button2.Size = new System.Drawing.Size(22, 21);
            this.button2.TabIndex = 13;
            this.button2.Tag = "decoration";
            this.button2.Text = "fx";
            this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bWeight
            // 
            this.bWeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bWeight.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bWeight.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bWeight.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bWeight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bWeight.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.bWeight.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bWeight.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWeight.Location = new System.Drawing.Point(376, 46);
            this.bWeight.Name = "bWeight";
            this.bWeight.OverriddenSize = null;
            this.bWeight.Size = new System.Drawing.Size(22, 21);
            this.bWeight.TabIndex = 8;
            this.bWeight.Tag = "weight";
            this.bWeight.Text = "fx";
            this.bWeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWeight.UseVisualStyleBackColor = true;
            this.bWeight.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bSize
            // 
            this.bSize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bSize.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bSize.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bSize.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bSize.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bSize.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.bSize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bSize.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSize.Location = new System.Drawing.Point(376, 15);
            this.bSize.Name = "bSize";
            this.bSize.OverriddenSize = null;
            this.bSize.Size = new System.Drawing.Size(22, 21);
            this.bSize.TabIndex = 3;
            this.bSize.Tag = "size";
            this.bSize.Text = "fx";
            this.bSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bSize.UseVisualStyleBackColor = true;
            this.bSize.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bColorEx
            // 
            this.bColorEx.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColorEx.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColorEx.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColorEx.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColorEx.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColorEx.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.bColorEx.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColorEx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColorEx.Location = new System.Drawing.Point(176, 79);
            this.bColorEx.Name = "bColorEx";
            this.bColorEx.OverriddenSize = null;
            this.bColorEx.Size = new System.Drawing.Size(22, 21);
            this.bColorEx.TabIndex = 10;
            this.bColorEx.Tag = "color";
            this.bColorEx.Text = "fx";
            this.bColorEx.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColorEx.UseVisualStyleBackColor = true;
            this.bColorEx.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bStyle
            // 
            this.bStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bStyle.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bStyle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bStyle.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.bStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bStyle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bStyle.Location = new System.Drawing.Point(176, 46);
            this.bStyle.Name = "bStyle";
            this.bStyle.OverriddenSize = null;
            this.bStyle.Size = new System.Drawing.Size(22, 21);
            this.bStyle.TabIndex = 6;
            this.bStyle.Tag = "style";
            this.bStyle.Text = "fx";
            this.bStyle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bStyle.UseVisualStyleBackColor = true;
            this.bStyle.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bFamily
            // 
            this.bFamily.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bFamily.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bFamily.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bFamily.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bFamily.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bFamily.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.bFamily.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bFamily.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bFamily.Location = new System.Drawing.Point(176, 15);
            this.bFamily.Name = "bFamily";
            this.bFamily.OverriddenSize = null;
            this.bFamily.Size = new System.Drawing.Size(22, 21);
            this.bFamily.TabIndex = 1;
            this.bFamily.Tag = "family";
            this.bFamily.Text = "fx";
            this.bFamily.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bFamily.UseVisualStyleBackColor = true;
            this.bFamily.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // cbValue
            // 
            this.cbValue.AutoAdjustItemHeight = false;
            this.cbValue.BorderColor = System.Drawing.Color.LightGray;
            this.cbValue.ConvertEnterToTabForDialogs = false;
            this.cbValue.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbValue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbValue.Location = new System.Drawing.Point(64, 19);
            this.cbValue.Name = "cbValue";
            this.cbValue.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbValue.SeparatorMargin = 1;
            this.cbValue.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbValue.SeparatorWidth = 1;
            this.cbValue.Size = new System.Drawing.Size(344, 21);
            this.cbValue.TabIndex = 0;
            this.cbValue.Text = "comboBox1";
            this.cbValue.TextChanged += new System.EventHandler(this.cbValue_TextChanged);
            // 
            // 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(414, 19);
            this.bValueExpr.Name = "bValueExpr";
            this.bValueExpr.OverriddenSize = null;
            this.bValueExpr.Size = new System.Drawing.Size(22, 21);
            this.bValueExpr.TabIndex = 1;
            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.bExpr_Click);
            // 
            // bAlignment
            // 
            this.bAlignment.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bAlignment.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bAlignment.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bAlignment.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bAlignment.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bAlignment.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.bAlignment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bAlignment.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bAlignment.Location = new System.Drawing.Point(152, 170);
            this.bAlignment.Name = "bAlignment";
            this.bAlignment.OverriddenSize = null;
            this.bAlignment.Size = new System.Drawing.Size(22, 21);
            this.bAlignment.TabIndex = 4;
            this.bAlignment.Tag = "halign";
            this.bAlignment.Text = "fx";
            this.bAlignment.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bAlignment.UseVisualStyleBackColor = true;
            this.bAlignment.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bDirection
            // 
            this.bDirection.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bDirection.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bDirection.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bDirection.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bDirection.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bDirection.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.bDirection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bDirection.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDirection.Location = new System.Drawing.Point(152, 202);
            this.bDirection.Name = "bDirection";
            this.bDirection.OverriddenSize = null;
            this.bDirection.Size = new System.Drawing.Size(22, 21);
            this.bDirection.TabIndex = 8;
            this.bDirection.Tag = "direction";
            this.bDirection.Text = "fx";
            this.bDirection.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bDirection.UseVisualStyleBackColor = true;
            this.bDirection.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bVertical
            // 
            this.bVertical.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bVertical.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bVertical.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bVertical.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bVertical.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bVertical.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.bVertical.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bVertical.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bVertical.Location = new System.Drawing.Point(384, 170);
            this.bVertical.Name = "bVertical";
            this.bVertical.OverriddenSize = null;
            this.bVertical.Size = new System.Drawing.Size(22, 21);
            this.bVertical.TabIndex = 6;
            this.bVertical.Tag = "valign";
            this.bVertical.Text = "fx";
            this.bVertical.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bVertical.UseVisualStyleBackColor = true;
            this.bVertical.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bWrtMode
            // 
            this.bWrtMode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bWrtMode.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bWrtMode.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bWrtMode.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bWrtMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bWrtMode.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.bWrtMode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bWrtMode.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWrtMode.Location = new System.Drawing.Point(384, 202);
            this.bWrtMode.Name = "bWrtMode";
            this.bWrtMode.OverriddenSize = null;
            this.bWrtMode.Size = new System.Drawing.Size(22, 21);
            this.bWrtMode.TabIndex = 10;
            this.bWrtMode.Tag = "writing";
            this.bWrtMode.Text = "fx";
            this.bWrtMode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bWrtMode.UseVisualStyleBackColor = true;
            this.bWrtMode.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // bFormat
            // 
            this.bFormat.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bFormat.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bFormat.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bFormat.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bFormat.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bFormat.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.bFormat.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bFormat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bFormat.Location = new System.Drawing.Point(384, 234);
            this.bFormat.Name = "bFormat";
            this.bFormat.OverriddenSize = null;
            this.bFormat.Size = new System.Drawing.Size(22, 21);
            this.bFormat.TabIndex = 12;
            this.bFormat.Tag = "format";
            this.bFormat.Text = "fx";
            this.bFormat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bFormat.UseVisualStyleBackColor = true;
            this.bFormat.Click += new System.EventHandler(this.bExpr_Click);
            // 
            // StyleTextCtl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.Controls.Add(this.bFormat);
            this.Controls.Add(this.bWrtMode);
            this.Controls.Add(this.bVertical);
            this.Controls.Add(this.bDirection);
            this.Controls.Add(this.bAlignment);
            this.Controls.Add(this.bValueExpr);
            this.Controls.Add(this.cbValue);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.lblValue);
            this.Controls.Add(this.cbWritingMode);
            this.Controls.Add(this.cbDirection);
            this.Controls.Add(this.cbFormat);
            this.Controls.Add(this.cbHorzAlign);
            this.Controls.Add(this.cbVerticalAlign);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Name = "StyleTextCtl";
            this.Size = new System.Drawing.Size(456, 280);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

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

		}
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.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();

		}
예제 #40
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.pgSelected    = new System.Windows.Forms.PropertyGrid();
     this.bClose        = new Oranikle.Studio.Controls.StyledButton();
     this.cbReportItems = new Oranikle.Studio.Controls.StyledComboBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.Control;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.ForeColor = System.Drawing.SystemColors.InfoText;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(240, 16);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Properties";
     //
     // pgSelected
     //
     this.pgSelected.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.pgSelected.Location = new System.Drawing.Point(0, 40);
     this.pgSelected.Name     = "pgSelected";
     this.pgSelected.Size     = new System.Drawing.Size(240, 240);
     this.pgSelected.TabIndex = 2;
     //
     // bClose
     //
     this.bClose.Anchor                    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     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.CausesValidation          = false;
     this.bClose.FlatAppearance.BorderSize = 0;
     this.bClose.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.bClose.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, 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(225, -2);
     this.bClose.Name                    = "bClose";
     this.bClose.OverriddenSize          = null;
     this.bClose.Size                    = new System.Drawing.Size(15, 21);
     this.bClose.TabIndex                = 3;
     this.bClose.Text                    = "x";
     this.bClose.TextAlign               = System.Drawing.ContentAlignment.TopCenter;
     this.bClose.UseVisualStyleBackColor = true;
     this.bClose.Click                  += new System.EventHandler(this.bClose_Click);
     //
     // cbReportItems
     //
     this.cbReportItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.cbReportItems.AutoAdjustItemHeight        = false;
     this.cbReportItems.BorderColor                 = System.Drawing.Color.LightGray;
     this.cbReportItems.ConvertEnterToTabForDialogs = false;
     this.cbReportItems.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.cbReportItems.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbReportItems.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.cbReportItems.FormattingEnabled = true;
     this.cbReportItems.Location          = new System.Drawing.Point(0, 18);
     this.cbReportItems.Name                  = "cbReportItems";
     this.cbReportItems.SeparatorColor        = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
     this.cbReportItems.SeparatorMargin       = 1;
     this.cbReportItems.SeparatorStyle        = System.Drawing.Drawing2D.DashStyle.Solid;
     this.cbReportItems.SeparatorWidth        = 1;
     this.cbReportItems.Size                  = new System.Drawing.Size(240, 21);
     this.cbReportItems.TabIndex              = 4;
     this.cbReportItems.SelectedIndexChanged += new System.EventHandler(this.cbReportItems_SelectedIndexChanged);
     //
     // PropertyCtl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.cbReportItems);
     this.Controls.Add(this.bClose);
     this.Controls.Add(this.pgSelected);
     this.Controls.Add(this.label1);
     this.Name = "PropertyCtl";
     this.Size = new System.Drawing.Size(240, 280);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.bOK = new Oranikle.Studio.Controls.StyledButton();
            this.bCancel = new Oranikle.Studio.Controls.StyledButton();
            this.label1 = new System.Windows.Forms.Label();
            this.cbDataSets = new Oranikle.Studio.Controls.StyledComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lbFields = new System.Windows.Forms.ListBox();
            this.lbMatrixColumns = new System.Windows.Forms.CheckedListBox();
            this.bColumnUp = new Oranikle.Studio.Controls.StyledButton();
            this.bColumnDown = new Oranikle.Studio.Controls.StyledButton();
            this.bColumn = new Oranikle.Studio.Controls.StyledButton();
            this.bRowSelect = new Oranikle.Studio.Controls.StyledButton();
            this.lbMatrixRows = new System.Windows.Forms.CheckedListBox();
            this.bColumnDelete = new Oranikle.Studio.Controls.StyledButton();
            this.bRowDelete = new Oranikle.Studio.Controls.StyledButton();
            this.bRowDown = new Oranikle.Studio.Controls.StyledButton();
            this.bRowUp = new Oranikle.Studio.Controls.StyledButton();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.cbMatrixCell = new Oranikle.Studio.Controls.StyledComboBox();
            this.SuspendLayout();
            // 
            // bOK
            // 
            this.bOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bOK.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bOK.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bOK.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bOK.Font = new System.Drawing.Font("Arial", 9F);
            this.bOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bOK.Location = new System.Drawing.Point(272, 368);
            this.bOK.Name = "bOK";
            this.bOK.OverriddenSize = null;
            this.bOK.Size = new System.Drawing.Size(75, 23);
            this.bOK.TabIndex = 13;
            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, 368);
            this.bCancel.Name = "bCancel";
            this.bCancel.OverriddenSize = null;
            this.bCancel.Size = new System.Drawing.Size(75, 23);
            this.bCancel.TabIndex = 14;
            this.bCancel.Text = "Cancel";
            this.bCancel.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(16, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 23);
            this.label1.TabIndex = 11;
            this.label1.Text = "DataSet";
            // 
            // cbDataSets
            // 
            this.cbDataSets.AutoAdjustItemHeight = false;
            this.cbDataSets.BorderColor = System.Drawing.Color.LightGray;
            this.cbDataSets.ConvertEnterToTabForDialogs = false;
            this.cbDataSets.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbDataSets.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbDataSets.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbDataSets.Location = new System.Drawing.Point(80, 16);
            this.cbDataSets.Name = "cbDataSets";
            this.cbDataSets.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbDataSets.SeparatorMargin = 1;
            this.cbDataSets.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbDataSets.SeparatorWidth = 1;
            this.cbDataSets.Size = new System.Drawing.Size(360, 21);
            this.cbDataSets.TabIndex = 0;
            this.cbDataSets.SelectedIndexChanged += new System.EventHandler(this.cbDataSets_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(16, 56);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 23);
            this.label2.TabIndex = 13;
            this.label2.Text = "DataSet Fields";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(224, 56);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(184, 23);
            this.label3.TabIndex = 14;
            this.label3.Text = "Matrix Columns (check to subtotal)";
            // 
            // lbFields
            // 
            this.lbFields.Location = new System.Drawing.Point(16, 80);
            this.lbFields.Name = "lbFields";
            this.lbFields.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.lbFields.Size = new System.Drawing.Size(152, 225);
            this.lbFields.TabIndex = 1;
            // 
            // lbMatrixColumns
            // 
            this.lbMatrixColumns.Location = new System.Drawing.Point(232, 80);
            this.lbMatrixColumns.Name = "lbMatrixColumns";
            this.lbMatrixColumns.Size = new System.Drawing.Size(152, 94);
            this.lbMatrixColumns.TabIndex = 3;
            // 
            // bColumnUp
            // 
            this.bColumnUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColumnUp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColumnUp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColumnUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColumnUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColumnUp.Font = new System.Drawing.Font("Arial", 9F);
            this.bColumnUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColumnUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColumnUp.Location = new System.Drawing.Point(392, 80);
            this.bColumnUp.Name = "bColumnUp";
            this.bColumnUp.OverriddenSize = null;
            this.bColumnUp.Size = new System.Drawing.Size(48, 21);
            this.bColumnUp.TabIndex = 4;
            this.bColumnUp.Text = "Up";
            this.bColumnUp.UseVisualStyleBackColor = true;
            this.bColumnUp.Click += new System.EventHandler(this.bColumnUp_Click);
            // 
            // bColumnDown
            // 
            this.bColumnDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColumnDown.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColumnDown.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColumnDown.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColumnDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColumnDown.Font = new System.Drawing.Font("Arial", 9F);
            this.bColumnDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColumnDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColumnDown.Location = new System.Drawing.Point(392, 112);
            this.bColumnDown.Name = "bColumnDown";
            this.bColumnDown.OverriddenSize = null;
            this.bColumnDown.Size = new System.Drawing.Size(48, 21);
            this.bColumnDown.TabIndex = 5;
            this.bColumnDown.Text = "Down";
            this.bColumnDown.UseVisualStyleBackColor = true;
            this.bColumnDown.Click += new System.EventHandler(this.bColumnDown_Click);
            // 
            // bColumn
            // 
            this.bColumn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColumn.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColumn.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColumn.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColumn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColumn.Font = new System.Drawing.Font("Arial", 9F);
            this.bColumn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColumn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColumn.Location = new System.Drawing.Point(184, 88);
            this.bColumn.Name = "bColumn";
            this.bColumn.OverriddenSize = null;
            this.bColumn.Size = new System.Drawing.Size(32, 21);
            this.bColumn.TabIndex = 2;
            this.bColumn.Text = ">";
            this.bColumn.UseVisualStyleBackColor = true;
            this.bColumn.Click += new System.EventHandler(this.bColumn_Click);
            // 
            // bRowSelect
            // 
            this.bRowSelect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRowSelect.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRowSelect.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRowSelect.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRowSelect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRowSelect.Font = new System.Drawing.Font("Arial", 9F);
            this.bRowSelect.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRowSelect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRowSelect.Location = new System.Drawing.Point(184, 216);
            this.bRowSelect.Name = "bRowSelect";
            this.bRowSelect.OverriddenSize = null;
            this.bRowSelect.Size = new System.Drawing.Size(32, 21);
            this.bRowSelect.TabIndex = 7;
            this.bRowSelect.Text = ">";
            this.bRowSelect.UseVisualStyleBackColor = true;
            this.bRowSelect.Click += new System.EventHandler(this.bRow_Click);
            // 
            // lbMatrixRows
            // 
            this.lbMatrixRows.Location = new System.Drawing.Point(232, 208);
            this.lbMatrixRows.Name = "lbMatrixRows";
            this.lbMatrixRows.Size = new System.Drawing.Size(152, 94);
            this.lbMatrixRows.TabIndex = 8;
            // 
            // bColumnDelete
            // 
            this.bColumnDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bColumnDelete.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bColumnDelete.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bColumnDelete.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bColumnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bColumnDelete.Font = new System.Drawing.Font("Arial", 9F);
            this.bColumnDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bColumnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bColumnDelete.Location = new System.Drawing.Point(392, 144);
            this.bColumnDelete.Name = "bColumnDelete";
            this.bColumnDelete.OverriddenSize = null;
            this.bColumnDelete.Size = new System.Drawing.Size(48, 21);
            this.bColumnDelete.TabIndex = 6;
            this.bColumnDelete.Text = "Delete";
            this.bColumnDelete.UseVisualStyleBackColor = true;
            this.bColumnDelete.Click += new System.EventHandler(this.bColumnDelete_Click);
            // 
            // bRowDelete
            // 
            this.bRowDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRowDelete.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRowDelete.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRowDelete.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRowDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRowDelete.Font = new System.Drawing.Font("Arial", 9F);
            this.bRowDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRowDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRowDelete.Location = new System.Drawing.Point(392, 272);
            this.bRowDelete.Name = "bRowDelete";
            this.bRowDelete.OverriddenSize = null;
            this.bRowDelete.Size = new System.Drawing.Size(48, 21);
            this.bRowDelete.TabIndex = 11;
            this.bRowDelete.Text = "Delete";
            this.bRowDelete.UseVisualStyleBackColor = true;
            this.bRowDelete.Click += new System.EventHandler(this.bRowDelete_Click);
            // 
            // bRowDown
            // 
            this.bRowDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRowDown.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRowDown.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRowDown.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRowDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRowDown.Font = new System.Drawing.Font("Arial", 9F);
            this.bRowDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRowDown.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRowDown.Location = new System.Drawing.Point(392, 240);
            this.bRowDown.Name = "bRowDown";
            this.bRowDown.OverriddenSize = null;
            this.bRowDown.Size = new System.Drawing.Size(48, 21);
            this.bRowDown.TabIndex = 10;
            this.bRowDown.Text = "Down";
            this.bRowDown.UseVisualStyleBackColor = true;
            this.bRowDown.Click += new System.EventHandler(this.bRowDown_Click);
            // 
            // bRowUp
            // 
            this.bRowUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            this.bRowUp.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
            this.bRowUp.BackFillMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.bRowUp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
            this.bRowUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.bRowUp.Font = new System.Drawing.Font("Arial", 9F);
            this.bRowUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.bRowUp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.bRowUp.Location = new System.Drawing.Point(392, 208);
            this.bRowUp.Name = "bRowUp";
            this.bRowUp.OverriddenSize = null;
            this.bRowUp.Size = new System.Drawing.Size(48, 21);
            this.bRowUp.TabIndex = 9;
            this.bRowUp.Text = "Up";
            this.bRowUp.UseVisualStyleBackColor = true;
            this.bRowUp.Click += new System.EventHandler(this.bRowUp_Click);
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(224, 184);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(184, 23);
            this.label4.TabIndex = 31;
            this.label4.Text = "Matrix Rows (check to subtotal)";
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(16, 320);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(120, 23);
            this.label5.TabIndex = 32;
            this.label5.Text = "Matrix Cell Expression";
            // 
            // cbMatrixCell
            // 
            this.cbMatrixCell.AutoAdjustItemHeight = false;
            this.cbMatrixCell.BorderColor = System.Drawing.Color.LightGray;
            this.cbMatrixCell.ConvertEnterToTabForDialogs = false;
            this.cbMatrixCell.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.cbMatrixCell.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cbMatrixCell.Location = new System.Drawing.Point(16, 336);
            this.cbMatrixCell.Name = "cbMatrixCell";
            this.cbMatrixCell.SeparatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
            this.cbMatrixCell.SeparatorMargin = 1;
            this.cbMatrixCell.SeparatorStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this.cbMatrixCell.SeparatorWidth = 1;
            this.cbMatrixCell.Size = new System.Drawing.Size(368, 21);
            this.cbMatrixCell.TabIndex = 12;
            this.cbMatrixCell.Enter += new System.EventHandler(this.cbMatrixCell_Enter);
            this.cbMatrixCell.TextChanged += new System.EventHandler(this.cbMatrixCell_TextChanged);
            // 
            // DialogNewMatrix
            // 
            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, 400);
            this.Controls.Add(this.cbMatrixCell);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.bRowDelete);
            this.Controls.Add(this.bRowDown);
            this.Controls.Add(this.bRowUp);
            this.Controls.Add(this.bColumnDelete);
            this.Controls.Add(this.lbMatrixRows);
            this.Controls.Add(this.bRowSelect);
            this.Controls.Add(this.bColumn);
            this.Controls.Add(this.bColumnDown);
            this.Controls.Add(this.bColumnUp);
            this.Controls.Add(this.lbMatrixColumns);
            this.Controls.Add(this.lbFields);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.cbDataSets);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.bCancel);
            this.Controls.Add(this.bOK);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DialogNewMatrix";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "New Matrix";
            this.ResumeLayout(false);

		}
예제 #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.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);
 }
예제 #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.label1    = new System.Windows.Forms.Label();
     this.cbMagnify = new Oranikle.Studio.Controls.StyledComboBox();
     this.bOK       = new Oranikle.Studio.Controls.StyledButton();
     this.bCancel   = new Oranikle.Studio.Controls.StyledButton();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 23);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Magnification";
     //
     // cbMagnify
     //
     this.cbMagnify.Items.AddRange(new object[] {
         "800%",
         "400%",
         "200%",
         "150%",
         "125%",
         "100%",
         "50%",
         "25%",
         "Fit Page",
         "Actual Size",
         "Fit Width"
     });
     this.cbMagnify.Location = new System.Drawing.Point(96, 16);
     this.cbMagnify.Name     = "cbMagnify";
     this.cbMagnify.Size     = new System.Drawing.Size(120, 21);
     this.cbMagnify.TabIndex = 2;
     //
     // 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(24, 64);
     this.bOK.Name                    = "bOK";
     this.bOK.OverriddenSize          = null;
     this.bOK.Size                    = new System.Drawing.Size(75, 23);
     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.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(136, 64);
     this.bCancel.Name                    = "bCancel";
     this.bCancel.OverriddenSize          = null;
     this.bCancel.Size                    = new System.Drawing.Size(75, 23);
     this.bCancel.TabIndex                = 0;
     this.bCancel.Text                    = "Cancel";
     this.bCancel.UseVisualStyleBackColor = true;
     this.bCancel.Click                  += new System.EventHandler(this.bCancel_Click);
     //
     // ZoomTo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(241)))), ((int)(((byte)(249)))));
     this.ClientSize        = new System.Drawing.Size(248, 102);
     this.Controls.Add(this.bCancel);
     this.Controls.Add(this.bOK);
     this.Controls.Add(this.cbMagnify);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ZoomTo";
     this.ShowInTaskbar   = false;
     this.Text            = "Zoom To";
     this.ResumeLayout(false);
 }