home *** CD-ROM | disk | FTP | other *** search
- object GoPageForm: TGoPageForm
- Left = 304
- Top = 151
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Go to Page Number'
- ClientHeight = 143
- ClientWidth = 284
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 14
- Top = 10
- Width = 257
- Height = 70
- Shape = bsFrame
- IsControl = True
- end
- object OKBtn: TBitBtn
- Left = 43
- Top = 94
- Width = 95
- Height = 33
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 146
- Top = 94
- Width = 95
- Height = 33
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object PageNum: TSpinEdit
- Left = 107
- Top = 33
- Width = 70
- Height = 26
- MaxValue = 0
- MinValue = 1
- TabOrder = 2
- Value = 1
- end
- end
-