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

  1. object MatrixOptionsDlg: TMatrixOptionsDlg
  2.   Left = 280
  3.   Top = 169
  4.   HelpContext = 113
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options'
  8.   ClientHeight = 186
  9.   ClientWidth = 316
  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.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object OKBtn: TButton
  21.     Left = 112
  22.     Top = 149
  23.     Width = 92
  24.     Height = 31
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 1
  29.     OnClick = OKBtnClick
  30.   end
  31.   object MMult: TRadioGroup
  32.     Left = 10
  33.     Top = 10
  34.     Width = 296
  35.     Height = 70
  36.     Caption = ' &Matrix Multiplikation '
  37.     ItemIndex = 0
  38.     Items.Strings = (
  39.       'Use &mathematical definition'
  40.       'Use &all matrix cells (20x20)')
  41.     TabOrder = 0
  42.   end
  43.   object Associate: TGroupBox
  44.     Left = 10
  45.     Top = 89
  46.     Width = 296
  47.     Height = 50
  48.     Caption = ' System '
  49.     TabOrder = 2
  50.     object Filereg: TCheckBox
  51.       Left = 10
  52.       Top = 20
  53.       Width = 277
  54.       Height = 21
  55.       Caption = '&Register file extensions *.mtx/*.mtp '
  56.       TabOrder = 0
  57.     end
  58.   end
  59. end
  60.