home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9UTI
/
CFEICW11.ZIP
/
_SETUP.1
/
IconWizard.exe
/
0
/
RCDATA
/
TWNDSETTINGS
/
TWNDSETTINGS.txt
< prev
Wrap
Text File
|
1998-06-02
|
6KB
|
234 lines
object WndSettings: TWndSettings
Left = 609
Top = 431
BorderStyle = bsDialog
Caption = 'Settings / About'
ClientHeight = 358
ClientWidth = 364
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object btnOK: TButton
Left = 200
Top = 320
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 280
Top = 320
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
end
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 369
Height = 305
ActivePage = TabSheet1
TabOrder = 2
object TabSheet1: TTabSheet
Caption = 'Shell'
object cbContextInclude: TCheckBox
Left = 16
Top = 16
Width = 273
Height = 17
Caption = 'Include "Icon Wizard" entry in folder context menus.'
TabOrder = 0
end
end
object TabSheet2: TTabSheet
Caption = 'Options'
object Label1: TLabel
Left = 16
Top = 52
Width = 40
Height = 13
Caption = 'Log File:'
end
object Label2: TLabel
Left = 16
Top = 120
Width = 93
Height = 13
Caption = 'Default Icon Folder:'
end
object Label3: TLabel
Left = 32
Top = 224
Width = 264
Height = 13
Caption = 'delete the desktop.ini file and ask if it should be deleted.'
end
object cbLogActivities: TCheckBox
Left = 16
Top = 16
Width = 297
Height = 17
Caption = 'Log Activites to disk (can be used as batch later)'
TabOrder = 0
OnClick = cbLogActivitiesClick
end
object edLogFile: TEdit
Left = 16
Top = 72
Width = 329
Height = 21
TabOrder = 1
end
object btnBrowseLogFile: TButton
Left = 272
Top = 96
Width = 75
Height = 25
Caption = '&Browse'
TabOrder = 2
OnClick = btnBrowseLogFileClick
end
object edDefaultIconFolder: TEdit
Left = 16
Top = 136
Width = 329
Height = 21
TabOrder = 3
end
object btnBrowseIconFolder: TButton
Left = 272
Top = 160
Width = 75
Height = 25
Caption = '&Browse'
TabOrder = 4
OnClick = btnBrowseIconFolderClick
end
object cbCheckDelete: TCheckBox
Left = 16
Top = 208
Width = 329
Height = 17
Caption = 'When the default icon is restored, check to see if it is save to'
TabOrder = 5
end
end
object TabSheet3: TTabSheet
Caption = 'About'
object Image1: TImage
Left = 8
Top = 8
Width = 129
Height = 257
IncrementalDisplay = True
Picture.Data = {<image000.bmp>}
end
object Label4: TLabel
Left = 152
Top = 8
Width = 193
Height = 13
AutoSize = False
Caption = 'CFe IE4 Folder Icon Wizard V1.0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object Label5: TLabel
Left = 152
Top = 32
Width = 193
Height = 57
AutoSize = False
Caption =
'(C) 1997-1998 Christian Feichtner. This utility is distributed a' +
's freeware. Must not be sold for profit. See readme.txt for deta' +
'ils.'
WordWrap = True
end
object Label6: TLabel
Left = 152
Top = 104
Width = 193
Height = 33
AutoSize = False
Caption = 'Please direct all comments and/or bug reports to:'
WordWrap = True
end
object lblMailTo: TLabel
Left = 200
Top = 144
Width = 67
Height = 13
Cursor = crHandPoint
Caption = 'cf@magnet.at'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = lblMailToClick
end
object Label8: TLabel
Left = 152
Top = 168
Width = 193
Height = 33
AutoSize = False
Caption = 'The latest version can always be found at:'
WordWrap = True
end
object lblHomepage: TLabel
Left = 152
Top = 216
Width = 193
Height = 17
Cursor = crHandPoint
Alignment = taCenter
AutoSize = False
Caption = 'http://members.magnet.at/cf/'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
WordWrap = True
OnClick = lblHomepageClick
end
end
end
object BrowseFolderPath: TBrowseDirectoryDlg
Title = 'Please Select a default Icon Folder'
Root = idDesktopExpanded
Options = [bfDirectoriesOnly]
ShowSelectionInStatus = False
Left = 8
Top = 320
end
object SelectLogFile: TSaveDialog
DefaultExt = '*.log'
Filter = 'Log Files (*.log)|*.log|All Files (*.*)|*.*'
Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofCreatePrompt]
Left = 40
Top = 320
end
end