📄 database.designer.cs
字号:
namespace DataBase
{
partial class DataBase
{
/// <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.idTxt = new System.Windows.Forms.TextBox();
this.nameTxt = new System.Windows.Forms.TextBox();
this.ageTxt = new System.Windows.Forms.TextBox();
this.connBtn = new System.Windows.Forms.Button();
this.addBtn = new System.Windows.Forms.Button();
this.delBtn = new System.Windows.Forms.Button();
this.changeBtn = new System.Windows.Forms.Button();
this.selectBtn = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.shutBtn = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.serverTxt = new System.Windows.Forms.TextBox();
this.databaseTxt = new System.Windows.Forms.TextBox();
this.uidTxt = new System.Windows.Forms.TextBox();
this.pwdTxt = new System.Windows.Forms.TextBox();
this.resuleTxt = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// idTxt
//
this.idTxt.Location = new System.Drawing.Point(68, 154);
this.idTxt.Name = "idTxt";
this.idTxt.Size = new System.Drawing.Size(122, 21);
this.idTxt.TabIndex = 0;
//
// nameTxt
//
this.nameTxt.Location = new System.Drawing.Point(68, 192);
this.nameTxt.Name = "nameTxt";
this.nameTxt.Size = new System.Drawing.Size(122, 21);
this.nameTxt.TabIndex = 1;
//
// ageTxt
//
this.ageTxt.Location = new System.Drawing.Point(68, 231);
this.ageTxt.Name = "ageTxt";
this.ageTxt.Size = new System.Drawing.Size(122, 21);
this.ageTxt.TabIndex = 2;
//
// connBtn
//
this.connBtn.Location = new System.Drawing.Point(68, 125);
this.connBtn.Name = "connBtn";
this.connBtn.Size = new System.Drawing.Size(30, 23);
this.connBtn.TabIndex = 3;
this.connBtn.Text = "连";
this.connBtn.UseVisualStyleBackColor = true;
this.connBtn.Click += new System.EventHandler(this.connBtn_Click);
//
// addBtn
//
this.addBtn.Location = new System.Drawing.Point(68, 267);
this.addBtn.Name = "addBtn";
this.addBtn.Size = new System.Drawing.Size(30, 23);
this.addBtn.TabIndex = 4;
this.addBtn.Text = "增";
this.addBtn.UseVisualStyleBackColor = true;
this.addBtn.Click += new System.EventHandler(this.addBtn_Click);
//
// delBtn
//
this.delBtn.Location = new System.Drawing.Point(104, 267);
this.delBtn.Name = "delBtn";
this.delBtn.Size = new System.Drawing.Size(23, 23);
this.delBtn.TabIndex = 5;
this.delBtn.Text = "删";
this.delBtn.UseVisualStyleBackColor = true;
this.delBtn.Click += new System.EventHandler(this.delBtn_Click);
//
// changeBtn
//
this.changeBtn.Location = new System.Drawing.Point(133, 267);
this.changeBtn.Name = "changeBtn";
this.changeBtn.Size = new System.Drawing.Size(26, 23);
this.changeBtn.TabIndex = 6;
this.changeBtn.Text = "改";
this.changeBtn.UseVisualStyleBackColor = true;
this.changeBtn.Click += new System.EventHandler(this.changeBtn_Click);
//
// selectBtn
//
this.selectBtn.Location = new System.Drawing.Point(165, 267);
this.selectBtn.Name = "selectBtn";
this.selectBtn.Size = new System.Drawing.Size(25, 23);
this.selectBtn.TabIndex = 7;
this.selectBtn.Text = "查";
this.selectBtn.UseVisualStyleBackColor = true;
this.selectBtn.Click += new System.EventHandler(this.selectBtn_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(33, 157);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 8;
this.label1.Text = "ID:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(21, 195);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 9;
this.label2.Text = "Name:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(27, 234);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 10;
this.label3.Text = "Age:";
//
// shutBtn
//
this.shutBtn.Location = new System.Drawing.Point(104, 125);
this.shutBtn.Name = "shutBtn";
this.shutBtn.Size = new System.Drawing.Size(25, 23);
this.shutBtn.TabIndex = 11;
this.shutBtn.Text = "关";
this.shutBtn.UseVisualStyleBackColor = true;
this.shutBtn.Click += new System.EventHandler(this.shutBtn_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 13);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 12;
this.label4.Text = "服务器:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 43);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 13;
this.label5.Text = "数据库:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(24, 74);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 14;
this.label6.Text = "帐号:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(22, 103);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 15;
this.label7.Text = "密码:";
//
// serverTxt
//
this.serverTxt.Location = new System.Drawing.Point(68, 10);
this.serverTxt.Name = "serverTxt";
this.serverTxt.Size = new System.Drawing.Size(122, 21);
this.serverTxt.TabIndex = 16;
this.serverTxt.Text = "Delin";
//
// databaseTxt
//
this.databaseTxt.Location = new System.Drawing.Point(68, 40);
this.databaseTxt.Name = "databaseTxt";
this.databaseTxt.Size = new System.Drawing.Size(122, 21);
this.databaseTxt.TabIndex = 17;
this.databaseTxt.Text = "MyDataBase";
//
// uidTxt
//
this.uidTxt.Location = new System.Drawing.Point(68, 71);
this.uidTxt.Name = "uidTxt";
this.uidTxt.Size = new System.Drawing.Size(122, 21);
this.uidTxt.TabIndex = 18;
this.uidTxt.Text = "Delin";
//
// pwdTxt
//
this.pwdTxt.Location = new System.Drawing.Point(68, 98);
this.pwdTxt.Name = "pwdTxt";
this.pwdTxt.Size = new System.Drawing.Size(122, 21);
this.pwdTxt.TabIndex = 19;
this.pwdTxt.Text = "65485610";
//
// resuleTxt
//
this.resuleTxt.Location = new System.Drawing.Point(207, 28);
this.resuleTxt.Multiline = true;
this.resuleTxt.Name = "resuleTxt";
this.resuleTxt.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.resuleTxt.Size = new System.Drawing.Size(153, 120);
this.resuleTxt.TabIndex = 20;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(205, 13);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 21;
this.label8.Text = "结果:";
//
// DataBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(369, 300);
this.Controls.Add(this.label8);
this.Controls.Add(this.resuleTxt);
this.Controls.Add(this.pwdTxt);
this.Controls.Add(this.uidTxt);
this.Controls.Add(this.databaseTxt);
this.Controls.Add(this.serverTxt);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.shutBtn);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.selectBtn);
this.Controls.Add(this.changeBtn);
this.Controls.Add(this.delBtn);
this.Controls.Add(this.addBtn);
this.Controls.Add(this.connBtn);
this.Controls.Add(this.ageTxt);
this.Controls.Add(this.nameTxt);
this.Controls.Add(this.idTxt);
this.Name = "DataBase";
this.Text = "DataBase";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox idTxt;
private System.Windows.Forms.TextBox nameTxt;
private System.Windows.Forms.TextBox ageTxt;
private System.Windows.Forms.Button connBtn;
private System.Windows.Forms.Button addBtn;
private System.Windows.Forms.Button delBtn;
private System.Windows.Forms.Button changeBtn;
private System.Windows.Forms.Button selectBtn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button shutBtn;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox serverTxt;
private System.Windows.Forms.TextBox databaseTxt;
private System.Windows.Forms.TextBox uidTxt;
private System.Windows.Forms.TextBox pwdTxt;
private System.Windows.Forms.TextBox resuleTxt;
private System.Windows.Forms.Label label8;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -