dexed/src/ce_editor.lfm

79 lines
1.8 KiB
Plaintext

inherited CEEditorWidget: TCEEditorWidget
Left = 1324
Height = 406
Top = 92
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
BevelOuter = bvRaised
ClientHeight = 406
ClientWidth = 465
object PageControl: TExtendedNotebook[0]
Left = 3
Height = 375
Top = 3
Width = 459
Align = alClient
BorderSpacing.Around = 2
TabOrder = 0
OnChange = PageControlChange
Options = [nboShowCloseButtons, nboShowAddTabButton]
TabDragMode = dmAutomatic
TabDragAcceptMode = dmAutomatic
end
object editorStatus: TStatusBar[1]
Left = 3
Height = 23
Top = 380
Width = 459
BorderSpacing.Around = 2
Panels = <
item
Width = 110
end
item
Width = 150
end
item
Width = 200
end>
SimplePanel = False
end
end
end
inherited contextMenu: TPopupMenu
left = 32
top = 40
end
object macRecorder: TSynMacroRecorder[2]
RecordShortCut = 24658
PlaybackShortCut = 24656
left = 32
top = 144
end
object completion: TSynCompletion[3]
OnExecute = completionExecute
Position = 0
LinesInWindow = 8
SelectedColor = clHighlight
CaseSensitive = True
Width = 262
ShowSizeDrag = True
ShortCut = 16416
EndOfTokenChr = '()[].!+"''(-*/\$:;?<>'
OnCodeCompletion = completionCodeCompletion
ExecCommandID = ecSynCompletionExecute
left = 32
top = 88
end
end