home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / AfractalExp / _SETUP.1 / fracexp.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1997-01-25  |  2.2 KB  |  112 lines

  1. object AboutBox: TAboutBox
  2.   Left = 387
  3.   Top = 464
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'About A Fractal Experience'
  6.   ClientHeight = 245
  7.   ClientWidth = 393
  8.   Color = 40606918
  9.   Font.Color = clBlack
  10.   Font.Height = -16
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 18
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 369
  22.     Height = 185
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     Color = 7184327
  26.     TabOrder = 0
  27.     object Version: TLabel
  28.       Left = 136
  29.       Top = 56
  30.       Width = 54
  31.       Height = 18
  32.       Caption = 'Version'
  33.       IsControl = True
  34.     end
  35.     object Copyright: TLabel
  36.       Left = 136
  37.       Top = 88
  38.       Width = 223
  39.       Height = 18
  40.       Caption = 'Copyright (c) 1997 David Wright'
  41.       IsControl = True
  42.     end
  43.     object Image1: TImage
  44.       Left = 8
  45.       Top = 8
  46.       Width = 249
  47.       Height = 41
  48.       AutoSize = True
  49.       Picture.Data = {<image000.bmp>}
  50.     end
  51.     object vernum: TLabel
  52.       Left = 200
  53.       Top = 56
  54.       Width = 118
  55.       Height = 18
  56.       Caption = 'VERSION HERE'
  57.     end
  58.     object ProgramIcon: TImage
  59.       Left = 8
  60.       Top = 56
  61.       Width = 120
  62.       Height = 120
  63.       AutoSize = True
  64.       Picture.Data = {<image001.bmp>}
  65.       Stretch = True
  66.       IsControl = True
  67.     end
  68.     object Label1: TLabel
  69.       Left = 136
  70.       Top = 128
  71.       Width = 208
  72.       Height = 14
  73.       Caption = 'http://www.mnsinc.com/wgwright/fracexp'
  74.       Font.Color = clBlack
  75.       Font.Height = -11
  76.       Font.Name = 'Arial'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       IsControl = True
  80.     end
  81.     object Label2: TLabel
  82.       Left = 136
  83.       Top = 112
  84.       Width = 134
  85.       Height = 18
  86.       Caption = 'Build Date: 1/25/97'
  87.       IsControl = True
  88.     end
  89.     object mail_butt: TButton
  90.       Left = 144
  91.       Top = 152
  92.       Width = 185
  93.       Height = 25
  94.       Hint = 'Send mail and/or files to me'
  95.       Caption = 'wgwright@mnsinc.com'
  96.       TabOrder = 0
  97.       OnClick = mail_buttClick
  98.     end
  99.   end
  100.   object ok_butt: TButton
  101.     Left = 157
  102.     Top = 205
  103.     Width = 76
  104.     Height = 25
  105.     Hint = 'Close'
  106.     Caption = 'OK'
  107.     ModalResult = 1
  108.     TabOrder = 1
  109.     OnClick = ok_buttClick
  110.   end
  111. end
  112.