blob: e108d9c03dac509f7133496792956b1f73a5d3e9 (
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
|
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
Caption = 'Miranda NG Langpack Manager'
ClientHeight = 219
ClientWidth = 684
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnKeyDown = enter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 20
Height = 13
Caption = 'File:'
end
object Label2: TLabel
Left = 455
Top = 8
Width = 6
Height = 13
Caption = '1'
end
object Label3: TLabel
Left = 8
Top = 188
Width = 3
Height = 13
end
object ListBox1: TListBox
Left = 488
Top = 3
Width = 193
Height = 214
ItemHeight = 13
TabOrder = 0
OnClick = ListBox1Click
end
object Edit1: TEdit
Left = 45
Top = 5
Width = 316
Height = 21
Enabled = False
TabOrder = 1
end
object Button1: TButton
Left = 374
Top = 3
Width = 75
Height = 25
Caption = 'OPEN'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 336
Top = 176
Width = 146
Height = 25
Caption = 'SAVE AND REFRESH'
TabOrder = 3
OnClick = Button2Click
end
object C: TBitBtn
Left = 455
Top = 56
Width = 27
Height = 25
Caption = 'C'
TabOrder = 4
OnClick = CClick
end
object X: TBitBtn
Left = 455
Top = 145
Width = 27
Height = 25
Caption = 'X'
TabOrder = 5
OnClick = XClick
end
object Edit2: TEdit
Left = 8
Top = 58
Width = 441
Height = 21
TabOrder = 6
end
object Edit3: TEdit
Left = 8
Top = 111
Width = 441
Height = 21
TabOrder = 7
OnEnter = FormCreate
end
object Button3: TButton
Left = 240
Top = 176
Width = 75
Height = 25
Caption = 'DUPES ON'
TabOrder = 8
OnClick = Button3Click
end
object B: TBitBtn
Left = 455
Top = 85
Width = 27
Height = 25
Caption = 'B'
TabOrder = 9
OnClick = BClick
end
object G: TBitBtn
Left = 455
Top = 114
Width = 27
Height = 25
Caption = 'G'
TabOrder = 10
end
object OpenDialog1: TOpenDialog
Left = 192
Top = 176
end
end
|