Ejemplo n.º 1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {            
            ICSharpCode.TextEditor.Document.DefaultFormattingStrategy defaultFormattingStrategy64 = new ICSharpCode.TextEditor.Document.DefaultFormattingStrategy();
            ICSharpCode.TextEditor.Document.DefaultHighlightingStrategy defaultHighlightingStrategy64 = new ICSharpCode.TextEditor.Document.DefaultHighlightingStrategy();
            ICSharpCode.TextEditor.Document.GapTextBufferStrategy gapTextBufferStrategy64 = new ICSharpCode.TextEditor.Document.GapTextBufferStrategy();
            ICSharpCode.TextEditor.Document.DefaultTextEditorProperties defaultTextEditorProperties64 = new ICSharpCode.TextEditor.Document.DefaultTextEditorProperties();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGenerateSQL));
            this.cbObjDb_main = new ProtocolVN.Framework.Win.PLCombobox();
            this.btnCopy = new DevExpress.XtraEditors.SimpleButton();
            this.lbl_DoiTuong = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.cbObjDb_sub = new ProtocolVN.Framework.Win.PLCombobox();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.memo_script = new ICSharpCode.TextEditor.TextEditorControl();
            this.obj_lb = new DevExpress.XtraEditors.LabelControl();
            this.btnExport = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // cbObjDb_main
            // 
            this.cbObjDb_main.DataSource = null;
            this.cbObjDb_main.DisplayField = null;
            this.cbObjDb_main.Location = new System.Drawing.Point(101, 35);
            this.cbObjDb_main.Name = "cbObjDb_main";
            this.cbObjDb_main.Size = new System.Drawing.Size(180, 20);
            this.cbObjDb_main.TabIndex = 0;
            this.cbObjDb_main.ValueField = null;
            // 
            // btnCopy
            // 
            this.btnCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnCopy.Location = new System.Drawing.Point(12, 451);
            this.btnCopy.Name = "btnCopy";
            this.btnCopy.Size = new System.Drawing.Size(75, 23);
            this.btnCopy.TabIndex = 2;
            this.btnCopy.Text = "Copy Script";
            this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
            // 
            // lbl_DoiTuong
            // 
            this.lbl_DoiTuong.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_DoiTuong.Appearance.Options.UseFont = true;
            this.lbl_DoiTuong.Location = new System.Drawing.Point(12, 62);
            this.lbl_DoiTuong.Name = "lbl_DoiTuong";
            this.lbl_DoiTuong.Size = new System.Drawing.Size(36, 13);
            this.lbl_DoiTuong.TabIndex = 46;
            this.lbl_DoiTuong.Text = "Script:";
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl1.Appearance.Options.UseFont = true;
            this.labelControl1.Location = new System.Drawing.Point(12, 12);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(201, 13);
            this.labelControl1.TabIndex = 47;
            this.labelControl1.Text = "Chọn đối tượng cần phát sinh script:";
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(287, 38);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(108, 13);
            this.labelControl2.TabIndex = 49;
            this.labelControl2.Text = "Các đối tượng yêu cầu";
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(19, 38);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(76, 13);
            this.labelControl3.TabIndex = 50;
            this.labelControl3.Text = "Đối tượng chính";
            // 
            // cbObjDb_sub
            // 
            this.cbObjDb_sub.DataSource = null;
            this.cbObjDb_sub.DisplayField = null;
            this.cbObjDb_sub.Location = new System.Drawing.Point(401, 35);
            this.cbObjDb_sub.Name = "cbObjDb_sub";
            this.cbObjDb_sub.Size = new System.Drawing.Size(180, 20);
            this.cbObjDb_sub.TabIndex = 51;
            this.cbObjDb_sub.ValueField = null;
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.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.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(12, 81);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.memo_script);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.obj_lb);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(662, 364);
            this.splitContainerControl1.SplitterPosition = 268;
            this.splitContainerControl1.TabIndex = 52;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // memo_script
            // 
            this.memo_script.Dock = System.Windows.Forms.DockStyle.Fill;            
            defaultHighlightingStrategy64.Extensions = new string[0];            
            defaultTextEditorProperties64.AllowCaretBeyondEOL = false;
            defaultTextEditorProperties64.AutoInsertCurlyBracket = true;
            defaultTextEditorProperties64.BracketMatchingStyle = ICSharpCode.TextEditor.Document.BracketMatchingStyle.After;
            defaultTextEditorProperties64.ConvertTabsToSpaces = false;
            defaultTextEditorProperties64.CreateBackupCopy = false;
            defaultTextEditorProperties64.DocumentSelectionMode = ICSharpCode.TextEditor.Document.DocumentSelectionMode.Normal;
            defaultTextEditorProperties64.EnableFolding = true;
            defaultTextEditorProperties64.Encoding = ((System.Text.Encoding)(resources.GetObject("defaultTextEditorProperties64.Encoding")));
            defaultTextEditorProperties64.Font = new System.Drawing.Font("Courier New", 10F);
            defaultTextEditorProperties64.HideMouseCursor = false;
            defaultTextEditorProperties64.IndentStyle = ICSharpCode.TextEditor.Document.IndentStyle.Smart;
            defaultTextEditorProperties64.IsIconBarVisible = true;
            defaultTextEditorProperties64.LineTerminator = "\r\n";
            defaultTextEditorProperties64.LineViewerStyle = ICSharpCode.TextEditor.Document.LineViewerStyle.None;
            defaultTextEditorProperties64.MouseWheelScrollDown = true;
            defaultTextEditorProperties64.MouseWheelTextZoom = true;
            defaultTextEditorProperties64.ShowEOLMarker = false;
            defaultTextEditorProperties64.ShowHorizontalRuler = false;
            defaultTextEditorProperties64.ShowInvalidLines = false;
            defaultTextEditorProperties64.ShowLineNumbers = true;
            defaultTextEditorProperties64.ShowMatchingBracket = true;
            defaultTextEditorProperties64.ShowSpaces = false;
            defaultTextEditorProperties64.ShowTabs = true;
            defaultTextEditorProperties64.ShowVerticalRuler = true;
            defaultTextEditorProperties64.TabIndent = 4;
            defaultTextEditorProperties64.UseAntiAliasedFont = false;
            defaultTextEditorProperties64.VerticalRulerRow = 80;            
            this.memo_script.Encoding = ((System.Text.Encoding)(resources.GetObject("memo_script.Encoding")));
            this.memo_script.Location = new System.Drawing.Point(0, 0);
            this.memo_script.Name = "memo_script";
            this.memo_script.ShowInvalidLines = false;
            this.memo_script.ShowTabs = true;
            this.memo_script.ShowVRuler = true;
            this.memo_script.Size = new System.Drawing.Size(658, 264);
            this.memo_script.TabIndex = 0;
            this.memo_script.TextEditorProperties = defaultTextEditorProperties64;
            this.memo_script.Load += new System.EventHandler(this.memo_script_Load);
            // 
            // obj_lb
            // 
            this.obj_lb.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.obj_lb.Appearance.Options.UseFont = true;
            this.obj_lb.Location = new System.Drawing.Point(5, 6);
            this.obj_lb.Name = "obj_lb";
            this.obj_lb.Size = new System.Drawing.Size(0, 13);
            this.obj_lb.TabIndex = 51;
            // 
            // btnExport
            // 
            this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnExport.Location = new System.Drawing.Point(93, 451);
            this.btnExport.Name = "btnExport";
            this.btnExport.Size = new System.Drawing.Size(75, 23);
            this.btnExport.TabIndex = 53;
            this.btnExport.Text = "Export Script";
            this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
            // 
            // frmGenerateSQL
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(686, 481);
            this.Controls.Add(this.btnExport);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.cbObjDb_sub);
            this.Controls.Add(this.labelControl3);
            this.Controls.Add(this.labelControl2);
            this.Controls.Add(this.labelControl1);
            this.Controls.Add(this.lbl_DoiTuong);
            this.Controls.Add(this.btnCopy);
            this.Controls.Add(this.cbObjDb_main);
            this.Name = "frmGenerateSQL";
            this.Text = "Generate SQL";
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     //ICSharpCode.TextEditor.Document.DefaultDocument defaultDocument1 = new ICSharpCode.TextEditor.Document.DefaultDocument();
     ICSharpCode.TextEditor.Document.DefaultFormattingStrategy   defaultFormattingStrategy1   = new ICSharpCode.TextEditor.Document.DefaultFormattingStrategy();
     ICSharpCode.TextEditor.Document.DefaultHighlightingStrategy defaultHighlightingStrategy1 = new ICSharpCode.TextEditor.Document.DefaultHighlightingStrategy();
     ICSharpCode.TextEditor.Document.GapTextBufferStrategy       gapTextBufferStrategy1       = new ICSharpCode.TextEditor.Document.GapTextBufferStrategy();
     ICSharpCode.TextEditor.Document.DefaultTextEditorProperties defaultTextEditorProperties1 = new ICSharpCode.TextEditor.Document.DefaultTextEditorProperties();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DbQuery));
     this.txtContent            = new LTPTextEditor.Editor.TextEditorControlWrapper();
     this.cmShortcutMeny        = new System.Windows.Forms.ContextMenu();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tabControl1           = new System.Windows.Forms.TabControl();
     this.tabPage1               = new System.Windows.Forms.TabPage();
     this.dataGridView1          = new System.Windows.Forms.DataGridView();
     this.tabPage2               = new System.Windows.Forms.TabPage();
     this.txtInfo                = new System.Windows.Forms.RichTextBox();
     this.imageList1             = new System.Windows.Forms.ImageList(this.components);
     this.splitter1              = new System.Windows.Forms.Splitter();
     this.ttParamenterInfo       = new System.Windows.Forms.ToolTip(this.components);
     this.ExecutionTimer         = new System.Windows.Forms.Timer(this.components);
     this.printDocument          = new System.Drawing.Printing.PrintDocument();
     this.imageList2             = new System.Windows.Forms.ImageList(this.components);
     this.toolTip1               = new System.Windows.Forms.ToolTip(this.components);
     this.pageSetupDialog        = new System.Windows.Forms.PageSetupDialog();
     this.cmDragAndDrp           = new System.Windows.Forms.ContextMenu();
     this.menuItemObjectName     = new System.Windows.Forms.MenuItem();
     this.menuItemSplitter       = new System.Windows.Forms.MenuItem();
     this.menuItemSelect1        = new System.Windows.Forms.MenuItem();
     this.menuItemSelect2        = new System.Windows.Forms.MenuItem();
     this.menuItemJoin           = new System.Windows.Forms.MenuItem();
     this.menuItemLeftOuterJoin  = new System.Windows.Forms.MenuItem();
     this.menuItemRightOuterJoin = new System.Windows.Forms.MenuItem();
     this.menuItemWhere          = new System.Windows.Forms.MenuItem();
     this.menuItemOrderBy        = new System.Windows.Forms.MenuItem();
     this.menuItemGroupBy        = new System.Windows.Forms.MenuItem();
     this.printDialog            = new System.Windows.Forms.PrintDialog();
     this.contextMenu1           = new System.Windows.Forms.ContextMenu();
     this.printPreviewDialog     = new System.Windows.Forms.PrintPreviewDialog();
     this.statusStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // txtContent
     //
     this.txtContent.AllowDrop  = true;
     this.txtContent.AutoScroll = true;
     this.txtContent.Dock       = System.Windows.Forms.DockStyle.Fill;
     //defaultDocument1.FormattingStrategy = defaultFormattingStrategy1;
     defaultHighlightingStrategy1.Extensions = new string[] {
         ".SQL"
     };
     //defaultDocument1.HighlightingStrategy = defaultHighlightingStrategy1;
     //defaultDocument1.ReadOnly = false;
     //defaultDocument1.TextBufferStrategy = gapTextBufferStrategy1;
     //defaultDocument1.TextContent = "";
     defaultTextEditorProperties1.AllowCaretBeyondEOL    = false;
     defaultTextEditorProperties1.AutoInsertCurlyBracket = true;
     defaultTextEditorProperties1.BracketMatchingStyle   = ICSharpCode.TextEditor.Document.BracketMatchingStyle.After;
     defaultTextEditorProperties1.ConvertTabsToSpaces    = false;
     defaultTextEditorProperties1.CreateBackupCopy       = false;
     defaultTextEditorProperties1.DocumentSelectionMode  = ICSharpCode.TextEditor.Document.DocumentSelectionMode.Normal;
     defaultTextEditorProperties1.EnableFolding          = true;
     defaultTextEditorProperties1.Encoding             = ((System.Text.Encoding)(resources.GetObject("defaultTextEditorProperties1.Encoding")));
     defaultTextEditorProperties1.Font                 = new System.Drawing.Font("Courier New", 10F);
     defaultTextEditorProperties1.HideMouseCursor      = false;
     defaultTextEditorProperties1.IndentStyle          = ICSharpCode.TextEditor.Document.IndentStyle.Smart;
     defaultTextEditorProperties1.IsIconBarVisible     = false;
     defaultTextEditorProperties1.LineTerminator       = "\r\n";
     defaultTextEditorProperties1.LineViewerStyle      = ICSharpCode.TextEditor.Document.LineViewerStyle.None;
     defaultTextEditorProperties1.MouseWheelScrollDown = true;
     defaultTextEditorProperties1.MouseWheelTextZoom   = true;
     defaultTextEditorProperties1.ShowEOLMarker        = false;
     defaultTextEditorProperties1.ShowHorizontalRuler  = false;
     defaultTextEditorProperties1.ShowInvalidLines     = false;
     defaultTextEditorProperties1.ShowLineNumbers      = true;
     defaultTextEditorProperties1.ShowMatchingBracket  = true;
     defaultTextEditorProperties1.ShowSpaces           = false;
     defaultTextEditorProperties1.ShowTabs             = false;
     defaultTextEditorProperties1.ShowVerticalRuler    = false;
     defaultTextEditorProperties1.TabIndent            = 4;
     defaultTextEditorProperties1.UseAntiAliasedFont   = false;
     defaultTextEditorProperties1.UseCustomLine        = false;
     defaultTextEditorProperties1.VerticalRulerRow     = 80;
     //defaultDocument1.TextEditorProperties = defaultTextEditorProperties1;
     //this.txtContent.Document = defaultDocument1;
     this.txtContent.Encoding             = ((System.Text.Encoding)(resources.GetObject("txtContent.Encoding")));
     this.txtContent.IsIconBarVisible     = false;
     this.txtContent.Location             = new System.Drawing.Point(0, 0);
     this.txtContent.Name                 = "txtContent";
     this.txtContent.SelectedText         = "";
     this.txtContent.SelectionStart       = 0;
     this.txtContent.ShowInvalidLines     = false;
     this.txtContent.ShowSpaces           = false;
     this.txtContent.ShowTabs             = false;
     this.txtContent.ShowVRuler           = false;
     this.txtContent.Size                 = new System.Drawing.Size(377, 257);
     this.txtContent.TabIndex             = 2;
     this.txtContent.TextEditorProperties = defaultTextEditorProperties1;
     this.txtContent.KeyPressEvent       += new LTPTextEditor.Editor.TextEditorControlWrapper.KeyPressEventHandler(this.qcTextEditor_KeyPressEvent);
     this.txtContent.RMouseUpEvent       += new LTPTextEditor.Editor.TextEditorControlWrapper.MYMouseRButtonUpEventHandler(this.qcTextEditor_MouseUp);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.toolStripStatusLabel2
     });
     this.statusStrip1.Location         = new System.Drawing.Point(0, 404);
     this.statusStrip1.Name             = "statusStrip1";
     this.statusStrip1.ShowItemToolTips = true;
     this.statusStrip1.Size             = new System.Drawing.Size(377, 22);
     this.statusStrip1.TabIndex         = 3;
     this.statusStrip1.Text             = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name      = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size      = new System.Drawing.Size(0, 17);
     this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name      = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size      = new System.Drawing.Size(362, 17);
     this.toolStripStatusLabel2.Spring    = true;
     this.toolStripStatusLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tabControl1
     //
     this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.tabControl1.ImageList     = this.imageList1;
     this.tabControl1.Location      = new System.Drawing.Point(0, 260);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.ShowToolTips  = true;
     this.tabControl1.Size          = new System.Drawing.Size(377, 144);
     this.tabControl1.TabIndex      = 4;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.dataGridView1);
     this.tabPage1.ImageIndex              = 0;
     this.tabPage1.Location                = new System.Drawing.Point(4, 4);
     this.tabPage1.Name                    = "tabPage1";
     this.tabPage1.Size                    = new System.Drawing.Size(369, 117);
     this.tabPage1.TabIndex                = 0;
     this.tabPage1.Text                    = "结果";
     this.tabPage1.ToolTipText             = "查询结果";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location           = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size               = new System.Drawing.Size(369, 117);
     this.dataGridView1.TabIndex           = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.txtInfo);
     this.tabPage2.ImageIndex              = 1;
     this.tabPage2.Location                = new System.Drawing.Point(4, 4);
     this.tabPage2.Name                    = "tabPage2";
     this.tabPage2.Size                    = new System.Drawing.Size(369, 117);
     this.tabPage2.TabIndex                = 1;
     this.tabPage2.Text                    = "消息";
     this.tabPage2.ToolTipText             = "语句执行情况";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // txtInfo
     //
     this.txtInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtInfo.Location = new System.Drawing.Point(0, 0);
     this.txtInfo.Name     = "txtInfo";
     this.txtInfo.Size     = new System.Drawing.Size(369, 117);
     this.txtInfo.TabIndex = 0;
     this.txtInfo.Text     = "";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "exec.ico");
     this.imageList1.Images.SetKeyName(1, "chat.ico");
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 257);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(377, 3);
     this.splitter1.TabIndex = 5;
     this.splitter1.TabStop  = false;
     //
     // ttParamenterInfo
     //
     this.ttParamenterInfo.Active = false;
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     this.imageList2.Images.SetKeyName(6, "");
     //
     // pageSetupDialog
     //
     this.pageSetupDialog.Document = this.printDocument;
     //
     // cmDragAndDrp
     //
     this.cmDragAndDrp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemObjectName,
         this.menuItemSplitter,
         this.menuItemSelect1,
         this.menuItemSelect2,
         this.menuItemJoin,
         this.menuItemLeftOuterJoin,
         this.menuItemRightOuterJoin,
         this.menuItemWhere,
         this.menuItemOrderBy,
         this.menuItemGroupBy
     });
     //
     // menuItemObjectName
     //
     this.menuItemObjectName.Index  = 0;
     this.menuItemObjectName.Text   = "Object name";
     this.menuItemObjectName.Click += new System.EventHandler(this.menuItemObjectName_Click);
     //
     // menuItemSplitter
     //
     this.menuItemSplitter.Index = 1;
     this.menuItemSplitter.Text  = "-";
     //
     // menuItemSelect1
     //
     this.menuItemSelect1.Index  = 2;
     this.menuItemSelect1.Text   = "SELECT * FROM...";
     this.menuItemSelect1.Click += new System.EventHandler(this.menuItemSelect1_Click);
     //
     // menuItemSelect2
     //
     this.menuItemSelect2.Index  = 3;
     this.menuItemSelect2.Text   = "SELECT [Fields] FROM";
     this.menuItemSelect2.Click += new System.EventHandler(this.menuItemSelect2_Click);
     //
     // menuItemJoin
     //
     this.menuItemJoin.Index  = 4;
     this.menuItemJoin.Text   = "UPDATE...";
     this.menuItemJoin.Click += new System.EventHandler(this.menuItemJoin_Click);
     //
     // menuItemLeftOuterJoin
     //
     this.menuItemLeftOuterJoin.Index  = 5;
     this.menuItemLeftOuterJoin.Text   = "DELETE FROM...";
     this.menuItemLeftOuterJoin.Click += new System.EventHandler(this.menuItemLeftOuterJoin_Click);
     //
     // menuItemRightOuterJoin
     //
     this.menuItemRightOuterJoin.Index  = 6;
     this.menuItemRightOuterJoin.Text   = "INSERT INTO ...";
     this.menuItemRightOuterJoin.Click += new System.EventHandler(this.menuItemRightOuterJoin_Click);
     //
     // menuItemWhere
     //
     this.menuItemWhere.Index  = 7;
     this.menuItemWhere.Text   = "WHERE";
     this.menuItemWhere.Click += new System.EventHandler(this.menuItemWhere_Click);
     //
     // menuItemOrderBy
     //
     this.menuItemOrderBy.Index  = 8;
     this.menuItemOrderBy.Text   = "ORDER BY";
     this.menuItemOrderBy.Click += new System.EventHandler(this.menuItemOrderBy_Click);
     //
     // menuItemGroupBy
     //
     this.menuItemGroupBy.Index  = 9;
     this.menuItemGroupBy.Text   = "GROUP BY";
     this.menuItemGroupBy.Click += new System.EventHandler(this.menuItemGroupBy_Click);
     //
     // printDialog
     //
     this.printDialog.Document = this.printDocument;
     //
     // printPreviewDialog
     //
     this.printPreviewDialog.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog.Document          = this.printDocument;
     this.printPreviewDialog.Enabled           = true;
     this.printPreviewDialog.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
     this.printPreviewDialog.Name    = "printPreviewDialog";
     this.printPreviewDialog.Visible = false;
     //
     // DbQuery
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(377, 426);
     this.Controls.Add(this.txtContent);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.statusStrip1);
     this.Name         = "DbQuery";
     this.Text         = "DbQuery";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DbQuery_FormClosing);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }