home *** CD-ROM | disk | FTP | other *** search
- object GoPageForm: TGoPageForm
- Left = 304
- Top = 151
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Go to Page Number'
- ClientHeight = 116
- ClientWidth = 231
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 11
- Top = 8
- Width = 209
- Height = 57
- Shape = bsFrame
- IsControl = True
- end
- object OKBtn: TBitBtn
- Left = 35
- Top = 76
- Width = 77
- Height = 27
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 119
- Top = 76
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object PageNum: TSpinEdit
- Left = 87
- Top = 27
- Width = 57
- Height = 22
- MaxValue = 0
- MinValue = 1
- TabOrder = 2
- Value = 0
- end
- end
-