home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d56
/
RMCTL.ZIP
/
rmTreeNonViewEdit.dfm
/
rmTreeNonViewEdit.txt
Wrap
Text File
|
2001-06-22
|
2KB
|
116 lines
object frmTreeNonViewEditor: TfrmTreeNonViewEditor
Left = 339
Top = 246
BorderStyle = bsDialog
Caption = 'TreeNonView Editor'
ClientHeight = 245
ClientWidth = 489
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object btnCancel: TButton
Left = 408
Top = 216
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 0
end
object btnOK: TButton
Left = 328
Top = 216
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object grpItems: TGroupBox
Left = 4
Top = 8
Width = 285
Height = 201
Caption = 'Items'
TabOrder = 2
object tvItems: TrmPathTreeView
Left = 8
Top = 20
Width = 189
Height = 173
HideSelection = False
Indent = 19
ReadOnly = True
TabOrder = 0
OnChange = tvItemsChange
end
object btnNew: TButton
Left = 204
Top = 20
Width = 75
Height = 25
Caption = '&New'
TabOrder = 1
OnClick = btnNewClick
end
object btnNewSub: TButton
Left = 204
Top = 52
Width = 75
Height = 25
Caption = 'New &SubItem'
TabOrder = 2
OnClick = btnNewSubClick
end
object btnDelete: TButton
Left = 204
Top = 84
Width = 75
Height = 25
Caption = '&Delete'
TabOrder = 3
OnClick = btnDeleteClick
end
object btnLoad: TButton
Left = 204
Top = 168
Width = 75
Height = 25
Caption = '&Load'
TabOrder = 4
end
end
object grpProperties: TGroupBox
Left = 296
Top = 8
Width = 189
Height = 201
Caption = 'Properties'
TabOrder = 3
object Label1: TLabel
Left = 8
Top = 24
Width = 24
Height = 13
Caption = 'Text:'
end
object edText: TEdit
Left = 36
Top = 20
Width = 149
Height = 21
TabOrder = 0
OnKeyUp = edTextKeyUp
end
end
end