Лабораторная работа: Использование элементов управления: Label, TextBox, Image, OptionButton, ListBox, SpinButton, ComboBox, CommandButton
rez.AddItem (op5.Caption)
Else
End If
End Sub
Private Sub load1_Click()
cd.ShowOpen
Image1.Picture = VB.LoadPicture(cd.FileName)
Image1.Width = Image1.Picture.Width / Val(ms.Text) Загрузкакартинкивэлемент Image
Image1.Height = Image1.Picture.Height / Val(ms.Text)
End Sub
Private Sub sp_Change()
If sp.Value < 1 Then
sp.Value = 1
ExitSub
ElseКонтроль за изменением значения Масштаба
End If
Text1.Text = sp.Value
End Sub
Private Sub ms_Change()
On Error Resume Next
mage1.Picture = VB.LoadPicture(cd.FileName) Изменениемасштабакартинки
Image1.Width = Image1.Picture.Width / ms.Text
Image1.Height = Image1.Picture.Height / ms.Text
End Sub
Private Sub Form_Load()
Label4.Font = "Times New Roman"