home *** CD-ROM | disk | FTP | other *** search
- object MatrixEU1Dlg: TMatrixEU1Dlg
- Left = 256
- Top = 215
- HelpContext = 132
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Add rows/columns'
- ClientHeight = 170
- ClientWidth = 405
- 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 Label1: TLabel
- Left = 128
- Top = 43
- Width = 12
- Height = 16
- Caption = 'Y:'
- end
- object Label2: TLabel
- Left = 128
- Top = 82
- Width = 12
- Height = 16
- Caption = 'Y:'
- end
- object ScalarFacLabel: TLabel
- Left = 207
- Top = 43
- Width = 86
- Height = 16
- Caption = 'S&calar Factor::'
- end
- object Image1: TImage
- Left = 203
- Top = 74
- Width = 198
- Height = 40
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object OKBtn: TButton
- Left = 156
- Top = 129
- Width = 93
- Height = 31
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object StaticText1: TStaticText
- Left = 71
- Top = 10
- Width = 262
- Height = 20
- Caption = 'Adds a multiple of a row/column to an other.'
- TabOrder = 5
- end
- object EUElementType: TRadioGroup
- Left = 10
- Top = 30
- Width = 100
- Height = 80
- ItemIndex = 0
- Items.Strings = (
- '&Rows'
- '&Columns')
- TabOrder = 4
- OnClick = EUElementTypeClick
- end
- object E1: TSpinEdit
- Left = 148
- Top = 39
- Width = 50
- Height = 26
- MaxValue = 20
- MinValue = 1
- TabOrder = 0
- Value = 1
- end
- object E2: TSpinEdit
- Left = 148
- Top = 79
- Width = 50
- Height = 26
- MaxValue = 20
- MinValue = 1
- TabOrder = 2
- Value = 1
- end
- object ScalarFacStr: TEdit
- Left = 296
- Top = 39
- Width = 99
- Height = 24
- TabOrder = 1
- Text = '1'
- end
- end
-