123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- object ECListFrame: TECListFrame
- Left = 0
- Height = 320
- Top = 0
- Width = 611
- ClientHeight = 320
- ClientWidth = 611
- TabOrder = 0
- DesignLeft = 475
- DesignTop = 342
- object EcListBox: TListBox
- Left = 0
- Height = 320
- Top = 0
- Width = 611
- Align = alClient
- ClickOnSelChange = False
- ItemHeight = 20
- MultiSelect = True
- OnClick = EcListBoxClick
- OnDblClick = EcListBoxDblClick
- OnDrawItem = EcListBoxDrawItem
- OnMouseUp = EcListBoxMouseUp
- OnSelectionChange = EcListBoxSelectionChange
- Options = []
- ScrollWidth = 609
- Style = lbOwnerDrawFixed
- TabOrder = 0
- end
- object EcListPopupMenu: TPopupMenu
- left = 136
- top = 80
- object EditEcMenuItem: TMenuItem
- Caption = 'Edit...'
- OnClick = EditEcMenuItemClick
- end
- object AddNewEcMenuItem: TMenuItem
- Caption = 'Add new command...'
- OnClick = AddNewEcMenuItemClick
- end
- object EcListSeparator1MenuItem: TMenuItem
- Caption = '-'
- end
- object CutEcMenuItem: TMenuItem
- Caption = 'Cut'
- end
- object CopyEcMenuItem: TMenuItem
- Caption = 'Copy'
- OnClick = CopyEcMenuItemClick
- end
- object PasteEcMenuItem: TMenuItem
- Caption = 'Paste'
- OnClick = PasteEcMenuItemClick
- end
- object DeleteEcMenuItem: TMenuItem
- Caption = 'Delete'
- end
- object EcListSeparator2MenuItem: TMenuItem
- Caption = '-'
- end
- object SelectAllEcsMenuItem: TMenuItem
- Caption = 'Select all'
- end
- end
- end
|