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

  1. object MatrixScalarProdDlg: TMatrixScalarProdDlg
  2.   Left = 286
  3.   Top = 225
  4.   HelpContext = 126
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Scalar Multiplication'
  8.   ClientHeight = 96
  9.   ClientWidth = 209
  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.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object ScalarFacLabel: TLabel
  20.     Left = 10
  21.     Top = 14
  22.     Width = 83
  23.     Height = 16
  24.     Caption = '&Scalar Factor:'
  25.   end
  26.   object OKBtn: TButton
  27.     Left = 58
  28.     Top = 54
  29.     Width = 92
  30.     Height = 31
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.   end
  36.   object ScalarFacStr: TEdit
  37.     Left = 96
  38.     Top = 10
  39.     Width = 102
  40.     Height = 24
  41.     TabOrder = 0
  42.   end
  43. end
  44.