JCF2: improved Transform tab layout to fit longer translation strings

git-svn-id: trunk@24547 -
This commit is contained in:
maxim 2010-04-09 22:40:53 +00:00
parent 4170724ef0
commit 6c54981371

View File

@ -1,11 +1,12 @@
inherited fTransform: TfTransform
object fTransform: TfTransform
Left = 0
Height = 315
Top = 0
Width = 412
ClientHeight = 315
ClientWidth = 412
DesignLeft = 388
DesignTop = 201
object cbBlockEndSemicolons: TCheckBox[0]
LCLVersion = '0.9.29'
object cbBlockEndSemicolons: TCheckBox
Left = 8
Height = 17
Top = 112
@ -13,7 +14,7 @@ inherited fTransform: TfTransform
Caption = 'Put &semicolons after last statement in a block'
TabOrder = 0
end
object rbBeginEnd: TRadioGroup[1]
object rbBeginEnd: TRadioGroup
Left = 8
Height = 93
Top = 4
@ -37,81 +38,95 @@ inherited fTransform: TfTransform
)
TabOrder = 1
end
object bgSortUses: TGroupBox[2]
object bgSortUses: TGroupBox
Left = 8
Height = 171
Height = 174
Top = 139
Width = 218
Width = 166
AutoSize = True
BorderSpacing.InnerBorder = 6
Caption = 'Sort &uses clauses'
ClientHeight = 153
ClientWidth = 214
ClientHeight = 156
ClientWidth = 162
TabOrder = 2
object cbSortInterfaceUses: TCheckBox
Left = 8
Left = 6
Height = 17
Top = 7
Top = 6
Width = 109
BorderSpacing.Around = 6
Caption = 'Sort i&nterface uses'
TabOrder = 0
end
object cbSortImplementationUses: TCheckBox
Left = 8
Left = 6
Height = 17
Top = 30
Top = 29
Width = 138
BorderSpacing.Around = 6
Caption = 'Sort i&mplementation uses'
TabOrder = 1
end
object cbBreakUsesSortOnComment: TCheckBox
Left = 8
Left = 6
Height = 17
Top = 99
Top = 98
Width = 106
BorderSpacing.Around = 6
Caption = 'Break on &comment'
TabOrder = 2
end
object cbBreakUsesSortOnReturn: TCheckBox
Left = 8
Left = 6
Height = 17
Top = 76
Top = 75
Width = 93
BorderSpacing.Around = 6
Caption = 'Break on &return'
TabOrder = 3
end
object cbNoComments: TCheckBox
Left = 8
Left = 6
Height = 17
Top = 122
Top = 121
Width = 129
BorderSpacing.Around = 6
Caption = 'Only with no comments'
TabOrder = 4
end
object cbSortProgramUses: TCheckBox
Left = 8
Left = 6
Height = 17
Top = 53
Top = 52
Width = 106
BorderSpacing.Around = 6
Caption = 'Sort &program uses'
TabOrder = 5
end
end
object rgUsesSortOrder: TRadioGroup[3]
Left = 231
Height = 114
object rgUsesSortOrder: TRadioGroup
AnchorSideLeft.Control = bgSortUses
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = bgSortUses
Left = 180
Height = 116
Top = 139
Width = 172
Width = 128
AutoFill = True
AutoSize = True
BorderSpacing.Left = 6
Caption = 'Uses sort &order'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.VerticalSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 96
ClientWidth = 168
ClientHeight = 98
ClientWidth = 124
Items.Strings = (
'Alphabetic'
'Reverse Alphabetic'