home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / Mdidemo2 / Mdidemo2.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1998-05-14  |  2KB  |  111 lines

  1. object AboutForm: TAboutForm
  2.   Left = 238
  3.   Top = 154
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 213
  8.   ClientWidth = 298
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 65
  29.       Height = 57
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 109
  38.       Height = 13
  39.       Caption = 'MDI Demonstration'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -11
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       IsControl = True
  47.     end
  48.     object Version: TLabel
  49.       Left = 88
  50.       Top = 40
  51.       Width = 72
  52.       Height = 13
  53.       Caption = 'Version 1.00'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.       IsControl = True
  61.     end
  62.     object Copyright: TLabel
  63.       Left = 8
  64.       Top = 80
  65.       Width = 216
  66.       Height = 13
  67.       Caption = 'Copyright ∩┐╜ 1995, 1998 by Tom Swan'
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clBlack
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       IsControl = True
  75.     end
  76.     object Comments: TLabel
  77.       Left = 8
  78.       Top = 112
  79.       Width = 265
  80.       Height = 33
  81.       AutoSize = False
  82.       Caption = 'A three-module MDI demonstation program and shell.'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clBlack
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = [fsBold]
  88.       ParentFont = False
  89.       WordWrap = True
  90.       IsControl = True
  91.     end
  92.   end
  93.   object OKButton: TBitBtn
  94.     Left = 111
  95.     Top = 178
  96.     Width = 77
  97.     Height = 27
  98.     Font.Charset = DEFAULT_CHARSET
  99.     Font.Color = clBlack
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = [fsBold]
  103.     ParentFont = False
  104.     TabOrder = 1
  105.     Kind = bkOK
  106.     Margin = 2
  107.     Spacing = -1
  108.     IsControl = True
  109.   end
  110. end
  111.