home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Help / Examples / Menu / ABOUT.DFM / ABOUT.txt
Text File  |  1999-08-11  |  962b  |  48 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Menu'
  7.   ClientHeight = 134
  8.   ClientWidth = 239
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 60
  19.     Top = 24
  20.     Width = 123
  21.     Height = 16
  22.     Alignment = taCenter
  23.     Caption = 'Menu Demonstration'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 32
  33.     Top = 56
  34.     Width = 186
  35.     Height = 13
  36.     Caption = 'Copyright (c) 1999 Inprise Corporation'
  37.   end
  38.   object Button1: TButton
  39.     Left = 80
  40.     Top = 88
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     TabOrder = 0
  45.     OnClick = Button1Click
  46.   end
  47. end
  48.