dexed/src/ce_editor.lfm

94 lines
2.0 KiB
Plaintext

inherited CEEditorWidget: TCEEditorWidget
Left = 704
Height = 406
Top = 245
Width = 465
Caption = 'Source editor'
ClientHeight = 406
ClientWidth = 465
inherited Back: TPanel
Height = 406
Width = 465
ClientHeight = 406
ClientWidth = 465
inherited Content: TPanel
Height = 406
Width = 465
ClientHeight = 406
ClientWidth = 465
object editorStatus: TStatusBar[0]
Left = 0
Height = 18
Top = 386
Width = 465
AutoSize = False
BorderSpacing.Bottom = 2
Panels = <
item
Width = 110
end
item
Width = 150
end
item
Width = 200
end>
SimplePanel = False
end
end
end
inherited contextMenu: TPopupMenu
left = 24
top = 16
end
object macRecorder: TSynMacroRecorder[2]
RecordShortCut = 24658
PlaybackShortCut = 24656
left = 80
top = 16
end
object mnuEditor: TPopupMenu[3]
OnPopup = mnuEditorPopup
left = 152
top = 16
object mnuedCopy: TMenuItem
Caption = 'Copy'
OnClick = mnuedCopyClick
end
object mnuedCut: TMenuItem
Caption = 'Cut'
OnClick = mnuedCutClick
end
object mnuedPaste: TMenuItem
Caption = 'Paste'
OnClick = mnuedPasteClick
end
object MenuItem4: TMenuItem
Caption = '-'
end
object mnuedUndo: TMenuItem
Caption = 'Undo'
OnClick = mnuedUndoClick
end
object mnuedRedo: TMenuItem
Caption = 'Redo'
OnClick = mnuedRedoClick
end
object MenuItem7: TMenuItem
Caption = '-'
end
object mnuedJum2Decl: TMenuItem
Caption = 'Jump to declaration'
OnClick = mnuedJum2DeclClick
end
object mnuedCallTip: TMenuItem
Caption = 'show call tips'
OnClick = mnuedCallTipClick
end
object mnuedDdoc: TMenuItem
Caption = 'show ddoc'
OnClick = mnuedDdocClick
end
end
end