创建得辉达定制分支

This commit is contained in:
moxiliang
2025-06-21 10:00:45 +08:00
parent dcd9b20fb0
commit c189711a92
145 changed files with 96629 additions and 5073 deletions

View File

@@ -42,6 +42,8 @@
this.label3 = new System.Windows.Forms.Label();
this.d4 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.d5 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// d1
@@ -51,6 +53,7 @@
this.d1.Name = "d1";
this.d1.Size = new System.Drawing.Size(148, 23);
this.d1.TabIndex = 11;
this.d1.TextChanged += new System.EventHandler(this.d1_TextChanged);
//
// d2
//
@@ -59,6 +62,7 @@
this.d2.Name = "d2";
this.d2.Size = new System.Drawing.Size(148, 23);
this.d2.TabIndex = 10;
this.d2.TextChanged += new System.EventHandler(this.d2_TextChanged);
//
// d3
//
@@ -68,11 +72,12 @@
this.d3.Size = new System.Drawing.Size(148, 23);
this.d3.TabIndex = 9;
this.d3.UseSystemPasswordChar = true;
this.d3.TextChanged += new System.EventHandler(this.d3_TextChanged);
//
// BtnKeep
//
this.BtnKeep.Font = new System.Drawing.Font("宋体", 10F);
this.BtnKeep.Location = new System.Drawing.Point(111, 238);
this.BtnKeep.Location = new System.Drawing.Point(111, 286);
this.BtnKeep.Name = "BtnKeep";
this.BtnKeep.Size = new System.Drawing.Size(106, 30);
this.BtnKeep.TabIndex = 3;
@@ -84,7 +89,7 @@
//
this.success.AutoSize = true;
this.success.Font = new System.Drawing.Font("宋体", 11F);
this.success.Location = new System.Drawing.Point(137, 346);
this.success.Location = new System.Drawing.Point(137, 401);
this.success.Name = "success";
this.success.Size = new System.Drawing.Size(55, 15);
this.success.TabIndex = 4;
@@ -97,7 +102,7 @@
// BtnRead2
//
this.BtnRead2.Font = new System.Drawing.Font("宋体", 10F);
this.BtnRead2.Location = new System.Drawing.Point(111, 284);
this.BtnRead2.Location = new System.Drawing.Point(111, 339);
this.BtnRead2.Name = "BtnRead2";
this.BtnRead2.Size = new System.Drawing.Size(106, 33);
this.BtnRead2.TabIndex = 5;
@@ -114,6 +119,7 @@
this.label1.Size = new System.Drawing.Size(77, 14);
this.label1.TabIndex = 12;
this.label1.Text = "服务器名称";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
@@ -124,6 +130,7 @@
this.label2.Size = new System.Drawing.Size(49, 14);
this.label2.TabIndex = 13;
this.label2.Text = "用户名";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// label3
//
@@ -134,6 +141,7 @@
this.label3.Size = new System.Drawing.Size(35, 14);
this.label3.TabIndex = 14;
this.label3.Text = "密码";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// d4
//
@@ -142,6 +150,7 @@
this.d4.Name = "d4";
this.d4.Size = new System.Drawing.Size(148, 23);
this.d4.TabIndex = 15;
this.d4.TextChanged += new System.EventHandler(this.d4_TextChanged);
//
// label4
//
@@ -152,12 +161,33 @@
this.label4.Size = new System.Drawing.Size(77, 14);
this.label4.TabIndex = 16;
this.label4.Text = "数据库名称";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10F);
this.label5.Location = new System.Drawing.Point(89, 231);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 14);
this.label5.TabIndex = 18;
this.label5.Text = "表名";
//
// d5
//
this.d5.Font = new System.Drawing.Font("宋体", 10F);
this.d5.Location = new System.Drawing.Point(91, 249);
this.d5.Name = "d5";
this.d5.Size = new System.Drawing.Size(148, 23);
this.d5.TabIndex = 17;
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(329, 384);
this.ClientSize = new System.Drawing.Size(329, 502);
this.Controls.Add(this.label5);
this.Controls.Add(this.d5);
this.Controls.Add(this.label4);
this.Controls.Add(this.d4);
this.Controls.Add(this.label3);
@@ -191,5 +221,7 @@
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.TextBox d4;
private System.Windows.Forms.Label label5;
public System.Windows.Forms.TextBox d5;
}
}