예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DbTreeView));
     this.panelTop              = new System.Windows.Forms.Panel();
     this.panel2                = new System.Windows.Forms.Panel();
     this.panel3                = new System.Windows.Forms.Panel();
     this.paneCaption1          = new CslaGenerator.Controls.PaneCaption();
     this.panelBottom           = new System.Windows.Forms.Panel();
     this.panelTrim             = new System.Windows.Forms.Panel();
     this.panel4                = new System.Windows.Forms.Panel();
     this.panelBody             = new System.Windows.Forms.Panel();
     this.propertyGridDbObjects = new System.Windows.Forms.PropertyGrid();
     this.splitMiddle           = new System.Windows.Forms.Splitter();
     this.treeViewSchema        = new System.Windows.Forms.TreeView();
     this.schemaImages          = new System.Windows.Forms.ImageList(this.components);
     this.panelTop.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panelBottom.SuspendLayout();
     this.panelTrim.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panelBody.SuspendLayout();
     this.SuspendLayout();
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.panel2);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 0);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Padding  = new System.Windows.Forms.Padding(3);
     this.panelTop.Size     = new System.Drawing.Size(264, 32);
     this.panelTop.TabIndex = 12;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Padding  = new System.Windows.Forms.Padding(1);
     this.panel2.Size     = new System.Drawing.Size(258, 26);
     this.panel2.TabIndex = 13;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.SystemColors.Control;
     this.panel3.Controls.Add(this.paneCaption1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(1, 1);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(3);
     this.panel3.Size     = new System.Drawing.Size(256, 24);
     this.panel3.TabIndex = 13;
     //
     // paneCaption1
     //
     this.paneCaption1.AllowActive = false;
     this.paneCaption1.AntiAlias   = false;
     this.paneCaption1.Caption     = "Schema Objects";
     this.paneCaption1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.paneCaption1.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.paneCaption1.InactiveGradientHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(184)))), ((int)(((byte)(245)))));
     this.paneCaption1.InactiveGradientLowColor  = System.Drawing.Color.White;
     this.paneCaption1.Location = new System.Drawing.Point(3, 3);
     this.paneCaption1.Name     = "paneCaption1";
     this.paneCaption1.Size     = new System.Drawing.Size(250, 18);
     this.paneCaption1.TabIndex = 11;
     //
     // panelBottom
     //
     this.panelBottom.Controls.Add(this.panelTrim);
     this.panelBottom.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelBottom.Location = new System.Drawing.Point(0, 32);
     this.panelBottom.Name     = "panelBottom";
     this.panelBottom.Padding  = new System.Windows.Forms.Padding(3, 1, 3, 3);
     this.panelBottom.Size     = new System.Drawing.Size(264, 384);
     this.panelBottom.TabIndex = 13;
     //
     // panelTrim
     //
     this.panelTrim.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panelTrim.Controls.Add(this.panel4);
     this.panelTrim.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelTrim.Location = new System.Drawing.Point(3, 1);
     this.panelTrim.Name     = "panelTrim";
     this.panelTrim.Padding  = new System.Windows.Forms.Padding(1);
     this.panelTrim.Size     = new System.Drawing.Size(258, 380);
     this.panelTrim.TabIndex = 10;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.SystemColors.Control;
     this.panel4.Controls.Add(this.panelBody);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(1, 1);
     this.panel4.Name     = "panel4";
     this.panel4.Padding  = new System.Windows.Forms.Padding(3);
     this.panel4.Size     = new System.Drawing.Size(256, 378);
     this.panel4.TabIndex = 11;
     //
     // panelBody
     //
     this.panelBody.BackColor = System.Drawing.SystemColors.Control;
     this.panelBody.Controls.Add(this.propertyGridDbObjects);
     this.panelBody.Controls.Add(this.splitMiddle);
     this.panelBody.Controls.Add(this.treeViewSchema);
     this.panelBody.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelBody.Location = new System.Drawing.Point(3, 3);
     this.panelBody.Name     = "panelBody";
     this.panelBody.Padding  = new System.Windows.Forms.Padding(2);
     this.panelBody.Size     = new System.Drawing.Size(250, 372);
     this.panelBody.TabIndex = 11;
     //
     // pgdDbObjects
     //
     this.propertyGridDbObjects.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.propertyGridDbObjects.HelpVisible  = false;
     this.propertyGridDbObjects.LineColor    = System.Drawing.SystemColors.ScrollBar;
     this.propertyGridDbObjects.Location     = new System.Drawing.Point(2, 221);
     this.propertyGridDbObjects.Name         = "pgdDbObjects";
     this.propertyGridDbObjects.Size         = new System.Drawing.Size(246, 149);
     this.propertyGridDbObjects.PropertySort = PropertySort.NoSort;
     this.propertyGridDbObjects.TabIndex     = 5;
     //
     // splitMiddle
     //
     this.splitMiddle.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitMiddle.Location = new System.Drawing.Point(2, 216);
     this.splitMiddle.Name     = "splitMiddle";
     this.splitMiddle.Size     = new System.Drawing.Size(246, 5);
     this.splitMiddle.TabIndex = 6;
     this.splitMiddle.TabStop  = false;
     //
     // treeViewSchema
     //
     this.treeViewSchema.Dock          = System.Windows.Forms.DockStyle.Top;
     this.treeViewSchema.HideSelection = false;
     this.treeViewSchema.Location      = new System.Drawing.Point(2, 2);
     this.treeViewSchema.Name          = "treeViewSchema";
     this.treeViewSchema.Size          = new System.Drawing.Size(246, 214);
     this.treeViewSchema.TabIndex      = 7;
     this.treeViewSchema.ControlAdded += new System.Windows.Forms.ControlEventHandler(this.treeViewSchema_ControlAdded);
     this.treeViewSchema.MouseUp      += new System.Windows.Forms.MouseEventHandler(this.treeViewSchema_MouseUp);
     this.treeViewSchema.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.treeViewSchema_AfterSelect);
     //
     // schemaImages
     //
     this.schemaImages.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("schemaImages.ImageStream")));
     this.schemaImages.TransparentColor = System.Drawing.Color.Black;
     this.schemaImages.Images.SetKeyName(0, "0db.png");
     this.schemaImages.Images.SetKeyName(1, "1.png");
     this.schemaImages.Images.SetKeyName(2, "2.png");
     this.schemaImages.Images.SetKeyName(3, "3.png");
     this.schemaImages.Images.SetKeyName(4, "4.png");
     this.schemaImages.Images.SetKeyName(5, "5.png");
     this.schemaImages.Images.SetKeyName(6, "6.png");
     this.schemaImages.Images.SetKeyName(7, "7.png");
     this.schemaImages.Images.SetKeyName(8, "8.png");
     this.schemaImages.Images.SetKeyName(9, "9.png");
     this.schemaImages.Images.SetKeyName(10, "field.png");
     //
     // DbTreeView
     //
     this.Controls.Add(this.panelBottom);
     this.Controls.Add(this.panelTop);
     this.Name  = "DbTreeView";
     this.Size  = new System.Drawing.Size(264, 416);
     this.Load += new System.EventHandler(this.DbTreeView_Load);
     this.panelTop.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panelBottom.ResumeLayout(false);
     this.panelTrim.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panelBody.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #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._panelTop     = new System.Windows.Forms.Panel();
     this._panel2       = new System.Windows.Forms.Panel();
     this._panel3       = new System.Windows.Forms.Panel();
     this._paneCaption1 = new CslaGenerator.Controls.PaneCaption();
     this._panelBottom  = new System.Windows.Forms.Panel();
     this._panelTrim    = new System.Windows.Forms.Panel();
     this._panel4       = new System.Windows.Forms.Panel();
     this._panelBody    = new System.Windows.Forms.Panel();
     this._pgdColumn    = new System.Windows.Forms.PropertyGrid();
     this._splitter1    = new System.Windows.Forms.Splitter();
     this._lstColumns   = new System.Windows.Forms.ListBox();
     this._panelTop.SuspendLayout();
     this._panel2.SuspendLayout();
     this._panel3.SuspendLayout();
     this._panelBottom.SuspendLayout();
     this._panelTrim.SuspendLayout();
     this._panel4.SuspendLayout();
     this._panelBody.SuspendLayout();
     this.SuspendLayout();
     //
     // panelTop
     //
     this._panelTop.Controls.Add(this._panel2);
     this._panelTop.Dock            = System.Windows.Forms.DockStyle.Top;
     this._panelTop.DockPadding.All = 3;
     this._panelTop.Location        = new System.Drawing.Point(0, 0);
     this._panelTop.Name            = "_panelTop";
     this._panelTop.Size            = new System.Drawing.Size(288, 32);
     this._panelTop.TabIndex        = 11;
     //
     // panel2
     //
     this._panel2.BackColor = System.Drawing.SystemColors.ControlDark;
     this._panel2.Controls.Add(this._panel3);
     this._panel2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this._panel2.DockPadding.All = 1;
     this._panel2.Location        = new System.Drawing.Point(3, 3);
     this._panel2.Name            = "_panel2";
     this._panel2.Size            = new System.Drawing.Size(282, 26);
     this._panel2.TabIndex        = 13;
     //
     // panel3
     //
     this._panel3.BackColor = System.Drawing.SystemColors.Control;
     this._panel3.Controls.Add(this._paneCaption1);
     this._panel3.Dock            = System.Windows.Forms.DockStyle.Fill;
     this._panel3.DockPadding.All = 3;
     this._panel3.Location        = new System.Drawing.Point(1, 1);
     this._panel3.Name            = "_panel3";
     this._panel3.Size            = new System.Drawing.Size(280, 24);
     this._panel3.TabIndex        = 13;
     //
     // paneCaption1
     //
     this._paneCaption1.AllowActive = false;
     this._paneCaption1.AntiAlias   = false;
     this._paneCaption1.Caption     = "Columns";
     this._paneCaption1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this._paneCaption1.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this._paneCaption1.InactiveGradientHighColor = System.Drawing.Color.FromArgb(((System.Byte)(149)), ((System.Byte)(184)), ((System.Byte)(245)));
     this._paneCaption1.InactiveGradientLowColor  = System.Drawing.Color.White;
     this._paneCaption1.Location = new System.Drawing.Point(3, 3);
     this._paneCaption1.Name     = "_paneCaption1";
     this._paneCaption1.Size     = new System.Drawing.Size(274, 18);
     this._paneCaption1.TabIndex = 11;
     //
     // panelBottom
     //
     this._panelBottom.Controls.Add(this._panelTrim);
     this._panelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
     this._panelBottom.DockPadding.Bottom = 3;
     this._panelBottom.DockPadding.Left   = 3;
     this._panelBottom.DockPadding.Right  = 3;
     this._panelBottom.DockPadding.Top    = 1;
     this._panelBottom.Location           = new System.Drawing.Point(0, 32);
     this._panelBottom.Name     = "_panelBottom";
     this._panelBottom.Size     = new System.Drawing.Size(288, 448);
     this._panelBottom.TabIndex = 12;
     //
     // panelTrim
     //
     this._panelTrim.BackColor = System.Drawing.SystemColors.ControlDark;
     this._panelTrim.Controls.Add(this._panel4);
     this._panelTrim.Dock            = System.Windows.Forms.DockStyle.Fill;
     this._panelTrim.DockPadding.All = 1;
     this._panelTrim.Location        = new System.Drawing.Point(3, 1);
     this._panelTrim.Name            = "_panelTrim";
     this._panelTrim.Size            = new System.Drawing.Size(282, 444);
     this._panelTrim.TabIndex        = 10;
     //
     // panel4
     //
     this._panel4.BackColor = System.Drawing.SystemColors.Control;
     this._panel4.Controls.Add(this._panelBody);
     this._panel4.Dock            = System.Windows.Forms.DockStyle.Fill;
     this._panel4.DockPadding.All = 3;
     this._panel4.Location        = new System.Drawing.Point(1, 1);
     this._panel4.Name            = "_panel4";
     this._panel4.Size            = new System.Drawing.Size(280, 442);
     this._panel4.TabIndex        = 11;
     //
     // panelBody
     //
     this._panelBody.BackColor = System.Drawing.SystemColors.Control;
     this._panelBody.Controls.Add(this._pgdColumn);
     this._panelBody.Controls.Add(this._splitter1);
     this._panelBody.Controls.Add(this._lstColumns);
     this._panelBody.Dock            = System.Windows.Forms.DockStyle.Fill;
     this._panelBody.DockPadding.All = 2;
     this._panelBody.Location        = new System.Drawing.Point(3, 3);
     this._panelBody.Name            = "_panelBody";
     this._panelBody.Size            = new System.Drawing.Size(274, 436);
     this._panelBody.TabIndex        = 11;
     //
     // pgdColumn
     //
     this._pgdColumn.CommandsVisibleIfAvailable = true;
     this._pgdColumn.Dock          = System.Windows.Forms.DockStyle.Fill;
     this._pgdColumn.HelpVisible   = false;
     this._pgdColumn.LargeButtons  = false;
     this._pgdColumn.LineColor     = System.Drawing.SystemColors.ScrollBar;
     this._pgdColumn.Location      = new System.Drawing.Point(2, 227);
     this._pgdColumn.Name          = "_pgdColumn";
     this._pgdColumn.Size          = new System.Drawing.Size(270, 207);
     this._pgdColumn.PropertySort  = PropertySort.NoSort;
     this._pgdColumn.TabIndex      = 5;
     this._pgdColumn.Text          = "propertyGrid1";
     this._pgdColumn.ViewBackColor = System.Drawing.SystemColors.Window;
     this._pgdColumn.ViewForeColor = System.Drawing.SystemColors.WindowText;
     //
     // splitter1
     //
     this._splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this._splitter1.Location = new System.Drawing.Point(2, 222);
     this._splitter1.Name     = "_splitter1";
     this._splitter1.Size     = new System.Drawing.Size(270, 5);
     this._splitter1.TabIndex = 6;
     this._splitter1.TabStop  = false;
     //
     // lstColumns
     //
     this._lstColumns.DisplayMember  = "ColumnName";
     this._lstColumns.Dock           = System.Windows.Forms.DockStyle.Top;
     this._lstColumns.IntegralHeight = false;
     this._lstColumns.Location       = new System.Drawing.Point(2, 2);
     this._lstColumns.Name           = "_lstColumns";
     this._lstColumns.SelectionMode  = System.Windows.Forms.SelectionMode.MultiSimple;
     this._lstColumns.Size           = new System.Drawing.Size(270, 220);
     this._lstColumns.TabIndex       = 7;
     this._lstColumns.ValueMember    = "key";
     this._lstColumns.MouseUp       += new System.Windows.Forms.MouseEventHandler(this.lstColumns_MouseUp);
     //
     // DbColumns
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this._panelBottom);
     this.Controls.Add(this._panelTop);
     this.Name  = "DbColumns";
     this.Size  = new System.Drawing.Size(288, 480);
     this.Load += new System.EventHandler(this.DbColumns_Load);
     this._panelTop.ResumeLayout(false);
     this._panel2.ResumeLayout(false);
     this._panel3.ResumeLayout(false);
     this._panelBottom.ResumeLayout(false);
     this._panelTrim.ResumeLayout(false);
     this._panel4.ResumeLayout(false);
     this._panelBody.ResumeLayout(false);
     this.ResumeLayout(false);
 }