mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-25 13:48:19 +02:00
82 lines
2.0 KiB
Plaintext
82 lines
2.0 KiB
Plaintext
object PackageI18NOptionsFrame: TPackageI18NOptionsFrame
|
|
Left = 0
|
|
Height = 322
|
|
Top = 0
|
|
Width = 551
|
|
ClientHeight = 322
|
|
ClientWidth = 551
|
|
TabOrder = 0
|
|
DesignLeft = 452
|
|
DesignTop = 255
|
|
object I18NGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = EnableI18NCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 96
|
|
Top = 25
|
|
Width = 551
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoSize = True
|
|
BorderSpacing.Top = 6
|
|
Caption = 'i18n Options'
|
|
ClientHeight = 76
|
|
ClientWidth = 547
|
|
TabOrder = 1
|
|
object PoOutDirLabel: TLabel
|
|
AnchorSideLeft.Control = I18NGroupBox
|
|
AnchorSideTop.Control = I18NGroupBox
|
|
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.Side = asrBottom
|
|
Left = 6
|
|
Height = 19
|
|
Top = 57
|
|
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 = 536
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Around = 6
|
|
ButtonWidth = 25
|
|
MaxLength = 0
|
|
NumGlyphs = 1
|
|
OnButtonClick = POOutDirButtonClick
|
|
PasswordChar = #0
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object EnableI18NCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 0
|
|
Height = 19
|
|
Top = 0
|
|
Width = 80
|
|
Caption = 'Enable i18n'
|
|
OnChange = EnableI18NCheckBoxChange
|
|
TabOrder = 0
|
|
end
|
|
end
|