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

  1. object MatrixEU3Dlg: TMatrixEU3Dlg
  2.   Left = 245
  3.   Top = 108
  4.   HelpContext = 132
  5.   BorderStyle = bsDialog
  6.   Caption = 'Swap rows/columns'
  7.   ClientHeight = 144
  8.   ClientWidth = 405
  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.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 128
  20.     Top = 19
  21.     Width = 12
  22.     Height = 16
  23.     Caption = 'Y:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 128
  27.     Top = 58
  28.     Width = 12
  29.     Height = 16
  30.     Caption = 'Y:'
  31.   end
  32.   object Image1: TImage
  33.     Left = 203
  34.     Top = 50
  35.     Width = 198
  36.     Height = 40
  37.     Picture.Data = {<image000.bmp>}
  38.     Transparent = True
  39.   end
  40.   object Image2: TImage
  41.     Left = 203
  42.     Top = 21
  43.     Width = 198
  44.     Height = 41
  45.     Picture.Data = {<image001.bmp>}
  46.     Transparent = True
  47.   end
  48.   object OKBtn: TButton
  49.     Left = 156
  50.     Top = 105
  51.     Width = 93
  52.     Height = 31
  53.     Caption = 'OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 2
  57.   end
  58.   object EUElementType: TRadioGroup
  59.     Left = 10
  60.     Top = 6
  61.     Width = 100
  62.     Height = 80
  63.     ItemIndex = 0
  64.     Items.Strings = (
  65.       '&Rows'
  66.       '&Columns')
  67.     TabOrder = 3
  68.     OnClick = EUElementTypeClick
  69.   end
  70.   object E1: TSpinEdit
  71.     Left = 148
  72.     Top = 15
  73.     Width = 50
  74.     Height = 26
  75.     MaxValue = 20
  76.     MinValue = 1
  77.     TabOrder = 0
  78.     Value = 1
  79.   end
  80.   object E2: TSpinEdit
  81.     Left = 148
  82.     Top = 55
  83.     Width = 50
  84.     Height = 26
  85.     MaxValue = 20
  86.     MinValue = 1
  87.     TabOrder = 1
  88.     Value = 1
  89.   end
  90. end
  91.