-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnitTranslationManager.dfm
More file actions
489 lines (489 loc) · 10.5 KB
/
UnitTranslationManager.dfm
File metadata and controls
489 lines (489 loc) · 10.5 KB
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
object fmTranslationManager: TfmTranslationManager
Left = 230
Top = 140
Caption = 'Translation Manager'
ClientHeight = 817
ClientWidth = 993
Color = clBtnFace
Constraints.MinHeight = 600
Constraints.MinWidth = 800
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnResize = FormResize
DesignSize = (
993
817)
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 0
Width = 22
Height = 16
Caption = 'Libx'
end
object Label2: TLabel
Left = 336
Top = 0
Width = 61
Height = 16
Caption = 'Languages'
Transparent = True
end
object Label3: TLabel
Left = 336
Top = 320
Width = 60
Height = 16
Caption = 'Text filter:'
end
object Label4: TLabel
Left = 336
Top = 240
Width = 211
Height = 16
Caption = 'Tag name filter (*TAG, TAG, TAG*):'
end
object Label5: TLabel
Left = 8
Top = 248
Width = 28
Height = 16
Caption = 'Tags'
end
object lbTagName: TLabel
Left = 568
Top = 0
Width = 87
Height = 16
Caption = 'TX_TAG_NAME'
end
object Label6: TLabel
Left = 336
Top = 376
Width = 28
Height = 16
Caption = 'Tags'
end
object Label7: TLabel
Left = 336
Top = 528
Width = 66
Height = 16
Caption = 'Current libx'
end
object Label8: TLabel
Left = 336
Top = 624
Width = 37
Height = 16
Caption = 'All libx'
end
object Label9: TLabel
Left = 336
Top = 280
Width = 150
Height = 16
Caption = 'Tag ID filter (1,2,3, 8-15):'
end
object btnCompactIndexes: TBitBtn
Left = 336
Top = 472
Width = 225
Height = 25
Caption = 'Compact indexes'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = btnCompactIndexesClick
end
object btnCopy: TBitBtn
Left = 568
Top = 784
Width = 121
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Copy all strings'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btnCopyClick
end
object btnCopyToClipboard: TBitBtn
Left = 336
Top = 544
Width = 225
Height = 25
Caption = 'Copy to clipboard'
TabOrder = 2
OnClick = btnCopyToCBClick
end
object btnCopyToClipboardAll: TBitBtn
Left = 336
Top = 640
Width = 225
Height = 25
Caption = 'Copy ALL to clipboard'
TabOrder = 3
OnClick = btnCopyToClipboardAllClick
end
object btnEraseAllButEng: TBitBtn
Left = 824
Top = 784
Width = 161
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Erase all but English'
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = btnEraseAllButEngClick
end
object btnPaste: TBitBtn
Left = 696
Top = 784
Width = 121
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Paste all strings'
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 12
OnClick = btnPasteClick
end
object btnPasteFromClipboard: TBitBtn
Left = 336
Top = 568
Width = 225
Height = 25
Caption = 'Paste from clipboard'
TabOrder = 13
OnClick = btnPasteFromCBClick
end
object btnPasteFromClipboardAll: TBitBtn
Left = 336
Top = 664
Width = 225
Height = 25
Caption = 'Paste ALL from clipboard'
TabOrder = 14
OnClick = btnPasteFromClipboardAllClick
end
object btnSave: TBitBtn
Left = 336
Top = 728
Width = 225
Height = 33
Caption = 'Save (Ctrl + S)'
TabOrder = 16
OnClick = btnSaveClick
end
object cbFilterDuplicateTexts: TCheckBox
Left = 336
Top = 200
Width = 145
Height = 17
Caption = 'Filter repeating texts'
TabOrder = 19
OnClick = cbFilterEmptyTextsClick
end
object cbFilterEmptyTexts: TCheckBox
Left = 336
Top = 168
Width = 137
Height = 17
Caption = 'Filter empty texts'
TabOrder = 20
OnClick = cbFilterEmptyTextsClick
end
object cbFilterMismatching: TCheckBox
Left = 336
Top = 216
Width = 161
Height = 17
Caption = 'Filter mismatching texts'
TabOrder = 21
OnClick = cbFilterEmptyTextsClick
end
object clbShowLang: TCheckListBox
Left = 336
Top = 16
Width = 225
Height = 145
OnClickCheck = clbShowLangClickCheck
AutoComplete = False
Columns = 4
TabOrder = 22
end
object edFilterText: TEdit
Left = 336
Top = 336
Width = 225
Height = 24
TabOrder = 23
OnChange = edFilterTextChange
end
object edFilterTagName: TEdit
Left = 336
Top = 256
Width = 225
Height = 24
TabOrder = 24
OnChange = edFilterTextChange
end
object lbLibs: TListBox
Left = 8
Top = 80
Width = 321
Height = 161
TabOrder = 25
OnClick = lbLibsClick
end
object lbTags: TListBox
Left = 8
Top = 264
Width = 321
Height = 547
Anchors = [akLeft, akTop, akBottom]
TabOrder = 26
OnClick = lbTagsClick
OnKeyPress = lbTagsKeyPress
end
object ScrollBox1: TScrollBox
Left = 568
Top = 16
Width = 417
Height = 761
HorzScrollBar.Visible = False
VertScrollBar.Smooth = True
VertScrollBar.Tracking = True
Anchors = [akLeft, akTop, akRight, akBottom]
BevelEdges = []
BevelInner = bvNone
BevelOuter = bvNone
TabOrder = 27
end
object btnInsert: TBitBtn
Left = 336
Top = 392
Width = 113
Height = 25
Caption = 'Insert New'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = btnInsertClick
end
object btnInsertSeparator: TBitBtn
Left = 448
Top = 392
Width = 113
Height = 25
Caption = 'Insert Separator'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 7
OnClick = btnInsertSeparatorClick
end
object btnRename: TBitBtn
Left = 336
Top = 416
Width = 113
Height = 25
Caption = 'Rename'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 15
OnClick = btnRenameClick
end
object btnDelete: TBitBtn
Left = 448
Top = 416
Width = 113
Height = 25
Caption = 'Delete'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = btnDeleteClick
end
object btnMoveUp: TBitBtn
Left = 336
Top = 440
Width = 113
Height = 25
Caption = 'Move Up'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 11
OnClick = btnMoveUpClick
end
object btnMoveDown: TBitBtn
Left = 448
Top = 440
Width = 113
Height = 25
Caption = 'Move Down'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 10
OnClick = btnMoveDownClick
end
object btnSortByIndex: TBitBtn
Left = 336
Top = 496
Width = 113
Height = 25
Caption = 'Sort by index'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 17
OnClick = btnSortByIndexClick
end
object btnSortByTag: TBitBtn
Left = 448
Top = 496
Width = 113
Height = 25
Caption = 'Sort by tag'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 18
OnClick = btnSortByTagClick
end
object btnListUnusedTags: TBitBtn
Left = 336
Top = 592
Width = 225
Height = 25
Caption = 'List unused tags'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 9
OnClick = btnListUnusedTagsClick
end
object btnListMismatching: TBitBtn
Left = 336
Top = 688
Width = 225
Height = 25
Caption = 'List mismatching lines'
TabOrder = 8
OnClick = btnListMismatchingClick
end
object cbLibxDomains: TCheckListBox
Left = 8
Top = 16
Width = 321
Height = 57
OnClickCheck = clbShowLangClickCheck
AutoComplete = False
Columns = 3
TabOrder = 28
OnClick = cbLibxDomainsClick
end
object edFilterTagId: TEdit
Left = 336
Top = 296
Width = 225
Height = 24
TabOrder = 29
OnChange = edFilterTextChange
end
object btnSaveToZip: TBitBtn
Left = 336
Top = 760
Width = 225
Height = 25
Caption = 'Save selected languages to ZIP'
TabOrder = 30
OnClick = btnSaveToZipClick
end
object btnSaveAllToZip: TBitBtn
Left = 336
Top = 784
Width = 225
Height = 25
Caption = 'Save ALL to ZIP'
TabOrder = 31
OnClick = btnSaveAllToZipClick
end
object cbFilterNonEmptyTexts: TCheckBox
Left = 336
Top = 184
Width = 145
Height = 17
Caption = 'Filter non-empty texts'
TabOrder = 32
OnClick = cbFilterEmptyTextsClick
end
object sdExportZIP: TSaveDialog
DefaultExt = 'zip'
Filter = 'ZIP file|*.zip'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 344
Top = 24
end
end