home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / oh.exe / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt
Text File  |  1999-08-11  |  1KB  |  66 lines

  1. object FormAbout: TFormAbout
  2.   Left = 397
  3.   Top = 263
  4.   BorderStyle = bsDialog
  5.   Caption = 'About OpenHelp'
  6.   ClientHeight = 132
  7.   ClientWidth = 202
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object plblSeparator2: TLabel
  17.     Left = 0
  18.     Top = 33
  19.     Width = 202
  20.     Height = 13
  21.     Align = alTop
  22.     Alignment = taCenter
  23.   end
  24.   object plblTitle: TLabel
  25.     Left = 0
  26.     Top = 13
  27.     Width = 202
  28.     Height = 20
  29.     Align = alTop
  30.     Alignment = taCenter
  31.     Caption = 'Borland OpenHelp'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -16
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.   end
  39.   object plblSeparator1: TLabel
  40.     Left = 0
  41.     Top = 0
  42.     Width = 202
  43.     Height = 13
  44.     Align = alTop
  45.     Alignment = taCenter
  46.   end
  47.   object plblVersoin: TLabel
  48.     Left = 0
  49.     Top = 46
  50.     Width = 202
  51.     Height = 13
  52.     Align = alTop
  53.     Alignment = taCenter
  54.     Caption = 'Version 4.0'
  55.   end
  56.   object pbOK: TButton
  57.     Left = 64
  58.     Top = 96
  59.     Width = 75
  60.     Height = 25
  61.     Caption = '&OK'
  62.     TabOrder = 0
  63.     OnClick = pbOKClick
  64.   end
  65. end
  66.