home *** CD-ROM | disk | FTP | other *** search
/ Hacker 73 or 74 / HACKER74.ISO / bin / PicViewer.exe / 0 / RCDATA / TFRMIMAGEVIEW / TFRMIMAGEVIEW.txt < prev   
Text File  |  2000-05-08  |  1KB  |  56 lines

  1. object frmImageView: TfrmImageView
  2.   Left = 345
  3.   Top = 372
  4.   Width = 619
  5.   Height = 390
  6.   AutoSize = True
  7.   Caption = 'Hacker'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 611
  26.     Height = 363
  27.     Hint = 'Klikni na sliku za pauzu / nastavak'
  28.     AutoSize = True
  29.     ParentShowHint = False
  30.     ShowHint = True
  31.     OnClick = Panel1Click
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 169
  37.     Height = 25
  38.     Caption = 'P a u s e d'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     TabOrder = 0
  46.     Visible = False
  47.     OnClick = Panel1Click
  48.   end
  49.   object Timer1: TTimer
  50.     Interval = 5000
  51.     OnTimer = Timer1Timer
  52.     Left = 8
  53.     Top = 8
  54.   end
  55. end
  56.