home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / UBELT.ZIP / UBshar.EXE / Viewer.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-03-17  |  6KB  |  297 lines

  1. object Form1: TForm1
  2.   Left = 52
  3.   Top = 49
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Quick Viewer'
  7.   ClientHeight = 320
  8.   ClientWidth = 495
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Menu = MainMenu1
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 152
  20.     Top = 136
  21.     Width = 105
  22.     Height = 16
  23.     AutoSize = False
  24.     Color = clNavy
  25.     Font.Color = clWhite
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentColor = False
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 152
  34.     Top = 264
  35.     Width = 105
  36.     Height = 16
  37.     AutoSize = False
  38.     Color = clNavy
  39.     Font.Color = clWhite
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentColor = False
  44.     ParentFont = False
  45.   end
  46.   object Label3: TLabel
  47.     Left = 268
  48.     Top = 136
  49.     Width = 105
  50.     Height = 16
  51.     AutoSize = False
  52.     Color = clNavy
  53.     Font.Color = clWhite
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentColor = False
  58.     ParentFont = False
  59.   end
  60.   object Label4: TLabel
  61.     Left = 268
  62.     Top = 264
  63.     Width = 105
  64.     Height = 16
  65.     AutoSize = False
  66.     Color = clNavy
  67.     Font.Color = clWhite
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentColor = False
  72.     ParentFont = False
  73.   end
  74.   object Label5: TLabel
  75.     Left = 384
  76.     Top = 136
  77.     Width = 105
  78.     Height = 16
  79.     AutoSize = False
  80.     Color = clNavy
  81.     Font.Color = clWhite
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentColor = False
  86.     ParentFont = False
  87.   end
  88.   object Label6: TLabel
  89.     Left = 384
  90.     Top = 264
  91.     Width = 105
  92.     Height = 16
  93.     AutoSize = False
  94.     Color = clNavy
  95.     Font.Color = clWhite
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentColor = False
  100.     ParentFont = False
  101.   end
  102.   object Panel1: TPanel
  103.     Left = 152
  104.     Top = 40
  105.     Width = 105
  106.     Height = 93
  107.     Color = clSilver
  108.     TabOrder = 0
  109.     object Image1: TImage
  110.       Left = 4
  111.       Top = 4
  112.       Width = 97
  113.       Height = 85
  114.       OnClick = ViewFull
  115.     end
  116.   end
  117.   object Panel2: TPanel
  118.     Left = 152
  119.     Top = 168
  120.     Width = 105
  121.     Height = 93
  122.     Color = clSilver
  123.     Font.Color = clWhite
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ParentFont = False
  128.     TabOrder = 1
  129.     object Image2: TImage
  130.       Left = 4
  131.       Top = 4
  132.       Width = 97
  133.       Height = 85
  134.       OnClick = ViewFull
  135.     end
  136.   end
  137.   object ScrollBar1: TScrollBar
  138.     Left = 152
  139.     Top = 292
  140.     Width = 337
  141.     Height = 17
  142.     LargeChange = 2
  143.     SmallChange = 2
  144.     TabOrder = 2
  145.     OnChange = ScrollBar1Change
  146.   end
  147.   object FilterComboBox1: TFilterComboBox
  148.     Left = 152
  149.     Top = 4
  150.     Width = 154
  151.     Height = 21
  152.     Filter = 'Bitmap Graphics (*.BMP)|*.bmp|ClipArt Graphics (*.WMF)|*.wmf'
  153.     Font.Color = clBlack
  154.     Font.Height = -11
  155.     Font.Name = 'MS Sans Serif'
  156.     Font.Style = []
  157.     ParentFont = False
  158.     TabOrder = 3
  159.     OnChange = FilterComboBox1Change
  160.   end
  161.   object Panel3: TPanel
  162.     Left = 268
  163.     Top = 40
  164.     Width = 105
  165.     Height = 93
  166.     Color = clSilver
  167.     TabOrder = 4
  168.     object Image3: TImage
  169.       Left = 4
  170.       Top = 4
  171.       Width = 97
  172.       Height = 85
  173.       OnClick = ViewFull
  174.     end
  175.   end
  176.   object Panel4: TPanel
  177.     Left = 268
  178.     Top = 168
  179.     Width = 105
  180.     Height = 93
  181.     Color = clSilver
  182.     Font.Color = clWhite
  183.     Font.Height = -11
  184.     Font.Name = 'MS Sans Serif'
  185.     Font.Style = []
  186.     ParentFont = False
  187.     TabOrder = 5
  188.     object Image4: TImage
  189.       Left = 4
  190.       Top = 4
  191.       Width = 97
  192.       Height = 85
  193.       OnClick = ViewFull
  194.     end
  195.   end
  196.   object Panel5: TPanel
  197.     Left = 384
  198.     Top = 40
  199.     Width = 105
  200.     Height = 93
  201.     Color = clSilver
  202.     TabOrder = 6
  203.     object Image5: TImage
  204.       Left = 4
  205.       Top = 4
  206.       Width = 97
  207.       Height = 85
  208.       OnClick = ViewFull
  209.     end
  210.   end
  211.   object Panel6: TPanel
  212.     Left = 384
  213.     Top = 168
  214.     Width = 105
  215.     Height = 93
  216.     Color = clSilver
  217.     Font.Color = clWhite
  218.     Font.Height = -11
  219.     Font.Name = 'MS Sans Serif'
  220.     Font.Style = []
  221.     ParentFont = False
  222.     TabOrder = 7
  223.     object Image6: TImage
  224.       Left = 4
  225.       Top = 4
  226.       Width = 97
  227.       Height = 85
  228.       OnClick = ViewFull
  229.     end
  230.   end
  231.   object DirectoryListBox1: TDirectoryListBox
  232.     Left = 5
  233.     Top = 35
  234.     Width = 141
  235.     Height = 276
  236.     FileList = FileListBox1
  237.     Font.Color = clWindowText
  238.     Font.Height = -11
  239.     Font.Name = 'MS Sans Serif'
  240.     Font.Style = []
  241.     ItemHeight = 16
  242.     ParentFont = False
  243.     TabOrder = 8
  244.     OnChange = NewDirectory
  245.   end
  246.   object DriveComboBox1: TDriveComboBox
  247.     Left = 5
  248.     Top = 5
  249.     Width = 141
  250.     Height = 19
  251.     DirList = DirectoryListBox1
  252.     Font.Color = clWindowText
  253.     Font.Height = -11
  254.     Font.Name = 'MS Sans Serif'
  255.     Font.Style = []
  256.     ParentFont = False
  257.     TabOrder = 9
  258.   end
  259.   object FileListBox1: TFileListBox
  260.     Left = 350
  261.     Top = 5
  262.     Width = 131
  263.     Height = 26
  264.     ItemHeight = 16
  265.     Mask = '*.bmp'
  266.     TabOrder = 10
  267.     Visible = False
  268.   end
  269.   object MainMenu1: TMainMenu
  270.     Left = 316
  271.     Top = 65532
  272.     object File1: TMenuItem
  273.       Caption = 'File'
  274.       ShortCut = 0
  275.       object Exit1: TMenuItem
  276.         Caption = 'Exit'
  277.         ShortCut = 0
  278.         OnClick = Exit1Click
  279.       end
  280.     end
  281.     object Help1: TMenuItem
  282.       Caption = 'Help'
  283.       ShortCut = 0
  284.       object Details1: TMenuItem
  285.         Caption = 'Details...'
  286.         ShortCut = 0
  287.         OnClick = Details1Click
  288.       end
  289.       object About1: TMenuItem
  290.         Caption = 'About...'
  291.         ShortCut = 0
  292.         OnClick = About1Click
  293.       end
  294.     end
  295.   end
  296. end
  297.