📄 serverchoiceforms.designer.cs
字号:
namespace Mine.UIL
{
partial class ServerChoiceForms
{
/// <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.labSevresName = new System.Windows.Forms.Label();
this.labName = new System.Windows.Forms.Label();
this.labPassword = new System.Windows.Forms.Label();
this.labDatabase = new System.Windows.Forms.Label();
this.lableTitle = new System.Windows.Forms.Label();
this.labTips = new System.Windows.Forms.Label();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.butOK = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// labSevresName
//
this.labSevresName.AutoSize = true;
this.labSevresName.Location = new System.Drawing.Point(30, 64);
this.labSevresName.Name = "labSevresName";
this.labSevresName.Size = new System.Drawing.Size(101, 12);
this.labSevresName.TabIndex = 0;
this.labSevresName.Text = "请输入服务器名称";
//
// labName
//
this.labName.AutoSize = true;
this.labName.Location = new System.Drawing.Point(54, 164);
this.labName.Name = "labName";
this.labName.Size = new System.Drawing.Size(77, 12);
this.labName.TabIndex = 1;
this.labName.Text = "请输入登陆名";
//
// labPassword
//
this.labPassword.AutoSize = true;
this.labPassword.Location = new System.Drawing.Point(42, 186);
this.labPassword.Name = "labPassword";
this.labPassword.Size = new System.Drawing.Size(89, 12);
this.labPassword.TabIndex = 2;
this.labPassword.Text = "请输入登陆密码";
//
// labDatabase
//
this.labDatabase.AutoSize = true;
this.labDatabase.Location = new System.Drawing.Point(42, 86);
this.labDatabase.Name = "labDatabase";
this.labDatabase.Size = new System.Drawing.Size(89, 12);
this.labDatabase.TabIndex = 3;
this.labDatabase.Text = "请输入数据库名";
//
// lableTitle
//
this.lableTitle.AutoSize = true;
this.lableTitle.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lableTitle.Location = new System.Drawing.Point(109, 21);
this.lableTitle.Name = "lableTitle";
this.lableTitle.Size = new System.Drawing.Size(109, 19);
this.lableTitle.TabIndex = 4;
this.lableTitle.Text = "服务器设置";
//
// labTips
//
this.labTips.AutoSize = true;
this.labTips.ForeColor = System.Drawing.Color.Red;
this.labTips.Location = new System.Drawing.Point(44, 267);
this.labTips.Name = "labTips";
this.labTips.Size = new System.Drawing.Size(233, 12);
this.labTips.TabIndex = 5;
this.labTips.Text = "注意:不连接数据库你将无法存储成绩信息";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.ForeColor = System.Drawing.Color.Blue;
this.radioButton1.Location = new System.Drawing.Point(175, 133);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(119, 16);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "Windows 系统验证";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.ForeColor = System.Drawing.Color.Blue;
this.radioButton2.Location = new System.Drawing.Point(46, 133);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(119, 16);
this.radioButton2.TabIndex = 1;
this.radioButton2.Text = "用户名、密码验证";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// butOK
//
this.butOK.Location = new System.Drawing.Point(179, 226);
this.butOK.Name = "butOK";
this.butOK.Size = new System.Drawing.Size(75, 23);
this.butOK.TabIndex = 6;
this.butOK.Text = "确认";
this.butOK.UseVisualStyleBackColor = true;
this.butOK.Click += new System.EventHandler(this.butOK_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.Location = new System.Drawing.Point(36, 111);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(95, 12);
this.label1.TabIndex = 7;
this.label1.Text = "请选择登陆类型:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(137, 59);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 8;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(137, 82);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 9;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(136, 161);
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(100, 21);
this.textBox3.TabIndex = 10;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(137, 186);
this.textBox4.Name = "textBox4";
this.textBox4.PasswordChar = '#';
this.textBox4.ReadOnly = true;
this.textBox4.Size = new System.Drawing.Size(100, 21);
this.textBox4.TabIndex = 11;
//
// button1
//
this.button1.Location = new System.Drawing.Point(75, 226);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(71, 23);
this.button1.TabIndex = 12;
this.button1.Text = "测试连接";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// ServerChoiceForms
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 273);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.butOK);
this.Controls.Add(this.radioButton1);
this.Controls.Add(this.radioButton2);
this.Controls.Add(this.labTips);
this.Controls.Add(this.lableTitle);
this.Controls.Add(this.labDatabase);
this.Controls.Add(this.labPassword);
this.Controls.Add(this.labName);
this.Controls.Add(this.labSevresName);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "ServerChoiceForms";
this.Text = "ServerChoiceForms";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labSevresName;
private System.Windows.Forms.Label labName;
private System.Windows.Forms.Label labPassword;
private System.Windows.Forms.Label labDatabase;
private System.Windows.Forms.Label lableTitle;
private System.Windows.Forms.Label labTips;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Button butOK;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.Button button1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -