home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / jwrite.lzh / EXAMPLE / ABOUT.DFM / ABOUT.txt next >
Text File  |  1996-04-30  |  2KB  |  101 lines

  1. object AboutBox: TAboutBox
  2.   Left = 228
  3.   Top = 116
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 296
  8.   ClientWidth = 363
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 8
  19.     Width = 348
  20.     Height = 222
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object Version: TLabel
  24.       Left = 72
  25.       Top = 99
  26.       Width = 203
  27.       Height = 16
  28.       Caption = 'Demonstration MDI Text Editor'
  29.       Font.Color = clBlack
  30.       Font.Height = -13
  31.       Font.Name = 'MS Serif'
  32.       Font.Style = [fsBold]
  33.       ParentFont = False
  34.       IsControl = True
  35.     end
  36.     object Copyright: TLabel
  37.       Left = 70
  38.       Top = 127
  39.       Width = 213
  40.       Height = 16
  41.       Caption = 'Copyright ∩┐╜ MWA Software 1996'
  42.       Font.Color = clBlack
  43.       Font.Height = -13
  44.       Font.Name = 'MS Serif'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       IsControl = True
  48.     end
  49.     object Bevel1: TBevel
  50.       Left = 48
  51.       Top = 11
  52.       Width = 252
  53.       Height = 74
  54.     end
  55.     object Image1: TImage
  56.       Left = 49
  57.       Top = 12
  58.       Width = 250
  59.       Height = 72
  60.       Picture.Data = {<image000.TMetafile>}
  61.     end
  62.     object Panel2: TPanel
  63.       Left = 14
  64.       Top = 160
  65.       Width = 319
  66.       Height = 45
  67.       BevelInner = bvLowered
  68.       BevelOuter = bvLowered
  69.       Caption = 'Panel2'
  70.       TabOrder = 0
  71.       object Label1: TLabel
  72.         Left = 2
  73.         Top = 2
  74.         Width = 315
  75.         Height = 41
  76.         Align = alClient
  77.         Alignment = taCenter
  78.         Caption = 
  79.           'This is a Demonstration of the J-Write Component Library. See on' +
  80.           'line help for further details.'
  81.         Font.Color = clBlack
  82.         Font.Height = -13
  83.         Font.Name = 'MS Sans Serif'
  84.         Font.Style = []
  85.         ParentFont = False
  86.       end
  87.     end
  88.   end
  89.   object OKButton: TBitBtn
  90.     Left = 140
  91.     Top = 246
  92.     Width = 65
  93.     Height = 33
  94.     Caption = 'O&K'
  95.     TabOrder = 1
  96.     OnClick = OKButtonClick
  97.     Kind = bkOK
  98.     IsControl = True
  99.   end
  100. end
  101.