1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29:
de i 'Fazer quando i < numCtls Escurecer o ctlLabel como a etiqueta nova ctlLabel.Name = “etiqueta” & i.ToString () ctlLabel.Text = “é aqui caixa de texto #” & i.ToString () &”: “ Panel1.Controls.Add (ctlLabel, 0, i) ctlTextBox não ofuscante como o TextBox novo ctlTextBox.Name = “ctlTextBox” & i.ToString () ctlTextBox.Text = “TextBox” & i.ToString () Panel1.Controls.Add (ctlTextBox, 1, i) i += 1 'Terminar quando 'mim = i + 1 Laço
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12:
Fazer quando i < countnotes="">