home *** CD-ROM | disk | FTP | other *** search
- object ZoomSpotPropsDlg: TZoomSpotPropsDlg
- Left = 204
- Top = 199
- ActiveControl = ewidth
- BorderStyle = bsDialog
- Caption = 'Zoom Magnify Properties'
- ClientHeight = 150
- ClientWidth = 384
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 3
- Top = 8
- Width = 286
- Height = 135
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 28
- Top = 29
- Width = 110
- Height = 13
- Caption = 'Magnify Window Width'
- end
- object Label2: TLabel
- Left = 25
- Top = 59
- Width = 113
- Height = 13
- Caption = 'Magnify Window Height'
- end
- object Label3: TLabel
- Left = 78
- Top = 89
- Width = 60
- Height = 13
- Caption = 'Zoom Factor'
- end
- object Label5: TLabel
- Left = 210
- Top = 29
- Width = 25
- Height = 13
- Caption = '(pels)'
- end
- object Label6: TLabel
- Left = 210
- Top = 59
- Width = 25
- Height = 13
- Caption = '(pels)'
- end
- object Label7: TLabel
- Left = 11
- Top = 115
- Width = 127
- Height = 13
- Caption = 'Magnify Window Position'
- end
- object OKBtn: TButton
- Left = 300
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object CancelBtn: TButton
- Left = 300
- Top = 38
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object ewidth: TEdit
- Left = 146
- Top = 25
- Width = 58
- Height = 21
- TabOrder = 0
- end
- object cbzoom: TComboBox
- Left = 146
- Top = 85
- Width = 58
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '2x'
- '3x'
- '4x'
- '5x'
- '6x'
- '7x'
- '8x'
- '9x'
- '10x')
- TabOrder = 2
- end
- object eheight: TEdit
- Left = 146
- Top = 55
- Width = 58
- Height = 21
- TabOrder = 1
- end
- object Panel1: TPanel
- Left = 137
- Top = 107
- Width = 129
- Height = 29
- BevelOuter = bvNone
- TabOrder = 3
- object rbCenter: TRadioButton
- Left = 8
- Top = 7
- Width = 51
- Height = 17
- Caption = 'Center'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbAround: TRadioButton
- Left = 65
- Top = 7
- Width = 58
- Height = 17
- Caption = 'Top'
- TabOrder = 1
- end
- end
- end
-