home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kompon / d345 / PPREV.ZIP / BenPreview / Gopage.dfm / Gopage.txt
Encoding:
Text File  |  1998-01-24  |  1.0 KB  |  60 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 = 143
  8.   ClientWidth = 284
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Bevel1: TBevel
  20.     Left = 14
  21.     Top = 10
  22.     Width = 257
  23.     Height = 70
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object OKBtn: TBitBtn
  28.     Left = 43
  29.     Top = 94
  30.     Width = 95
  31.     Height = 33
  32.     TabOrder = 0
  33.     Kind = bkOK
  34.     Margin = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object CancelBtn: TBitBtn
  39.     Left = 146
  40.     Top = 94
  41.     Width = 95
  42.     Height = 33
  43.     TabOrder = 1
  44.     Kind = bkCancel
  45.     Margin = 2
  46.     Spacing = -1
  47.     IsControl = True
  48.   end
  49.   object PageNum: TSpinEdit
  50.     Left = 107
  51.     Top = 33
  52.     Width = 70
  53.     Height = 26
  54.     MaxValue = 0
  55.     MinValue = 1
  56.     TabOrder = 2
  57.     Value = 1
  58.   end
  59. end
  60.