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

  1. object MatrixEU1Dlg: TMatrixEU1Dlg
  2.   Left = 256
  3.   Top = 215
  4.   HelpContext = 132
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add 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 Label2: TLabel
  27.     Left = 128
  28.     Top = 82
  29.     Width = 12
  30.     Height = 16
  31.     Caption = 'Y:'
  32.   end
  33.   object ScalarFacLabel: TLabel
  34.     Left = 207
  35.     Top = 43
  36.     Width = 86
  37.     Height = 16
  38.     Caption = 'S&calar Factor::'
  39.   end
  40.   object Image1: TImage
  41.     Left = 203
  42.     Top = 74
  43.     Width = 198
  44.     Height = 40
  45.     Picture.Data = {<image000.bmp>}
  46.     Transparent = True
  47.   end
  48.   object OKBtn: TButton
  49.     Left = 156
  50.     Top = 129
  51.     Width = 93
  52.     Height = 31
  53.     Caption = 'OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 3
  57.   end
  58.   object StaticText1: TStaticText
  59.     Left = 71
  60.     Top = 10
  61.     Width = 262
  62.     Height = 20
  63.     Caption = 'Adds a multiple of a row/column to an other.'
  64.     TabOrder = 5
  65.   end
  66.   object EUElementType: TRadioGroup
  67.     Left = 10
  68.     Top = 30
  69.     Width = 100
  70.     Height = 80
  71.     ItemIndex = 0
  72.     Items.Strings = (
  73.       '&Rows'
  74.       '&Columns')
  75.     TabOrder = 4
  76.     OnClick = EUElementTypeClick
  77.   end
  78.   object E1: TSpinEdit
  79.     Left = 148
  80.     Top = 39
  81.     Width = 50
  82.     Height = 26
  83.     MaxValue = 20
  84.     MinValue = 1
  85.     TabOrder = 0
  86.     Value = 1
  87.   end
  88.   object E2: TSpinEdit
  89.     Left = 148
  90.     Top = 79
  91.     Width = 50
  92.     Height = 26
  93.     MaxValue = 20
  94.     MinValue = 1
  95.     TabOrder = 2
  96.     Value = 1
  97.   end
  98.   object ScalarFacStr: TEdit
  99.     Left = 296
  100.     Top = 39
  101.     Width = 99
  102.     Height = 24
  103.     TabOrder = 1
  104.     Text = '1'
  105.   end
  106. end
  107.