File: project_i18n_options.lfm

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (179 lines) | stat: -rw-r--r-- 4,407 bytes parent folder | download | duplicates (2)
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
178
179
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 = 23
    Top = 0
    Width = 438
    Align = alTop
    Caption = 'Enable i18n'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    OnChange = EnableI18NCheckBoxChange
  end
  object I18NGroupBox: TGroupBox
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Side = asrBottom
    Left = 0
    Height = 115
    Top = 29
    Width = 438
    Align = alTop
    AutoSize = True
    BorderSpacing.Top = 6
    BorderSpacing.Bottom = 6
    BorderSpacing.InnerBorder = 4
    Caption = 'i18n Options'
    ClientHeight = 98
    ClientWidth = 436
    TabOrder = 1
    object PoOutDirLabel: TLabel
      Left = 6
      Height = 16
      Top = 6
      Width = 123
      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 = 23
      Top = 67
      Width = 159
      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 = 33
      Top = 28
      Width = 422
      Anchors = [akTop, akLeft, akRight]
      BorderSpacing.Left = 6
      BorderSpacing.Top = 6
      BorderSpacing.Bottom = 6
      ButtonWidth = 25
      MaxLength = 0
      NumGlyphs = 1
      ParentShowHint = False
      PasswordChar = #0
      ShowHint = True
      TabOrder = 0
      Text = 'POOutDirEdit'
      OnButtonClick = POOutDirButtonClick
    end
  end
  object ExcludedGroupBox: TGroupBox
    Left = 0
    Height = 100
    Top = 150
    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 = 83
    ClientWidth = 436
    TabOrder = 2
    object ExcludedIdentifiersPanel: TPanel
      Left = 10
      Height = 73
      Top = 5
      Width = 203
      BevelOuter = bvNone
      Caption = 'ExcludedIdentifiersPanel'
      ClientHeight = 73
      ClientWidth = 203
      TabOrder = 0
      object ExcludedIdentifiersMemo: TMemo
        Left = 0
        Height = 55
        Top = 18
        Width = 203
        Align = alClient
        ScrollBars = ssAutoBoth
        TabOrder = 0
        WordWrap = False
        OnChange = ExcludedIdentifiersMemoChange
      end
      object ExcludedIdentifiersLabel: TLabel
        Left = 0
        Height = 16
        Top = 0
        Width = 203
        Align = alTop
        BorderSpacing.Bottom = 2
        Caption = 'Identifiers:'
        ParentColor = False
      end
    end
    object ExcludedOriginalsPanel: TPanel
      Left = 223
      Height = 73
      Top = 5
      Width = 203
      BevelOuter = bvNone
      Caption = 'ExcludedOriginalsPanel'
      ClientHeight = 73
      ClientWidth = 203
      TabOrder = 1
      object ExcludedOriginalsMemo: TMemo
        Left = 0
        Height = 55
        Top = 18
        Width = 203
        Align = alClient
        ScrollBars = ssAutoBoth
        TabOrder = 0
        WordWrap = False
        OnChange = ExcludedOriginalsMemoChange
      end
      object ExcludedOriginalsLabel: TLabel
        Left = 0
        Height = 16
        Top = 0
        Width = 203
        Align = alTop
        BorderSpacing.Bottom = 2
        Caption = 'Originals:'
        ParentColor = False
      end
    end
  end
  object ForceUpdatePoFilesCheckBox: TCheckBox
    Left = 0
    Height = 23
    Top = 255
    Width = 438
    Align = alBottom
    BorderSpacing.Top = 5
    Caption = 'Update PO files on next compile'
    TabOrder = 3
  end
end