mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 20:29:35 +01:00
IDE: Use the improved FilterEdit feature in many forms
git-svn-id: trunk@37354 -
This commit is contained in:
parent
f209e0ccf2
commit
f21525813a
@ -8,7 +8,7 @@ object EdtTbConfigForm: TEdtTbConfigForm
|
||||
ClientHeight = 437
|
||||
ClientWidth = 651
|
||||
OnCreate = FormCreate
|
||||
LCLVersion = '0.9.31'
|
||||
LCLVersion = '1.1'
|
||||
object lblMenuTree: TLabel
|
||||
Left = 16
|
||||
Height = 15
|
||||
@ -206,6 +206,7 @@ object EdtTbConfigForm: TEdtTbConfigForm
|
||||
Height = 20
|
||||
Top = 31
|
||||
Width = 192
|
||||
UseFormActivate = True
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
BorderSpacing.Top = 6
|
||||
|
||||
@ -157,6 +157,7 @@ object ComponentListForm: TComponentListForm
|
||||
Height = 27
|
||||
Top = 10
|
||||
Width = 169
|
||||
UseFormActivate = True
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
BorderSpacing.Left = 5
|
||||
|
||||
@ -86,6 +86,7 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
|
||||
Top = 8
|
||||
Width = 179
|
||||
OnFilterItem = FilterEditFilterItem
|
||||
UseFormActivate = True
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
|
||||
@ -8,7 +8,7 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
ClientHeight = 474
|
||||
ClientWidth = 425
|
||||
OnShow = ProjectInspectorFormShow
|
||||
LCLVersion = '0.9.31'
|
||||
LCLVersion = '1.1'
|
||||
object ItemsTreeView: TTreeView
|
||||
Left = 0
|
||||
Height = 396
|
||||
@ -104,6 +104,7 @@ object ProjectInspectorForm: TProjectInspectorForm
|
||||
Height = 22
|
||||
Top = 3
|
||||
Width = 311
|
||||
UseFormActivate = True
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
|
||||
@ -7,7 +7,7 @@ object RestrictionBrowserView: TRestrictionBrowserView
|
||||
ClientHeight = 405
|
||||
ClientWidth = 674
|
||||
OnCreate = FormCreate
|
||||
LCLVersion = '0.9.31'
|
||||
LCLVersion = '1.1'
|
||||
object IssueMemo: TMemo
|
||||
Left = 311
|
||||
Height = 405
|
||||
@ -52,12 +52,12 @@ object RestrictionBrowserView: TRestrictionBrowserView
|
||||
Height = 22
|
||||
Top = 41
|
||||
Width = 156
|
||||
UseFormActivate = True
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
BorderSpacing.Left = 6
|
||||
MaxLength = 0
|
||||
TabOrder = 0
|
||||
ExpandAllInitially = False
|
||||
FilteredTreeview = IssueTreeView
|
||||
end
|
||||
end
|
||||
|
||||
@ -52,6 +52,7 @@ object ObjectInspectorDlg: TObjectInspectorDlg
|
||||
Height = 24
|
||||
Top = 2
|
||||
Width = 128
|
||||
UseFormActivate = True
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
BorderSpacing.Left = 5
|
||||
|
||||
@ -13,7 +13,7 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
OnDestroy = InstallPkgSetDialogDestroy
|
||||
OnResize = InstallPkgSetDialogResize
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.31'
|
||||
LCLVersion = '1.1'
|
||||
object InstallPkgGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = NoteLabel
|
||||
@ -62,7 +62,7 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
Width = 268
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
DefaultItemHeight = 15
|
||||
DefaultItemHeight = 16
|
||||
MultiSelect = True
|
||||
ReadOnly = True
|
||||
ShowButtons = False
|
||||
@ -142,6 +142,7 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
Height = 20
|
||||
Top = 7
|
||||
Width = 247
|
||||
UseFormActivate = True
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
|
||||
@ -244,6 +244,7 @@ inherited PackageEditorForm: TPackageEditorForm
|
||||
Height = 24
|
||||
Top = 2
|
||||
Width = 278
|
||||
UseFormActivate = True
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user