📄 frmconnect.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.btnRefresh = new System.Windows.Forms.Button();
this.radRegistered = new System.Windows.Forms.RadioButton();
this.radLocal = new System.Windows.Forms.RadioButton();
this.radNetwork = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.cmbServers = new System.Windows.Forms.ComboBox();
this.grpLogin = new System.Windows.Forms.GroupBox();
this.chkEmptyPwd = new System.Windows.Forms.CheckBox();
this.txtPwd = new System.Windows.Forms.TextBox();
this.txtUser = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.radSQLServer = new System.Windows.Forms.RadioButton();
this.radWindows = new System.Windows.Forms.RadioButton();
this.grpDB = new System.Windows.Forms.GroupBox();
this.btnDBInfo = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.cmbDatabases = new System.Windows.Forms.ComboBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.grpServer.SuspendLayout();
this.grpLogin.SuspendLayout();
this.grpDB.SuspendLayout();
this.SuspendLayout();
//
// grpServer
//
this.grpServer.Controls.Add(this.btnRefresh);
this.grpServer.Controls.Add(this.radRegistered);
this.grpServer.Controls.Add(this.radLocal);
this.grpServer.Controls.Add(this.radNetwork);
this.grpServer.Controls.Add(this.label1);
this.grpServer.Controls.Add(this.cmbServers);
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 = "服务器信息:";
//
// 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;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// radRegistered
//
this.radRegistered.AutoSize = true;
this.radRegistered.Location = new System.Drawing.Point(209, 47);
this.radRegistered.Name = "radRegistered";
this.radRegistered.Size = new System.Drawing.Size(83, 16);
this.radRegistered.TabIndex = 4;
this.radRegistered.Text = "Registere&d";
this.radRegistered.UseVisualStyleBackColor = true;
//
// radLocal
//
this.radLocal.AutoSize = true;
this.radLocal.Checked = true;
this.radLocal.Location = new System.Drawing.Point(150, 47);
this.radLocal.Name = "radLocal";
this.radLocal.Size = new System.Drawing.Size(53, 16);
this.radLocal.TabIndex = 3;
this.radLocal.TabStop = true;
this.radLocal.Text = "&Local";
this.radLocal.UseVisualStyleBackColor = true;
//
// radNetwork
//
this.radNetwork.AutoSize = true;
this.radNetwork.Location = new System.Drawing.Point(79, 47);
this.radNetwork.Name = "radNetwork";
this.radNetwork.Size = new System.Drawing.Size(65, 16);
this.radNetwork.TabIndex = 2;
this.radNetwork.Text = "&Network";
this.radNetwork.UseVisualStyleBackColor = true;
//
// 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 = "服务器名:";
//
// cmbServers
//
this.cmbServers.FormattingEnabled = true;
this.cmbServers.Location = new System.Drawing.Point(79, 20);
this.cmbServers.Name = "cmbServers";
this.cmbServers.Size = new System.Drawing.Size(213, 20);
this.cmbServers.TabIndex = 0;
//
// grpLogin
//
this.grpLogin.Controls.Add(this.chkEmptyPwd);
this.grpLogin.Controls.Add(this.txtPwd);
this.grpLogin.Controls.Add(this.txtUser);
this.grpLogin.Controls.Add(this.label3);
this.grpLogin.Controls.Add(this.label2);
this.grpLogin.Controls.Add(this.radSQLServer);
this.grpLogin.Controls.Add(this.radWindows);
this.grpLogin.Location = new System.Drawing.Point(12, 125);
this.grpLogin.Name = "grpLogin";
this.grpLogin.Size = new System.Drawing.Size(302, 155);
this.grpLogin.TabIndex = 1;
this.grpLogin.TabStop = false;
this.grpLogin.Text = "登录信息:";
//
// chkEmptyPwd
//
this.chkEmptyPwd.AutoSize = true;
this.chkEmptyPwd.Location = new System.Drawing.Point(79, 124);
this.chkEmptyPwd.Name = "chkEmptyPwd";
this.chkEmptyPwd.Size = new System.Drawing.Size(90, 16);
this.chkEmptyPwd.TabIndex = 11;
this.chkEmptyPwd.Text = "空白密码(&E)";
this.chkEmptyPwd.UseVisualStyleBackColor = true;
this.chkEmptyPwd.CheckedChanged += new System.EventHandler(this.chkEmptyPwd_CheckedChanged);
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(79, 94);
this.txtPwd.Name = "txtPwd";
this.txtPwd.Size = new System.Drawing.Size(213, 21);
this.txtPwd.TabIndex = 10;
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(79, 65);
this.txtUser.Name = "txtUser";
this.txtUser.Size = new System.Drawing.Size(213, 21);
this.txtUser.TabIndex = 9;
//
// 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 = "密 码:";
//
// 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 = "用户名:";
//
// radSQLServer
//
this.radSQLServer.AutoSize = true;
this.radSQLServer.Location = new System.Drawing.Point(10, 43);
this.radSQLServer.Name = "radSQLServer";
this.radSQLServer.Size = new System.Drawing.Size(131, 16);
this.radSQLServer.TabIndex = 6;
this.radSQLServer.Text = "&SQL Server身份验证";
this.radSQLServer.UseVisualStyleBackColor = true;
this.radSQLServer.CheckedChanged += new System.EventHandler(this.radSQLServer_CheckedChanged);
//
// radWindows
//
this.radWindows.AutoSize = true;
this.radWindows.Checked = true;
this.radWindows.Location = new System.Drawing.Point(10, 21);
this.radWindows.Name = "radWindows";
this.radWindows.Size = new System.Drawing.Size(113, 16);
this.radWindows.TabIndex = 5;
this.radWindows.TabStop = true;
this.radWindows.Text = "&Windows身份验证";
this.radWindows.UseVisualStyleBackColor = true;
//
// grpDB
//
this.grpDB.Controls.Add(this.btnDBInfo);
this.grpDB.Controls.Add(this.label4);
this.grpDB.Controls.Add(this.cmbDatabases);
this.grpDB.Location = new System.Drawing.Point(12, 289);
this.grpDB.Name = "grpDB";
this.grpDB.Size = new System.Drawing.Size(302, 83);
this.grpDB.TabIndex = 2;
this.grpDB.TabStop = false;
this.grpDB.Text = "数据库信息";
//
// btnDBInfo
//
this.btnDBInfo.Location = new System.Drawing.Point(188, 47);
this.btnDBInfo.Name = "btnDBInfo";
this.btnDBInfo.Size = new System.Drawing.Size(104, 23);
this.btnDBInfo.TabIndex = 6;
this.btnDBInfo.Text = "数据库信息(&I)";
this.btnDBInfo.UseVisualStyleBackColor = true;
this.btnDBInfo.Click += new System.EventHandler(this.btnDBInfo_Click);
//
// 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 = "数据库名:";
//
// cmbDatabases
//
this.cmbDatabases.FormattingEnabled = true;
this.cmbDatabases.Location = new System.Drawing.Point(79, 20);
this.cmbDatabases.Name = "cmbDatabases";
this.cmbDatabases.Size = new System.Drawing.Size(213, 20);
this.cmbDatabases.TabIndex = 1;
this.cmbDatabases.Click += new System.EventHandler(this.cmbDatabases_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(239, 382);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 6;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(158, 382);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 7;
this.btnOK.Text = "确定(&O)";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// frmConnect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(326, 414);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.grpDB);
this.Controls.Add(this.grpLogin);
this.Controls.Add(this.grpServer);
this.Name = "frmConnect";
this.Text = "连接数据库";
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 cmbServers;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton radLocal;
private System.Windows.Forms.RadioButton radNetwork;
private System.Windows.Forms.RadioButton radRegistered;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.RadioButton radSQLServer;
private System.Windows.Forms.RadioButton radWindows;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.TextBox txtUser;
private System.Windows.Forms.CheckBox chkEmptyPwd;
private System.Windows.Forms.ComboBox cmbDatabases;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnDBInfo;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -