-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathfreei18nconverterform.lfm
92 lines (92 loc) · 1.74 KB
/
freei18nconverterform.lfm
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
object Form1: TForm1
Left = 615
Height = 608
Top = 190
Width = 719
Caption = 'Form1'
ClientHeight = 608
ClientWidth = 719
LCLVersion = '3.2.0.0'
object Button1: TButton
Left = 160
Height = 25
Top = 160
Width = 75
Caption = 'Run'
TabOrder = 0
OnClick = Button1Click
end
object Label1: TLabel
Left = 16
Height = 132
Top = 20
Width = 355
AutoSize = False
Caption = 'ATTENTION! this utility will modify all Pascal and locales/FreeShip.<lang>.po files. Please make backup of Pascal files first!'
Font.Color = clRed
ParentFont = False
WordWrap = True
end
object Button2: TButton
Left = 497
Height = 41
Top = 440
Width = 159
Caption = 'Run concat'
TabOrder = 1
OnClick = Button2Click
end
object Edit_RS_Name: TEdit
Left = 150
Height = 36
Top = 340
Width = 506
TabOrder = 2
Text = 'rs_HydroNShIp_AddedMass_Note'
end
object Label2: TLabel
Left = 52
Height = 26
Top = 344
Width = 79
Caption = 'RS Name'
end
object Label3: TLabel
Left = 54
Height = 26
Top = 309
Width = 450
Caption = 'Concat multiple UserStrings to one ResourceString'
end
object Label4: TLabel
Left = 53
Height = 26
Top = 396
Width = 65
Caption = 'Ranges'
end
object Edit_Ranges: TEdit
Left = 152
Height = 36
Top = 395
Width = 504
TabOrder = 3
Text = '1093-1117 1034-1036'
end
object Label5: TLabel
Left = 56
Height = 26
Top = 518
Width = 286
Caption = 'Translate PO GUI items from .INI'
end
object Button3: TButton
Left = 368
Height = 26
Top = 518
Width = 144
Caption = 'Run'
TabOrder = 4
OnClick = Button3Click
end
end