-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFrameAboutMe.dfm
More file actions
339 lines (339 loc) · 8.34 KB
/
FrameAboutMe.dfm
File metadata and controls
339 lines (339 loc) · 8.34 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
object FrameAboutMe: TFrameAboutMe
Left = 0
Top = 0
Width = 600
Height = 320
TabOrder = 0
object pcAboutMe: TPageControl
Left = 0
Top = 0
Width = 600
Height = 320
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
ActivePage = tsWechat
Align = alClient
TabOrder = 0
object tsWechat: TTabSheet
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #24494#20449#25171#36175
object lblWechatTip: TLabel
Left = 152
Top = 16
Width = 65
Height = 15
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #24494#20449#25910#27454#30721
end
object lblWechatAddress: TLabel
Left = 152
Top = 40
Width = 72
Height = 13
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #24494#20449#25910#27454#22320#22336
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object imgWechat: TImage
Left = 20
Top = 6
Width = 120
Height = 120
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Center = True
Proportional = True
Stretch = True
end
end
object tsAlipay: TTabSheet
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #25903#20184#23453#25171#36175
ImageIndex = 1
object lblAlipayTip: TLabel
Left = 152
Top = 16
Width = 78
Height = 15
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #25903#20184#23453#25910#27454#30721
end
object lblAlipayAddress: TLabel
Left = 152
Top = 40
Width = 84
Height = 13
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #25903#20184#23453#25910#27454#22320#22336
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object imgAlipay: TImage
Left = 16
Top = 16
Width = 120
Height = 120
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Center = True
Proportional = True
Stretch = True
end
end
object tsBTC: TTabSheet
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = 'BTC'#25171#36175
ImageIndex = 2
object lblBTCTip: TLabel
Left = 152
Top = 16
Width = 71
Height = 15
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = 'BTC'#25171#36175#22320#22336
end
object lblBTCAddress: TLabel
Left = 152
Top = 40
Width = 222
Height = 13
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = 'bc1qze0ggsrdtjqwjpjfufydsuyjxc08tgcq5xkct3'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object imgBTC: TImage
Left = 16
Top = 16
Width = 120
Height = 120
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Center = True
Proportional = True
Stretch = True
end
object btnCopyBTC: TButton
Left = 152
Top = 64
Width = 75
Height = 25
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #22797#21046#22320#22336
TabOrder = 0
OnClick = btnCopyBTCClick
end
end
object tsUSDT: TTabSheet
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = 'USDT'#25171#36175
ImageIndex = 3
object lblUSDTTip: TLabel
Left = 152
Top = 16
Width = 118
Height = 15
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = 'USDT'#25171#36175#22320#22336'(TRON)'
end
object lblUSDTAddress: TLabel
Left = 152
Top = 40
Width = 201
Height = 13
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = 'TH1NazpoEpUqcEotGzLPHs13SbLDJKKCys'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object imgUSDT: TImage
Left = 16
Top = 16
Width = 120
Height = 120
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Center = True
Proportional = True
Stretch = True
end
object btnCopyUSDT: TButton
Left = 152
Top = 64
Width = 75
Height = 25
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #22797#21046#22320#22336
TabOrder = 0
OnClick = btnCopyUSDTClick
end
end
object tsAboutMe: TTabSheet
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #20851#20110#25105
ImageIndex = 4
object lblAboutMeTip: TLabel
Left = 152
Top = 16
Width = 151
Height = 91
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption =
'TwoKeyRun - '#21452#38190#24555#36895#21551#21160#24037#20855#13#10#24320#21457#32773': '#22909#35760#24518#31185#29702#24037#20316#23460#13#10#24863#35874#25903#25345': www.goodmem.cn'#13#10#24863#35874#25903#25345':' +
' www.goodmem.cn'#13#10#24863#35874#25903#25345': www.goodmem.cn'#13#10#24863#35874#25903#25345': www.goodmem.cn'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
WordWrap = True
end
object lblMachineCode: TLabel
Left = 152
Top = 90
Width = 48
Height = 13
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #26426#22120#30721#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object lblMachineCodeValue: TLabel
Left = 206
Top = 90
Width = 60
Height = 13
Cursor = crHandPoint
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Caption = #27491#22312#29983#25104'...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
OnClick = lblMachineCodeValueClick
end
object imgAboutMe: TImage
Left = 16
Top = 16
Width = 120
Height = 120
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Center = True
Proportional = True
Stretch = True
end
end
end
object FDConnection1: TFDConnection
Params.Strings = (
'DriverID=SQLite')
Connected = False
LoginPrompt = False
Left = 272
Top = 115
end
object FDPhysSQLiteDriverLink1: TFDPhysSQLiteDriverLink
Left = 368
Top = 115
end
object FDTable1: TFDTable
Active = False
IndexFieldNames = 'id'
Connection = FDConnection1
ResourceOptions.AssignedValues = [rvEscapeExpand]
TableName = 'images'
Left = 264
Top = 219
end
end