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

📄 conectform.designer.cs

📁 ADO数据库操作+DataGradView控件
💻 CS
字号:
namespace ImportC_S
{
    partial class ConectForm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            SqlConnect = new System.Data.SqlClient.SqlConnection();
            this.ConnectgroupBox = new System.Windows.Forms.GroupBox();
            this.PswdTxt = new System.Windows.Forms.TextBox();
            this.jqNameTxt = new System.Windows.Forms.TextBox();
            this.DbNameTxt = new System.Windows.Forms.TextBox();
            this.UserNameTxt = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.Linkcmd = new System.Windows.Forms.Button();
            this.ConnectgroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // ConnectgroupBox
            // 
            this.ConnectgroupBox.Controls.Add(this.PswdTxt);
            this.ConnectgroupBox.Controls.Add(this.jqNameTxt);
            this.ConnectgroupBox.Controls.Add(this.DbNameTxt);
            this.ConnectgroupBox.Controls.Add(this.UserNameTxt);
            this.ConnectgroupBox.Controls.Add(this.label4);
            this.ConnectgroupBox.Controls.Add(this.label3);
            this.ConnectgroupBox.Controls.Add(this.label2);
            this.ConnectgroupBox.Controls.Add(this.label1);
            this.ConnectgroupBox.Controls.Add(this.Linkcmd);
            this.ConnectgroupBox.Location = new System.Drawing.Point(12, 24);
            this.ConnectgroupBox.Name = "ConnectgroupBox";
            this.ConnectgroupBox.Size = new System.Drawing.Size(270, 263);
            this.ConnectgroupBox.TabIndex = 10;
            this.ConnectgroupBox.TabStop = false;
            this.ConnectgroupBox.Text = "连接信息";
            // 
            // PswdTxt
            // 
            this.PswdTxt.Location = new System.Drawing.Point(122, 146);
            this.PswdTxt.Name = "PswdTxt";
            this.PswdTxt.PasswordChar = '*';
            this.PswdTxt.Size = new System.Drawing.Size(100, 21);
            this.PswdTxt.TabIndex = 26;
            this.PswdTxt.Text = "sa";
            // 
            // jqNameTxt
            // 
            this.jqNameTxt.Location = new System.Drawing.Point(122, 36);
            this.jqNameTxt.Name = "jqNameTxt";
            this.jqNameTxt.Size = new System.Drawing.Size(100, 21);
            this.jqNameTxt.TabIndex = 25;
            this.jqNameTxt.Text = "cayman";
            // 
            // DbNameTxt
            // 
            this.DbNameTxt.Location = new System.Drawing.Point(122, 74);
            this.DbNameTxt.Name = "DbNameTxt";
            this.DbNameTxt.Size = new System.Drawing.Size(100, 21);
            this.DbNameTxt.TabIndex = 24;
            this.DbNameTxt.Text = "jwcdb";
            // 
            // UserNameTxt
            // 
            this.UserNameTxt.Location = new System.Drawing.Point(122, 114);
            this.UserNameTxt.Name = "UserNameTxt";
            this.UserNameTxt.Size = new System.Drawing.Size(100, 21);
            this.UserNameTxt.TabIndex = 23;
            this.UserNameTxt.Text = "sa";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(48, 146);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(59, 12);
            this.label4.TabIndex = 22;
            this.label4.Text = "密    码:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(48, 114);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 21;
            this.label3.Text = "用 户 名:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(48, 77);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(71, 12);
            this.label2.TabIndex = 20;
            this.label2.Text = "数据库名称:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(48, 45);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 12);
            this.label1.TabIndex = 19;
            this.label1.Text = "服务器名称:";
            // 
            // Linkcmd
            // 
            this.Linkcmd.Location = new System.Drawing.Point(122, 204);
            this.Linkcmd.Name = "Linkcmd";
            this.Linkcmd.Size = new System.Drawing.Size(75, 23);
            this.Linkcmd.TabIndex = 18;
            this.Linkcmd.Text = "连接";
            this.Linkcmd.UseVisualStyleBackColor = true;
            this.Linkcmd.Click += new System.EventHandler(this.Linkcmd_Click);
            // 
            // ConectForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(314, 308);
            this.Controls.Add(this.ConnectgroupBox);
            this.Name = "ConectForm";
            this.Text = "ConectForm";
            this.ConnectgroupBox.ResumeLayout(false);
            this.ConnectgroupBox.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox ConnectgroupBox;
        private System.Windows.Forms.TextBox PswdTxt;
        private System.Windows.Forms.TextBox jqNameTxt;
        private System.Windows.Forms.TextBox DbNameTxt;
        private System.Windows.Forms.TextBox UserNameTxt;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button Linkcmd;


    }
}

⌨️ 快捷键说明

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