home *** CD-ROM | disk | FTP | other *** search
- object MatrixScalarProdDlg: TMatrixScalarProdDlg
- Left = 286
- Top = 225
- HelpContext = 126
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Scalar Multiplication'
- ClientHeight = 96
- ClientWidth = 209
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HelpFile = 'Matrix.hlp'
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object ScalarFacLabel: TLabel
- Left = 10
- Top = 14
- Width = 83
- Height = 16
- Caption = '&Scalar Factor:'
- end
- object OKBtn: TButton
- Left = 58
- Top = 54
- Width = 92
- Height = 31
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object ScalarFacStr: TEdit
- Left = 96
- Top = 10
- Width = 102
- Height = 24
- TabOrder = 0
- end
- end
-