mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 00:12:29 +02:00
IDE: message window: set readonly
git-svn-id: trunk@15897 -
This commit is contained in:
parent
6ee5435e15
commit
500ba4a970
@ -1,10 +1,8 @@
|
||||
inherited MessagesView: TMessagesView
|
||||
Left = 15
|
||||
Left = 291
|
||||
Height = 79
|
||||
Top = 635
|
||||
Top = 627
|
||||
Width = 722
|
||||
HorzScrollBar.Page = 721
|
||||
VertScrollBar.Page = 78
|
||||
ActiveControl = MessageTreeView
|
||||
BorderStyle = bsSizeToolWin
|
||||
Caption = 'MessagesView'
|
||||
@ -13,17 +11,19 @@ inherited MessagesView: TMessagesView
|
||||
KeyPreview = True
|
||||
OnDeactivate = FormDeactivate
|
||||
OnKeyDown = MessagesViewKeyDown
|
||||
object MessageTreeView: TTreeView
|
||||
object MessageTreeView: TTreeView[0]
|
||||
Height = 79
|
||||
Width = 722
|
||||
Align = alClient
|
||||
DefaultItemHeight = 15
|
||||
DefaultItemHeight = 19
|
||||
PopupMenu = MainPopupMenu
|
||||
ReadOnly = True
|
||||
ShowRoot = False
|
||||
TabOrder = 0
|
||||
OnExit = MessageViewExit
|
||||
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
|
||||
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoToolTips]
|
||||
end
|
||||
object MainPopupMenu: TPopupMenu
|
||||
object MainPopupMenu: TPopupMenu[1]
|
||||
OnPopup = MainPopupMenuPopup
|
||||
left = 46
|
||||
top = 41
|
||||
|
@ -1,16 +1,16 @@
|
||||
{ This is an automatically generated lazarus resource file }
|
||||
|
||||
LazarusResources.Add('TMessagesView','FORMDATA',[
|
||||
'TPF0'#241#13'TMessagesView'#12'MessagesView'#4'Left'#2#15#6'Height'#2'O'#3'T'
|
||||
+'op'#3'{'#2#5'Width'#3#210#2#18'HorzScrollBar.Page'#3#209#2#18'VertScrollBar'
|
||||
+'.Page'#2'N'#13'ActiveControl'#7#15'MessageTreeView'#11'BorderStyle'#7#13'bs'
|
||||
+'SizeToolWin'#7'Caption'#6#12'MessagesView'#12'ClientHeight'#2'O'#11'ClientW'
|
||||
+'idth'#3#210#2#10'KeyPreview'#9#12'OnDeactivate'#7#14'FormDeactivate'#9'OnKe'
|
||||
+'yDown'#7#19'MessagesViewKeyDown'#0#9'TTreeView'#15'MessageTreeView'#6'Heigh'
|
||||
+'t'#2'O'#5'Width'#3#210#2#5'Align'#7#8'alClient'#17'DefaultItemHeight'#2#15#9
|
||||
+'PopupMenu'#7#13'MainPopupMenu'#8'TabOrder'#2#0#6'OnExit'#7#15'MessageViewEx'
|
||||
+'it'#7'Options'#11#19'tvoAllowMultiselect'#17'tvoAutoItemHeight'#16'tvoHideS'
|
||||
+'election'#21'tvoKeepCollapsedNodes'#14'tvoShowButtons'#12'tvoShowLines'#11
|
||||
+'tvoShowRoot'#11'tvoToolTips'#0#0#0#10'TPopupMenu'#13'MainPopupMenu'#7'OnPop'
|
||||
+'up'#7#18'MainPopupMenuPopup'#4'left'#2'.'#3'top'#2')'#0#0#0
|
||||
'TPF0'#241#13'TMessagesView'#12'MessagesView'#4'Left'#3'#'#1#6'Height'#2'O'#3
|
||||
+'Top'#3's'#2#5'Width'#3#210#2#13'ActiveControl'#7#15'MessageTreeView'#11'Bor'
|
||||
+'derStyle'#7#13'bsSizeToolWin'#7'Caption'#6#12'MessagesView'#12'ClientHeight'
|
||||
+#2'O'#11'ClientWidth'#3#210#2#10'KeyPreview'#9#12'OnDeactivate'#7#14'FormDea'
|
||||
+'ctivate'#9'OnKeyDown'#7#19'MessagesViewKeyDown'#0#242#2#0#9'TTreeView'#15'M'
|
||||
+'essageTreeView'#6'Height'#2'O'#5'Width'#3#210#2#5'Align'#7#8'alClient'#17'D'
|
||||
+'efaultItemHeight'#2#19#9'PopupMenu'#7#13'MainPopupMenu'#8'ReadOnly'#9#8'Sho'
|
||||
+'wRoot'#8#8'TabOrder'#2#0#6'OnExit'#7#15'MessageViewExit'#7'Options'#11#19't'
|
||||
+'voAllowMultiselect'#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCo'
|
||||
+'llapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoToo'
|
||||
+'lTips'#0#0#0#242#2#1#10'TPopupMenu'#13'MainPopupMenu'#7'OnPopup'#7#18'MainP'
|
||||
+'opupMenuPopup'#4'left'#2'.'#3'top'#2')'#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user