1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
|
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
|