Converter: Allow sorting some grids.

git-svn-id: trunk@30826 -
This commit is contained in:
juha 2011-05-20 08:35:25 +00:00
parent 0f9154ac72
commit 79fe106543
2 changed files with 4 additions and 1 deletions

View File

@ -729,6 +729,7 @@ object FixLFMDialog: TFixLFMDialog
Align = alTop
AutoFillColumns = True
ColCount = 2
ColumnClickSorts = True
Columns = <
item
Title.Caption = 'Delphi Property'
@ -774,6 +775,7 @@ object FixLFMDialog: TFixLFMDialog
Align = alClient
AutoFillColumns = True
ColCount = 2
ColumnClickSorts = True
Columns = <
item
Title.Caption = 'Delphi Type'

View File

@ -8,7 +8,7 @@ object ReplaceForm: TReplaceForm
ClientWidth = 433
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
LCLVersion = '0.9.31'
object Grid: TStringGrid
Left = 0
Height = 421
@ -17,6 +17,7 @@ object ReplaceForm: TReplaceForm
Align = alClient
AutoFillColumns = True
ColCount = 2
ColumnClickSorts = True
Columns = <
item
Title.Caption = 'Delphi name'