home *** CD-ROM | disk | FTP | other *** search
/ CD Action 4 / cdactioncoverdisc / lingua / bin / ydpdemo.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1996-07-22  |  1KB  |  52 lines

  1. object Form1: TForm1
  2.   Left = 355
  3.   Top = 178
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 480
  7.   ClientWidth = 640
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnKeyDown = FormKeyDown
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ImageFull: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 640
  21.     Height = 480
  22.     Align = alClient
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.     OnMouseMove = ImageFullMouseMove
  26.   end
  27.   object ImageLeft: TImage
  28.     Left = 0
  29.     Top = 171
  30.     Width = 320
  31.     Height = 309
  32.     Picture.Data = {<image001.bmp>}
  33.     Visible = False
  34.     OnClick = ImageLeftClick
  35.   end
  36.   object ImageRight: TImage
  37.     Left = 320
  38.     Top = 171
  39.     Width = 320
  40.     Height = 309
  41.     Picture.Data = {<image002.bmp>}
  42.     Visible = False
  43.     OnClick = ImageRightClick
  44.   end
  45.   object Timer1: TTimer
  46.     Enabled = False
  47.     OnTimer = Timer1Timer
  48.     Left = 2
  49.     Top = 2
  50.   end
  51. end
  52.