home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / CFEICW11.ZIP / _SETUP.1 / IconWizard.exe / 0 / RCDATA / TWNDMAIN / TWNDMAIN.txt < prev   
Text File  |  1998-06-02  |  13KB  |  535 lines

  1. object WndMain: TWndMain
  2.   Left = 591
  3.   Top = 719
  4.   BorderStyle = bsDialog
  5.   Caption = 'CFe Folder Icon Wizard'
  6.   ClientHeight = 334
  7.   ClientWidth = 487
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pcWizardPages: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 487
  22.     Height = 334
  23.     ActivePage = tsSheet1
  24.     Align = alClient
  25.     TabOrder = 5
  26.     object tsSheet1: TTabSheet
  27.       Caption = 'tsSheet1'
  28.       TabVisible = False
  29.       object Label1: TLabel
  30.         Left = 152
  31.         Top = 16
  32.         Width = 280
  33.         Height = 13
  34.         Caption = 'Welcome to the CFe IE4 Folder Icon Wizard V1.1'
  35.         Font.Charset = DEFAULT_CHARSET
  36.         Font.Color = clWindowText
  37.         Font.Height = -11
  38.         Font.Name = 'MS Sans Serif'
  39.         Font.Style = [fsBold]
  40.         ParentFont = False
  41.       end
  42.       object Label5: TLabel
  43.         Left = 152
  44.         Top = 248
  45.         Width = 313
  46.         Height = 17
  47.         AutoSize = False
  48.         Caption = 'To begin, press the "Next >" below.'
  49.         WordWrap = True
  50.       end
  51.       object Label2: TLabel
  52.         Left = 152
  53.         Top = 40
  54.         Width = 305
  55.         Height = 41
  56.         AutoSize = False
  57.         Caption = 
  58.           'This wizard allows you to display other icons than the default i' +
  59.           'cons in the Windows Explorer. Before you continue, please verify' +
  60.           ' the following:'
  61.         WordWrap = True
  62.       end
  63.       object Label3: TLabel
  64.         Left = 160
  65.         Top = 88
  66.         Width = 12
  67.         Height = 13
  68.         Caption = '1.)'
  69.       end
  70.       object Label4: TLabel
  71.         Left = 176
  72.         Top = 88
  73.         Width = 281
  74.         Height = 49
  75.         AutoSize = False
  76.         Caption = 
  77.           'You have installed Microsoft Internet Explorer 4.0x or Windows 9' +
  78.           '8 on your system (required for Icon Wizard to work)'
  79.         WordWrap = True
  80.       end
  81.       object Label6: TLabel
  82.         Left = 160
  83.         Top = 136
  84.         Width = 12
  85.         Height = 13
  86.         Caption = '2.)'
  87.       end
  88.       object Label12: TLabel
  89.         Left = 176
  90.         Top = 136
  91.         Width = 281
  92.         Height = 33
  93.         AutoSize = False
  94.         Caption = 
  95.           'You have read the readme.txt file so you know what Icon Wizard w' +
  96.           'ill do to your system (strongly recommended)'
  97.         WordWrap = True
  98.       end
  99.       object Label14: TLabel
  100.         Left = 160
  101.         Top = 176
  102.         Width = 12
  103.         Height = 13
  104.         Caption = '3.)'
  105.       end
  106.       object Label18: TLabel
  107.         Left = 176
  108.         Top = 176
  109.         Width = 281
  110.         Height = 33
  111.         AutoSize = False
  112.         Caption = 
  113.           'You are comfortable with using software that uses undocumented f' +
  114.           'eatures and may cause side effects.'
  115.         WordWrap = True
  116.       end
  117.       object cbSkipFirstPage: TCheckBox
  118.         Left = 152
  119.         Top = 216
  120.         Width = 153
  121.         Height = 17
  122.         Caption = 'Skip this page next time.'
  123.         TabOrder = 0
  124.       end
  125.     end
  126.     object tsSheet3: TTabSheet
  127.       Caption = 'tsSheet3'
  128.       ParentShowHint = False
  129.       ShowHint = True
  130.       TabVisible = False
  131.       object Label9: TLabel
  132.         Left = 144
  133.         Top = 16
  134.         Width = 321
  135.         Height = 33
  136.         AutoSize = False
  137.         Caption = 
  138.           'Icon Wizard can apply or restore modifications made. Please sele' +
  139.           'ct the desired action below.'
  140.         WordWrap = True
  141.       end
  142.       object GroupBox1: TGroupBox
  143.         Left = 144
  144.         Top = 56
  145.         Width = 321
  146.         Height = 137
  147.         Caption = ' Action '
  148.         TabOrder = 0
  149.         object rbNewIcon: TRadioButton
  150.           Left = 16
  151.           Top = 32
  152.           Width = 273
  153.           Height = 17
  154.           Caption = 'Apply a new icon for the selected folder.'
  155.           Checked = True
  156.           TabOrder = 0
  157.           TabStop = True
  158.           OnClick = rbNewIconClick
  159.         end
  160.         object rbRestoreDefaultICon: TRadioButton
  161.           Left = 16
  162.           Top = 56
  163.           Width = 297
  164.           Height = 17
  165.           Caption = 'Restore the default windows icon for the selected folder.'
  166.           TabOrder = 1
  167.           OnClick = rbRestoreDefaultIConClick
  168.         end
  169.         object rbRestoreBackup: TRadioButton
  170.           Left = 16
  171.           Top = 80
  172.           Width = 281
  173.           Height = 17
  174.           Caption = 'Restore backed up desktop.ini file (advanced option)'
  175.           TabOrder = 2
  176.           OnClick = rbRestoreBackupClick
  177.         end
  178.         object rbBatch: TRadioButton
  179.           Left = 16
  180.           Top = 104
  181.           Width = 201
  182.           Height = 17
  183.           Caption = 'Batch Processing (advanced option)'
  184.           TabOrder = 3
  185.           OnClick = rbBatchClick
  186.         end
  187.       end
  188.       object GroupBox2: TGroupBox
  189.         Left = 144
  190.         Top = 200
  191.         Width = 321
  192.         Height = 65
  193.         Caption = ' Description '
  194.         TabOrder = 1
  195.         object lblActionDescription: TLabel
  196.           Left = 16
  197.           Top = 24
  198.           Width = 289
  199.           Height = 33
  200.           AutoSize = False
  201.           Caption = 
  202.             'Allows you to apply a new icon to any folder. The new icon will ' +
  203.             'be visible in any explorer window.'
  204.           WordWrap = True
  205.         end
  206.       end
  207.       object btnOptions: TButton
  208.         Left = 16
  209.         Top = 290
  210.         Width = 89
  211.         Height = 25
  212.         Caption = 'Options/About'
  213.         TabOrder = 2
  214.         OnClick = DisplayOptionsDialog
  215.       end
  216.     end
  217.     object tsSheet2: TTabSheet
  218.       Caption = 'tsSheet2'
  219.       TabVisible = False
  220.       object Label7: TLabel
  221.         Left = 144
  222.         Top = 16
  223.         Width = 321
  224.         Height = 65
  225.         AutoSize = False
  226.         Caption = 
  227.           'Please select the folder for which you want to change the Icon. ' +
  228.           'If you have launched the wizard from a context menu, then the cu' +
  229.           'rrent folder is already selected. To change the folder, press th' +
  230.           'e "Browse" button or select a previously used folder.'
  231.         WordWrap = True
  232.       end
  233.       object GroupBox3: TGroupBox
  234.         Left = 144
  235.         Top = 96
  236.         Width = 321
  237.         Height = 105
  238.         Caption = ' Select Folder '
  239.         TabOrder = 0
  240.         object cbCurrentFolder: TComboBox
  241.           Left = 8
  242.           Top = 36
  243.           Width = 305
  244.           Height = 21
  245.           ItemHeight = 13
  246.           TabOrder = 0
  247.         end
  248.         object btnBrowseFolder: TButton
  249.           Left = 238
  250.           Top = 64
  251.           Width = 75
  252.           Height = 25
  253.           Caption = '&Browse'
  254.           TabOrder = 1
  255.           OnClick = btnBrowseFolderClick
  256.         end
  257.       end
  258.     end
  259.     object tsSheet4: TTabSheet
  260.       Caption = 'tsSheet4'
  261.       TabVisible = False
  262.       object Label13: TLabel
  263.         Left = 144
  264.         Top = 16
  265.         Width = 321
  266.         Height = 73
  267.         AutoSize = False
  268.         Caption = 
  269.           'Please select the icon that you would like to be displayed in an' +
  270.           'y explorer window. Either type in the icon path manually or pres' +
  271.           's the "Browse" button to browse for the icon.'
  272.         WordWrap = True
  273.       end
  274.       object GroupBox4: TGroupBox
  275.         Left = 144
  276.         Top = 64
  277.         Width = 321
  278.         Height = 97
  279.         Caption = ' Select Icon File '
  280.         TabOrder = 0
  281.         object cbIconFile: TComboBox
  282.           Left = 8
  283.           Top = 28
  284.           Width = 305
  285.           Height = 21
  286.           ItemHeight = 13
  287.           TabOrder = 0
  288.           OnChange = cbIconFileChange
  289.         end
  290.         object btnBrowseIcon: TButton
  291.           Left = 238
  292.           Top = 56
  293.           Width = 75
  294.           Height = 25
  295.           Caption = '&Browse'
  296.           TabOrder = 1
  297.           OnClick = btnBrowseIconClick
  298.         end
  299.       end
  300.       object GroupBox5: TGroupBox
  301.         Left = 144
  302.         Top = 168
  303.         Width = 321
  304.         Height = 97
  305.         Caption = 'Select Icon'
  306.         TabOrder = 1
  307.         object lbIconListBox: TIconListBox
  308.           Left = 7
  309.           Top = 26
  310.           Width = 306
  311.           Height = 55
  312.           EnableCaching = False
  313.           XIcons = 8
  314.           Enabled = False
  315.           ItemIndex = -1
  316.           ParentFont = False
  317.           TabOrder = 0
  318.         end
  319.       end
  320.     end
  321.     object tsheet5: TTabSheet
  322.       Caption = 'tsheet5'
  323.       TabVisible = False
  324.       object Label10: TLabel
  325.         Left = 144
  326.         Top = 16
  327.         Width = 297
  328.         Height = 33
  329.         AutoSize = False
  330.         Caption = 
  331.           'Select a logfile which you would like to process and enable/disa' +
  332.           'ble the directories you would like to process.'
  333.         WordWrap = True
  334.       end
  335.       object GroupBox6: TGroupBox
  336.         Left = 144
  337.         Top = 48
  338.         Width = 321
  339.         Height = 97
  340.         Caption = ' Log File '
  341.         TabOrder = 0
  342.         object edLogFile: TEdit
  343.           Left = 16
  344.           Top = 32
  345.           Width = 289
  346.           Height = 21
  347.           TabOrder = 0
  348.         end
  349.         object btnBrowseLogFile: TButton
  350.           Left = 230
  351.           Top = 56
  352.           Width = 75
  353.           Height = 25
  354.           Caption = '&Browse'
  355.           TabOrder = 1
  356.           OnClick = btnBrowseLogFileClick
  357.         end
  358.       end
  359.       object GroupBox7: TGroupBox
  360.         Left = 144
  361.         Top = 152
  362.         Width = 321
  363.         Height = 113
  364.         Caption = ' Options '
  365.         TabOrder = 1
  366.         object lbDirectories: TCheckListBox
  367.           Left = 8
  368.           Top = 16
  369.           Width = 305
  370.           Height = 57
  371.           ItemHeight = 13
  372.           TabOrder = 0
  373.         end
  374.         object rbReapply: TRadioButton
  375.           Left = 200
  376.           Top = 88
  377.           Width = 113
  378.           Height = 17
  379.           Caption = 'Re-apply all settings.'
  380.           Checked = True
  381.           TabOrder = 1
  382.           TabStop = True
  383.         end
  384.         object rbRemoveSettings: TRadioButton
  385.           Left = 8
  386.           Top = 88
  387.           Width = 193
  388.           Height = 17
  389.           Caption = 'Remove all the modifications made.'
  390.           TabOrder = 2
  391.         end
  392.       end
  393.     end
  394.     object tsSheet6: TTabSheet
  395.       Caption = 'tsSheet6'
  396.       TabVisible = False
  397.       object Label16: TLabel
  398.         Left = 144
  399.         Top = 16
  400.         Width = 321
  401.         Height = 49
  402.         AutoSize = False
  403.         Caption = 
  404.           'This is all the information the icon wizard needs. No modificati' +
  405.           'ons have been made so far. To apply the changes, press the "Fini' +
  406.           'sh" button.'
  407.         WordWrap = True
  408.       end
  409.       object GroupBox8: TGroupBox
  410.         Left = 144
  411.         Top = 80
  412.         Width = 313
  413.         Height = 145
  414.         Caption = ' If you wish, you can '
  415.         TabOrder = 0
  416.         object cbMakeBackup: TCheckBox
  417.           Left = 32
  418.           Top = 32
  419.           Width = 169
  420.           Height = 17
  421.           Caption = 'Backup existing desktop.ini file'
  422.           TabOrder = 0
  423.         end
  424.         object cbStartAgain: TCheckBox
  425.           Left = 32
  426.           Top = 64
  427.           Width = 193
  428.           Height = 17
  429.           Caption = 'start the wizard from the beginning'
  430.           TabOrder = 1
  431.         end
  432.         object cbRebuildIconCache: TCheckBox
  433.           Left = 32
  434.           Top = 96
  435.           Width = 145
  436.           Height = 17
  437.           Caption = 'Rebuild the Icon Cache'
  438.           TabOrder = 2
  439.         end
  440.       end
  441.     end
  442.   end
  443.   object btnCancel: TButton
  444.     Left = 160
  445.     Top = 296
  446.     Width = 75
  447.     Height = 25
  448.     Caption = '&Cancel'
  449.     TabOrder = 0
  450.     OnClick = CancelWizard
  451.   end
  452.   object btnFinish: TButton
  453.     Left = 400
  454.     Top = 296
  455.     Width = 75
  456.     Height = 25
  457.     Caption = '&Finish'
  458.     Enabled = False
  459.     TabOrder = 1
  460.     OnClick = FinishWizard
  461.   end
  462.   object btnPrevious: TButton
  463.     Left = 240
  464.     Top = 296
  465.     Width = 75
  466.     Height = 25
  467.     Caption = '&< Previous'
  468.     Enabled = False
  469.     TabOrder = 2
  470.     OnClick = PreviousPage
  471.   end
  472.   object btnNext: TButton
  473.     Left = 320
  474.     Top = 296
  475.     Width = 75
  476.     Height = 25
  477.     Caption = 'Next &>'
  478.     TabOrder = 3
  479.     OnClick = NextPage
  480.   end
  481.   object Panel1: TPanel
  482.     Left = 8
  483.     Top = 16
  484.     Width = 129
  485.     Height = 257
  486.     BevelInner = bvRaised
  487.     BevelOuter = bvNone
  488.     Caption = 'image'
  489.     Color = clWhite
  490.     TabOrder = 4
  491.     object Image1: TImage
  492.       Left = 1
  493.       Top = 1
  494.       Width = 127
  495.       Height = 255
  496.       Align = alClient
  497.       IncrementalDisplay = True
  498.       Picture.Data = {<image000.bmp>}
  499.     end
  500.   end
  501.   object Panel2: TPanel
  502.     Left = 11
  503.     Top = 280
  504.     Width = 465
  505.     Height = 3
  506.     BevelOuter = bvLowered
  507.     TabOrder = 6
  508.   end
  509.   object BrowseDir: TBrowseDirectoryDlg
  510.     Title = 'Please select a folder.'
  511.     Root = idDesktopExpanded
  512.     Options = [bfDirectoriesOnly]
  513.     ShowSelectionInStatus = False
  514.     Left = 20
  515.     Top = 190
  516.   end
  517.   object IconOpenDialog: TOpenDialog
  518.     Filter = 
  519.       'Icon Files (*.ico)|*.ico|Executables (*.exe)|*.exe|Dynamic Link ' +
  520.       'Libraries (*.dll)|*.dll|Icon Libraries (*.icl)|*.icl|All Icon Fi' +
  521.       'les|*.ico;*.exe;*.dll;*.icl|All Files (*.*)|*.*'
  522.     FilterIndex = 5
  523.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  524.     Left = 52
  525.     Top = 190
  526.   end
  527.   object OpenBatchFile: TOpenDialog
  528.     DefaultExt = 'log'
  529.     Filter = 'Log Files (*.log)|*.log|All Files (*.*)|*.*'
  530.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  531.     Left = 116
  532.     Top = 294
  533.   end
  534. end
  535.