home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / PAGEINFO.DFM / PAGEINFO.txt
Text File  |  1997-02-28  |  1KB  |  82 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.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 305
  18.     Height = 61
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 12
  23.     Top = 16
  24.     Width = 68
  25.     Height = 13
  26.     Caption = '&Page name:'
  27.     FocusControl = edPageName
  28.   end
  29.   object Label2: TLabel
  30.     Left = 12
  31.     Top = 40
  32.     Width = 77
  33.     Height = 13
  34.     Caption = 'Help conte&xt:'
  35.     FocusControl = edPageContext
  36.   end
  37.   object edPageName: TEdit
  38.     Left = 94
  39.     Top = 16
  40.     Width = 213
  41.     Height = 20
  42.     TabOrder = 0
  43.   end
  44.   object edPageContext: TEdit
  45.     Left = 94
  46.     Top = 40
  47.     Width = 213
  48.     Height = 20
  49.     TabOrder = 1
  50.   end
  51.   object BitBtn1: TButton
  52.     Left = 63
  53.     Top = 76
  54.     Width = 78
  55.     Height = 27
  56.     Caption = '&OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 2
  60.     OnClick = OKClick
  61.   end
  62.   object BitBtn2: TButton
  63.     Left = 149
  64.     Top = 76
  65.     Width = 78
  66.     Height = 27
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.   end
  72.   object BitBtn3: TButton
  73.     Left = 235
  74.     Top = 76
  75.     Width = 78
  76.     Height = 27
  77.     Caption = '&Help'
  78.     TabOrder = 4
  79.     OnClick = BitBtn3Click
  80.   end
  81. end
  82.