lazarus/packager/frames/package_i18n_options.lfm

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 = 100
Top = 30
Width = 551
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'i18n Options'
ClientHeight = 81
ClientWidth = 547
TabOrder = 1
object PoOutDirLabel: TLabel
AnchorSideLeft.Control = I18NGroupBox
AnchorSideTop.Control = I18NGroupBox
Left = 6
Height = 17
Top = 6
Width = 141
BorderSpacing.Around = 6
Caption = 'PO Output Directory:'
ParentColor = False
end
object PoForFormsCheckBox: TCheckBox
AnchorSideLeft.Control = PoOutDirLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 57
Width = 176
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 = 27
Top = 29
Width = 536
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
ButtonWidth = 50
MaxLength = 0
NumGlyphs = 1
OnButtonClick = POOutDirButtonClick
PasswordChar = #0
TabOrder = 0
end
end
object EnableI18NCheckBox: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 24
Top = 0
Width = 102
Caption = 'Enable i18n'
OnChange = EnableI18NCheckBoxChange
TabOrder = 0
end
end