mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-09 06:52:43 +02:00
178 lines
4.3 KiB
Plaintext
178 lines
4.3 KiB
Plaintext
object ProjectI18NOptionsFrame: TProjectI18NOptionsFrame
|
|
Left = 0
|
|
Height = 278
|
|
Top = 0
|
|
Width = 438
|
|
ClientHeight = 278
|
|
ClientWidth = 438
|
|
TabOrder = 0
|
|
DesignLeft = 467
|
|
DesignTop = 355
|
|
object EnableI18NCheckBox: TCheckBox
|
|
Left = 0
|
|
Height = 19
|
|
Top = 0
|
|
Width = 438
|
|
Align = alTop
|
|
Caption = 'Enable i18n'
|
|
OnChange = EnableI18NCheckBoxChange
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
end
|
|
object I18NGroupBox: TGroupBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 103
|
|
Top = 25
|
|
Width = 438
|
|
Align = alTop
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'i18n Options'
|
|
ClientHeight = 83
|
|
ClientWidth = 434
|
|
TabOrder = 1
|
|
object PoOutDirLabel: TLabel
|
|
Left = 6
|
|
Height = 15
|
|
Top = 6
|
|
Width = 111
|
|
BorderSpacing.Around = 6
|
|
Caption = 'PO Output Directory:'
|
|
ParentColor = False
|
|
end
|
|
object PoForFormsCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = PoOutDirLabel
|
|
AnchorSideTop.Control = POOutDirEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 56
|
|
Width = 136
|
|
Caption = 'PoForFormsCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 1
|
|
end
|
|
object POOutDirEdit: TEditButton
|
|
AnchorSideLeft.Control = I18NGroupBox
|
|
AnchorSideTop.Control = PoOutDirLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 27
|
|
Width = 420
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Bottom = 6
|
|
ButtonWidth = 25
|
|
MaxLength = 0
|
|
NumGlyphs = 1
|
|
OnButtonClick = POOutDirButtonClick
|
|
ParentShowHint = False
|
|
PasswordChar = #0
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
Text = 'POOutDirEdit'
|
|
end
|
|
end
|
|
object ExcludedGroupBox: TGroupBox
|
|
Left = 0
|
|
Height = 120
|
|
Top = 134
|
|
Width = 438
|
|
Align = alClient
|
|
Caption = 'Excluded'
|
|
ChildSizing.LeftRightSpacing = 10
|
|
ChildSizing.TopBottomSpacing = 5
|
|
ChildSizing.HorizontalSpacing = 10
|
|
ChildSizing.EnlargeHorizontal = crsScaleChilds
|
|
ChildSizing.EnlargeVertical = crsScaleChilds
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 100
|
|
ClientWidth = 434
|
|
TabOrder = 2
|
|
object ExcludedIdentifiersPanel: TPanel
|
|
Left = 10
|
|
Height = 90
|
|
Top = 5
|
|
Width = 202
|
|
BevelOuter = bvNone
|
|
Caption = 'ExcludedIdentifiersPanel'
|
|
ClientHeight = 90
|
|
ClientWidth = 202
|
|
TabOrder = 0
|
|
object ExcludedIdentifiersMemo: TMemo
|
|
Left = 0
|
|
Height = 73
|
|
Top = 17
|
|
Width = 202
|
|
Align = alClient
|
|
OnChange = ExcludedIdentifiersMemoChange
|
|
ScrollBars = ssAutoVertical
|
|
TabOrder = 0
|
|
end
|
|
object ExcludedIdentifiersLabel: TLabel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 202
|
|
Align = alTop
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Identifiers:'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object ExcludedOriginalsPanel: TPanel
|
|
Left = 222
|
|
Height = 90
|
|
Top = 5
|
|
Width = 202
|
|
BevelOuter = bvNone
|
|
Caption = 'ExcludedOriginalsPanel'
|
|
ClientHeight = 90
|
|
ClientWidth = 202
|
|
TabOrder = 1
|
|
object ExcludedOriginalsMemo: TMemo
|
|
Left = 0
|
|
Height = 73
|
|
Top = 17
|
|
Width = 202
|
|
Align = alClient
|
|
OnChange = ExcludedOriginalsMemoChange
|
|
ScrollBars = ssAutoVertical
|
|
TabOrder = 0
|
|
end
|
|
object ExcludedOriginalsLabel: TLabel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 202
|
|
Align = alTop
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Originals:'
|
|
ParentColor = False
|
|
end
|
|
end
|
|
end
|
|
object ForceUpdatePoFilesCheckBox: TCheckBox
|
|
Left = 0
|
|
Height = 19
|
|
Top = 259
|
|
Width = 438
|
|
Align = alBottom
|
|
BorderSpacing.Top = 5
|
|
Caption = 'Update PO files on next compile'
|
|
TabOrder = 3
|
|
end
|
|
end
|