home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-12-29  |  2KB  |  112 lines

  1. object AboutBox: TAboutBox
  2.   Left = 290
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 271
  6.   ClientWidth = 385
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AddInfo: TLabel
  19.     Left = 88
  20.     Top = 36
  21.     Width = 273
  22.     Height = 17
  23.     AutoSize = False
  24.     Color = clBtnFace
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentColor = False
  31.     ParentFont = False
  32.     Transparent = True
  33.   end
  34.   object RegisterInfo: TLabel
  35.     Left = 88
  36.     Top = 52
  37.     Width = 273
  38.     Height = 17
  39.     AutoSize = False
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     Transparent = True
  47.   end
  48.   object CopyRightInfo: TLabel
  49.     Left = 88
  50.     Top = 72
  51.     Width = 273
  52.     Height = 17
  53.     AutoSize = False
  54.     Font.Charset = ANSI_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Transparent = True
  61.   end
  62.   object Logo: TImage
  63.     Left = 32
  64.     Top = 32
  65.     Width = 32
  66.     Height = 32
  67.     AutoSize = True
  68.     Picture.Data = {<image000.ico>}
  69.   end
  70.   object TitleInfo: TLabel
  71.     Left = 88
  72.     Top = 16
  73.     Width = 273
  74.     Height = 19
  75.     AutoSize = False
  76.     Font.Charset = ANSI_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     Transparent = True
  83.   end
  84.   object VersionTable: TListView
  85.     Left = 24
  86.     Top = 104
  87.     Width = 337
  88.     Height = 118
  89.     Columns = <
  90.       item
  91.         Width = 100
  92.       end
  93.       item
  94.         Width = 230
  95.       end>
  96.     ColumnClick = False
  97.     GridLines = True
  98.     HotTrackStyles = []
  99.     TabOrder = 0
  100.     ViewStyle = vsReport
  101.   end
  102.   object OKButton: TButton
  103.     Left = 264
  104.     Top = 232
  105.     Width = 99
  106.     Height = 23
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 1
  110.   end
  111. end
  112.