home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Wtestowe / CALYPSO / _SETUP.1 / Tools.dll / 0 / RCDATA / TCDBROWSEFORM / TCDBROWSEFORM.txt < prev   
Text File  |  1997-07-17  |  5KB  |  223 lines

  1. object CDBrowseForm: TCDBrowseForm
  2.   Left = 206
  3.   Top = 106
  4.   ActiveControl = lbCacheFiles
  5.   AutoScroll = False
  6.   Caption = 'Sight && Sound CD-ROM cache browser'
  7.   ClientHeight = 424
  8.   ClientWidth = 691
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyPress = FormKeyPress
  22.   PixelsPerInch = 96
  23.   TextHeight = 15
  24.   object lbCacheFiles: TListBox
  25.     Left = 0
  26.     Top = 0
  27.     Width = 691
  28.     Height = 95
  29.     Hint = 'List of all cached CD-ROM disks'
  30.     Align = alTop
  31.     ItemHeight = 15
  32.     TabOrder = 0
  33.     OnClick = lbCacheFilesClick
  34.     OnKeyDown = lbCacheFilesKeyDown
  35.   end
  36.   object tvDirs: TTreeView
  37.     Left = 0
  38.     Top = 100
  39.     Width = 300
  40.     Height = 305
  41.     Hint = 'Directory structure of current CD-ROM cache'
  42.     ReadOnly = True
  43.     HideSelection = False
  44.     Indent = 19
  45.     OnChange = tvDirsChange
  46.     Align = alClient
  47.     ParentColor = False
  48.     TabOrder = 1
  49.     Images = SmallImageList
  50.   end
  51.   object lvFiles: TListView
  52.     Left = 305
  53.     Top = 100
  54.     Width = 386
  55.     Height = 305
  56.     Hint = 'Files in current directory of cached CD-ROM'
  57.     Align = alRight
  58.     Columns = <
  59.       item
  60.         Caption = 'Filename'
  61.         Width = 150
  62.       end
  63.       item
  64.         Alignment = taRightJustify
  65.         Caption = 'Size'
  66.         Width = 80
  67.       end
  68.       item
  69.         Alignment = taRightJustify
  70.         Caption = 'Date'
  71.         Width = 75
  72.       end
  73.       item
  74.         Caption = 'Description'
  75.         Width = 250
  76.       end>
  77.     ReadOnly = True
  78.     Font.Color = clBlack
  79.     Font.Height = -12
  80.     Font.Name = 'Arial'
  81.     Font.Style = [fsBold]
  82.     OnColumnClick = lvFilesColumnClick
  83.     OnCompare = lvFilesCompare
  84.     TabOrder = 2
  85.     ViewStyle = vsReport
  86.   end
  87.   object SplitControl1: TSplitControl
  88.     Left = 0
  89.     Top = 95
  90.     Width = 691
  91.     Height = 5
  92.     Cursor = crVSplit
  93.     Align = alTop
  94.     DragCursor = crVSplit
  95.     TabOrder = 3
  96.     SizeTarget = lbCacheFiles
  97.   end
  98.   object SplitControl2: TSplitControl
  99.     Left = 300
  100.     Top = 100
  101.     Width = 5
  102.     Height = 305
  103.     Cursor = crHSplit
  104.     Align = alRight
  105.     DragCursor = crHSplit
  106.     TabOrder = 4
  107.     SizeTarget = lvFiles
  108.   end
  109.   object CDStatusBar: TStatusBar
  110.     Left = 0
  111.     Top = 405
  112.     Width = 691
  113.     Height = 19
  114.     Panels = <>
  115.     SimplePanel = True
  116.   end
  117.   object SmallImageList: TImageList
  118.     Left = 26
  119.     Top = 109
  120.   end
  121.   object MainMenu1: TMainMenu
  122.     Left = 26
  123.     Top = 162
  124.     object miFile: TMenuItem
  125.       Caption = '&File'
  126.       ShortCut = 0
  127.       object miFileRefresh: TMenuItem
  128.         Caption = '&Refresh'
  129.         Hint = 'Rereads all cached CD-ROMs'
  130.         ShortCut = 16466
  131.         OnClick = miFileRefreshClick
  132.       end
  133.       object miFileInfo: TMenuItem
  134.         Caption = '&Info'
  135.         Hint = 'Displays additional information about cached CD-ROM'
  136.         ShortCut = 16457
  137.         OnClick = miFileInfoClick
  138.       end
  139.       object miFileRename: TMenuItem
  140.         Caption = 'Rename'
  141.         Hint = 'Renames current CD-ROM cache file'
  142.         ShortCut = 16462
  143.         OnClick = miFileRenameClick
  144.       end
  145.       object miFileDelete: TMenuItem
  146.         Caption = '&Delete'
  147.         Hint = 'Deletes current CD-ROM cache file'
  148.         ShortCut = 0
  149.         OnClick = miFileDeleteClick
  150.       end
  151.       object miFind: TMenuItem
  152.         Caption = '&Find file'
  153.         Hint = 'Find a file in current CD-ROM cache'
  154.         ShortCut = 16454
  155.         OnClick = miFindClick
  156.       end
  157.       object miFilefindagain: TMenuItem
  158.         Caption = 'Find &again'
  159.         Hint = 'Continues to find a file'
  160.         ShortCut = 114
  161.         OnClick = miFilefindagainClick
  162.       end
  163.       object N1: TMenuItem
  164.         Caption = '-'
  165.         ShortCut = 0
  166.       end
  167.       object miFileExit: TMenuItem
  168.         Caption = 'E&xit'
  169.         Hint = 'Ends this program'
  170.         ShortCut = 32856
  171.         OnClick = miFileExitClick
  172.       end
  173.     end
  174.     object miHelp: TMenuItem
  175.       Caption = '&Help'
  176.       ShortCut = 0
  177.       object miHelpContents: TMenuItem
  178.         Caption = '&Contents'
  179.         ShortCut = 0
  180.         OnClick = miHelpContentsClick
  181.       end
  182.       object miHelpWhatIsThis: TMenuItem
  183.         Caption = '&What is this?'
  184.         ShortCut = 0
  185.         OnClick = miHelpWhatIsThisClick
  186.       end
  187.     end
  188.   end
  189.   object ApplicationProperties1: TApplicationProperties
  190.     HintColor = clBlack
  191.     HintPause = 0
  192.     ShowHint = False
  193.     OnHint = ApplicationProperties1Hint
  194.     Left = 30
  195.     Top = 214
  196.   end
  197.   object MSOfficeCaption1: TMSOfficeCaption
  198.     AppNameText.Caption = 'Program -'
  199.     AppNameText.FontKind = fkSystemB
  200.     AppNameText.Visible = False
  201.     CaptionText.Caption = 'CD-ROM cache browser'
  202.     CaptionText.FontKind = fkSystem
  203.     CaptionText.Visible = True
  204.     CompanyText.Caption = 'Sight && Sound'
  205.     CompanyText.Font.Color = clWindowText
  206.     CompanyText.Font.Height = -11
  207.     CompanyText.Font.Name = 'Arial'
  208.     CompanyText.Font.Pitch = fpVariable
  209.     CompanyText.Font.Style = [fsBold, fsItalic]
  210.     CompanyText.FontKind = fkCustom
  211.     CompanyText.Visible = True
  212.     Enabled = geWhenActive
  213.     Left = 148
  214.     Top = 250
  215.   end
  216.   object FindDialog1: TFindDialog
  217.     Options = [frDown, frHideMatchCase, frHideWholeWord, frHideUpDown]
  218.     OnFind = FindDialog1Find
  219.     Left = 172
  220.     Top = 158
  221.   end
  222. end
  223.