home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / FontFind / fontfind.exe / %MAINDIR% / FontFinder.exe / 0 / RCDATA / TGOPAGEFORM / TGOPAGEFORM.txt
Encoding:
Text File  |  1999-07-21  |  1022 b   |  58 lines

  1. object GoPageForm: TGoPageForm
  2.   Left = 304
  3.   Top = 151
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Go to Page Number'
  7.   ClientHeight = 116
  8.   ClientWidth = 231
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 11
  19.     Top = 8
  20.     Width = 209
  21.     Height = 57
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object OKBtn: TBitBtn
  26.     Left = 35
  27.     Top = 76
  28.     Width = 77
  29.     Height = 27
  30.     TabOrder = 0
  31.     Kind = bkOK
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object CancelBtn: TBitBtn
  37.     Left = 119
  38.     Top = 76
  39.     Width = 77
  40.     Height = 27
  41.     TabOrder = 1
  42.     Kind = bkCancel
  43.     Margin = 2
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object PageNum: TSpinEdit
  48.     Left = 87
  49.     Top = 27
  50.     Width = 57
  51.     Height = 22
  52.     MaxValue = 0
  53.     MinValue = 1
  54.     TabOrder = 2
  55.     Value = 0
  56.   end
  57. end
  58.