⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formquery.designer.cs

📁 sqlce查询分析器
💻 CS
字号:
namespace CEQuery
{
    partial class FormQuery
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            ((MainForm)this.MdiParent).toolStripStatusLabel.Text = string.Empty;
            base.Dispose(disposing);            
        }

        #region Windows Form Designer generated code

        /// <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(FormQuery));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tvTables = new System.Windows.Forms.TreeView();
            this.ctxDataMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.insertToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateScriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshTreeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.imgDB = new System.Windows.Forms.ImageList(this.components);
            this.tabQuery = new TabPages.PageCollection();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.ctxDataMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tvTables);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabQuery);
            this.splitContainer1.Size = new System.Drawing.Size(1028, 585);
            this.splitContainer1.SplitterDistance = 299;
            this.splitContainer1.TabIndex = 6;
            // 
            // tvTables
            // 
            this.tvTables.BackColor = System.Drawing.SystemColors.Info;
            this.tvTables.ContextMenuStrip = this.ctxDataMenu;
            this.tvTables.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvTables.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tvTables.ImageIndex = 0;
            this.tvTables.ImageList = this.imgDB;
            this.tvTables.Location = new System.Drawing.Point(0, 0);
            this.tvTables.Name = "tvTables";
            this.tvTables.SelectedImageIndex = 0;
            this.tvTables.Size = new System.Drawing.Size(299, 585);
            this.tvTables.TabIndex = 6;
            this.tvTables.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tvTables_MouseUp);
            // 
            // ctxDataMenu
            // 
            this.ctxDataMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.insertToolStripMenuItem,
            this.selectToolStripMenuItem,
            this.generateScriptToolStripMenuItem,
            this.refreshTreeToolStripMenuItem});
            this.ctxDataMenu.Name = "ctxDataMenu";
            this.ctxDataMenu.Size = new System.Drawing.Size(150, 92);
            // 
            // insertToolStripMenuItem
            // 
            this.insertToolStripMenuItem.Image = global::CEQuery.Properties.Resources.information_2;
            this.insertToolStripMenuItem.Name = "insertToolStripMenuItem";
            this.insertToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
            this.insertToolStripMenuItem.Text = "Insert";
            this.insertToolStripMenuItem.Click += new System.EventHandler(this.insertToolStripMenuItem_Click);
            // 
            // selectToolStripMenuItem
            // 
            this.selectToolStripMenuItem.Image = global::CEQuery.Properties.Resources.startTest_2;
            this.selectToolStripMenuItem.Name = "selectToolStripMenuItem";
            this.selectToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
            this.selectToolStripMenuItem.Text = "Select";
            this.selectToolStripMenuItem.Click += new System.EventHandler(this.selectToolStripMenuItem_Click);
            // 
            // generateScriptToolStripMenuItem
            // 
            this.generateScriptToolStripMenuItem.Image = global::CEQuery.Properties.Resources.quick_test;
            this.generateScriptToolStripMenuItem.Name = "generateScriptToolStripMenuItem";
            this.generateScriptToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
            this.generateScriptToolStripMenuItem.Text = "Generate Script";
            this.generateScriptToolStripMenuItem.Click += new System.EventHandler(this.generateScriptToolStripMenuItem_Click);
            // 
            // refreshTreeToolStripMenuItem
            // 
            this.refreshTreeToolStripMenuItem.Image = global::CEQuery.Properties.Resources.refresh;
            this.refreshTreeToolStripMenuItem.Name = "refreshTreeToolStripMenuItem";
            this.refreshTreeToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
            this.refreshTreeToolStripMenuItem.Text = "Refresh Tree";
            this.refreshTreeToolStripMenuItem.Click += new System.EventHandler(this.refreshTreeToolStripMenuItem_Click);
            // 
            // imgDB
            // 
            this.imgDB.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgDB.ImageStream")));
            this.imgDB.TransparentColor = System.Drawing.Color.Transparent;
            this.imgDB.Images.SetKeyName(0, "Database Inactive.png");
            this.imgDB.Images.SetKeyName(1, "Filter Feather.png");
            this.imgDB.Images.SetKeyName(2, "Objects.png");
            this.imgDB.Images.SetKeyName(3, "Task Report.png");
            this.imgDB.Images.SetKeyName(4, "User Anonymous Yellow.png");
            // 
            // tabQuery
            // 
            this.tabQuery.CurrentPage = null;
            this.tabQuery.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabQuery.Location = new System.Drawing.Point(0, 0);
            this.tabQuery.Name = "tabQuery";
            this.tabQuery.Size = new System.Drawing.Size(725, 585);
            this.tabQuery.TabColor = System.Drawing.Color.LightSteelBlue;
            this.tabQuery.TabIndex = 0;
            this.tabQuery.Text = "pageCollection1";
            this.tabQuery.TopMargin = 3;
            // 
            // FormQuery
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 585);
            this.Controls.Add(this.splitContainer1);
            this.KeyPreview = true;
            this.Name = "FormQuery";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Query Analyzer";
            this.Load += new System.EventHandler(this.FormQuery_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormQuery_KeyDown);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.ctxDataMenu.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        //private System.Windows.Forms.RichTextBox rtQuery;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.TreeView tvTables;
        private System.Windows.Forms.ImageList imgDB;
        private System.Windows.Forms.ContextMenuStrip ctxDataMenu;
        private System.Windows.Forms.ToolStripMenuItem insertToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem selectToolStripMenuItem;
        private TabPages.PageCollection tabQuery;
        private System.Windows.Forms.ToolStripMenuItem generateScriptToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem refreshTreeToolStripMenuItem;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -