home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TTOKENEDITORFORM / TTOKENEDITORFORM.txt
Encoding:
Text File  |  2004-02-23  |  570 b   |  29 lines

  1. object TokenEditorForm: TTokenEditorForm
  2.   Left = 124
  3.   Top = 75
  4.   BorderStyle = bsDialog
  5.   Caption = 'Token Editor'
  6.   ClientHeight = 453
  7.   ClientWidth = 688
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object bOK: TButton
  19.     Left = 312
  20.     Top = 232
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.     OnClick = bOKClick
  27.   end
  28. end
  29.