home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / PAGEINFO.DFM / PAGEINFO.txt
Encoding:
Text File  |  1995-08-24  |  1.4 KB  |  84 lines

  1. object PageInfoDlg: TPageInfoDlg
  2.   Left = 271
  3.   Top = 174
  4.   ActiveControl = edPageName
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 109
  7.   ClientWidth = 321
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 305
  19.     Height = 61
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 12
  24.     Top = 16
  25.     Width = 68
  26.     Height = 13
  27.     Caption = '&Page name:'
  28.     FocusControl = edPageName
  29.   end
  30.   object Label2: TLabel
  31.     Left = 12
  32.     Top = 40
  33.     Width = 77
  34.     Height = 13
  35.     Caption = 'Help conte&xt:'
  36.     FocusControl = edPageContext
  37.   end
  38.   object edPageName: TEdit
  39.     Left = 94
  40.     Top = 16
  41.     Width = 213
  42.     Height = 20
  43.     TabOrder = 0
  44.   end
  45.   object edPageContext: TEdit
  46.     Left = 94
  47.     Top = 40
  48.     Width = 213
  49.     Height = 20
  50.     TabOrder = 1
  51.   end
  52.   object BitBtn1: TBitBtn
  53.     Left = 63
  54.     Top = 76
  55.     Width = 78
  56.     Height = 27
  57.     TabOrder = 2
  58.     OnClick = OKClick
  59.     Kind = bkOK
  60.     Margin = 2
  61.     Spacing = -1
  62.   end
  63.   object BitBtn2: TBitBtn
  64.     Left = 149
  65.     Top = 76
  66.     Width = 78
  67.     Height = 27
  68.     TabOrder = 3
  69.     Kind = bkCancel
  70.     Margin = 2
  71.     Spacing = -1
  72.   end
  73.   object BitBtn3: TBitBtn
  74.     Left = 235
  75.     Top = 76
  76.     Width = 78
  77.     Height = 27
  78.     TabOrder = 4
  79.     Kind = bkHelp
  80.     Margin = 2
  81.     Spacing = -1
  82.   end
  83. end
  84.