home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1997 February / OP2_97.BIN / cd-rom / tools / email / pronto / family.z / FAMILY.exe / 0 / RCDATA / TRECFORM / TRECFORM.txt < prev   
Text File  |  1997-01-13  |  2KB  |  99 lines

  1. object RecForm: TRecForm
  2.   Left = 435
  3.   Top = 244
  4.   BorderStyle = bsNone
  5.   Caption = 'Pronto Family'
  6.   ClientHeight = 224
  7.   ClientWidth = 427
  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.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgBackGr: TImage
  19.     Left = -1
  20.     Top = 0
  21.     Width = 403
  22.     Height = 156
  23.     AutoSize = True
  24.   end
  25.   object imgPlay: TImage
  26.     Left = 24
  27.     Top = 21
  28.     Width = 84
  29.     Height = 87
  30.     Picture.Data = {<image000.bmp>}
  31.     Visible = False
  32.   end
  33.   object imgRec: TImage
  34.     Left = 110
  35.     Top = 21
  36.     Width = 85
  37.     Height = 87
  38.     Picture.Data = {<image001.bmp>}
  39.     Visible = False
  40.   end
  41.   object imgStop: TImage
  42.     Left = 198
  43.     Top = 21
  44.     Width = 85
  45.     Height = 87
  46.     Picture.Data = {<image002.bmp>}
  47.     Visible = False
  48.   end
  49.   object imgPlayBtn: TImage
  50.     Left = 29
  51.     Top = 24
  52.     Width = 75
  53.     Height = 79
  54.     Cursor = 18
  55.     OnMouseDown = playMouseDown
  56.     OnMouseUp = playMouseUp
  57.   end
  58.   object imgRecBtn: TImage
  59.     Left = 113
  60.     Top = 26
  61.     Width = 76
  62.     Height = 79
  63.     Cursor = 18
  64.     OnMouseDown = btnRecMouseDown
  65.   end
  66.   object imgStopBtn: TImage
  67.     Left = 205
  68.     Top = 24
  69.     Width = 77
  70.     Height = 81
  71.     Cursor = 18
  72.     OnMouseDown = btnStopMouseDown
  73.     OnMouseUp = btnStopMouseUp
  74.   end
  75.   object btnAttach: TImage
  76.     Left = 285
  77.     Top = 21
  78.     Width = 103
  79.     Height = 43
  80.     Cursor = 18
  81.     OnMouseDown = btnAttachMouseDown
  82.   end
  83.   object btnCancel: TImage
  84.     Left = 285
  85.     Top = 68
  86.     Width = 103
  87.     Height = 37
  88.     Cursor = 18
  89.     OnMouseDown = btnCancelMouseDown
  90.   end
  91.   object Timer1: TTimer
  92.     Enabled = False
  93.     Interval = 40000
  94.     OnTimer = Timer1Timer
  95.     Left = 48
  96.     Top = 185
  97.   end
  98. end
  99.