202 lines
8.6 KiB
C#
202 lines
8.6 KiB
C#
namespace WinformDevFramework
|
|
{
|
|
partial class FrmDataSource
|
|
{
|
|
/// <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.txtConnectName = new System.Windows.Forms.TextBox();
|
|
this.连接名 = new System.Windows.Forms.Label();
|
|
this.txtPW = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtUsername = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtDataBaseName = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txtHost = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.btnTest = new System.Windows.Forms.Button();
|
|
this.palTools.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabDataEdit.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.flowLayoutPanelTools.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btnTest);
|
|
this.groupBox1.Controls.Add(this.txtHost);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.txtDataBaseName);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.txtUsername);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.txtPW);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.txtConnectName);
|
|
this.groupBox1.Controls.Add(this.连接名);
|
|
this.groupBox1.Controls.SetChildIndex(this.txtID, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.连接名, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.txtConnectName, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.label2, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.txtPW, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.label3, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.txtUsername, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.label4, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.txtDataBaseName, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.label5, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.txtHost, 0);
|
|
this.groupBox1.Controls.SetChildIndex(this.btnTest, 0);
|
|
//
|
|
// txtConnectName
|
|
//
|
|
this.txtConnectName.Location = new System.Drawing.Point(87, 24);
|
|
this.txtConnectName.Name = "txtConnectName";
|
|
this.txtConnectName.Size = new System.Drawing.Size(158, 23);
|
|
this.txtConnectName.TabIndex = 4;
|
|
//
|
|
// 连接名
|
|
//
|
|
this.连接名.Location = new System.Drawing.Point(22, 24);
|
|
this.连接名.Name = "连接名";
|
|
this.连接名.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.连接名.Size = new System.Drawing.Size(59, 23);
|
|
this.连接名.TabIndex = 3;
|
|
this.连接名.Text = "连接名";
|
|
this.连接名.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txtPW
|
|
//
|
|
this.txtPW.Location = new System.Drawing.Point(87, 140);
|
|
this.txtPW.Name = "txtPW";
|
|
this.txtPW.PasswordChar = '*';
|
|
this.txtPW.Size = new System.Drawing.Size(158, 23);
|
|
this.txtPW.TabIndex = 6;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(22, 140);
|
|
this.label2.Name = "label2";
|
|
this.label2.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.label2.Size = new System.Drawing.Size(59, 23);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "密码";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txtUsername
|
|
//
|
|
this.txtUsername.Location = new System.Drawing.Point(87, 111);
|
|
this.txtUsername.Name = "txtUsername";
|
|
this.txtUsername.Size = new System.Drawing.Size(158, 23);
|
|
this.txtUsername.TabIndex = 8;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(22, 111);
|
|
this.label3.Name = "label3";
|
|
this.label3.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.label3.Size = new System.Drawing.Size(59, 23);
|
|
this.label3.TabIndex = 7;
|
|
this.label3.Text = "用户名";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txtDataBaseName
|
|
//
|
|
this.txtDataBaseName.Location = new System.Drawing.Point(87, 82);
|
|
this.txtDataBaseName.Name = "txtDataBaseName";
|
|
this.txtDataBaseName.Size = new System.Drawing.Size(158, 23);
|
|
this.txtDataBaseName.TabIndex = 10;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(22, 82);
|
|
this.label4.Name = "label4";
|
|
this.label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.label4.Size = new System.Drawing.Size(59, 23);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "数据库";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txtHost
|
|
//
|
|
this.txtHost.Location = new System.Drawing.Point(87, 53);
|
|
this.txtHost.Name = "txtHost";
|
|
this.txtHost.Size = new System.Drawing.Size(158, 23);
|
|
this.txtHost.TabIndex = 12;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(22, 53);
|
|
this.label5.Name = "label5";
|
|
this.label5.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.label5.Size = new System.Drawing.Size(59, 23);
|
|
this.label5.TabIndex = 11;
|
|
this.label5.Text = "主机";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// btnTest
|
|
//
|
|
this.btnTest.Location = new System.Drawing.Point(87, 184);
|
|
this.btnTest.Name = "btnTest";
|
|
this.btnTest.Size = new System.Drawing.Size(158, 23);
|
|
this.btnTest.TabIndex = 13;
|
|
this.btnTest.Text = "测试连接";
|
|
this.btnTest.UseVisualStyleBackColor = true;
|
|
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
|
|
//
|
|
// FrmDataSource
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Name = "FrmDataSource";
|
|
this.Text = "FrmDataSorce";
|
|
this.palTools.ResumeLayout(false);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabDataEdit.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.flowLayoutPanelTools.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TextBox txtConnectName;
|
|
private Label 连接名;
|
|
private TextBox txtHost;
|
|
private Label label5;
|
|
private TextBox txtDataBaseName;
|
|
private Label label4;
|
|
private TextBox txtUsername;
|
|
private Label label3;
|
|
private TextBox txtPW;
|
|
private Label label2;
|
|
private Button btnTest;
|
|
}
|
|
} |