home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / PAGEEDIT.DFM / PAGEEDIT.txt
Text File  |  1997-02-28  |  2KB  |  117 lines

  1. object NotebookEditDlg: TNotebookEditDlg
  2.   Left = 231
  3.   Top = 154
  4.   ActiveControl = Grid
  5.   BorderStyle = bsDialog
  6.   Caption = 'Notebook editor'
  7.   ClientHeight = 237
  8.   ClientWidth = 413
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 397
  20.     Height = 189
  21.     Shape = bsFrame
  22.   end
  23.   object Header1: THeader
  24.     Left = 12
  25.     Top = 12
  26.     Width = 300
  27.     Height = 20
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     Sections.Sections = (
  34.       #0'163'#0'Page name'
  35.       #0'89'#0'Help context')
  36.     TabOrder = 0
  37.     OnSized = HeaderSized
  38.   end
  39.   object Grid: TDrawGrid
  40.     Left = 12
  41.     Top = 31
  42.     Width = 299
  43.     Height = 162
  44.     FixedCols = 0
  45.     FixedRows = 0
  46.     Options = [goDrawFocusSelected]
  47.     ScrollBars = ssVertical
  48.     TabOrder = 1
  49.     OnDrawCell = GridDrawCell
  50.   end
  51.   object EditButton: TButton
  52.     Left = 319
  53.     Top = 14
  54.     Width = 77
  55.     Height = 24
  56.     Caption = '&Edit...'
  57.     Default = True
  58.     TabOrder = 2
  59.     OnClick = EditClick
  60.   end
  61.   object AddButton: TButton
  62.     Left = 319
  63.     Top = 44
  64.     Width = 77
  65.     Height = 24
  66.     Caption = '&Add...'
  67.     TabOrder = 3
  68.     OnClick = AddClick
  69.   end
  70.   object DeleteButton: TButton
  71.     Left = 319
  72.     Top = 74
  73.     Width = 77
  74.     Height = 24
  75.     Caption = 'De&lete'
  76.     TabOrder = 4
  77.     OnClick = DeleteClick
  78.   end
  79.   object CloseButton: TButton
  80.     Left = 126
  81.     Top = 204
  82.     Width = 77
  83.     Height = 27
  84.     Caption = '&Close'
  85.     Default = True
  86.     ModalResult = 1
  87.     TabOrder = 5
  88.   end
  89.   object UpButton: TButton
  90.     Left = 320
  91.     Top = 134
  92.     Width = 77
  93.     Height = 24
  94.     Caption = 'Move &Up'
  95.     TabOrder = 6
  96.     OnClick = MoveClick
  97.   end
  98.   object DownButton: TButton
  99.     Left = 320
  100.     Top = 166
  101.     Width = 77
  102.     Height = 24
  103.     Caption = 'Move &Down'
  104.     TabOrder = 7
  105.     OnClick = MoveClick
  106.   end
  107.   object HelpBtn: TButton
  108.     Left = 210
  109.     Top = 204
  110.     Width = 77
  111.     Height = 27
  112.     Caption = '&Help'
  113.     TabOrder = 8
  114.     OnClick = HelpBtnClick
  115.   end
  116. end
  117.