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

  1. object MatrixDetDlg: TMatrixDetDlg
  2.   Left = 245
  3.   Top = 108
  4.   HelpContext = 127
  5.   BorderStyle = bsDialog
  6.   Caption = 'Determinant'
  7.   ClientHeight = 159
  8.   ClientWidth = 426
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   HelpFile = 'Matrix.hlp'
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object ScalarFacLabel: TLabel
  20.     Left = 118
  21.     Top = 23
  22.     Width = 25
  23.     Height = 16
  24.     Caption = '&X1 ='
  25.   end
  26.   object Label1: TLabel
  27.     Left = 118
  28.     Top = 53
  29.     Width = 29
  30.     Height = 16
  31.     Caption = '&Y1 = '
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 68
  35.     Top = 113
  36.     Width = 159
  37.     Height = 31
  38.   end
  39.   object CloseBtn: TButton
  40.     Left = 304
  41.     Top = 113
  42.     Width = 92
  43.     Height = 31
  44.     Caption = '&Close'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 2
  48.     OnClick = CloseBtnClick
  49.   end
  50.   object DetSize: TRadioGroup
  51.     Left = 10
  52.     Top = 10
  53.     Width = 90
  54.     Height = 80
  55.     Caption = ' &Size '
  56.     ItemIndex = 1
  57.     Items.Strings = (
  58.       '&2 x 2'
  59.       '&3 x 3')
  60.     TabOrder = 3
  61.     OnClick = DetSizeClick
  62.   end
  63.   object X1: TEdit
  64.     Left = 158
  65.     Top = 20
  66.     Width = 30
  67.     Height = 24
  68.     MaxLength = 2
  69.     TabOrder = 0
  70.     Text = '1'
  71.     OnChange = X1Change
  72.   end
  73.   object Y1: TEdit
  74.     Left = 158
  75.     Top = 49
  76.     Width = 30
  77.     Height = 24
  78.     MaxLength = 2
  79.     TabOrder = 1
  80.     Text = '1'
  81.     OnChange = X1Change
  82.   end
  83.   object DMatrixGrid: TStringGrid
  84.     Left = 207
  85.     Top = 10
  86.     Width = 208
  87.     Height = 84
  88.     ColCount = 4
  89.     DefaultColWidth = 40
  90.     DefaultRowHeight = 15
  91.     DragCursor = crDefault
  92.     Enabled = False
  93.     RowCount = 4
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -10
  97.     Font.Name = 'Arial'
  98.     Font.Style = []
  99.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  100.     ParentFont = False
  101.     ScrollBars = ssNone
  102.     TabOrder = 4
  103.     RowHeights = (
  104.       15
  105.       15
  106.       15
  107.       15)
  108.   end
  109.   object DetResult: TStaticText
  110.     Left = 80
  111.     Top = 119
  112.     Width = 4
  113.     Height = 4
  114.     TabOrder = 5
  115.   end
  116. end
  117.