home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 January
/
pcwk_01_1999.iso
/
Top100sh
/
Toolsys
/
RESC98
/
SETUP.EXE
/
0
/
RCDATA
/
TFORM2
/
TFORM2.txt
< prev
Wrap
Text File
|
1998-06-23
|
1KB
|
65 lines
object Form2: TForm2
Left = 200
Top = 108
BorderStyle = bsDialog
Caption = 'Install or Uninstall Rescue 95'
ClientHeight = 113
ClientWidth = 300
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Icon.Data = {<image000.ico>}
Position = poScreenCenter
OnShow = Form2Show
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 4
Top = 57
Width = 37
Height = 34
AutoSize = True
Picture.Data = {<image001.bmp>}
end
object RadioButton1: TRadioButton
Left = 40
Top = 19
Width = 257
Height = 23
Caption = 'Install Rescue 95'
Checked = True
TabOrder = 0
TabStop = True
end
object RadioButton2: TRadioButton
Left = 60
Top = 47
Width = 237
Height = 24
Caption = 'Uninstall Rescue 95'
TabOrder = 1
end
object Button1: TButton
Left = 101
Top = 79
Width = 67
Height = 21
Caption = 'O K'
Default = True
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 184
Top = 79
Width = 67
Height = 21
Cancel = True
Caption = 'Exit'
TabOrder = 3
OnClick = Button2Click
end
end