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 / TOKBOTTOMDLG1 / TOKBOTTOMDLG1.txt
Text File  |  1997-03-10  |  1KB  |  55 lines

  1. object OKBottomDlg1: TOKBottomDlg1
  2.   Left = 326
  3.   Top = 156
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Dialog'
  7.   ClientHeight = 300
  8.   ClientWidth = 402
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object imgBackGr: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 402
  21.     Height = 300
  22.     Align = alClient
  23.   end
  24.   object Image2: TImage
  25.     Left = 284
  26.     Top = 242
  27.     Width = 103
  28.     Height = 45
  29.     OnClick = Image2Click
  30.   end
  31.   object RegisterBtn: TImage
  32.     Left = 170
  33.     Top = 242
  34.     Width = 101
  35.     Height = 42
  36.     OnClick = RegisterBtnClick
  37.   end
  38.   object Label1: TLabel
  39.     Left = 27
  40.     Top = 37
  41.     Width = 351
  42.     Height = 172
  43.     Alignment = taCenter
  44.     AutoSize = False
  45.     Caption = 'Label1'
  46.     Font.Color = clNavy
  47.     Font.Height = -19
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsItalic]
  50.     ParentFont = False
  51.     Transparent = True
  52.     WordWrap = True
  53.   end
  54. end
  55.