home *** CD-ROM | disk | FTP | other *** search
/ All Holidays: Clip Art & Fonts (Deluxe Edition) / 727ahcap_jjp.iso / HOL32 / chrclip / VIEWER32.EXE / 0 / RCDATA / TTHUMBNAILFORM / TTHUMBNAILFORM.txt
Text File  |  1997-08-21  |  6KB  |  258 lines

  1. object ThumbnailForm: TThumbnailForm
  2.   Left = 490
  3.   Top = 267
  4.   Width = 450
  5.   Height = 417
  6.   Caption = 'Cosmi File Viewer'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Menu = MainMenu
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Splitter: TOvcSplitter
  22.     Left = 0
  23.     Top = 0
  24.     Width = 442
  25.     Height = 331
  26.     AutoUpdate = True
  27.     Position = 230
  28.     Align = alClient
  29.     ParentCtl3D = False
  30.     object TOvcSection
  31.       Tag = 1
  32.       object DirPanel: TPanel
  33.         Left = 0
  34.         Top = 0
  35.         Width = 227
  36.         Height = 328
  37.         Align = alClient
  38.         BevelOuter = bvNone
  39.         TabOrder = 0
  40.         OnResize = DirPanelResize
  41.         object DLabel: TLabel
  42.           Left = 8
  43.           Top = 8
  44.           Width = 45
  45.           Height = 13
  46.           Caption = '&Directory:'
  47.           FocusControl = Directories
  48.         end
  49.         object LDrives: TLabel
  50.           Left = 8
  51.           Top = 208
  52.           Width = 33
  53.           Height = 13
  54.           Caption = 'D&rives:'
  55.           FocusControl = Drives
  56.         end
  57.         object LDirectoryName: TLabel
  58.           Left = 8
  59.           Top = 248
  60.           Width = 169
  61.           Height = 13
  62.           AutoSize = False
  63.           Caption = 'C:\Develop\COSMI\Viewer'
  64.         end
  65.         object Directories: TDirectoryListBox
  66.           Left = 8
  67.           Top = 24
  68.           Width = 193
  69.           Height = 180
  70.           DirLabel = LDirectoryName
  71.           Font.Charset = DEFAULT_CHARSET
  72.           Font.Color = clWindowText
  73.           Font.Height = -11
  74.           Font.Name = 'MS Sans Serif'
  75.           Font.Style = []
  76.           ItemHeight = 16
  77.           ParentFont = False
  78.           TabOrder = 0
  79.           OnChange = DirectoriesChange
  80.         end
  81.         object Drives: TDriveComboBox
  82.           Left = 8
  83.           Top = 224
  84.           Width = 169
  85.           Height = 19
  86.           DirList = Directories
  87.           TabOrder = 1
  88.         end
  89.       end
  90.     end
  91.     object TOvcSection
  92.       Tag = 2
  93.       object ViewerPanel: TPanel
  94.         Left = 0
  95.         Top = 0
  96.         Width = 206
  97.         Height = 328
  98.         Align = alClient
  99.         BevelOuter = bvNone
  100.         TabOrder = 0
  101.         OnResize = ViewerPanelResize
  102.         object LFiles: TLabel
  103.           Left = 8
  104.           Top = 8
  105.           Width = 24
  106.           Height = 13
  107.           Caption = 'Fi&les:'
  108.           FocusControl = Files
  109.         end
  110.         object LFileNamePrompt: TLabel
  111.           Left = 8
  112.           Top = 248
  113.           Width = 48
  114.           Height = 13
  115.           Alignment = taRightJustify
  116.           AutoSize = False
  117.           Caption = 'File name:'
  118.         end
  119.         object LFileSizePrompt: TLabel
  120.           Left = 8
  121.           Top = 264
  122.           Width = 48
  123.           Height = 13
  124.           Alignment = taRightJustify
  125.           AutoSize = False
  126.           Caption = 'File size:'
  127.         end
  128.         object LFileName: TLabel
  129.           Left = 60
  130.           Top = 248
  131.           Width = 117
  132.           Height = 13
  133.           AutoSize = False
  134.         end
  135.         object LFileSize: TLabel
  136.           Left = 60
  137.           Top = 264
  138.           Width = 117
  139.           Height = 13
  140.           AutoSize = False
  141.         end
  142.         object Files: TDragListBox
  143.           Left = 8
  144.           Top = 24
  145.           Width = 169
  146.           Height = 220
  147.           TabStop = True
  148.           Columns = 1
  149.           DragEnabled = False
  150.           ExtendedSelect = True
  151.           ItemHeight = 64
  152.           MultiSelect = False
  153.           ReadOnly = False
  154.           Sorted = True
  155.           Style = lbOwnerDrawFixed
  156.           TabOrder = 0
  157.           OnClick = FilesClick
  158.           OnDblClick = FilesDblClick
  159.           OnDrawItem = FilesDrawItem
  160.           OnMoveOverItem = FilesMoveOverItem
  161.         end
  162.       end
  163.     end
  164.   end
  165.   object BottomPanel: TPanel
  166.     Left = 0
  167.     Top = 331
  168.     Width = 442
  169.     Height = 40
  170.     Align = alBottom
  171.     BevelOuter = bvNone
  172.     BorderStyle = bsSingle
  173.     TabOrder = 1
  174.     object AutoPlay: TCheckBox
  175.       Left = 8
  176.       Top = 9
  177.       Width = 113
  178.       Height = 17
  179.       Caption = 'Autoplay multimedia'
  180.       State = cbChecked
  181.       TabOrder = 0
  182.       OnClick = AutoPlayClick
  183.     end
  184.     object MediaPlayer: TMediaPlayer
  185.       Left = 148
  186.       Top = 2
  187.       Width = 29
  188.       Height = 30
  189.       VisibleButtons = []
  190.       Visible = False
  191.       TabOrder = 1
  192.     end
  193.     object OK: TBitBtn
  194.       Left = 242
  195.       Top = 4
  196.       Width = 77
  197.       Height = 27
  198.       Enabled = False
  199.       TabOrder = 2
  200.       Visible = False
  201.       Kind = bkOK
  202.     end
  203.     object Cancel: TBitBtn
  204.       Left = 346
  205.       Top = 4
  206.       Width = 77
  207.       Height = 27
  208.       TabOrder = 3
  209.       Visible = False
  210.       Kind = bkCancel
  211.     end
  212.   end
  213.   object MainMenu: TMainMenu
  214.     Left = 385
  215.     Top = 8
  216.     object MFile: TMenuItem
  217.       Caption = '&File'
  218.       object MCopy: TMenuItem
  219.         Caption = '&Copy to clipboard'
  220.         Enabled = False
  221.         ShortCut = 16451
  222.         OnClick = MCopyClick
  223.       end
  224.       object MExit: TMenuItem
  225.         Caption = 'E&xit'
  226.         ShortCut = 16472
  227.         OnClick = MExitClick
  228.       end
  229.     end
  230.     object MHelp: TMenuItem
  231.       Caption = '&Help'
  232.       object MContents: TMenuItem
  233.         Caption = '&Contents'
  234.         ShortCut = 112
  235.         OnClick = MContentsClick
  236.       end
  237.       object MHelpOnHelp: TMenuItem
  238.         Caption = '&How to Use Help'
  239.         OnClick = MHelpOnHelpClick
  240.       end
  241.     end
  242.   end
  243.   object OvcController: TOvcController
  244.     EntryCommands.TableList = (
  245.       'Default'
  246.       True
  247.       ()
  248.       'WordStar'
  249.       False
  250.       ()
  251.       'Grid'
  252.       False
  253.       ())
  254.     Left = 385
  255.     Top = 59
  256.   end
  257. end
  258.