this.cbxNoInst.Items.AddRange(new object[] { "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16"}); this.cbxNoInst.Location = new System.Drawing.Point(152, 64); this.cbxNoInst.Name = "cbxNoInst"; this.cbxNoInst.Size = new System.Drawing.Size(40, 21); this.cbxNoInst.TabIndex = 47; this.cbxNoInst.Visible = false; this.cbxNoInst.SelectedIndexChanged += new System.EventHandler(this.cbxNoInst_SelectedIndexChanged);
this.txtInst2.Enabled = false; this.txtInst2.Location = new System.Drawing.Point(8, 88); this.txtInst2.Name = "txtInst2"; this.txtInst2.TabIndex = 54; this.txtInst2.Text = "Named Instance 2";
private void cbxNoInst_SelectedIndexChanged(object sender, System.EventArgs e) { int numInstances = Convert.ToUInt16(instances); for (i=0;i