home *** CD-ROM | disk | FTP | other *** search
- object MatrixDetDlg: TMatrixDetDlg
- Left = 245
- Top = 108
- HelpContext = 127
- BorderStyle = bsDialog
- Caption = 'Determinant'
- ClientHeight = 159
- ClientWidth = 426
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HelpFile = 'Matrix.hlp'
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 120
- TextHeight = 16
- object ScalarFacLabel: TLabel
- Left = 118
- Top = 23
- Width = 25
- Height = 16
- Caption = '&X1 ='
- end
- object Label1: TLabel
- Left = 118
- Top = 53
- Width = 29
- Height = 16
- Caption = '&Y1 = '
- end
- object Bevel1: TBevel
- Left = 68
- Top = 113
- Width = 159
- Height = 31
- end
- object CloseBtn: TButton
- Left = 304
- Top = 113
- Width = 92
- Height = 31
- Caption = '&Close'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = CloseBtnClick
- end
- object DetSize: TRadioGroup
- Left = 10
- Top = 10
- Width = 90
- Height = 80
- Caption = ' &Size '
- ItemIndex = 1
- Items.Strings = (
- '&2 x 2'
- '&3 x 3')
- TabOrder = 3
- OnClick = DetSizeClick
- end
- object X1: TEdit
- Left = 158
- Top = 20
- Width = 30
- Height = 24
- MaxLength = 2
- TabOrder = 0
- Text = '1'
- OnChange = X1Change
- end
- object Y1: TEdit
- Left = 158
- Top = 49
- Width = 30
- Height = 24
- MaxLength = 2
- TabOrder = 1
- Text = '1'
- OnChange = X1Change
- end
- object DMatrixGrid: TStringGrid
- Left = 207
- Top = 10
- Width = 208
- Height = 84
- ColCount = 4
- DefaultColWidth = 40
- DefaultRowHeight = 15
- DragCursor = crDefault
- Enabled = False
- RowCount = 4
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'Arial'
- Font.Style = []
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
- ParentFont = False
- ScrollBars = ssNone
- TabOrder = 4
- RowHeights = (
- 15
- 15
- 15
- 15)
- end
- object DetResult: TStaticText
- Left = 80
- Top = 119
- Width = 4
- Height = 4
- TabOrder = 5
- end
- end
-