home *** CD-ROM | disk | FTP | other *** search
- object FormZoom: TFormZoom
- Left = 193
- Top = 103
- BorderStyle = bsDialog
- Caption = 'Magnification'
- ClientHeight = 250
- ClientWidth = 245
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 229
- Height = 201
- Shape = bsFrame
- end
- object ListBox: TListBox
- Left = 20
- Top = 20
- Width = 121
- Height = 173
- DragMode = dmAutomatic
- ItemHeight = 12
- TabOrder = 0
- OnDblClick = btnEditClick
- OnDragDrop = ListBoxDragDrop
- OnDragOver = ListBoxDragOver
- end
- object btnEdit: TButton
- Left = 148
- Top = 52
- Width = 75
- Height = 25
- Caption = 'Edit...'
- TabOrder = 2
- OnClick = btnEditClick
- end
- object btnAdd: TButton
- Left = 148
- Top = 20
- Width = 75
- Height = 25
- Caption = 'Add...'
- TabOrder = 1
- OnClick = btnAddClick
- end
- object btnDel: TButton
- Left = 148
- Top = 84
- Width = 75
- Height = 25
- Caption = 'Delete'
- TabOrder = 3
- OnClick = btnDelClick
- end
- object Button1: TButton
- Left = 160
- Top = 216
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object btnReset: TButton
- Left = 148
- Top = 136
- Width = 75
- Height = 25
- Caption = 'Default'
- TabOrder = 5
- OnClick = btnResetClick
- end
- object btnClr: TButton
- Left = 148
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Clear'
- TabOrder = 6
- OnClick = btnClrClick
- end
- end
-