Database Reference
In-Depth Information
this.TxtPassword.Location = new System.
Drawing.Point(101, 75);
this.TxtPassword.Name = “TxtPassword”;
this.TxtPassword.PasswordChar = '*';
this.TxtPassword.Size = new System.Drawing.
Size(154, 20);
this.TxtPassword.TabIndex = 5;
//
//label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.
Point(38, 78);
this.label3.Name = “label3”;
this.label3.Size = new System.Drawing.
Size(53, 13);
this.label3.TabIndex = 4;
this.label3.Text = “Password”;
//
//button1
//
this.button1.Location = new System.Drawing.
Point(101, 118);
this.button1.Name = “button1”;
this.button1.Size = new System.Drawing.
Size(75, 23);
this.button1.TabIndex = 6;
this.button1.Text = “Connect”;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click + = new System.
EventHandler(this.button1_Click);
//
//button2
//
this.button2.Location = new System.Drawing.
Point(180, 118);
this.button2.Name = “button2”;
this.button2.Size = new System.Drawing.
Size(75, 23);
this.button2.TabIndex = 7;
this.button2.Text = “button2”;
this.button2.UseVisualStyleBackColor = true;
this.button2.Visible = false;
this.button2.Click + = new System.
EventHandler(this.button2_Click);
Search WWH ::




Custom Search