home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / BlowFish / blowfish.exe / bfa97.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1998-10-05  |  2.1 KB  |  109 lines

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