添加项目文件。

This commit is contained in:
dengzhihao
2024-10-28 14:29:58 +08:00
commit ecf5f95e36
222 changed files with 688156 additions and 0 deletions

195
C-Windows-1/Form2.Designer.cs generated Normal file
View File

@@ -0,0 +1,195 @@
namespace C_Windows_1
{
partial class Form2
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
this.d1 = new System.Windows.Forms.TextBox();
this.d2 = new System.Windows.Forms.TextBox();
this.d3 = new System.Windows.Forms.TextBox();
this.BtnKeep = new System.Windows.Forms.Button();
this.success = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.BtnRead2 = 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.d4 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// d1
//
this.d1.Font = new System.Drawing.Font("宋体", 10F);
this.d1.Location = new System.Drawing.Point(91, 64);
this.d1.Name = "d1";
this.d1.Size = new System.Drawing.Size(148, 23);
this.d1.TabIndex = 11;
//
// d2
//
this.d2.Font = new System.Drawing.Font("宋体", 10F);
this.d2.Location = new System.Drawing.Point(91, 109);
this.d2.Name = "d2";
this.d2.Size = new System.Drawing.Size(148, 23);
this.d2.TabIndex = 10;
//
// d3
//
this.d3.Font = new System.Drawing.Font("宋体", 10F);
this.d3.Location = new System.Drawing.Point(91, 154);
this.d3.Name = "d3";
this.d3.Size = new System.Drawing.Size(148, 23);
this.d3.TabIndex = 9;
this.d3.UseSystemPasswordChar = true;
//
// BtnKeep
//
this.BtnKeep.Font = new System.Drawing.Font("宋体", 10F);
this.BtnKeep.Location = new System.Drawing.Point(111, 238);
this.BtnKeep.Name = "BtnKeep";
this.BtnKeep.Size = new System.Drawing.Size(106, 30);
this.BtnKeep.TabIndex = 3;
this.BtnKeep.Text = "保存信息";
this.BtnKeep.UseVisualStyleBackColor = true;
this.BtnKeep.Click += new System.EventHandler(this.BtnKeep_Click);
//
// success
//
this.success.AutoSize = true;
this.success.Font = new System.Drawing.Font("宋体", 11F);
this.success.Location = new System.Drawing.Point(137, 346);
this.success.Name = "success";
this.success.Size = new System.Drawing.Size(55, 15);
this.success.TabIndex = 4;
this.success.Text = "label1";
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// BtnRead2
//
this.BtnRead2.Font = new System.Drawing.Font("宋体", 10F);
this.BtnRead2.Location = new System.Drawing.Point(111, 284);
this.BtnRead2.Name = "BtnRead2";
this.BtnRead2.Size = new System.Drawing.Size(106, 33);
this.BtnRead2.TabIndex = 5;
this.BtnRead2.Text = "读取信息";
this.BtnRead2.UseVisualStyleBackColor = true;
this.BtnRead2.Click += new System.EventHandler(this.BtnRead2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10F);
this.label1.Location = new System.Drawing.Point(89, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 14);
this.label1.TabIndex = 12;
this.label1.Text = "服务器名称";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10F);
this.label2.Location = new System.Drawing.Point(89, 91);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 14);
this.label2.TabIndex = 13;
this.label2.Text = "用户名";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10F);
this.label3.Location = new System.Drawing.Point(89, 136);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 14);
this.label3.TabIndex = 14;
this.label3.Text = "密码";
//
// d4
//
this.d4.Font = new System.Drawing.Font("宋体", 10F);
this.d4.Location = new System.Drawing.Point(91, 199);
this.d4.Name = "d4";
this.d4.Size = new System.Drawing.Size(148, 23);
this.d4.TabIndex = 15;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10F);
this.label4.Location = new System.Drawing.Point(89, 181);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 14);
this.label4.TabIndex = 16;
this.label4.Text = "数据库名称";
//
// 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.Controls.Add(this.label4);
this.Controls.Add(this.d4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.BtnRead2);
this.Controls.Add(this.success);
this.Controls.Add(this.BtnKeep);
this.Controls.Add(this.d3);
this.Controls.Add(this.d2);
this.Controls.Add(this.d1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form2";
this.Text = "登录信息";
this.Load += new System.EventHandler(this.Form2_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BtnKeep;
private System.Windows.Forms.Label success;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Button BtnRead2;
public System.Windows.Forms.TextBox d1;
public System.Windows.Forms.TextBox d2;
public System.Windows.Forms.TextBox d3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.TextBox d4;
}
}