procedure TForm1.ComboBox1Change(Sender: TObject); begin if ComboBox1.Text= ' Бууууу ' then Form9.Show else if ComboBox1.Text= ' Бууууу1 ' then Form7.Show; end;