home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9802TS.ZIP / About.dfm / About.txt
Text File  |  1997-08-27  |  1KB  |  72 lines

  1. object AboutBox: TAboutBox
  2.   Left = 246
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 154
  7.   ClientWidth = 249
  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 = 234
  20.     Height = 112
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 6
  28.       Width = 112
  29.       Height = 13
  30.       Caption = 'ActiveX Scripting Demo'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 7
  34.       Top = 21
  35.       Width = 56
  36.       Height = 13
  37.       Caption = 'Tom Stickle'
  38.     end
  39.     object Label3: TLabel
  40.       Left = 9
  41.       Top = 36
  42.       Width = 86
  43.       Height = 13
  44.       Caption = 'tstix@dancris.com'
  45.     end
  46.     object Label4: TLabel
  47.       Left = 10
  48.       Top = 71
  49.       Width = 183
  50.       Height = 13
  51.       Caption = 'Contains Visual Basic Scripting Edition,'
  52.     end
  53.     object Label5: TLabel
  54.       Left = 11
  55.       Top = 86
  56.       Width = 172
  57.       Height = 13
  58.       Caption = 'Licensed from Microsoft Corporation.'
  59.     end
  60.   end
  61.   object OKButton: TButton
  62.     Left = 167
  63.     Top = 124
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'OK'
  67.     Default = True
  68.     ModalResult = 1
  69.     TabOrder = 1
  70.   end
  71. end
  72.