IDE: Use the improved FilterEdit feature in many forms

git-svn-id: trunk@37354 -
This commit is contained in:
juha 2012-05-19 18:32:55 +00:00
parent f209e0ccf2
commit f21525813a
8 changed files with 13 additions and 6 deletions

View File

@ -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

View File

@ -157,6 +157,7 @@ object ComponentListForm: TComponentListForm
Height = 27
Top = 10
Width = 169
UseFormActivate = True
ButtonWidth = 23
NumGlyphs = 0
BorderSpacing.Left = 5

View File

@ -86,6 +86,7 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
Top = 8
Width = 179
OnFilterItem = FilterEditFilterItem
UseFormActivate = True
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akTop, akLeft, akRight]

View File

@ -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]

View File

@ -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

View File

@ -52,6 +52,7 @@ object ObjectInspectorDlg: TObjectInspectorDlg
Height = 24
Top = 2
Width = 128
UseFormActivate = True
ButtonWidth = 23
NumGlyphs = 0
BorderSpacing.Left = 5

View File

@ -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]

View File

@ -244,6 +244,7 @@ inherited PackageEditorForm: TPackageEditorForm
Height = 24
Top = 2
Width = 278
UseFormActivate = True
ButtonWidth = 23
NumGlyphs = 0
Anchors = [akTop, akLeft, akRight]