home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 November / COMCD1101.iso / start.exe / 0 / RCDATA / TGOPAGEFORM / TGOPAGEFORM.txt
Encoding:
Text File  |  2001-08-16  |  1.1 KB  |  60 lines

  1. object GoPageForm: TGoPageForm
  2.   Left = 304
  3.   Top = 151
  4.   ActiveControl = PageNum
  5.   BorderStyle = bsDialog
  6.   Caption = 'Seite wechseln'
  7.   ClientHeight = 116
  8.   ClientWidth = 231
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 11
  21.     Top = 8
  22.     Width = 209
  23.     Height = 57
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object PageNum: TSpinEdit
  28.     Left = 87
  29.     Top = 21
  30.     Width = 57
  31.     Height = 32
  32.     MaxValue = 0
  33.     MinValue = 1
  34.     TabOrder = 0
  35.     Value = 0
  36.     OnEnter = PageNumEnter
  37.     OnKeyDown = PageNumKeyDown
  38.   end
  39.   object OkBtn: TButton
  40.     Left = 24
  41.     Top = 80
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.   end
  49.   object CancelBtn: TButton
  50.     Left = 128
  51.     Top = 80
  52.     Width = 75
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = 'Abbrechen'
  56.     ModalResult = 2
  57.     TabOrder = 2
  58.   end
  59. end
  60.