this.btnCreateDB = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(32, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 16); this.label1.TabIndex = 0; this.label1.Text = "Server Name:"; // // txtServerName // this.txtServerName.Location = new System.Drawing.Point(120, 32); this.txtServerName.Name = "txtServerName"; this.txtServerName.Size = new System.Drawing.Size(152, 20); this.txtServerName.TabIndex = 1; this.txtServerName.Text = ""; // // txtUserName // this.txtUserName.Location = new System.Drawing.Point(120, 64); this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(152, 20); this.txtUserName.TabIndex = 3; this.txtUserName.Text = ""; // // label2 // this.label2.AutoSize = true; |