home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / zkuste / Delphi / uti / matrix127us.exe / Matrix.exe / 0 / RCDATA / TMATRIXABOUTDIALOG / TMATRIXABOUTDIALOG.txt < prev   
Encoding:
Text File  |  1998-09-07  |  2.5 KB  |  107 lines

  1. object MatrixAboutDialog: TMatrixAboutDialog
  2.   Left = 319
  3.   Top = 208
  4.   HelpContext = 204
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About...'
  8.   ClientHeight = 225
  9.   ClientWidth = 326
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   HelpFile = 'Matrix.hlp'
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Bevel1: TBevel
  22.     Left = 10
  23.     Top = 10
  24.     Width = 306
  25.     Height = 159
  26.     Shape = bsFrame
  27.   end
  28.   object SpeedButton1: TSpeedButton
  29.     Left = 80
  30.     Top = 129
  31.     Width = 201
  32.     Height = 25
  33.     Caption = 'http://janw.home.pages.de'
  34.     Flat = True
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlue
  37.     Font.Height = -15
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     Glyph.Data = {
  41.       F6000000424DF600000000000000760000002800000010000000100000000100
  42.       04000000000080000000120B0000120B00001000000010000000000000000000
  43.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  44.       FF00C0C0C00000FFFF00FF000000C0C0C000FFFF0000FFFFFF00DAD300000000
  45.       0ADAADA33BBBB3330DADDADA33033000DADAADADA70000ADADADDADA00BB3300
  46.       DADAADA0BB0000330DADDAD74CC22C0330DAADA4CCC22CC0307DDA4CCC2222CC
  47.       030AAD4CC22222C2030DDA4CA2222C22030AAD7C2A2C22220B0DDA7EC2CCCC22
  48.       0B0AADA7EA2A2220B07DDADA7EA2A200F0DAADADA77777A70DAD}
  49.     ParentFont = False
  50.     OnClick = SpeedButton1Click
  51.   end
  52.   object Image1: TImage
  53.     Left = 30
  54.     Top = 30
  55.     Width = 39
  56.     Height = 39
  57.     Picture.Data = {<image001.ico>}
  58.   end
  59.   object Label1: TLabel
  60.     Left = 89
  61.     Top = 62
  62.     Width = 41
  63.     Height = 16
  64.     Caption = 'Label1'
  65.   end
  66.   object OKBtn: TButton
  67.     Left = 117
  68.     Top = 182
  69.     Width = 92
  70.     Height = 31
  71.     Caption = 'OK'
  72.     ModalResult = 1
  73.     TabOrder = 0
  74.     OnClick = OKBtnClick
  75.   end
  76.   object StaticText1: TStaticText
  77.     Left = 89
  78.     Top = 30
  79.     Width = 187
  80.     Height = 30
  81.     Caption = 'Matrix Calculator'
  82.     Font.Charset = ANSI_CHARSET
  83.     Font.Color = clBlue
  84.     Font.Height = -23
  85.     Font.Name = 'Arial'
  86.     Font.Style = [fsBold, fsItalic]
  87.     ParentFont = False
  88.     TabOrder = 1
  89.   end
  90.   object StaticText2: TStaticText
  91.     Left = 89
  92.     Top = 89
  93.     Width = 190
  94.     Height = 20
  95.     Caption = 'Copyright (C) 1998 Jan Weiland'
  96.     TabOrder = 2
  97.   end
  98.   object StaticText3: TStaticText
  99.     Left = 89
  100.     Top = 108
  101.     Width = 177
  102.     Height = 20
  103.     Caption = 'All rights reserved. Freeware.'
  104.     TabOrder = 3
  105.   end
  106. end
  107.