home *** CD-ROM | disk | FTP | other *** search
- object MatrixEU3Dlg: TMatrixEU3Dlg
- Left = 245
- Top = 108
- HelpContext = 132
- BorderStyle = bsDialog
- Caption = 'Swap rows/columns'
- ClientHeight = 144
- 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 = 19
- Width = 12
- Height = 16
- Caption = 'Y:'
- end
- object Label2: TLabel
- Left = 128
- Top = 58
- Width = 12
- Height = 16
- Caption = 'Y:'
- end
- object Image1: TImage
- Left = 203
- Top = 50
- Width = 198
- Height = 40
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Image2: TImage
- Left = 203
- Top = 21
- Width = 198
- Height = 41
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object OKBtn: TButton
- Left = 156
- Top = 105
- Width = 93
- Height = 31
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object EUElementType: TRadioGroup
- Left = 10
- Top = 6
- Width = 100
- Height = 80
- ItemIndex = 0
- Items.Strings = (
- '&Rows'
- '&Columns')
- TabOrder = 3
- OnClick = EUElementTypeClick
- end
- object E1: TSpinEdit
- Left = 148
- Top = 15
- Width = 50
- Height = 26
- MaxValue = 20
- MinValue = 1
- TabOrder = 0
- Value = 1
- end
- object E2: TSpinEdit
- Left = 148
- Top = 55
- Width = 50
- Height = 26
- MaxValue = 20
- MinValue = 1
- TabOrder = 1
- Value = 1
- end
- end
-