home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
PAGEEDIT.DFM
/
PAGEEDIT.txt
Wrap
Text File
|
1997-02-28
|
2KB
|
117 lines
object NotebookEditDlg: TNotebookEditDlg
Left = 231
Top = 154
ActiveControl = Grid
BorderStyle = bsDialog
Caption = 'Notebook editor'
ClientHeight = 237
ClientWidth = 413
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 397
Height = 189
Shape = bsFrame
end
object Header1: THeader
Left = 12
Top = 12
Width = 300
Height = 20
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Sections.Sections = (
#0'163'#0'Page name'
#0'89'#0'Help context')
TabOrder = 0
OnSized = HeaderSized
end
object Grid: TDrawGrid
Left = 12
Top = 31
Width = 299
Height = 162
FixedCols = 0
FixedRows = 0
Options = [goDrawFocusSelected]
ScrollBars = ssVertical
TabOrder = 1
OnDrawCell = GridDrawCell
end
object EditButton: TButton
Left = 319
Top = 14
Width = 77
Height = 24
Caption = '&Edit...'
Default = True
TabOrder = 2
OnClick = EditClick
end
object AddButton: TButton
Left = 319
Top = 44
Width = 77
Height = 24
Caption = '&Add...'
TabOrder = 3
OnClick = AddClick
end
object DeleteButton: TButton
Left = 319
Top = 74
Width = 77
Height = 24
Caption = 'De&lete'
TabOrder = 4
OnClick = DeleteClick
end
object CloseButton: TButton
Left = 126
Top = 204
Width = 77
Height = 27
Caption = '&Close'
Default = True
ModalResult = 1
TabOrder = 5
end
object UpButton: TButton
Left = 320
Top = 134
Width = 77
Height = 24
Caption = 'Move &Up'
TabOrder = 6
OnClick = MoveClick
end
object DownButton: TButton
Left = 320
Top = 166
Width = 77
Height = 24
Caption = 'Move &Down'
TabOrder = 7
OnClick = MoveClick
end
object HelpBtn: TButton
Left = 210
Top = 204
Width = 77
Height = 27
Caption = '&Help'
TabOrder = 8
OnClick = HelpBtnClick
end
end