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

📄 dmxadhoc.designer.cs

📁 < SQL Server2005程序设计>
💻 CS
字号:
namespace Chapter20WinClient
{
    partial class frmDMXAdHoc
    {
        /// <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();
            }
            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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDMXAdHoc));
            this.btnExecute = new System.Windows.Forms.Button();
            this.dgvResults = new System.Windows.Forms.DataGridView();
            this.txtQuery = new System.Windows.Forms.TextBox();
            this.lblServer = new System.Windows.Forms.Label();
            this.txtServer = new System.Windows.Forms.TextBox();
            this.btnGetCatalogs = new System.Windows.Forms.Button();
            this.cboCatalogs = new System.Windows.Forms.ComboBox();
            this.lblQuery = new System.Windows.Forms.Label();
            this.lblDatabase = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dgvResults)).BeginInit();
            this.SuspendLayout();
            // 
            // btnExecute
            // 
            this.btnExecute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnExecute.Enabled = false;
            this.btnExecute.Location = new System.Drawing.Point(414, 252);
            this.btnExecute.Name = "btnExecute";
            this.btnExecute.Size = new System.Drawing.Size(75, 23);
            this.btnExecute.TabIndex = 6;
            this.btnExecute.Text = "Execute";
            this.btnExecute.UseVisualStyleBackColor = true;
            this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
            // 
            // dgvResults
            // 
            this.dgvResults.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.dgvResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvResults.Location = new System.Drawing.Point(12, 281);
            this.dgvResults.Name = "dgvResults";
            this.dgvResults.Size = new System.Drawing.Size(478, 204);
            this.dgvResults.TabIndex = 7;
            // 
            // txtQuery
            // 
            this.txtQuery.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.txtQuery.Enabled = false;
            this.txtQuery.Location = new System.Drawing.Point(12, 75);
            this.txtQuery.Multiline = true;
            this.txtQuery.Name = "txtQuery";
            this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtQuery.Size = new System.Drawing.Size(477, 171);
            this.txtQuery.TabIndex = 5;
            this.txtQuery.Text = resources.GetString("txtQuery.Text");
            // 
            // lblServer
            // 
            this.lblServer.AutoSize = true;
            this.lblServer.Location = new System.Drawing.Point(12, 20);
            this.lblServer.Name = "lblServer";
            this.lblServer.Size = new System.Drawing.Size(41, 13);
            this.lblServer.TabIndex = 0;
            this.lblServer.Text = "&Server:";
            // 
            // txtServer
            // 
            this.txtServer.Location = new System.Drawing.Point(59, 16);
            this.txtServer.Name = "txtServer";
            this.txtServer.Size = new System.Drawing.Size(100, 20);
            this.txtServer.TabIndex = 1;
            this.txtServer.Text = ".";
            // 
            // btnGetCatalogs
            // 
            this.btnGetCatalogs.Location = new System.Drawing.Point(165, 14);
            this.btnGetCatalogs.Name = "btnGetCatalogs";
            this.btnGetCatalogs.Size = new System.Drawing.Size(102, 23);
            this.btnGetCatalogs.TabIndex = 2;
            this.btnGetCatalogs.Text = "Show Databases";
            this.btnGetCatalogs.UseVisualStyleBackColor = true;
            this.btnGetCatalogs.Click += new System.EventHandler(this.btnGetCatalogs_Click);
            // 
            // cboCatalogs
            // 
            this.cboCatalogs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboCatalogs.Enabled = false;
            this.cboCatalogs.FormattingEnabled = true;
            this.cboCatalogs.Location = new System.Drawing.Point(341, 17);
            this.cboCatalogs.Name = "cboCatalogs";
            this.cboCatalogs.Size = new System.Drawing.Size(139, 21);
            this.cboCatalogs.TabIndex = 3;
            this.cboCatalogs.SelectedIndexChanged += new System.EventHandler(this.cboCatalogs_SelectedIndexChanged);
            // 
            // lblQuery
            // 
            this.lblQuery.AutoSize = true;
            this.lblQuery.Location = new System.Drawing.Point(12, 56);
            this.lblQuery.Name = "lblQuery";
            this.lblQuery.Size = new System.Drawing.Size(65, 13);
            this.lblQuery.TabIndex = 4;
            this.lblQuery.Text = "DMX Query:";
            // 
            // lblDatabase
            // 
            this.lblDatabase.AutoSize = true;
            this.lblDatabase.Enabled = false;
            this.lblDatabase.Location = new System.Drawing.Point(285, 20);
            this.lblDatabase.Name = "lblDatabase";
            this.lblDatabase.Size = new System.Drawing.Size(53, 13);
            this.lblDatabase.TabIndex = 8;
            this.lblDatabase.Text = "Database";
            // 
            // frmDMXAdHoc
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(502, 503);
            this.Controls.Add(this.lblDatabase);
            this.Controls.Add(this.lblQuery);
            this.Controls.Add(this.cboCatalogs);
            this.Controls.Add(this.btnGetCatalogs);
            this.Controls.Add(this.txtServer);
            this.Controls.Add(this.lblServer);
            this.Controls.Add(this.txtQuery);
            this.Controls.Add(this.dgvResults);
            this.Controls.Add(this.btnExecute);
            this.Name = "frmDMXAdHoc";
            this.Text = "DMX Viewer";
            ((System.ComponentModel.ISupportInitialize)(this.dgvResults)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnExecute;
        private System.Windows.Forms.DataGridView dgvResults;
        private System.Windows.Forms.TextBox txtQuery;
        private System.Windows.Forms.Label lblServer;
        private System.Windows.Forms.TextBox txtServer;
        private System.Windows.Forms.Button btnGetCatalogs;
        private System.Windows.Forms.ComboBox cboCatalogs;
        private System.Windows.Forms.Label lblQuery;
        private System.Windows.Forms.Label lblDatabase;
    }
}

⌨️ 快捷键说明

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