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

  1. object MatrixEU2Dlg: TMatrixEU2Dlg
  2.   Left = 245
  3.   Top = 108
  4.   HelpContext = 132
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Scalar multiplication of rows/columns'
  8.   ClientHeight = 170
  9.   ClientWidth = 405
  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 Label1: TLabel
  20.     Left = 128
  21.     Top = 43
  22.     Width = 12
  23.     Height = 16
  24.     Caption = 'Y:'
  25.   end
  26.   object ScalarFacLabel: TLabel
  27.     Left = 207
  28.     Top = 43
  29.     Width = 83
  30.     Height = 16
  31.     Caption = 'S&calar Factor:'
  32.   end
  33.   object OKBtn: TButton
  34.     Left = 156
  35.     Top = 129
  36.     Width = 93
  37.     Height = 31
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 2
  42.   end
  43.   object StaticText1: TStaticText
  44.     Left = 55
  45.     Top = 10
  46.     Width = 294
  47.     Height = 20
  48.     Caption = 'Multiplication of a row/column with a scalar factor.'
  49.     TabOrder = 4
  50.   end
  51.   object EUElementType: TRadioGroup
  52.     Left = 10
  53.     Top = 30
  54.     Width = 100
  55.     Height = 80
  56.     ItemIndex = 0
  57.     Items.Strings = (
  58.       '&Row'
  59.       '&Column')
  60.     TabOrder = 3
  61.     OnClick = EUElementTypeClick
  62.   end
  63.   object E1: TSpinEdit
  64.     Left = 148
  65.     Top = 39
  66.     Width = 50
  67.     Height = 26
  68.     MaxValue = 20
  69.     MinValue = 1
  70.     TabOrder = 0
  71.     Value = 1
  72.   end
  73.   object ScalarFacStr: TEdit
  74.     Left = 296
  75.     Top = 39
  76.     Width = 99
  77.     Height = 24
  78.     TabOrder = 1
  79.     Text = '1'
  80.   end
  81. end
  82.