blob: a12fd571b5b84a55366cf82e3ff7f6c0f91bbbc3 (
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
|
object Form1: TForm1
Left = 0
Top = 0
BiDiMode = bdLeftToRight
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Miranda NG Langpack Manager'
ClientHeight = 310
ClientWidth = 679
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
ParentBiDiMode = False
OnCreate = FormCreate
OnKeyDown = enter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 7
Width = 20
Height = 13
Caption = 'File:'
end
object Label2: TLabel
Left = 296
Top = 7
Width = 6
Height = 13
Caption = '1'
end
object Label3: TLabel
Left = 323
Top = 7
Width = 3
Height = 13
end
object ListBox1: TListBox
Left = 480
Top = 33
Width = 193
Height = 275
ItemHeight = 13
TabOrder = 0
OnClick = ListBox1Click
end
object Edit1: TEdit
Left = 37
Top = 4
Width = 156
Height = 21
Enabled = False
TabOrder = 1
end
object Button1: TButton
Left = 215
Top = 0
Width = 75
Height = 25
Caption = 'OPEN'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 480
Top = 2
Width = 193
Height = 25
Caption = 'SAVE AND REFRESH'
TabOrder = 3
OnClick = Button2Click
end
object C: TBitBtn
Left = 0
Top = 283
Width = 27
Height = 25
Hint = 'Copy Original'
Caption = 'C'
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnClick = CClick
end
object X: TBitBtn
Left = 66
Top = 283
Width = 27
Height = 25
Hint = 'Clear Translate'
Caption = 'X'
ParentShowHint = False
ShowHint = True
TabOrder = 5
OnClick = XClick
end
object G: TBitBtn
Left = 33
Top = 283
Width = 27
Height = 25
Hint = 'Google Translator'
Caption = 'G'
ParentShowHint = False
ShowHint = True
TabOrder = 6
OnClick = GClick
end
object Memo1: TMemo
Left = 0
Top = 31
Width = 474
Height = 120
ScrollBars = ssBoth
TabOrder = 7
end
object Memo2: TMemo
Left = 0
Top = 157
Width = 474
Height = 120
ScrollBars = ssBoth
TabOrder = 8
end
object T: TBitBtn
Left = 447
Top = 283
Width = 27
Height = 25
Hint = 'Enable On Top'
Caption = 'T'
ParentShowHint = False
ShowHint = True
TabOrder = 9
OnClick = TClick
end
object OpenDialog1: TOpenDialog
Left = 456
end
end
|