home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TADDRESSDLG / TADDRESSDLG.txt
Encoding:
Text File  |  1999-03-17  |  2.1 KB  |  99 lines

  1. object AddressDlg: TAddressDlg
  2.   Left = 371
  3.   Top = 122
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Company'
  7.   ClientHeight = 553
  8.   ClientWidth = 432
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -16
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 120
  21.   TextHeight = 20
  22.   object Panel1: TPanel
  23.     Left = 10
  24.     Top = 10
  25.     Width = 415
  26.     Height = 495
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     object ResellerLabel: TLabel
  31.       Left = 16
  32.       Top = 8
  33.       Width = 66
  34.       Height = 20
  35.       Caption = 'Reseller'
  36.       ParentShowHint = False
  37.       ShowHint = True
  38.     end
  39.     object Label2: TLabel
  40.       Left = 16
  41.       Top = 256
  42.       Width = 82
  43.       Height = 20
  44.       Caption = 'Developer'
  45.     end
  46.     object Reseller: TMemo
  47.       Left = 16
  48.       Top = 32
  49.       Width = 385
  50.       Height = 217
  51.       Alignment = taCenter
  52.       ReadOnly = True
  53.       ScrollBars = ssVertical
  54.       TabOrder = 0
  55.     end
  56.     object Company: TMemo
  57.       Left = 16
  58.       Top = 280
  59.       Width = 385
  60.       Height = 201
  61.       Alignment = taCenter
  62.       Lines.Strings = (
  63.         '(C) Copyright 1991-1999 SuperMemo World'
  64.         ''
  65.         'SuperMemo World'
  66.         'ul. R. Maya 1, 61-371 Poznan'
  67.         'Poland'
  68.         'tel: +48 61 8741880'
  69.         'tel/fax: +48 61 8794394'
  70.         'tel/fax: +48 61 8741881'
  71.         'e-mail: support@supermemo.com'
  72.         'web: www.supermemo.com'
  73.         'shop: www.super-memo.com')
  74.       ParentShowHint = False
  75.       ReadOnly = True
  76.       ScrollBars = ssVertical
  77.       ShowHint = True
  78.       TabOrder = 1
  79.     end
  80.   end
  81.   object OKButton: TBitBtn
  82.     Left = 171
  83.     Top = 511
  84.     Width = 96
  85.     Height = 33
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clBlack
  88.     Font.Height = -15
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsBold]
  91.     ParentFont = False
  92.     TabOrder = 1
  93.     Kind = bkOK
  94.     Margin = 2
  95.     Spacing = -1
  96.     IsControl = True
  97.   end
  98. end
  99.