this.lblPassword.Enabled = false;
this.lblPassword.Location = new System.Drawing.Point(22, 91); this.lblPassword.Name = \
this.lblPassword.Size = new System.Drawing.Size(65, 12); this.lblPassword.TabIndex = 4; this.lblPassword.Text = \密 码(&P):\ //
// lblUserName //
this.lblUserName.AutoSize = true; this.lblUserName.Enabled = false;
this.lblUserName.Location = new System.Drawing.Point(22, 64); this.lblUserName.Name = \
this.lblUserName.Size = new System.Drawing.Size(65, 12); this.lblUserName.TabIndex = 2; this.lblUserName.Text = \用户名(&U):\ //
// rdoValidateBySQLServer //
this.rdoValidateBySQLServer.AutoSize = true;
this.rdoValidateBySQLServer.Location = new System.Drawing.Point(6, 42);
this.rdoValidateBySQLServer.Name = \ this.rdoValidateBySQLServer.Size = new System.Drawing.Size(185, 16); this.rdoValidateBySQLServer.TabIndex = 1;
this.rdoValidateBySQLServer.Text = \使用 SQL Server 身份验证(&Q)\ this.rdoValidateBySQLServer.UseVisualStyleBackColor = true;
this.rdoValidateBySQLServer.CheckedChanged += new System.EventHandler(this.rdoValidateBySQLServer_CheckedChanged);
//
// rdoValidateByWindows //
this.rdoValidateByWindows.AutoSize = true; this.rdoValidateByWindows.Checked = true;
this.rdoValidateByWindows.Location = new System.Drawing.Point(6, 20); this.rdoValidateByWindows.Name = \
this.rdoValidateByWindows.Size = new System.Drawing.Size(167, 16); this.rdoValidateByWindows.TabIndex = 0; this.rdoValidateByWindows.TabStop = true;
this.rdoValidateByWindows.Text = \使用 Windows 身份验证(&W)\ this.rdoValidateByWindows.UseVisualStyleBackColor = true; //
// tpServerInfo //
this.tpServerInfo.Controls.Add(this.dgvServerInfo);
this.tpServerInfo.Location = new System.Drawing.Point(4, 21); this.tpServerInfo.Name = \
this.tpServerInfo.Padding = new System.Windows.Forms.Padding(3); this.tpServerInfo.Size = new System.Drawing.Size(342, 279); this.tpServerInfo.TabIndex = 1;
this.tpServerInfo.Text = \服务器详细信息\
this.tpServerInfo.UseVisualStyleBackColor = true; //
// dgvServerInfo //
this.dgvServerInfo.AllowUserToAddRows = false; this.dgvServerInfo.AllowUserToDeleteRows = false; this.dgvServerInfo.AllowUserToResizeRows = false;
this.dgvServerInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvServerInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvServerInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvServerInfo.Location = new System.Drawing.Point(3, 3); this.dgvServerInfo.MultiSelect = false; this.dgvServerInfo.Name = \ this.dgvServerInfo.ReadOnly = true;
this.dgvServerInfo.RowHeadersVisible = false; this.dgvServerInfo.RowTemplate.Height = 23;
this.dgvServerInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvServerInfo.Size = new System.Drawing.Size(336, 273); this.dgvServerInfo.TabIndex = 0; // // toolTip //
this.toolTip.ShowAlways = true; //
// btnRefresh //
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnRefresh.Location = new System.Drawing.Point(287, 23); this.btnRefresh.Name = \
this.btnRefresh.Size = new System.Drawing.Size(75, 21); this.btnRefresh.TabIndex = 2; this.btnRefresh.Text = \刷新(&R)\
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// lblServer //
this.lblServer.AutoSize = true;
this.lblServer.Location = new System.Drawing.Point(10, 9); this.lblServer.Name = \
this.lblServer.Size = new System.Drawing.Size(77, 12); this.lblServer.TabIndex = 0;
this.lblServer.Text = \服务器名(&E):\ //
// btnGetConnectionString //
this.btnGetConnectionString.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnGetConnectionString.Enabled = false;
this.btnGetConnectionString.Location = new System.Drawing.Point(242, 360);
this.btnGetConnectionString.Name = \
this.btnGetConnectionString.Size = new System.Drawing.Size(120, 21); this.btnGetConnectionString.TabIndex = 5;
this.btnGetConnectionString.Text = \获取连接字符串(&G)\ this.btnGetConnectionString.UseVisualStyleBackColor = true;
this.btnGetConnectionString.Click += new System.EventHandler(this.btnGetConnectionString_Click);
//
// btnCancel //