home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / BITMAP / _SETUP.1 / Bitmap.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-08-17  |  5KB  |  249 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 108
  4.   BorderStyle = bsSingle
  5.   Caption = 'Bitmap Browser v1.00 - Created by Stefan de Zeeuw'
  6.   ClientHeight = 464
  7.   ClientWidth = 592
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label7: TLabel
  22.     Left = 240
  23.     Top = 376
  24.     Width = 20
  25.     Height = 13
  26.     Caption = '25%'
  27.   end
  28.   object Label9: TLabel
  29.     Left = 304
  30.     Top = 376
  31.     Width = 26
  32.     Height = 13
  33.     Caption = '100%'
  34.   end
  35.   object Label11: TLabel
  36.     Left = 368
  37.     Top = 376
  38.     Width = 26
  39.     Height = 13
  40.     Caption = '400%'
  41.   end
  42.   object AVIControl1: TAVIControl
  43.     Left = 400
  44.     Top = 344
  45.     Width = 193
  46.     Height = 49
  47.     FrameTo = 12
  48.     ZStatus = 'OK'
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 344
  52.     Top = 392
  53.     Width = 249
  54.     Height = 73
  55.     TabOrder = 11
  56.     object Label1: TLabel
  57.       Left = 8
  58.       Top = 8
  59.       Width = 45
  60.       Height = 13
  61.       Caption = 'Filename:'
  62.     end
  63.     object Label2: TLabel
  64.       Left = 8
  65.       Top = 24
  66.       Width = 37
  67.       Height = 13
  68.       Caption = 'Filesize:'
  69.     end
  70.     object Label4: TLabel
  71.       Left = 72
  72.       Top = 8
  73.       Width = 56
  74.       Height = 13
  75.       Caption = 'Unavailable'
  76.     end
  77.     object Label5: TLabel
  78.       Left = 72
  79.       Top = 24
  80.       Width = 56
  81.       Height = 13
  82.       Caption = 'Unavailable'
  83.     end
  84.     object Label6: TLabel
  85.       Left = 72
  86.       Top = 40
  87.       Width = 56
  88.       Height = 13
  89.       Caption = 'Unavailable'
  90.     end
  91.     object Label3: TLabel
  92.       Left = 8
  93.       Top = 40
  94.       Width = 53
  95.       Height = 13
  96.       Caption = 'Image size:'
  97.     end
  98.     object Label8: TLabel
  99.       Left = 8
  100.       Top = 56
  101.       Width = 56
  102.       Height = 13
  103.       Caption = 'Zoomed by:'
  104.     end
  105.     object Label10: TLabel
  106.       Left = 72
  107.       Top = 56
  108.       Width = 56
  109.       Height = 13
  110.       Caption = 'Unavailable'
  111.     end
  112.   end
  113.   object ScrollBox1: TScrollBox
  114.     Left = 160
  115.     Top = 8
  116.     Width = 425
  117.     Height = 329
  118.     AutoScroll = False
  119.     Color = clNavy
  120.     ParentColor = False
  121.     TabOrder = 0
  122.     object Image1: TImage
  123.       Left = 0
  124.       Top = 0
  125.       Width = 421
  126.       Height = 325
  127.       AutoSize = True
  128.       Picture.Data = {<image001.bmp>}
  129.       Stretch = True
  130.       OnMouseDown = Image1MouseDown
  131.       OnMouseMove = Image1MouseMove
  132.       OnMouseUp = Image1MouseUp
  133.     end
  134.   end
  135.   object DriveComboBox1: TDriveComboBox
  136.     Left = 8
  137.     Top = 8
  138.     Width = 145
  139.     Height = 19
  140.     DirList = DirectoryListBox1
  141.     TabOrder = 1
  142.   end
  143.   object DirectoryListBox1: TDirectoryListBox
  144.     Left = 8
  145.     Top = 32
  146.     Width = 145
  147.     Height = 193
  148.     FileList = FileListBox1
  149.     ItemHeight = 16
  150.     TabOrder = 2
  151.   end
  152.   object FileListBox1: TFileListBox
  153.     Left = 8
  154.     Top = 232
  155.     Width = 145
  156.     Height = 177
  157.     ItemHeight = 13
  158.     Mask = 
  159.       '*.jpg;*.jif;*.gif;*.bmp;*.dib;*.rle;*.tga;*.pcx;*.ico;*.emf;*.wm' +
  160.       'f'
  161.     TabOrder = 3
  162.     OnClick = FileListBox1Click
  163.   end
  164.   object FilterComboBox1: TFilterComboBox
  165.     Left = 8
  166.     Top = 416
  167.     Width = 145
  168.     Height = 21
  169.     FileList = FileListBox1
  170.     Filter = 
  171.       'Supported Bitmaps|*.jpg;*.jif;*.gif;*.bmp;*.dib;*.rle;*.tga;*.pc' +
  172.       'x;*.ico;*.emf;*.wmf|All Files|*.*|JPG Files|*.jpg|JIF Files|*.ji' +
  173.       'f|GIF Files|*.gif|BMP Files|*.bmp|DIB Files|*.dib|RLE Files|*.rl' +
  174.       'e|TGA Files|*.tga|PCX Files|*.pcx|ICO Files|*.ico|WMF Files|*.wm' +
  175.       'f|EMF Files|*.emf'
  176.     TabOrder = 4
  177.   end
  178.   object Button1: TButton
  179.     Left = 160
  180.     Top = 352
  181.     Width = 75
  182.     Height = 25
  183.     Caption = 'F&ullscreen'
  184.     Enabled = False
  185.     TabOrder = 5
  186.     OnClick = Button1Click
  187.   end
  188.   object Button2: TButton
  189.     Left = 160
  190.     Top = 384
  191.     Width = 75
  192.     Height = 25
  193.     Caption = '&About'
  194.     TabOrder = 6
  195.     OnClick = Button2Click
  196.   end
  197.   object Button3: TButton
  198.     Left = 160
  199.     Top = 416
  200.     Width = 75
  201.     Height = 25
  202.     Caption = 'E&xit'
  203.     TabOrder = 7
  204.     OnClick = Button3Click
  205.   end
  206.   object CheckBox1: TCheckBox
  207.     Left = 248
  208.     Top = 392
  209.     Width = 65
  210.     Height = 17
  211.     Caption = '&Stretch'
  212.     Enabled = False
  213.     TabOrder = 8
  214.     OnClick = CheckBox1Click
  215.   end
  216.   object TrackBar1: TTrackBar
  217.     Left = 240
  218.     Top = 344
  219.     Width = 150
  220.     Height = 33
  221.     Enabled = False
  222.     Max = 6
  223.     Orientation = trHorizontal
  224.     PageSize = 1
  225.     Frequency = 1
  226.     Position = 3
  227.     SelEnd = 0
  228.     SelStart = 0
  229.     TabOrder = 9
  230.     TickMarks = tmBottomRight
  231.     TickStyle = tsAuto
  232.     OnChange = TrackBar1Change
  233.   end
  234.   object TitleBar1: TTitleBar
  235.     Alignment = taCenter
  236.     ApplicationInfo.FontStyle = [fsBold]
  237.     CompanyInfo.FontStyle = [fsBold, fsItalic]
  238.     NbOfColors = 0
  239.     Left = 264
  240.     Top = 432
  241.   end
  242.   object DropFile1: TDropFile
  243.     DropTarget = ScrollBox1
  244.     OnDropFile = DropFile1DropFile
  245.     Left = 296
  246.     Top = 432
  247.   end
  248. end
  249.