mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 03:49:30 +02:00
IDE: codeexplorer: flat speedbuttons
git-svn-id: trunk@30941 -
This commit is contained in:
parent
22e9d7e9cd
commit
6768f3f5a9
@ -24,13 +24,13 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
OnPageChanged = MainNotebookPageChanged
|
OnPageChanged = MainNotebookPageChanged
|
||||||
object CodePage: TTabSheet
|
object CodePage: TTabSheet
|
||||||
Caption = 'CodePage'
|
Caption = 'CodePage'
|
||||||
ClientHeight = 488
|
ClientHeight = 482
|
||||||
ClientWidth = 218
|
ClientWidth = 216
|
||||||
object CodeTreeview: TTreeView
|
object CodeTreeview: TTreeView
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 460
|
Height = 454
|
||||||
Top = 28
|
Top = 28
|
||||||
Width = 218
|
Width = 216
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Top = 1
|
BorderSpacing.Top = 1
|
||||||
DefaultItemHeight = 19
|
DefaultItemHeight = 19
|
||||||
@ -49,12 +49,12 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
Left = 0
|
Left = 0
|
||||||
Height = 27
|
Height = 27
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 218
|
Width = 216
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 27
|
ClientHeight = 27
|
||||||
ClientWidth = 218
|
ClientWidth = 216
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object CodeFilterEdit: TEdit
|
object CodeFilterEdit: TEdit
|
||||||
AnchorSideLeft.Control = CodeTreeviewButtonPanel
|
AnchorSideLeft.Control = CodeTreeviewButtonPanel
|
||||||
@ -63,7 +63,7 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
Left = 0
|
Left = 0
|
||||||
Height = 27
|
Height = 27
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 149
|
Width = 147
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
OnChange = CodeFilterEditChange
|
OnChange = CodeFilterEditChange
|
||||||
OnExit = CodeFilterEditExit
|
OnExit = CodeFilterEditExit
|
||||||
@ -74,12 +74,13 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideRight.Control = CodeModeSpeedButton
|
AnchorSideRight.Control = CodeModeSpeedButton
|
||||||
AnchorSideBottom.Control = CodeFilterEdit
|
AnchorSideBottom.Control = CodeFilterEdit
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 149
|
Left = 147
|
||||||
Height = 26
|
Height = 26
|
||||||
Hint = 'Refresh CodeExplorer'
|
Hint = 'Refresh CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
|
Flat = True
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = CodeRefreshSpeedButtonClick
|
OnClick = CodeRefreshSpeedButtonClick
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -89,11 +90,12 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideRight.Control = CodeOptionsSpeedButton
|
AnchorSideRight.Control = CodeOptionsSpeedButton
|
||||||
AnchorSideBottom.Control = CodeRefreshSpeedButton
|
AnchorSideBottom.Control = CodeRefreshSpeedButton
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 172
|
Left = 170
|
||||||
Height = 26
|
Height = 26
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
|
Flat = True
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = CodeModeSpeedButtonClick
|
OnClick = CodeModeSpeedButtonClick
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -104,12 +106,13 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = CodeRefreshSpeedButton
|
AnchorSideBottom.Control = CodeRefreshSpeedButton
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 195
|
Left = 193
|
||||||
Height = 26
|
Height = 26
|
||||||
Hint = 'Options for CodeExplorer'
|
Hint = 'Options for CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
|
Flat = True
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = CodeOptionsSpeedButtonClick
|
OnClick = CodeOptionsSpeedButtonClick
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -119,25 +122,25 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
end
|
end
|
||||||
object DirectivesPage: TTabSheet
|
object DirectivesPage: TTabSheet
|
||||||
Caption = 'DirectivesPage'
|
Caption = 'DirectivesPage'
|
||||||
ClientHeight = 488
|
ClientHeight = 482
|
||||||
ClientWidth = 218
|
ClientWidth = 216
|
||||||
object DirTreeviewButtonPanel: TPanel
|
object DirTreeviewButtonPanel: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 27
|
Height = 27
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 218
|
Width = 216
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 27
|
ClientHeight = 27
|
||||||
ClientWidth = 218
|
ClientWidth = 216
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object DirectivesFilterEdit: TEdit
|
object DirectivesFilterEdit: TEdit
|
||||||
AnchorSideRight.Control = DirRefreshSpeedButton
|
AnchorSideRight.Control = DirRefreshSpeedButton
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 27
|
Height = 27
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 172
|
Width = 170
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
OnChange = DirectivesFilterEditChange
|
OnChange = DirectivesFilterEditChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -147,12 +150,13 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideRight.Control = DirOptionsSpeedButton
|
AnchorSideRight.Control = DirOptionsSpeedButton
|
||||||
AnchorSideBottom.Control = DirectivesFilterEdit
|
AnchorSideBottom.Control = DirectivesFilterEdit
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 172
|
Left = 170
|
||||||
Height = 26
|
Height = 26
|
||||||
Hint = 'Refresh CodeExplorer'
|
Hint = 'Refresh CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
|
Flat = True
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = CodeRefreshSpeedButtonClick
|
OnClick = CodeRefreshSpeedButtonClick
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -163,12 +167,13 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = DirRefreshSpeedButton
|
AnchorSideBottom.Control = DirRefreshSpeedButton
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 195
|
Left = 193
|
||||||
Height = 26
|
Height = 26
|
||||||
Hint = 'Options for CodeExplorer'
|
Hint = 'Options for CodeExplorer'
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 23
|
Width = 23
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
|
Flat = True
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = CodeOptionsSpeedButtonClick
|
OnClick = CodeOptionsSpeedButtonClick
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -179,9 +184,9 @@ object CodeExplorerView: TCodeExplorerView
|
|||||||
AnchorSideTop.Control = DirTreeviewButtonPanel
|
AnchorSideTop.Control = DirTreeviewButtonPanel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 460
|
Height = 454
|
||||||
Top = 28
|
Top = 28
|
||||||
Width = 218
|
Width = 216
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Top = 1
|
BorderSpacing.Top = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user