home *** CD-ROM | disk | FTP | other *** search
- object MatrixAboutDialog: TMatrixAboutDialog
- Left = 319
- Top = 208
- HelpContext = 204
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About...'
- ClientHeight = 225
- ClientWidth = 326
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HelpFile = 'Matrix.hlp'
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 10
- Top = 10
- Width = 306
- Height = 159
- Shape = bsFrame
- end
- object SpeedButton1: TSpeedButton
- Left = 80
- Top = 129
- Width = 201
- Height = 25
- Caption = 'http://janw.home.pages.de'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 04000000000080000000120B0000120B00001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF00C0C0C00000FFFF00FF000000C0C0C000FFFF0000FFFFFF00DAD300000000
- 0ADAADA33BBBB3330DADDADA33033000DADAADADA70000ADADADDADA00BB3300
- DADAADA0BB0000330DADDAD74CC22C0330DAADA4CCC22CC0307DDA4CCC2222CC
- 030AAD4CC22222C2030DDA4CA2222C22030AAD7C2A2C22220B0DDA7EC2CCCC22
- 0B0AADA7EA2A2220B07DDADA7EA2A200F0DAADADA77777A70DAD}
- ParentFont = False
- OnClick = SpeedButton1Click
- end
- object Image1: TImage
- Left = 30
- Top = 30
- Width = 39
- Height = 39
- Picture.Data = {<image001.ico>}
- end
- object Label1: TLabel
- Left = 89
- Top = 62
- Width = 41
- Height = 16
- Caption = 'Label1'
- end
- object OKBtn: TButton
- Left = 117
- Top = 182
- Width = 92
- Height = 31
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object StaticText1: TStaticText
- Left = 89
- Top = 30
- Width = 187
- Height = 30
- Caption = 'Matrix Calculator'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -23
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- TabOrder = 1
- end
- object StaticText2: TStaticText
- Left = 89
- Top = 89
- Width = 190
- Height = 20
- Caption = 'Copyright (C) 1998 Jan Weiland'
- TabOrder = 2
- end
- object StaticText3: TStaticText
- Left = 89
- Top = 108
- Width = 177
- Height = 20
- Caption = 'All rights reserved. Freeware.'
- TabOrder = 3
- end
- end
-