home *** CD-ROM | disk | FTP | other *** search
- object AddressDlg: TAddressDlg
- Left = 371
- Top = 122
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'Company'
- ClientHeight = 553
- ClientWidth = 432
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 120
- TextHeight = 20
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 415
- Height = 495
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ResellerLabel: TLabel
- Left = 16
- Top = 8
- Width = 66
- Height = 20
- Caption = 'Reseller'
- ParentShowHint = False
- ShowHint = True
- end
- object Label2: TLabel
- Left = 16
- Top = 256
- Width = 82
- Height = 20
- Caption = 'Developer'
- end
- object Reseller: TMemo
- Left = 16
- Top = 32
- Width = 385
- Height = 217
- Alignment = taCenter
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Company: TMemo
- Left = 16
- Top = 280
- Width = 385
- Height = 201
- Alignment = taCenter
- Lines.Strings = (
- '(C) Copyright 1991-1999 SuperMemo World'
- ''
- 'SuperMemo World'
- 'ul. R. Maya 1, 61-371 Poznan'
- 'Poland'
- 'tel: +48 61 8741880'
- 'tel/fax: +48 61 8794394'
- 'tel/fax: +48 61 8741881'
- 'e-mail: support@supermemo.com'
- 'web: www.supermemo.com'
- 'shop: www.super-memo.com')
- ParentShowHint = False
- ReadOnly = True
- ScrollBars = ssVertical
- ShowHint = True
- TabOrder = 1
- end
- end
- object OKButton: TBitBtn
- Left = 171
- Top = 511
- Width = 96
- Height = 33
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-