/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DatAdmin.GenericDialect genericDialect1 = new DatAdmin.GenericDialect();
     this.codeEditor1 = new DatAdmin.CodeEditor();
     this.SuspendLayout();
     //
     // codeEditor1
     //
     this.codeEditor1.Dialect  = genericDialect1;
     this.codeEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.codeEditor1.Font     = new System.Drawing.Font("Courier New", 9F);
     this.codeEditor1.Language = DatAdmin.CodeLanguage.None;
     this.codeEditor1.Location = new System.Drawing.Point(0, 0);
     this.codeEditor1.Modified = false;
     this.codeEditor1.Name     = "codeEditor1";
     this.codeEditor1.ReadOnly = true;
     this.codeEditor1.Size     = new System.Drawing.Size(270, 276);
     this.codeEditor1.TabIndex = 0;
     //
     // SyntaxObjectViewFrame
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.codeEditor1);
     this.Name = "SyntaxObjectViewFrame";
     this.Size = new System.Drawing.Size(270, 276);
     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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TableEditFrame));
     DatAdmin.GenericDialect genericDialect1 = new DatAdmin.GenericDialect();
     this.splitContainer1     = new DatAdmin.SplitContainerEx();
     this.tabControl1         = new System.Windows.Forms.TabControl();
     this.tabColumns          = new System.Windows.Forms.TabPage();
     this.columnsGrid         = new DatAdmin.DataGridViewEx();
     this.FieldName           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DataType            = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.IsNullable          = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.IsPk                = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colLength           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IsAutoInc           = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.References          = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.tabIndexesKeys      = new System.Windows.Forms.TabPage();
     this.indexGrid           = new DatAdmin.DataGridViewEx();
     this.s_name              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.s_type              = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.s_columns           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel3              = new System.Windows.Forms.Panel();
     this.lbixaddcols         = new System.Windows.Forms.ComboBox();
     this.btnAddIndexCol      = new System.Windows.Forms.Button();
     this.btnDeleteIndexCol   = new System.Windows.Forms.Button();
     this.lbixcols            = new System.Windows.Forms.ListBox();
     this.tabRelations        = new System.Windows.Forms.TabPage();
     this.fkGrid              = new DatAdmin.DataGridViewEx();
     this.Column1             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel5              = new System.Windows.Forms.Panel();
     this.btnRemoveFkCol      = new System.Windows.Forms.Button();
     this.btnAddFkCol         = new System.Windows.Forms.Button();
     this.fkcolsPanel         = new System.Windows.Forms.Panel();
     this.pktablename         = new System.Windows.Forms.ComboBox();
     this.fktablename         = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.tabCheckConstraints = new System.Windows.Forms.TabPage();
     this.checkGrid           = new DatAdmin.DataGridViewEx();
     this.Column5             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabTableProps       = new System.Windows.Forms.TabPage();
     this.propertyFrame2      = new DatAdmin.PropertyFrame();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.tabControl2         = new System.Windows.Forms.TabControl();
     this.tabPage3            = new System.Windows.Forms.TabPage();
     this.propertyFrame1      = new DatAdmin.PropertyFrame();
     this.tabSql              = new System.Windows.Forms.TabPage();
     this.tbxAlterSql         = new DatAdmin.CodeEditor();
     this.toolStrip2          = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2    = new System.Windows.Forms.ToolStripButton();
     this.tabPage1            = new System.Windows.Forms.TabPage();
     this.messageLogFrame1    = new DatAdmin.MessageLogFrame();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.btnRefresh          = new System.Windows.Forms.ToolStripButton();
     this.btnAdd              = new System.Windows.Forms.ToolStripButton();
     this.btnRemove           = new System.Windows.Forms.ToolStripButton();
     this.btnMoveUp           = new System.Windows.Forms.ToolStripButton();
     this.btnMoveDown         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.rbowned             = new System.Windows.Forms.ToolStripButton();
     this.rbreferenced        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnAllowRecreate    = new System.Windows.Forms.ToolStripButton();
     this.btnOnlineHelp       = new System.Windows.Forms.ToolStripDropDownButton();
     this.btnSave             = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabColumns.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.columnsGrid)).BeginInit();
     this.tabIndexesKeys.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.indexGrid)).BeginInit();
     this.panel3.SuspendLayout();
     this.tabRelations.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fkGrid)).BeginInit();
     this.panel5.SuspendLayout();
     this.tabCheckConstraints.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkGrid)).BeginInit();
     this.tabTableProps.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabSql.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location       = new System.Drawing.Point(0, 25);
     this.splitContainer1.MoreFixedPanel = DatAdmin.SplitContainerEx.PanelType.First;
     this.splitContainer1.Name           = "splitContainer1";
     this.splitContainer1.Orientation    = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tabControl1);
     this.splitContainer1.Panel1DynamicCollapsed = false;
     this.splitContainer1.Panel1MinDynamicSize   = 0;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl2);
     this.splitContainer1.Panel2DynamicCollapsed = false;
     this.splitContainer1.Panel2MinDynamicSize   = 0;
     this.splitContainer1.Size             = new System.Drawing.Size(738, 433);
     this.splitContainer1.SplitterDistance = 205;
     this.splitContainer1.SplitterWidth    = 6;
     this.splitContainer1.TabIndex         = 0;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabColumns);
     this.tabControl1.Controls.Add(this.tabIndexesKeys);
     this.tabControl1.Controls.Add(this.tabRelations);
     this.tabControl1.Controls.Add(this.tabCheckConstraints);
     this.tabControl1.Controls.Add(this.tabTableProps);
     this.tabControl1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.ImageList             = this.imageList1;
     this.tabControl1.Location              = new System.Drawing.Point(0, 0);
     this.tabControl1.Name                  = "tabControl1";
     this.tabControl1.SelectedIndex         = 0;
     this.tabControl1.Size                  = new System.Drawing.Size(738, 205);
     this.tabControl1.TabIndex              = 0;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabColumns
     //
     this.tabColumns.Controls.Add(this.columnsGrid);
     this.tabColumns.ImageIndex = 2;
     this.tabColumns.Location   = new System.Drawing.Point(4, 23);
     this.tabColumns.Name       = "tabColumns";
     this.tabColumns.Padding    = new System.Windows.Forms.Padding(3);
     this.tabColumns.Size       = new System.Drawing.Size(730, 178);
     this.tabColumns.TabIndex   = 0;
     this.tabColumns.Text       = "s_columns";
     this.tabColumns.UseVisualStyleBackColor = true;
     //
     // columnsGrid
     //
     this.columnsGrid.AllowUserToAddRows          = false;
     this.columnsGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.columnsGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.FieldName,
         this.DataType,
         this.IsNullable,
         this.IsPk,
         this.colLength,
         this.IsAutoInc,
         this.References
     });
     this.columnsGrid.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.columnsGrid.Location          = new System.Drawing.Point(3, 3);
     this.columnsGrid.Name              = "columnsGrid";
     this.columnsGrid.Size              = new System.Drawing.Size(724, 172);
     this.columnsGrid.TabIndex          = 0;
     this.columnsGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.columnsGrid_CellValueChanged);
     this.columnsGrid.UserDeletingRow  += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.columnsGrid_UserDeletingRow);
     this.columnsGrid.CellBeginEdit    += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.columnsGrid_CellBeginEdit);
     this.columnsGrid.RowEnter         += new System.Windows.Forms.DataGridViewCellEventHandler(this.columnsGrid_RowEnter);
     this.columnsGrid.DataError        += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.columnsGrid_DataError);
     //
     // FieldName
     //
     this.FieldName.HeaderText = "s_name";
     this.FieldName.Name       = "FieldName";
     //
     // DataType
     //
     this.DataType.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
     this.DataType.HeaderText   = "s_type";
     this.DataType.Name         = "DataType";
     this.DataType.Resizable    = System.Windows.Forms.DataGridViewTriState.True;
     //
     // IsNullable
     //
     this.IsNullable.HeaderText = "s_nullable";
     this.IsNullable.Name       = "IsNullable";
     //
     // IsPk
     //
     this.IsPk.HeaderText = "s_primary_key";
     this.IsPk.Name       = "IsPk";
     //
     // colLength
     //
     this.colLength.HeaderText = "s_length";
     this.colLength.Name       = "colLength";
     //
     // IsAutoInc
     //
     this.IsAutoInc.HeaderText = "s_autoincrement";
     this.IsAutoInc.Name       = "IsAutoInc";
     //
     // References
     //
     this.References.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
     this.References.HeaderText   = "s_references";
     this.References.Name         = "References";
     //
     // tabIndexesKeys
     //
     this.tabIndexesKeys.Controls.Add(this.indexGrid);
     this.tabIndexesKeys.Controls.Add(this.panel3);
     this.tabIndexesKeys.ImageIndex = 3;
     this.tabIndexesKeys.Location   = new System.Drawing.Point(4, 23);
     this.tabIndexesKeys.Name       = "tabIndexesKeys";
     this.tabIndexesKeys.Padding    = new System.Windows.Forms.Padding(3);
     this.tabIndexesKeys.Size       = new System.Drawing.Size(730, 178);
     this.tabIndexesKeys.TabIndex   = 1;
     this.tabIndexesKeys.Text       = "s_indexes_keys";
     this.tabIndexesKeys.UseVisualStyleBackColor = true;
     //
     // indexGrid
     //
     this.indexGrid.AllowUserToAddRows          = false;
     this.indexGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.indexGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.s_name,
         this.s_type,
         this.s_columns
     });
     this.indexGrid.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.indexGrid.Location          = new System.Drawing.Point(3, 3);
     this.indexGrid.Name              = "indexGrid";
     this.indexGrid.Size              = new System.Drawing.Size(558, 172);
     this.indexGrid.TabIndex          = 0;
     this.indexGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.indexGrid_CellValueChanged);
     this.indexGrid.UserDeletingRow  += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.indexGrid_UserDeletingRow);
     this.indexGrid.CellBeginEdit    += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.indexGrid_CellBeginEdit);
     this.indexGrid.RowEnter         += new System.Windows.Forms.DataGridViewCellEventHandler(this.indexGrid_RowEnter);
     this.indexGrid.DataError        += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.indexGrid_DataError);
     //
     // s_name
     //
     this.s_name.HeaderText = "s_name";
     this.s_name.Name       = "s_name";
     //
     // s_type
     //
     this.s_type.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
     this.s_type.HeaderText   = "s_type";
     this.s_type.Name         = "s_type";
     //
     // s_columns
     //
     this.s_columns.HeaderText = "s_columns";
     this.s_columns.Name       = "s_columns";
     this.s_columns.ReadOnly   = true;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.lbixaddcols);
     this.panel3.Controls.Add(this.btnAddIndexCol);
     this.panel3.Controls.Add(this.btnDeleteIndexCol);
     this.panel3.Controls.Add(this.lbixcols);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel3.Location = new System.Drawing.Point(561, 3);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(166, 172);
     this.panel3.TabIndex = 3;
     //
     // lbixaddcols
     //
     this.lbixaddcols.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.lbixaddcols.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lbixaddcols.FormattingEnabled = true;
     this.lbixaddcols.Location          = new System.Drawing.Point(87, 141);
     this.lbixaddcols.Name     = "lbixaddcols";
     this.lbixaddcols.Size     = new System.Drawing.Size(76, 21);
     this.lbixaddcols.TabIndex = 3;
     //
     // btnAddIndexCol
     //
     this.btnAddIndexCol.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAddIndexCol.Location = new System.Drawing.Point(6, 139);
     this.btnAddIndexCol.Name     = "btnAddIndexCol";
     this.btnAddIndexCol.Size     = new System.Drawing.Size(75, 23);
     this.btnAddIndexCol.TabIndex = 2;
     this.btnAddIndexCol.Text     = "s_add";
     this.btnAddIndexCol.UseVisualStyleBackColor = true;
     this.btnAddIndexCol.Click += new System.EventHandler(this.button5_Click);
     //
     // btnDeleteIndexCol
     //
     this.btnDeleteIndexCol.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDeleteIndexCol.Location = new System.Drawing.Point(6, 110);
     this.btnDeleteIndexCol.Name     = "btnDeleteIndexCol";
     this.btnDeleteIndexCol.Size     = new System.Drawing.Size(75, 23);
     this.btnDeleteIndexCol.TabIndex = 1;
     this.btnDeleteIndexCol.Text     = "s_delete";
     this.btnDeleteIndexCol.UseVisualStyleBackColor = true;
     this.btnDeleteIndexCol.Click += new System.EventHandler(this.button4_Click);
     //
     // lbixcols
     //
     this.lbixcols.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.lbixcols.FormattingEnabled = true;
     this.lbixcols.Location          = new System.Drawing.Point(6, 6);
     this.lbixcols.Name     = "lbixcols";
     this.lbixcols.Size     = new System.Drawing.Size(157, 69);
     this.lbixcols.TabIndex = 0;
     //
     // tabRelations
     //
     this.tabRelations.Controls.Add(this.fkGrid);
     this.tabRelations.Controls.Add(this.panel5);
     this.tabRelations.ImageIndex = 4;
     this.tabRelations.Location   = new System.Drawing.Point(4, 23);
     this.tabRelations.Name       = "tabRelations";
     this.tabRelations.Padding    = new System.Windows.Forms.Padding(3);
     this.tabRelations.Size       = new System.Drawing.Size(730, 178);
     this.tabRelations.TabIndex   = 2;
     this.tabRelations.Text       = "s_relations";
     this.tabRelations.UseVisualStyleBackColor = true;
     //
     // fkGrid
     //
     this.fkGrid.AllowUserToAddRows          = false;
     this.fkGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.fkGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column4,
         this.Column2,
         this.Column3
     });
     this.fkGrid.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.fkGrid.Location          = new System.Drawing.Point(3, 3);
     this.fkGrid.Name              = "fkGrid";
     this.fkGrid.Size              = new System.Drawing.Size(509, 172);
     this.fkGrid.TabIndex          = 1;
     this.fkGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.fkGrid_CellValueChanged);
     this.fkGrid.UserDeletingRow  += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.fkGrid_UserDeletingRow);
     this.fkGrid.CellBeginEdit    += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.fkGrid_CellBeginEdit);
     this.fkGrid.RowEnter         += new System.Windows.Forms.DataGridViewCellEventHandler(this.fkgrid_RowEnter);
     //
     // Column1
     //
     this.Column1.HeaderText = "s_name";
     this.Column1.Name       = "Column1";
     //
     // Column4
     //
     this.Column4.HeaderText = "s_source_table";
     this.Column4.Name       = "Column4";
     this.Column4.ReadOnly   = true;
     //
     // Column2
     //
     this.Column2.HeaderText = "s_target_table";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     //
     // Column3
     //
     this.Column3.HeaderText = "s_columns";
     this.Column3.Name       = "Column3";
     this.Column3.ReadOnly   = true;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.btnRemoveFkCol);
     this.panel5.Controls.Add(this.btnAddFkCol);
     this.panel5.Controls.Add(this.fkcolsPanel);
     this.panel5.Controls.Add(this.pktablename);
     this.panel5.Controls.Add(this.fktablename);
     this.panel5.Controls.Add(this.label2);
     this.panel5.Controls.Add(this.label1);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel5.Location = new System.Drawing.Point(512, 3);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(215, 172);
     this.panel5.TabIndex = 2;
     //
     // btnRemoveFkCol
     //
     this.btnRemoveFkCol.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnRemoveFkCol.Location = new System.Drawing.Point(87, 145);
     this.btnRemoveFkCol.Name     = "btnRemoveFkCol";
     this.btnRemoveFkCol.Size     = new System.Drawing.Size(75, 23);
     this.btnRemoveFkCol.TabIndex = 6;
     this.btnRemoveFkCol.Text     = "s_remove";
     this.btnRemoveFkCol.UseVisualStyleBackColor = true;
     this.btnRemoveFkCol.Click += new System.EventHandler(this.btnRemoveFkCol_Click);
     //
     // btnAddFkCol
     //
     this.btnAddFkCol.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAddFkCol.Location = new System.Drawing.Point(6, 146);
     this.btnAddFkCol.Name     = "btnAddFkCol";
     this.btnAddFkCol.Size     = new System.Drawing.Size(75, 23);
     this.btnAddFkCol.TabIndex = 5;
     this.btnAddFkCol.Text     = "s_add";
     this.btnAddFkCol.UseVisualStyleBackColor = true;
     this.btnAddFkCol.Click += new System.EventHandler(this.btnAddFkCol_Click);
     //
     // fkcolsPanel
     //
     this.fkcolsPanel.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.fkcolsPanel.AutoScroll = true;
     this.fkcolsPanel.Location   = new System.Drawing.Point(6, 46);
     this.fkcolsPanel.Name       = "fkcolsPanel";
     this.fkcolsPanel.Size       = new System.Drawing.Size(205, 93);
     this.fkcolsPanel.TabIndex   = 4;
     //
     // pktablename
     //
     this.pktablename.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.pktablename.FormattingEnabled = true;
     this.pktablename.Location          = new System.Drawing.Point(111, 19);
     this.pktablename.Name                  = "pktablename";
     this.pktablename.Size                  = new System.Drawing.Size(100, 21);
     this.pktablename.TabIndex              = 3;
     this.pktablename.SelectedIndexChanged += new System.EventHandler(this.pktablename_SelectedIndexChanged);
     //
     // fktablename
     //
     this.fktablename.Location = new System.Drawing.Point(6, 19);
     this.fktablename.Name     = "fktablename";
     this.fktablename.ReadOnly = true;
     this.fktablename.Size     = new System.Drawing.Size(99, 20);
     this.fktablename.TabIndex = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(102, 13);
     this.label2.TabIndex = 1;
     this.label2.Text     = "s_foreign_key_table";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(109, 3);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(103, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "s_primary_key_table";
     //
     // tabCheckConstraints
     //
     this.tabCheckConstraints.Controls.Add(this.checkGrid);
     this.tabCheckConstraints.ImageIndex = 5;
     this.tabCheckConstraints.Location   = new System.Drawing.Point(4, 23);
     this.tabCheckConstraints.Name       = "tabCheckConstraints";
     this.tabCheckConstraints.Padding    = new System.Windows.Forms.Padding(3);
     this.tabCheckConstraints.Size       = new System.Drawing.Size(730, 178);
     this.tabCheckConstraints.TabIndex   = 3;
     this.tabCheckConstraints.Text       = "s_check_constraints";
     this.tabCheckConstraints.UseVisualStyleBackColor = true;
     //
     // checkGrid
     //
     this.checkGrid.AllowUserToAddRows          = false;
     this.checkGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.checkGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column5,
         this.Column6
     });
     this.checkGrid.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.checkGrid.Location          = new System.Drawing.Point(3, 3);
     this.checkGrid.Name              = "checkGrid";
     this.checkGrid.Size              = new System.Drawing.Size(724, 172);
     this.checkGrid.TabIndex          = 0;
     this.checkGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.checkGrid_CellValueChanged);
     this.checkGrid.UserDeletingRow  += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.checkGrid_UserDeletingRow);
     this.checkGrid.CellBeginEdit    += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.checkGrid_CellBeginEdit);
     this.checkGrid.RowEnter         += new System.Windows.Forms.DataGridViewCellEventHandler(this.checkGrid_RowEnter);
     //
     // Column5
     //
     this.Column5.HeaderText = "s_name";
     this.Column5.Name       = "Column5";
     //
     // Column6
     //
     this.Column6.HeaderText = "s_expression";
     this.Column6.Name       = "Column6";
     this.Column6.Width      = 300;
     //
     // tabTableProps
     //
     this.tabTableProps.Controls.Add(this.propertyFrame2);
     this.tabTableProps.ImageIndex = 0;
     this.tabTableProps.Location   = new System.Drawing.Point(4, 23);
     this.tabTableProps.Name       = "tabTableProps";
     this.tabTableProps.Padding    = new System.Windows.Forms.Padding(3);
     this.tabTableProps.Size       = new System.Drawing.Size(730, 178);
     this.tabTableProps.TabIndex   = 4;
     this.tabTableProps.Text       = "s_properties";
     this.tabTableProps.UseVisualStyleBackColor = true;
     //
     // propertyFrame2
     //
     this.propertyFrame2.CacheCustomEditors = false;
     this.propertyFrame2.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.propertyFrame2.Location       = new System.Drawing.Point(3, 3);
     this.propertyFrame2.Name           = "propertyFrame2";
     this.propertyFrame2.SelectedObject = null;
     this.propertyFrame2.Size           = new System.Drawing.Size(724, 172);
     this.propertyFrame2.TabIndex       = 0;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "properties.png");
     this.imageList1.Images.SetKeyName(1, "sql.png");
     this.imageList1.Images.SetKeyName(2, "column.png");
     this.imageList1.Images.SetKeyName(3, "primary_key.png");
     this.imageList1.Images.SetKeyName(4, "foreign_key.png");
     this.imageList1.Images.SetKeyName(5, "check.png");
     this.imageList1.Images.SetKeyName(6, "info.png");
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.tabPage3);
     this.tabControl2.Controls.Add(this.tabSql);
     this.tabControl2.Controls.Add(this.tabPage1);
     this.tabControl2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl2.ImageList     = this.imageList1;
     this.tabControl2.Location      = new System.Drawing.Point(0, 0);
     this.tabControl2.Name          = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size          = new System.Drawing.Size(738, 222);
     this.tabControl2.TabIndex      = 0;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.propertyFrame1);
     this.tabPage3.ImageIndex = 0;
     this.tabPage3.Location   = new System.Drawing.Point(4, 23);
     this.tabPage3.Name       = "tabPage3";
     this.tabPage3.Padding    = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size       = new System.Drawing.Size(730, 195);
     this.tabPage3.TabIndex   = 0;
     this.tabPage3.Text       = "s_properties";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // propertyFrame1
     //
     this.propertyFrame1.CacheCustomEditors = false;
     this.propertyFrame1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.propertyFrame1.Location              = new System.Drawing.Point(3, 3);
     this.propertyFrame1.Name                  = "propertyFrame1";
     this.propertyFrame1.SelectedObject        = null;
     this.propertyFrame1.Size                  = new System.Drawing.Size(724, 189);
     this.propertyFrame1.TabIndex              = 0;
     this.propertyFrame1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyFrame1_PropertyValueChanged);
     //
     // tabSql
     //
     this.tabSql.Controls.Add(this.tbxAlterSql);
     this.tabSql.Controls.Add(this.toolStrip2);
     this.tabSql.ImageIndex = 1;
     this.tabSql.Location   = new System.Drawing.Point(4, 23);
     this.tabSql.Name       = "tabSql";
     this.tabSql.Padding    = new System.Windows.Forms.Padding(3);
     this.tabSql.Size       = new System.Drawing.Size(730, 195);
     this.tabSql.TabIndex   = 1;
     this.tabSql.Text       = "SQL";
     this.tabSql.UseVisualStyleBackColor = true;
     //
     // tbxAlterSql
     //
     this.tbxAlterSql.Connection = null;
     this.tbxAlterSql.Dialect    = genericDialect1;
     this.tbxAlterSql.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.tbxAlterSql.IsReadOnly = true;
     this.tbxAlterSql.Language   = DatAdmin.CodeLanguage.Sql;
     this.tbxAlterSql.Location   = new System.Drawing.Point(3, 28);
     this.tbxAlterSql.Modified   = true;
     this.tbxAlterSql.Name       = "tbxAlterSql";
     this.tbxAlterSql.ReadOnly   = true;
     this.tbxAlterSql.Size       = new System.Drawing.Size(724, 164);
     this.tbxAlterSql.TabIndex   = 0;
     //
     // toolStrip2
     //
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2
     });
     this.toolStrip2.Location = new System.Drawing.Point(3, 3);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(724, 25);
     this.toolStrip2.TabIndex = 1;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = global::DatAdmin.StdIcons.refresh;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text   = "s_refresh";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = global::DatAdmin.StdIcons.sql;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text   = "s_open_in_sql_window";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.messageLogFrame1);
     this.tabPage1.ImageIndex = 6;
     this.tabPage1.Location   = new System.Drawing.Point(4, 23);
     this.tabPage1.Name       = "tabPage1";
     this.tabPage1.Padding    = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size       = new System.Drawing.Size(730, 195);
     this.tabPage1.TabIndex   = 2;
     this.tabPage1.Text       = "s_messages";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // messageLogFrame1
     //
     this.messageLogFrame1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.messageLogFrame1.Location = new System.Drawing.Point(3, 3);
     this.messageLogFrame1.Name     = "messageLogFrame1";
     this.messageLogFrame1.Size     = new System.Drawing.Size(724, 189);
     this.messageLogFrame1.Source   = null;
     this.messageLogFrame1.Style    = DatAdmin.MessageFrameStyle.Simple;
     this.messageLogFrame1.TabIndex = 0;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnRefresh,
         this.btnSave,
         this.btnAdd,
         this.btnRemove,
         this.btnMoveUp,
         this.btnMoveDown,
         this.toolStripSeparator1,
         this.rbowned,
         this.rbreferenced,
         this.toolStripSeparator2,
         this.btnAllowRecreate,
         this.btnOnlineHelp
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(738, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnRefresh
     //
     this.btnRefresh.Image = global::DatAdmin.StdIcons.refresh;
     this.btnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRefresh.Name   = "btnRefresh";
     this.btnRefresh.Size   = new System.Drawing.Size(73, 22);
     this.btnRefresh.Text   = "s_refresh";
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnAdd
     //
     this.btnAdd.Image = global::DatAdmin.StdIcons.add;
     this.btnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnAdd.Name   = "btnAdd";
     this.btnAdd.Size   = new System.Drawing.Size(57, 22);
     this.btnAdd.Text   = "s_add";
     this.btnAdd.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // btnRemove
     //
     this.btnRemove.Image = global::DatAdmin.StdIcons.remove;
     this.btnRemove.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRemove.Name   = "btnRemove";
     this.btnRemove.Size   = new System.Drawing.Size(77, 22);
     this.btnRemove.Text   = "s_remove";
     this.btnRemove.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // btnMoveUp
     //
     this.btnMoveUp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnMoveUp.Image                 = global::DatAdmin.StdIcons.up1;
     this.btnMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnMoveUp.Name   = "btnMoveUp";
     this.btnMoveUp.Size   = new System.Drawing.Size(23, 22);
     this.btnMoveUp.Text   = "s_move_up";
     this.btnMoveUp.Click += new System.EventHandler(this.button1_Click);
     //
     // btnMoveDown
     //
     this.btnMoveDown.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnMoveDown.Image                 = global::DatAdmin.StdIcons.down1;
     this.btnMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnMoveDown.Name   = "btnMoveDown";
     this.btnMoveDown.Size   = new System.Drawing.Size(23, 22);
     this.btnMoveDown.Text   = "s_move_down";
     this.btnMoveDown.Click += new System.EventHandler(this.button2_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // rbowned
     //
     this.rbowned.Checked               = true;
     this.rbowned.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.rbowned.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.rbowned.Image                 = ((System.Drawing.Image)(resources.GetObject("rbowned.Image")));
     this.rbowned.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.rbowned.Name   = "rbowned";
     this.rbowned.Size   = new System.Drawing.Size(57, 22);
     this.rbowned.Text   = "s_owned";
     this.rbowned.Click += new System.EventHandler(this.rbowned_Click);
     //
     // rbreferenced
     //
     this.rbreferenced.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.rbreferenced.Image                 = ((System.Drawing.Image)(resources.GetObject("rbreferenced.Image")));
     this.rbreferenced.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.rbreferenced.Name   = "rbreferenced";
     this.rbreferenced.Size   = new System.Drawing.Size(77, 22);
     this.rbreferenced.Text   = "s_referenced";
     this.rbreferenced.Click += new System.EventHandler(this.rbreferenced_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // btnAllowRecreate
     //
     this.btnAllowRecreate.Image = global::DatAdmin.StdIcons.warning;
     this.btnAllowRecreate.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnAllowRecreate.Name   = "btnAllowRecreate";
     this.btnAllowRecreate.Size   = new System.Drawing.Size(112, 22);
     this.btnAllowRecreate.Text   = "s_allow_recreate";
     this.btnAllowRecreate.Click += new System.EventHandler(this.btnAllowRecreate_Click);
     //
     // btnOnlineHelp
     //
     this.btnOnlineHelp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnOnlineHelp.Image                 = global::DatAdmin.StdIcons.question;
     this.btnOnlineHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnOnlineHelp.Name = "btnOnlineHelp";
     this.btnOnlineHelp.Size = new System.Drawing.Size(29, 22);
     this.btnOnlineHelp.Text = "toolStripDropDownButton1";
     //
     // btnSave
     //
     this.btnSave.Image = global::DatAdmin.StdIcons.save;
     this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSave.Name   = "btnSave";
     this.btnSave.Size   = new System.Drawing.Size(60, 22);
     this.btnSave.Text   = "s_save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // TableEditFrame
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Name = "TableEditFrame";
     this.Size = new System.Drawing.Size(738, 458);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabColumns.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.columnsGrid)).EndInit();
     this.tabIndexesKeys.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.indexGrid)).EndInit();
     this.panel3.ResumeLayout(false);
     this.tabRelations.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.fkGrid)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.tabCheckConstraints.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkGrid)).EndInit();
     this.tabTableProps.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabSql.ResumeLayout(false);
     this.tabSql.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QueryDesignFrame));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     DatAdmin.GenericDialect genericDialect2 = new DatAdmin.GenericDialect();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.btnClearQuery       = new System.Windows.Forms.ToolStripButton();
     this.btnShowSql          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnUniqueRows       = new System.Windows.Forms.ToolStripButton();
     this.btnShowTables       = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1     = new DatAdmin.SplitContainerEx();
     this.panel1             = new System.Windows.Forms.Panel();
     this.labDragAndDrop     = new System.Windows.Forms.Label();
     this.panelTables        = new System.Windows.Forms.Panel();
     this.tabControl2        = new System.Windows.Forms.TabControl();
     this.tabPage1           = new System.Windows.Forms.TabPage();
     this.lbxAvailableTables = new System.Windows.Forms.ListBox();
     this.tabPage2           = new System.Windows.Forms.TabPage();
     this.lbxAvailableViews  = new System.Windows.Forms.ListBox();
     this.btnRefreshTables   = new System.Windows.Forms.Button();
     this.btnAddTable        = new System.Windows.Forms.Button();
     this.tabControl1        = new System.Windows.Forms.TabControl();
     this.tabColumns         = new System.Windows.Forms.TabPage();
     this.dataGridColumns    = new System.Windows.Forms.DataGridView();
     this.colColName         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAlias           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTable           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOutput          = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colGrouping        = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.toolStrip2         = new System.Windows.Forms.ToolStrip();
     this.btnMoveUp          = new System.Windows.Forms.ToolStripButton();
     this.btnMoveDown        = new System.Windows.Forms.ToolStripButton();
     this.btnRemoveColumn    = new System.Windows.Forms.ToolStripButton();
     this.tabFilter          = new System.Windows.Forms.TabPage();
     this.tabSorting         = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     this.panel2             = new System.Windows.Forms.Panel();
     this.btnRemoveFromSort  = new System.Windows.Forms.Button();
     this.btnAddToSort       = new System.Windows.Forms.Button();
     this.panel3             = new System.Windows.Forms.Panel();
     this.lbxSortAvailable   = new System.Windows.Forms.ListBox();
     this.label1             = new System.Windows.Forms.Label();
     this.panel4             = new System.Windows.Forms.Panel();
     this.lbxSortedColumns   = new System.Windows.Forms.ListBox();
     this.label2             = new System.Windows.Forms.Label();
     this.panel5             = new System.Windows.Forms.Panel();
     this.btnSortOrder       = new System.Windows.Forms.Button();
     this.btnSortDown        = new System.Windows.Forms.Button();
     this.btnSortUp          = new System.Windows.Forms.Button();
     this.tabSql             = new System.Windows.Forms.TabPage();
     this.codeEditor1        = new DatAdmin.CodeEditor();
     this.tabMessages        = new System.Windows.Forms.TabPage();
     this.messageLogFrame1   = new DatAdmin.MessageLogFrame();
     this.mnuColumns         = new DatAdmin.ContextMenuStripEx(this.components);
     this.toolStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panelTables.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabColumns.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridColumns)).BeginInit();
     this.toolStrip2.SuspendLayout();
     this.tabSorting.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.tabSql.SuspendLayout();
     this.tabMessages.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "table.png");
     this.imageList1.Images.SetKeyName(1, "column.png");
     this.imageList1.Images.SetKeyName(2, "order_asc.png");
     this.imageList1.Images.SetKeyName(3, "sql.png");
     this.imageList1.Images.SetKeyName(4, "log.gif");
     this.imageList1.Images.SetKeyName(5, "filter2.png");
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnClearQuery,
         this.btnShowSql,
         this.toolStripSeparator1,
         this.btnUniqueRows,
         this.btnShowTables
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(559, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnClearQuery
     //
     this.btnClearQuery.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnClearQuery.Image                 = global::DatAdmin.StdIcons._new;
     this.btnClearQuery.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnClearQuery.Name   = "btnClearQuery";
     this.btnClearQuery.Size   = new System.Drawing.Size(23, 22);
     this.btnClearQuery.Text   = "s_clear_query";
     this.btnClearQuery.Click += new System.EventHandler(this.btnClearQuery_Click);
     //
     // btnShowSql
     //
     this.btnShowSql.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnShowSql.Image                 = global::DatAdmin.StdIcons.sql;
     this.btnShowSql.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnShowSql.Name   = "btnShowSql";
     this.btnShowSql.Size   = new System.Drawing.Size(23, 22);
     this.btnShowSql.Text   = "s_show_sql";
     this.btnShowSql.Click += new System.EventHandler(this.btnShowSql_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // btnUniqueRows
     //
     this.btnUniqueRows.CheckOnClick          = true;
     this.btnUniqueRows.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnUniqueRows.Image                 = ((System.Drawing.Image)(resources.GetObject("btnUniqueRows.Image")));
     this.btnUniqueRows.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnUniqueRows.Name   = "btnUniqueRows";
     this.btnUniqueRows.Size   = new System.Drawing.Size(88, 22);
     this.btnUniqueRows.Text   = "s_unique_rows";
     this.btnUniqueRows.Click += new System.EventHandler(this.btnUniqueRows_Click);
     //
     // btnShowTables
     //
     this.btnShowTables.Checked               = true;
     this.btnShowTables.CheckOnClick          = true;
     this.btnShowTables.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.btnShowTables.Image                 = global::DatAdmin.StdIcons.table;
     this.btnShowTables.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnShowTables.Name   = "btnShowTables";
     this.btnShowTables.Size   = new System.Drawing.Size(68, 22);
     this.btnShowTables.Text   = "s_tables";
     this.btnShowTables.Click += new System.EventHandler(this.btnShowTables_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location       = new System.Drawing.Point(0, 25);
     this.splitContainer1.MoreFixedPanel = DatAdmin.SplitContainerEx.PanelType.First;
     this.splitContainer1.Name           = "splitContainer1";
     this.splitContainer1.Orientation    = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.panel1);
     this.splitContainer1.Panel1.Controls.Add(this.panelTables);
     this.splitContainer1.Panel1DynamicCollapsed = false;
     this.splitContainer1.Panel1MinDynamicSize   = 0;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Panel2DynamicCollapsed = false;
     this.splitContainer1.Panel2MinDynamicSize   = 0;
     this.splitContainer1.Size             = new System.Drawing.Size(559, 427);
     this.splitContainer1.SplitterDistance = 209;
     this.splitContainer1.SplitterWidth    = 6;
     this.splitContainer1.TabIndex         = 0;
     //
     // panel1
     //
     this.panel1.AllowDrop   = true;
     this.panel1.AutoScroll  = true;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.labDragAndDrop);
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location  = new System.Drawing.Point(0, 0);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(394, 209);
     this.panel1.TabIndex  = 0;
     this.panel1.Paint    += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     this.panel1.DragOver += new System.Windows.Forms.DragEventHandler(this.panel1_DragOver);
     this.panel1.DragDrop += new System.Windows.Forms.DragEventHandler(this.panel1_DragDrop);
     //
     // labDragAndDrop
     //
     this.labDragAndDrop.AutoSize = true;
     this.labDragAndDrop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.labDragAndDrop.Location = new System.Drawing.Point(59, 39);
     this.labDragAndDrop.Name     = "labDragAndDrop";
     this.labDragAndDrop.Size     = new System.Drawing.Size(279, 25);
     this.labDragAndDrop.TabIndex = 0;
     this.labDragAndDrop.Text     = "s_drag_and_drop_tables_here";
     //
     // panelTables
     //
     this.panelTables.Controls.Add(this.tabControl2);
     this.panelTables.Controls.Add(this.btnRefreshTables);
     this.panelTables.Controls.Add(this.btnAddTable);
     this.panelTables.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelTables.Location = new System.Drawing.Point(394, 0);
     this.panelTables.Name     = "panelTables";
     this.panelTables.Size     = new System.Drawing.Size(165, 209);
     this.panelTables.TabIndex = 1;
     //
     // tabControl2
     //
     this.tabControl2.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.tabControl2.Controls.Add(this.tabPage1);
     this.tabControl2.Controls.Add(this.tabPage2);
     this.tabControl2.Location      = new System.Drawing.Point(3, 3);
     this.tabControl2.Name          = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size          = new System.Drawing.Size(158, 170);
     this.tabControl2.TabIndex      = 4;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.lbxAvailableTables);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(150, 144);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "s_tables";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // lbxAvailableTables
     //
     this.lbxAvailableTables.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbxAvailableTables.FormattingEnabled = true;
     this.lbxAvailableTables.Location          = new System.Drawing.Point(3, 3);
     this.lbxAvailableTables.Name         = "lbxAvailableTables";
     this.lbxAvailableTables.Size         = new System.Drawing.Size(144, 134);
     this.lbxAvailableTables.TabIndex     = 1;
     this.lbxAvailableTables.DoubleClick += new System.EventHandler(this.btnAddTable_Click);
     this.lbxAvailableTables.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.lbxAvailableTables_MouseDown);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.lbxAvailableViews);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(150, 144);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "s_dbviews";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // lbxAvailableViews
     //
     this.lbxAvailableViews.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbxAvailableViews.FormattingEnabled = true;
     this.lbxAvailableViews.Location          = new System.Drawing.Point(3, 3);
     this.lbxAvailableViews.Name         = "lbxAvailableViews";
     this.lbxAvailableViews.Size         = new System.Drawing.Size(144, 134);
     this.lbxAvailableViews.TabIndex     = 0;
     this.lbxAvailableViews.DoubleClick += new System.EventHandler(this.btnAddTable_Click);
     this.lbxAvailableViews.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.lbxAvailableViews_MouseDown);
     //
     // btnRefreshTables
     //
     this.btnRefreshTables.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnRefreshTables.Image                   = global::DatAdmin.StdIcons.refresh;
     this.btnRefreshTables.Location                = new System.Drawing.Point(86, 179);
     this.btnRefreshTables.Name                    = "btnRefreshTables";
     this.btnRefreshTables.Size                    = new System.Drawing.Size(75, 23);
     this.btnRefreshTables.TabIndex                = 3;
     this.btnRefreshTables.Text                    = "s_refresh";
     this.btnRefreshTables.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnRefreshTables.UseVisualStyleBackColor = true;
     this.btnRefreshTables.Click                  += new System.EventHandler(this.btnRefreshTables_Click);
     //
     // btnAddTable
     //
     this.btnAddTable.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAddTable.Image                   = global::DatAdmin.StdIcons.add;
     this.btnAddTable.Location                = new System.Drawing.Point(3, 179);
     this.btnAddTable.Name                    = "btnAddTable";
     this.btnAddTable.Size                    = new System.Drawing.Size(75, 23);
     this.btnAddTable.TabIndex                = 2;
     this.btnAddTable.Text                    = "s_add";
     this.btnAddTable.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAddTable.UseVisualStyleBackColor = true;
     this.btnAddTable.Click                  += new System.EventHandler(this.btnAddTable_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabColumns);
     this.tabControl1.Controls.Add(this.tabFilter);
     this.tabControl1.Controls.Add(this.tabSorting);
     this.tabControl1.Controls.Add(this.tabSql);
     this.tabControl1.Controls.Add(this.tabMessages);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.ImageList     = this.imageList1;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(559, 212);
     this.tabControl1.TabIndex      = 0;
     //
     // tabColumns
     //
     this.tabColumns.Controls.Add(this.dataGridColumns);
     this.tabColumns.Controls.Add(this.toolStrip2);
     this.tabColumns.ImageIndex = 1;
     this.tabColumns.Location   = new System.Drawing.Point(4, 23);
     this.tabColumns.Name       = "tabColumns";
     this.tabColumns.Padding    = new System.Windows.Forms.Padding(3);
     this.tabColumns.Size       = new System.Drawing.Size(551, 185);
     this.tabColumns.TabIndex   = 0;
     this.tabColumns.Text       = "s_columns";
     this.tabColumns.UseVisualStyleBackColor = true;
     //
     // dataGridColumns
     //
     this.dataGridColumns.AllowUserToAddRows      = false;
     this.dataGridColumns.AllowUserToOrderColumns = true;
     this.dataGridColumns.AllowUserToResizeRows   = false;
     dataGridViewCellStyle3.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor             = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     dataGridViewCellStyle3.ForeColor                   = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor          = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor          = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                    = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridColumns.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridColumns.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridColumns.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colColName,
         this.colAlias,
         this.colTable,
         this.colOutput,
         this.colGrouping
     });
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridColumns.DefaultCellStyle     = dataGridViewCellStyle4;
     this.dataGridColumns.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dataGridColumns.Location          = new System.Drawing.Point(3, 3);
     this.dataGridColumns.Name              = "dataGridColumns";
     this.dataGridColumns.Size              = new System.Drawing.Size(521, 179);
     this.dataGridColumns.TabIndex          = 0;
     this.dataGridColumns.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridColumns_CellValueChanged);
     this.dataGridColumns.MouseDown        += new System.Windows.Forms.MouseEventHandler(this.dataGridColumns_MouseDown);
     this.dataGridColumns.UserDeletedRow   += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridColumns_UserDeletedRow);
     //
     // colColName
     //
     this.colColName.HeaderText = "s_column";
     this.colColName.Name       = "colColName";
     this.colColName.ReadOnly   = true;
     //
     // colAlias
     //
     this.colAlias.HeaderText = "s_alias";
     this.colAlias.Name       = "colAlias";
     //
     // colTable
     //
     this.colTable.HeaderText = "s_table";
     this.colTable.Name       = "colTable";
     this.colTable.ReadOnly   = true;
     //
     // colOutput
     //
     this.colOutput.HeaderText = "s_output";
     this.colOutput.Name       = "colOutput";
     //
     // colGrouping
     //
     this.colGrouping.HeaderText = "s_grouping";
     this.colGrouping.Items.AddRange(new object[] {
         "-",
         "GROUP BY",
         "MIN",
         "MAX",
         "AVG",
         "COUNT",
         "SUM"
     });
     this.colGrouping.Name = "colGrouping";
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Right;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnMoveUp,
         this.btnMoveDown,
         this.btnRemoveColumn
     });
     this.toolStrip2.Location = new System.Drawing.Point(524, 3);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(24, 179);
     this.toolStrip2.TabIndex = 1;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // btnMoveUp
     //
     this.btnMoveUp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnMoveUp.Image                 = global::DatAdmin.StdIcons.up1;
     this.btnMoveUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnMoveUp.Name   = "btnMoveUp";
     this.btnMoveUp.Size   = new System.Drawing.Size(21, 20);
     this.btnMoveUp.Text   = "s_move_up";
     this.btnMoveUp.Click += new System.EventHandler(this.btnMoveUp_Click);
     //
     // btnMoveDown
     //
     this.btnMoveDown.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnMoveDown.Image                 = global::DatAdmin.StdIcons.down1;
     this.btnMoveDown.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnMoveDown.Name   = "btnMoveDown";
     this.btnMoveDown.Size   = new System.Drawing.Size(21, 20);
     this.btnMoveDown.Text   = "s_move_down";
     this.btnMoveDown.Click += new System.EventHandler(this.btnMoveDown_Click);
     //
     // btnRemoveColumn
     //
     this.btnRemoveColumn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnRemoveColumn.Image                 = global::DatAdmin.StdIcons.remove;
     this.btnRemoveColumn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRemoveColumn.Name   = "btnRemoveColumn";
     this.btnRemoveColumn.Size   = new System.Drawing.Size(21, 20);
     this.btnRemoveColumn.Text   = "s_remove";
     this.btnRemoveColumn.Click += new System.EventHandler(this.btnRemoveColumn_Click);
     //
     // tabFilter
     //
     this.tabFilter.AutoScroll = true;
     this.tabFilter.ImageIndex = 5;
     this.tabFilter.Location   = new System.Drawing.Point(4, 23);
     this.tabFilter.Name       = "tabFilter";
     this.tabFilter.Padding    = new System.Windows.Forms.Padding(3);
     this.tabFilter.Size       = new System.Drawing.Size(551, 185);
     this.tabFilter.TabIndex   = 4;
     this.tabFilter.Text       = "s_filter";
     this.tabFilter.UseVisualStyleBackColor = true;
     //
     // tabSorting
     //
     this.tabSorting.Controls.Add(this.tableLayoutPanel1);
     this.tabSorting.ImageIndex = 2;
     this.tabSorting.Location   = new System.Drawing.Point(4, 23);
     this.tabSorting.Name       = "tabSorting";
     this.tabSorting.Padding    = new System.Windows.Forms.Padding(3);
     this.tabSorting.Size       = new System.Drawing.Size(551, 185);
     this.tabSorting.TabIndex   = 2;
     this.tabSorting.Text       = "s_sorting";
     this.tabSorting.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 51F));
     this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel4, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel5, 3, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(545, 179);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnRemoveFromSort);
     this.panel2.Controls.Add(this.btnAddToSort);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(225, 3);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(44, 173);
     this.panel2.TabIndex = 1;
     //
     // btnRemoveFromSort
     //
     this.btnRemoveFromSort.Image    = global::DatAdmin.StdIcons.left1;
     this.btnRemoveFromSort.Location = new System.Drawing.Point(4, 33);
     this.btnRemoveFromSort.Name     = "btnRemoveFromSort";
     this.btnRemoveFromSort.Size     = new System.Drawing.Size(36, 23);
     this.btnRemoveFromSort.TabIndex = 1;
     this.btnRemoveFromSort.UseVisualStyleBackColor = true;
     this.btnRemoveFromSort.Click += new System.EventHandler(this.btnRemoveFromSort_Click);
     //
     // btnAddToSort
     //
     this.btnAddToSort.Image    = global::DatAdmin.StdIcons.right1;
     this.btnAddToSort.Location = new System.Drawing.Point(3, 3);
     this.btnAddToSort.Name     = "btnAddToSort";
     this.btnAddToSort.Size     = new System.Drawing.Size(37, 23);
     this.btnAddToSort.TabIndex = 0;
     this.btnAddToSort.UseVisualStyleBackColor = true;
     this.btnAddToSort.Click += new System.EventHandler(this.btnAddToSort_Click);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.lbxSortAvailable);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 3);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(216, 173);
     this.panel3.TabIndex = 2;
     //
     // lbxSortAvailable
     //
     this.lbxSortAvailable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbxSortAvailable.FormattingEnabled = true;
     this.lbxSortAvailable.Location          = new System.Drawing.Point(0, 13);
     this.lbxSortAvailable.Name         = "lbxSortAvailable";
     this.lbxSortAvailable.Size         = new System.Drawing.Size(216, 160);
     this.lbxSortAvailable.TabIndex     = 1;
     this.lbxSortAvailable.DoubleClick += new System.EventHandler(this.btnAddToSort_Click);
     //
     // label1
     //
     this.label1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(216, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "s_available_columns";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.lbxSortedColumns);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(275, 3);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(216, 173);
     this.panel4.TabIndex = 3;
     //
     // lbxSortedColumns
     //
     this.lbxSortedColumns.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lbxSortedColumns.FormattingEnabled = true;
     this.lbxSortedColumns.Location          = new System.Drawing.Point(0, 13);
     this.lbxSortedColumns.Name         = "lbxSortedColumns";
     this.lbxSortedColumns.Size         = new System.Drawing.Size(216, 160);
     this.lbxSortedColumns.TabIndex     = 1;
     this.lbxSortedColumns.DoubleClick += new System.EventHandler(this.btnRemoveFromSort_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.label2.Location = new System.Drawing.Point(0, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(92, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "s_sorted_columns";
     //
     // panel5
     //
     this.panel5.Controls.Add(this.btnSortOrder);
     this.panel5.Controls.Add(this.btnSortDown);
     this.panel5.Controls.Add(this.btnSortUp);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(497, 3);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(45, 173);
     this.panel5.TabIndex = 4;
     //
     // btnSortOrder
     //
     this.btnSortOrder.Image    = global::DatAdmin.StdIcons.order_asc;
     this.btnSortOrder.Location = new System.Drawing.Point(4, 63);
     this.btnSortOrder.Name     = "btnSortOrder";
     this.btnSortOrder.Size     = new System.Drawing.Size(38, 23);
     this.btnSortOrder.TabIndex = 2;
     this.btnSortOrder.UseVisualStyleBackColor = true;
     this.btnSortOrder.Click += new System.EventHandler(this.btnSortOrder_Click);
     //
     // btnSortDown
     //
     this.btnSortDown.Image    = global::DatAdmin.StdIcons.down1;
     this.btnSortDown.Location = new System.Drawing.Point(4, 33);
     this.btnSortDown.Name     = "btnSortDown";
     this.btnSortDown.Size     = new System.Drawing.Size(38, 23);
     this.btnSortDown.TabIndex = 1;
     this.btnSortDown.UseVisualStyleBackColor = true;
     this.btnSortDown.Click += new System.EventHandler(this.btnSortDown_Click);
     //
     // btnSortUp
     //
     this.btnSortUp.Image    = global::DatAdmin.StdIcons.up1;
     this.btnSortUp.Location = new System.Drawing.Point(4, 3);
     this.btnSortUp.Name     = "btnSortUp";
     this.btnSortUp.Size     = new System.Drawing.Size(38, 23);
     this.btnSortUp.TabIndex = 0;
     this.btnSortUp.UseVisualStyleBackColor = true;
     this.btnSortUp.Click += new System.EventHandler(this.btnSortUp_Click);
     //
     // tabSql
     //
     this.tabSql.Controls.Add(this.codeEditor1);
     this.tabSql.ImageIndex = 3;
     this.tabSql.Location   = new System.Drawing.Point(4, 23);
     this.tabSql.Name       = "tabSql";
     this.tabSql.Padding    = new System.Windows.Forms.Padding(3);
     this.tabSql.Size       = new System.Drawing.Size(551, 185);
     this.tabSql.TabIndex   = 1;
     this.tabSql.Text       = "SQL";
     this.tabSql.UseVisualStyleBackColor = true;
     //
     // codeEditor1
     //
     this.codeEditor1.Connection = null;
     this.codeEditor1.Dialect    = genericDialect2;
     this.codeEditor1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.codeEditor1.IsReadOnly = true;
     this.codeEditor1.Language   = DatAdmin.CodeLanguage.Sql;
     this.codeEditor1.Location   = new System.Drawing.Point(3, 3);
     this.codeEditor1.Modified   = true;
     this.codeEditor1.Name       = "codeEditor1";
     this.codeEditor1.ReadOnly   = true;
     this.codeEditor1.Size       = new System.Drawing.Size(545, 179);
     this.codeEditor1.TabIndex   = 0;
     //
     // tabMessages
     //
     this.tabMessages.Controls.Add(this.messageLogFrame1);
     this.tabMessages.ImageIndex = 4;
     this.tabMessages.Location   = new System.Drawing.Point(4, 23);
     this.tabMessages.Name       = "tabMessages";
     this.tabMessages.Padding    = new System.Windows.Forms.Padding(3);
     this.tabMessages.Size       = new System.Drawing.Size(551, 185);
     this.tabMessages.TabIndex   = 3;
     this.tabMessages.Text       = "s_messages";
     this.tabMessages.UseVisualStyleBackColor = true;
     //
     // messageLogFrame1
     //
     this.messageLogFrame1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.messageLogFrame1.Location = new System.Drawing.Point(3, 3);
     this.messageLogFrame1.Name     = "messageLogFrame1";
     this.messageLogFrame1.Size     = new System.Drawing.Size(545, 179);
     this.messageLogFrame1.Source   = null;
     this.messageLogFrame1.Style    = DatAdmin.MessageFrameStyle.List;
     this.messageLogFrame1.TabIndex = 0;
     //
     // mnuColumns
     //
     this.mnuColumns.Name = "mnuColumns";
     this.mnuColumns.Size = new System.Drawing.Size(61, 4);
     //
     // QueryDesignFrame
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Name = "QueryDesignFrame";
     this.Size = new System.Drawing.Size(559, 452);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panelTables.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabColumns.ResumeLayout(false);
     this.tabColumns.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridColumns)).EndInit();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.tabSorting.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.tabSql.ResumeLayout(false);
     this.tabMessages.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()
 {
     DatAdmin.GenericDialect genericDialect1 = new DatAdmin.GenericDialect();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SqlConfirmForm));
     this.btnOk            = new System.Windows.Forms.Button();
     this.btnCancel        = new System.Windows.Forms.Button();
     this.label1           = new System.Windows.Forms.Label();
     this.codeEditor1      = new DatAdmin.CodeEditor();
     this.messageLogFrame1 = new DatAdmin.MessageLogFrame();
     this.label2           = new System.Windows.Forms.Label();
     this.chbDontShowAgain = new System.Windows.Forms.CheckBox();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // btnOk
     //
     this.btnOk.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOk.Location                = new System.Drawing.Point(468, 418);
     this.btnOk.Name                    = "btnOk";
     this.btnOk.Size                    = new System.Drawing.Size(75, 23);
     this.btnOk.TabIndex                = 1;
     this.btnOk.Text                    = "s_ok";
     this.btnOk.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(549, 418);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 2;
     this.btnCancel.Text                    = "s_cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new System.EventHandler(this.button2_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(82, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "s_really_run_sql";
     //
     // codeEditor1
     //
     this.codeEditor1.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.codeEditor1.Dialect    = genericDialect1;
     this.codeEditor1.IsReadOnly = true;
     this.codeEditor1.Language   = DatAdmin.CodeLanguage.Sql;
     this.codeEditor1.Location   = new System.Drawing.Point(12, 26);
     this.codeEditor1.Margin     = new System.Windows.Forms.Padding(4);
     this.codeEditor1.Modified   = false;
     this.codeEditor1.Name       = "codeEditor1";
     this.codeEditor1.ReadOnly   = true;
     this.codeEditor1.Size       = new System.Drawing.Size(612, 289);
     this.codeEditor1.TabIndex   = 0;
     //
     // messageLogFrame1
     //
     this.messageLogFrame1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.messageLogFrame1.Location = new System.Drawing.Point(13, 340);
     this.messageLogFrame1.Name     = "messageLogFrame1";
     this.messageLogFrame1.Size     = new System.Drawing.Size(613, 72);
     this.messageLogFrame1.Source   = null;
     this.messageLogFrame1.Style    = DatAdmin.MessageFrameStyle.Simple;
     this.messageLogFrame1.TabIndex = 4;
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 321);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(60, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "s_warnings";
     //
     // chbDontShowAgain
     //
     this.chbDontShowAgain.AutoSize = true;
     this.chbDontShowAgain.Location = new System.Drawing.Point(38, 422);
     this.chbDontShowAgain.Name     = "chbDontShowAgain";
     this.chbDontShowAgain.Size     = new System.Drawing.Size(121, 17);
     this.chbDontShowAgain.TabIndex = 6;
     this.chbDontShowAgain.Text     = "s_dont_show_again";
     this.chbDontShowAgain.UseVisualStyleBackColor = true;
     this.chbDontShowAgain.CheckedChanged         += new System.EventHandler(this.chbDontShowAgain_CheckedChanged);
     //
     // pictureBox1
     //
     this.pictureBox1.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pictureBox1.Image    = global::DatAdmin.StdIcons.question;
     this.pictureBox1.Location = new System.Drawing.Point(16, 422);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(16, 16);
     this.pictureBox1.TabIndex = 7;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // SqlConfirmForm
     //
     this.AcceptButton        = this.btnOk;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(632, 453);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.chbDontShowAgain);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.messageLogFrame1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.codeEditor1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "SqlConfirmForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "s_confirm_sql";
     this.Shown        += new System.EventHandler(this.SqlConfirmForm_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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()
 {
     DatAdmin.GenericDialect dummyDialect1 = new DatAdmin.GenericDialect();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1    = new System.Windows.Forms.TabPage();
     this.codeEditor1 = new DatAdmin.CodeEditor();
     this.tabPage2    = new System.Windows.Forms.TabPage();
     this.tbxComment  = new System.Windows.Forms.TextBox();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(438, 392);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.codeEditor1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(430, 366);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "SQL";
     //
     // codeEditor1
     //
     this.codeEditor1.Dialect  = dummyDialect1;
     this.codeEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.codeEditor1.Language = DatAdmin.CodeLanguage.Sql;
     this.codeEditor1.Location = new System.Drawing.Point(3, 3);
     this.codeEditor1.Modified = true;
     this.codeEditor1.Name     = "codeEditor1";
     this.codeEditor1.ReadOnly = false;
     this.codeEditor1.Size     = new System.Drawing.Size(424, 360);
     this.codeEditor1.TabIndex = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.tbxComment);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(430, 366);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "s_comment";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // tbxComment
     //
     this.tbxComment.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tbxComment.Location  = new System.Drawing.Point(3, 3);
     this.tbxComment.Multiline = true;
     this.tbxComment.Name      = "tbxComment";
     this.tbxComment.Size      = new System.Drawing.Size(424, 360);
     this.tbxComment.TabIndex  = 0;
     this.tbxComment.WordWrap  = false;
     //
     // SpecificObjectFrame
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tabControl1);
     this.Name = "SpecificObjectFrame";
     this.Size = new System.Drawing.Size(438, 392);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QueryFrame));
     DatAdmin.GenericDialect genericDialect1 = new DatAdmin.GenericDialect();
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip1           = new System.Windows.Forms.ToolStrip();
     this.btnTransaction       = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel2      = new System.Windows.Forms.ToolStripLabel();
     this.tbxServer            = new System.Windows.Forms.ToolStripTextBox();
     this.btnChangeServer      = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1      = new System.Windows.Forms.ToolStripLabel();
     this.cbxDatabase          = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     this.btnExecute           = new System.Windows.Forms.ToolStripButton();
     this.btnAddToFavorite     = new System.Windows.Forms.ToolStripButton();
     this.btnCancel            = new System.Windows.Forms.ToolStripButton();
     this.btnTableStyle        = new System.Windows.Forms.ToolStripButton();
     this.btnInsertVariable    = new System.Windows.Forms.ToolStripButton();
     this.btnGetSchemaTable    = new System.Windows.Forms.ToolStripButton();
     this.btnOnlineHelp        = new System.Windows.Forms.ToolStripDropDownButton();
     this.saveFileDialog1      = new System.Windows.Forms.SaveFileDialog();
     this.toolStrip2           = new System.Windows.Forms.ToolStrip();
     this.cbQueryCode          = new System.Windows.Forms.ToolStripButton();
     this.cbQueryBuilder       = new System.Windows.Forms.ToolStripButton();
     this.statusStrip2         = new System.Windows.Forms.StatusStrip();
     this.labStatus            = new System.Windows.Forms.ToolStripStatusLabel();
     this.labServer            = new System.Windows.Forms.ToolStripStatusLabel();
     this.labDatabase          = new System.Windows.Forms.ToolStripStatusLabel();
     this.labUser              = new System.Windows.Forms.ToolStripStatusLabel();
     this.labTime              = new System.Windows.Forms.ToolStripStatusLabel();
     this.resultTabs           = new System.Windows.Forms.TabControl();
     this.tabPage2             = new System.Windows.Forms.TabPage();
     this.messageLogFrame1     = new DatAdmin.MessageLogFrame();
     this.tbquery              = new DatAdmin.CodeEditor();
     this.contextMenuStrip1    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.splitContainer1      = new DatAdmin.SplitContainerEx();
     this.timerQueryDuration   = new System.Windows.Forms.Timer(this.components);
     this.toolStripTransaction = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel3      = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator2  = new System.Windows.Forms.ToolStripSeparator();
     this.btnCommit            = new System.Windows.Forms.ToolStripButton();
     this.btnRollback          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3  = new System.Windows.Forms.ToolStripSeparator();
     this.btnAutoCommit        = new System.Windows.Forms.ToolStripButton();
     this.btnContinueOnErrors  = new System.Windows.Forms.ToolStripButton();
     this.btnSave              = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.statusStrip2.SuspendLayout();
     this.resultTabs.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStripTransaction.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "table_data.png");
     this.imageList1.Images.SetKeyName(1, "log.gif");
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnTransaction,
         this.toolStripLabel2,
         this.tbxServer,
         this.btnChangeServer,
         this.toolStripLabel1,
         this.cbxDatabase,
         this.toolStripSeparator1,
         this.btnExecute,
         this.btnSave,
         this.btnAddToFavorite,
         this.btnCancel,
         this.btnTableStyle,
         this.btnInsertVariable,
         this.btnGetSchemaTable,
         this.btnOnlineHelp
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(820, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnTransaction
     //
     this.btnTransaction.CheckOnClick          = true;
     this.btnTransaction.Image                 = global::DatAdmin.StdIcons.transaction;
     this.btnTransaction.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnTransaction.Name   = "btnTransaction";
     this.btnTransaction.Size   = new System.Drawing.Size(96, 22);
     this.btnTransaction.Text   = "s_transaction";
     this.btnTransaction.Click += new System.EventHandler(this.btnTransaction_Click);
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Image = global::DatAdmin.StdIcons.dbserver;
     this.toolStripLabel2.Name  = "toolStripLabel2";
     this.toolStripLabel2.Size  = new System.Drawing.Size(64, 22);
     this.toolStripLabel2.Text  = "s_server";
     //
     // tbxServer
     //
     this.tbxServer.Name     = "tbxServer";
     this.tbxServer.ReadOnly = true;
     this.tbxServer.Size     = new System.Drawing.Size(120, 25);
     //
     // btnChangeServer
     //
     this.btnChangeServer.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnChangeServer.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnChangeServer.Name   = "btnChangeServer";
     this.btnChangeServer.Size   = new System.Drawing.Size(23, 22);
     this.btnChangeServer.Text   = "...";
     this.btnChangeServer.Click += new System.EventHandler(this.btnChangeServer_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Image = global::DatAdmin.StdIcons.database;
     this.toolStripLabel1.Name  = "toolStripLabel1";
     this.toolStripLabel1.Size  = new System.Drawing.Size(80, 22);
     this.toolStripLabel1.Text  = "s_database";
     //
     // cbxDatabase
     //
     this.cbxDatabase.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxDatabase.Enabled               = false;
     this.cbxDatabase.Name                  = "cbxDatabase";
     this.cbxDatabase.Size                  = new System.Drawing.Size(160, 25);
     this.cbxDatabase.SelectedIndexChanged += new System.EventHandler(this.lbdatabase_SelectedIndexChanged);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // btnExecute
     //
     this.btnExecute.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnExecute.Image                 = global::DatAdmin.StdIcons.query_execute;
     this.btnExecute.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnExecute.Name   = "btnExecute";
     this.btnExecute.Size   = new System.Drawing.Size(23, 22);
     this.btnExecute.Text   = "s_execute";
     this.btnExecute.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // btnAddToFavorite
     //
     this.btnAddToFavorite.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnAddToFavorite.Image                 = global::DatAdmin.StdIcons.favorite_add;
     this.btnAddToFavorite.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnAddToFavorite.Name   = "btnAddToFavorite";
     this.btnAddToFavorite.Size   = new System.Drawing.Size(23, 22);
     this.btnAddToFavorite.Text   = "s_add_to_favorites";
     this.btnAddToFavorite.Click += new System.EventHandler(this.btnAddToFavorite_Click);
     //
     // btnCancel
     //
     this.btnCancel.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnCancel.Image                 = global::DatAdmin.StdIcons.stop;
     this.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCancel.Name   = "btnCancel";
     this.btnCancel.Size   = new System.Drawing.Size(23, 22);
     this.btnCancel.Text   = "s_stop_loading";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnTableStyle
     //
     this.btnTableStyle.CheckOnClick          = true;
     this.btnTableStyle.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnTableStyle.Image                 = global::DatAdmin.StdIcons.table_data;
     this.btnTableStyle.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnTableStyle.Name        = "btnTableStyle";
     this.btnTableStyle.Size        = new System.Drawing.Size(23, 22);
     this.btnTableStyle.Text        = "Browsable result";
     this.btnTableStyle.ToolTipText = "Browsable result";
     //
     // btnInsertVariable
     //
     this.btnInsertVariable.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnInsertVariable.Image                 = global::DatAdmin.StdIcons.variable;
     this.btnInsertVariable.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnInsertVariable.Name   = "btnInsertVariable";
     this.btnInsertVariable.Size   = new System.Drawing.Size(23, 22);
     this.btnInsertVariable.Text   = "s_insert_variable";
     this.btnInsertVariable.Click += new System.EventHandler(this.btnInsertVariable_Click);
     //
     // btnGetSchemaTable
     //
     this.btnGetSchemaTable.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnGetSchemaTable.Image                 = global::DatAdmin.StdIcons.debug;
     this.btnGetSchemaTable.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnGetSchemaTable.Name   = "btnGetSchemaTable";
     this.btnGetSchemaTable.Size   = new System.Drawing.Size(23, 22);
     this.btnGetSchemaTable.Text   = "toolStripButton1";
     this.btnGetSchemaTable.Click += new System.EventHandler(this.btnGetSchemaTable_Click);
     //
     // btnOnlineHelp
     //
     this.btnOnlineHelp.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnOnlineHelp.Image                 = global::DatAdmin.StdIcons.question;
     this.btnOnlineHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnOnlineHelp.Name = "btnOnlineHelp";
     this.btnOnlineHelp.Size = new System.Drawing.Size(29, 22);
     this.btnOnlineHelp.Text = "toolStripDropDownButton1";
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "{s_sql_file} (*.sql)|*.sql";
     //
     // toolStrip2
     //
     this.toolStrip2.Dock      = System.Windows.Forms.DockStyle.Right;
     this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cbQueryCode,
         this.cbQueryBuilder
     });
     this.toolStrip2.Location      = new System.Drawing.Point(820, 0);
     this.toolStrip2.Name          = "toolStrip2";
     this.toolStrip2.Size          = new System.Drawing.Size(24, 452);
     this.toolStrip2.TabIndex      = 1;
     this.toolStrip2.Text          = "toolStrip2";
     this.toolStrip2.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical90;
     //
     // cbQueryCode
     //
     this.cbQueryCode.Checked               = true;
     this.cbQueryCode.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.cbQueryCode.Image                 = global::DatAdmin.StdIcons.sql;
     this.cbQueryCode.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cbQueryCode.Name = "cbQueryCode";
     this.cbQueryCode.Size = new System.Drawing.Size(21, 98);
     this.cbQueryCode.Text = "s_query_code";
     this.cbQueryCode.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbQueryCode.Click            += new System.EventHandler(this.cbQueryCode_Click);
     //
     // cbQueryBuilder
     //
     this.cbQueryBuilder.Image = global::DatAdmin.StdIcons.querydesign;
     this.cbQueryBuilder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cbQueryBuilder.Name = "cbQueryBuilder";
     this.cbQueryBuilder.Size = new System.Drawing.Size(21, 109);
     this.cbQueryBuilder.Text = "s_query_builder";
     this.cbQueryBuilder.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.cbQueryBuilder.Click            += new System.EventHandler(this.cbQueryBuilder_Click);
     //
     // statusStrip2
     //
     this.statusStrip2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.labStatus,
         this.labServer,
         this.labDatabase,
         this.labUser,
         this.labTime
     });
     this.statusStrip2.Location = new System.Drawing.Point(0, 452);
     this.statusStrip2.Name     = "statusStrip2";
     this.statusStrip2.Size     = new System.Drawing.Size(844, 22);
     this.statusStrip2.TabIndex = 1;
     this.statusStrip2.Text     = "statusStrip2";
     this.statusStrip2.Resize  += new System.EventHandler(this.statusStrip2_Resize);
     //
     // labStatus
     //
     this.labStatus.AutoSize    = false;
     this.labStatus.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.labStatus.Name        = "labStatus";
     this.labStatus.Size        = new System.Drawing.Size(150, 17);
     this.labStatus.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labServer
     //
     this.labServer.AutoSize    = false;
     this.labServer.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.labServer.Name        = "labServer";
     this.labServer.Size        = new System.Drawing.Size(118, 17);
     this.labServer.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labDatabase
     //
     this.labDatabase.AutoSize    = false;
     this.labDatabase.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.labDatabase.Name        = "labDatabase";
     this.labDatabase.Size        = new System.Drawing.Size(118, 17);
     this.labDatabase.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labUser
     //
     this.labUser.AutoSize    = false;
     this.labUser.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
     this.labUser.Name        = "labUser";
     this.labUser.Size        = new System.Drawing.Size(118, 17);
     this.labUser.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labTime
     //
     this.labTime.AutoSize  = false;
     this.labTime.Name      = "labTime";
     this.labTime.Size      = new System.Drawing.Size(118, 17);
     this.labTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // resultTabs
     //
     this.resultTabs.Controls.Add(this.tabPage2);
     this.resultTabs.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.resultTabs.ImageList     = this.imageList1;
     this.resultTabs.Location      = new System.Drawing.Point(0, 0);
     this.resultTabs.Name          = "resultTabs";
     this.resultTabs.SelectedIndex = 0;
     this.resultTabs.Size          = new System.Drawing.Size(820, 216);
     this.resultTabs.TabIndex      = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.messageLogFrame1);
     this.tabPage2.ImageIndex = 1;
     this.tabPage2.Location   = new System.Drawing.Point(4, 23);
     this.tabPage2.Name       = "tabPage2";
     this.tabPage2.Padding    = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size       = new System.Drawing.Size(812, 189);
     this.tabPage2.TabIndex   = 1;
     this.tabPage2.Text       = "s_messages";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // messageLogFrame1
     //
     this.messageLogFrame1.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.messageLogFrame1.Location            = new System.Drawing.Point(3, 3);
     this.messageLogFrame1.Name                = "messageLogFrame1";
     this.messageLogFrame1.Size                = new System.Drawing.Size(806, 183);
     this.messageLogFrame1.Source              = null;
     this.messageLogFrame1.Style               = DatAdmin.MessageFrameStyle.List;
     this.messageLogFrame1.TabIndex            = 0;
     this.messageLogFrame1.MessageDoubleClick += new DatAdmin.LogMessageEventHandler(this.messageLogFrame1_MessageDoubleClick);
     //
     // tbquery
     //
     this.tbquery.Connection                = null;
     this.tbquery.ContextMenuStrip          = this.contextMenuStrip1;
     this.tbquery.Dialect                   = genericDialect1;
     this.tbquery.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.tbquery.IsReadOnly                = false;
     this.tbquery.Language                  = DatAdmin.CodeLanguage.Sql;
     this.tbquery.Location                  = new System.Drawing.Point(0, 0);
     this.tbquery.Margin                    = new System.Windows.Forms.Padding(4);
     this.tbquery.Modified                  = true;
     this.tbquery.Name                      = "tbquery";
     this.tbquery.ReadOnly                  = false;
     this.tbquery.Size                      = new System.Drawing.Size(820, 205);
     this.tbquery.TabIndex                  = 0;
     this.tbquery.DatabaseConnectionNeeded += new System.EventHandler(this.tbquery_DatabaseConnectionNeeded);
     this.tbquery.KeyDown                  += new System.Windows.Forms.KeyEventHandler(this.tbquery_KeyDown);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(61, 4);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location       = new System.Drawing.Point(0, 25);
     this.splitContainer1.MoreFixedPanel = DatAdmin.SplitContainerEx.PanelType.First;
     this.splitContainer1.Name           = "splitContainer1";
     this.splitContainer1.Orientation    = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tbquery);
     this.splitContainer1.Panel1.Paint          += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel1_Paint);
     this.splitContainer1.Panel1DynamicCollapsed = false;
     this.splitContainer1.Panel1MinDynamicSize   = 0;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.resultTabs);
     this.splitContainer1.Panel2DynamicCollapsed = false;
     this.splitContainer1.Panel2MinDynamicSize   = 0;
     this.splitContainer1.Size             = new System.Drawing.Size(820, 427);
     this.splitContainer1.SplitterDistance = 205;
     this.splitContainer1.SplitterWidth    = 6;
     this.splitContainer1.TabIndex         = 0;
     //
     // timerQueryDuration
     //
     this.timerQueryDuration.Tick += new System.EventHandler(this.timerQueryDuration_Tick);
     //
     // toolStripTransaction
     //
     this.toolStripTransaction.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel3,
         this.toolStripSeparator2,
         this.btnCommit,
         this.btnRollback,
         this.toolStripSeparator3,
         this.btnAutoCommit,
         this.btnContinueOnErrors
     });
     this.toolStripTransaction.Location = new System.Drawing.Point(0, 25);
     this.toolStripTransaction.Name     = "toolStripTransaction";
     this.toolStripTransaction.Size     = new System.Drawing.Size(820, 25);
     this.toolStripTransaction.TabIndex = 1;
     this.toolStripTransaction.Text     = "toolStrip3";
     this.toolStripTransaction.Visible  = false;
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Image = global::DatAdmin.StdIcons.transaction;
     this.toolStripLabel3.Name  = "toolStripLabel3";
     this.toolStripLabel3.Size  = new System.Drawing.Size(92, 22);
     this.toolStripLabel3.Text  = "s_transaction";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // btnCommit
     //
     this.btnCommit.Image = global::DatAdmin.StdIcons.ok;
     this.btnCommit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCommit.Name   = "btnCommit";
     this.btnCommit.Size   = new System.Drawing.Size(79, 22);
     this.btnCommit.Text   = "s_commit";
     this.btnCommit.Click += new System.EventHandler(this.btnCommit_Click);
     //
     // btnRollback
     //
     this.btnRollback.Image = global::DatAdmin.StdIcons.cancel;
     this.btnRollback.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRollback.Name   = "btnRollback";
     this.btnRollback.Size   = new System.Drawing.Size(79, 22);
     this.btnRollback.Text   = "s_rollback";
     this.btnRollback.Click += new System.EventHandler(this.btnRollback_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // btnAutoCommit
     //
     this.btnAutoCommit.CheckOnClick          = true;
     this.btnAutoCommit.Image                 = global::DatAdmin.StdIcons.autodetect;
     this.btnAutoCommit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnAutoCommit.Name   = "btnAutoCommit";
     this.btnAutoCommit.Size   = new System.Drawing.Size(103, 22);
     this.btnAutoCommit.Text   = "s_autocommit";
     this.btnAutoCommit.Click += new System.EventHandler(this.btnAutoCommit_Click);
     //
     // btnContinueOnErrors
     //
     this.btnContinueOnErrors.Image = global::DatAdmin.StdIcons.query_execute;
     this.btnContinueOnErrors.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnContinueOnErrors.Name   = "btnContinueOnErrors";
     this.btnContinueOnErrors.Size   = new System.Drawing.Size(138, 22);
     this.btnContinueOnErrors.Text   = "s_continue_on_errors";
     this.btnContinueOnErrors.Click += new System.EventHandler(this.btnContinueOnErrors_Click);
     //
     // btnSave
     //
     this.btnSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnSave.Image                 = global::DatAdmin.StdIcons.save;
     this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSave.Name   = "btnSave";
     this.btnSave.Size   = new System.Drawing.Size(23, 22);
     this.btnSave.Text   = "s_save";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // QueryFrame
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStripTransaction);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.toolStrip2);
     this.Controls.Add(this.statusStrip2);
     this.Name = "QueryFrame";
     this.Size = new System.Drawing.Size(844, 474);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.statusStrip2.ResumeLayout(false);
     this.statusStrip2.PerformLayout();
     this.resultTabs.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.toolStripTransaction.ResumeLayout(false);
     this.toolStripTransaction.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }