object DSFieldsEditorFrm: TDSFieldsEditorFrm Left = 132 Height = 288 Top = 174 Width = 215 HorzScrollBar.Page = 214 VertScrollBar.Page = 287 ActiveControl = FieldsListBox Caption = 'Fields Editor' ClientHeight = 288 ClientWidth = 215 OnClose = FieldsEditorFrmClose OnDestroy = FieldsEditorFrmDestroy Position = poDefaultPosOnly object FieldsListBox: TListBox Height = 288 Width = 215 Align = alClient MultiSelect = True OnClick = ListBox1Click OnKeyDown = FieldsListBoxKeyDown PopupMenu = PopupMenu1 TabOrder = 0 end object PopupMenu1: TPopupMenu left = 8 top = 144 object MenuItem1: TMenuItem Action = AddFieldsActn OnClick = AddFieldsActnExecute end object MenuItem2: TMenuItem Action = DeleteFieldsActn OnClick = DeleteFieldsActnExecute end object MenuItem5: TMenuItem Action = NewActn OnClick = NewActnExecute end object MenuItem3: TMenuItem Action = MoveUpActn OnClick = MoveUpActnExecute end object MenuItem4: TMenuItem Action = MoveDownActn OnClick = MoveDownActnExecute end object MenuItem6: TMenuItem Action = SelectAllActn OnClick = SelectAllActnExecute end object MenuItem7: TMenuItem Action = UnselectAllActn OnClick = UnselectAllActnExecute end end object ActionList1: TActionList left = 40 top = 144 object AddFieldsActn: TAction Category = 'Fields' Caption = '&Add fields' DisableIfNoHandler = True Hint = 'Add fields from FieldDefs' OnExecute = AddFieldsActnExecute ShortCut = 16429 end object DeleteFieldsActn: TAction Category = 'Fields' Caption = '&Delete' DisableIfNoHandler = True Hint = 'Delete selected field(s)' OnExecute = DeleteFieldsActnExecute ShortCut = 46 end object NewActn: TAction Category = 'Fields' Caption = '&New' DisableIfNoHandler = True Hint = 'Create new field and add it at current position' OnExecute = NewActnExecute ShortCut = 45 end object MoveUpActn: TAction Category = 'Fields' Caption = 'Move &Up' DisableIfNoHandler = True OnExecute = MoveUpActnExecute end object MoveDownActn: TAction Category = 'Fields' Caption = 'Move &Down' DisableIfNoHandler = True OnExecute = MoveDownActnExecute end object SelectAllActn: TAction Category = 'Fields' Caption = '&Select all' DisableIfNoHandler = True OnExecute = SelectAllActnExecute ShortCut = 16449 end object UnselectAllActn: TAction Category = 'Fields' Caption = '&Unselect all' DisableIfNoHandler = True OnExecute = UnselectAllActnExecute end end end