1 #include"fx.h"
2 
3 /*
4 
5   This is the ``Cadillac'' version of the classical "Hello World" example.
6   It has not only an icon, but also a tooltip, and an accelerator.
7 
8   Icons are compiled into programs as GIF,BMP,XPM,PNG, or JPG images.
9   Suppose you have an image, e.g. FRONT.GIF as in this case;
10   running the program "reswrap" provided in the utilities directory
11   will turn this into a C data array. (Like const unsigned char FRONT[]={...}
12   below).
13 
14   Executing an FXIcon's constructor will cause it to deserialize the pixel-
15   data by associating a memory stream with the data array; the resulting icon
16   object will contain a pixel-array, which will be converted to an off-screen
17   X pixmap when the icons create() method is called.  At that point, the
18   temporary (client-side) pixel storage will be freed.
19 
20 */
21 
22 
23 
24 
25 
26 
27 /* Generated by reswrap from file FRONT.GIF */
28 const unsigned char FRONT[]={
29   0x47,0x49,0x46,0x38,0x37,0x61,0xa0,0x00,0x78,0x00,0xd7,0x00,0x00,0x31,0x29,0x22,
30   0x98,0x50,0xb8,0xc8,0x50,0xb8,0xf8,0x50,0xb8,0x58,0x60,0xb8,0x30,0x70,0xb8,0xa0,
31   0x78,0xb8,0x60,0x88,0xb8,0x98,0xa0,0xb8,0x00,0xb8,0xb8,0xfd,0xfd,0xfd,0xf3,0xf3,
32   0xf3,0xeb,0xeb,0xeb,0xe5,0xe5,0xe5,0x56,0x56,0x55,0xd3,0xd3,0xd3,0xdc,0xdc,0xdb,
33   0xcb,0xcb,0xcb,0x9b,0x9b,0x9b,0xb3,0xb3,0xb3,0xbb,0xbb,0xbb,0xc3,0xc3,0xc3,0x5b,
34   0x5b,0x5b,0xa3,0xa3,0xa3,0x8b,0x8b,0x8b,0xab,0xab,0xab,0x93,0x93,0x93,0x83,0x83,
35   0x83,0x73,0x73,0x73,0x7b,0x7b,0x7b,0x6b,0x6b,0x6b,0x9a,0x84,0x74,0x63,0x63,0x63,
36   0x92,0x7b,0x6b,0x8b,0x73,0x63,0xac,0x9b,0x8c,0xbb,0xad,0xa2,0x84,0x6a,0x5b,0xac,
37   0x9d,0x91,0x8c,0x79,0x6a,0xb3,0xa5,0x9b,0xb1,0xa1,0x94,0x82,0x63,0x54,0x8d,0x75,
38   0x69,0xc2,0xb4,0xa9,0x9b,0x89,0x7b,0xb3,0xaa,0xa3,0x94,0x82,0x73,0x93,0x75,0x6a,
39   0x89,0x6b,0x5d,0x84,0x72,0x64,0x94,0x8a,0x83,0x9b,0x8d,0x83,0xa2,0x94,0x8b,0x83,
40   0x74,0x6b,0xb3,0x9b,0x92,0xdc,0xd6,0xd1,0x93,0x84,0x7b,0x93,0x7d,0x72,0xa4,0x91,
41   0x83,0xaa,0x95,0x84,0x8b,0x82,0x7a,0xa5,0x98,0x8d,0xc9,0xbc,0xb3,0x8b,0x7d,0x73,
42   0xa4,0x9a,0x93,0x6b,0x5b,0x53,0x64,0x5a,0x52,0x73,0x6a,0x62,0x84,0x65,0x5a,0x92,
43   0x72,0x65,0xc3,0xac,0xa3,0x7c,0x59,0x4a,0xa2,0x8b,0x7d,0x9b,0x84,0x79,0x89,0x6c,
44   0x62,0x7b,0x6c,0x63,0xae,0xa0,0x94,0x9d,0x93,0x8c,0x7b,0x62,0x55,0x7b,0x72,0x6b,
45   0xba,0xaa,0x9e,0xbe,0xb0,0xa5,0x8c,0x86,0x81,0xcc,0xc3,0xbb,0x96,0x81,0x6e,0x73,
46   0x63,0x5b,0xe9,0xe5,0xe3,0xb5,0xa8,0x9d,0xda,0xd2,0xcc,0x73,0x6d,0x69,0x7a,0x54,
47   0x46,0x62,0x5d,0x5a,0xa1,0x85,0x7a,0x6a,0x66,0x63,0x59,0x56,0x53,0xd1,0xcd,0xcb,
48   0xbc,0xa2,0x9a,0x73,0x5c,0x52,0xb4,0xad,0xaa,0x9a,0x7b,0x72,0xbc,0xb2,0xaa,0x5c,
49   0x58,0x56,0x81,0x5d,0x52,0xe1,0xde,0xdc,0xa1,0x9e,0x9c,0x7b,0x63,0x59,0xc3,0xbd,
50   0xba,0x95,0x88,0x7d,0x90,0x78,0x65,0xab,0xa2,0x9c,0x5a,0x52,0x4c,0xa3,0x8c,0x81,
51   0x8e,0x80,0x75,0xeb,0xe8,0xe6,0xf8,0xf6,0xf4,0x6c,0x62,0x5b,0xba,0xb5,0xb2,0xc2,
52   0xb2,0xa6,0x83,0x7e,0x7b,0x85,0x6b,0x61,0x8a,0x65,0x59,0x75,0x70,0x6d,0x74,0x60,
53   0x53,0x63,0x53,0x4b,0xab,0x95,0x8a,0x9d,0x88,0x76,0xd1,0xbd,0xb1,0xab,0xa5,0xa1,
54   0x9e,0x90,0x85,0xc5,0xbc,0xb4,0x7b,0x55,0x49,0x84,0x7a,0x72,0xd2,0xc1,0xb4,0xe1,
55   0xd9,0xd3,0xd0,0xb9,0xad,0x7b,0x78,0x76,0x95,0x90,0x8d,0x92,0x8d,0x8a,0x99,0x96,
56   0x93,0x72,0x65,0x60,0x80,0x5a,0x4c,0x72,0x4a,0x3d,0x9a,0x98,0x96,0x6e,0x49,0x3c,
57   0x83,0x69,0x56,0xcd,0xc8,0xc5,0xb5,0xb0,0xac,0x89,0x70,0x5e,0xce,0xb9,0xad,0x7c,
58   0x74,0x70,0x7c,0x6a,0x5b,0x59,0x4a,0x43,0xca,0xc6,0xc4,0x73,0x54,0x4a,0x73,0x4e,
59   0x41,0xa8,0x8d,0x81,0x76,0x51,0x44,0x6c,0x69,0x66,0x54,0x50,0x4e,0x6a,0x56,0x50,
60   0xc4,0xc0,0xbe,0xd3,0xd1,0xcf,0x7a,0x5e,0x52,0x98,0x80,0x6e,0x85,0x81,0x7f,0x9b,
61   0x8e,0x88,0x8d,0x78,0x65,0xa0,0x82,0x76,0x43,0x3e,0x39,0x59,0x43,0x3b,0xb0,0x9d,
62   0x8e,0xd4,0xcc,0xc6,0x88,0x63,0x55,0x63,0x48,0x3d,0xb1,0x95,0x8e,0x5c,0x4e,0x49,
63   0x73,0x5b,0x4c,0x46,0x42,0x3f,0x71,0x47,0x3b,0x6c,0x5a,0x4c,0xcb,0xb3,0xa9,0xf9,
64   0xf8,0xf6,0x60,0x38,0xb8,0xf2,0xee,0xeb,0xde,0xd8,0xd4,0xac,0x98,0x87,0x80,0x6e,
65   0x68,0xe4,0xe1,0xde,0xac,0x9d,0x98,0xc6,0xb8,0xad,0x8c,0x88,0x83,0x85,0x76,0x70,
66   0xcb,0xc0,0xb6,0x3e,0x36,0x30,0x98,0x7d,0x6e,0xc9,0xb0,0xa7,0x83,0x61,0x4d,0xb2,
67   0xa5,0xa1,0xb8,0x9d,0x96,0x84,0x79,0x6e,0xa3,0x96,0x90,0x7e,0x71,0x66,0xcc,0xbe,
68   0xb8,0xd2,0xc4,0xbb,0x4e,0x4b,0x49,0xc0,0xa6,0x9e,0xe2,0xd5,0xce,0x8b,0x7f,0x7b,
69   0x61,0x54,0x50,0x5b,0x49,0x3e,0x4e,0x48,0x44,0x51,0x4c,0x4a,0x46,0x43,0x41,0xb1,
70   0x97,0x90,0xc0,0xa6,0xa0,0xbb,0xb8,0xb6,0xad,0xa8,0xa6,0x90,0x85,0x81,0xa5,0xa1,
71   0x9d,0x48,0x3d,0x35,0xa1,0x85,0x80,0x6c,0x50,0x45,0x49,0x45,0x42,0xd6,0xc8,0xbb,
72   0x5b,0x3b,0x31,0x7a,0x6d,0x6a,0x6a,0x53,0x4c,0x66,0x58,0x4d,0x68,0x4f,0x48,0x99,
73   0x77,0x6e,0x6b,0x60,0x56,0x65,0x4e,0x45,0x5c,0x50,0x47,0x93,0x6f,0x66,0xe3,0xd7,
74   0xd0,0x7d,0x67,0x61,0xc1,0xb6,0xb0,0x57,0x48,0x44,0xf4,0xf1,0xef,0x4d,0x40,0x34,
75   0x79,0x4f,0x42,0xd0,0xc7,0xc0,0x62,0x40,0x34,0x3f,0x3a,0x35,0x4e,0x43,0x39,0x30,
76   0xc0,0xb8,0x60,0xc0,0xb8,0xd0,0xc0,0xb8,0xa0,0xc8,0xb8,0xc8,0xe8,0xb8,0x98,0xf0,
77   0xb8,0x28,0xf8,0xb8,0xe0,0x70,0xc0,0x60,0xe8,0xc0,0x70,0x00,0xc8,0x2c,0x00,0x00,
78   0x00,0x00,0xa0,0x00,0x78,0x00,0x00,0x08,0xfe,0x00,0x15,0x08,0x1c,0x48,0xb0,0xa0,
79   0xc1,0x83,0x08,0x13,0x2a,0x5c,0x98,0xd0,0x96,0x02,0x87,0xb6,0x20,0x46,0x9c,0x68,
80   0x6b,0x4e,0xc5,0x8b,0x0b,0xe6,0x68,0x9c,0x93,0x71,0x41,0x47,0x8f,0x20,0x43,0x2e,
81   0x78,0x37,0xb2,0xe4,0xbb,0x93,0x28,0x53,0xbe,0x63,0xb0,0x72,0x25,0x2e,0x96,0x0c,
82   0x5e,0xbe,0x64,0x40,0xb3,0xa6,0x4d,0x9b,0x0c,0x73,0xea,0xdc,0xc9,0x93,0xe0,0x44,
83   0x05,0x16,0x27,0x76,0xe4,0x08,0x92,0xa8,0x47,0xa3,0x22,0x93,0x86,0x3c,0xc9,0x60,
84   0x41,0x53,0x98,0x4e,0x9d,0x3e,0xb5,0xb9,0xf2,0xa6,0xd5,0xab,0x37,0x7b,0x6a,0xdd,
85   0xca,0xf5,0xe1,0x43,0x87,0x0b,0x14,0x2c,0x98,0x68,0xb1,0xac,0x2d,0x8f,0x67,0x43,
86   0xa6,0x55,0xba,0x34,0xaa,0x53,0xa6,0x52,0x5b,0xda,0x94,0x4a,0x53,0x2e,0x56,0xac,
87   0x0d,0x1a,0x74,0xdd,0xcb,0x17,0xa1,0xc4,0xaf,0x14,0xd1,0x8a,0x34,0x5a,0x91,0xad,
88   0xd2,0x93,0x23,0x9b,0x46,0x6d,0x4a,0xf2,0x29,0xd3,0xaa,0x74,0x6d,0xce,0xbc,0x4b,
89   0x53,0x0e,0x83,0xbe,0x98,0x33,0x4b,0xac,0x28,0xf6,0xe7,0xd8,0xb1,0x67,0x39,0xae,
90   0xfd,0x6c,0x18,0x24,0x62,0xc5,0x50,0xa7,0xda,0xb5,0xea,0x92,0xf2,0xcd,0x06,0x0c,
91   0xf4,0x66,0x9e,0xcd,0x75,0x73,0xc4,0xb0,0xb8,0xd3,0x9e,0x0d,0x4d,0x7a,0x74,0xe9,
92   0x91,0xa7,0x4f,0x2f,0x5e,0x99,0xf8,0x2d,0xcc,0xaa,0xae,0xad,0x5a,0xa6,0xcd,0x5c,
93   0x2b,0x44,0xaf,0xb9,0x77,0xdf,0xd6,0x9d,0x14,0x29,0x5b,0xe1,0x4f,0x8d,0x2f,0xa6,
94   0x7a,0x15,0xb9,0x6b,0xcb,0xb2,0x9b,0xfe,0x8b,0x67,0x68,0x5b,0x68,0x60,0xea,0xa4,
95   0xd3,0x97,0x56,0xc9,0x38,0xfb,0x53,0x5c,0xc4,0x61,0xc2,0x9c,0x9c,0xbc,0x26,0xec,
96   0xf1,0xf8,0xc9,0x7b,0xa5,0xc8,0x5f,0x7a,0x6f,0xf5,0x86,0x21,0x56,0xd2,0x70,0xf3,
97   0xb9,0x77,0x97,0x77,0x77,0xc1,0x16,0x5e,0x7e,0x0c,0xfa,0xd4,0x5f,0x67,0xe7,0x89,
98   0xe4,0xdb,0x6f,0x24,0xad,0x26,0x17,0x81,0x75,0x1d,0x97,0x61,0x7d,0x0c,0xc8,0x71,
99   0x5f,0x83,0x20,0x0e,0xe4,0xd0,0x7e,0x11,0x4e,0xb7,0xdb,0x6f,0x49,0xa5,0x64,0xda,
100   0x62,0x4e,0xbd,0x24,0x55,0x64,0x1c,0x5e,0xb5,0x60,0x88,0xf9,0x95,0x77,0xde,0x74,
101   0x20,0x4d,0xf8,0x9b,0x62,0x8d,0x55,0x15,0xdf,0x76,0xc8,0xd9,0x85,0x60,0x82,0x1e,
102   0xca,0x41,0x23,0x8d,0xcf,0xf5,0x77,0xe2,0x92,0x28,0x2e,0xd5,0x18,0x8b,0xc0,0x4d,
103   0x55,0x20,0x8c,0x31,0xd2,0x04,0xdb,0x65,0x47,0x82,0xa8,0xa4,0x79,0x27,0x0a,0xd6,
104   0xa4,0x47,0xd8,0xc5,0xd7,0x12,0x64,0x1a,0xd6,0x34,0x24,0x65,0xb0,0x81,0x97,0xa5,
105   0x96,0x49,0xf6,0x97,0x9e,0x8e,0xeb,0x0d,0xc7,0x22,0x63,0x3f,0xde,0x84,0x1c,0x7d,
106   0x68,0xc6,0x86,0xe5,0x9a,0x35,0x02,0x76,0x16,0x84,0x4c,0x7e,0x69,0x9a,0x98,0x04,
107   0x3e,0x26,0x5f,0x81,0x67,0xba,0xa6,0xe0,0x9e,0x7c,0x8e,0x47,0x11,0x84,0xa0,0x31,
108   0x09,0x27,0x8a,0x8e,0xb1,0x84,0x92,0xa5,0x95,0x26,0xca,0xe1,0xa2,0x8d,0xf6,0xe9,
109   0x67,0x89,0x82,0x2a,0x85,0x69,0x49,0x8e,0x19,0xc7,0x5a,0x95,0xf6,0xe9,0xd9,0x29,
110   0x7e,0xfc,0x01,0x0a,0x1a,0x80,0xff,0xa1,0x66,0xd7,0x58,0x99,0x1a,0xae,0x16,0xd3,
111   0xa1,0x8a,0xaa,0xba,0xaa,0x78,0x6d,0x82,0xea,0xe5,0x97,0x70,0xd1,0x49,0x27,0x7b,
112   0xc6,0x69,0x9a,0xab,0x82,0xbb,0xf2,0xfa,0x68,0xa4,0x9f,0xa1,0x27,0x28,0x63,0xc3,
113   0x19,0x6a,0x6b,0x86,0x3e,0xc6,0xb8,0xe8,0x8c,0xc9,0x62,0xd6,0x66,0x74,0x5d,0x4e,
114   0xca,0x96,0x63,0xc1,0xce,0x59,0x27,0xaa,0x36,0x2d,0x1a,0x5b,0xb6,0xcc,0xd9,0x28,
115   0xd8,0x5a,0xde,0xa6,0x88,0xd2,0x9c,0x65,0x1a,0x5b,0xe5,0x95,0xba,0xa2,0xab,0x19,
116   0x59,0xa0,0x76,0xd9,0xe4,0x93,0xe2,0xba,0x27,0x2d,0xb9,0x56,0xe5,0xf5,0xa1,0xbd,
117   0xda,0x0a,0xb4,0xe5,0x9b,0xa1,0x46,0x95,0x92,0xa5,0xc1,0xda,0x2a,0x6f,0x82,0x69,
118   0xd2,0x44,0xb0,0x66,0x0f,0x99,0x85,0x63,0xa0,0xc0,0x56,0xe8,0x16,0x7b,0x1b,0x56,
119   0x0b,0x70,0x65,0xf5,0x4e,0xbc,0x57,0x44,0x40,0xdd,0x06,0x69,0xbb,0x3b,0x16,0x7a,
120   0xa1,0x81,0xb8,0xce,0xab,0x60,0x5e,0x22,0xf7,0xb5,0x19,0xc2,0xfa,0xee,0xeb,0xe3,
121   0xa5,0x0a,0x57,0x6a,0xe7,0xc7,0x20,0x5f,0x19,0x33,0x5f,0x24,0x93,0xdc,0xac,0xbe,
122   0x28,0x1f,0x16,0xdc,0x98,0x75,0xc9,0xf5,0x70,0x82,0xb1,0x29,0x68,0xe4,0xcf,0x5d,
123   0xcd,0xec,0x59,0xb3,0x09,0x5f,0x4a,0x1c,0xa1,0x0c,0x53,0xcb,0xf3,0xb5,0xe7,0x42,
124   0x5d,0x1b,0x59,0xcc,0xfe,0x2a,0xe8,0xbb,0xd0,0x66,0xaa,0x61,0x5c,0x1f,0x73,0xdd,
125   0xc0,0xd3,0x5e,0x3b,0x07,0x98,0x45,0x54,0x3b,0xfb,0x6c,0x85,0xb5,0xc2,0xbb,0x21,
126   0xcf,0x4d,0x77,0xdd,0x76,0x4f,0xfe,0x6e,0xfa,0x07,0x6b,0x93,0xc2,0x02,0xb7,0x1d,
127   0x77,0x4b,0xa3,0x99,0x57,0x6c,0x6c,0xef,0xad,0x10,0x03,0xbc,0x88,0x22,0x89,0x24,
128   0x38,0xa0,0xc1,0x00,0x58,0x53,0xff,0x1d,0x60,0x86,0x85,0xfa,0x8b,0x6b,0xe1,0x32,
129   0xda,0x87,0x6d,0x4e,0x57,0x3c,0xb3,0xce,0x3a,0x86,0x94,0x8e,0xc3,0xe9,0xa8,0x9f,
130   0x9e,0x4b,0xea,0x38,0x64,0x81,0x7a,0x16,0xb0,0xc7,0xce,0x0a,0x2b,0x54,0x30,0xba,
131   0xd0,0x1c,0x86,0x04,0xe3,0x42,0x13,0x3e,0x00,0x61,0x03,0x32,0x2f,0xb4,0x90,0x04,
132   0x0a,0x82,0xf0,0xf2,0x6a,0x8e,0x49,0x41,0x90,0x06,0x20,0xd9,0xb8,0xe0,0x3c,0x20,
133   0x2e,0xb8,0x21,0xbd,0x1b,0x58,0x00,0x52,0x3d,0x0a,0x6e,0x88,0xd2,0x63,0x4d,0x10,
134   0x64,0xd3,0xc4,0x36,0x4d,0x60,0xef,0xfc,0xf8,0xe3,0x3f,0x90,0xdc,0xe1,0x7a,0x7e,
135   0xce,0xd0,0x15,0x76,0x44,0x71,0xc8,0x1f,0xf0,0x07,0x13,0x0c,0x15,0xcb,0x08,0x62,
136   0xbf,0xfd,0x3f,0xf8,0xf2,0x43,0x25,0xf9,0xeb,0xef,0x8b,0x2f,0x2c,0xb0,0x83,0x14,
137   0x06,0x48,0x82,0x28,0xd4,0x20,0x11,0x39,0x79,0x87,0x24,0x50,0xd0,0x84,0x06,0x9a,
138   0x80,0x06,0x50,0x20,0x02,0x11,0x94,0x11,0x07,0x1a,0xd0,0x20,0x10,0x3b,0xc0,0x82,
139   0x24,0x14,0x23,0x36,0x8f,0x64,0x80,0x1a,0xe4,0x60,0xc2,0x09,0x46,0x18,0x82,0x10,
140   0x54,0x21,0x04,0xa7,0x38,0x85,0x08,0x28,0xb1,0x42,0x5a,0x40,0x21,0x02,0xf4,0xb2,
141   0x94,0x22,0xa4,0x81,0x09,0x5a,0x3c,0xa1,0x0d,0x2f,0xf8,0xc0,0x0b,0xaa,0x70,0x42,
142   0x19,0x30,0x21,0x08,0x60,0xfe,0x40,0x5f,0xe7,0x5e,0x06,0x33,0xae,0x30,0xe0,0x0a,
143   0x7f,0x78,0x5f,0x21,0xc0,0x11,0x8c,0x1f,0x08,0x82,0x10,0x5a,0xb8,0xc3,0x14,0x36,
144   0x30,0x85,0x2a,0x4e,0xa1,0x07,0x58,0x9c,0xc1,0x1d,0x72,0xd0,0x83,0x20,0x90,0xe0,
145   0x8b,0x24,0xf0,0x01,0x06,0x16,0x62,0x0b,0x56,0x30,0xd0,0x04,0xbc,0x83,0x82,0x16,
146   0x7e,0xf1,0x08,0x09,0x68,0xe0,0x17,0x1c,0xa0,0x03,0x32,0x68,0xd0,0x82,0x16,0xb0,
147   0x21,0x08,0x30,0xe4,0xa0,0x48,0x18,0x00,0x81,0x0a,0x68,0xe0,0x0d,0x32,0xe0,0x21,
148   0x0f,0x4d,0x58,0x42,0x11,0x7c,0x80,0x02,0x15,0x88,0x80,0x28,0x1e,0xc0,0x48,0x08,
149   0xf0,0xc2,0x4a,0x0f,0xc0,0x86,0x16,0xe0,0xb1,0x87,0x53,0xb4,0xa1,0x84,0x1f,0x18,
150   0x03,0x22,0x15,0x19,0x81,0x46,0x42,0x40,0x88,0xe9,0xd3,0x93,0xde,0xb8,0x82,0x8b,
151   0x43,0x28,0xb1,0x10,0x85,0x08,0xc6,0x1b,0x3a,0x40,0xc6,0x05,0x34,0xe0,0x01,0x92,
152   0x10,0x84,0x1d,0x58,0xe0,0x06,0x3d,0xa0,0x01,0x02,0xb8,0x6c,0xc0,0x3b,0x08,0x82,
153   0x0b,0x5f,0x34,0xc1,0x04,0x23,0xf0,0x81,0x0d,0xee,0xb0,0x06,0x08,0x3c,0xa0,0x02,
154   0x14,0xa0,0xc0,0x04,0x32,0x90,0x86,0x0e,0x10,0x21,0x78,0x6c,0x08,0x9e,0x0b,0x1e,
155   0x70,0x25,0x51,0xc9,0x81,0x02,0xe4,0x38,0xc5,0x09,0xab,0xf0,0x82,0x38,0x94,0xb0,
156   0x0d,0x81,0xc0,0xc6,0x04,0xb0,0x81,0x8d,0x64,0x26,0xf2,0x01,0x9f,0x14,0xd8,0x03,
157   0xf8,0x10,0x0b,0x4a,0xb8,0xf3,0x05,0x19,0x18,0xe7,0x38,0x93,0x19,0x0a,0x45,0x3e,
158   0x80,0x17,0xe8,0xbb,0xff,0xd6,0xcb,0xfa,0xf2,0x0c,0x53,0x9a,0xb2,0x12,0x95,0x30,
159   0x83,0x27,0x18,0x49,0x50,0x82,0x2e,0x52,0x14,0x11,0x48,0x68,0x04,0x2a,0x50,0x01,
160   0x41,0xb0,0x00,0x05,0x16,0x10,0xe7,0x04,0x10,0x69,0x3e,0x87,0xc8,0x21,0x0a,0x4d,
161   0x58,0xc5,0x08,0x6a,0x40,0x84,0x09,0x18,0xb3,0x02,0xcb,0xbc,0xc0,0x23,0x34,0x40,
162   0x52,0x92,0xea,0x01,0x08,0x75,0x8c,0xa6,0x13,0x2a,0x80,0x4b,0x9a,0xec,0x91,0x71,
163   0x14,0x18,0x82,0x0c,0x4c,0xb8,0xc3,0x10,0xb4,0xe1,0xa6,0x12,0xc8,0xa9,0x04,0x2e,
164   0x10,0xcf,0x44,0x3a,0x52,0x60,0x11,0xd8,0xc3,0x25,0x4a,0x50,0x02,0x64,0xb4,0x51,
165   0xa7,0x17,0xe0,0xe9,0x44,0x3b,0x99,0x4e,0x2b,0x39,0x95,0x53,0x7c,0x91,0xc3,0x11,
166   0x88,0x51,0x0b,0x80,0xd6,0xe2,0x0d,0x66,0x78,0x84,0x56,0x35,0xf0,0x88,0x0b,0x4c,
167   0x60,0x0d,0x99,0x50,0xe8,0x42,0x19,0xca,0xd0,0x32,0xa0,0xe0,0x13,0x19,0xb8,0x80,
168   0x1b,0x25,0x40,0x01,0xf3,0x35,0x00,0x0b,0x29,0x58,0x85,0x09,0x7c,0xa0,0x87,0x4c,
169   0x40,0x20,0x13,0x13,0xb8,0x80,0x06,0x36,0xb0,0x81,0x0e,0x74,0x60,0x03,0x18,0xd0,
170   0x40,0x4e,0xef,0x80,0x0c,0x36,0x70,0x91,0x10,0x53,0xc0,0x06,0x53,0x5d,0xea,0x11,
171   0x9a,0xe0,0x32,0x03,0x7c,0x38,0x45,0x09,0x4f,0x68,0x49,0x11,0x0c,0xf3,0xaf,0x82,
172   0xcd,0x00,0x05,0x22,0x90,0x8b,0xc3,0x35,0x40,0x11,0x7b,0x88,0x84,0x0a,0x9e,0xa0,
173   0x88,0x5f,0x94,0xe2,0xaf,0x80,0xcd,0xec,0x66,0xd1,0xe9,0xd9,0xa7,0xa6,0xaf,0x2f,
174   0xef,0x08,0xc3,0x11,0xfe,0xa6,0x5a,0x0b,0x62,0xa4,0x83,0x1a,0x5e,0x70,0x80,0x6e,
175   0x1d,0xd0,0x01,0x09,0x4c,0xa0,0x02,0xe8,0x64,0x24,0x42,0x11,0x1a,0x01,0x41,0x9c,
176   0x35,0xaf,0x18,0xe0,0x40,0x6f,0x81,0x1b,0x85,0x14,0xa4,0x00,0x98,0x50,0x68,0x6b,
177   0x28,0xf4,0xba,0x01,0x0e,0x58,0xb7,0x03,0x81,0x55,0xea,0x04,0x26,0x50,0x0a,0x2c,
178   0x12,0x02,0x19,0x50,0xe8,0x81,0x66,0x23,0xf0,0x49,0xd4,0xc4,0x06,0x02,0x11,0x50,
179   0x04,0x2d,0x08,0xd9,0x06,0x11,0xa8,0x90,0x12,0x5c,0x30,0x03,0x08,0x38,0x80,0x01,
180   0xdf,0x76,0x52,0x60,0x13,0x88,0x45,0x09,0xdc,0x39,0x85,0x0e,0x78,0xc0,0x02,0x16,
181   0x00,0x81,0x07,0xb0,0xfb,0x88,0xf1,0xb2,0x96,0x5e,0xfa,0x2c,0xe2,0x5e,0xde,0x71,
182   0x83,0x1b,0x84,0xe1,0xc1,0xce,0x80,0xc5,0x27,0x10,0xb1,0x5b,0x07,0x60,0x60,0x02,
183   0xe6,0x13,0xd1,0x5a,0x62,0x13,0x85,0x2f,0x40,0x60,0xba,0x18,0xe8,0x80,0x06,0x26,
184   0x40,0x82,0x06,0x8e,0x60,0x04,0x39,0x58,0x44,0x24,0x25,0x90,0x5c,0x0f,0x78,0x80,
185   0x03,0x1b,0xd0,0x80,0x57,0x43,0x91,0xc8,0x84,0x4a,0xe2,0x0e,0x3d,0x80,0x82,0x1a,
186   0x6d,0x30,0x05,0xdf,0x02,0x17,0x02,0x8c,0x6d,0xda,0x03,0x4a,0x61,0x85,0x2a,0xe8,
187   0x00,0x85,0x29,0x8c,0x81,0x1a,0xbe,0x60,0x01,0xec,0x7a,0x95,0xbc,0xf8,0x14,0x85,
188   0x15,0x9e,0xc0,0x42,0x27,0x2c,0xa2,0x03,0x9e,0x70,0x80,0x05,0x5e,0xbc,0x81,0xae,
189   0xfe,0x96,0xa9,0xf9,0x0c,0x25,0xb2,0xf8,0xf2,0x0e,0x6b,0xbc,0xa2,0x0f,0xaf,0xb8,
190   0xc1,0x31,0xdc,0xfe,0xf1,0x85,0x52,0xec,0xd6,0x02,0x12,0x88,0x80,0xed,0x0c,0x92,
191   0x82,0x2f,0x2c,0xa0,0x8f,0x17,0xa8,0xaf,0x0b,0x9c,0x6b,0x02,0x8d,0x6a,0xa1,0x02,
192   0xd8,0x90,0x40,0x75,0x41,0x30,0xdf,0x2e,0x67,0xc0,0xa7,0xe5,0x8d,0x0d,0x05,0xa0,
193   0xa0,0x07,0x3a,0xd8,0xa0,0x0a,0x40,0xe8,0x81,0x8c,0xdb,0xfa,0x49,0xb7,0xd0,0xe4,
194   0x01,0x50,0x50,0x46,0x09,0x4f,0x10,0x82,0x15,0x2c,0x21,0x06,0x74,0xe0,0x02,0x22,
195   0x34,0xa0,0x59,0x6a,0xe6,0x05,0x0a,0x62,0xd8,0x6f,0x20,0x32,0x70,0xe5,0xff,0xbe,
196   0xb8,0xbe,0x06,0x4e,0x67,0x6b,0xc5,0xac,0xe0,0xae,0x2c,0x20,0x0c,0x37,0x30,0x73,
197   0x9a,0xdd,0x61,0x86,0x44,0xe8,0xf6,0x13,0x16,0xb8,0xc0,0x03,0x18,0xc2,0x80,0x5c,
198   0x08,0x04,0x02,0xd8,0x78,0x44,0x1a,0x9c,0x9b,0x82,0x13,0xe7,0xe0,0x11,0x14,0x10,
199   0xf4,0x7f,0xb7,0xbc,0x01,0xfb,0x96,0xf7,0x28,0x8d,0x55,0x04,0x32,0x4e,0x10,0x87,
200   0x0f,0xe8,0x90,0xbe,0x17,0xd8,0x2c,0x90,0x79,0x44,0x13,0x49,0x9c,0x63,0xa6,0x2b,
201   0x58,0x81,0x08,0xf0,0xc0,0x8e,0x48,0xcc,0x17,0x03,0xa5,0xce,0x4b,0x22,0x68,0xa1,
202   0x82,0x48,0xb4,0x60,0x12,0x69,0x48,0x2e,0xa1,0x61,0x2c,0x81,0x52,0xe7,0x52,0x94,
203   0xa9,0x7a,0xd9,0x28,0xb9,0x32,0x07,0x67,0x84,0xe1,0x18,0xc7,0x50,0xb3,0x2a,0xcc,
204   0x20,0x01,0x0b,0xe8,0x36,0xd8,0xc3,0xde,0xc9,0x3b,0x44,0x91,0x01,0x37,0xc4,0x55,
205   0xa3,0x23,0x80,0xc2,0x04,0xa4,0xed,0xf0,0x01,0x5b,0x5b,0x31,0x42,0xf1,0x48,0x26,
206   0x80,0xe0,0xff,0xed,0x0f,0xf8,0xe1,0x03,0x50,0x80,0x71,0xb8,0x45,0x01,0xe4,0x27,
207   0xc5,0x66,0x02,0xe4,0x48,0xb7,0x08,0xd6,0x5d,0x82,0x48,0xec,0xc1,0x03,0x1b,0x48,
208   0xc3,0x04,0xc8,0x3b,0x86,0x58,0x44,0x22,0x12,0x21,0xc8,0xab,0x06,0x10,0xe1,0x01,
209   0x4f,0xc0,0xb8,0xc0,0xf5,0x6c,0xea,0x53,0x5b,0x7b,0xad,0xbe,0xcc,0xe1,0x08,0xce,
210   0x88,0x7a,0xd4,0x61,0xc1,0xf0,0x2f,0x38,0xe0,0x13,0x20,0x10,0x76,0x4f,0x1a,0x40,
211   0x01,0x60,0xca,0x35,0x98,0x77,0xc8,0xf3,0x7f,0xb5,0xcc,0x01,0x52,0xb3,0xb4,0x29,
212   0xfc,0xf9,0x0c,0x03,0x66,0xf0,0x81,0x16,0x98,0xfc,0x03,0x71,0xe0,0x82,0xca,0xdb,
213   0x5a,0xcd,0xc4,0x34,0x60,0x11,0xa0,0x58,0x81,0x11,0x66,0x2e,0xda,0x27,0xec,0x81,
214   0xbe,0x9a,0x9d,0xc0,0x1e,0x6a,0x7e,0x8a,0x31,0x64,0x40,0x03,0xa5,0x70,0x31,0xce,
215   0x49,0x2d,0x6e,0x50,0x9a,0x8b,0xd6,0x73,0xd6,0xca,0x1c,0x88,0x31,0xdb,0xca,0x47,
216   0x83,0x0b,0x12,0xb0,0xba,0x96,0x2f,0x20,0x8a,0x11,0x0d,0x24,0x0b,0x63,0x80,0x00,
217   0x42,0x16,0x30,0x89,0x13,0x03,0x13,0xc5,0x8a,0xd0,0x00,0x07,0x1c,0xee,0x00,0x9c,
218   0x87,0xdb,0x7c,0x68,0xb9,0xd8,0x58,0xb2,0xe1,0xf6,0x92,0x57,0x81,0x0e,0xef,0x3e,
219   0x34,0x35,0xcb,0xc6,0x47,0x4b,0xa4,0x3a,0x12,0x31,0x68,0x45,0x24,0x8a,0x30,0x0a,
220   0x2f,0x74,0xa0,0xab,0x6a,0x88,0x44,0x09,0x44,0x90,0x8d,0x09,0x3c,0xa2,0xba,0x2e,
221   0x16,0x71,0xb8,0xef,0x8b,0x60,0x51,0x0a,0xbc,0xe9,0x7c,0x99,0x83,0x1d,0x6a,0x61,
222   0x87,0x23,0xfe,0x90,0xe0,0x08,0xd1,0x60,0xf8,0x27,0xae,0x1e,0xec,0x08,0x84,0x85,
223   0x20,0x3f,0xb0,0xc2,0x04,0x46,0x8f,0x82,0x55,0xac,0xa2,0x09,0x27,0x56,0x06,0xe2,
224   0x41,0xf0,0xf0,0xb2,0xef,0x1c,0x02,0xb1,0xf7,0x4f,0x5a,0x2a,0x70,0xf2,0x92,0x7f,
225   0x40,0x06,0x0e,0x00,0x02,0x22,0x76,0x7f,0xed,0x21,0x15,0x60,0x20,0x04,0x97,0x70,
226   0x0a,0x32,0xb7,0x04,0x4b,0xc0,0x0e,0x7a,0xb0,0x01,0xe7,0xf0,0x04,0xfb,0x15,0x04,
227   0x1b,0xd7,0x62,0x03,0x86,0x01,0x4f,0xc6,0x5a,0x00,0xd7,0x33,0x90,0xa7,0x3e,0x3c,
228   0x61,0x0b,0x2c,0x10,0x82,0x60,0x14,0x7e,0x8b,0xf0,0x66,0x71,0x76,0x7e,0x03,0x61,
229   0x0d,0xe4,0xb0,0x7e,0x07,0x81,0x06,0xee,0xe7,0x7e,0x27,0x46,0x04,0x1a,0x30,0x76,
230   0x01,0xb8,0x01,0xaf,0xd7,0x00,0x91,0x12,0x72,0x69,0x01,0x01,0x39,0xe4,0x7f,0x21,
231   0xa0,0x65,0xae,0x47,0x77,0xd0,0x22,0x15,0x30,0xa7,0x77,0xe9,0x06,0x03,0x27,0x20,
232   0x02,0x44,0x10,0x0d,0x42,0x40,0x54,0x6c,0x90,0x01,0x2c,0xe6,0x5f,0xaf,0xe6,0x63,
233   0x1a,0x18,0x30,0x62,0x96,0x37,0xb5,0x56,0x1b,0x02,0x44,0x40,0x24,0x30,0x04,0x5f,
234   0xf0,0x08,0x16,0x30,0x7e,0x70,0x26,0x67,0x04,0x21,0x07,0xdd,0x00,0x0b,0x2c,0xa8,
235   0x00,0x33,0x11,0x16,0xcc,0xd0,0x07,0x3c,0x70,0x62,0x7d,0xe0,0x03,0x5a,0xb0,0x01,
236   0xf4,0xa7,0x5b,0x1e,0x00,0x6f,0xe4,0x75,0x19,0x11,0x42,0x1a,0x0c,0xd0,0x83,0x27,
237   0x47,0x0a,0x55,0xc0,0x05,0x5a,0x86,0x08,0x8f,0xf0,0x5b,0x40,0x36,0x38,0x77,0x27,
238   0x06,0xff,0x27,0x90,0x6e,0x32,0x87,0x07,0xb4,0x60,0x05,0x56,0x60,0x03,0x24,0x15,
239   0x62,0x1c,0x30,0x85,0xbf,0x55,0x85,0x56,0x78,0x85,0x4e,0x23,0x33,0x03,0x54,0x06,
240   0x9e,0x28,0x05,0x43,0xe0,0x00,0x8b,0x10,0x86,0x5a,0x26,0x01,0x15,0xc0,0x28,0xcb,
241   0xd0,0x07,0xd1,0xc0,0x82,0x0c,0x20,0x5c,0x68,0xb0,0x00,0xc6,0x90,0x04,0xdd,0x90,
242   0x04,0x49,0x00,0x07,0x3b,0x60,0x74,0xac,0xe7,0x00,0x1c,0x60,0x5f,0xc6,0x73,0x23,
243   0xea,0x11,0x08,0x25,0x47,0x0a,0xc3,0x40,0x0a,0x8c,0x60,0x87,0x18,0x48,0x77,0xc2,
244   0xe1,0x14,0x10,0x60,0x09,0x56,0xd0,0x69,0x37,0xd5,0x06,0xa7,0x20,0x03,0xca,0xc0,
245   0x04,0x88,0xe0,0x57,0x1d,0x50,0x89,0x47,0xa7,0x59,0x2c,0x17,0x43,0x4b,0x27,0x66,
246   0x45,0xb2,0x36,0x1e,0xb8,0x13,0xb6,0x20,0x05,0x24,0x40,0x8e,0x52,0xc0,0x02,0x84,
247   0x60,0x09,0x69,0x60,0x09,0x7a,0xc0,0x01,0x88,0x90,0x06,0xc5,0x74,0x05,0x57,0x90,
248   0x0b,0xbe,0x80,0x6b,0xa0,0xb0,0x7e,0xef,0xf0,0x00,0xca,0xa4,0x58,0x0d,0x00,0x07,
249   0x5d,0xc0,0x09,0x00,0xc9,0x09,0x70,0x00,0x02,0x59,0xb6,0x5b,0xd5,0x46,0x77,0x69,
250   0xa7,0x23,0x41,0xa0,0x43,0x1f,0x30,0x0c,0x21,0x30,0x0c,0x4c,0x30,0x7e,0x02,0xc8,
251   0x8b,0x95,0x22,0x15,0x11,0x70,0x0e,0x4b,0x70,0x53,0x9b,0x36,0x42,0x9e,0xe0,0x05,
252   0x04,0xe9,0x62,0x1c,0x50,0x0a,0x8c,0x47,0x5e,0xa0,0x34,0x44,0x9a,0x28,0x33,0x60,
253   0x34,0x40,0x00,0x14,0x40,0x5b,0xf8,0x45,0x51,0x10,0x05,0x28,0x10,0x06,0x29,0xd0,
254   0x60,0xff,0xaf,0x20,0x04,0x63,0x70,0x67,0x14,0xa0,0x57,0x17,0xc0,0x52,0x64,0x80,
255   0x0a,0x5d,0xf0,0x8f,0x9c,0x80,0x0a,0x5c,0x20,0x88,0x57,0x07,0x02,0x36,0xd8,0x56,
256   0x93,0xc3,0x25,0x54,0xe3,0x11,0xdb,0xf0,0x02,0xa4,0xf0,0x02,0x64,0xd0,0x90,0x4c,
257   0xa0,0x79,0x65,0x77,0x68,0x87,0x78,0x35,0x56,0x02,0x59,0x23,0xb4,0x88,0x5b,0x49,
258   0x04,0x4c,0x16,0x60,0xca,0x05,0x6f,0xab,0x55,0x92,0xe5,0x02,0x8e,0xe9,0x93,0x17,
259   0xdf,0x88,0x92,0x2f,0xf9,0x92,0x52,0x50,0x06,0x21,0xc8,0x02,0x03,0x44,0x8e,0xd7,
260   0xe0,0x02,0x51,0x60,0x0c,0x0c,0xd4,0x07,0x7d,0x60,0x05,0x12,0xf0,0x00,0x20,0x86,
261   0x01,0x69,0x50,0x4f,0xea,0x00,0x03,0x3d,0xe9,0x93,0x64,0x00,0x60,0xbb,0x05,0x02,
262   0x18,0xc8,0x52,0xef,0xa0,0x7f,0x6c,0x01,0x08,0xa4,0x40,0x0a,0x51,0xe9,0x6d,0xbb,
263   0xb0,0x5b,0x77,0xb8,0x93,0xd4,0xf4,0x16,0xdb,0xf1,0x59,0x7b,0xb0,0x88,0xa7,0x60,
264   0x03,0x9d,0x29,0x03,0x44,0x79,0x81,0x17,0xa0,0x58,0xf7,0x94,0x2b,0xe5,0x42,0x6b,
265   0x28,0x59,0x8e,0x24,0xe0,0x02,0x24,0x40,0x04,0x5e,0xb0,0x08,0x84,0x06,0x02,0xc6,
266   0x07,0x6b,0xd8,0xb0,0x06,0x63,0x60,0x0d,0x26,0x60,0x05,0x1b,0x30,0x01,0xf9,0xe6,
267   0x57,0x6c,0x15,0x01,0x30,0x10,0x9c,0x30,0x60,0x0e,0x64,0x30,0x0c,0x66,0xf0,0x6b,
268   0xad,0x87,0x87,0xf8,0xa7,0x94,0x35,0x03,0x08,0xde,0xa6,0x04,0x49,0xd0,0x02,0x4a,
269   0x30,0x99,0x45,0x79,0x94,0x30,0x54,0x27,0x52,0xf1,0x00,0xe7,0x70,0x02,0x3a,0x30,
270   0x42,0xff,0xd1,0x28,0x03,0x97,0xc0,0x64,0x38,0xd7,0x6f,0x3f,0xc6,0x8d,0xaf,0xd1,
271   0x34,0x02,0xe3,0x21,0xe8,0x99,0x85,0x5c,0x81,0x05,0x58,0xb0,0x9a,0x51,0xe0,0x02,
272   0x5c,0x40,0x0d,0x1a,0xc0,0x7a,0x5f,0xe0,0x05,0x30,0xa6,0x01,0x69,0x90,0x53,0x69,
273   0xd0,0x0b,0x8c,0x70,0x87,0xd7,0x38,0x5f,0x6c,0x25,0x0a,0xa8,0x40,0x06,0x64,0x60,
274   0x0e,0x81,0xb9,0x02,0xe3,0x47,0x99,0xa4,0x46,0x5e,0xcc,0x32,0x1a,0xa3,0xe1,0x06,
275   0x39,0xd4,0x05,0x70,0x40,0x03,0x39,0x20,0x0e,0x6f,0x56,0x6d,0x3b,0x67,0x3c,0x05,
276   0xf8,0x14,0x93,0x20,0x03,0x27,0xf7,0x02,0x27,0x80,0x0c,0x32,0x50,0xa2,0x44,0xb0,
277   0x65,0x7e,0x79,0x7f,0xe6,0x79,0x9e,0x36,0x01,0x1e,0x88,0xd3,0x21,0xe1,0xa8,0x13,
278   0xb6,0xf0,0x4b,0xe1,0x83,0x02,0x58,0x30,0x04,0xcd,0x50,0x9f,0x57,0x17,0x80,0x30,
279   0x86,0x01,0x8b,0xb0,0x08,0x5c,0x65,0x02,0x8c,0x80,0x98,0x77,0xc0,0x01,0xf8,0x09,
280   0x6d,0x0f,0xc0,0x09,0x5d,0x80,0x0a,0xa8,0x80,0xa0,0x4b,0xb0,0xa0,0x76,0x38,0x62,
281   0x11,0x80,0x06,0x26,0x82,0x31,0x1e,0x11,0x04,0x21,0x00,0x03,0x1f,0xa0,0x03,0x3a,
282   0xb0,0x02,0x8c,0x30,0x7e,0xc0,0xd6,0x5b,0x04,0x38,0x27,0x0b,0x90,0x09,0xca,0xc0,
283   0x43,0xa7,0x20,0xa2,0xca,0x20,0x8d,0x32,0x70,0x0a,0x74,0x70,0x87,0x3a,0x47,0x92,
284   0xe7,0x59,0x7d,0xb4,0xe6,0x21,0x02,0x13,0xa3,0x3a,0xe1,0x04,0x81,0xe0,0x04,0x3e,
285   0x70,0x62,0xd1,0x30,0x0d,0x1a,0x70,0x9c,0xba,0x95,0x9f,0x5e,0x15,0x4f,0x19,0xd0,
286   0x0b,0xff,0x74,0x80,0x08,0x19,0xf0,0x08,0x21,0xd6,0x5b,0x6d,0x85,0x02,0xdd,0xb0,
287   0xa4,0xe6,0x80,0xa0,0x6f,0x80,0x9c,0x1e,0x20,0xa5,0x10,0x20,0x1a,0xeb,0xa2,0x14,
288   0x4e,0x90,0xa5,0x22,0x50,0x04,0x45,0x00,0x03,0x74,0xf0,0x66,0x62,0x4a,0x5e,0x4f,
289   0x42,0x1c,0x0f,0x30,0x53,0xc1,0x43,0x04,0x97,0x50,0x05,0x23,0x1a,0x8d,0x94,0x20,
290   0x03,0x5a,0x50,0x0a,0x05,0x06,0x5c,0x2b,0xea,0x39,0xa1,0x84,0x85,0x88,0x83,0xa7,
291   0xe4,0x61,0x02,0x35,0xe0,0x04,0xa6,0xe0,0x04,0x4e,0xf0,0x06,0xb2,0xe0,0x6b,0xbb,
292   0x25,0x62,0x87,0x06,0x06,0x0f,0x10,0x01,0x60,0x90,0x0d,0xe7,0x80,0x01,0x11,0x80,
293   0x5c,0xf5,0xd5,0x56,0x75,0x20,0x8b,0x5d,0xa0,0x04,0x4a,0xa0,0x03,0xd1,0x50,0x61,
294   0x97,0xba,0x73,0x54,0xca,0x1b,0x10,0x0a,0x12,0x0c,0xb0,0x0b,0x25,0x80,0x07,0x0c,
295   0x08,0x0c,0x2b,0x20,0x88,0x0b,0x2a,0xa6,0x67,0x67,0x5e,0x68,0x00,0x04,0x2b,0x00,
296   0x03,0x55,0x30,0x06,0x69,0x90,0x0e,0x94,0x10,0x8d,0x2b,0xc4,0x42,0x32,0x00,0x6e,
297   0x14,0xb0,0x8d,0x73,0xda,0x81,0x9e,0x75,0xa7,0x98,0xf1,0x5c,0x41,0xf0,0xab,0x4e,
298   0xf0,0x09,0xb2,0x80,0x01,0xb9,0x68,0x83,0xed,0x4a,0x13,0x11,0x70,0x01,0x99,0xf0,
299   0x4a,0xd1,0xb6,0x53,0x6d,0x25,0x09,0xdd,0x00,0x07,0x18,0x14,0xa9,0x42,0xb0,0xa3,
300   0x9f,0xd0,0xad,0x0e,0x8a,0x3c,0x20,0xeb,0x11,0x10,0xa0,0x06,0x45,0x60,0xae,0x4b,
301   0x50,0x04,0x4b,0x80,0x9c,0x16,0xa0,0xa1,0x79,0xd8,0x58,0x1d,0x32,0x03,0x4b,0x10,
302   0x02,0xff,0x46,0x60,0x0c,0xd8,0x70,0x01,0x7a,0xa0,0x0a,0x62,0x30,0x0a,0xc9,0x17,
303   0x09,0xee,0xc4,0x04,0xc8,0xfa,0x63,0x4c,0xe3,0x34,0x6a,0x33,0x66,0x7c,0xf1,0x5c,
304   0xc0,0xe4,0x03,0x26,0x40,0x0e,0xc5,0xca,0x7a,0x16,0x70,0x61,0x19,0x76,0x10,0xad,
305   0x48,0x01,0x19,0x50,0x6a,0x68,0x30,0x03,0x17,0x54,0x03,0x35,0xb0,0x03,0x4c,0xc0,
306   0xad,0x17,0xc6,0x52,0xaf,0x62,0x1d,0x21,0x91,0x09,0x6a,0x70,0x06,0x67,0x80,0x04,
307   0x48,0x70,0x06,0xec,0xb0,0xa3,0x35,0xf8,0x71,0x74,0x11,0x04,0x25,0x10,0xaf,0xbd,
308   0x90,0x93,0x21,0x46,0x0d,0xe8,0x30,0x0a,0xf5,0xa6,0x7c,0x44,0x35,0xab,0x54,0xc8,
309   0x74,0x57,0xa8,0x9e,0xd7,0x87,0x96,0x98,0x81,0x02,0x23,0x60,0x02,0x84,0xdb,0x04,
310   0x43,0x90,0xb0,0xb9,0xe8,0xb4,0x28,0x68,0x10,0x0d,0xb0,0x50,0x14,0x20,0x09,0xe6,
311   0x53,0x07,0x55,0x34,0x03,0x6c,0x30,0x03,0x40,0x40,0x0d,0x3b,0x8a,0x98,0x56,0x69,
312   0x39,0x21,0x01,0x08,0x48,0x30,0x08,0x9d,0x30,0x08,0x83,0x50,0x04,0x5f,0x7a,0x98,
313   0xc7,0x98,0x47,0x51,0x31,0x06,0x6a,0xa0,0x0e,0x4b,0x50,0x03,0x75,0xa0,0x57,0xd7,
314   0xe8,0x01,0xee,0xa0,0x09,0x2a,0x50,0x6f,0x4f,0x50,0x04,0x31,0x80,0x07,0x1c,0xf0,
315   0x0b,0xbf,0x99,0x68,0xae,0xd5,0x21,0xe9,0xe3,0xb7,0x02,0x33,0x70,0x5c,0xd1,0x5c,
316   0xbf,0x84,0x46,0x5c,0x80,0xb8,0x0f,0xe7,0xb4,0x91,0x27,0x10,0xef,0x60,0x4c,0x8d,
317   0xb4,0x00,0x55,0x4b,0x03,0xa6,0x30,0x03,0x33,0xa0,0x0d,0x15,0xd6,0xb4,0x3b,0x79,
318   0x88,0xff,0xbc,0xc1,0x11,0x48,0xc1,0x00,0x3a,0x70,0x06,0x79,0x50,0x04,0x79,0x10,
319   0x98,0x75,0x38,0xa8,0xc7,0xb8,0x7b,0x4e,0xb1,0x06,0x9a,0x40,0xbe,0x64,0x20,0xb5,
320   0x7b,0x85,0x8d,0x5a,0x20,0x0d,0x67,0x50,0xbb,0x44,0x45,0x54,0xec,0x80,0x08,0x62,
321   0xe9,0xaf,0x8f,0x87,0x9e,0xbb,0xea,0xbf,0xec,0xb9,0x15,0x24,0x10,0x57,0x27,0x36,
322   0x02,0x87,0xab,0xb0,0xcb,0x9b,0x01,0x4f,0x7b,0x10,0xb6,0x70,0x5e,0xb0,0x11,0x16,
323   0x65,0x80,0xb5,0x58,0x9b,0x0c,0x5a,0xc0,0xb4,0x47,0x09,0x7b,0x1f,0xa1,0x14,0xa2,
324   0xb0,0x04,0x79,0xd0,0x0a,0xad,0x50,0xbe,0x77,0x40,0x7f,0x62,0x58,0x95,0x2c,0xf5,
325   0xc0,0x11,0xa0,0x09,0xa1,0x5b,0x04,0xdb,0xb5,0x08,0xd0,0x07,0x63,0x8a,0xa0,0x07,
326   0xae,0x60,0xb7,0x2a,0x00,0xaa,0x31,0x10,0x03,0x44,0x40,0xab,0xba,0x17,0x66,0x9a,
327   0x28,0xbc,0xfb,0xd4,0x17,0x24,0x00,0x83,0xba,0x30,0x02,0xe4,0x90,0x0a,0x08,0xac,
328   0x65,0xf0,0x26,0x0a,0xcd,0x2b,0x10,0x1c,0xc1,0x58,0x0a,0xc0,0x0b,0x41,0xe0,0x03,
329   0x50,0x5c,0x03,0x33,0x00,0xa5,0x62,0x7a,0x99,0x1f,0xc1,0x1b,0x20,0x01,0x08,0x30,
330   0xa0,0x0e,0xea,0x90,0x07,0x79,0x00,0x03,0xab,0x77,0x98,0x2c,0x3b,0x6e,0x68,0xb0,
331   0x0b,0x64,0xbb,0x04,0x63,0x50,0x81,0xd6,0xa5,0x5c,0x32,0x96,0x01,0x74,0x80,0x0e,
332   0xf5,0x5b,0xbb,0x91,0x20,0x7c,0x73,0x68,0x6d,0x61,0x96,0x60,0x67,0x29,0xb0,0x7d,
333   0xd1,0x5c,0x30,0xb8,0x0a,0x42,0x40,0xc4,0x89,0x9b,0x01,0x64,0x48,0x46,0x3f,0xa1,
334   0x00,0xff,0xa1,0x00,0xc5,0x50,0x1c,0x04,0x5e,0xc0,0x7a,0x55,0xf9,0xb1,0x86,0x01,
335   0x01,0x59,0xaa,0x0e,0x46,0xb0,0xc5,0xda,0x30,0x76,0xc0,0xc6,0xaf,0x0f,0x20,0x39,
336   0x0d,0xc0,0x06,0x31,0xc0,0xc5,0xc6,0x80,0x5c,0x95,0xa8,0x07,0xd8,0x95,0x0d,0xd8,
337   0x00,0x52,0xb0,0x30,0x08,0xc5,0x30,0x0a,0x48,0x50,0x0c,0xad,0x10,0x03,0x2a,0xc0,
338   0xaf,0x24,0xc9,0x35,0x2e,0x4a,0x44,0x9e,0x95,0x38,0x5d,0xf1,0xc3,0x1a,0xa5,0x0b,
339   0xba,0x30,0xc4,0x45,0x6c,0x61,0x82,0x9c,0xc4,0x05,0xf1,0x1c,0x0c,0x40,0x02,0x35,
340   0x10,0x08,0xbf,0xda,0x03,0x6f,0xe0,0x70,0x5e,0xc0,0xb0,0x40,0xe6,0xbd,0x49,0xc1,
341   0x00,0x4e,0x70,0x02,0x30,0xb0,0x04,0xc3,0x69,0x0a,0x21,0x7c,0x98,0x03,0x58,0xc2,
342   0x0c,0xe0,0xb6,0x46,0xa0,0x0e,0x41,0x50,0xb3,0x8a,0xe0,0x5f,0x61,0x99,0x81,0x0f,
343   0x90,0x01,0xaa,0x50,0xbb,0xc5,0x90,0xce,0xb5,0x6b,0x05,0x3f,0x7b,0x60,0x4b,0xf7,
344   0x32,0xea,0xf9,0x8d,0xbc,0xca,0x10,0x71,0xc5,0x03,0xf6,0xcc,0x03,0x43,0x40,0x0f,
345   0xbd,0xbc,0x01,0x82,0x3c,0xcf,0x24,0xb2,0xcd,0x95,0x6b,0x58,0x44,0xa0,0x65,0x13,
346   0x49,0x77,0x86,0x91,0x0d,0x4b,0x20,0x02,0x25,0x10,0x03,0x46,0x40,0x03,0x8a,0x10,
347   0xc6,0x64,0x77,0xba,0x40,0x06,0x08,0x6a,0x90,0xd0,0x35,0x80,0x0d,0xd9,0xa0,0x01,
348   0xb1,0x4b,0x5f,0x54,0x88,0x06,0x0d,0x80,0x06,0x53,0xe0,0x0a,0x83,0x60,0xb6,0x66,
349   0xdb,0x08,0x8d,0x40,0x04,0x1a,0x6a,0xab,0x6a,0x03,0xa3,0xb4,0xdc,0x34,0x4e,0x77,
350   0x62,0xff,0xba,0x6c,0xcf,0x42,0x00,0x00,0x1b,0xb0,0xb0,0xfd,0x9c,0x13,0x7f,0x11,
351   0x16,0xbc,0xe0,0x03,0x6c,0x60,0x58,0x39,0x30,0xaa,0x28,0x6a,0x95,0x8a,0x81,0x14,
352   0x75,0x30,0x0a,0x4f,0xf0,0x04,0x33,0xdc,0x02,0x57,0x56,0x90,0xd4,0x46,0x9e,0xd4,
353   0x94,0x0d,0x4f,0x90,0xd0,0x39,0x80,0x0d,0x87,0xb7,0xd1,0xd5,0xa6,0x7b,0xe5,0xd5,
354   0xb8,0xaa,0x00,0x09,0x9b,0xb0,0x05,0x5e,0xed,0xd5,0x48,0xa0,0x07,0x18,0x78,0x7f,
355   0xf8,0xe4,0x5a,0x01,0xcb,0xc3,0x7d,0x91,0x0b,0x3b,0xc0,0x03,0x31,0xcd,0x09,0x32,
356   0x00,0x00,0x8b,0x6c,0x90,0x37,0xad,0x1f,0x73,0x20,0x16,0x62,0xe1,0x4a,0x6e,0x70,
357   0xbd,0x3d,0x10,0x07,0xa3,0xea,0x09,0xbd,0x85,0x0d,0x56,0x2c,0xae,0x80,0x50,0xae,
358   0x45,0x70,0xbb,0x33,0x20,0x68,0x1c,0x40,0x7f,0x01,0x26,0x7d,0x94,0xa6,0xba,0xe5,
359   0xba,0x04,0xd9,0xb0,0xa8,0x2d,0x1c,0x63,0xc9,0xea,0xbb,0x0d,0x00,0x0d,0xe1,0xc0,
360   0xd5,0x9d,0x00,0xd6,0x5b,0x20,0x06,0xfa,0x9b,0x0d,0xfd,0xda,0x54,0x2b,0x1d,0xb0,
361   0x01,0xcc,0x13,0x73,0xd0,0x04,0xc2,0xc3,0xd6,0x3c,0xb0,0x03,0x49,0x00,0x0f,0xc2,
362   0xd0,0x0c,0x72,0x5d,0x01,0x78,0xaa,0x24,0x63,0xa1,0x00,0x0c,0x30,0x06,0xa6,0x90,
363   0x03,0x3d,0x6d,0x03,0x5f,0x80,0x98,0xe1,0xf6,0x49,0x8d,0x51,0x01,0x71,0x30,0x73,
364   0x78,0x50,0x04,0x25,0x90,0x0c,0x2c,0x96,0xd8,0x04,0xed,0x64,0xab,0x15,0x04,0x27,
365   0xb0,0xa5,0x30,0xb0,0x02,0xd9,0xf0,0x7c,0xd8,0xc8,0xd8,0x72,0x6a,0x13,0x96,0x30,
366   0x0f,0xff,0x90,0x30,0x0b,0xb3,0xb0,0x09,0x9b,0xbd,0x05,0x48,0xb0,0x07,0xed,0x9c,
367   0xd5,0xb4,0x76,0xa7,0x02,0x13,0x35,0x57,0x80,0x05,0x4a,0x50,0x47,0xc2,0xb3,0x03,
368   0x3b,0xc0,0x09,0x2d,0x40,0x0e,0xdc,0xf0,0x0d,0x98,0xdb,0x01,0xbf,0xed,0x79,0x06,
369   0xf1,0x28,0xcf,0x81,0x1b,0x1e,0x11,0x01,0x4e,0x50,0xb9,0x81,0x40,0x03,0x84,0xc0,
370   0x08,0x73,0x98,0x06,0xd9,0x20,0x52,0x40,0x20,0x03,0x49,0xf8,0x69,0x39,0xb0,0x0d,
371   0x51,0x38,0x6d,0x96,0x88,0xd1,0x96,0xf0,0xdc,0xde,0xe6,0x07,0x64,0xf0,0x0b,0x45,
372   0x2a,0x60,0xe0,0x56,0x07,0xb1,0xdc,0x34,0x60,0x10,0x04,0xae,0x10,0xba,0xf1,0x10,
373   0x0f,0x8e,0xe0,0x08,0x90,0x70,0xe2,0x90,0x20,0x06,0x77,0x50,0x88,0xe5,0x19,0xb0,
374   0xc1,0x4b,0x44,0x5b,0x31,0xcc,0x6c,0xd0,0x02,0x39,0xe0,0x07,0x2f,0x70,0xe3,0xde,
375   0xe6,0xde,0x6c,0x9d,0x04,0x09,0x2e,0x0c,0x20,0x40,0x6a,0x92,0xf0,0xc0,0xf8,0x0d,
376   0x18,0x80,0xf1,0x26,0x69,0xc1,0x0b,0xd8,0xe0,0x03,0x01,0x4e,0x03,0x3d,0x1d,0x07,
377   0x40,0x70,0x07,0x71,0x10,0x07,0xdb,0xd6,0xa6,0x6c,0xe0,0x06,0x17,0xb0,0x08,0x18,
378   0x80,0x08,0x84,0xb6,0x65,0x4e,0x36,0x01,0x33,0xa0,0x06,0x32,0xa0,0x6e,0x2b,0x10,
379   0x02,0x3a,0xd0,0x90,0x21,0x80,0x07,0x56,0x30,0xa4,0xa3,0xe6,0x6f,0x57,0x12,0x0a,
380   0xa0,0x10,0x0b,0xa3,0x70,0x06,0x1e,0xdc,0x0a,0x64,0xdb,0x08,0xf1,0x30,0x0b,0x27,
381   0xee,0x08,0x9d,0x30,0x0e,0xbb,0x60,0x8a,0xee,0x6c,0xde,0x76,0xaa,0xc7,0x3d,0x21,
382   0x07,0xff,0xf2,0x40,0x05,0x86,0xbe,0x06,0x6b,0x50,0x07,0x63,0xe0,0x06,0x41,0xe0,
383   0x04,0x94,0xeb,0xe4,0x40,0xa0,0x0c,0xcd,0xe0,0x09,0x86,0x76,0x5f,0x8b,0xf9,0x29,
384   0x80,0x02,0x16,0x76,0x8d,0x6d,0x7c,0xb4,0x06,0xdb,0x30,0x03,0x51,0x1e,0x07,0x5c,
385   0x94,0x03,0x40,0x00,0x04,0x39,0xe0,0x04,0x17,0x90,0x0d,0x2c,0x36,0x68,0x1a,0x7e,
386   0x07,0x93,0xc6,0x50,0xac,0x69,0x0c,0xbd,0x90,0x0c,0xb9,0xed,0xe4,0x36,0x20,0x8d,
387   0x4c,0xf0,0x6e,0xe1,0x06,0x06,0xe3,0x16,0x1b,0x6b,0x80,0x05,0x28,0x10,0x04,0xb9,
388   0x0d,0x04,0x0d,0xf8,0x04,0x62,0x20,0x06,0xe3,0x30,0x0e,0xe8,0x00,0x0a,0x56,0xb0,
389   0x0b,0xda,0x10,0x6b,0xf8,0xc4,0x74,0x68,0x59,0xda,0x7c,0x23,0x07,0xfa,0x28,0x01,
390   0x70,0x34,0x6d,0x5a,0x06,0x96,0x57,0x6d,0xab,0x93,0x43,0x22,0x7d,0xe3,0x25,0x69,
391   0x11,0x1b,0xb9,0x50,0x01,0xcc,0xb4,0x08,0x89,0xa0,0x08,0x89,0x90,0x08,0x8b,0x20,
392   0x01,0x23,0xd5,0xa8,0x8a,0x17,0x96,0xfd,0x36,0x96,0xb0,0x81,0x06,0xc7,0x54,0x81,
393   0xfe,0xe5,0x91,0x02,0xe6,0x64,0x8a,0xa5,0x74,0xe7,0x75,0xef,0x0f,0x0e,0x02,0x5c,
394   0x10,0x9b,0xf8,0x09,0x58,0xf3,0xce,0x54,0xb2,0x16,0xe8,0x82,0xbe,0x17,0x73,0x20,
395   0xb1,0x7a,0x85,0x01,0x7c,0x15,0xf1,0x7c,0x15,0x58,0x4e,0x0d,0x64,0x0f,0xc2,0x2d,
396   0xb2,0x17,0x12,0x0d,0x80,0x5e,0xca,0xa4,0x56,0x5b,0xa5,0x01,0x10,0xef,0x57,0xca,
397   0x85,0x59,0xfd,0xf6,0x65,0xbe,0x6b,0xef,0xd1,0xaa,0x56,0x10,0x1f,0xf1,0x81,0x95,
398   0x06,0xff,0x19,0x90,0x74,0x42,0xb4,0xf1,0xc7,0x54,0x07,0x50,0xb8,0xf2,0x77,0xc0,
399   0x57,0x7f,0x85,0x01,0x3e,0xca,0x53,0xf5,0xd4,0x48,0xe6,0xfd,0xf3,0x98,0xd1,0xf0,
400   0x7d,0xb4,0x4c,0x69,0x95,0x56,0xa9,0x9e,0x54,0x07,0x1e,0x4f,0xa1,0x50,0x9a,0x42,
401   0x73,0x32,0x17,0x53,0x33,0x8d,0xf5,0x4a,0x11,0xa0,0x4c,0xaa,0xee,0x46,0x20,0xaf,
402   0xf3,0x24,0xb5,0x53,0x4a,0xdf,0x49,0x1e,0x5d,0x2e,0xe8,0x05,0x52,0x69,0x95,0x06,
403   0x17,0xb0,0x9f,0x49,0x95,0x01,0xa5,0xec,0xce,0x56,0x62,0x4c,0x0b,0x15,0x52,0xfb,
404   0xa9,0x53,0xfc,0xa9,0xf5,0x4b,0x45,0x5e,0xb2,0x96,0xc7,0xd4,0xde,0x13,0xef,0xb0,
405   0xf1,0x09,0x55,0x01,0x99,0x40,0x56,0x7c,0x4f,0x56,0xf7,0x95,0x94,0x5c,0x12,0xee,
406   0xec,0x12,0x12,0xff,0xbe,0x50,0x12,0x35,0xb5,0x88,0xbf,0x5d,0x9b,0x84,0x89,0x74,
407   0x71,0x4b,0x63,0xa5,0x4c,0x90,0x9f,0x4c,0xc9,0x84,0xf0,0x31,0x24,0xf3,0x8e,0x5b,
408   0x07,0xdb,0x85,0xf9,0xdb,0xb5,0xf9,0x8a,0xbf,0x5a,0x99,0xfc,0xf3,0xe6,0xad,0x19,
409   0x4e,0x91,0x17,0xb8,0xe4,0x48,0xa5,0x7f,0xfa,0xff,0x86,0x76,0x07,0x23,0x29,0x96,
410   0x93,0xf6,0xcb,0xca,0xf7,0x34,0x96,0x50,0xe8,0xe4,0xbb,0xe3,0xb2,0xf1,0xd0,0xab,
411   0xac,0x9d,0xa4,0x50,0xca,0x8a,0xf6,0x9e,0x83,0x4b,0xcb,0x2a,0x56,0xc0,0x2f,0x56,
412   0x04,0x05,0xfa,0xa1,0x2f,0x33,0x5e,0xd1,0x19,0x41,0x11,0x37,0xea,0x41,0xdb,0xb2,
413   0x57,0x34,0x51,0x6f,0xfb,0xa8,0x3f,0xbc,0x0c,0x53,0x2c,0x65,0x02,0xfa,0x1e,0x6d,
414   0xde,0xff,0x56,0x98,0x17,0x68,0x70,0x4b,0xa8,0xcf,0xfd,0xdd,0x4f,0xfc,0x0b,0xef,
415   0x17,0x41,0xb3,0x25,0x5f,0x41,0xe4,0x41,0x63,0x30,0xe3,0xbf,0x25,0xcc,0xc9,0xb9,
416   0x29,0x02,0x1c,0x08,0xd2,0x12,0xee,0xaf,0x34,0x3a,0xd3,0x32,0xa8,0xd2,0xbf,0x66,
417   0x0d,0xfe,0xa0,0x8f,0xfe,0xe5,0x3f,0xfe,0x22,0x92,0xdf,0x06,0xb3,0xff,0x00,0xa1,
418   0x60,0x81,0x02,0x5b,0x05,0x0d,0x0a,0x34,0x98,0x30,0xe1,0x02,0x5b,0x0c,0x17,0x38,
419   0x7c,0x08,0x31,0xe2,0xc4,0x89,0x0c,0x28,0x3e,0x7c,0xb7,0x20,0xe3,0x3b,0x8e,0x1d,
420   0xdf,0x59,0x64,0xc0,0xe0,0x23,0xc8,0x90,0x23,0x43,0x9e,0x44,0x99,0x52,0x65,0xc8,
421   0x06,0x0c,0x5a,0x36,0x78,0xe9,0x52,0x8e,0x4b,0x98,0x35,0x6d,0xda,0xb4,0xa5,0x40,
422   0x67,0x4e,0x9e,0x04,0x7d,0xf2,0x04,0x9a,0x90,0x60,0xc1,0xa1,0x39,0x07,0x0e,0x34,
423   0x8a,0x50,0xa1,0x41,0x87,0x0d,0x9d,0x5e,0x84,0x7a,0x31,0xa3,0x46,0x91,0x20,0x3f,
424   0x2e,0x00,0x89,0xf5,0xe3,0x48,0xae,0x25,0xab,0x7a,0x5d,0x19,0xd6,0xe5,0x58,0x96,
425   0x65,0x6f,0x36,0x90,0x03,0x93,0xe6,0x59,0x9d,0x43,0x7f,0xba,0xed,0x09,0xd4,0x67,
426   0x51,0xba,0x48,0x99,0x2e,0xbd,0xfb,0x54,0xef,0xc3,0x86,0x51,0xa3,0x72,0xb4,0x88,
427   0x95,0xea,0xc3,0xaf,0x80,0x05,0x9f,0xc4,0x4a,0x52,0xec,0x62,0x94,0x2f,0x1d,0xc7,
428   0x44,0x2b,0xf3,0xf1,0xd9,0xb8,0x70,0x7f,0xc6,0x0d,0x7a,0x30,0xe9,0x5d,0x87,0x45,
429   0xf1,0x32,0xdc,0xeb,0x57,0xb4,0xe0,0xa9,0x82,0x4d,0x67,0xd5,0x9a,0xd2,0x64,0xd7,
430   0xaf,0xfe,0x2b,0x5b,0xba,0x26,0x3b,0x76,0xe6,0x59,0xda,0x37,0x77,0xbe,0xcd,0x39,
431   0x47,0xe0,0xdb,0x81,0x08,0x2f,0x3b,0xdd,0x4d,0x14,0xf4,0x1c,0xa7,0xc5,0x0b,0x82,
432   0x96,0x48,0xb1,0xef,0x68,0x8c,0x83,0x4f,0x2f,0xc0,0x95,0x38,0xf1,0xd5,0xaa,0x5b,
433   0x5b,0x33,0x6e,0x3c,0x16,0xf2,0xda,0xb4,0x90,0xd3,0x4a,0xae,0x6d,0xb9,0xb2,0xdd,
434   0xe0,0x0c,0x77,0x9b,0xcf,0xa9,0x54,0x2f,0x70,0xd0,0xeb,0xf9,0x46,0x5c,0xce,0x9c,
435   0x22,0x6a,0x91,0x87,0xa5,0x5b,0x57,0x8c,0x1f,0xa5,0x49,0xb1,0xaf,0x4f,0x6e,0x7f,
436   0xed,0x31,0xee,0x6a,0x83,0x69,0xbc,0xf3,0x82,0x3b,0x10,0x29,0x82,0xec,0xea,0xec,
437   0xa8,0x04,0xf7,0x7a,0x2a,0x39,0xf9,0xa2,0x0a,0x6c,0xab,0xc3,0xac,0x93,0x2e,0x3f,
438   0xb0,0xb0,0x0b,0x6b,0x3b,0xed,0xd6,0x02,0x6f,0x32,0xda,0xe8,0x22,0xaa,0xb2,0x83,
439   0x1c,0x6c,0x6a,0x33,0x08,0x53,0x2c,0xae,0xa9,0xf7,0xe2,0x9b,0x90,0xa2,0x8c,0x2c,
440   0x9a,0xd1,0xb0,0xac,0x6e,0x0c,0x69,0x3a,0x0e,0x61,0x8b,0x49,0x3b,0x00,0xd1,0x52,
441   0x8b,0x40,0x9c,0x78,0xfb,0xac,0xa1,0xf3,0x4a,0x3c,0x12,0x3d,0xbc,0x56,0x9c,0x68,
442   0x39,0x18,0x63,0xa4,0xb1,0xa3,0x1c,0x6f,0xfc,0x28,0xba,0xfd,0xc0,0xe2,0x6f,0xc3,
443   0xc5,0xfc,0xeb,0x11,0x32,0x20,0xd7,0x12,0x12,0x26,0xcf,0x2a,0x7b,0x6b,0xc1,0x07,
444   0x99,0x42,0xa8,0x3d,0xe4,0x42,0x0b,0x4d,0xc2,0x18,0x39,0xd2,0x28,0xce,0xc0,0xac,
445   0xaa,0x2a,0x43,0xd6,0x76,0xe4,0xf1,0x43,0x2f,0x83,0x0c,0xf3,0xa6,0xf1,0x16,0x32,
446   0xfe,0xf2,0xa8,0xdc,0x02,0x15,0xf4,0x38,0x40,0x0d,0x75,0xf1,0xb8,0x17,0x63,0xf4,
447   0x8b,0x4e,0xea,0xec,0x63,0x00,0x17,0xc5,0x0a,0xc3,0x93,0x31,0xc7,0xb8,0x03,0xb3,
448   0xbb,0x9a,0x34,0xf5,0x73,0xcc,0x23,0xcb,0xcb,0xab,0x41,0xf5,0xda,0x63,0x32,0xb9,
449   0x27,0xdf,0xd4,0x08,0x43,0x38,0x01,0xc3,0xcf,0x3a,0x57,0xb5,0xac,0xd4,0x47,0xef,
450   0x5a,0x9a,0x0d,0xa6,0xef,0xfa,0x14,0x53,0xb3,0x03,0x03,0x45,0x92,0x3c,0x88,0x8c,
451   0x73,0x6f,0xc5,0x08,0x19,0xad,0x68,0x46,0x8c,0x6c,0x84,0x34,0xb5,0x49,0x63,0x55,
452   0xc9,0xc3,0x2f,0x45,0x04,0xb3,0x4f,0xcd,0xf0,0x22,0x0e,0xd0,0x42,0x49,0x35,0x14,
453   0xc2,0x61,0x9d,0x24,0x56,0x46,0xd3,0x3c,0x4a,0x6c,0x43,0xfc,0x32,0x94,0x34,0x4b,
454   0x3c,0xb9,0xd4,0xf3,0xac,0x68,0xa5,0x1d,0x53,0x38,0xe1,0x7c,0xcb,0x4b,0xa1,0x14,
455   0x13,0x75,0xb3,0xde,0x09,0xa5,0x1c,0x8c,0x46,0x91,0x3c,0xc2,0x77,0xca,0x2b,0x99,
456   0xfd,0x4f,0x4f,0x9a,0xd2,0xba,0x95,0x53,0x5c,0x1b,0x18,0xf4,0x37,0x77,0x0f,0x2d,
457   0x32,0xd4,0x6d,0x5d,0xec,0xb6,0xa2,0x38,0x3b,0x4a,0xad,0xc6,0xea,0x28,0xbd,0x18,
458   0x25,0x49,0x99,0x0d,0x90,0xa5,0xc8,0x26,0x23,0xf8,0x60,0x84,0x15,0xa8,0x16,0xd8,
459   0xe3,0x12,0x54,0x2f,0x5e,0x88,0xe3,0x3b,0x35,0x62,0xd2,0x30,0xdc,0x97,0xd5,0x47,
460   0x33,0x36,0xd7,0x5c,0x0e,0x6b,0x12,0x18,0xc8,0x4d,0x41,0x96,0x16,0x2f,0x94,0x7f,
461   0x65,0x91,0xde,0x60,0x81,0x76,0x39,0xa2,0x8d,0x9a,0x33,0x56,0xe6,0xeb,0xa6,0xfe,
462   0x5c,0x2d,0x52,0x80,0x63,0x93,0xd5,0x26,0xc9,0xd6,0xed,0x53,0xe1,0xa5,0xd6,0xbc,
463   0x5a,0x58,0xa2,0x8b,0xbe,0xa8,0x3a,0x29,0x6b,0x9c,0xd9,0x46,0xfd,0x56,0xb2,0x79,
464   0x4b,0x8f,0x83,0xd4,0xae,0x56,0x9d,0x45,0x2e,0x30,0xdb,0x25,0x4f,0x3c,0x54,0xcd,
465   0x52,0x87,0x75,0x39,0x30,0xa4,0xc1,0xfe,0x9a,0x55,0xaf,0xee,0x2c,0x1b,0x3b,0x74,
466   0x7d,0x9c,0xda,0x56,0xb6,0x71,0x7a,0xbb,0x48,0x6c,0xb5,0x6e,0xd2,0x5e,0x46,0x37,
467   0x7a,0x75,0x2b,0xb1,0x4d,0x3a,0x0c,0x63,0xd5,0x2a,0xed,0x18,0xe7,0x4b,0x07,0x3f,
468   0x8b,0x17,0x84,0x0b,0x67,0xd8,0x61,0x26,0xe9,0x56,0x7c,0xb4,0x1b,0x25,0x36,0xf6,
469   0x62,0x29,0x55,0xea,0x9b,0x72,0xc0,0x27,0xa3,0x09,0x3c,0xaa,0x85,0xe4,0xbc,0x73,
470   0x7a,0x17,0x55,0x2e,0xf4,0x7b,0x53,0x2d,0x5d,0xdf,0x93,0x66,0x36,0xfd,0xe9,0x0e,
471   0x2f,0x07,0xb1,0x36,0x83,0xc3,0xe4,0x05,0x82,0xd8,0xdd,0x46,0x74,0x3d,0xc4,0xb9,
472   0x3e,0x76,0x74,0x8b,0xac,0x3c,0x8d,0xbf,0xae,0x52,0x8f,0x15,0xc0,0xd6,0x6d,0xba,
473   0x75,0x70,0x5e,0x34,0x37,0xfe,0xed,0xa0,0xb3,0x15,0x5a,0xa2,0x96,0x8b,0x66,0x5c,
474   0xce,0x99,0x75,0x54,0x56,0x7a,0xdf,0xcd,0xca,0xb9,0xbb,0xeb,0x31,0xd7,0x5c,0xf3,
475   0xcd,0x63,0x9f,0x3d,0x79,0xa8,0xc6,0x5f,0x9c,0x30,0x48,0x63,0xe6,0x3d,0x5c,0x2c,
476   0x61,0xe5,0x58,0xba,0x02,0x87,0xb9,0x9b,0x40,0x00,0x26,0x06,0xe4,0xdc,0xbc,0xdc,
477   0xb3,0xb2,0xf7,0x30,0x0f,0x69,0x17,0xaa,0xd3,0x85,0x5e,0x45,0xa5,0xa5,0xfe,0xf9,
478   0xce,0x4b,0xd7,0xd3,0x54,0xf6,0x30,0x67,0xc0,0x03,0x36,0xcc,0x38,0x6b,0x9a,0x5d,
479   0x03,0xf1,0x27,0x1f,0xbd,0xd9,0x07,0x4e,0x93,0x42,0xd6,0xb2,0x2a,0x08,0xb0,0xca,
480   0xa5,0xcd,0x72,0xc3,0x83,0x5f,0x03,0xba,0xc7,0x19,0xad,0x21,0xaa,0x76,0xf0,0x71,
481   0xa0,0xd1,0x2a,0x36,0x41,0x08,0x4e,0x8e,0x7a,0xd5,0x13,0xe0,0xb3,0xd6,0xf5,0x3a,
482   0x02,0x19,0x90,0x83,0xc9,0xab,0x61,0xf8,0x22,0x34,0x42,0xf9,0xb4,0xe6,0x2a,0x53,
483   0xd1,0x17,0xee,0x2e,0x56,0xb1,0x15,0x5a,0xf0,0x7d,0x2f,0x81,0xa1,0xe5,0xd8,0xc6,
484   0x41,0x03,0xf2,0xc2,0x16,0x73,0x48,0x54,0x12,0x1b,0x08,0x31,0x07,0xc2,0x89,0x74,
485   0xbb,0xdb,0x57,0x1a,0x7b,0x58,0x45,0x0b,0x5a,0xef,0x82,0x7c,0xda,0x60,0x4d,0xba,
486   0x48,0x1c,0xa1,0xcd,0x6d,0x6b,0x39,0x64,0xdc,0xde,0x48,0x93,0x2a,0xad,0x8c,0x0d,
487   0x8d,0xbd,0xfb,0x61,0x7f,0x56,0x27,0x22,0x02,0x16,0xf0,0x80,0x30,0x41,0x03,0x1d,
488   0x41,0xb8,0x44,0xa2,0x31,0xb1,0x5b,0xa3,0xd3,0x5f,0xc6,0xd0,0x68,0x23,0x3a,0xfd,
489   0xcb,0x8a,0x97,0x83,0x23,0x03,0x6e,0x45,0xc4,0x3e,0x71,0x51,0x86,0x5e,0x04,0x23,
490   0xf8,0xda,0x94,0xc3,0xbf,0xe8,0x8f,0x8f,0x16,0xca,0x4a,0xe9,0x22,0x07,0xc0,0xf5,
491   0xb1,0x0f,0x6d,0xaf,0x24,0x24,0x01,0x39,0x28,0xc3,0x06,0x68,0x8e,0x8e,0x2d,0x22,
492   0x63,0xa9,0x1c,0x58,0x9f,0x28,0xa5,0xf0,0x2a,0xfe,0xf3,0x21,0x2b,0x5b,0x79,0x3d,
493   0x0c,0xd2,0x86,0x93,0xb5,0xd9,0x9e,0xfc,0xb8,0x57,0xcb,0x06,0x00,0x80,0x8d,0x91,
494   0xf6,0x72,0x24,0x73,0x2a,0x64,0x18,0xdc,0x9d,0xf0,0x3e,0x86,0x99,0xe0,0x30,0xf3,
495   0x14,0x24,0xf7,0x61,0x71,0x6d,0x6c,0x93,0x1f,0x2d,0x8d,0x28,0x43,0x30,0x86,0x52,
496   0x7c,0x37,0xb4,0xdd,0xe2,0x54,0x19,0x49,0x2a,0x3a,0xaa,0x82,0xc0,0xd4,0xa6,0x80,
497   0xbc,0x79,0xcc,0xc1,0xa1,0x81,0x96,0xf1,0x83,0xc9,0x1c,0xca,0x89,0x43,0x67,0x92,
498   0xb2,0x58,0xaa,0x04,0x24,0xbf,0x26,0x15,0x2e,0x65,0x69,0x33,0x60,0x6a,0x59,0xdd,
499   0xc0,0xd6,0x96,0x45,0x02,0x6d,0xcf,0x26,0xe3,0x84,0xc0,0x02,0xc0,0xc8,0xcf,0x74,
500   0x72,0x6d,0x55,0x1e,0x89,0xd2,0xcb,0xa8,0xe3,0xaa,0x19,0x09,0xb3,0x95,0x95,0x9b,
501   0xe7,0x4d,0xba,0xa9,0x3d,0x66,0x7e,0x12,0x02,0xcb,0x84,0x40,0x40,0x00,0x00,0x3b
502   };
503 
504 
main(int argc,char ** argv)505 int main(int argc,char **argv){
506   FXApp application("Hello2","FoxTest");
507   application.init(argc,argv);
508   FXMainWindow *main=new FXMainWindow(&application,"Hello",NULL,NULL,DECOR_ALL);
509   FXIcon *icon=new FXGIFIcon(&application,FRONT,0,IMAGE_KEEP);
510   new FXButton(main,"&Hello, World!\tWow, FOX is really cool!\nClick on the icon to quit the application.",icon,&application,FXApp::ID_QUIT,ICON_UNDER_TEXT|JUSTIFY_BOTTOM);
511   new FXToolTip(&application);
512   application.create();
513   main->show(PLACEMENT_SCREEN);
514   return application.run();
515   }
516 
517 
518