home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMZOOM / TFORMZOOM.txt
Encoding:
Text File  |  2002-10-07  |  1.6 KB  |  91 lines

  1. object FormZoom: TFormZoom
  2.   Left = 193
  3.   Top = 103
  4.   BorderStyle = bsDialog
  5.   Caption = 'Magnification'
  6.   ClientHeight = 250
  7.   ClientWidth = 245
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 229
  20.     Height = 201
  21.     Shape = bsFrame
  22.   end
  23.   object ListBox: TListBox
  24.     Left = 20
  25.     Top = 20
  26.     Width = 121
  27.     Height = 173
  28.     DragMode = dmAutomatic
  29.     ItemHeight = 12
  30.     TabOrder = 0
  31.     OnDblClick = btnEditClick
  32.     OnDragDrop = ListBoxDragDrop
  33.     OnDragOver = ListBoxDragOver
  34.   end
  35.   object btnEdit: TButton
  36.     Left = 148
  37.     Top = 52
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Edit...'
  41.     TabOrder = 2
  42.     OnClick = btnEditClick
  43.   end
  44.   object btnAdd: TButton
  45.     Left = 148
  46.     Top = 20
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Add...'
  50.     TabOrder = 1
  51.     OnClick = btnAddClick
  52.   end
  53.   object btnDel: TButton
  54.     Left = 148
  55.     Top = 84
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Delete'
  59.     TabOrder = 3
  60.     OnClick = btnDelClick
  61.   end
  62.   object Button1: TButton
  63.     Left = 160
  64.     Top = 216
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 4
  71.   end
  72.   object btnReset: TButton
  73.     Left = 148
  74.     Top = 136
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'Default'
  78.     TabOrder = 5
  79.     OnClick = btnResetClick
  80.   end
  81.   object btnClr: TButton
  82.     Left = 148
  83.     Top = 168
  84.     Width = 75
  85.     Height = 25
  86.     Caption = 'Clear'
  87.     TabOrder = 6
  88.     OnClick = btnClrClick
  89.   end
  90. end
  91.