home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Delphi.5 / Samples / sourceD5 / browutil.exe / BROWSER / ABOUT.DFM / ABOUT.txt next >
Encoding:
Text File  |  2000-01-02  |  1.2 KB  |  65 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 268
  23.     Height = 137
  24.   end
  25.   object ProgramIcon: TImage
  26.     Left = 49
  27.     Top = 54
  28.     Width = 32
  29.     Height = 32
  30.     AutoSize = True
  31.     Center = True
  32.     Enabled = False
  33.     Picture.Data = {<image001.ico>}
  34.     Stretch = True
  35.     Transparent = True
  36.     IsControl = True
  37.   end
  38.   object LblProductName: TLabel
  39.     Left = 112
  40.     Top = 57
  41.     Width = 66
  42.     Height = 13
  43.     Caption = 'Browser Utility'
  44.     IsControl = True
  45.   end
  46.   object LblVersion: TLabel
  47.     Left = 112
  48.     Top = 70
  49.     Width = 53
  50.     Height = 13
  51.     Caption = 'Version 3.0'
  52.     IsControl = True
  53.   end
  54.   object OKButton: TButton
  55.     Left = 105
  56.     Top = 172
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 0
  63.   end
  64. end
  65.