home *** CD-ROM | disk | FTP | other *** search
- object GoPageForm: TGoPageForm
- Left = 304
- Top = 151
- ActiveControl = PageNum
- BorderStyle = bsDialog
- Caption = 'Seite wechseln'
- ClientHeight = 116
- ClientWidth = 231
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 11
- Top = 8
- Width = 209
- Height = 57
- Shape = bsFrame
- IsControl = True
- end
- object PageNum: TSpinEdit
- Left = 87
- Top = 21
- Width = 57
- Height = 32
- MaxValue = 0
- MinValue = 1
- TabOrder = 0
- Value = 0
- OnEnter = PageNumEnter
- OnKeyDown = PageNumKeyDown
- end
- object OkBtn: TButton
- Left = 24
- Top = 80
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 128
- Top = 80
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Abbrechen'
- ModalResult = 2
- TabOrder = 2
- end
- end
-