Показать сообщение отдельно
  #24  
Старый 16.07.2008, 08:18
Interface Interface вне форума
Активный
 
Регистрация: 23.05.2008
Адрес: Россия, Уфа
Сообщения: 203
Репутация: 1
Хорошо

То есть должно быть так:
Код:
if Radiobutton1.checked then
begin
Edit1.text:='1.3';
Image1.Picture.Graphic:= Image2.Picture.Graphic;
end;

if Radiobutton2.checked then
begin
Edit1.text:='2.5';
Image1.Picture.Graphic:= Image3.Picture.Graphic;
end;