home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / tools / FontChart / FONTCHAR.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1997-02-04  |  4KB  |  207 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'About FontChart'
  7.   ClientHeight = 254
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Shape1: TShape
  21.     Left = 0
  22.     Top = 200
  23.     Width = 297
  24.     Height = 57
  25.     Brush.Color = clLime
  26.     Brush.Style = bsVertical
  27.     Pen.Style = psClear
  28.     Shape = stEllipse
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 8
  32.     Top = 8
  33.     Width = 281
  34.     Height = 193
  35.     BevelInner = bvRaised
  36.     BevelOuter = bvLowered
  37.     ParentColor = True
  38.     TabOrder = 0
  39.     object ProductName: TLabel
  40.       Left = 80
  41.       Top = 16
  42.       Width = 67
  43.       Height = 16
  44.       Caption = 'FontChart'
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 80
  49.       Top = 40
  50.       Width = 180
  51.       Height = 16
  52.       Caption = 'Version 2.1 for WinNT / 95'
  53.       IsControl = True
  54.     end
  55.     object Label1: TLabel
  56.       Left = 8
  57.       Top = 8
  58.       Width = 57
  59.       Height = 71
  60.       Alignment = taCenter
  61.       Caption = '\'
  62.       Font.Color = clWhite
  63.       Font.Height = -64
  64.       Font.Name = 'Wingdings'
  65.       Font.Style = []
  66.       ParentFont = False
  67.       OnClick = Label1Click
  68.     end
  69.     object Label2: TLabel
  70.       Left = 80
  71.       Top = 72
  72.       Width = 66
  73.       Height = 13
  74.       Caption = 'Registered to:'
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.     end
  81.     object Label3: TLabel
  82.       Left = 32
  83.       Top = 120
  84.       Width = 49
  85.       Height = 13
  86.       Caption = 'RegKey:'
  87.       Font.Color = clBlack
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentFont = False
  92.     end
  93.     object Edit2: TEdit
  94.       Left = 80
  95.       Top = 120
  96.       Width = 169
  97.       Height = 24
  98.       TabOrder = 4
  99.       Text = '0'
  100.       OnMouseUp = Edit2MouseUp
  101.     end
  102.     object Memo1: TMemo
  103.       Left = 24
  104.       Top = 112
  105.       Width = 233
  106.       Height = 65
  107.       Alignment = taCenter
  108.       Color = 13948116
  109.       Lines.Strings = (
  110.         '∩┐╜1996-97 by Rainald Schwenke '
  111.         'e-mail: '
  112.         'rainjieb@sp.zrz.tu-berlin.de')
  113.       ParentShowHint = False
  114.       ReadOnly = True
  115.       ShowHint = False
  116.       TabOrder = 0
  117.       WantReturns = False
  118.     end
  119.     object Button1: TButton
  120.       Left = 112
  121.       Top = 176
  122.       Width = 57
  123.       Height = 17
  124.       Caption = '&Send mail'
  125.       Font.Color = clBlack
  126.       Font.Height = -9
  127.       Font.Name = 'Small Fonts'
  128.       Font.Style = []
  129.       ParentFont = False
  130.       TabOrder = 1
  131.       OnClick = Button1Click
  132.     end
  133.     object btnReg: TButton
  134.       Left = 192
  135.       Top = 72
  136.       Width = 65
  137.       Height = 17
  138.       Caption = '&Register'
  139.       Font.Color = clBlack
  140.       Font.Height = -11
  141.       Font.Name = 'MS Sans Serif'
  142.       Font.Style = []
  143.       ParentFont = False
  144.       TabOrder = 2
  145.       OnClick = btnRegClick
  146.     end
  147.     object Edit1: TEdit
  148.       Left = 80
  149.       Top = 90
  150.       Width = 193
  151.       Height = 22
  152.       BorderStyle = bsNone
  153.       Color = clBtnFace
  154.       Ctl3D = False
  155.       Font.Color = clPurple
  156.       Font.Height = -13
  157.       Font.Name = 'MS Sans Serif'
  158.       Font.Style = [fsBold]
  159.       ParentCtl3D = False
  160.       ParentFont = False
  161.       ReadOnly = True
  162.       TabOrder = 3
  163.       Text = 'still unregistered'
  164.       Visible = False
  165.       OnMouseUp = Edit1MouseUp
  166.     end
  167.   end
  168.   object btnRegister: TButton
  169.     Left = 84
  170.     Top = 216
  171.     Width = 129
  172.     Height = 25
  173.     Caption = '&May I Register ?'
  174.     ModalResult = 2
  175.     TabOrder = 1
  176.     OnClick = btnRegisterClick
  177.     OnMouseDown = btnRegisterMouseDown
  178.   end
  179.   object BitBtnOK: TBitBtn
  180.     Left = 8
  181.     Top = 216
  182.     Width = 65
  183.     Height = 25
  184.     TabOrder = 2
  185.     OnClick = BitBtnOKClick
  186.     OnMouseDown = BitBtnOKMouseDown
  187.     OnMouseUp = BitBtnOKMouseDown
  188.     Kind = bkOK
  189.   end
  190.   object BitBtn1: TBitBtn
  191.     Left = 224
  192.     Top = 216
  193.     Width = 65
  194.     Height = 25
  195.     Caption = '&Help'
  196.     TabOrder = 3
  197.     OnClick = BitBtn1Click
  198.     Kind = bkHelp
  199.   end
  200.   object RegFile1: TRegFile
  201.     RootKey = hkClassesRoot
  202.     Key = 'mailto\shell\open\command'
  203.     Left = 152
  204.     Top = 8
  205.   end
  206. end
  207.