?? conectform.designer.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 + -