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 / TFRMCOMMINFO / TFRMCOMMINFO.txt < prev   
Text File  |  1997-01-13  |  1KB  |  72 lines

  1. object FrmcommInfo: TFrmcommInfo
  2.   Left = 340
  3.   Top = 217
  4.   BorderStyle = bsNone
  5.   ClientHeight = 170
  6.   ClientWidth = 430
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Img: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 400
  20.     Height = 97
  21.     AutoSize = True
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24.   object Lbl: TLabel
  25.     Left = 16
  26.     Top = 16
  27.     Width = 257
  28.     Height = 33
  29.     AutoSize = False
  30.     Caption = 'Lbl'
  31.     Font.Color = clNavy
  32.     Font.Height = -19
  33.     Font.Name = 'Comic Sans MS'
  34.     Font.Style = [fsBold, fsItalic]
  35.     ParentFont = False
  36.     Transparent = True
  37.     Visible = False
  38.     WordWrap = True
  39.   end
  40.   object ImgCancel: TImage
  41.     Left = 282
  42.     Top = 39
  43.     Width = 100
  44.     Height = 42
  45.     Cursor = 18
  46.     OnMouseDown = ImgCancelMouseDown
  47.     OnMouseUp = ImgCancelMouseUp
  48.   end
  49.   object ImgCancelDown: TImage
  50.     Left = 288
  51.     Top = 112
  52.     Width = 101
  53.     Height = 42
  54.     AutoSize = True
  55.     Picture.Data = {<image001.bmp>}
  56.   end
  57.   object LblSendinStat: TLabel
  58.     Left = 16
  59.     Top = 48
  60.     Width = 257
  61.     Height = 27
  62.     Caption = 'LblSendinStat'
  63.     Font.Color = clNavy
  64.     Font.Height = -19
  65.     Font.Name = 'Comic Sans MS'
  66.     Font.Style = [fsBold, fsItalic]
  67.     ParentFont = False
  68.     Transparent = True
  69.     Visible = False
  70.   end
  71. end
  72.