home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 387
- Top = 464
- BorderStyle = bsToolWindow
- Caption = 'About A Fractal Experience'
- ClientHeight = 245
- ClientWidth = 393
- Color = 40606918
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 18
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 369
- Height = 185
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Color = 7184327
- TabOrder = 0
- object Version: TLabel
- Left = 136
- Top = 56
- Width = 54
- Height = 18
- Caption = 'Version'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 136
- Top = 88
- Width = 223
- Height = 18
- Caption = 'Copyright (c) 1997 David Wright'
- IsControl = True
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 249
- Height = 41
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object vernum: TLabel
- Left = 200
- Top = 56
- Width = 118
- Height = 18
- Caption = 'VERSION HERE'
- end
- object ProgramIcon: TImage
- Left = 8
- Top = 56
- Width = 120
- Height = 120
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Stretch = True
- IsControl = True
- end
- object Label1: TLabel
- Left = 136
- Top = 128
- Width = 208
- Height = 14
- Caption = 'http://www.mnsinc.com/wgwright/fracexp'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Label2: TLabel
- Left = 136
- Top = 112
- Width = 134
- Height = 18
- Caption = 'Build Date: 1/25/97'
- IsControl = True
- end
- object mail_butt: TButton
- Left = 144
- Top = 152
- Width = 185
- Height = 25
- Hint = 'Send mail and/or files to me'
- Caption = 'wgwright@mnsinc.com'
- TabOrder = 0
- OnClick = mail_buttClick
- end
- end
- object ok_butt: TButton
- Left = 157
- Top = 205
- Width = 76
- Height = 25
- Hint = 'Close'
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- OnClick = ok_buttClick
- end
- end
-