home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9TXT / FAQWRITE.ZIP / FAWRITE.EXE / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1998-06-02  |  1KB  |  64 lines

  1. object AboutForm: TAboutForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About FAQWriter'
  6.   ClientHeight = 144
  7.   ClientWidth = 297
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 282
  19.     Height = 89
  20.   end
  21.   object Image1: TImage
  22.     Left = 16
  23.     Top = 16
  24.     Width = 41
  25.     Height = 41
  26.     Picture.Data = {<image000.ico>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 72
  30.     Top = 24
  31.     Width = 177
  32.     Height = 20
  33.     Caption = 'FAQWriter version 1.0'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -16
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 72
  43.     Top = 48
  44.     Width = 101
  45.     Height = 13
  46.     Caption = 'By Cory Rauch. 1998'
  47.   end
  48.   object Label3: TLabel
  49.     Left = 72
  50.     Top = 64
  51.     Width = 185
  52.     Height = 13
  53.     Caption = 'http://www.brigadoon.com/~deadbeat'
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 104
  57.     Top = 112
  58.     Width = 81
  59.     Height = 25
  60.     TabOrder = 0
  61.     Kind = bkOK
  62.   end
  63. end
  64.