-
Notifications
You must be signed in to change notification settings - Fork 0
/
QKmessagebox.h
444 lines (437 loc) · 31.2 KB
/
QKmessagebox.h
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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
#ifndef ZMESSAGEBOX_H
#define ZMESSAGEBOX_H
#include <QWidget>
#include <QDialog>
#include <QPainter>
#include <QPen>
#include <QBrush>
#include <QColor>
#include <QPoint>
#include <QMouseEvent>
#include <QFont>
#include <QRect>
#include <QTextEdit>
#include <QPushButton>
#include <QCheckBox>
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QDebug>
#include <QLabel>
static const uchar shadoowimg[] =
{
0x89,
0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
0x0,0x1,0x4a,0x0,0x0,0x0,0xa0,0x8,0x6,0x0,0x0,0x0,0x6a,0x81,0x25,0x55,
0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x14,
0xd1,0x49,0x44,0x41,0x54,0x78,0x1,0xed,0x9d,0x4b,0x8e,0x14,0xc9,0x96,0x40,0xc3,
0x23,0xf9,0x83,0xf8,0xa8,0x40,0x48,0x48,0x4c,0x99,0xb0,0x9,0x96,0xf0,0x36,0xd1,
0x52,0x4d,0x7b,0x3,0x20,0x6a,0xd8,0x83,0x7e,0xb,0xe8,0x4d,0xbc,0x25,0xb0,0x9,
0x26,0x4c,0x91,0x90,0x10,0x20,0xa0,0xc4,0x1f,0x32,0xa2,0xef,0xb9,0xc4,0x8d,0xe7,
0x11,0xe9,0x49,0x46,0x61,0xc,0xa2,0x9e,0x1d,0x97,0x1c,0x33,0x37,0x37,0x33,0x37,
0x3b,0x2e,0x9d,0xba,0xe6,0xee,0x91,0x35,0xcc,0x7e,0x62,0x5b,0x2e,0x97,0xc3,0x2e,
0xcd,0x1e,0x3e,0x7c,0xb8,0x53,0xbd,0x5d,0xfa,0xb2,0x8e,0x4,0x24,0x20,0x81,0x5d,
0x8,0x3c,0x78,0xf0,0x60,0xb9,0x4b,0xbd,0x61,0x18,0x76,0xaa,0x47,0x5f,0x3b,0x89,
0x6c,0x4a,0x8c,0xbb,0x48,0xf0,0xf1,0xe3,0xc7,0x3b,0xf5,0xbf,0xcb,0xa4,0xac,0x23,
0x1,0x9,0x48,0x60,0x17,0x2,0x77,0xef,0xde,0x3d,0x51,0x80,0x53,0x32,0xfd,0x91,
0x38,0x8f,0x15,0xd9,0xae,0x72,0x9c,0x92,0xe1,0x8b,0x17,0x2f,0x36,0xfa,0xbd,0x77,
0xef,0xde,0x2e,0xf3,0xb3,0x8e,0x4,0x24,0x20,0x81,0x9f,0x26,0xf0,0xe8,0xd1,0xa3,
0x8d,0xb6,0x37,0x6e,0xdc,0x38,0x22,0xcc,0x29,0x89,0xee,0x22,0xcd,0xd,0xa1,0xd5,
0x55,0xb6,0x25,0xb9,0x1d,0x3d,0x8e,0xe5,0x58,0x52,0x2c,0x19,0x3e,0x7b,0xf6,0x6c,
0xa3,0xcf,0xd7,0xaf,0x5f,0x6f,0x1c,0xd7,0x35,0x4c,0x25,0x20,0x1,0x9,0xfc,0x6a,
0x2,0xd7,0xae,0x5d,0xdb,0x90,0xe3,0xad,0x5b,0xb7,0xf2,0xb8,0x24,0x3a,0x96,0xe7,
0xb6,0x34,0xb7,0x85,0x39,0x8e,0x30,0x8f,0x48,0x6c,0x2c,0xc9,0x93,0x4,0x89,0x1c,
0x4b,0x8c,0x63,0x21,0xbe,0x7b,0xf7,0x2e,0xfb,0xbd,0x79,0xf3,0xe6,0x91,0xfe,0xdf,
0xbf,0x7f,0x7f,0xa4,0xec,0x57,0xc3,0xb2,0x3f,0x9,0x48,0xa0,0xf,0x2,0x17,0x2f,
0x5e,0xdc,0x10,0x23,0xb3,0x7e,0xfe,0xfc,0x79,0x96,0x5d,0xba,0x74,0x69,0x7d,0xae,
0x4,0x8a,0x38,0x91,0xe6,0xae,0xc2,0x2c,0x59,0x1e,0x91,0x56,0x89,0x72,0x2c,0xc9,
0xed,0x8,0xb2,0x4,0x59,0x72,0x1c,0x8b,0xb1,0x44,0xf8,0xe9,0xd3,0xa7,0x75,0xdf,
0x9f,0x3f,0x7f,0xce,0x7c,0x88,0x73,0x7d,0xf7,0xc6,0xe7,0xd7,0x85,0x66,0x24,0x20,
0x1,0x9,0xec,0x40,0xe0,0xdc,0xb9,0x73,0x6b,0x9,0x86,0x18,0xb3,0xc5,0xd9,0xb3,
0x67,0xd7,0x65,0x75,0x1e,0x91,0x6e,0x8b,0x13,0x69,0x9e,0x24,0xcc,0x8a,0x2e,0x27,
0x45,0xf9,0x23,0x49,0xb2,0xc4,0x9e,0x12,0x24,0x51,0x23,0x72,0x2c,0xf1,0x5d,0xbd,
0x7a,0x75,0x9d,0x47,0x90,0x5f,0xbf,0x7e,0x4d,0x49,0x86,0xdd,0xd7,0xe2,0x64,0x56,
0x55,0xbe,0x3,0x13,0xab,0x48,0x40,0x2,0x12,0xd8,0x20,0x70,0xfa,0xf4,0xe9,0xb5,
0x14,0x39,0x11,0xc1,0x5a,0x1e,0x53,0x5e,0xc2,0x44,0x96,0x6f,0xde,0xbc,0xc9,0x72,
0xf2,0x25,0xcd,0x8a,0x34,0xa7,0x84,0x39,0x5e,0x8e,0x8f,0x65,0x79,0x6a,0xe3,0xea,
0x5b,0x7,0x15,0x49,0x6e,0x4b,0x92,0x8,0x72,0xb5,0xac,0x1e,0x5e,0xbd,0x7a,0x35,
0x20,0xc7,0x68,0x3a,0x20,0xc6,0x97,0x2f,0x5f,0xe,0x48,0x11,0x11,0x1e,0x1e,0x1e,
0xe,0xf3,0xf9,0x7c,0xf6,0xed,0xdb,0xb7,0x94,0x64,0xa5,0x5c,0x26,0x4c,0xbd,0x2e,
0xdf,0xba,0xac,0x87,0x12,0x90,0x80,0x4,0x8e,0x25,0x70,0xea,0xd4,0xa9,0x65,0xb8,
0x64,0x7d,0x9e,0xe3,0xc5,0x62,0x31,0x23,0xd,0xe7,0x10,0x84,0x2d,0x11,0x66,0xb8,
0x28,0x53,0xc4,0x89,0x28,0xc3,0x55,0x4b,0x24,0x59,0xc2,0xac,0xe,0x22,0x0,0x64,
0x39,0x3e,0xb0,0x1c,0xc7,0x79,0x63,0x59,0x56,0x9d,0x75,0x94,0xb7,0x1d,0x4d,0x8e,
0x25,0x79,0xe7,0xce,0x9d,0xac,0xc7,0x52,0x3b,0x2e,0x32,0xaf,0x8,0xb2,0xa2,0xc7,
0x10,0xe7,0x1c,0x39,0x7e,0xf8,0xf0,0x61,0x8e,0xc,0x2f,0x5c,0xb8,0x30,0x90,0x96,
0x18,0x63,0x90,0x29,0xcd,0xba,0x68,0x95,0xd7,0xb1,0xa9,0x4,0x24,0x20,0x81,0xbf,
0x4a,0x0,0x31,0x56,0x9b,0x83,0x83,0x83,0x65,0xac,0x6a,0xf3,0x98,0x72,0xf6,0xf0,
0x51,0xa6,0xe1,0xa3,0x5,0x11,0x67,0x38,0x6a,0x51,0x51,0x66,0x45,0x98,0xe1,0xb2,
0x45,0x3d,0xbf,0x7c,0xf2,0xe4,0xc9,0xb2,0x9e,0x5d,0x96,0x2c,0x2b,0xaa,0xfc,0x61,
0x44,0x49,0x24,0x59,0x92,0x7c,0xfa,0xf4,0xe9,0x7c,0xbc,0xcc,0x8e,0xb,0xcd,0xc3,
0xd8,0x29,0xc8,0x88,0x1a,0x11,0x24,0x9,0x11,0x24,0x52,0x9c,0x13,0x4d,0x9e,0x3f,
0x7f,0x3e,0x65,0x59,0xd1,0x25,0x93,0x3a,0x73,0xe6,0xcc,0x10,0xb6,0x9f,0xc5,0x7f,
0x1,0xd6,0x92,0xae,0xc9,0x9a,0x4a,0x40,0x2,0x12,0xd8,0x85,0x40,0x78,0x26,0xa5,
0xf8,0xe5,0xcb,0x97,0x4c,0xc3,0x27,0x19,0x3d,0x22,0x48,0x84,0xc9,0xb3,0xc5,0xa8,
0xb3,0xa0,0xde,0xca,0x4d,0x8b,0xe8,0x97,0x15,0x6f,0xa,0x33,0xea,0x70,0x3c,0x23,
0xf0,0xb,0xb7,0x2d,0x6f,0xdf,0xbe,0xbd,0xc0,0x75,0x21,0xcb,0x8d,0x17,0x3d,0x35,
0x96,0xb5,0xac,0x88,0x28,0xeb,0x5,0x4e,0x45,0x93,0x61,0xd5,0x81,0xb7,0xda,0xe3,
0x48,0xf2,0xed,0xdb,0xb7,0xf3,0x2b,0x57,0xae,0xd0,0xee,0x80,0x8,0x92,0xe8,0x31,
0x2e,0x3a,0x8f,0x1,0xce,0x63,0xe9,0x9d,0x69,0x88,0x71,0x8e,0x10,0x91,0x21,0xc2,
0x24,0x4f,0x5a,0x72,0xac,0xb4,0x6,0x11,0xe2,0x5c,0x8f,0xa3,0xca,0x4c,0x25,0x20,
0x1,0x9,0x8c,0x9,0xb0,0xa4,0x1e,0x1f,0x97,0x2c,0x49,0x89,0x28,0x91,0x26,0x29,
0xc7,0xe4,0xc3,0x2b,0x8b,0x90,0xe4,0x22,0x96,0xde,0x99,0x46,0x70,0xb7,0x20,0xca,
0x24,0xc2,0x8c,0x7e,0xe,0xc3,0x65,0xcb,0x70,0xd9,0x82,0xa5,0x78,0x45,0x96,0xbc,
0xe4,0x9,0xff,0xe5,0x75,0xc6,0x51,0xe5,0xb1,0x11,0x25,0xd1,0xe4,0x94,0x24,0x89,
0x24,0xe3,0x22,0x73,0x24,0x19,0x2,0x24,0x92,0x3c,0x20,0x82,0xc,0x83,0xcf,0x43,
0xb6,0xb9,0xc7,0xc0,0xe6,0xc8,0x12,0x21,0xc6,0xc0,0xe7,0x31,0xe8,0x21,0x44,0x9a,
0xd1,0x26,0x65,0x31,0x91,0x8d,0x88,0x32,0xea,0x8e,0xe7,0x6f,0x5e,0x2,0x12,0x90,
0xc0,0xf,0x9,0x8c,0x25,0x49,0xf4,0x88,0x18,0x29,0x43,0x8c,0xa4,0xc8,0x31,0xbc,
0xb4,0x8,0x27,0x65,0x4a,0x9e,0x73,0xe1,0xac,0xc3,0x70,0xd7,0x2c,0x64,0x39,0x43,
0x9c,0x21,0x4b,0xae,0x83,0x2c,0xe7,0x11,0x10,0x66,0x94,0x19,0xee,0x3b,0x12,0x55,
0xa6,0x28,0xeb,0xf9,0x24,0x2d,0x2a,0x9a,0xe4,0xd,0x37,0x79,0x5e,0xdc,0x44,0x71,
0xbe,0xc9,0x5e,0x45,0x92,0x29,0xc9,0x18,0xcc,0x41,0x94,0x23,0xc8,0x83,0x68,0x7f,
0x80,0x30,0x89,0x2a,0x23,0x65,0xd9,0x1d,0x7e,0x3c,0x40,0xa8,0x71,0x7a,0xa0,0x4e,
0x2e,0xc1,0x91,0x25,0x1b,0xb2,0x8c,0x2d,0x4e,0xcf,0x66,0xe3,0x6b,0x67,0x81,0xff,
0x48,0x40,0x2,0x12,0x38,0x86,0x40,0x78,0x23,0xa3,0xbd,0xf0,0xc6,0xc,0x21,0x72,
0x1c,0xce,0xc9,0x94,0x7c,0x94,0xa5,0x28,0x43,0x9c,0x48,0xf2,0x30,0x9c,0x93,0x82,
0x24,0x1f,0xe7,0xf,0x57,0xed,0x78,0x9f,0x92,0xb2,0xe4,0x45,0x4f,0xac,0x88,0x53,
0x46,0x2b,0xd7,0xcd,0x78,0xb9,0x13,0xee,0x4b,0xff,0x55,0x54,0x39,0x19,0x51,0x56,
0x34,0xc9,0x58,0x79,0x2e,0xc9,0x9b,0xed,0x55,0x24,0x99,0xcb,0x6d,0x24,0x19,0x17,
0x25,0x92,0xcc,0x34,0x2e,0x8e,0x34,0xf3,0x98,0x73,0xb1,0x23,0x4b,0x92,0x7a,0x76,
0x99,0xd2,0x8c,0x7a,0x29,0xdd,0xa8,0x9b,0x3,0x5b,0x1d,0x73,0x19,0x37,0x9,0x48,
0x40,0x2,0x27,0x12,0x40,0x74,0x8,0x71,0x55,0x31,0xe,0xa3,0x20,0xe2,0x2d,0x76,
0x22,0xc6,0x8,0xd0,0x32,0x82,0x24,0x8d,0xd,0x27,0x21,0x47,0xf6,0x7c,0xfc,0x47,
0x8a,0x30,0x43,0x4d,0xb3,0x92,0x65,0xb8,0x6d,0xc6,0x33,0xcb,0xd5,0x3b,0x98,0x25,
0x2b,0xe9,0xed,0xa8,0x72,0x2d,0xac,0xf1,0xf3,0x49,0x9e,0x4d,0x86,0x51,0xe7,0x18,
0x36,0xde,0x14,0xcd,0x91,0x64,0x3c,0x4,0x45,0x80,0x7,0x2c,0xb7,0x63,0x50,0xc,
0x80,0xf0,0x90,0xd1,0x64,0x1a,0x3,0x40,0xba,0x7,0xb1,0x8c,0x4e,0x51,0x72,0x8e,
0x1d,0x61,0xc6,0xa0,0xf3,0x5,0xf,0x83,0x24,0x4f,0xca,0x1e,0xf5,0xdd,0x24,0x20,
0x1,0x9,0xfc,0x65,0x2,0xe1,0x96,0x8c,0x22,0xf1,0x20,0xf9,0x95,0x20,0x33,0xd,
0xb7,0xa4,0x1c,0x31,0x65,0x3c,0xa7,0x3c,0x8c,0xce,0x89,0x26,0xbf,0x51,0x4e,0xec,
0x46,0x1a,0xf5,0xf9,0xbe,0xe8,0x90,0xc8,0x33,0xb6,0xc3,0xeb,0xd7,0xaf,0x1f,0x22,
0xcb,0x70,0xde,0x82,0x4f,0x88,0xc2,0x81,0x8b,0x70,0x20,0x69,0x4a,0x79,0x32,0xa2,
0xac,0x9f,0x25,0x56,0x34,0x19,0x1d,0xe6,0xb7,0x91,0xa4,0x2c,0xb1,0x11,0x20,0x7b,
0x5c,0xe0,0x54,0xd4,0x39,0xf7,0xc7,0x1f,0x7f,0xfc,0x77,0xbc,0x62,0xff,0x47,0x5c,
0xfc,0x46,0xd4,0x71,0x93,0x80,0x4,0x24,0xb0,0x37,0x4,0x42,0xa6,0x2f,0xe2,0xf9,
0xe3,0xbf,0xee,0xdf,0xbf,0xff,0xcf,0xf8,0x95,0xce,0x27,0xa2,0x49,0xe4,0x1a,0x1b,
0xcb,0x6f,0x44,0x98,0x8f,0x16,0x59,0x82,0x8f,0xa3,0xca,0x28,0x4f,0x49,0x32,0x11,
0xa2,0xc3,0xf5,0xc6,0x33,0x49,0x96,0xdd,0x14,0x10,0x4d,0xf2,0xbd,0x24,0xdf,0x4a,
0x46,0x3e,0x9f,0x4b,0x46,0x47,0xf9,0x66,0xfb,0xe3,0xc7,0x8f,0x7,0xf1,0x86,0x3b,
0x65,0x89,0x24,0xc3,0xc6,0xff,0xa5,0x24,0xd7,0x18,0xcd,0x48,0x40,0x2,0x7b,0x44,
0x0,0x37,0xe1,0x28,0x5c,0x45,0x80,0x87,0xbb,0x56,0xe,0x9b,0xe3,0x34,0x5e,0x4c,
0xe3,0x38,0x5c,0x87,0xf3,0x70,0x1f,0xc3,0xc7,0x85,0x38,0x91,0xfc,0x86,0x28,0x29,
0x88,0x7,0x99,0x33,0x3e,0x7,0x22,0x8f,0x61,0xd9,0xf9,0x98,0x9c,0xcf,0x80,0x78,
0x59,0xc3,0x5e,0x11,0x65,0x18,0xf9,0x14,0x91,0x24,0x75,0xdd,0x24,0x20,0x1,0x9,
0xec,0x33,0x1,0x5c,0x85,0xb3,0xca,0x5f,0xe5,0x33,0xdc,0x86,0xe3,0xca,0x77,0xcc,
0x1,0x7,0xe2,0xc2,0xda,0x8e,0x88,0xb2,0x4e,0x10,0x82,0x92,0xdf,0x8e,0x26,0xb9,
0x48,0x6c,0x29,0xcb,0x38,0x4d,0xde,0xe5,0x76,0x41,0x33,0x95,0x80,0x4,0xf6,0x96,
0xc0,0xca,0x55,0xb9,0x12,0x2e,0x87,0xf1,0xed,0xf7,0x38,0xaa,0x64,0xf0,0xe5,0xbe,
0xf1,0x44,0x8e,0x88,0xb2,0x9e,0x4f,0xd6,0xb2,0x9b,0xca,0xf1,0x5c,0xb2,0x3e,0xef,
0xc9,0xef,0x23,0xe3,0x38,0x45,0xc9,0x8b,0x9b,0x71,0x67,0xe6,0x25,0x20,0x1,0x9,
0xec,0x33,0x1,0x9c,0x45,0xb0,0x87,0xc3,0x22,0x9f,0x2b,0xe4,0xf2,0x1b,0xe3,0xae,
0xe5,0x37,0xf9,0x72,0x21,0xf9,0x23,0xa2,0xa4,0xb0,0xd6,0xe8,0xe3,0x65,0x77,0xbc,
0x3d,0xca,0x8e,0xf9,0x95,0xd,0x17,0x8a,0x7,0xa2,0xb9,0x51,0xdf,0x4d,0x2,0x12,
0x90,0xc0,0xdf,0x81,0x40,0x79,0xb,0x87,0xe1,0x32,0x64,0x89,0xdb,0xc6,0xcb,0x6f,
0xe6,0x51,0xe,0xac,0x39,0xa5,0x28,0xeb,0xd3,0xa0,0x7a,0x91,0xc3,0x49,0x24,0x49,
0x1a,0x1d,0x65,0x34,0x89,0x75,0xab,0x63,0xc2,0x56,0x3e,0xfb,0xe1,0x62,0xd4,0x71,
0x93,0x80,0x4,0x24,0xf0,0x77,0x20,0x80,0xb3,0x56,0x9f,0x2c,0xae,0x3,0xbf,0x8a,
0x28,0x71,0x1d,0x73,0x28,0xf7,0x91,0x2f,0x27,0x4e,0x7e,0x1e,0x44,0x5,0xb6,0x58,
0xbf,0xaf,0x7f,0xa3,0xcd,0x1f,0xb8,0xa0,0xa3,0xf8,0x24,0x88,0xce,0xf8,0x19,0x22,
0x92,0x55,0x94,0x80,0x72,0x93,0x80,0x4,0xfe,0x16,0x4,0x10,0x65,0xec,0xf9,0xf3,
0x6a,0x5c,0xc6,0x1e,0xdf,0x89,0xf,0xf1,0x16,0x3c,0xf3,0x2b,0xbf,0x1d,0x99,0xcb,
0x91,0xa5,0x37,0x6f,0x7b,0xea,0x61,0x66,0x19,0x96,0x56,0x58,0x37,0x4c,0x9c,0xbf,
0xdd,0x46,0x92,0x58,0xf9,0xb8,0x4e,0x8f,0x5c,0xc5,0x2,0x9,0x48,0x40,0x2,0x7b,
0x40,0x0,0x67,0xe1,0x2e,0xb6,0xd5,0xca,0x38,0x57,0xcc,0x35,0xb4,0x72,0x1e,0xe,
0xac,0xaf,0x7f,0x38,0xb7,0x16,0x65,0x7d,0x2f,0x54,0xd,0x88,0x26,0xc9,0x23,0x48,
0x8c,0xcb,0x5,0x58,0x7a,0x93,0xb2,0xe7,0x95,0xe2,0x9f,0xaa,0x6f,0x2a,0x1,0x9,
0x48,0x60,0xdf,0x9,0x94,0xb7,0xca,0x63,0xe5,0x34,0x1c,0x87,0xeb,0x18,0x7f,0xb9,
0xaf,0xe6,0x82,0x1b,0x7f,0xb8,0xf4,0xe6,0xdb,0xa2,0x6a,0x48,0x34,0xc9,0x16,0xdf,
0x1e,0x55,0x87,0x8,0x53,0x51,0x16,0x4d,0x53,0x9,0x48,0x60,0xef,0x9,0x10,0x4d,
0xe2,0xb1,0x18,0x68,0xba,0xc,0xaf,0xb1,0x87,0x40,0x87,0xcb,0x97,0x2f,0x33,0xfe,
0x61,0xf5,0x17,0x85,0x36,0xe6,0xb2,0x21,0xba,0xf1,0x7,0x96,0x11,0x7a,0x66,0xc5,
0xb2,0x2c,0x7,0x58,0x38,0x3e,0xd8,0xcc,0xb,0x44,0xd8,0xea,0xef,0xb5,0x37,0x50,
0x7a,0x20,0x1,0x9,0xec,0x3b,0x1,0xfc,0x85,0xbb,0x8,0xf8,0xc8,0xe3,0xb4,0x1a,
0x73,0xb9,0xae,0xdc,0x47,0x79,0x39,0xf1,0x87,0x11,0x65,0x75,0x40,0x4a,0x88,0xca,
0xdf,0x95,0x8c,0x2c,0x42,0xce,0x94,0xb,0x8e,0xeb,0x98,0x97,0x80,0x4,0x24,0xb0,
0xcf,0x4,0x2a,0xc0,0x43,0x92,0x25,0x4a,0xdc,0x16,0xf9,0x1f,0xe,0x7b,0x23,0xa2,
0xac,0x9a,0x7c,0x6c,0x5e,0x79,0xd2,0x32,0x6d,0x95,0xd5,0xfa,0x9e,0xb,0x55,0x99,
0xa9,0x4,0x24,0x20,0x81,0x7d,0x27,0x50,0x72,0x1c,0x47,0x92,0x8c,0x79,0xdb,0x71,
0xdb,0xe,0x3c,0x36,0xa2,0xe4,0x5b,0x22,0xde,0x0,0xb1,0x7e,0x1f,0x4f,0x9e,0xb,
0x7c,0xf,0x28,0xfd,0xa3,0xbb,0x63,0x2e,0xe6,0x25,0x20,0x81,0xfd,0x27,0x80,0x28,
0xcb,0x5f,0x53,0xb2,0x5c,0x5,0x7f,0x1b,0xce,0x63,0x56,0x93,0x11,0xe5,0xd4,0x74,
0xe9,0x34,0xbe,0x60,0xcf,0xe,0xe8,0x6c,0xd5,0xe1,0x54,0x55,0xcb,0x24,0x20,0x1,
0x9,0xec,0x2d,0x81,0xb1,0xbf,0x70,0xda,0xb6,0x30,0xa7,0x6,0xbe,0xb3,0x28,0xa7,
0x1a,0x5b,0x26,0x1,0x9,0x48,0xa0,0x7,0x2,0x8a,0xb2,0x87,0xbb,0xec,0x1c,0x25,
0x20,0x81,0x26,0x2,0x8a,0xb2,0x9,0x9f,0x8d,0x25,0x20,0x81,0x1e,0x8,0x28,0xca,
0x1e,0xee,0xb2,0x73,0x94,0x80,0x4,0x9a,0x8,0x28,0xca,0x26,0x7c,0x36,0x96,0x80,
0x4,0x7a,0x20,0xa0,0x28,0x7b,0xb8,0xcb,0xce,0x51,0x2,0x12,0x68,0x22,0xa0,0x28,
0x9b,0xf0,0xd9,0x58,0x2,0x12,0xe8,0x81,0x80,0xa2,0xec,0xe1,0x2e,0x3b,0x47,0x9,
0x48,0xa0,0x89,0x80,0xa2,0x6c,0xc2,0x67,0x63,0x9,0x48,0xa0,0x7,0x2,0x8a,0xb2,
0x87,0xbb,0xec,0x1c,0x25,0x20,0x81,0x26,0x2,0x8a,0xb2,0x9,0x9f,0x8d,0x25,0x20,
0x81,0x1e,0x8,0x28,0xca,0x1e,0xee,0xb2,0x73,0x94,0x80,0x4,0x9a,0x8,0x28,0xca,
0x26,0x7c,0x36,0x96,0x80,0x4,0x7a,0x20,0xa0,0x28,0x7b,0xb8,0xcb,0xce,0x51,0x2,
0x12,0x68,0x22,0xa0,0x28,0x9b,0xf0,0xd9,0x58,0x2,0x12,0xe8,0x81,0x80,0xa2,0xec,
0xe1,0x2e,0x3b,0x47,0x9,0x48,0xa0,0x89,0x80,0xa2,0x6c,0xc2,0x67,0x63,0x9,0x48,
0xa0,0x7,0x2,0x8a,0xb2,0x87,0xbb,0xec,0x1c,0x25,0x20,0x81,0x26,0x2,0x8a,0xb2,
0x9,0x9f,0x8d,0x25,0x20,0x81,0x1e,0x8,0x28,0xca,0x1e,0xee,0xb2,0x73,0x94,0x80,
0x4,0x9a,0x8,0x28,0xca,0x26,0x7c,0x36,0x96,0x80,0x4,0x7a,0x20,0xa0,0x28,0x7b,
0xb8,0xcb,0xce,0x51,0x2,0x12,0x68,0x22,0xa0,0x28,0x9b,0xf0,0xd9,0x58,0x2,0x12,
0xe8,0x81,0x80,0xa2,0xec,0xe1,0x2e,0x3b,0x47,0x9,0x48,0xa0,0x89,0x80,0xa2,0x6c,
0xc2,0x67,0x63,0x9,0x48,0xa0,0x7,0x2,0x8a,0xb2,0x87,0xbb,0xec,0x1c,0x25,0x20,
0x81,0x26,0x2,0x8a,0xb2,0x9,0x9f,0x8d,0x25,0x20,0x81,0x1e,0x8,0x28,0xca,0x1e,
0xee,0xb2,0x73,0x94,0x80,0x4,0x9a,0x8,0x28,0xca,0x26,0x7c,0x36,0x96,0x80,0x4,
0x7a,0x20,0xa0,0x28,0x7b,0xb8,0xcb,0xce,0x51,0x2,0x12,0x68,0x22,0xa0,0x28,0x9b,
0xf0,0xd9,0x58,0x2,0x12,0xe8,0x81,0x80,0xa2,0xec,0xe1,0x2e,0x3b,0x47,0x9,0x48,
0xa0,0x89,0x80,0xa2,0x6c,0xc2,0x67,0x63,0x9,0x48,0xa0,0x7,0x2,0x8a,0xb2,0x87,
0xbb,0xec,0x1c,0x25,0x20,0x81,0x26,0x2,0x8a,0xb2,0x9,0x9f,0x8d,0x25,0x20,0x81,
0x1e,0x8,0x28,0xca,0x1e,0xee,0xb2,0x73,0x94,0x80,0x4,0x9a,0x8,0x28,0xca,0x26,
0x7c,0x36,0x96,0x80,0x4,0x7a,0x20,0xa0,0x28,0x7b,0xb8,0xcb,0xce,0x51,0x2,0x12,
0x68,0x22,0xa0,0x28,0x9b,0xf0,0xd9,0x58,0x2,0x12,0xe8,0x81,0x80,0xa2,0xec,0xe1,
0x2e,0x3b,0x47,0x9,0x48,0xa0,0x89,0x80,0xa2,0x6c,0xc2,0x67,0x63,0x9,0x48,0xa0,
0x7,0x2,0x8a,0xb2,0x87,0xbb,0xec,0x1c,0x25,0x20,0x81,0x26,0x2,0x8a,0xb2,0x9,
0x9f,0x8d,0x25,0x20,0x81,0x1e,0x8,0x28,0xca,0x1e,0xee,0xb2,0x73,0x94,0x80,0x4,
0x9a,0x8,0x28,0xca,0x26,0x7c,0x36,0x96,0x80,0x4,0x7a,0x20,0xa0,0x28,0x7b,0xb8,
0xcb,0xce,0x51,0x2,0x12,0x68,0x22,0xa0,0x28,0x9b,0xf0,0xd9,0x58,0x2,0x12,0xe8,
0x81,0x80,0xa2,0xec,0xe1,0x2e,0x3b,0x47,0x9,0x48,0xa0,0x89,0x80,0xa2,0x6c,0xc2,
0x67,0x63,0x9,0x48,0xa0,0x7,0x2,0x8a,0xb2,0x87,0xbb,0xec,0x1c,0x25,0x20,0x81,
0x26,0x2,0x8a,0xb2,0x9,0x9f,0x8d,0x25,0x20,0x81,0x1e,0x8,0x28,0xca,0x1e,0xee,
0xb2,0x73,0x94,0x80,0x4,0x9a,0x8,0x28,0xca,0x26,0x7c,0x36,0x96,0x80,0x4,0x7a,
0x20,0xa0,0x28,0x7b,0xb8,0xcb,0xce,0x51,0x2,0x12,0x68,0x22,0xa0,0x28,0x9b,0xf0,
0xd9,0x58,0x2,0x12,0xe8,0x81,0x80,0xa2,0xec,0xe1,0x2e,0x3b,0x47,0x9,0x48,0xa0,
0x89,0x80,0xa2,0x6c,0xc2,0x67,0x63,0x9,0x48,0xa0,0x7,0x2,0x8a,0xb2,0x87,0xbb,
0xec,0x1c,0x25,0x20,0x81,0x26,0x2,0x8a,0xb2,0x9,0x9f,0x8d,0x25,0x20,0x81,0x1e,
0x8,0x28,0xca,0x1e,0xee,0xb2,0x73,0x94,0x80,0x4,0x9a,0x8,0x28,0xca,0x26,0x7c,
0x36,0x96,0x80,0x4,0x7a,0x20,0xa0,0x28,0x7b,0xb8,0xcb,0xce,0x51,0x2,0x12,0x68,
0x22,0xa0,0x28,0x9b,0xf0,0xd9,0x58,0x2,0x12,0xe8,0x81,0x80,0xa2,0xec,0xe1,0x2e,
0x3b,0x47,0x9,0x48,0xa0,0x89,0x80,0xa2,0x6c,0xc2,0x67,0x63,0x9,0x48,0xa0,0x7,
0x2,0x8a,0xb2,0x87,0xbb,0xec,0x1c,0x25,0x20,0x81,0x26,0x2,0x8a,0xb2,0x9,0x9f,
0x8d,0x25,0x20,0x81,0x1e,0x8,0x28,0xca,0x1e,0xee,0xb2,0x73,0x94,0x80,0x4,0x9a,
0x8,0x28,0xca,0x26,0x7c,0x36,0x96,0x80,0x4,0x7a,0x20,0xa0,0x28,0x7b,0xb8,0xcb,
0xce,0x51,0x2,0x12,0x68,0x22,0xa0,0x28,0x9b,0xf0,0xd9,0x58,0x2,0x12,0xe8,0x81,
0x80,0xa2,0xec,0xe1,0x2e,0x3b,0x47,0x9,0x48,0xa0,0x89,0x80,0xa2,0x6c,0xc2,0x67,
0x63,0x9,0x48,0xa0,0x7,0x2,0x8a,0xb2,0x87,0xbb,0xec,0x1c,0x25,0x20,0x81,0x26,
0x2,0x8a,0xb2,0x9,0x9f,0x8d,0x25,0x20,0x81,0x1e,0x8,0x28,0xca,0x1e,0xee,0xb2,
0x73,0x94,0x80,0x4,0x9a,0x8,0x28,0xca,0x26,0x7c,0x36,0x96,0x80,0x4,0x7a,0x20,
0xa0,0x28,0x7b,0xb8,0xcb,0xce,0x51,0x2,0x12,0x68,0x22,0xa0,0x28,0x9b,0xf0,0xd9,
0x58,0x2,0x12,0xe8,0x81,0x80,0xa2,0xec,0xe1,0x2e,0x3b,0x47,0x9,0x48,0xa0,0x89,
0x80,0xa2,0x6c,0xc2,0x67,0x63,0x9,0x48,0xa0,0x7,0x2,0x8a,0xb2,0x87,0xbb,0xec,
0x1c,0x25,0x20,0x81,0x26,0x2,0x8a,0xb2,0x9,0x9f,0x8d,0x25,0x20,0x81,0x1e,0x8,
0x28,0xca,0x1e,0xee,0xb2,0x73,0x94,0x80,0x4,0x9a,0x8,0x28,0xca,0x26,0x7c,0x36,
0x96,0x80,0x4,0x7a,0x20,0xa0,0x28,0x7b,0xb8,0xcb,0xce,0x51,0x2,0x12,0x68,0x22,
0xa0,0x28,0x9b,0xf0,0xd9,0x58,0x2,0x12,0xe8,0x81,0x80,0xa2,0xec,0xe1,0x2e,0x3b,
0x47,0x9,0x48,0xa0,0x89,0x80,0xa2,0x6c,0xc2,0x67,0x63,0x9,0x48,0xa0,0x7,0x2,
0x8a,0xb2,0x87,0xbb,0xec,0x1c,0x25,0x20,0x81,0x26,0x2,0x8a,0xb2,0x9,0x9f,0x8d,
0x25,0x20,0x81,0x1e,0x8,0x28,0xca,0x1e,0xee,0xb2,0x73,0x94,0x80,0x4,0x9a,0x8,
0x28,0xca,0x26,0x7c,0x36,0x96,0x80,0x4,0x7a,0x20,0xa0,0x28,0x7b,0xb8,0xcb,0xce,
0x51,0x2,0x12,0x68,0x22,0xa0,0x28,0x9b,0xf0,0xd9,0x58,0x2,0x12,0xe8,0x81,0x80,
0xa2,0xec,0xe1,0x2e,0x3b,0x47,0x9,0x48,0xa0,0x89,0x80,0xa2,0x6c,0xc2,0x67,0x63,
0x9,0x48,0xa0,0x7,0x2,0x8a,0xb2,0x87,0xbb,0xec,0x1c,0x25,0x20,0x81,0x26,0x2,
0x8a,0xb2,0x9,0x9f,0x8d,0x25,0x20,0x81,0x1e,0x8,0xec,0x2c,0xca,0xf9,0x7c,0xbe,
0xfc,0xfa,0xf5,0xeb,0x12,0x28,0xc3,0x30,0x2c,0xd9,0x7b,0x0,0xe4,0x1c,0x25,0x20,
0x81,0xff,0x2c,0x2,0x63,0x7f,0xe1,0x34,0xdc,0x76,0xd2,0xc,0x8f,0x15,0xe5,0xb9,
0x73,0xe7,0x96,0xa7,0x4f,0x9f,0x5e,0x9e,0x3a,0x75,0x6a,0xa3,0x93,0x71,0xa7,0xca,
0xf2,0x24,0xbc,0x9e,0x97,0x80,0x4,0xf6,0x89,0xc0,0xd8,0x59,0x63,0x97,0x31,0x46,
0x5c,0x87,0xf3,0x70,0xdf,0xf6,0x98,0x27,0x45,0x79,0xf1,0xe2,0xc5,0x8d,0x8a,0x53,
0xb2,0xe4,0x22,0xe3,0x8b,0x6e,0x77,0xec,0xb1,0x4,0x24,0x20,0x81,0x7d,0x23,0x80,
0xb3,0x70,0xd7,0x94,0x24,0xc7,0x63,0xdd,0x76,0xe0,0xa4,0x28,0xc7,0xd,0x2a,0xff,
0xe5,0xcb,0x97,0xf5,0x5,0x4a,0x92,0x87,0x87,0x87,0x1b,0x42,0xad,0xba,0xa6,0x12,
0x90,0x80,0x4,0xf6,0x91,0x0,0xce,0x1a,0xcb,0x12,0x97,0xe1,0xb6,0x93,0xc6,0xba,
0x21,0xca,0x47,0x8f,0x1e,0xad,0xeb,0x3f,0x7f,0xfe,0x3c,0xf3,0xe3,0x68,0xb2,0x4,
0xf9,0xed,0xdb,0xb7,0x65,0x5d,0x70,0xdd,0xc0,0x8c,0x4,0x24,0x20,0x81,0x3d,0x27,
0x80,0x24,0x71,0x17,0xe,0x2b,0x61,0xd6,0x90,0xcb,0x75,0xe5,0x3e,0xca,0xcb,0x89,
0xa7,0xaa,0xd2,0x54,0xfa,0xee,0xdd,0xbb,0xe5,0x62,0xb1,0x98,0x5d,0xb8,0x70,0x81,
0x74,0x79,0x70,0x70,0x90,0xf6,0xe5,0x2,0x51,0x9f,0x8,0x73,0x31,0xd5,0xce,0x32,
0x9,0x48,0x40,0x2,0xfb,0x48,0x20,0x1c,0xb6,0x58,0xc6,0x16,0x63,0x4b,0x59,0x9e,
0x39,0x73,0x86,0xc3,0x74,0xdb,0x9f,0x7f,0xfe,0x39,0x23,0x18,0x9c,0x1a,0xf7,0x3a,
0xa2,0xbc,0x7b,0xf7,0xee,0x46,0x85,0xb3,0x67,0xcf,0xe6,0x31,0x96,0xfd,0xf4,0xe9,
0x53,0x2e,0xbb,0xc7,0xcb,0xef,0x10,0x67,0x6e,0x53,0x9d,0x5a,0x26,0x1,0x9,0x48,
0x60,0x1f,0x9,0x94,0xb7,0x10,0x22,0x7b,0x39,0xd,0xc7,0x55,0x44,0x59,0xee,0xab,
0xf1,0xe3,0xc6,0xb5,0x28,0xab,0xf0,0xda,0xb5,0x6b,0xcb,0x8,0x3d,0x53,0x92,0xbc,
0x1,0xaa,0x72,0x3a,0x21,0xa2,0x8c,0xb0,0x35,0xaf,0x85,0x99,0x8f,0xb3,0x6f,0xb5,
0x31,0x95,0x80,0x4,0x24,0xb0,0x4f,0x4,0x70,0x16,0xee,0x62,0xc3,0x65,0x38,0xad,
0x4,0xc9,0x38,0xcb,0x79,0x38,0x10,0x17,0xd6,0xd8,0x8f,0x88,0xb2,0x4e,0x90,0x62,
0xd6,0xfa,0x44,0xa8,0xa2,0xca,0x32,0x31,0x17,0x8a,0x88,0xf5,0x70,0x5c,0xdf,0xbc,
0x4,0x24,0x20,0x81,0x7d,0x26,0x80,0xb3,0x70,0x57,0x79,0x8c,0xb4,0xa2,0x49,0x5c,
0xb7,0x1d,0x4d,0xd6,0x5c,0x52,0x94,0xf,0x1e,0x3c,0x48,0x73,0xde,0xb8,0x71,0x63,
0x6d,0xd0,0xfa,0x96,0xa8,0x44,0x89,0x75,0x9,0x53,0xe3,0xb8,0x4c,0xac,0x28,0x8b,
0xa2,0xa9,0x4,0x24,0xf0,0xb7,0x20,0x80,0x28,0x89,0x28,0x89,0x26,0x71,0x19,0x4e,
0xc3,0x6d,0xec,0xb8,0x8e,0x49,0x94,0xfb,0xc8,0x97,0x13,0x27,0x23,0xca,0x4b,0x97,
0x2e,0xad,0x1b,0xf0,0x42,0xe7,0xc3,0x87,0xf,0xfc,0x2a,0x67,0xdd,0x71,0x59,0x19,
0x33,0xd3,0x99,0x9b,0x4,0x24,0x20,0x81,0xbf,0x3,0x1,0x9c,0xc5,0x86,0xc3,0x2a,
0xf0,0xc3,0x6d,0x38,0xe,0xd7,0x95,0x24,0xcb,0x81,0x35,0xa7,0x23,0xa2,0xbc,0x75,
0xeb,0x56,0x4a,0x92,0xf,0x2e,0xdf,0xbc,0x79,0x93,0xf9,0x32,0x6e,0xbc,0x52,0x4f,
0x59,0xc6,0x71,0x5e,0x28,0xc,0xec,0xd2,0xbb,0x48,0x9a,0x4a,0x40,0x2,0x7b,0x4f,
0x0,0x67,0x21,0x49,0x1c,0x46,0x44,0x89,0xd3,0xca,0x6f,0xc,0x1e,0xe7,0xd5,0xc7,
0xe6,0xe5,0x42,0xca,0x8f,0xfd,0x3c,0x88,0x87,0x99,0xd1,0xc1,0x2c,0xcc,0x4a,0xd4,
0x38,0xb0,0xd3,0x69,0x84,0xac,0x6c,0x73,0x2e,0x16,0x65,0xf3,0xc8,0xbf,0x88,0x50,
0xf6,0x46,0xe4,0xdd,0x24,0x20,0x1,0x9,0xec,0x2d,0x1,0x5c,0x15,0x83,0x4b,0x51,
0x46,0x7e,0x11,0x9f,0x39,0x1e,0xc6,0x33,0x49,0x44,0x89,0xe3,0x72,0x8f,0xe7,0x95,
0x33,0xdc,0x17,0xde,0xdb,0x98,0xc7,0x91,0x88,0x92,0xf,0x2c,0xeb,0x6d,0xf,0x61,
0x28,0x7b,0x2d,0xbf,0x11,0x25,0x3b,0x92,0x64,0x8f,0xb,0x7d,0x7b,0xfd,0xfa,0xf5,
0xbf,0x36,0x7a,0xf4,0x40,0x2,0x12,0x90,0xc0,0x1e,0x12,0xc0,0x55,0x38,0xab,0xfc,
0x55,0x3e,0x1b,0x2f,0xbb,0x6b,0xe9,0x8d,0x3,0xeb,0x63,0x73,0xa6,0xb2,0x21,0x4a,
0xbe,0x17,0xaa,0x87,0x97,0xac,0xd1,0x6b,0xf9,0x4d,0x54,0x19,0x1f,0x9d,0x2f,0xa2,
0x93,0x5,0x6,0x3e,0x7f,0xfe,0x3c,0x26,0x4e,0x59,0xde,0xbf,0x7f,0xff,0x9f,0x2f,
0x5f,0xbe,0xfc,0xbf,0x95,0xad,0xf7,0x10,0x8f,0x43,0x92,0x80,0x4,0x7a,0x26,0x80,
0x9b,0x70,0x14,0xae,0x42,0x92,0xb8,0x6b,0xe5,0xb0,0x74,0x1a,0x6e,0xc3,0x71,0xb5,
0xec,0xc6,0x7d,0xf0,0xc2,0x85,0xf5,0x7d,0xf9,0xe4,0xd2,0x9b,0xb5,0x79,0xd8,0x77,
0x58,0x85,0xa0,0x19,0x55,0xc6,0x85,0xf2,0x3,0xcd,0xf8,0x92,0x1d,0x41,0xce,0x62,
0x1f,0xe2,0xd5,0x3a,0x61,0xea,0xa7,0xdf,0x7f,0xff,0xfd,0x7f,0xe2,0xf8,0x7f,0xa3,
0xef,0x83,0x78,0x30,0x7a,0x10,0xe5,0xf3,0x30,0xf7,0x1,0x7b,0xc,0x72,0x1e,0x4b,
0xf3,0x81,0x94,0x36,0xe4,0x49,0xd9,0x7b,0xbe,0x79,0xce,0x5d,0x2,0x12,0xf8,0x79,
0x2,0xe1,0x96,0xfc,0x9,0x62,0x78,0x25,0xd3,0xd5,0x9b,0xec,0xfc,0x46,0x32,0xdc,
0x92,0x41,0x1c,0x2f,0x6d,0x56,0xef,0x51,0x72,0xf5,0x4b,0x79,0xa8,0x69,0x1d,0x51,
0xc6,0xd5,0xf,0x89,0x26,0x79,0xb7,0x73,0xfd,0xfa,0x75,0xe4,0x98,0xdf,0x90,0x87,
0x28,0x67,0x2b,0x7,0xae,0x7,0x98,0xb2,0x2a,0x69,0x3d,0x7c,0xf8,0x70,0x78,0xfc,
0xf8,0xf1,0xf0,0xe2,0xc5,0x8b,0xe1,0xce,0x9d,0x3b,0x3,0xb2,0x8c,0xa8,0x72,0xfe,
0xea,0xd5,0xab,0x79,0x44,0x93,0x44,0x9f,0x7,0xd1,0x31,0x1e,0x4c,0x9,0x72,0x8c,
0xc,0x3f,0x7f,0xfe,0x9c,0x69,0xc9,0x91,0xa,0x88,0x71,0x9c,0x72,0x8d,0x92,0x64,
0xc,0x6c,0xe3,0xba,0xeb,0xd1,0x98,0x91,0x80,0x4,0x24,0x70,0x2,0x1,0x24,0x49,
0x95,0xf0,0xcb,0x86,0x2c,0x11,0x23,0xc2,0x1c,0xa7,0x25,0x4d,0xd2,0x5a,0x5,0x47,
0xd3,0x12,0xe9,0x21,0xd1,0x24,0xc7,0xf1,0x6c,0x72,0xf1,0xdb,0x6f,0xbf,0x2d,0xde,
0xbf,0x7f,0xbf,0x60,0xd9,0xfd,0xe4,0xc9,0x93,0x5c,0x5d,0x13,0x51,0xf2,0xf9,0xe4,
0x64,0x44,0x49,0xc8,0x19,0x46,0x9d,0x8d,0xa3,0x4a,0x3a,0xa,0x59,0xf2,0xbb,0xef,
0x59,0xc8,0x92,0x41,0xe6,0xdf,0x6f,0x2b,0xb3,0x93,0x32,0xc8,0x58,0xf7,0x33,0x88,
0xc8,0x1e,0xcc,0x63,0xc0,0x43,0x3c,0x28,0xcd,0x34,0x6,0x13,0x55,0xa2,0xd2,0xf7,
0x48,0x32,0x45,0x19,0x87,0x19,0x99,0xc6,0x39,0x37,0x9,0x48,0x40,0x2,0x27,0x12,
0x40,0x21,0xa3,0x4a,0x29,0xca,0x38,0xce,0x68,0x90,0xb7,0xd7,0x2b,0x49,0xe6,0x2f,
0x8,0x91,0x23,0x2f,0x6a,0x22,0x68,0x4b,0x19,0x86,0x93,0x52,0x90,0x3c,0x9b,0x8c,
0x6d,0x43,0x92,0x3c,0x9b,0xac,0x97,0x38,0xab,0x68,0x72,0x7c,0x9d,0xef,0x6f,0xbd,
0xbf,0xfb,0xeb,0xfb,0x52,0x18,0x83,0x12,0x55,0xf2,0x20,0x33,0xa2,0xca,0xac,0x5c,
0xaf,0xcb,0xdf,0xbe,0x7d,0xcb,0x32,0x9c,0xe7,0x95,0x29,0x4b,0x6,0x18,0x5b,0xfe,
0xc5,0x73,0x6,0x14,0xcb,0xee,0x39,0x62,0x64,0x40,0xe4,0x11,0x65,0x6c,0xb9,0xe4,
0x8e,0xf2,0xf5,0x92,0x3b,0xca,0x66,0x9c,0x1b,0x4d,0xd8,0xac,0x4,0x24,0x20,0x81,
0x13,0x9,0xe0,0x1b,0x36,0xa2,0x49,0xf2,0xfc,0x13,0x6e,0xc9,0x3f,0x70,0x41,0x1e,
0x3,0xc6,0xe9,0x65,0x3c,0x22,0x4c,0x41,0x22,0xc5,0xfa,0xc,0x88,0xd3,0x71,0x2e,
0x7f,0x99,0x43,0x24,0x19,0x2b,0xe1,0x5,0xbf,0xca,0xb9,0x72,0xe5,0x4a,0x7d,0x12,
0x94,0x3f,0x5b,0xc4,0x7d,0x11,0x2c,0xce,0xea,0xf9,0x24,0xd7,0x9b,0x8c,0x28,0x39,
0x51,0x51,0x25,0xf9,0x88,0x2c,0x17,0x2c,0xc1,0x23,0xbb,0x8,0x59,0xe6,0x4f,0x1b,
0x4b,0x96,0x91,0x32,0x48,0xe4,0x38,0x27,0x45,0x8c,0x31,0x80,0x79,0xc,0x74,0x40,
0x86,0x61,0xf3,0x81,0x3c,0x69,0xc9,0xb1,0x52,0xfa,0x66,0x8b,0x89,0x28,0xcd,0xef,
0x28,0xfc,0x57,0x2,0x12,0x38,0x86,0x40,0x4,0x5f,0xeb,0x28,0xf,0x1f,0x22,0xcb,
0x4a,0xc3,0x31,0xf9,0xcb,0x41,0xa4,0x49,0x79,0x38,0x28,0x7f,0x45,0x18,0x3e,0xca,
0xe5,0x38,0x92,0x8c,0x73,0xf9,0x61,0x39,0x92,0x8c,0x4b,0xb0,0xdc,0x46,0x92,0xb8,
0x6d,0x59,0x4b,0xee,0xa9,0x68,0x92,0xe1,0xac,0x5,0x15,0x1d,0x65,0x9e,0xe7,0x94,
0x9c,0x18,0x3f,0xab,0xe4,0xf8,0xe9,0xd3,0xa7,0xf3,0x9b,0x37,0x6f,0xe,0xd1,0xe1,
0x10,0x17,0x18,0x78,0x66,0x19,0x9f,0xd,0xcd,0xe3,0xc1,0xe7,0xc0,0x73,0xcb,0x18,
0x28,0xa2,0xe4,0x5b,0xcb,0x21,0xc4,0x97,0xf9,0xa8,0x93,0xc7,0x88,0x11,0x51,0xd2,
0xf,0xd2,0x24,0xdd,0x96,0x25,0x65,0x6e,0x12,0x90,0x80,0x4,0x76,0x21,0x80,0xc,
0xa9,0xc7,0xaf,0x6b,0x48,0x23,0x50,0x4b,0x41,0x22,0x4a,0x4,0x48,0x1a,0x62,0x5d,
0x7f,0x4c,0x1e,0xf5,0xf2,0xcb,0x1d,0x3e,0x75,0xe4,0xd,0x77,0xd4,0xe1,0x51,0x62,
0x46,0x92,0x2c,0xb9,0x6f,0xdf,0xbe,0x8d,0x3c,0x67,0xe3,0x67,0x93,0x1c,0xd7,0xcf,
0xbb,0x8f,0x8d,0x28,0xa9,0x44,0x54,0x19,0xd,0x59,0x82,0xf,0x74,0x54,0x2f,0x77,
0x38,0xc7,0x85,0x78,0x53,0x84,0x34,0x43,0x7a,0xc,0x8c,0xdf,0x4d,0xe6,0x72,0x3b,
0x6,0xcd,0xb7,0x96,0xc3,0xc7,0x8f,0x1f,0x53,0x8a,0x8,0x33,0x26,0x96,0xf9,0x28,
0x9f,0x21,0x53,0xfa,0x70,0x93,0x80,0x4,0x24,0xf0,0x33,0x4,0x22,0xf0,0xaa,0xff,
0xc7,0x4d,0x36,0x47,0x94,0x8,0x32,0xe4,0x98,0xe5,0x1c,0x13,0x55,0x96,0x9b,0x38,
0x17,0x15,0xd3,0x59,0x7c,0x6,0x54,0x92,0x24,0x92,0xc,0xb7,0xa5,0x6c,0x4b,0x92,
0x53,0xe3,0xd9,0x10,0xd6,0x54,0x54,0x49,0x23,0xde,0x82,0xdf,0xbb,0x77,0x6f,0xf6,
0xec,0xd9,0xb3,0x7c,0x13,0x1e,0x56,0x1e,0xc6,0xd1,0xe5,0xd5,0xab,0x57,0x33,0xca,
0x8c,0x81,0xd,0x31,0xd0,0x81,0x28,0x93,0x94,0x9d,0xf6,0x88,0xf1,0xf2,0xe5,0xcb,
0x47,0x4,0xa9,0x30,0xa1,0xe3,0x26,0x1,0x9,0xfc,0x15,0x2,0x44,0x8b,0xe3,0xfa,
0x1c,0xf3,0x47,0x77,0xab,0x3c,0x56,0xb4,0xf9,0x7,0x2e,0x88,0x1e,0xc9,0xc7,0xdb,
0xee,0x14,0xe3,0x58,0x90,0xf5,0xe9,0x23,0x6f,0xb8,0x59,0x6e,0xaf,0x9e,0x4b,0x66,
0xbf,0xf5,0x6c,0xb2,0xa2,0xc9,0x58,0xbe,0x4f,0xbf,0xf5,0xae,0x41,0xd4,0x8b,0x1d,
0x22,0xcb,0xe8,0x8,0x59,0xae,0x7,0x18,0x26,0xe6,0x17,0x3b,0x1b,0xc2,0xa4,0x5d,
0x44,0x99,0x29,0xcd,0x18,0x60,0x2e,0xaf,0x91,0x65,0x44,0x93,0x9c,0xe2,0xd,0x38,
0x69,0x6e,0x94,0x87,0xf5,0xeb,0xd0,0x54,0x2,0x12,0x90,0xc0,0x4e,0x4,0x58,0x95,
0x22,0xc0,0x71,0x65,0x96,0xe2,0x11,0x3d,0x66,0x79,0x9d,0x63,0xc5,0x8b,0x1c,0x23,
0x9a,0xa4,0xea,0x32,0x3e,0xff,0xa9,0xbf,0xb5,0x9b,0x3f,0x51,0xfc,0x91,0x24,0xc7,
0x7d,0x93,0xdf,0x88,0x28,0x29,0xd8,0x8e,0x2a,0x29,0xe3,0x79,0x25,0x29,0xdb,0x76,
0x74,0x49,0x19,0xc2,0x24,0xad,0x28,0x93,0x3c,0x4b,0x72,0x52,0x36,0x22,0x4d,0xd2,
0x38,0x4f,0x92,0xdb,0xf8,0x7c,0x95,0x99,0x4a,0x40,0x2,0x12,0xd8,0x85,0x0,0x4b,
0xe7,0xaa,0x17,0xd1,0x61,0x66,0x89,0x1c,0xab,0xac,0xce,0xf3,0xa2,0x86,0xe8,0x91,
0xf2,0x58,0xe9,0x66,0x3a,0x25,0x48,0xce,0x57,0x24,0x49,0x7e,0x1c,0x4d,0x72,0xbc,
0x96,0x19,0x7,0x6c,0x25,0x4a,0xf2,0xf5,0x62,0x87,0x3c,0xdb,0x71,0xc2,0xe4,0x1c,
0xcf,0x2f,0x49,0xd9,0xc6,0xe2,0xfc,0x5e,0xf2,0xef,0x7f,0x79,0x19,0xf4,0xef,0x23,
0x73,0x12,0x90,0x80,0x4,0x7e,0x9e,0x40,0x7d,0xba,0x38,0xee,0x61,0x5b,0x8c,0x9c,
0x43,0x8e,0xa4,0xdb,0xcb,0x6c,0xca,0xc6,0x82,0xe4,0xb8,0x24,0x49,0x9e,0x65,0x77,
0xa6,0xfc,0xb3,0xbd,0x8d,0x65,0xc9,0xb9,0x93,0x84,0x49,0x1d,0x9e,0x61,0xb2,0xf1,
0x1c,0x33,0x33,0xab,0x7f,0xc6,0x2,0x1d,0x97,0x9b,0x97,0x80,0x4,0x24,0xf0,0xab,
0x9,0x94,0x10,0xab,0x5f,0xc4,0x48,0x9e,0x67,0x90,0x6c,0x3c,0x46,0xcc,0x4c,0xfc,
0xf3,0x23,0x41,0x52,0xa7,0x24,0x99,0x79,0xfe,0x99,0xda,0xb6,0x65,0x49,0x9d,0x6d,
0x61,0x52,0x36,0x8e,0x32,0x39,0x66,0x63,0x79,0xfe,0x3d,0xf7,0xfd,0xdf,0x92,0xe8,
0xb8,0xcc,0xbc,0x4,0x24,0x20,0x81,0x5f,0x49,0xa0,0x64,0x58,0x7d,0x8e,0xa5,0x58,
0x65,0xdb,0x72,0xa4,0x7c,0x1c,0x41,0x56,0xbd,0xb1,0x24,0x29,0xdb,0x10,0x5a,0x55,
0xda,0x4e,0x77,0x95,0xe6,0x76,0xbb,0x29,0x89,0x6e,0xd7,0xf1,0x58,0x2,0x12,0x90,
0xc0,0xaf,0x24,0x30,0x25,0xc3,0xed,0xfe,0x77,0x91,0xe3,0xb8,0xcd,0x4e,0xa2,0x1c,
0x37,0x20,0x3f,0x25,0xce,0xed,0x3a,0x1c,0x4f,0x45,0xa0,0x53,0xf5,0x2c,0x93,0x80,
0x4,0x24,0xf0,0xab,0x8,0x4c,0x49,0x70,0xaa,0xef,0xed,0xa8,0x71,0xaa,0x4e,0x95,
0xfd,0x3f,0xf1,0x74,0xe0,0x7e,0x7f,0x41,0x3c,0xee,0x0,0x0,0x0,0x0,0x49,0x45,
0x4e,0x44,0xae,0x42,0x60,0x82
};
//自定义MessageBox
class QKMessageBox : public QDialog
{
Q_OBJECT
public:
enum ZIcon {
NoIcon = 0,
Information = 1,
Warning = 2,
Critical = 3,
Question = 4
};
enum ZStandardButton {
NoButton = 0x00000000,
Ok = 0x00000400,
Save = 0x00000800,
SaveAll = 0x00001000,
Open = 0x00002000,
Yes = 0x00004000,
YesToAll = 0x00008000,
No = 0x00010000,
NoToAll = 0x00020000,
Abort = 0x00040000,
Retry = 0x00080000,
Ignore = 0x00100000,
Close = 0x00200000,
Cancel = 0x00400000,
Discard = 0x00800000,
Help = 0x01000000,
Apply = 0x02000000,
Reset = 0x04000000,
RestoreDefaults = 0x08000000,
CheckBox = 0x10000000,
FirstButton = Ok, // internal
LastButton = RestoreDefaults, // internal
YesAll = YesToAll, // obsolete
NoAll = NoToAll, // obsolete
//Default = 0x00000100, // obsolete
//Escape = 0x00000200, // obsolete
//FlagMask = 0x00000300, // obsolete
//ButtonMask = ~FlagMask // obsolete
};
public:
explicit QKMessageBox(QWidget *parent = 0);
static ZStandardButton information(QWidget* parent,
const QString &title = QString(),
const QString &text = QString(),
int bt = Ok);
void addButton(QPushButton*);
void setClickButton(ZStandardButton bt);
void setText(const QString& text);
void setTitle(const QString& title);
void setTimeout(int timeout=5000);
ZStandardButton clickButton();
void showCheckBox(bool bShow=false);
Qt::CheckState checkedState();
protected:
void paintEvent(QPaintEvent *);
void mouseMoveEvent(QMouseEvent *);
void mousePressEvent(QMouseEvent *);
void mouseReleaseEvent(QMouseEvent *);
private:
void initControl();
private:
ZStandardButton m_returnButton;
QVBoxLayout* m_mainlayout;
QHBoxLayout* m_buttonlayout;
QLabel* m_title;//窗口标题
QLabel* m_lbtext;
QString m_text;//提示信息
QPixmap m_shadow;
bool m_mouse_press;
QPoint m_move_point;
QString m_bt_style;
};
#endif // ZMESSAGEBOX_H