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 / TFRMCOMMINFO / TFRMCOMMINFO.txt < prev   
Text File  |  1997-03-10  |  1KB  |  71 lines

  1. object FrmcommInfo: TFrmcommInfo
  2.   Left = 360
  3.   Top = 230
  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.   end
  23.   object Lbl: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 257
  27.     Height = 33
  28.     AutoSize = False
  29.     Caption = 'Lbl'
  30.     Font.Color = clNavy
  31.     Font.Height = -19
  32.     Font.Name = 'Comic Sans MS'
  33.     Font.Style = [fsBold, fsItalic]
  34.     ParentFont = False
  35.     Transparent = True
  36.     Visible = False
  37.     WordWrap = True
  38.   end
  39.   object ImgCancel: TImage
  40.     Left = 282
  41.     Top = 39
  42.     Width = 100
  43.     Height = 42
  44.     Cursor = 18
  45.     OnMouseDown = ImgCancelMouseDown
  46.     OnMouseUp = ImgCancelMouseUp
  47.   end
  48.   object ImgCancelDown: TImage
  49.     Left = 288
  50.     Top = 112
  51.     Width = 101
  52.     Height = 42
  53.     AutoSize = True
  54.     Picture.Data = {<image000.bmp>}
  55.   end
  56.   object LblSendinStat: TLabel
  57.     Left = 16
  58.     Top = 48
  59.     Width = 257
  60.     Height = 27
  61.     Caption = 'LblSendinStat'
  62.     Font.Color = clNavy
  63.     Font.Height = -19
  64.     Font.Name = 'Comic Sans MS'
  65.     Font.Style = [fsBold, fsItalic]
  66.     ParentFont = False
  67.     Transparent = True
  68.     Visible = False
  69.   end
  70. end
  71.