home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Fichiers / Renovator / ReNovator.exe / 0 / RCDATA / TRENOVATORFORM / TRENOVATORFORM.txt
Text File  |  1998-01-26  |  23KB  |  914 lines

  1. object ReNovatorForm: TReNovatorForm
  2.   Left = 189
  3.   Top = 111
  4.   Width = 583
  5.   Height = 406
  6.   HelpContext = 1
  7.   Caption = 'ReNovator'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   Position = poDefault
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 575
  25.     Height = 2
  26.     Align = alTop
  27.   end
  28.   object Bevel2: TBevel
  29.     Left = 0
  30.     Top = 54
  31.     Width = 575
  32.     Height = 3
  33.     Align = alTop
  34.     Shape = bsTopLine
  35.   end
  36.   object NBStatus: TNotebook
  37.     Left = 0
  38.     Top = 341
  39.     Width = 575
  40.     Height = 19
  41.     Align = alBottom
  42.     PageIndex = 1
  43.     TabOrder = 0
  44.     object TPage
  45.       Left = 0
  46.       Top = 0
  47.       Caption = 'Status'
  48.       object StatusBar: TStatusBar
  49.         Left = 0
  50.         Top = 0
  51.         Width = 575
  52.         Height = 19
  53.         Align = alClient
  54.         Panels = <
  55.           item
  56.             Width = 600
  57.           end>
  58.         SimplePanel = False
  59.       end
  60.     end
  61.     object TPage
  62.       Left = 0
  63.       Top = 0
  64.       Caption = 'Progress'
  65.       object ProgressBar: TProgressBar
  66.         Left = 193
  67.         Top = 0
  68.         Width = 382
  69.         Height = 19
  70.         Align = alClient
  71.         Min = 0
  72.         Max = 100
  73.         TabOrder = 0
  74.       end
  75.       object ProgressCaption: TPanel
  76.         Left = 0
  77.         Top = 0
  78.         Width = 193
  79.         Height = 19
  80.         Align = alLeft
  81.         Alignment = taLeftJustify
  82.         BevelOuter = bvLowered
  83.         TabOrder = 1
  84.       end
  85.     end
  86.   end
  87.   object TopPanel: TPanel
  88.     Left = 0
  89.     Top = 2
  90.     Width = 575
  91.     Height = 52
  92.     Align = alTop
  93.     BevelOuter = bvNone
  94.     Caption = 'TopPanel'
  95.     TabOrder = 1
  96.     object ToolBar1: TToolBar
  97.       Left = 0
  98.       Top = 0
  99.       Width = 539
  100.       Height = 52
  101.       HelpContext = 7000
  102.       Align = alClient
  103.       AutoSize = True
  104.       ButtonHeight = 52
  105.       ButtonWidth = 65
  106.       DisabledImages = ButtonDisabled
  107.       EdgeBorders = []
  108.       Flat = True
  109.       HotImages = ButtonHighLight
  110.       Images = ButtonEnabled
  111.       ParentShowHint = False
  112.       ShowCaptions = True
  113.       ShowHint = True
  114.       TabOrder = 0
  115.       Wrapable = False
  116.       object BOpen: TToolButton
  117.         Left = 0
  118.         Top = 0
  119.         Width = 65
  120.         Height = 52
  121.         Hint = 'Open a program'
  122.         Caption = 'Open'
  123.         ImageIndex = 1
  124.         OnClick = BOpenClick
  125.       end
  126.       object BSave: TToolButton
  127.         Left = 65
  128.         Top = 0
  129.         Width = 65
  130.         Height = 52
  131.         Hint = 'Save program to disk'
  132.         Caption = 'Save'
  133.         ImageIndex = 0
  134.         OnClick = Save1Click
  135.       end
  136.       object Run2: TToolButton
  137.         Left = 130
  138.         Top = 0
  139.         Width = 65
  140.         Height = 52
  141.         Caption = 'Run !'
  142.         ImageIndex = 7
  143.         OnClick = Run1Click
  144.       end
  145.       object BClose: TToolButton
  146.         Left = 195
  147.         Top = 0
  148.         Width = 65
  149.         Height = 52
  150.         Hint = 'Close program'
  151.         Caption = 'Close'
  152.         ImageIndex = 2
  153.         OnClick = Close1Click
  154.       end
  155.       object ToolButton1: TToolButton
  156.         Left = 260
  157.         Top = 0
  158.         Width = 8
  159.         Height = 52
  160.         Caption = 'ToolButton1'
  161.         ImageIndex = 5
  162.         Style = tbsSeparator
  163.       end
  164.       object BBrowseDir: TToolButton
  165.         Left = 268
  166.         Top = 0
  167.         Width = 65
  168.         Height = 52
  169.         Hint = 'Browse a new Folder'
  170.         Caption = 'Browse Dir'
  171.         ImageIndex = 3
  172.         OnClick = BBrowseDirClick
  173.       end
  174.       object BDirUp: TToolButton
  175.         Left = 333
  176.         Top = 0
  177.         Width = 65
  178.         Height = 52
  179.         Hint = 'Change to parent Folder'
  180.         Caption = 'Dir Up'
  181.         ImageIndex = 6
  182.         OnClick = BDirUpClick
  183.       end
  184.       object BRefresh: TToolButton
  185.         Left = 398
  186.         Top = 0
  187.         Width = 65
  188.         Height = 52
  189.         Hint = 'Refresh the Filelist'
  190.         Caption = 'Refresh'
  191.         ImageIndex = 4
  192.         OnClick = BRefreshClick
  193.       end
  194.     end
  195.     object IconPanel: TPanel
  196.       Left = 539
  197.       Top = 0
  198.       Width = 36
  199.       Height = 52
  200.       Align = alRight
  201.       BevelOuter = bvNone
  202.       TabOrder = 1
  203.       object IconImage: TImage
  204.         Left = 0
  205.         Top = 0
  206.         Width = 36
  207.         Height = 52
  208.         Cursor = crHandPoint
  209.         Hint = 'Go to the web site'
  210.         Align = alClient
  211.         Center = True
  212.         PopupMenu = IconPopup
  213.         OnClick = IconImageClick
  214.       end
  215.     end
  216.   end
  217.   object ResPages: TPageControl
  218.     Left = 0
  219.     Top = 57
  220.     Width = 575
  221.     Height = 284
  222.     HelpContext = 7500
  223.     ActivePage = TabAudio
  224.     Align = alClient
  225.     TabOrder = 2
  226.     TabWidth = 200
  227.     OnChange = ResPagesChange
  228.     object TabBmp: TTabSheet
  229.       Caption = 'Bitmap'
  230.       object BMPSplitter: TSplitter
  231.         Left = 257
  232.         Top = 0
  233.         Width = 4
  234.         Height = 256
  235.         Cursor = crHSplit
  236.         Beveled = False
  237.       end
  238.       object BMPResPanel: TPanel
  239.         Left = 0
  240.         Top = 0
  241.         Width = 257
  242.         Height = 256
  243.         Align = alLeft
  244.         BevelOuter = bvNone
  245.         Caption = 'BMPResPanel'
  246.         TabOrder = 0
  247.         object BMPResCaption: TPanel
  248.           Left = 0
  249.           Top = 0
  250.           Width = 257
  251.           Height = 17
  252.           Align = alTop
  253.           Alignment = taLeftJustify
  254.           BevelOuter = bvLowered
  255.           TabOrder = 0
  256.         end
  257.         object LVBMPRes: TListView
  258.           Left = 0
  259.           Top = 17
  260.           Width = 257
  261.           Height = 239
  262.           HelpContext = 8100
  263.           Align = alClient
  264.           OnClick = LVBMPResClick
  265.           OnDblClick = LVResDblClick
  266.           Columns = <
  267.             item
  268.               Caption = 'Name'
  269.               Width = 100
  270.             end
  271.             item
  272.               Caption = 'Size'
  273.             end
  274.             item
  275.               Caption = 'Dimension'
  276.               Width = 70
  277.             end
  278.             item
  279.               Caption = 'Format'
  280.               Width = 70
  281.             end>
  282.           DragMode = dmAutomatic
  283.           HotTrack = True
  284.           MultiSelect = True
  285.           OnChange = LVResChange
  286.           OnColumnClick = LVResColumnClick
  287.           OnCompare = LVBMPCompare
  288.           OnEdited = LVBMPResEdited
  289.           OnEnter = LVResEnter
  290.           OnExit = LVResExit
  291.           OnDragDrop = LVResDragDrop
  292.           OnDragOver = OnDragOver
  293.           DragCursor = crDefault
  294.           PopupMenu = ResPopUp
  295.           TabOrder = 1
  296.           ViewStyle = vsReport
  297.           OnKeyUp = LVKeyUp
  298.           SmallImages = ListImages
  299.         end
  300.       end
  301.       object BMPFilePanel: TPanel
  302.         Left = 261
  303.         Top = 0
  304.         Width = 306
  305.         Height = 256
  306.         Align = alClient
  307.         BevelOuter = bvNone
  308.         Caption = 'BMPFilePanel'
  309.         TabOrder = 1
  310.         object BMPFileCaption: TPanel
  311.           Left = 0
  312.           Top = 0
  313.           Width = 306
  314.           Height = 17
  315.           Align = alTop
  316.           Alignment = taLeftJustify
  317.           BevelOuter = bvLowered
  318.           Caption = 'BMPFileCaption'
  319.           TabOrder = 0
  320.         end
  321.         object LVBMPFile: TListView
  322.           Left = 0
  323.           Top = 17
  324.           Width = 306
  325.           Height = 239
  326.           HelpContext = 9100
  327.           Align = alClient
  328.           OnClick = LVFileClick
  329.           Columns = <
  330.             item
  331.               Caption = 'Name'
  332.               Width = 100
  333.             end
  334.             item
  335.               Caption = 'Size'
  336.             end
  337.             item
  338.               Caption = 'Dimension'
  339.               Width = 65
  340.             end
  341.             item
  342.               Caption = 'Format'
  343.               Width = 60
  344.             end
  345.             item
  346.               Caption = 'Date'
  347.               Width = 70
  348.             end>
  349.           DragMode = dmAutomatic
  350.           ReadOnly = True
  351.           HotTrack = True
  352.           OnColumnClick = LVFileColumnClick
  353.           OnCompare = LVBMPCompare
  354.           OnDragDrop = LVFileDragDrop
  355.           OnDragOver = OnDragOver
  356.           DragCursor = crDefault
  357.           PopupMenu = FilePopup
  358.           TabOrder = 1
  359.           ViewStyle = vsReport
  360.           OnKeyUp = LVKeyUp
  361.           SmallImages = ListImages
  362.         end
  363.       end
  364.     end
  365.     object TabAudio: TTabSheet
  366.       Caption = 'Audio'
  367.       object AudioSplitter: TSplitter
  368.         Left = 257
  369.         Top = 0
  370.         Width = 4
  371.         Height = 256
  372.         Cursor = crHSplit
  373.         Beveled = False
  374.       end
  375.       object AudioResPanel: TPanel
  376.         Left = 0
  377.         Top = 0
  378.         Width = 257
  379.         Height = 256
  380.         Align = alLeft
  381.         BevelOuter = bvNone
  382.         Caption = 'AudioResPanel'
  383.         TabOrder = 0
  384.         object AudioResCaption: TPanel
  385.           Left = 0
  386.           Top = 0
  387.           Width = 257
  388.           Height = 17
  389.           Align = alTop
  390.           Alignment = taLeftJustify
  391.           BevelOuter = bvLowered
  392.           TabOrder = 0
  393.         end
  394.         object LVAudioRes: TListView
  395.           Left = 0
  396.           Top = 17
  397.           Width = 257
  398.           Height = 239
  399.           Align = alClient
  400.           OnClick = LVAudioResClick
  401.           OnDblClick = LVResDblClick
  402.           Columns = <
  403.             item
  404.               Caption = 'Name'
  405.               Width = 100
  406.             end
  407.             item
  408.               Caption = 'Size'
  409.             end
  410.             item
  411.               Caption = 'Truncated'
  412.               Width = 0
  413.             end
  414.             item
  415.               Caption = 'Samples'
  416.               Width = 70
  417.             end
  418.             item
  419.               Caption = 'Resolution'
  420.             end
  421.             item
  422.               Caption = 'Frequency'
  423.             end
  424.             item
  425.               Caption = 'Channels'
  426.             end>
  427.           DragMode = dmAutomatic
  428.           HotTrack = True
  429.           MultiSelect = True
  430.           OnChange = LVResChange
  431.           OnColumnClick = LVResColumnClick
  432.           OnCompare = LVAudioCompare
  433.           OnEnter = LVResEnter
  434.           OnExit = LVResExit
  435.           OnDragDrop = LVResDragDrop
  436.           OnDragOver = OnDragOver
  437.           PopupMenu = ResPopUp
  438.           TabOrder = 1
  439.           ViewStyle = vsReport
  440.           OnKeyUp = LVKeyUp
  441.           SmallImages = ListImages
  442.         end
  443.       end
  444.       object AudioFilePanel: TPanel
  445.         Left = 261
  446.         Top = 0
  447.         Width = 306
  448.         Height = 256
  449.         Align = alClient
  450.         BevelOuter = bvNone
  451.         Caption = 'AudioFilePanel'
  452.         TabOrder = 1
  453.         object LVAudioFile: TListView
  454.           Left = 0
  455.           Top = 17
  456.           Width = 306
  457.           Height = 239
  458.           Align = alClient
  459.           OnClick = LVFileClick
  460.           Columns = <
  461.             item
  462.               Caption = 'Name'
  463.               Width = 100
  464.             end
  465.             item
  466.               Caption = 'Size'
  467.             end
  468.             item
  469.               Caption = 'Samples'
  470.             end
  471.             item
  472.               Caption = 'Resolution'
  473.               Width = 65
  474.             end
  475.             item
  476.               Caption = 'Frequency'
  477.               Width = 70
  478.             end
  479.             item
  480.               Caption = 'Channels'
  481.               Width = 60
  482.             end
  483.             item
  484.               Caption = 'Date'
  485.             end>
  486.           DragMode = dmAutomatic
  487.           ReadOnly = True
  488.           HotTrack = True
  489.           OnColumnClick = LVFileColumnClick
  490.           OnCompare = LVAudioCompare
  491.           OnDragDrop = LVFileDragDrop
  492.           OnDragOver = OnDragOver
  493.           PopupMenu = FilePopup
  494.           TabOrder = 0
  495.           ViewStyle = vsReport
  496.           OnKeyUp = LVKeyUp
  497.           SmallImages = ListImages
  498.         end
  499.         object AudioFileCaption: TPanel
  500.           Left = 0
  501.           Top = 0
  502.           Width = 306
  503.           Height = 17
  504.           Align = alTop
  505.           Alignment = taLeftJustify
  506.           BevelOuter = bvLowered
  507.           Caption = 'AudioFileCaption'
  508.           TabOrder = 1
  509.         end
  510.         object MediaPlayer: TMediaPlayer
  511.           Left = 88
  512.           Top = 56
  513.           Width = 253
  514.           Height = 30
  515.           AutoEnable = False
  516.           DeviceType = dtWaveAudio
  517.           Visible = False
  518.           TabOrder = 2
  519.         end
  520.       end
  521.     end
  522.   end
  523.   object OpenFile: TOpenDialog
  524.     HelpContext = 2050
  525.     DefaultExt = 'exe'
  526.     Filter = 'Application (*.exe)|*.exe|All Files (*.*)|*.*'
  527.     Options = [ofHideReadOnly, ofFileMustExist]
  528.     Left = 328
  529.     Top = 160
  530.   end
  531.   object PathDialog: TPathDialog
  532.     Title = 'Please enter the path'
  533.     Left = 320
  534.     Top = 224
  535.   end
  536.   object SaveFile: TSaveDialog
  537.     HelpContext = 2100
  538.     DefaultExt = 'exe'
  539.     Options = [ofOverwritePrompt, ofHideReadOnly]
  540.     Left = 328
  541.     Top = 189
  542.   end
  543.   object MainMenu1: TMainMenu
  544.     Left = 353
  545.     Top = 173
  546.     object File1: TMenuItem
  547.       Caption = '&File'
  548.       object Open1: TMenuItem
  549.         Caption = '&Open'
  550.         HelpContext = 2050
  551.         Hint = 'Open a cool program'
  552.         ShortCut = 16463
  553.         OnClick = Load1Click
  554.       end
  555.       object Save1: TMenuItem
  556.         Caption = '&Save As'
  557.         HelpContext = 2100
  558.         Hint = 'Save program to disk'
  559.         ShortCut = 16467
  560.         OnClick = Save1Click
  561.       end
  562.       object Run1: TMenuItem
  563.         Caption = '&Run'
  564.         HelpContext = 2150
  565.         Hint = 'Run loaded program'
  566.         ShortCut = 16466
  567.         OnClick = Run1Click
  568.       end
  569.       object Close1: TMenuItem
  570.         Caption = '&Close'
  571.         HelpContext = 2200
  572.         Hint = 'Close program'
  573.         OnClick = Close1Click
  574.       end
  575.       object N1: TMenuItem
  576.         Caption = '-'
  577.       end
  578.       object Exit2: TMenuItem
  579.         Caption = 'E&xit'
  580.         HelpContext = 2250
  581.         Hint = 'Exit SC449'
  582.         OnClick = Exit1Click
  583.       end
  584.       object N2: TMenuItem
  585.         Caption = '-'
  586.       end
  587.       object InstalledRebirth1: TMenuItem
  588.         Caption = 'Installed &Rebirth'
  589.         HelpContext = 2300
  590.         OnClick = InstalledRebirth1Click
  591.       end
  592.     end
  593.     object Assignments1: TMenuItem
  594.       Caption = '&Resources'
  595.       object LoadAss1: TMenuItem
  596.         Caption = '&Load Assignments'
  597.         HelpContext = 3050
  598.         Hint = 'Lets you load a previously saved assignment'
  599.         OnClick = LoaddAssClick
  600.       end
  601.       object SaveAss1: TMenuItem
  602.         Caption = '&Save Assignments'
  603.         HelpContext = 3100
  604.         Hint = 'Save current assignments (i.e. links to replaced files)'
  605.         OnClick = SaveAss1Click
  606.       end
  607.       object N3: TMenuItem
  608.         Caption = '-'
  609.       end
  610.       object Import1: TMenuItem
  611.         Caption = '&Import file from a good friend'
  612.         HelpContext = 3150
  613.         Hint = 'Greetings to him !'
  614.         OnClick = Import1Click
  615.       end
  616.       object Export1: TMenuItem
  617.         Caption = '&Export and send to a good friend'
  618.         HelpContext = 3200
  619.         Hint = 'With best wishes'
  620.         OnClick = Export1Click
  621.       end
  622.       object N4: TMenuItem
  623.         Caption = '-'
  624.       end
  625.       object LoadAllBMP1: TMenuItem
  626.         Caption = '&Auto Assign Bitmaps'
  627.         HelpContext = 3250
  628.         Hint = 
  629.           'Automatic assignment with all .bmp files in current folder (by o' +
  630.           'riginal resource numbers as saved by Extract All)'
  631.         OnClick = LoadAllClick
  632.       end
  633.       object LoadAllAudio1: TMenuItem
  634.         Caption = '&Auto Assign Audio resources'
  635.         HelpContext = 3250
  636.         Hint = 
  637.           'Automatic assignment with all .aif files in current folder (by o' +
  638.           'riginal resource numbers as saved by Extract All)'
  639.         OnClick = LoadAllClick
  640.       end
  641.       object SaveAllAudio1: TMenuItem
  642.         Caption = 'E&xtract All Audio resources'
  643.         HelpContext = 3300
  644.         Hint = 'Save all audio resources as .aif to current folder'
  645.         OnClick = SaveAllClick
  646.       end
  647.       object SaveAllBMP1: TMenuItem
  648.         Caption = 'E&xtract All Bitmaps'
  649.         HelpContext = 3300
  650.         Hint = 'Save all bitmap resources as .bmp to current folder'
  651.         OnClick = SaveAllClick
  652.       end
  653.       object N5: TMenuItem
  654.         Caption = '-'
  655.       end
  656.       object SetIcon1: TMenuItem
  657.         Caption = 'Set I&con...'
  658.         HelpContext = 3350
  659.         Hint = 'Assign a new Icon'
  660.         OnClick = SetIcon1Click
  661.       end
  662.       object ExtractIcon1: TMenuItem
  663.         Caption = 'Extract Ic&on'
  664.         HelpContext = 3400
  665.         Hint = 'Save icon and save to disk'
  666.         OnClick = ExtractIcon1Click
  667.       end
  668.     end
  669.     object AudioBookmarks1: TMenuItem
  670.       Caption = '&Bookmarks'
  671.     end
  672.     object BMPBookmarks1: TMenuItem
  673.       Caption = '&Bookmarks'
  674.     end
  675.     object Options1: TMenuItem
  676.       Caption = '&Options'
  677.       object KeepExeSize1: TMenuItem
  678.         Caption = '&Keep Exe Size'
  679.         HelpContext = 5050
  680.         Hint = 
  681.           'The "save" way of replacing resources by not changing the size o' +
  682.           'f the resources'
  683.         OnClick = CBKeepRawSizeClick
  684.       end
  685.       object ButtonText1: TMenuItem
  686.         Caption = 'Button Text'
  687.         Checked = True
  688.         Visible = False
  689.         OnClick = ButtonText1Click
  690.       end
  691.       object ShowToolbar1: TMenuItem
  692.         Caption = 'Show &Toolbar'
  693.         HelpContext = 5100
  694.         Hint = 'Shows or hides the toolbar'
  695.         OnClick = ShowToolbar1Click
  696.       end
  697.       object SaveAudioResources1: TMenuItem
  698.         Caption = '&Save Audio Resources'
  699.         HelpContext = 5150
  700.         Hint = 'The format of audio resources when dragged to current folder'
  701.         object asWave1: TMenuItem
  702.           Caption = 'as .&wav'
  703.           Checked = True
  704.           GroupIndex = 1
  705.           HelpContext = 5150
  706.           Hint = 'Extract files as Microsoft linear wave (*.wav)'
  707.           RadioItem = True
  708.           OnClick = asWave1Click
  709.         end
  710.         object asAIFF1: TMenuItem
  711.           Caption = 'as .&aif'
  712.           GroupIndex = 1
  713.           HelpContext = 5150
  714.           Hint = 'Extract files as Apple/SGI AIFF (*.aif)'
  715.           RadioItem = True
  716.           OnClick = asAIFF1Click
  717.         end
  718.       end
  719.       object UnInstallReNovator1: TMenuItem
  720.         Caption = '&Uninstall ReNovator'
  721.         OnClick = UnInstallReNovator1Click
  722.       end
  723.     end
  724.     object Help1: TMenuItem
  725.       Caption = '&Help'
  726.       object Contents1: TMenuItem
  727.         Caption = '&Contents'
  728.         HelpContext = 6050
  729.         OnClick = Contents1Click
  730.       end
  731.       object LegalInformation1: TMenuItem
  732.         Caption = '&Legal Information'
  733.         HelpContext = 14000
  734.         OnClick = LegalInformation1Click
  735.       end
  736.       object N7: TMenuItem
  737.         Caption = '-'
  738.       end
  739.       object About1: TMenuItem
  740.         Caption = '&About'
  741.         HelpContext = 6100
  742.         Hint = 'Shows a mellow About dialog'
  743.         OnClick = About1Click
  744.       end
  745.     end
  746.   end
  747.   object ListImages: TImageList
  748.     Left = 393
  749.     Top = 181
  750.   end
  751.   object ButtonDisabled: TImageList
  752.     AllocBy = 8
  753.     Height = 32
  754.     Width = 32
  755.     Left = 397
  756.     Top = 232
  757.   end
  758.   object ButtonEnabled: TImageList
  759.     AllocBy = 8
  760.     Height = 32
  761.     Width = 32
  762.     Left = 397
  763.     Top = 264
  764.   end
  765.   object ButtonHighLight: TImageList
  766.     AllocBy = 8
  767.     Height = 32
  768.     Width = 32
  769.     Left = 365
  770.     Top = 272
  771.   end
  772.   object ResPopUp: TPopupMenu
  773.     OnPopup = ResPopUpPopup
  774.     Left = 285
  775.     Top = 200
  776.     object Detach1: TMenuItem
  777.       Caption = '&Detach'
  778.       OnClick = Detach1Click
  779.     end
  780.     object LoadAss2: TMenuItem
  781.       Caption = '&Load Assignments'
  782.       Hint = 'Lets you load a previously saved assignment'
  783.       OnClick = LoaddAssClick
  784.     end
  785.     object SaveAss2: TMenuItem
  786.       Caption = '&Save Assignments'
  787.       Hint = 'Save current assignments (i.e. links to replaced files)'
  788.       OnClick = SaveAss1Click
  789.     end
  790.   end
  791.   object HistoryList1: THistoryList
  792.     RegSection = 'Company\Program Name'
  793.     RegDir = 'MRUList'
  794.     BaseMenu = File1
  795.     OnClick = HistoryList1Click
  796.     HelpContext = 2350
  797.     MaxItems = 6
  798.     Left = 293
  799.     Top = 272
  800.   end
  801.   object AudioBookmarks: TBookmarks
  802.     RegSection = 'Company\Program Name'
  803.     RegDir = 'AudioBookmarks'
  804.     BaseMenu = AudioBookmarks1
  805.     OnClick = BookmarksClick
  806.     HelpContext = 4100
  807.     FileBookmarks = False
  808.     OnGetBookmark = BookmarksGetBookmark
  809.     AddHelpContext = 4050
  810.     DelHelpContext = 4150
  811.     Left = 501
  812.     Top = 193
  813.   end
  814.   object ExportDlg: TSaveDialog
  815.     HelpContext = 3200
  816.     DefaultExt = 'rnv'
  817.     Filter = 'ReNovator files (*.rnv)|*.rnv|All Files (*.*)|*.*'
  818.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  819.     Title = 'Pass assignments to good friends'
  820.     Left = 445
  821.     Top = 185
  822.   end
  823.   object ImportDlg: TOpenDialog
  824.     HelpContext = 3150
  825.     DefaultExt = 'rnv'
  826.     Filter = 'ReNovator files (*.rnv)|*.rnv|All files (*.*)|*.*'
  827.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  828.     Title = 'Got a file from a good friend ?'
  829.     Left = 445
  830.     Top = 217
  831.   end
  832.   object BMPBookmarks: TBookmarks
  833.     RegSection = 'Company\Program Name'
  834.     RegDir = 'BitmapBookmarks'
  835.     BaseMenu = BMPBookmarks1
  836.     OnClick = BookmarksClick
  837.     HelpContext = 4100
  838.     FileBookmarks = False
  839.     OnGetBookmark = BookmarksGetBookmark
  840.     AddHelpContext = 4050
  841.     DelHelpContext = 4150
  842.     Left = 497
  843.     Top = 161
  844.   end
  845.   object FilePopup: TPopupMenu
  846.     OnPopup = FilePopupPopup
  847.     Left = 289
  848.     Top = 153
  849.     object OpenWith1: TMenuItem
  850.       Caption = 'Open'
  851.       OnClick = OpenWith1Click
  852.     end
  853.     object BrowsenewFolder1: TMenuItem
  854.       Caption = '&Browse new Folder'
  855.       OnClick = BBrowseDirClick
  856.     end
  857.     object DirUp1: TMenuItem
  858.       Caption = '&Dir up'
  859.       OnClick = BDirUpClick
  860.     end
  861.     object Refresh1: TMenuItem
  862.       Caption = '&Refresh'
  863.       OnClick = BRefreshClick
  864.     end
  865.     object N6: TMenuItem
  866.       Caption = '-'
  867.     end
  868.     object Bookmarks1: TMenuItem
  869.       Caption = '&Bookmarks'
  870.     end
  871.     object AddBookmark1: TMenuItem
  872.       Caption = '&Add Bookmark'
  873.     end
  874.   end
  875.   object GoToWeb1: TGoToWeb
  876.     Url = 'http://www.mygale.org/~cresto/'
  877.     EMail = 'cresto@mygale.org'
  878.     BrowserState = gwNormal
  879.     Left = 544
  880.     Top = 18
  881.   end
  882.   object OpenIconDlg: TOpenPictureDialog
  883.     HelpContext = 3350
  884.     DefaultExt = 'ico'
  885.     Filter = 'Icons (*.ico)|*.ico'
  886.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  887.     Left = 385
  888.     Top = 121
  889.   end
  890.   object SaveIconDlg: TSavePictureDialog
  891.     HelpContext = 3400
  892.     DefaultExt = 'ico'
  893.     Filter = 'Icons (*.ico)|*.ico'
  894.     Options = [ofHideReadOnly, ofPathMustExist]
  895.     Left = 385
  896.     Top = 145
  897.   end
  898.   object IconPopup: TPopupMenu
  899.     OnPopup = IconPopupPopup
  900.     Left = 321
  901.     Top = 137
  902.     object SetIcon2: TMenuItem
  903.       Caption = '&Set Icon...'
  904.       Hint = 'Assign a new Icon'
  905.       OnClick = SetIcon1Click
  906.     end
  907.     object ExtractIcon2: TMenuItem
  908.       Caption = '&Extract Icon'
  909.       Hint = 'Save icon and save to disk'
  910.       OnClick = ExtractIcon1Click
  911.     end
  912.   end
  913. end
  914.