home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 June / PC_Shareware-1997-06.iso / programy / binclk / _setup.1 / BinaryClock.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1997-04-12  |  1.3 KB  |  69 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 165
  4.   BorderStyle = bsNone
  5.   Caption = 'Binary Clock'
  6.   ClientHeight = 170
  7.   ClientWidth = 275
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 17
  21.     Width = 275
  22.     Height = 153
  23.     Align = alClient
  24.     Picture.Data = {<image001.bmp>}
  25.     OnMouseDown = Panel1MouseDown
  26.     OnMouseMove = FMouseMove
  27.     OnMouseUp = Panel1MouseUp
  28.   end
  29.   object Image2: TImage
  30.     Left = 0
  31.     Top = 17
  32.     Width = 275
  33.     Height = 153
  34.     Align = alClient
  35.     Picture.Data = {<image002.bmp>}
  36.     Visible = False
  37.   end
  38.   object Panel1: TPanel
  39.     Left = 0
  40.     Top = 0
  41.     Width = 275
  42.     Height = 17
  43.     Align = alTop
  44.     BevelOuter = bvNone
  45.     Caption = '88:88:88'
  46.     Color = 4194368
  47.     Font.Color = clYellow
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 0
  53.     OnMouseDown = Panel1MouseDown
  54.     OnMouseMove = Panel1MouseMove
  55.     OnMouseUp = Panel1MouseUp
  56.   end
  57.   object Timer1: TTimer
  58.     Interval = 250
  59.     OnTimer = Timer1Timer
  60.     Left = 72
  61.     Top = 56
  62.   end
  63.   object Timer2: TTimer
  64.     OnTimer = Timer2Timer
  65.     Left = 40
  66.     Top = 56
  67.   end
  68. end
  69.