this.label2.Location = new System.Drawing.Point(40, 64); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 16); this.label2.TabIndex = 2; this.label2.Text = "User Name:"; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(120, 96); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(152, 20); this.txtPassword.TabIndex = 5; this.txtPassword.Text = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(48, 96); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(57, 16); this.label3.TabIndex = 4; this.label3.Text = "Password:"; // // btnCreateDB // this.btnCreateDB.Location = new System.Drawing.Point(168, 136); this.btnCreateDB.Name = "btnCreateDB"; this.btnCreateDB.Size = new System.Drawing.Size(104, 23); |