mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 03:29:12 +02:00
Converter: Allow sorting some grids.
git-svn-id: trunk@30826 -
This commit is contained in:
parent
0f9154ac72
commit
79fe106543
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user