home *** CD-ROM | disk | FTP | other *** search
- object MatrixOptionsDlg: TMatrixOptionsDlg
- Left = 280
- Top = 169
- HelpContext = 113
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 186
- ClientWidth = 316
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HelpFile = 'Matrix.hlp'
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object OKBtn: TButton
- Left = 112
- Top = 149
- Width = 92
- Height = 31
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKBtnClick
- end
- object MMult: TRadioGroup
- Left = 10
- Top = 10
- Width = 296
- Height = 70
- Caption = ' &Matrix Multiplikation '
- ItemIndex = 0
- Items.Strings = (
- 'Use &mathematical definition'
- 'Use &all matrix cells (20x20)')
- TabOrder = 0
- end
- object Associate: TGroupBox
- Left = 10
- Top = 89
- Width = 296
- Height = 50
- Caption = ' System '
- TabOrder = 2
- object Filereg: TCheckBox
- Left = 10
- Top = 20
- Width = 277
- Height = 21
- Caption = '&Register file extensions *.mtx/*.mtp '
- TabOrder = 0
- end
- end
- end
-