home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / PAGEEDIT.DFM / PAGEEDIT.txt
Encoding:
Text File  |  1995-08-24  |  2.9 KB  |  131 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.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 397
  21.     Height = 189
  22.     Shape = bsFrame
  23.   end
  24.   object Header1: THeader
  25.     Left = 12
  26.     Top = 12
  27.     Width = 300
  28.     Height = 20
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     Sections.Sections = (
  35.       #0'163'#0'Page name'
  36.       #0'89'#0'Help context')
  37.     TabOrder = 0
  38.     OnSized = HeaderSized
  39.   end
  40.   object Grid: TDrawGrid
  41.     Left = 12
  42.     Top = 31
  43.     Width = 299
  44.     Height = 162
  45.     FixedCols = 0
  46.     FixedRows = 0
  47.     Options = [goDrawFocusSelected]
  48.     ScrollBars = ssVertical
  49.     TabOrder = 1
  50.     OnDrawCell = GridDrawCell
  51.   end
  52.   object EditButton: TButton
  53.     Left = 319
  54.     Top = 14
  55.     Width = 77
  56.     Height = 24
  57.     Caption = '&Edit...'
  58.     Default = True
  59.     TabOrder = 2
  60.     OnClick = EditClick
  61.   end
  62.   object AddButton: TButton
  63.     Left = 319
  64.     Top = 44
  65.     Width = 77
  66.     Height = 24
  67.     Caption = '&Add...'
  68.     TabOrder = 3
  69.     OnClick = AddClick
  70.   end
  71.   object DeleteButton: TButton
  72.     Left = 319
  73.     Top = 74
  74.     Width = 77
  75.     Height = 24
  76.     Caption = 'De&lete'
  77.     TabOrder = 4
  78.     OnClick = DeleteClick
  79.   end
  80.   object CloseButton: TBitBtn
  81.     Left = 126
  82.     Top = 204
  83.     Width = 77
  84.     Height = 27
  85.     Cancel = True
  86.     Caption = 'Close'
  87.     ModalResult = 1
  88.     TabOrder = 5
  89.     Glyph.Data = {
  90.       42010000424D4201000000000000760000002800000012000000110000000100
  91.       040000000000CC00000000000000000000000000000000000000000000000000
  92.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  93.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  94.       3333330000003333344333333333330000003333422433333333330000003334
  95.       2222433333333300000033422222243333333300000034222A22224333333300
  96.       00003222A3A222433333330000003A2A333A222433333300000033A33333A222
  97.       433333000000333333333A222433330000003333333333A22243330000003333
  98.       3333333A222433000000333333333333A222430000003333333333333A224300
  99.       000033333333333333A223000000333333333333333A33000000333333333333
  100.       333333000000}
  101.     Margin = 2
  102.     Spacing = -1
  103.   end
  104.   object UpButton: TBitBtn
  105.     Left = 320
  106.     Top = 134
  107.     Width = 77
  108.     Height = 24
  109.     Caption = 'Move &Up'
  110.     TabOrder = 6
  111.     OnClick = MoveClick
  112.   end
  113.   object DownButton: TBitBtn
  114.     Left = 320
  115.     Top = 166
  116.     Width = 77
  117.     Height = 24
  118.     Caption = 'Move &Down'
  119.     TabOrder = 7
  120.     OnClick = MoveClick
  121.   end
  122.   object HelpBtn: TBitBtn
  123.     Left = 210
  124.     Top = 204
  125.     Width = 77
  126.     Height = 27
  127.     TabOrder = 8
  128.     Kind = bkHelp
  129.   end
  130. end
  131.