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   
Text File  |  1998-06-02  |  6KB  |  234 lines

  1. object WndSettings: TWndSettings
  2.   Left = 609
  3.   Top = 431
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings / About'
  6.   ClientHeight = 358
  7.   ClientWidth = 364
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object btnOK: TButton
  17.     Left = 200
  18.     Top = 320
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.     OnClick = btnOKClick
  26.   end
  27.   object btnCancel: TButton
  28.     Left = 280
  29.     Top = 320
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = '&Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object PageControl1: TPageControl
  38.     Left = 0
  39.     Top = 0
  40.     Width = 369
  41.     Height = 305
  42.     ActivePage = TabSheet1
  43.     TabOrder = 2
  44.     object TabSheet1: TTabSheet
  45.       Caption = 'Shell'
  46.       object cbContextInclude: TCheckBox
  47.         Left = 16
  48.         Top = 16
  49.         Width = 273
  50.         Height = 17
  51.         Caption = 'Include "Icon Wizard" entry in folder context menus.'
  52.         TabOrder = 0
  53.       end
  54.     end
  55.     object TabSheet2: TTabSheet
  56.       Caption = 'Options'
  57.       object Label1: TLabel
  58.         Left = 16
  59.         Top = 52
  60.         Width = 40
  61.         Height = 13
  62.         Caption = 'Log File:'
  63.       end
  64.       object Label2: TLabel
  65.         Left = 16
  66.         Top = 120
  67.         Width = 93
  68.         Height = 13
  69.         Caption = 'Default Icon Folder:'
  70.       end
  71.       object Label3: TLabel
  72.         Left = 32
  73.         Top = 224
  74.         Width = 264
  75.         Height = 13
  76.         Caption = 'delete the desktop.ini file and ask if it should be deleted.'
  77.       end
  78.       object cbLogActivities: TCheckBox
  79.         Left = 16
  80.         Top = 16
  81.         Width = 297
  82.         Height = 17
  83.         Caption = 'Log Activites to disk (can be used as batch later)'
  84.         TabOrder = 0
  85.         OnClick = cbLogActivitiesClick
  86.       end
  87.       object edLogFile: TEdit
  88.         Left = 16
  89.         Top = 72
  90.         Width = 329
  91.         Height = 21
  92.         TabOrder = 1
  93.       end
  94.       object btnBrowseLogFile: TButton
  95.         Left = 272
  96.         Top = 96
  97.         Width = 75
  98.         Height = 25
  99.         Caption = '&Browse'
  100.         TabOrder = 2
  101.         OnClick = btnBrowseLogFileClick
  102.       end
  103.       object edDefaultIconFolder: TEdit
  104.         Left = 16
  105.         Top = 136
  106.         Width = 329
  107.         Height = 21
  108.         TabOrder = 3
  109.       end
  110.       object btnBrowseIconFolder: TButton
  111.         Left = 272
  112.         Top = 160
  113.         Width = 75
  114.         Height = 25
  115.         Caption = '&Browse'
  116.         TabOrder = 4
  117.         OnClick = btnBrowseIconFolderClick
  118.       end
  119.       object cbCheckDelete: TCheckBox
  120.         Left = 16
  121.         Top = 208
  122.         Width = 329
  123.         Height = 17
  124.         Caption = 'When the default icon is restored, check to see if it is save to'
  125.         TabOrder = 5
  126.       end
  127.     end
  128.     object TabSheet3: TTabSheet
  129.       Caption = 'About'
  130.       object Image1: TImage
  131.         Left = 8
  132.         Top = 8
  133.         Width = 129
  134.         Height = 257
  135.         IncrementalDisplay = True
  136.         Picture.Data = {<image000.bmp>}
  137.       end
  138.       object Label4: TLabel
  139.         Left = 152
  140.         Top = 8
  141.         Width = 193
  142.         Height = 13
  143.         AutoSize = False
  144.         Caption = 'CFe IE4 Folder Icon Wizard V1.0'
  145.         Font.Charset = DEFAULT_CHARSET
  146.         Font.Color = clWindowText
  147.         Font.Height = -11
  148.         Font.Name = 'MS Sans Serif'
  149.         Font.Style = [fsBold]
  150.         ParentFont = False
  151.         WordWrap = True
  152.       end
  153.       object Label5: TLabel
  154.         Left = 152
  155.         Top = 32
  156.         Width = 193
  157.         Height = 57
  158.         AutoSize = False
  159.         Caption = 
  160.           '(C) 1997-1998 Christian Feichtner. This utility is distributed a' +
  161.           's freeware. Must not be sold for profit. See readme.txt for deta' +
  162.           'ils.'
  163.         WordWrap = True
  164.       end
  165.       object Label6: TLabel
  166.         Left = 152
  167.         Top = 104
  168.         Width = 193
  169.         Height = 33
  170.         AutoSize = False
  171.         Caption = 'Please direct all comments and/or bug reports to:'
  172.         WordWrap = True
  173.       end
  174.       object lblMailTo: TLabel
  175.         Left = 200
  176.         Top = 144
  177.         Width = 67
  178.         Height = 13
  179.         Cursor = crHandPoint
  180.         Caption = 'cf@magnet.at'
  181.         Font.Charset = DEFAULT_CHARSET
  182.         Font.Color = clBlue
  183.         Font.Height = -11
  184.         Font.Name = 'MS Sans Serif'
  185.         Font.Style = [fsUnderline]
  186.         ParentFont = False
  187.         OnClick = lblMailToClick
  188.       end
  189.       object Label8: TLabel
  190.         Left = 152
  191.         Top = 168
  192.         Width = 193
  193.         Height = 33
  194.         AutoSize = False
  195.         Caption = 'The latest version can always be found at:'
  196.         WordWrap = True
  197.       end
  198.       object lblHomepage: TLabel
  199.         Left = 152
  200.         Top = 216
  201.         Width = 193
  202.         Height = 17
  203.         Cursor = crHandPoint
  204.         Alignment = taCenter
  205.         AutoSize = False
  206.         Caption = 'http://members.magnet.at/cf/'
  207.         Font.Charset = DEFAULT_CHARSET
  208.         Font.Color = clBlue
  209.         Font.Height = -11
  210.         Font.Name = 'MS Sans Serif'
  211.         Font.Style = [fsUnderline]
  212.         ParentFont = False
  213.         WordWrap = True
  214.         OnClick = lblHomepageClick
  215.       end
  216.     end
  217.   end
  218.   object BrowseFolderPath: TBrowseDirectoryDlg
  219.     Title = 'Please Select a default Icon Folder'
  220.     Root = idDesktopExpanded
  221.     Options = [bfDirectoriesOnly]
  222.     ShowSelectionInStatus = False
  223.     Left = 8
  224.     Top = 320
  225.   end
  226.   object SelectLogFile: TSaveDialog
  227.     DefaultExt = '*.log'
  228.     Filter = 'Log Files (*.log)|*.log|All Files (*.*)|*.*'
  229.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofCreatePrompt]
  230.     Left = 40
  231.     Top = 320
  232.   end
  233. end
  234.