📄 frmconnect1.designer.cs
字号:
namespace BDCS.DataBaseInformation
{
partial class frmConnect
{
/// <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()
{
this.grpServer = new System.Windows.Forms.GroupBox();
this.grpLogin = new System.Windows.Forms.GroupBox();
this.grpDB = new System.Windows.Forms.GroupBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.btnRefresh = new System.Windows.Forms.Button();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.radioButton5 = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.grpServer.SuspendLayout();
this.grpLogin.SuspendLayout();
this.grpDB.SuspendLayout();
this.SuspendLayout();
//
// grpServer
//
this.grpServer.Controls.Add(this.btnRefresh);
this.grpServer.Controls.Add(this.radioButton3);
this.grpServer.Controls.Add(this.radioButton2);
this.grpServer.Controls.Add(this.radioButton1);
this.grpServer.Controls.Add(this.label1);
this.grpServer.Controls.Add(this.comboBox1);
this.grpServer.Location = new System.Drawing.Point(12, 12);
this.grpServer.Name = "grpServer";
this.grpServer.Size = new System.Drawing.Size(302, 102);
this.grpServer.TabIndex = 0;
this.grpServer.TabStop = false;
this.grpServer.Text = "服务器信息:";
//
// grpLogin
//
this.grpLogin.Controls.Add(this.checkBox1);
this.grpLogin.Controls.Add(this.textBox2);
this.grpLogin.Controls.Add(this.textBox1);
this.grpLogin.Controls.Add(this.label3);
this.grpLogin.Controls.Add(this.label2);
this.grpLogin.Controls.Add(this.radioButton5);
this.grpLogin.Controls.Add(this.radioButton4);
this.grpLogin.Location = new System.Drawing.Point(12, 130);
this.grpLogin.Name = "grpLogin";
this.grpLogin.Size = new System.Drawing.Size(302, 155);
this.grpLogin.TabIndex = 1;
this.grpLogin.TabStop = false;
this.grpLogin.Text = "登录信息:";
//
// grpDB
//
this.grpDB.Controls.Add(this.label4);
this.grpDB.Controls.Add(this.comboBox2);
this.grpDB.Location = new System.Drawing.Point(12, 294);
this.grpDB.Name = "grpDB";
this.grpDB.Size = new System.Drawing.Size(302, 115);
this.grpDB.TabIndex = 2;
this.grpDB.TabStop = false;
this.grpDB.Text = "数据库信息";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(79, 20);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(213, 20);
this.comboBox1.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1;
this.label1.Text = "服务器名:";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(79, 47);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(65, 16);
this.radioButton1.TabIndex = 2;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "&Network";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(150, 47);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(53, 16);
this.radioButton2.TabIndex = 3;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "&Local";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton3
//
this.radioButton3.AutoSize = true;
this.radioButton3.Location = new System.Drawing.Point(209, 47);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(83, 16);
this.radioButton3.TabIndex = 4;
this.radioButton3.TabStop = true;
this.radioButton3.Text = "&Registered";
this.radioButton3.UseVisualStyleBackColor = true;
//
// btnRefresh
//
this.btnRefresh.Location = new System.Drawing.Point(217, 70);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(75, 23);
this.btnRefresh.TabIndex = 5;
this.btnRefresh.Text = "刷新(&R)";
this.btnRefresh.UseVisualStyleBackColor = true;
//
// radioButton4
//
this.radioButton4.AutoSize = true;
this.radioButton4.Location = new System.Drawing.Point(10, 21);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(113, 16);
this.radioButton4.TabIndex = 5;
this.radioButton4.TabStop = true;
this.radioButton4.Text = "&Windows身份验证";
this.radioButton4.UseVisualStyleBackColor = true;
//
// radioButton5
//
this.radioButton5.AutoSize = true;
this.radioButton5.Location = new System.Drawing.Point(10, 43);
this.radioButton5.Name = "radioButton5";
this.radioButton5.Size = new System.Drawing.Size(131, 16);
this.radioButton5.TabIndex = 6;
this.radioButton5.TabStop = true;
this.radioButton5.Text = "&SQL Server身份验证";
this.radioButton5.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 69);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 7;
this.label2.Text = "用户名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(24, 92);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 8;
this.label3.Text = "密 码:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(79, 65);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(213, 21);
this.textBox1.TabIndex = 9;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(79, 94);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(213, 21);
this.textBox2.TabIndex = 10;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(79, 124);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(108, 16);
this.checkBox1.TabIndex = 11;
this.checkBox1.Text = "&Empty Password";
this.checkBox1.UseVisualStyleBackColor = true;
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(79, 20);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(213, 20);
this.comboBox2.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 24);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 2;
this.label4.Text = "数据库名:";
//
// frmConnect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(326, 503);
this.Controls.Add(this.grpDB);
this.Controls.Add(this.grpLogin);
this.Controls.Add(this.grpServer);
this.Name = "frmConnect";
this.Text = "frmConnect";
this.Load += new System.EventHandler(this.frmConnect_Load);
this.grpServer.ResumeLayout(false);
this.grpServer.PerformLayout();
this.grpLogin.ResumeLayout(false);
this.grpLogin.PerformLayout();
this.grpDB.ResumeLayout(false);
this.grpDB.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox grpServer;
private System.Windows.Forms.GroupBox grpLogin;
private System.Windows.Forms.GroupBox grpDB;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.RadioButton radioButton5;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -