home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9806JP.ZIP / About.dfm / About.txt next >
Text File  |  1997-12-04  |  2KB  |  78 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About TowerOfBabel 1.0'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  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 Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProductName: TLabel
  26.       Left = 88
  27.       Top = 16
  28.       Width = 68
  29.       Height = 13
  30.       Caption = 'TowerOfBabel'
  31.       IsControl = True
  32.     end
  33.     object Version: TLabel
  34.       Left = 88
  35.       Top = 40
  36.       Width = 56
  37.       Height = 13
  38.       Caption = 'Version 1.0 '
  39.       IsControl = True
  40.     end
  41.     object Copyright: TLabel
  42.       Left = 8
  43.       Top = 80
  44.       Width = 194
  45.       Height = 13
  46.       Caption = 'Copyright John Penman, November 1997'
  47.       IsControl = True
  48.     end
  49.     object Comments: TLabel
  50.       Left = 8
  51.       Top = 104
  52.       Width = 241
  53.       Height = 33
  54.       Caption = 'A sample Winsock 2.0 application for Delphi Informant'
  55.       WordWrap = True
  56.       IsControl = True
  57.     end
  58.     object Image1: TImage
  59.       Left = 8
  60.       Top = 16
  61.       Width = 33
  62.       Height = 33
  63.       AutoSize = True
  64.       Picture.Data = {<image000.ico>}
  65.     end
  66.   end
  67.   object OKButton: TButton
  68.     Left = 111
  69.     Top = 180
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 1
  76.   end
  77. end
  78.