home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 July
/
CHIP_CD_2005-07.iso
/
software
/
rapid
/
rapid_install.exe
/
rapid.exe
/
0
/
RCDATA
/
TFORMOPTIONS
/
TFORMOPTIONS.txt
Wrap
Text File
|
2005-05-02
|
5KB
|
221 lines
object formOptions: TformOptions
Left = 464
Top = 246
ActiveControl = btnOK
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 305
ClientWidth = 394
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object btnOK: TButton
Left = 224
Top = 272
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 312
Top = 272
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object PageControl1: TPageControl
Left = 8
Top = 8
Width = 377
Height = 257
ActivePage = tabFileProtection
TabOrder = 2
object tabGeneral: TTabSheet
Caption = 'General'
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 353
Height = 209
TabOrder = 0
object cbMinimizeOnStart: TCheckBox
Left = 16
Top = 40
Width = 321
Height = 17
Hint = 'Minimize program window on start'
Caption = 'Minimize on start'
TabOrder = 1
end
object cbStartup: TCheckBox
Left = 16
Top = 16
Width = 321
Height = 17
Hint = 'Launch program on Windows startup'
Caption = 'Launch on startup'
TabOrder = 0
end
object cbMinimizeOnClose: TCheckBox
Left = 16
Top = 64
Width = 321
Height = 17
Hint =
'Minimize program window on close. Select '#39'File/Exit'#39' menu item t' +
'o exit application'
Caption = 'Minimize on close'
TabOrder = 2
end
object cbContextMenu: TCheckBox
Left = 16
Top = 88
Width = 321
Height = 17
Hint = 'Add menu items to the Windows Explorer context menu'
Caption = 'Windows Explorer context menu'
TabOrder = 3
end
object cbAnimateIcon: TCheckBox
Left = 16
Top = 112
Width = 321
Height = 17
Hint = 'Add menu items to the Windows Explorer context menu'
Caption = 'Animate icon in tray'
TabOrder = 4
end
object cbShowScheduler: TCheckBox
Left = 16
Top = 136
Width = 321
Height = 17
Hint = 'Show schedule for every profile'
Caption = 'Show schedule'
TabOrder = 5
end
end
end
object tabConfirmations: TTabSheet
Caption = 'Confirmations'
ImageIndex = 1
object GroupBox2: TGroupBox
Left = 8
Top = 8
Width = 353
Height = 209
TabOrder = 0
object cbConfirmExit: TCheckBox
Left = 16
Top = 16
Width = 321
Height = 17
Hint = 'Ask confirmation on exit'
Caption = 'On program exit'
TabOrder = 0
end
end
end
object tabFileProtection: TTabSheet
Caption = 'File protection'
ImageIndex = 2
object GroupBox3: TGroupBox
Left = 8
Top = 8
Width = 353
Height = 209
Align = alCustom
TabOrder = 2
end
object cbActivateProtection: TCheckBox
Left = 24
Top = 24
Width = 321
Height = 17
Caption =
'Activate file protection if one of the following programs is run' +
'ning'
TabOrder = 0
OnClick = cbActivateProtectionClick
end
object meProtectionList: TMemo
Left = 24
Top = 56
Width = 321
Height = 145
Lines.Strings = (
'defrag.exe'
'oodefrag.exe')
TabOrder = 1
end
end
object tabLog: TTabSheet
Caption = 'Log'
ImageIndex = 3
object GroupBox4: TGroupBox
Left = 8
Top = 8
Width = 353
Height = 209
TabOrder = 0
object lblLogLevel: TLabel
Left = 16
Top = 16
Width = 46
Height = 13
Caption = 'Log level:'
end
object lblMaxLines: TLabel
Left = 16
Top = 72
Width = 188
Height = 13
Caption = 'Maximum number of lines in log window:'
end
object cbLogLevel: TComboBox
Left = 16
Top = 36
Width = 161
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 0
Text = 'None'
OnChange = cbLogLevelChange
Items.Strings = (
'None'
'Short'
'Verbose')
end
object seMaxLog: TSpinEdit
Left = 16
Top = 88
Width = 57
Height = 22
Increment = 10
MaxValue = 999999
MinValue = 1
TabOrder = 1
Value = 9999
end
end
end
end
end