blob: 90dba5b17bbd7744e7e3bd11bc47382b3584f821 (
plain)
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
|
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Miranda Langpack Manager'
ClientHeight = 286
ClientWidth = 630
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 192
Top = 16
Width = 37
Height = 13
Caption = 'Strings:'
end
object Label2: TLabel
Left = 192
Top = 35
Width = 60
Height = 13
Caption = 'Untranslate:'
end
object Label3: TLabel
Left = 192
Top = 54
Width = 46
Height = 13
Caption = 'Changes:'
end
object Memo1: TMemo
Left = 168
Top = 88
Width = 449
Height = 80
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
ScrollBars = ssHorizontal
TabOrder = 0
end
object RadioGroup1: TRadioGroup
Left = 360
Top = 9
Width = 257
Height = 73
Caption = 'Available translations'
Columns = 2
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = RadioGroup1Click
end
object ComboBox1: TComboBox
Left = 8
Top = 8
Width = 154
Height = 21
Style = csDropDownList
TabOrder = 2
OnChange = ComboBox1Change
end
object Memo2: TMemo
Left = 168
Top = 176
Width = 449
Height = 80
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
ScrollBars = ssHorizontal
TabOrder = 3
end
object StringGrid1: TStringGrid
Left = 8
Top = 35
Width = 154
Height = 247
ColCount = 1
DefaultColWidth = 150
DefaultRowHeight = 14
FixedCols = 0
RowCount = 1
FixedRows = 0
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 4
OnClick = Click
OnDrawCell = Draw
end
object Button2: TButton
Left = 239
Top = 262
Width = 58
Height = 20
Caption = 'Google'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = Button2Click
end
object Button3: TButton
Left = 559
Top = 262
Width = 58
Height = 20
Caption = 'Save'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = Button3Click
end
object Button1: TButton
Left = 168
Top = 262
Width = 58
Height = 20
Caption = 'Copy'
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 7
OnClick = Button1Click
end
end
|