home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 July
/
CHIP_CD_2005-07.iso
/
software
/
rapid
/
rapid_install.exe
/
rapid.exe
/
0
/
RCDATA
/
TWIZARDFORM
/
TWIZARDFORM.txt
Wrap
Text File
|
2005-05-02
|
2KB
|
103 lines
object WizardForm: TWizardForm
Left = 565
Top = 290
BorderStyle = bsDialog
Caption = 'Wizard'
ClientHeight = 288
ClientWidth = 344
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object btnOK: TButton
Left = 176
Top = 256
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 264
Top = 256
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object GroupBox3: TGroupBox
Left = 8
Top = 8
Width = 329
Height = 241
Caption = ' Profiles '
TabOrder = 2
object lblDescription: TLabel
Left = 8
Top = 192
Width = 313
Height = 41
AutoSize = False
Caption =
'Select profiles and press OK button. Existing profiles are unche' +
'cked by default.'
WordWrap = True
end
object clbProfiles: TCheckListBox
Left = 8
Top = 16
Width = 209
Height = 169
ItemHeight = 13
TabOrder = 0
end
object btnCheckAll: TButton
Left = 224
Top = 16
Width = 97
Height = 25
Hint = 'Checks all profiles'
Caption = 'Check all'
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = btnCheckAllClick
end
object btnUncheckAll: TButton
Left = 224
Top = 48
Width = 97
Height = 25
Hint = 'Unchecks all profiles'
Caption = 'Reset all'
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = btnUncheckAllClick
end
object btnDefault: TButton
Left = 224
Top = 80
Width = 97
Height = 25
Hint = 'Resets all profiles to default state'
Caption = 'Default'
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = btnDefaultClick
end
end
end