Database Reference
In-Depth Information
this.SuspendLayout();
//
//label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.
Point(26, 28);
this.label1.Name = “label1”;
this.label1.Size = new System.Drawing.Size(69, 13);
this.label1.TabIndex = 0;
this.label1.Text = “Server Name”;
this.label1.Click + = new System.
EventHandler(this.label1_Click);
//
//TxtServer
//
this.TxtServer.Location = new System.Drawing.
Point(101, 25);
this.TxtServer.Name = “TxtServer”;
this.TxtServer.Size = new System.Drawing.
Size(154, 20);
this.TxtServer.TabIndex = 1;
//
//TxtUser
//
this.TxtUser.Location = new System.Drawing.
Point(101, 50);
this.TxtUser.Name = “TxtUser”;
this.TxtUser.Size = new System.Drawing.
Size(154, 20);
this.TxtUser.TabIndex = 3;
//
//label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.
Point(38, 53);
this.label2.Name = “label2”;
this.label2.Size = new System.Drawing.
Size(59, 13);
this.label2.TabIndex = 2;
this.label2.Text = “User Name”;
//
//TxtPassword
//
Search WWH ::




Custom Search