home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TZOOMSPOTPROPSDLG / TZOOMSPOTPROPSDLG.txt
Encoding:
Text File  |  2000-09-13  |  2.4 KB  |  144 lines

  1. object ZoomSpotPropsDlg: TZoomSpotPropsDlg
  2.   Left = 204
  3.   Top = 199
  4.   ActiveControl = ewidth
  5.   BorderStyle = bsDialog
  6.   Caption = 'Zoom Magnify Properties'
  7.   ClientHeight = 150
  8.   ClientWidth = 384
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 3
  17.     Top = 8
  18.     Width = 286
  19.     Height = 135
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 28
  24.     Top = 29
  25.     Width = 110
  26.     Height = 13
  27.     Caption = 'Magnify Window Width'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 25
  31.     Top = 59
  32.     Width = 113
  33.     Height = 13
  34.     Caption = 'Magnify Window Height'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 78
  38.     Top = 89
  39.     Width = 60
  40.     Height = 13
  41.     Caption = 'Zoom Factor'
  42.   end
  43.   object Label5: TLabel
  44.     Left = 210
  45.     Top = 29
  46.     Width = 25
  47.     Height = 13
  48.     Caption = '(pels)'
  49.   end
  50.   object Label6: TLabel
  51.     Left = 210
  52.     Top = 59
  53.     Width = 25
  54.     Height = 13
  55.     Caption = '(pels)'
  56.   end
  57.   object Label7: TLabel
  58.     Left = 11
  59.     Top = 115
  60.     Width = 127
  61.     Height = 13
  62.     Caption = 'Magnify Window Position'
  63.   end
  64.   object OKBtn: TButton
  65.     Left = 300
  66.     Top = 8
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'OK'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 4
  73.   end
  74.   object CancelBtn: TButton
  75.     Left = 300
  76.     Top = 38
  77.     Width = 75
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 5
  83.   end
  84.   object ewidth: TEdit
  85.     Left = 146
  86.     Top = 25
  87.     Width = 58
  88.     Height = 21
  89.     TabOrder = 0
  90.   end
  91.   object cbzoom: TComboBox
  92.     Left = 146
  93.     Top = 85
  94.     Width = 58
  95.     Height = 21
  96.     Style = csDropDownList
  97.     ItemHeight = 13
  98.     Items.Strings = (
  99.       '2x'
  100.       '3x'
  101.       '4x'
  102.       '5x'
  103.       '6x'
  104.       '7x'
  105.       '8x'
  106.       '9x'
  107.       '10x')
  108.     TabOrder = 2
  109.   end
  110.   object eheight: TEdit
  111.     Left = 146
  112.     Top = 55
  113.     Width = 58
  114.     Height = 21
  115.     TabOrder = 1
  116.   end
  117.   object Panel1: TPanel
  118.     Left = 137
  119.     Top = 107
  120.     Width = 129
  121.     Height = 29
  122.     BevelOuter = bvNone
  123.     TabOrder = 3
  124.     object rbCenter: TRadioButton
  125.       Left = 8
  126.       Top = 7
  127.       Width = 51
  128.       Height = 17
  129.       Caption = 'Center'
  130.       Checked = True
  131.       TabOrder = 0
  132.       TabStop = True
  133.     end
  134.     object rbAround: TRadioButton
  135.       Left = 65
  136.       Top = 7
  137.       Width = 58
  138.       Height = 17
  139.       Caption = 'Top'
  140.       TabOrder = 1
  141.     end
  142.   end
  143. end
  144.