home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Pronto / P32FAM.EXE / Family.z / FAMILY.exe / 0 / RCDATA / TFIRSTFORM / TFIRSTFORM.txt < prev   
Text File  |  1997-03-10  |  846b  |  45 lines

  1. object firstform: Tfirstform
  2.   Left = 305
  3.   Top = 150
  4.   BorderStyle = bsNone
  5.   Caption = 'Pronto Family'
  6.   ClientHeight = 496
  7.   ClientWidth = 684
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object imgBackGr: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 600
  23.     Height = 420
  24.     AutoSize = True
  25.   end
  26.   object imgOk: TImage
  27.     Left = 252
  28.     Top = 363
  29.     Width = 105
  30.     Height = 42
  31.     Cursor = 18
  32.     OnMouseDown = imgOkMouseDown
  33.     OnMouseUp = imgOkMouseUp
  34.   end
  35.   object imgOkPress: TImage
  36.     Left = 253
  37.     Top = 362
  38.     Width = 101
  39.     Height = 42
  40.     Cursor = 18
  41.     Picture.Data = {<image000.bmp>}
  42.     Visible = False
  43.   end
  44. end
  45.