diff --git a/src/Makefile.mingw-wx-sdl2-network b/src/Makefile.mingw-wx-sdl2-network
new file mode 100644
index 0000000..9085f5e
--- /dev/null
+++ b/src/Makefile.mingw-wx-sdl2-network
@@ -0,0 +1,62 @@
+VPATH = . dosbox resid-fp
+CPP = g++
+CC = gcc
+WINDRES = windres.exe
+WXVERSION = 31
+WXINCLUDE = C:/MinGW/include/wx/
+CFLAGS = -O3 -march=i686 -fomit-frame-pointer -msse2 -mstackrealign -Werror -fno-strict-aliasing -DUSE_NETWORKING
+CXXFLAGS = $(CFLAGS)
+OBJ = 386.o 386_dynarec.o 386_dynarec_ops.o 808x.o acer386sx.o ali1429.o amstrad.o cdrom-ioctl.o cdrom-image.o \
+ codegen.o codegen_ops.o codegen_timing_486.o codegen_timing_686.o codegen_timing_common.o codegen_timing_pentium.o codegen_timing_winchip.o codegen_x86.o compaq.o config.o cpu.o dac.o \
+ device.o dells200.o disc.o disc_fdi.o disc_img.o disc_sector.o dma.o esdi_at.o fdc.o fdc37c665.o fdd.o fdi2raw.o gameport.o hdd.o hdd_esdi.o hdd_file.o headland.o i430lx.o i430fx.o \
+ i430vx.o ide.o intel.o intel_flash.o io.o jim.o joystick_ch_flightstick_pro.o joystick_standard.o joystick_sw_pad.o joystick_tm_fcs.o keyboard.o keyboard_amstrad.o keyboard_at.o \
+ keyboard_olim24.o keyboard_pcjr.o keyboard_xt.o laserxt.o lpt.o mca.o mcr.o mem.o mfm_at.o mfm_xebec.o model.o mouse.o mouse_msystems.o mouse_ps2.o \
+ mouse_serial.o neat.o nmi.o nvr.o olivetti_m24.o opti495.o paths.o pc.o pci.o pic.o piix.o pit.o ppi.o ps1.o ps2.o ps2_mca.o ps2_nvr.o rom.o rtc.o \
+ scat.o serial.o sio.o sis496.o sound.o sound_ad1848.o sound_adlib.o sound_adlibgold.o sound_cms.o sound_dbopl.o \
+ sound_emu8k.o sound_gus.o sound_mpu401_uart.o sound_opl.o sound_pas16.o sound_ps1.o sound_pssj.o sound_resid.o \
+ sound_sb.o sound_sb_dsp.o sound_sn76489.o sound_speaker.o sound_ssi2001.o sound_wss.o \
+ sound_ym7128.o soundopenal.o tandy_eeprom.o tandy_rom.o timer.o um8881f.o um8669f.o vid_ati_eeprom.o vid_ati_mach64.o vid_ati18800.o \
+ vid_ati28800.o vid_ati68860_ramdac.o vid_cga.o vid_cl5429.o vid_colorplus.o vid_ega.o vid_et4000.o \
+ vid_et4000w32.o vid_et4000w32i.o vid_genius.o vid_hercules.o vid_icd2061.o vid_ics2595.o vid_incolor.o vid_mda.o \
+ vid_olivetti_m24.o vid_oti067.o vid_paradise.o vid_pc1512.o vid_pc1640.o vid_pc200.o \
+ vid_pcjr.o vid_ps1_svga.o vid_s3.o vid_s3_virge.o vid_sdac_ramdac.o vid_stg_ramdac.o vid_svga.o \
+ vid_svga_render.o vid_tandy.o vid_tandysl.o vid_tgui9440.o vid_tkd8001_ramdac.o vid_tvga.o vid_unk_ramdac.o \
+ vid_vga.o vid_voodoo.o vid_wy700.o video.o wd76c10.o x86seg.o x87.o xtide.o win-midi.o \
+ wx-main.o wx-config_sel.o wx-dialogbox.o wx-utils.o wx-app.o wx-sdl2-joystick.o wx-sdl2-mouse.o wx-sdl2-keyboard.o wx-sdl2-video.o \
+ wx-sdl2.o wx-config.o wx-deviceconfig.o wx-hostconfig.o wx-status.o wx-sdl2-status.o wx-resources.o wx-thread.o wx-common.o wx-sdl2-display-win.o \
+ wx-sdl2-video-renderer.o wx-sdl2-video-gl3.o wx-glslp-parser.o wx-shader_man.o wx-shaderconfig.o wx.res
+DBOBJ = cdrom_image.o dbopl.o nukedopl.o vid_cga_comp.o
+SIDOBJ = convolve.o convolve-sse.o envelope.o extfilt.o filter.o pot.o sid.o voice.o wave6581__ST.o wave6581_P_T.o wave6581_PS_.o wave6581_PST.o wave8580__ST.o wave8580_P_T.o wave8580_PS_.o wave8580_PST.o wave.o
+NETOBJ = ne2000.o nethandler.o
+
+LIBS = -Wl,--subsystem,windows -mthreads -mwindows -lwxmsw$(WXVERSION)u_xrc -lwxmsw$(WXVERSION)u_html -lwxmsw$(WXVERSION)u_adv -lwxbase$(WXVERSION)u_xml -lwxmsw$(WXVERSION)u_core -lwxbase$(WXVERSION)u -lwxtiff -lwxjpeg -lwxpng -lwxzlib -lwxregexu -lwxexpat -lkernel32 -lcomdlg32 -lwinspool -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lmingw32 -lopengl32 -lopenal32 -lstdc++ -lSDL2main -lSDL2 -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid -static-libgcc -lwsock32 -liphlpapi
+
+PCem-wx-SDL2.exe: $(OBJ) $(DBOBJ) $(SIDOBJ) $(NETOBJ) libslirp.a
+ $(CC) $(OBJ) $(DBOBJ) $(SIDOBJ) $(NETOBJ) slirp/libslirp.a -o "PCem-wx-SDL2.exe" $(LIBS)
+ strip -s PCem-wx-SDL2.exe
+
+libslirp.a:
+ $(MAKE) -C slirp
+
+all : libslirp.a PCem-wx-SDL2.exe
+
+clean :
+ rm *.o
+ rm PCem-wx-SDL2.exe
+ rm *.res
+
+wx-resources.o : pc.xrc
+ -wxrc -c pc.xrc -o wx-resources.cpp
+ $(CPP) $(CXXFLAGS) -c wx-resources.cpp
+
+%.o : %.c
+ $(CC) $(CFLAGS) -c $<
+
+%.o : %.cc
+ $(CPP) $(CXXFLAGS) -c $<
+
+%.o : %.cpp
+ $(CPP) $(CXXFLAGS) -c $<
+
+wx.res: wx.rc
+ $(WINDRES) -I$(WXINCLUDE)/../ -i wx.rc --input-format=rc -o wx.res -O coff
diff --git a/src/icons/16x16/network_ethernet.png b/src/icons/16x16/network_ethernet.png
new file mode 100644
index 0000000..01b1d4c
Binary files /dev/null and b/src/icons/16x16/network_ethernet.png differ
diff --git a/src/icons/16x16/widescreen.png b/src/icons/16x16/widescreen.png
new file mode 100644
index 0000000..ba7e1c4
Binary files /dev/null and b/src/icons/16x16/widescreen.png differ
diff --git a/src/icons/32x32/network_ethernet.png b/src/icons/32x32/network_ethernet.png
new file mode 100644
index 0000000..9df8b73
Binary files /dev/null and b/src/icons/32x32/network_ethernet.png differ
diff --git a/src/icons/32x32/widescreen.png b/src/icons/32x32/widescreen.png
new file mode 100644
index 0000000..60042ac
Binary files /dev/null and b/src/icons/32x32/widescreen.png differ
diff --git a/src/pc.xrc b/src/pc.xrc
index 18bca4f..21c3425 100644
--- a/src/pc.xrc
+++ b/src/pc.xrc
@@ -509,7 +509,7 @@
0
-
+
+
+ 0
+ icons/32x32/network_ethernet.png
+
+
+
+ 0
+ 2
+ 0
+ 0
+ 1
+
+
+
+ wxALL
+ 5
+
+ 80,-1
+
+ -1
+
+
+
+
+ wxEXPAND
+ 5
+
+ wxHORIZONTAL
+
+
+ wxALL
+ 5
+
+
+ 350,-1
+
+
+
+
+
+
+
+
+
@@ -2377,7 +2422,23 @@
0
-
+
+
+ wxEXPAND
+ 5
+ 0,0
+
+
+
+ wxALL
+ 5
+
+
+ icons/32x32/widescreen.png
+ 0
+
+
+
@@ -2724,4 +2785,128 @@
+
+
+
+ 499,175
+ Host Configuration
+ 1
+
+ wxVERTICAL
+
+
+ wxEXPAND | wxALL
+ 5
+
+
+
+ 0
+ 1
+ 0
+ 0
+
+
+
+
+ wxEXPAND | wxALL
+ 5
+
+
+
+ 0
+ icons/32x32/network_ethernet.png
+
+
+
+ 0
+ 2
+ 0
+ 0
+
+
+
+
+ wxALL
+ 5
+
+
+ -1
+
+
+
+
+ wxALL
+ 5
+
+
+ 550,-1
+
+
+
+
+
+
+ wxALL
+ 5
+
+
+ -1
+
+
+
+
+ wxALL
+ 5
+
+
+ 550,-1
+ Combo!
+
+
+
+
+
+
+
+
+
+
+ wxEXPAND
+ 5
+
+ wxHORIZONTAL
+
+
+ wxEXPAND
+ 5
+ 0,0
+
+
+
+ wxEXPAND
+ 5
+
+
+ wxALIGN_CENTER_HORIZONTAL|wxALL
+ 5
+
+
+
+
+
+ wxALIGN_CENTER_HORIZONTAL|wxALL
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/wx-config.c b/src/wx-config.c
index 78ba9cc..90d0dce 100644
--- a/src/wx-config.c
+++ b/src/wx-config.c
@@ -11,6 +11,7 @@
#include "model.h"
#include "mouse.h"
#include "mem.h"
+#include "nethandler.h"
#include "nvr.h"
#include "sound.h"
#include "video.h"
@@ -23,7 +24,9 @@ static int romstolist[ROM_MAX], listtomodel[ROM_MAX], romstomodel[ROM_MAX],
modeltolist[ROM_MAX];
static int settings_sound_to_list[20], settings_list_to_sound[20];
static int settings_mouse_to_list[20], settings_list_to_mouse[20];
-//static int settings_network_to_list[20], settings_list_to_network[20];
+#ifdef USE_NETWORKING
+static int settings_network_to_list[20], settings_list_to_network[20];
+#endif
static char *hdd_names[16];
int has_been_inited = 0;
@@ -206,6 +209,47 @@ static void recalc_hdd_list(void* hdlg, int model, int use_selected_hdd)
}
}
+#ifdef USE_NETWORKING
+static void recalc_net_list(void *hdlg, int model)
+{
+ void *h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETCARD"));
+ int c = 0, d = 0;
+ int set_zero = 0;
+
+ wx_sendmessage(h, WX_CB_RESETCONTENT, 0, 0);
+
+ while (1)
+ {
+ char *s = network_card_getname(c);
+
+ if (!s[0])
+ break;
+
+ settings_network_to_list[c] = d;
+
+ if (network_card_available(c))
+ {
+ device_t *network_dev = network_card_getdevice(c);
+
+ if (!network_dev || (network_dev->flags & DEVICE_MCA) == (models[model].flags & MODEL_MCA))
+ {
+ wx_sendmessage(h, WX_CB_ADDSTRING, 0, (LONG_PARAM)s);
+ settings_list_to_network[d] = c;
+ d++;
+ }
+ else if (c == network_card_current)
+ set_zero = 1;
+ }
+
+ c++;
+ }
+ if (set_zero)
+ wx_sendmessage(h, WX_CB_SETCURSEL, 0, 0);
+ else
+ wx_sendmessage(h, WX_CB_SETCURSEL, settings_network_to_list[network_card_current], 0);
+}
+#endif
+
int config_dlgsave(void* hdlg)
{
char temp_str[256];
@@ -217,6 +261,9 @@ int config_dlgsave(void* hdlg)
int temp_dynarec;
int temp_fda_type, temp_fdb_type;
int temp_mouse_type;
+#ifdef USE_NETWORKING
+ int temp_network_card;
+#endif
int hdd_changed = 0;
char s[260];
PcemHDC hd[4];
@@ -282,13 +329,21 @@ int config_dlgsave(void* hdlg)
if (hdd_names[c])
hdd_changed = strncmp(hdd_names[c], hdd_controller_name, sizeof(hdd_controller_name)-1);
+#ifdef USE_NETWORKING
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETCARD"));
+ temp_network_card = settings_list_to_network[wx_sendmessage(h, WX_CB_GETCURSEL, 0, 0)];
+#endif
if (temp_model != model || gfx != gfxcard || mem != mem_size ||
fpu != hasfpu || temp_GAMEBLASTER != GAMEBLASTER || temp_GUS != GUS ||
temp_SSI2001 != SSI2001 || temp_sound_card_current != sound_card_current ||
temp_voodoo != voodoo_enabled || temp_dynarec != cpu_use_dynarec ||
temp_fda_type != fdd_get_type(0) || temp_fdb_type != fdd_get_type(1) ||
- temp_mouse_type != mouse_type || hdd_changed || hd_changed || cdrom_channel != new_cdrom_channel)
+ temp_mouse_type != mouse_type || hdd_changed || hd_changed || cdrom_channel != new_cdrom_channel
+#ifdef USE_NETWORKING
+ || temp_network_card != network_card_current
+#endif
+ )
{
if (!has_been_inited || confirm())
{
@@ -306,6 +361,9 @@ int config_dlgsave(void* hdlg)
voodoo_enabled = temp_voodoo;
cpu_use_dynarec = temp_dynarec;
mouse_type = temp_mouse_type;
+#ifdef USE_NETWORKING
+ network_card_current = temp_network_card;
+#endif
fdd_set_type(0, temp_fda_type);
fdd_set_type(1, temp_fdb_type);
@@ -416,6 +474,9 @@ int config_dlgproc(void* hdlg, int message, INT_PARAM wParam, LONG_PARAM lParam)
int cpu_flags;
int cpu_type;
int temp_mouse_type;
+#ifdef USE_NETWORKING
+ int temp_network_card;
+#endif
switch (message)
{
@@ -633,6 +694,16 @@ int config_dlgproc(void* hdlg, int message, INT_PARAM wParam, LONG_PARAM lParam)
hdconf_init(hdlg);
+#ifdef USE_NETWORKING
+ recalc_net_list(hdlg, romstomodel[romset]);
+
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETCARD"));
+ if (network_card_has_config(network_card_current))
+ wx_enablewindow(h, TRUE);
+ else
+ wx_enablewindow(h, FALSE);
+#endif
+
return TRUE;
}
break;
@@ -759,6 +830,9 @@ int config_dlgproc(void* hdlg, int message, INT_PARAM wParam, LONG_PARAM lParam)
recalc_hdd_list(hdlg, temp_model, 1);
recalc_snd_list(hdlg, temp_model);
+#ifdef USE_NETWORKING
+ recalc_net_list(hdlg, temp_model);
+#endif
}
else if (wParam == WX_ID("IDC_COMBOCPUM"))
{
@@ -891,6 +965,19 @@ int config_dlgproc(void* hdlg, int message, INT_PARAM wParam, LONG_PARAM lParam)
{
hdconf_update(hdlg);
}
+#ifdef USE_NETWORKING
+ else if (wParam == WX_ID("IDC_COMBO_NETCARD"))
+ {
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETCARD"));
+ temp_network_card = settings_list_to_network[wx_sendmessage(h, WX_CB_GETCURSEL, 0, 0)];
+
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETCARD"));
+ if (network_card_has_config(temp_network_card))
+ wx_enablewindow(h, TRUE);
+ else
+ wx_enablewindow(h, FALSE);
+ }
+#endif
//
// case IDC_COMBOJOY:
// if (HIWORD(wParam) == CBN_SELCHANGE) {
@@ -1024,9 +1111,6 @@ static void check_hd_type(void* hdlg, off64_t sz)
}
}
-#define ID_IS(s) wParam == wx_xrcid(s)
-#define ID_RANGE(a, b) wParam >= wx_xrcid(a) && wParam <= wx_xrcid(b)
-
static void update_hdd_cdrom(void* hdlg)
{
void* h;
diff --git a/src/wx-config_sel.c b/src/wx-config_sel.c
index 7fea760..df769b7 100644
--- a/src/wx-config_sel.c
+++ b/src/wx-config_sel.c
@@ -2,6 +2,7 @@
#include "config.h"
#include "wx-utils.h"
#include "paths.h"
+#include "wx-hostconfig.h"
static int active_config = -1;
@@ -277,6 +278,12 @@ static int config_selection_dlgproc(void* hdlg, int message, INT_PARAM wParam, L
if (lParam == WX_LBN_DBLCLK)
run(hdlg);
}
+#ifdef USE_NETWORKING
+ else if (wParam == WX_ID("IDC_CONFIG_HOST"))
+ {
+ hostconfig_open(hdlg);
+ }
+#endif
}
break;
}
diff --git a/src/wx-hostconfig.c b/src/wx-hostconfig.c
new file mode 100644
index 0000000..9cac6b8
--- /dev/null
+++ b/src/wx-hostconfig.c
@@ -0,0 +1,229 @@
+#define BITMAP WINDOWS_BITMAP
+#include
+#include
+#undef BITMAP
+
+#include
+
+#include "wx-utils.h"
+#include "wx-sdl2.h"
+#include "wx-hostconfig.h"
+
+#include "ibm.h"
+#include "config.h"
+#include "nethandler.h"
+
+static HINSTANCE net_hLib = 0;
+static char *net_lib_name = "wpcap.dll";
+static pcap_if_t *alldevs;
+static char *dev_name[20];
+
+int (*_pcap_findalldevs)(pcap_if_t **, char *);
+void (*_pcap_freealldevs)(pcap_if_t *);
+pcap_t *(*_pcap_open_live)(const char *, int, int, int, char *);
+int (*_pcap_datalink)(pcap_t *);
+void (*_pcap_close)(pcap_t *);
+
+#define ETH_DEV_NAME_MAX 256 /* maximum device name size */
+#define ETH_DEV_DESC_MAX 256 /* maximum device description size */
+#define ETH_MAX_DEVICE 30 /* maximum ethernet devices */
+#define ETH_PROMISC 1 /* promiscuous mode = true */
+#define ETH_MAX_PACKET 1514 /* maximum ethernet packet size */
+#define PCAP_READ_TIMEOUT -1
+
+static int get_network_name(char *dev_name, char *regval)
+{
+ if (dev_name[strlen( "\\Device\\NPF_" )] == '{')
+ {
+ char regkey[2048];
+ HKEY reghnd;
+
+ sprintf(regkey, "SYSTEM\\CurrentControlSet\\Control\\Network\\"
+ "{4D36E972-E325-11CE-BFC1-08002BE10318}\\%s\\Connection", dev_name+
+ strlen("\\Device\\NPF_"));
+
+ if (RegOpenKeyExA(HKEY_LOCAL_MACHINE, regkey, 0, KEY_QUERY_VALUE, ®hnd) == ERROR_SUCCESS)
+ {
+ DWORD reglen = 2048;
+ DWORD regtype;
+
+ if (RegQueryValueExA(reghnd, "Name", NULL, ®type, (LPBYTE)regval, ®len) == ERROR_SUCCESS)
+ {
+ RegCloseKey (reghnd);
+
+ if ((regtype != REG_SZ) || (reglen > 2048))
+ return -1;
+
+ /*Name now in regval*/
+ return 0;
+ }
+ RegCloseKey (reghnd);
+ }
+ }
+ return -1;
+}
+
+int hostconfig_dialog_proc(void *hdlg, int message, INT_PARAM wParam, LONG_PARAM lParam)
+{
+ void *h;
+ pcap_if_t *dev;
+ char errbuf[PCAP_ERRBUF_SIZE];
+
+ switch (message)
+ {
+ case WX_INITDIALOG:
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETWORK_TYPE"));
+ wx_sendmessage(h, WX_CB_ADDSTRING, 0, (LONG_PARAM)"SLiRP");
+ wx_sendmessage(h, WX_CB_SETCURSEL, 0, 0);
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETWORK_DEVICE"));
+ wx_sendmessage(h, WX_CB_SETCURSEL, 0, 0);
+ wx_enablewindow(h, FALSE);
+
+ net_hLib = LoadLibraryA(net_lib_name);
+
+ if (net_hLib)
+ {
+ int c = 0;
+ int match = 0;
+
+ _pcap_findalldevs = (void *)GetProcAddress(net_hLib, "pcap_findalldevs");
+ _pcap_freealldevs = (void *)GetProcAddress(net_hLib, "pcap_freealldevs");
+ _pcap_open_live = (void *)GetProcAddress(net_hLib, "pcap_open_live");
+ _pcap_datalink = (void *)GetProcAddress(net_hLib, "pcap_datalink");
+ _pcap_close = (void *)GetProcAddress(net_hLib, "pcap_close");
+
+ if (_pcap_findalldevs(&alldevs, errbuf) != -1)
+ {
+ char *pcap_device = config_get_string(CFG_GLOBAL, NULL, "pcap_device", "nothing");
+
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETWORK_DEVICE"));
+
+ for (dev = alldevs; dev; dev = dev->next)
+ {
+ pcap_t *conn = _pcap_open_live(dev->name, ETH_MAX_PACKET, ETH_PROMISC, PCAP_READ_TIMEOUT, errbuf);
+ int datalink;
+
+ if (conn)
+ {
+ datalink = _pcap_datalink(conn);
+ _pcap_close(conn);
+ }
+
+ if (conn && datalink == DLT_EN10MB)
+ {
+ char desc[2048];
+ char s[2048];
+
+ if ((dev->flags & PCAP_IF_LOOPBACK) || (!strcmp("any", dev->name)))
+ continue;
+
+ if (pcap_device)
+ {
+ if (!strcmp(pcap_device, dev->name))
+ match = c;
+ }
+
+ dev_name[c++] = dev->name;
+ if (get_network_name(dev->name, desc))
+ wx_sendmessage(h, WX_CB_ADDSTRING, 0, (LONG_PARAM)dev->name);
+ else
+ {
+ sprintf(s, "%s - %s", dev->name, desc);
+ wx_sendmessage(h, WX_CB_ADDSTRING, 0, (LONG_PARAM)s);
+ }
+ }
+ }
+ }
+ if (c)
+ {
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETWORK_TYPE"));
+ wx_sendmessage(h, WX_CB_ADDSTRING, 0, (LONG_PARAM)"PCAP");
+
+ if (config_get_int(CFG_GLOBAL, NULL, "net_type", NET_SLIRP) == NET_PCAP)
+ {
+ wx_sendmessage(h, WX_CB_SETCURSEL, 1, 0);
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETWORK_DEVICE"));
+ wx_sendmessage(h, WX_CB_SETCURSEL, match, 0);
+ wx_enablewindow(h, TRUE);
+ }
+ }
+ }
+ return TRUE;
+
+ case WX_COMMAND:
+ if (wParam == wxID_OK)
+ {
+ int type;
+
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETWORK_TYPE"));
+ type = wx_sendmessage(h, WX_CB_GETCURSEL, 0, 0);
+ if (type) /*PCAP*/
+ {
+ int dev;
+
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETWORK_DEVICE"));
+ dev = wx_sendmessage(h, WX_CB_GETCURSEL, 0, 0);
+
+ config_set_int(CFG_GLOBAL, NULL, "net_type", NET_PCAP);
+ config_set_string(CFG_GLOBAL, NULL, "pcap_device", dev_name[dev]);
+ }
+ else /*SLiRP*/
+ {
+ config_set_int(CFG_GLOBAL, NULL, "net_type", NET_SLIRP);
+ config_set_string(CFG_GLOBAL, NULL, "pcap_device", "nothing");
+ }
+ saveconfig_global_only();
+
+ wx_enddialog(hdlg, 1);
+
+ if (net_hLib)
+ {
+ _pcap_freealldevs(alldevs);
+ _pcap_findalldevs = NULL;
+ _pcap_freealldevs = NULL;
+ _pcap_open_live = NULL;
+ _pcap_datalink = NULL;
+ _pcap_close = NULL;
+ FreeLibrary(net_hLib);
+ }
+ return TRUE;
+ }
+ else if (wParam == wxID_CANCEL)
+ {
+ wx_enddialog(hdlg, 0);
+ if (net_hLib)
+ {
+ _pcap_freealldevs(alldevs);
+ _pcap_findalldevs = NULL;
+ _pcap_freealldevs = NULL;
+ _pcap_open_live = NULL;
+ _pcap_datalink = NULL;
+ _pcap_close = NULL;
+ FreeLibrary(net_hLib);
+ }
+ return TRUE;
+ }
+ else if (ID_IS("IDC_COMBO_NETWORK_TYPE"))
+ {
+ int type;
+
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETWORK_TYPE"));
+ type = wx_sendmessage(h, WX_CB_GETCURSEL, 0, 0);
+ h = wx_getdlgitem(hdlg, WX_ID("IDC_COMBO_NETWORK_DEVICE"));
+ if (!type)
+ wx_enablewindow(h, FALSE);
+ else
+ wx_enablewindow(h, TRUE);
+
+ return TRUE;
+ }
+ break;
+ }
+
+ return TRUE;
+}
+
+int hostconfig_open(void *hwnd)
+{
+ return wx_dialogbox(hwnd, "HostConfig", hostconfig_dialog_proc);
+}
diff --git a/src/wx-hostconfig.h b/src/wx-hostconfig.h
new file mode 100644
index 0000000..eeb03cd
--- /dev/null
+++ b/src/wx-hostconfig.h
@@ -0,0 +1 @@
+int hostconfig_open(void *hwnd);
diff --git a/src/wx-resources.cpp b/src/wx-resources.cpp
index 3a1d625..6360bce 100644
--- a/src/wx-resources.cpp
+++ b/src/wx-resources.cpp
@@ -850,11 +850,112 @@ static unsigned char xml_res_file_15[] = {
117,197,150,115,135,151,229,88,93,14,192,233,243,63,1,6,0,218,58,168,206,
121,36,62,30,0,0,0,0,73,69,78,68,174,66,96,130};
-static size_t xml_res_size_16 = 1971;
+static size_t xml_res_size_16 = 2048;
static unsigned char xml_res_file_16[] = {
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,32,0,0,0,32,8,6,0,0,
0,115,122,122,244,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,
0,65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,
+60,0,0,3,34,105,84,88,116,88,77,76,58,99,111,109,46,97,100,111,98,101,46,
+120,109,112,0,0,0,0,0,60,63,120,112,97,99,107,101,116,32,98,101,103,105,
+110,61,34,239,187,191,34,32,105,100,61,34,87,53,77,48,77,112,67,101,104,
+105,72,122,114,101,83,122,78,84,99,122,107,99,57,100,34,63,62,32,60,120,
+58,120,109,112,109,101,116,97,32,120,109,108,110,115,58,120,61,34,97,100,
+111,98,101,58,110,115,58,109,101,116,97,47,34,32,120,58,120,109,112,116,
+107,61,34,65,100,111,98,101,32,88,77,80,32,67,111,114,101,32,53,46,48,45,
+99,48,54,49,32,54,52,46,49,52,48,57,52,57,44,32,50,48,49,48,47,49,50,47,
+48,55,45,49,48,58,53,55,58,48,49,32,32,32,32,32,32,32,32,34,62,32,60,114,
+100,102,58,82,68,70,32,120,109,108,110,115,58,114,100,102,61,34,104,116,
+116,112,58,47,47,119,119,119,46,119,51,46,111,114,103,47,49,57,57,57,47,
+48,50,47,50,50,45,114,100,102,45,115,121,110,116,97,120,45,110,115,35,34,
+62,32,60,114,100,102,58,68,101,115,99,114,105,112,116,105,111,110,32,114,
+100,102,58,97,98,111,117,116,61,34,34,32,120,109,108,110,115,58,120,109,
+112,61,34,104,116,116,112,58,47,47,110,115,46,97,100,111,98,101,46,99,111,
+109,47,120,97,112,47,49,46,48,47,34,32,120,109,108,110,115,58,120,109,112,
+77,77,61,34,104,116,116,112,58,47,47,110,115,46,97,100,111,98,101,46,99,
+111,109,47,120,97,112,47,49,46,48,47,109,109,47,34,32,120,109,108,110,115,
+58,115,116,82,101,102,61,34,104,116,116,112,58,47,47,110,115,46,97,100,
+111,98,101,46,99,111,109,47,120,97,112,47,49,46,48,47,115,84,121,112,101,
+47,82,101,115,111,117,114,99,101,82,101,102,35,34,32,120,109,112,58,67,
+114,101,97,116,111,114,84,111,111,108,61,34,65,100,111,98,101,32,80,104,
+111,116,111,115,104,111,112,32,67,83,53,46,49,32,87,105,110,100,111,119,
+115,34,32,120,109,112,77,77,58,73,110,115,116,97,110,99,101,73,68,61,34,
+120,109,112,46,105,105,100,58,56,70,69,52,69,48,56,66,65,55,53,65,49,49,
+69,49,56,57,68,48,69,57,50,68,57,53,67,56,68,70,68,68,34,32,120,109,112,
+77,77,58,68,111,99,117,109,101,110,116,73,68,61,34,120,109,112,46,100,105,
+100,58,56,70,69,52,69,48,56,67,65,55,53,65,49,49,69,49,56,57,68,48,69,57,
+50,68,57,53,67,56,68,70,68,68,34,62,32,60,120,109,112,77,77,58,68,101,114,
+105,118,101,100,70,114,111,109,32,115,116,82,101,102,58,105,110,115,116,
+97,110,99,101,73,68,61,34,120,109,112,46,105,105,100,58,56,70,69,52,69,
+48,56,57,65,55,53,65,49,49,69,49,56,57,68,48,69,57,50,68,57,53,67,56,68,
+70,68,68,34,32,115,116,82,101,102,58,100,111,99,117,109,101,110,116,73,
+68,61,34,120,109,112,46,100,105,100,58,56,70,69,52,69,48,56,65,65,55,53,
+65,49,49,69,49,56,57,68,48,69,57,50,68,57,53,67,56,68,70,68,68,34,47,62,
+32,60,47,114,100,102,58,68,101,115,99,114,105,112,116,105,111,110,62,32,
+60,47,114,100,102,58,82,68,70,62,32,60,47,120,58,120,109,112,109,101,116,
+97,62,32,60,63,120,112,97,99,107,101,116,32,101,110,100,61,34,114,34,63,
+62,49,208,174,166,0,0,4,116,73,68,65,84,120,218,172,87,65,108,27,69,20,
+253,51,187,235,221,117,226,54,174,104,84,33,176,4,103,206,128,196,141,208,
+64,201,5,9,20,169,39,80,5,130,43,129,128,144,10,45,18,231,114,225,64,165,
+74,229,128,138,72,56,112,129,150,166,81,185,84,2,206,185,35,153,168,66,
+78,219,52,9,36,177,189,187,195,127,127,215,246,218,236,218,187,81,71,26,
+77,118,50,243,230,205,123,127,254,140,149,49,134,148,82,148,20,123,101,
+101,229,71,173,245,2,250,31,101,193,26,81,20,253,180,184,184,248,26,127,
+6,253,5,71,198,249,90,169,133,185,23,95,162,200,68,143,148,128,86,154,214,
+215,215,22,176,6,215,189,60,2,94,196,59,159,169,31,167,223,126,255,67,88,
+167,212,57,82,129,146,168,207,63,247,44,69,177,170,222,56,2,188,90,44,189,
+101,217,196,86,72,61,42,9,44,204,178,75,77,122,146,53,6,197,206,112,139,
+39,70,100,219,54,57,142,67,149,74,69,90,16,193,6,210,177,209,35,54,218,
+135,110,44,218,237,118,169,211,233,72,107,196,210,255,111,196,206,98,30,
+69,134,9,88,228,251,30,125,121,233,18,123,183,206,138,88,20,134,17,213,
+235,53,106,109,237,208,236,201,227,244,224,65,172,228,137,19,131,190,237,
+237,61,30,171,121,108,72,115,115,115,244,254,210,146,44,14,204,204,216,
+200,234,12,13,44,112,200,117,61,186,125,251,87,170,213,106,52,53,53,205,
+106,248,116,227,231,11,60,194,145,214,169,120,82,211,125,24,131,177,152,
+131,185,192,0,86,152,115,168,50,21,160,40,100,5,52,75,111,49,64,69,118,
+47,214,48,223,99,51,247,136,133,144,214,152,88,210,161,62,138,227,6,227,
+49,23,24,192,2,102,97,2,32,107,107,155,44,84,203,150,30,120,107,219,138,
+54,54,64,202,150,86,128,185,12,247,197,49,128,184,192,92,96,0,43,47,171,
+100,19,96,191,52,131,107,246,82,89,0,196,174,44,242,92,69,231,206,125,69,
+199,106,158,180,190,87,145,241,233,62,207,141,3,22,129,175,44,35,24,192,
+50,57,49,96,231,29,33,200,46,85,33,24,125,249,59,14,246,73,25,50,86,0,65,
+184,191,127,208,199,161,50,10,8,1,222,5,42,118,224,87,171,137,175,197,11,
+142,225,97,187,221,199,41,65,32,246,91,115,30,208,204,28,242,251,158,127,
+36,2,15,213,142,96,0,43,206,25,166,132,2,72,40,73,60,184,158,39,50,2,36,
+118,193,228,221,56,241,28,254,63,44,192,92,149,96,21,86,0,216,90,43,89,
+16,187,152,159,63,77,183,56,17,185,174,43,89,177,209,104,80,222,77,9,130,
+205,102,83,178,95,155,229,199,92,96,0,11,152,89,211,178,79,1,118,194,19,
+130,48,160,143,62,94,166,79,63,59,207,183,153,162,151,231,95,21,59,198,
+17,8,187,33,221,90,251,69,46,30,144,0,25,96,153,28,21,236,60,32,75,91,178,
+80,208,9,68,202,106,213,231,108,22,74,64,102,157,5,213,207,162,113,194,
+57,60,56,164,48,8,101,32,176,84,25,2,240,12,249,124,176,83,147,4,86,234,
+194,201,189,253,82,193,204,113,203,226,199,27,42,74,0,32,114,13,91,86,159,
+128,72,200,237,153,87,230,233,230,218,90,238,185,70,224,97,12,198,42,36,
+160,100,81,57,85,90,103,90,55,38,15,88,67,19,32,231,242,242,7,82,39,149,
+128,199,106,220,115,122,248,218,46,149,136,112,137,12,51,86,3,69,114,0,
+123,255,71,196,35,117,143,190,27,10,17,232,37,28,36,160,178,15,33,149,146,
+60,243,238,207,72,102,163,4,204,238,238,238,157,213,213,213,23,6,207,168,
+236,124,15,48,60,90,208,6,236,61,44,50,99,30,178,24,7,236,209,3,164,70,
+158,229,53,174,13,174,143,141,179,167,231,210,210,135,159,92,191,122,245,
+10,109,223,223,58,195,223,221,73,161,193,245,30,215,230,184,71,233,65,50,
+160,149,249,128,27,46,117,219,157,38,183,58,67,116,127,235,79,254,222,158,
+244,70,69,122,72,214,200,181,32,72,216,237,21,241,252,159,238,52,237,180,
+241,202,150,197,91,71,250,193,50,98,65,209,98,221,253,250,212,247,117,207,
+126,29,222,118,77,180,57,253,230,230,211,5,108,200,37,80,185,248,249,23,
+237,137,239,124,118,165,29,218,52,235,252,77,239,62,241,3,85,223,250,75,
+250,247,191,121,146,46,111,190,65,173,238,41,114,173,128,20,77,254,89,119,
+241,194,121,151,155,78,207,130,169,107,215,190,157,252,67,3,6,118,52,61,
+243,120,68,239,189,163,83,199,79,211,205,27,215,105,227,46,191,29,42,17,
+21,212,115,10,4,122,10,212,249,227,41,4,86,65,229,156,214,149,198,119,218,
+88,51,114,71,168,240,225,236,219,205,179,37,44,64,204,72,224,246,45,72,
+24,57,5,1,112,37,158,76,142,45,37,65,187,5,55,10,206,7,209,127,211,10,148,
+141,29,39,33,92,73,190,59,9,96,233,32,252,79,128,1,0,168,254,212,85,21,
+212,140,221,0,0,0,0,73,69,78,68,174,66,96,130};
+
+static size_t xml_res_size_17 = 1971;
+static unsigned char xml_res_file_17[] = {
+137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,32,0,0,0,32,8,6,0,0,
+0,115,122,122,244,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,
+0,65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,
60,0,0,7,85,73,68,65,84,120,218,156,87,123,76,149,231,25,255,125,215,115,
225,28,64,4,228,182,34,76,81,196,203,172,174,42,118,118,217,186,46,198,
75,170,105,154,213,206,118,107,27,99,155,45,157,201,178,196,54,248,135,
@@ -951,8 +1052,8 @@ static unsigned char xml_res_file_16[] = {
60,140,219,229,21,77,101,241,228,231,127,2,12,0,35,187,154,106,194,98,206,
112,0,0,0,0,73,69,78,68,174,66,96,130};
-static size_t xml_res_size_17 = 2315;
-static unsigned char xml_res_file_17[] = {
+static size_t xml_res_size_18 = 2315;
+static unsigned char xml_res_file_18[] = {
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,32,0,0,0,32,8,6,0,0,
0,115,122,122,244,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,
0,65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,
@@ -1068,8 +1169,83 @@ static unsigned char xml_res_file_17[] = {
131,67,255,223,235,63,2,12,0,116,106,129,252,126,87,16,179,0,0,0,0,73,69,
78,68,174,66,96,130};
-static size_t xml_res_size_18 = 2051;
-static unsigned char xml_res_file_18[] = {
+static size_t xml_res_size_19 = 1468;
+static unsigned char xml_res_file_19[] = {
+137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,32,0,0,0,32,8,6,0,0,
+0,115,122,122,244,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,
+0,65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,
+60,0,0,5,94,73,68,65,84,120,218,212,87,77,104,92,85,20,62,231,222,247,230,
+39,127,77,155,212,68,44,149,86,208,218,85,68,65,65,220,9,110,2,34,6,2,186,
+21,187,48,232,50,139,18,127,87,217,41,214,133,226,74,16,41,84,170,224,194,
+133,186,178,162,168,52,85,169,26,109,193,159,226,79,27,90,51,201,76,242,
+230,189,119,253,206,185,247,205,76,166,147,52,162,37,248,224,204,251,185,
+239,221,239,156,239,124,231,220,59,236,156,163,157,60,12,237,240,193,225,
+28,61,247,202,241,19,38,138,30,116,249,245,101,132,13,83,158,166,239,62,
+243,196,244,20,110,83,113,32,154,123,233,205,147,142,205,228,29,19,135,
+40,119,57,145,187,126,225,26,54,180,176,240,29,48,242,247,94,120,234,209,
+135,34,60,174,146,177,147,71,103,166,41,15,148,240,38,223,255,91,191,138,
+239,31,184,111,130,230,143,29,159,20,108,113,160,146,103,57,101,184,152,
+121,246,85,170,196,134,44,247,128,10,98,237,212,172,11,63,174,219,193,94,
+207,112,228,8,173,153,57,122,113,238,8,229,185,132,75,21,113,0,112,142,
+224,3,13,247,87,232,157,218,221,84,142,193,129,101,16,35,156,89,114,198,
+80,100,97,17,195,44,197,150,245,58,70,62,45,44,130,148,229,147,8,207,99,
+204,134,33,10,83,224,218,81,76,254,58,135,247,249,226,251,148,102,174,136,
+132,35,245,12,55,73,211,81,181,98,169,212,32,42,151,128,43,245,97,165,78,
+156,90,28,57,239,128,117,100,173,128,193,228,185,56,192,222,9,1,43,64,35,
+61,195,16,156,140,177,0,58,67,165,178,5,86,170,152,170,254,130,87,121,88,
+142,99,253,202,96,98,70,196,234,5,0,12,102,80,19,86,48,110,49,38,145,131,
+28,98,128,139,178,25,160,108,124,93,27,46,204,225,30,99,112,66,127,49,40,
+24,130,229,58,29,144,155,117,60,44,149,34,76,98,240,162,211,73,41,56,97,
+108,48,56,193,197,181,101,29,182,198,159,11,64,248,227,133,44,215,10,44,
+247,185,8,0,44,24,197,16,44,71,157,14,64,16,45,6,36,6,165,221,207,42,128,
+12,206,57,242,76,88,92,155,160,15,31,57,249,200,55,68,45,179,56,189,182,
+228,169,247,202,100,42,1,163,9,44,242,34,244,14,228,36,41,200,212,59,215,
+226,176,35,250,200,159,213,25,101,129,149,169,34,122,205,185,9,162,147,
+156,147,215,130,13,226,115,89,81,49,76,101,209,64,210,67,3,235,73,19,222,
+217,206,80,20,68,41,215,124,123,39,172,86,131,156,89,77,128,27,41,0,49,
+95,228,252,89,202,216,186,66,191,190,10,134,74,70,115,83,46,197,26,236,
+85,26,80,6,36,5,28,90,17,120,21,138,141,41,64,1,8,180,4,228,214,209,64,
+147,38,204,5,38,29,107,16,218,198,241,192,73,77,139,165,169,94,187,44,67,
+251,117,180,150,228,52,119,168,16,33,117,59,0,13,148,35,47,27,113,66,51,
+224,105,206,97,171,25,0,145,58,103,125,122,216,122,150,164,18,100,54,41,
+51,161,186,221,78,157,6,161,41,197,181,180,186,102,102,168,2,12,193,162,
+78,6,242,162,10,10,6,216,151,151,36,80,162,204,82,159,204,34,255,146,120,
+14,34,245,45,206,169,144,185,104,149,204,109,11,1,105,185,34,60,17,250,
+58,38,204,54,166,128,60,3,34,66,237,79,254,67,233,88,210,170,184,115,194,
+194,138,50,85,0,15,174,121,149,231,121,251,61,57,57,166,86,96,34,244,36,
+201,90,77,218,139,16,222,11,3,67,240,78,216,200,240,69,232,148,202,228,
+198,198,206,109,135,148,127,14,81,183,149,222,122,215,21,203,8,147,202,
+3,239,9,203,43,107,169,50,214,102,32,148,161,197,218,84,111,226,69,163,
+65,105,36,82,255,26,145,36,51,24,171,232,108,27,12,185,133,215,228,82,167,
+103,74,77,16,33,171,57,29,35,4,9,210,98,52,162,90,87,39,244,26,200,200,
+196,85,90,56,50,164,77,132,91,171,154,243,202,114,235,87,47,121,189,246,
+54,220,113,207,30,130,165,51,176,95,13,191,189,144,64,204,181,141,14,112,
+96,241,204,143,75,180,176,120,105,147,149,223,181,151,98,215,181,159,234,
+186,87,9,245,220,85,248,238,89,145,213,206,191,164,14,184,122,109,249,212,
+233,207,62,185,183,200,139,219,12,92,150,83,88,95,165,76,171,245,181,98,
+14,29,235,239,171,80,125,109,29,26,108,139,175,219,9,110,109,203,12,53,
+86,150,79,21,138,25,132,237,135,141,182,68,217,227,232,27,24,172,206,206,
+191,254,118,29,253,234,206,137,91,233,252,111,75,27,198,15,222,56,66,11,
+103,22,169,140,94,53,63,251,216,195,245,149,90,99,139,205,145,20,182,80,
+253,51,7,208,170,236,78,182,216,141,149,158,126,249,173,95,108,127,63,101,
+16,215,61,119,29,166,189,131,125,173,148,72,180,23,107,117,250,244,139,
+179,218,53,179,149,149,228,249,39,31,185,5,67,201,22,187,179,53,88,35,10,
+222,212,130,109,118,236,78,154,77,186,125,223,24,213,86,27,244,195,185,
+95,105,177,235,255,132,148,230,13,163,195,180,123,112,128,190,254,234,44,
+146,76,43,176,43,215,218,39,70,219,220,79,198,105,51,205,15,140,237,145,
+69,129,46,47,175,82,35,73,54,48,80,45,149,104,116,215,0,165,112,244,52,
+222,21,214,182,51,177,221,166,3,165,218,242,229,207,235,102,104,58,130,
+138,111,59,112,19,29,62,184,143,110,30,223,3,27,161,253,227,163,152,40,
+167,111,190,63,79,31,125,252,37,125,120,242,141,169,63,47,252,116,46,208,
+188,173,63,38,215,58,202,176,49,17,235,212,227,179,51,195,163,227,247,71,
+113,60,210,73,1,34,95,186,114,233,247,15,78,188,54,127,76,196,5,251,3,182,
+254,95,57,192,129,210,97,216,94,216,174,224,84,103,39,16,176,191,96,23,
+67,238,147,237,252,149,224,127,248,223,194,134,106,41,247,208,79,26,156,
+16,218,51,250,191,28,188,211,127,207,255,22,96,0,113,192,97,41,118,79,50,
+219,0,0,0,0,73,69,78,68,174,66,96,130};
+
+static size_t xml_res_size_20 = 2051;
+static unsigned char xml_res_file_20[] = {
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,32,0,0,0,32,8,6,0,0,
0,115,122,122,244,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,
0,65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,
@@ -1172,8 +1348,8 @@ static unsigned char xml_res_file_18[] = {
128,139,229,223,112,255,19,96,0,111,126,151,122,57,77,224,198,0,0,0,0,73,
69,78,68,174,66,96,130};
-static size_t xml_res_size_19 = 2007;
-static unsigned char xml_res_file_19[] = {
+static size_t xml_res_size_21 = 2007;
+static unsigned char xml_res_file_21[] = {
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,32,0,0,0,32,8,6,0,0,
0,115,122,122,244,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,
0,65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,
@@ -1274,8 +1450,8 @@ static unsigned char xml_res_file_19[] = {
188,16,216,199,255,233,248,143,0,3,0,149,57,130,56,76,237,54,38,0,0,0,0,
73,69,78,68,174,66,96,130};
-static size_t xml_res_size_20 = 2051;
-static unsigned char xml_res_file_20[] = {
+static size_t xml_res_size_22 = 2051;
+static unsigned char xml_res_file_22[] = {
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,32,0,0,0,32,8,6,0,0,
0,115,122,122,244,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,
0,65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,
@@ -1377,8 +1553,8 @@ static unsigned char xml_res_file_20[] = {
250,58,190,198,55,48,18,49,104,115,122,47,134,29,3,118,202,219,228,255,
5,24,0,238,123,163,24,29,62,142,101,0,0,0,0,73,69,78,68,174,66,96,130};
-static size_t xml_res_size_21 = 1382;
-static unsigned char xml_res_file_21[] = {
+static size_t xml_res_size_23 = 1382;
+static unsigned char xml_res_file_23[] = {
137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,0,32,0,0,0,32,8,6,0,0,
0,115,122,122,244,0,0,0,25,116,69,88,116,83,111,102,116,119,97,114,101,
0,65,100,111,98,101,32,73,109,97,103,101,82,101,97,100,121,113,201,101,
@@ -1447,8 +1623,8 @@ static unsigned char xml_res_file_21[] = {
87,93,129,205,251,40,255,176,89,15,134,167,154,149,127,4,24,0,227,17,114,
29,252,169,144,138,0,0,0,0,73,69,78,68,174,66,96,130};
-static size_t xml_res_size_22 = 116755;
-static unsigned char xml_res_file_22[] = {
+static size_t xml_res_size_24 = 124249;
+static unsigned char xml_res_file_24[] = {
60,63,120,109,108,32,118,101,114,115,105,111,110,61,34,49,46,48,34,32,101,
110,99,111,100,105,110,103,61,34,85,84,70,45,56,34,63,62,10,60,33,45,45,
32,104,116,116,112,58,47,47,100,111,99,115,46,119,120,119,105,100,103,101,
@@ -5343,46 +5519,131 @@ static unsigned char xml_res_file_22[] = {
116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,
98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
-106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,
-99,116,62,10,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,
-32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,
-34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,
-32,32,60,111,112,116,105,111,110,62,49,60,47,111,112,116,105,111,110,62,
-10,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,
-65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,60,98,
-111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,
-32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,
-120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,
-32,32,60,111,114,105,101,110,116,62,119,120,72,79,82,73,90,79,78,84,65,
-76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,32,32,32,32,32,32,
-32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,112,97,99,101,
-114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,
-111,110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,68,60,
-47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,
-111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,60,115,105,122,101,62,48,44,48,60,47,115,
-105,122,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
-101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,
-99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,
+106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,110,111,116,101,98,111,111,107,112,
+97,103,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,
+98,101,108,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,101,
+108,101,99,116,101,100,62,48,60,47,115,101,108,101,99,116,101,100,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,105,116,109,97,112,62,119,
+120,45,114,101,115,111,117,114,99,101,115,46,99,112,112,36,105,99,111,110,
+115,95,51,50,120,51,50,95,110,101,116,119,111,114,107,95,101,116,104,101,
+114,110,101,116,46,112,110,103,60,47,98,105,116,109,97,112,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
+97,115,115,61,34,119,120,80,97,110,101,108,34,32,110,97,109,101,61,34,109,
+95,112,97,110,101,108,110,101,116,34,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,115,116,121,108,101,62,119,120,84,65,66,95,84,82,65,
+86,69,82,83,65,76,60,47,115,116,121,108,101,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,
+61,34,119,120,70,108,101,120,71,114,105,100,83,105,122,101,114,34,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,114,111,119,115,
+62,48,60,47,114,111,119,115,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,60,99,111,108,115,62,50,60,47,99,111,108,115,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,118,103,97,112,62,48,
+60,47,118,103,97,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,60,104,103,97,112,62,48,60,47,104,103,97,112,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,103,114,111,119,97,98,108,
+101,99,111,108,115,62,49,60,47,103,114,111,119,97,98,108,101,99,111,108,
+115,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,103,
+114,111,119,97,98,108,101,114,111,119,115,47,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,
+115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,
110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,
+32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,
+60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,
+114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,83,116,97,116,
+105,99,84,101,120,116,34,32,110,97,109,101,61,34,109,95,115,116,97,116,
+105,99,84,101,120,116,55,48,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,115,105,122,101,62,56,48,44,45,49,60,47,
+115,105,122,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,60,108,97,98,101,108,62,78,101,116,119,111,114,107,32,99,
+97,114,100,32,58,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,119,114,97,112,62,45,49,60,
+47,119,114,97,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
+108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,
+111,110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,
+88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,
+111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,
+120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,60,111,114,105,101,110,116,62,119,120,
+72,79,82,73,90,79,78,84,65,76,60,47,111,114,105,101,110,116,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,
+34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,60,111,112,116,105,111,110,62,48,60,47,111,112,116,105,111,110,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
+98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,67,111,109,98,111,
+66,111,120,34,32,110,97,109,101,61,34,73,68,67,95,67,79,77,66,79,95,78,
+69,84,67,65,82,68,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,115,116,121,108,101,62,119,120,67,66,
+95,68,82,79,80,68,79,87,78,124,119,120,67,66,95,82,69,65,68,79,78,76,89,
+60,47,115,116,121,108,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,105,122,101,62,51,53,48,44,
+45,49,60,47,115,105,122,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,118,97,108,117,101,47,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,60,99,111,110,116,101,110,116,47,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,
+10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
+32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
+32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,
+114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,60,111,112,116,
+105,111,110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,
+32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,68,60,47,102,108,
+97,103,62,10,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,
+53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,60,
+111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,111,120,83,
+105,122,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,114,
+105,101,110,116,62,119,120,72,79,82,73,90,79,78,84,65,76,60,47,111,114,
+105,101,110,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,115,112,97,99,101,114,34,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,49,
+60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,68,60,47,102,108,97,103,
62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,
62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,
-66,117,116,116,111,110,34,32,110,97,109,101,61,34,119,120,73,68,95,79,75,
-34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,
-108,62,79,75,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,60,100,101,102,97,117,108,116,62,49,60,47,100,101,102,
-97,117,108,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,
-98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
-106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
-101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,
-34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,
-110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,
+32,32,32,32,60,115,105,122,101,62,48,44,48,60,47,115,105,122,101,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,
+115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,60,47,111,
+112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,
+98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,
+116,111,110,34,32,110,97,109,101,61,34,119,120,73,68,95,79,75,34,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,
+79,75,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,100,101,102,97,117,108,116,62,49,60,47,100,101,102,97,117,
+108,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
+101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,
+99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,
+32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,
+48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,
62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,
32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,
66,117,116,116,111,110,34,32,110,97,109,101,61,34,119,120,73,68,95,67,65,
@@ -6141,57 +6402,64 @@ static unsigned char xml_res_file_22[] = {
32,32,32,60,100,101,102,97,117,108,116,62,48,60,47,100,101,102,97,117,108,
116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,
-98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
-106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,
-99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,
-99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,
-32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,49,60,47,
-111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,102,
-108,97,103,62,119,120,69,88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,
-111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,
-106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,111,120,83,105,122,
-101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,114,105,
-101,110,116,62,119,120,72,79,82,73,90,79,78,84,65,76,60,47,111,114,105,
-101,110,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
-101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,
-34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,
-105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,
+98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
+98,106,101,99,116,32,99,108,97,115,115,61,34,115,112,97,99,101,114,34,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,
+110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,68,60,
47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
-108,97,115,115,61,34,119,120,66,105,116,109,97,112,66,117,116,116,111,110,
-34,32,110,97,109,101,61,34,73,68,67,95,78,69,87,34,62,10,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,116,121,108,101,62,119,120,
-66,85,95,65,85,84,79,68,82,65,87,60,47,115,116,121,108,101,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,111,111,108,116,
-105,112,62,78,101,119,60,47,116,111,111,108,116,105,112,62,10,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,105,116,109,97,112,62,
-119,120,45,114,101,115,111,117,114,99,101,115,46,99,112,112,36,105,99,111,
-110,115,95,51,50,120,51,50,95,99,111,109,112,117,116,101,114,95,97,100,
-100,46,112,110,103,60,47,98,105,116,109,97,112,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,60,100,101,102,97,117,108,116,62,48,
-60,47,100,101,102,97,117,108,116,62,10,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,
-115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,60,47,111,112,116,
-105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,
-108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,
-98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,105,
-116,109,97,112,66,117,116,116,111,110,34,32,110,97,109,101,61,34,73,68,
-67,95,82,69,78,65,77,69,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,60,115,116,121,108,101,62,119,120,66,85,95,65,85,84,79,68,
-82,65,87,60,47,115,116,121,108,101,62,10,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,60,116,111,111,108,116,105,112,62,82,101,110,97,
-109,101,60,47,116,111,111,108,116,105,112,62,10,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,60,98,105,116,109,97,112,62,119,120,45,114,
-101,115,111,117,114,99,101,115,46,99,112,112,36,105,99,111,110,115,95,51,
-50,120,51,50,95,99,111,109,112,117,116,101,114,95,101,100,105,116,46,112,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,105,122,101,62,48,44,48,
+60,47,115,105,122,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,
+105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,111,112,116,105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,
+65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,
+99,116,32,99,108,97,115,115,61,34,119,120,66,105,116,109,97,112,66,117,
+116,116,111,110,34,32,110,97,109,101,61,34,73,68,67,95,67,79,78,70,73,71,
+95,72,79,83,84,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,115,116,121,108,101,62,119,120,66,85,95,65,85,84,79,68,82,65,87,
+60,47,115,116,121,108,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,60,98,105,116,109,97,112,62,119,120,45,114,101,115,111,117,
+114,99,101,115,46,99,112,112,36,105,99,111,110,115,95,51,50,120,51,50,95,
+119,105,100,101,115,99,114,101,101,110,46,112,110,103,60,47,98,105,116,
+109,97,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,100,101,102,97,117,108,116,62,48,60,47,100,101,102,97,117,108,116,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,
+99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
+101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,
+99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,
+62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
+97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,49,60,47,111,112,
+116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,
+103,62,119,120,69,88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,
+100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,
+99,116,32,99,108,97,115,115,61,34,119,120,66,111,120,83,105,122,101,114,
+34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,114,105,101,110,
+116,62,119,120,72,79,82,73,90,79,78,84,65,76,60,47,111,114,105,101,110,
+116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,
+116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,
+110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,
+97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,
+114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,
+115,115,61,34,119,120,66,105,116,109,97,112,66,117,116,116,111,110,34,32,
+110,97,109,101,61,34,73,68,67,95,78,69,87,34,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,115,116,121,108,101,62,119,120,66,85,
+95,65,85,84,79,68,82,65,87,60,47,115,116,121,108,101,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,111,111,108,116,105,112,
+62,78,101,119,60,47,116,111,111,108,116,105,112,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,60,98,105,116,109,97,112,62,119,120,
+45,114,101,115,111,117,114,99,101,115,46,99,112,112,36,105,99,111,110,115,
+95,51,50,120,51,50,95,99,111,109,112,117,116,101,114,95,97,100,100,46,112,
110,103,60,47,98,105,116,109,97,112,62,10,32,32,32,32,32,32,32,32,32,32,
32,32,32,32,32,32,32,32,60,100,101,102,97,117,108,116,62,48,60,47,100,101,
102,97,117,108,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
@@ -6205,116 +6473,119 @@ static unsigned char xml_res_file_22[] = {
32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,
101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,
106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,105,116,109,97,112,
-66,117,116,116,111,110,34,32,110,97,109,101,61,34,73,68,67,95,68,69,76,
-69,84,69,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+66,117,116,116,111,110,34,32,110,97,109,101,61,34,73,68,67,95,82,69,78,
+65,77,69,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
60,115,116,121,108,101,62,119,120,66,85,95,65,85,84,79,68,82,65,87,60,47,
115,116,121,108,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,60,116,111,111,108,116,105,112,62,68,101,108,101,116,101,60,47,
+32,32,32,60,116,111,111,108,116,105,112,62,82,101,110,97,109,101,60,47,
116,111,111,108,116,105,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
32,32,32,32,32,60,98,105,116,109,97,112,62,119,120,45,114,101,115,111,117,
114,99,101,115,46,99,112,112,36,105,99,111,110,115,95,51,50,120,51,50,95,
-99,111,109,112,117,116,101,114,95,100,101,108,101,116,101,46,112,110,103,
-60,47,98,105,116,109,97,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,60,100,101,102,97,117,108,116,62,48,60,47,100,101,102,97,
-117,108,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,
-111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
-47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,
-111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
-106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,
-116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,
-10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,
-60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,
-111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,
-106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,105,116,109,97,112,
-66,117,116,116,111,110,34,32,110,97,109,101,61,34,119,120,73,68,95,67,65,
-78,67,69,76,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,116,
-121,108,101,62,119,120,66,85,95,65,85,84,79,68,82,65,87,60,47,115,116,121,
-108,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,111,111,
-108,116,105,112,62,81,117,105,116,60,47,116,111,111,108,116,105,112,62,
-10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,105,116,109,97,112,62,
-119,120,45,114,101,115,111,117,114,99,101,115,46,99,112,112,36,105,99,111,
-110,115,95,51,50,120,51,50,95,100,111,111,114,95,105,110,46,112,110,103,
-60,47,98,105,116,109,97,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,60,100,101,102,97,117,108,116,62,48,60,47,100,101,102,97,117,108,116,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,
-10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
-32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,60,
-47,111,98,106,101,99,116,62,10,32,32,32,32,60,47,111,98,106,101,99,116,
-62,10,32,32,60,47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,
-116,32,99,108,97,115,115,61,34,119,120,68,105,97,108,111,103,34,32,110,
-97,109,101,61,34,83,104,97,100,101,114,77,97,110,97,103,101,114,68,108,
-103,34,62,10,32,32,32,32,60,115,116,121,108,101,62,119,120,68,69,70,65,
-85,76,84,95,68,73,65,76,79,71,95,83,84,89,76,69,124,119,120,83,84,65,89,
-95,79,78,95,84,79,80,60,47,115,116,121,108,101,62,10,32,32,32,32,60,116,
-105,116,108,101,62,80,67,101,109,32,83,104,97,100,101,114,32,77,97,110,
-97,103,101,114,60,47,116,105,116,108,101,62,10,32,32,32,32,60,99,101,110,
-116,101,114,101,100,62,49,60,47,99,101,110,116,101,114,101,100,62,10,32,
-32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,80,
-97,110,101,108,34,32,110,97,109,101,61,34,82,79,79,84,95,80,65,78,69,76,
-34,62,10,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,
-61,34,119,120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,32,32,
-32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,
-114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,60,102,108,97,
-103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,
+99,111,109,112,117,116,101,114,95,101,100,105,116,46,112,110,103,60,47,
+98,105,116,109,97,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,60,100,101,102,97,117,108,116,62,48,60,47,100,101,102,97,117,108,
+116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
+106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,
+98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
+98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,
+101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
+112,116,105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,
+76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,
-10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,
-115,115,61,34,119,120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,
-32,32,32,32,32,32,32,32,60,111,114,105,101,110,116,62,119,120,72,79,82,
-73,90,79,78,84,65,76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,
+116,32,99,108,97,115,115,61,34,119,120,66,105,116,109,97,112,66,117,116,
+116,111,110,34,32,110,97,109,101,61,34,73,68,67,95,68,69,76,69,84,69,34,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,116,
+121,108,101,62,119,120,66,85,95,65,85,84,79,68,82,65,87,60,47,115,116,121,
+108,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+116,111,111,108,116,105,112,62,68,101,108,101,116,101,60,47,116,111,111,
+108,116,105,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,60,98,105,116,109,97,112,62,119,120,45,114,101,115,111,117,114,99,101,
+115,46,99,112,112,36,105,99,111,110,115,95,51,50,120,51,50,95,99,111,109,
+112,117,116,101,114,95,100,101,108,101,116,101,46,112,110,103,60,47,98,
+105,116,109,97,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,100,101,102,97,117,108,116,62,48,60,47,100,101,102,97,117,108,
+116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
+106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,
+98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
+106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,
+99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,
+99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,60,47,
+111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,102,
+108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,
+32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,
+101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,
+116,32,99,108,97,115,115,61,34,119,120,66,105,116,109,97,112,66,117,116,
+116,111,110,34,32,110,97,109,101,61,34,119,120,73,68,95,67,65,78,67,69,
+76,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,116,121,108,
+101,62,119,120,66,85,95,65,85,84,79,68,82,65,87,60,47,115,116,121,108,101,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,116,111,111,108,116,
+105,112,62,81,117,105,116,60,47,116,111,111,108,116,105,112,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,60,98,105,116,109,97,112,62,119,120,
+45,114,101,115,111,117,114,99,101,115,46,99,112,112,36,105,99,111,110,115,
+95,51,50,120,51,50,95,100,111,111,114,95,105,110,46,112,110,103,60,47,98,
+105,116,109,97,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,
+101,102,97,117,108,116,62,48,60,47,100,101,102,97,117,108,116,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
+32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,
+32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,60,47,111,
+98,106,101,99,116,62,10,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,
+32,60,47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116,32,
+99,108,97,115,115,61,34,119,120,68,105,97,108,111,103,34,32,110,97,109,
+101,61,34,83,104,97,100,101,114,77,97,110,97,103,101,114,68,108,103,34,
+62,10,32,32,32,32,60,115,116,121,108,101,62,119,120,68,69,70,65,85,76,84,
+95,68,73,65,76,79,71,95,83,84,89,76,69,124,119,120,83,84,65,89,95,79,78,
+95,84,79,80,60,47,115,116,121,108,101,62,10,32,32,32,32,60,116,105,116,
+108,101,62,80,67,101,109,32,83,104,97,100,101,114,32,77,97,110,97,103,101,
+114,60,47,116,105,116,108,101,62,10,32,32,32,32,60,99,101,110,116,101,114,
+101,100,62,49,60,47,99,101,110,116,101,114,101,100,62,10,32,32,32,32,60,
+111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,80,97,110,101,
+108,34,32,110,97,109,101,61,34,82,79,79,84,95,80,65,78,69,76,34,62,10,32,
+32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,
+120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,32,60,111,
+98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,
+101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,
+120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,60,
+98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,
32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,
-115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,
+119,120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,60,111,114,105,101,110,116,62,119,120,72,79,82,73,90,79,78,
+84,65,76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,
+101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,48,
+60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,76,105,
+115,116,66,111,120,34,32,110,97,109,101,61,34,73,68,67,95,76,73,83,84,34,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,116,121,108,
+101,62,119,120,76,66,95,83,73,78,71,76,69,60,47,115,116,121,108,101,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,105,122,101,62,
+51,48,48,44,51,53,48,60,47,115,105,122,101,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,
+122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,68,60,47,102,108,97,103,
62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,
62,48,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,
32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,
-76,105,115,116,66,111,120,34,32,110,97,109,101,61,34,73,68,67,95,76,73,
-83,84,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,116,
-121,108,101,62,119,120,76,66,95,83,73,78,71,76,69,60,47,115,116,121,108,
-101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,105,122,
-101,62,51,48,48,44,51,53,48,60,47,115,105,122,101,62,10,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,
-32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,
-32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,
-115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,68,60,47,102,
-108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,
-100,101,114,62,48,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,
-34,119,120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,60,111,114,105,101,110,116,62,119,120,86,69,
-82,84,73,67,65,76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,
-115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,
-76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,60,98,111,114,100,101,114,62,48,60,47,98,111,114,100,101,114,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
-101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,116,111,110,34,
-32,110,97,109,101,61,34,73,68,67,95,65,68,68,34,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,65,100,
-100,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,
-115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,
-65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,60,98,111,114,100,101,114,62,48,60,47,98,111,114,100,
-101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
-111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,116,
-111,110,34,32,110,97,109,101,61,34,73,68,67,95,82,69,77,79,86,69,34,62,
-10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,
-98,101,108,62,82,101,109,111,118,101,60,47,108,97,98,101,108,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,
-116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
-106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
-111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,112,97,99,101,114,
-34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,
-116,105,111,110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,
-88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,
+66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,60,111,114,105,101,110,116,62,119,120,86,69,82,84,73,67,
+65,76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,
+105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,
+108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,98,111,114,100,101,114,62,48,60,47,98,111,114,100,101,114,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,
+32,99,108,97,115,115,61,34,119,120,66,117,116,116,111,110,34,32,110,97,
+109,101,61,34,73,68,67,95,65,68,68,34,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,65,100,100,60,
+47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,
32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,
61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,
@@ -6323,42 +6594,73 @@ static unsigned char xml_res_file_22[] = {
32,32,32,60,98,111,114,100,101,114,62,48,60,47,98,111,114,100,101,114,62,
10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,116,111,110,34,
-32,110,97,109,101,61,34,73,68,67,95,67,79,78,70,73,71,34,62,10,32,32,32,
+32,110,97,109,101,61,34,73,68,67,95,82,69,77,79,86,69,34,62,10,32,32,32,
32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,
-62,67,111,110,102,105,103,117,114,101,46,46,46,60,47,108,97,98,101,108,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
+62,82,101,109,111,118,101,60,47,108,97,98,101,108,62,10,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,
+116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,115,112,97,99,101,114,34,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,
+110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,
+68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,
+105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,
+108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,98,111,114,100,101,114,62,48,60,47,98,111,114,100,101,114,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,
+32,99,108,97,115,115,61,34,119,120,66,117,116,116,111,110,34,32,110,97,
+109,101,61,34,73,68,67,95,67,79,78,70,73,71,34,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,67,111,
+110,102,105,103,117,114,101,46,46,46,60,47,108,97,98,101,108,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,
+116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
-47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,
-114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,
-100,101,114,62,48,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
-97,115,115,61,34,119,120,66,117,116,116,111,110,34,32,110,97,109,101,61,
-34,73,68,67,95,77,79,86,69,95,85,80,34,62,10,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,77,111,118,101,
-32,117,112,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
-108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,
-120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,48,60,47,98,111,114,100,
-101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
-111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,116,
-111,110,34,32,110,97,109,101,61,34,73,68,67,95,77,79,86,69,95,68,79,87,
-78,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-60,108,97,98,101,108,62,77,111,118,101,32,100,111,119,110,60,47,108,97,
-98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,
-112,97,99,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,60,111,112,116,105,111,110,62,49,60,47,111,112,116,105,111,110,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,
-97,103,62,119,120,69,88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,32,
+111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,
+116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,
+114,62,48,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,
+61,34,119,120,66,117,116,116,111,110,34,32,110,97,109,101,61,34,73,68,67,
+95,77,79,86,69,95,85,80,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,108,97,98,101,108,62,77,111,118,101,32,117,112,
+60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,
+115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,
+76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,98,111,114,100,101,114,62,48,60,47,98,111,114,100,101,114,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,116,111,110,34,
+32,110,97,109,101,61,34,73,68,67,95,77,79,86,69,95,68,79,87,78,34,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,
+101,108,62,77,111,118,101,32,100,111,119,110,60,47,108,97,98,101,108,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
+101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,
+111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,112,97,99,101,
+114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
+112,116,105,111,110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,
+69,88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,
+115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,
+76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,98,111,114,100,101,114,62,48,60,47,98,111,114,100,101,114,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,116,111,110,34,
+32,110,97,109,101,61,34,73,68,67,95,65,80,80,76,89,34,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,
+65,112,112,108,121,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,
32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,
32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,
@@ -6367,121 +6669,122 @@ static unsigned char xml_res_file_22[] = {
32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,48,60,47,98,
111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,
-117,116,116,111,110,34,32,110,97,109,101,61,34,73,68,67,95,65,80,80,76,
-89,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-60,108,97,98,101,108,62,65,112,112,108,121,60,47,108,97,98,101,108,62,10,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
+117,116,116,111,110,34,32,110,97,109,101,61,34,119,120,73,68,95,79,75,34,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,
+97,98,101,108,62,79,75,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,101,102,97,117,108,116,
+62,49,60,47,100,101,102,97,117,108,116,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,
+99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,
+119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,48,60,47,98,111,
+114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,
+116,111,110,34,32,110,97,109,101,61,34,119,120,73,68,95,67,65,78,67,69,
+76,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,108,97,98,101,108,62,67,97,110,99,101,108,60,47,108,97,98,101,108,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,
-111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,
-114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,
-100,101,114,62,48,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
-97,115,115,61,34,119,120,66,117,116,116,111,110,34,32,110,97,109,101,61,
-34,119,120,73,68,95,79,75,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,79,75,60,47,108,97,98,101,
-108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
-100,101,102,97,117,108,116,62,49,60,47,100,101,102,97,117,108,116,62,10,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
-101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,
-111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,
-114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,
-100,101,114,62,48,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
-97,115,115,61,34,119,120,66,117,116,116,111,110,34,32,110,97,109,101,61,
-34,119,120,73,68,95,67,65,78,67,69,76,34,62,10,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,67,97,110,99,
-101,108,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
-32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,
-32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,60,47,111,98,
-106,101,99,116,62,10,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
-60,47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116,32,99,
-108,97,115,115,61,34,119,120,68,105,97,108,111,103,34,32,110,97,109,101,
-61,34,67,111,110,102,105,114,109,82,101,109,101,109,98,101,114,68,108,103,
-34,62,10,32,32,32,32,60,115,116,121,108,101,62,119,120,68,69,70,65,85,76,
-84,95,68,73,65,76,79,71,95,83,84,89,76,69,124,119,120,83,84,65,89,95,79,
-78,95,84,79,80,60,47,115,116,121,108,101,62,10,32,32,32,32,60,116,105,116,
-108,101,62,80,67,101,109,60,47,116,105,116,108,101,62,10,32,32,32,32,60,
-99,101,110,116,101,114,101,100,62,49,60,47,99,101,110,116,101,114,101,100,
-62,10,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,
-120,80,97,110,101,108,34,32,110,97,109,101,61,34,82,79,79,84,95,80,65,78,
-69,76,34,62,10,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,
-115,115,61,34,119,120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,
-32,32,32,32,60,111,114,105,101,110,116,62,119,120,86,69,82,84,73,67,65,
-76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,32,32,32,60,111,98,
-106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,
-109,34,62,10,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,
-49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,60,
-102,108,97,103,62,119,120,69,88,80,65,78,68,60,47,102,108,97,103,62,10,
-32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,
-111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,
-99,116,32,99,108,97,115,115,61,34,119,120,66,111,120,83,105,122,101,114,
-34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,114,105,101,110,116,
-62,119,120,72,79,82,73,90,79,78,84,65,76,60,47,111,114,105,101,110,116,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
-108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,60,
-47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,
-60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,83,116,
-97,116,105,99,66,105,116,109,97,112,34,62,10,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,60,98,105,116,109,97,112,32,115,116,111,99,107,95,
-105,100,61,34,119,120,65,82,84,95,81,85,69,83,84,73,79,78,34,32,115,116,
-111,99,107,95,99,108,105,101,110,116,61,34,119,120,65,82,84,95,67,77,78,
-95,68,73,65,76,79,71,34,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,
-111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,
-116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,
-116,105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,73,71,78,
-95,67,69,78,84,69,82,124,119,120,65,76,76,60,47,102,108,97,103,62,10,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,
-60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,83,116,
-97,116,105,99,84,101,120,116,34,32,110,97,109,101,61,34,73,68,67,95,67,
-79,78,70,73,82,77,95,76,65,66,69,76,34,62,10,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,60,108,97,98,101,108,62,73,68,67,95,67,79,78,70,73,
-82,77,95,76,65,66,69,76,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,60,119,114,97,112,62,45,49,60,47,119,114,
-97,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
-101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,
-99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,
-62,10,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
-32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,
-105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,
-60,111,112,116,105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,
-32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,
-102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,
-114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,
-32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,67,104,101,
-99,107,66,111,120,34,32,110,97,109,101,61,34,73,68,67,95,67,79,78,70,73,
-82,77,95,82,69,77,69,77,66,69,82,34,62,10,32,32,32,32,32,32,32,32,32,32,
-32,32,60,108,97,98,101,108,62,73,68,67,95,67,79,78,70,73,82,77,95,82,69,
-77,69,77,66,69,82,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,
-32,32,32,32,60,99,104,101,99,107,101,100,62,48,60,47,99,104,101,99,107,
-101,100,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,
-62,10,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
-32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,
-105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,
-60,111,112,116,105,111,110,62,49,60,47,111,112,116,105,111,110,62,10,32,
-32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,
-68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,60,98,111,114,
-100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,
-32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,
-83,116,100,68,105,97,108,111,103,66,117,116,116,111,110,83,105,122,101,
-114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,
+111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,
+111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
+106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,
+62,10,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,60,
+47,111,98,106,101,99,116,62,10,32,32,60,47,111,98,106,101,99,116,62,10,
+32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,68,105,
+97,108,111,103,34,32,110,97,109,101,61,34,67,111,110,102,105,114,109,82,
+101,109,101,109,98,101,114,68,108,103,34,62,10,32,32,32,32,60,115,116,121,
+108,101,62,119,120,68,69,70,65,85,76,84,95,68,73,65,76,79,71,95,83,84,89,
+76,69,124,119,120,83,84,65,89,95,79,78,95,84,79,80,60,47,115,116,121,108,
+101,62,10,32,32,32,32,60,116,105,116,108,101,62,80,67,101,109,60,47,116,
+105,116,108,101,62,10,32,32,32,32,60,99,101,110,116,101,114,101,100,62,
+49,60,47,99,101,110,116,101,114,101,100,62,10,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,119,120,80,97,110,101,108,34,32,110,
+97,109,101,61,34,82,79,79,84,95,80,65,78,69,76,34,62,10,32,32,32,32,32,
+32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,111,120,
+83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,32,60,111,114,105,101,
+110,116,62,119,120,86,69,82,84,73,67,65,76,60,47,111,114,105,101,110,116,
+62,10,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,
+115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,
+32,32,32,32,60,111,112,116,105,111,110,62,49,60,47,111,112,116,105,111,
+110,62,10,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,
+88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,
+60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,
+32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,
+34,119,120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,60,111,114,105,101,110,116,62,119,120,72,79,82,73,90,79,
+78,84,65,76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,
+122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,111,112,116,105,111,110,62,48,60,47,111,112,116,105,111,110,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,
+65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
+108,97,115,115,61,34,119,120,83,116,97,116,105,99,66,105,116,109,97,112,
+34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,105,116,
+109,97,112,32,115,116,111,99,107,95,105,100,61,34,119,120,65,82,84,95,81,
+85,69,83,84,73,79,78,34,32,115,116,111,99,107,95,99,108,105,101,110,116,
+61,34,119,120,65,82,84,95,67,77,78,95,68,73,65,76,79,71,34,47,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,
+115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,60,47,111,
+112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+102,108,97,103,62,119,120,65,76,73,71,78,95,67,69,78,84,69,82,124,119,120,
+65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
+108,97,115,115,61,34,119,120,83,116,97,116,105,99,84,101,120,116,34,32,
+110,97,109,101,61,34,73,68,67,95,67,79,78,70,73,82,77,95,76,65,66,69,76,
+34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,
+108,62,73,68,67,95,67,79,78,70,73,82,77,95,76,65,66,69,76,60,47,108,97,
+98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,119,
+114,97,112,62,45,49,60,47,119,114,97,112,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,
+32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,111,
+98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,
+32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,
+32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,60,47,111,
+112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,
+62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,
+32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,
+32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,
+115,61,34,119,120,67,104,101,99,107,66,111,120,34,32,110,97,109,101,61,
+34,73,68,67,95,67,79,78,70,73,82,77,95,82,69,77,69,77,66,69,82,34,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,73,68,67,95,
+67,79,78,70,73,82,77,95,82,69,77,69,77,66,69,82,60,47,108,97,98,101,108,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,99,104,101,99,107,101,100,
+62,48,60,47,99,104,101,99,107,101,100,62,10,32,32,32,32,32,32,32,32,32,
+32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,111,
+98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,
+32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,
+32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,49,60,47,111,
+112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,
+62,119,120,69,88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,32,
+32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,
+114,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
+108,97,115,115,61,34,119,120,83,116,100,68,105,97,108,111,103,66,117,116,
+116,111,110,83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,
+32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,98,117,116,116,111,
+110,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,
+62,119,120,65,76,73,71,78,95,67,69,78,84,69,82,95,72,79,82,73,90,79,78,
+84,65,76,124,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,
+114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
+98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,116,111,
+110,34,32,110,97,109,101,61,34,119,120,73,68,95,79,75,34,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,95,79,75,
+60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,100,101,102,97,117,108,116,62,49,60,47,100,101,102,97,117,108,
+116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,
+99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,
+116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,
32,99,108,97,115,115,61,34,98,117,116,116,111,110,34,62,10,32,32,32,32,
32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,73,71,
78,95,67,69,78,84,69,82,95,72,79,82,73,90,79,78,84,65,76,124,119,120,65,
@@ -6489,101 +6792,175 @@ static unsigned char xml_res_file_22[] = {
32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,
32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
97,115,115,61,34,119,120,66,117,116,116,111,110,34,32,110,97,109,101,61,
-34,119,120,73,68,95,79,75,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,60,108,97,98,101,108,62,95,79,75,60,47,108,97,98,101,108,62,
-10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,101,102,97,117,
-108,116,62,49,60,47,100,101,102,97,117,108,116,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,
-32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,98,
-117,116,116,111,110,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-60,102,108,97,103,62,119,120,65,76,73,71,78,95,67,69,78,84,69,82,95,72,
-79,82,73,90,79,78,84,65,76,124,119,120,65,76,76,60,47,102,108,97,103,62,
-10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,
-62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,
-66,117,116,116,111,110,34,32,110,97,109,101,61,34,119,120,73,68,95,67,65,
-78,67,69,76,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
-108,97,98,101,108,62,95,67,97,110,99,101,108,60,47,108,97,98,101,108,62,
-10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,
-10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
-32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,60,
-47,111,98,106,101,99,116,62,10,32,32,32,32,60,47,111,98,106,101,99,116,
-62,10,32,32,60,47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,
-116,32,99,108,97,115,115,61,34,119,120,68,105,97,108,111,103,34,32,110,
-97,109,101,61,34,67,117,115,116,111,109,82,101,115,111,108,117,116,105,
-111,110,68,108,103,34,62,10,32,32,32,32,60,115,116,121,108,101,62,119,120,
-68,69,70,65,85,76,84,95,68,73,65,76,79,71,95,83,84,89,76,69,124,119,120,
-83,84,65,89,95,79,78,95,84,79,80,60,47,115,116,121,108,101,62,10,32,32,
-32,32,60,116,105,116,108,101,62,67,117,115,116,111,109,32,114,101,115,111,
-108,117,116,105,111,110,60,47,116,105,116,108,101,62,10,32,32,32,32,60,
-99,101,110,116,101,114,101,100,62,49,60,47,99,101,110,116,101,114,101,100,
-62,10,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,
-120,80,97,110,101,108,34,32,110,97,109,101,61,34,82,79,79,84,95,80,65,78,
-69,76,34,62,10,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,
-115,115,61,34,119,120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,
-32,32,32,32,60,111,114,105,101,110,116,62,119,120,86,69,82,84,73,67,65,
-76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,32,32,32,60,111,98,
-106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,
-109,34,62,10,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,
-49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,60,
-102,108,97,103,62,119,120,69,88,80,65,78,68,60,47,102,108,97,103,62,10,
-32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,
-111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,
-99,116,32,99,108,97,115,115,61,34,119,120,66,111,120,83,105,122,101,114,
-34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,114,105,101,110,116,
-62,119,120,72,79,82,73,90,79,78,84,65,76,60,47,111,114,105,101,110,116,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
-108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,60,
-47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,
-60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,83,112,
-105,110,67,116,114,108,34,32,110,97,109,101,61,34,73,68,67,95,87,73,68,
-84,72,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,116,
-121,108,101,62,119,120,83,80,95,65,82,82,79,87,95,75,69,89,83,60,47,115,
-116,121,108,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
-118,97,108,117,101,62,54,52,48,60,47,118,97,108,117,101,62,10,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,60,109,105,110,62,49,60,47,109,105,
-110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,109,97,120,
-62,49,54,51,56,52,60,47,109,97,120,62,10,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,
-32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,
-32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,
+34,119,120,73,68,95,67,65,78,67,69,76,34,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,95,67,97,110,99,101,108,
+60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,
+47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,
+98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,
+116,62,10,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
+32,60,47,111,98,106,101,99,116,62,10,32,32,60,47,111,98,106,101,99,116,
+62,10,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,
+68,105,97,108,111,103,34,32,110,97,109,101,61,34,67,117,115,116,111,109,
+82,101,115,111,108,117,116,105,111,110,68,108,103,34,62,10,32,32,32,32,
+60,115,116,121,108,101,62,119,120,68,69,70,65,85,76,84,95,68,73,65,76,79,
+71,95,83,84,89,76,69,124,119,120,83,84,65,89,95,79,78,95,84,79,80,60,47,
+115,116,121,108,101,62,10,32,32,32,32,60,116,105,116,108,101,62,67,117,
+115,116,111,109,32,114,101,115,111,108,117,116,105,111,110,60,47,116,105,
+116,108,101,62,10,32,32,32,32,60,99,101,110,116,101,114,101,100,62,49,60,
+47,99,101,110,116,101,114,101,100,62,10,32,32,32,32,60,111,98,106,101,99,
+116,32,99,108,97,115,115,61,34,119,120,80,97,110,101,108,34,32,110,97,109,
+101,61,34,82,79,79,84,95,80,65,78,69,76,34,62,10,32,32,32,32,32,32,60,111,
+98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,111,120,83,105,
+122,101,114,34,62,10,32,32,32,32,32,32,32,32,60,111,114,105,101,110,116,
+62,119,120,86,69,82,84,73,67,65,76,60,47,111,114,105,101,110,116,62,10,
+32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,
+34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,
+32,32,60,111,112,116,105,111,110,62,49,60,47,111,112,116,105,111,110,62,
+10,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,
+65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,60,98,
+111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,
+32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,
+120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,60,111,114,105,101,110,116,62,119,120,72,79,82,73,90,79,78,84,65,
+76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,32,32,32,32,32,32,
+32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,
114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
60,111,112,116,105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,
32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,
-76,73,71,78,95,67,69,78,84,69,82,95,86,69,82,84,73,67,65,76,124,119,120,
-65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
-108,97,115,115,61,34,119,120,83,116,97,116,105,99,84,101,120,116,34,62,
-10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,
-62,120,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,60,119,114,97,112,62,45,49,60,47,119,114,97,112,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,
+76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
+97,115,115,61,34,119,120,83,112,105,110,67,116,114,108,34,32,110,97,109,
+101,61,34,73,68,67,95,87,73,68,84,72,34,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,115,116,121,108,101,62,119,120,83,80,95,65,82,82,
+79,87,95,75,69,89,83,60,47,115,116,121,108,101,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,118,97,108,117,101,62,54,52,48,60,47,118,
+97,108,117,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+109,105,110,62,49,60,47,109,105,110,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,109,97,120,62,49,54,51,56,52,60,47,109,97,120,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
+97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,60,47,
+111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,102,108,97,103,62,119,120,65,76,73,71,78,95,67,69,78,84,69,82,95,86,
+69,82,84,73,67,65,76,124,119,120,65,76,76,60,47,102,108,97,103,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,
+60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,83,116,
+97,116,105,99,84,101,120,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,60,108,97,98,101,108,62,120,60,47,108,97,98,101,108,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,119,114,97,112,62,45,
+49,60,47,119,114,97,112,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,
+47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
+98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,
+101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,
+105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,
+108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,
+100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,
+34,119,120,83,112,105,110,67,116,114,108,34,32,110,97,109,101,61,34,73,
+68,67,95,72,69,73,71,72,84,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,115,116,121,108,101,62,119,120,83,80,95,65,82,82,79,87,95,
+75,69,89,83,60,47,115,116,121,108,101,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,118,97,108,117,101,62,52,56,48,60,47,118,97,108,
+117,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,109,105,
+110,62,49,60,47,109,105,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,60,109,97,120,62,49,54,51,56,52,60,47,109,97,120,62,10,32,32,32,
32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
-32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,
-115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,60,47,111,112,
-116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,
-108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
+32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,
+32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,111,
+98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,
+101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,
+62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,
+60,102,108,97,103,62,119,120,69,88,80,65,78,68,32,124,32,119,120,65,76,
+76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,60,98,111,114,
+100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,
+32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,
+83,116,97,116,105,99,76,105,110,101,34,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,60,115,116,121,108,101,62,119,120,76,73,95,72,79,82,73,90,79,78,
+84,65,76,60,47,115,116,121,108,101,62,10,32,32,32,32,32,32,32,32,32,32,
+60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,111,98,
+106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,
+99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,
+32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,49,60,47,111,112,
+116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,
+119,120,69,88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,
+32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,
+62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
+97,115,115,61,34,119,120,83,116,100,68,105,97,108,111,103,66,117,116,116,
+111,110,83,105,122,101,114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,98,117,116,116,111,
+110,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,
+62,119,120,65,76,73,71,78,95,67,69,78,84,69,82,95,72,79,82,73,90,79,78,
+84,65,76,124,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,
32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,
114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
-98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,83,112,105,110,67,
-116,114,108,34,32,110,97,109,101,61,34,73,68,67,95,72,69,73,71,72,84,34,
-62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,116,121,108,
-101,62,119,120,83,80,95,65,82,82,79,87,95,75,69,89,83,60,47,115,116,121,
-108,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,118,97,
-108,117,101,62,52,56,48,60,47,118,97,108,117,101,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,60,109,105,110,62,49,60,47,109,105,110,62,
-10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,109,97,120,62,49,
-54,51,56,52,60,47,109,97,120,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,
-32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,
+98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,116,111,
+110,34,32,110,97,109,101,61,34,119,120,73,68,95,79,75,34,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,38,97,109,
+112,59,79,75,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,100,101,102,97,117,108,116,62,49,60,47,100,101,102,
+97,117,108,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,
+98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
+106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,98,117,116,116,111,110,34,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,
+76,73,71,78,95,67,69,78,84,69,82,95,72,79,82,73,90,79,78,84,65,76,124,119,
+120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,
+99,108,97,115,115,61,34,119,120,66,117,116,116,111,110,34,32,110,97,109,
+101,61,34,119,120,73,68,95,67,65,78,67,69,76,34,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,38,97,109,112,59,
+67,97,110,99,101,108,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
+32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,
+111,98,106,101,99,116,62,10,32,32,32,32,32,32,60,47,111,98,106,101,99,116,
+62,10,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,60,47,111,98,
+106,101,99,116,62,10,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,
+61,34,119,120,68,105,97,108,111,103,34,32,110,97,109,101,61,34,65,98,111,
+117,116,68,108,103,34,62,10,32,32,32,32,60,115,116,121,108,101,62,119,120,
+68,69,70,65,85,76,84,95,68,73,65,76,79,71,95,83,84,89,76,69,60,47,115,116,
+121,108,101,62,10,32,32,32,32,60,116,105,116,108,101,47,62,10,32,32,32,
+32,60,99,101,110,116,101,114,101,100,62,49,60,47,99,101,110,116,101,114,
+101,100,62,10,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,
+61,34,119,120,80,97,110,101,108,34,32,110,97,109,101,61,34,82,79,79,84,
+95,80,65,78,69,76,34,62,10,32,32,32,32,32,32,60,111,98,106,101,99,116,32,
+99,108,97,115,115,61,34,119,120,66,111,120,83,105,122,101,114,34,62,10,
+32,32,32,32,32,32,32,32,60,111,114,105,101,110,116,62,119,120,86,69,82,
+84,73,67,65,76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,32,32,
+32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,
+114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,60,111,112,116,
+105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,
+32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,
+62,10,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,
+47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,
+106,101,99,116,32,99,108,97,115,115,61,34,119,120,83,116,97,116,105,99,
+84,101,120,116,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,
+101,108,62,80,67,101,109,32,118,49,50,92,110,104,116,116,112,115,58,47,
+47,112,99,101,109,45,101,109,117,108,97,116,111,114,46,99,111,46,117,107,
+47,92,110,92,110,84,104,105,115,32,112,114,111,103,114,97,109,32,105,115,
+32,108,105,99,101,110,115,101,100,32,117,110,100,101,114,32,116,104,101,
+32,71,78,85,32,71,101,110,101,114,97,108,32,80,117,98,108,105,99,32,76,
+105,99,101,110,115,101,32,118,101,114,115,105,111,110,32,50,46,92,110,83,
+101,101,32,67,79,80,89,73,78,71,32,102,111,114,32,109,111,114,101,32,100,
+101,116,97,105,108,115,46,92,110,92,110,84,111,111,108,98,97,114,45,105,
+99,111,110,115,32,109,97,100,101,32,98,121,32,82,111,117,110,100,105,99,
+111,110,115,32,40,104,116,116,112,115,58,47,47,114,111,117,110,100,105,
+99,111,110,115,46,99,111,109,47,41,32,102,114,111,109,32,119,119,119,46,
+102,108,97,116,105,99,111,110,46,99,111,109,92,110,79,116,104,101,114,32,
+105,99,111,110,115,32,109,97,100,101,32,98,121,32,70,97,116,67,111,119,
+32,40,104,116,116,112,58,47,47,119,119,119,46,102,97,116,99,111,119,46,
+99,111,109,47,102,114,101,101,45,105,99,111,110,115,47,41,60,47,108,97,
+98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,119,114,97,112,
+62,45,49,60,47,119,114,97,112,62,10,32,32,32,32,32,32,32,32,32,32,60,47,
111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,111,98,106,101,
99,116,62,10,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,
@@ -6599,107 +6976,245 @@ static unsigned char xml_res_file_22[] = {
62,10,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,
105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,
-60,111,112,116,105,111,110,62,49,60,47,111,112,116,105,111,110,62,10,32,
-32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,
-68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,60,98,111,114,
+60,111,112,116,105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,
+32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,
+102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,
+114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,
+32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,
+116,111,110,34,32,110,97,109,101,61,34,119,120,73,68,95,79,75,34,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,95,79,75,60,
+47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,101,
+102,97,117,108,116,62,49,60,47,100,101,102,97,117,108,116,62,10,32,32,32,
+32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,
+32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,60,47,111,98,
+106,101,99,116,62,10,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
+60,47,111,98,106,101,99,116,62,10,32,32,60,111,98,106,101,99,116,32,99,
+108,97,115,115,61,34,119,120,68,105,97,108,111,103,34,32,110,97,109,101,
+61,34,72,111,115,116,67,111,110,102,105,103,34,62,10,32,32,32,32,60,115,
+116,121,108,101,62,119,120,68,69,70,65,85,76,84,95,68,73,65,76,79,71,95,
+83,84,89,76,69,124,119,120,83,84,65,89,95,79,78,95,84,79,80,60,47,115,116,
+121,108,101,62,10,32,32,32,32,60,115,105,122,101,62,52,57,57,44,49,55,53,
+60,47,115,105,122,101,62,10,32,32,32,32,60,116,105,116,108,101,62,72,111,
+115,116,32,67,111,110,102,105,103,117,114,97,116,105,111,110,60,47,116,
+105,116,108,101,62,10,32,32,32,32,60,99,101,110,116,101,114,101,100,62,
+49,60,47,99,101,110,116,101,114,101,100,62,10,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,119,120,66,111,120,83,105,122,101,
+114,34,62,10,32,32,32,32,32,32,60,111,114,105,101,110,116,62,119,120,86,
+69,82,84,73,67,65,76,60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,
+32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,
+114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,60,111,112,116,105,
+111,110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,
+32,60,102,108,97,103,62,119,120,69,88,80,65,78,68,32,124,32,119,120,65,
+76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,60,98,111,114,
100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,
-32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,
-83,116,100,68,105,97,108,111,103,66,117,116,116,111,110,83,105,122,101,
-114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,
+32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,80,97,
+110,101,108,34,32,110,97,109,101,61,34,109,95,112,97,110,101,108,50,48,
+34,62,10,32,32,32,32,32,32,32,32,32,32,60,115,116,121,108,101,62,119,120,
+84,65,66,95,84,82,65,86,69,82,83,65,76,60,47,115,116,121,108,101,62,10,
+32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,
+115,61,34,119,120,70,108,101,120,71,114,105,100,83,105,122,101,114,34,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,60,114,111,119,115,62,48,60,47,114,
+111,119,115,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,99,111,108,115,
+62,49,60,47,99,111,108,115,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,
+118,103,97,112,62,48,60,47,118,103,97,112,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,60,104,103,97,112,62,48,60,47,104,103,97,112,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,60,103,114,111,119,97,98,108,101,99,111,108,
+115,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,103,114,111,119,97,
+98,108,101,114,111,119,115,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,
+105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
+112,116,105,111,110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,
+65,78,68,32,124,32,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,
+98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,78,111,116,
+101,98,111,111,107,34,32,110,97,109,101,61,34,109,95,110,111,116,101,98,
+111,111,107,50,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,110,111,116,101,98,
+111,111,107,112,97,103,101,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,108,97,98,101,108,47,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,115,101,108,101,99,116,101,100,62,48,60,
+47,115,101,108,101,99,116,101,100,62,10,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,98,105,116,109,97,112,62,119,120,45,114,101,115,
+111,117,114,99,101,115,46,99,112,112,36,105,99,111,110,115,95,51,50,120,
+51,50,95,110,101,116,119,111,114,107,95,101,116,104,101,114,110,101,116,
+46,112,110,103,60,47,98,105,116,109,97,112,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,
+115,61,34,119,120,80,97,110,101,108,34,32,110,97,109,101,61,34,109,95,112,
+97,110,101,108,49,57,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,115,116,121,108,101,62,119,120,84,65,66,95,84,82,65,
+86,69,82,83,65,76,60,47,115,116,121,108,101,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
+97,115,115,61,34,119,120,70,108,101,120,71,114,105,100,83,105,122,101,114,
+34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,60,114,111,119,115,62,48,60,47,114,111,119,115,62,10,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,99,111,108,115,62,
+50,60,47,99,111,108,115,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,118,103,97,112,62,48,60,47,118,103,97,112,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+104,103,97,112,62,48,60,47,104,103,97,112,62,10,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,103,114,111,119,97,98,108,
+101,99,111,108,115,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,103,114,111,119,97,98,108,101,114,111,119,115,47,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,
+105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,60,47,111,112,
+116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,
+97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,83,116,
+97,116,105,99,84,101,120,116,34,32,110,97,109,101,61,34,109,95,115,116,
+97,116,105,99,84,101,120,116,55,50,34,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,
+62,78,101,116,119,111,114,107,32,116,121,112,101,32,58,60,47,108,97,98,
+101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,119,114,97,112,62,45,49,60,47,119,114,97,112,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,
+34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,60,111,112,116,105,111,110,62,48,60,47,111,112,116,105,111,110,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
+98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,67,111,109,98,111,
+66,111,120,34,32,110,97,109,101,61,34,73,68,67,95,67,79,77,66,79,95,78,
+69,84,87,79,82,75,95,84,89,80,69,34,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,116,121,108,101,
+62,119,120,67,66,95,68,82,79,80,68,79,87,78,124,119,120,67,66,95,82,69,
+65,68,79,78,76,89,60,47,115,116,121,108,101,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,105,122,
+101,62,53,53,48,44,45,49,60,47,115,105,122,101,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,118,97,108,
+117,101,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,99,111,110,116,101,110,116,47,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,
+98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,
+99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+111,112,116,105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,
+108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,
+100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,
+99,116,32,99,108,97,115,115,61,34,119,120,83,116,97,116,105,99,84,101,120,
+116,34,32,110,97,109,101,61,34,109,95,115,116,97,116,105,99,84,101,120,
+116,55,51,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,78,101,116,119,111,114,
+107,32,100,101,118,105,99,101,32,58,60,47,108,97,98,101,108,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,119,114,97,112,62,45,49,60,47,119,114,97,112,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
+101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
+97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,
+116,105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,
+103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,
+114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,
+99,108,97,115,115,61,34,119,120,67,111,109,98,111,66,111,120,34,32,110,
+97,109,101,61,34,73,68,67,95,67,79,77,66,79,95,78,69,84,87,79,82,75,95,
+68,69,86,73,67,69,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,115,116,121,108,101,62,119,120,67,66,
+95,68,82,79,80,68,79,87,78,124,119,120,67,66,95,82,69,65,68,79,78,76,89,
+60,47,115,116,121,108,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,115,105,122,101,62,53,53,48,44,
+45,49,60,47,115,105,122,101,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,118,97,108,117,101,62,67,111,
+109,98,111,33,60,47,118,97,108,117,101,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,99,111,110,116,101,
+110,116,47,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,
+111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
+32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,
+105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,111,112,116,105,111,110,62,49,60,47,111,112,116,105,111,
+110,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,
+119,120,69,88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,
+100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,119,120,66,111,120,83,105,122,101,
+114,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,114,
+105,101,110,116,62,119,120,72,79,82,73,90,79,78,84,65,76,60,47,111,114,
+105,101,110,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,112,97,99,101,114,
+34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,
+116,105,111,110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,
+88,80,65,78,68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,
+100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+60,115,105,122,101,62,48,44,48,60,47,115,105,122,101,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,
+99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,34,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,
+110,62,49,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,
+68,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,
+62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
+101,99,116,32,99,108,97,115,115,61,34,119,120,83,116,100,68,105,97,108,
+111,103,66,117,116,116,111,110,83,105,122,101,114,34,62,10,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,
32,99,108,97,115,115,61,34,98,117,116,116,111,110,34,62,10,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,73,71,
-78,95,67,69,78,84,69,82,95,72,79,82,73,90,79,78,84,65,76,124,119,120,65,
-76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,102,108,97,103,
+62,119,120,65,76,73,71,78,95,67,69,78,84,69,82,95,72,79,82,73,90,79,78,
+84,65,76,124,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,
+114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,
32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,
97,115,115,61,34,119,120,66,117,116,116,111,110,34,32,110,97,109,101,61,
34,119,120,73,68,95,79,75,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,60,108,97,98,101,108,62,38,97,109,112,59,79,75,60,47,108,97,
-98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,100,
-101,102,97,117,108,116,62,49,60,47,100,101,102,97,117,108,116,62,10,32,
+32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,38,97,109,112,
+59,79,75,60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
+101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,98,117,116,116,
+111,110,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,60,102,108,97,103,62,119,120,65,76,73,71,78,95,67,69,78,84,
+69,82,95,72,79,82,73,90,79,78,84,65,76,124,119,120,65,76,76,60,47,102,108,
+97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,111,
+98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,116,111,
+110,34,32,110,97,109,101,61,34,119,120,73,68,95,67,65,78,67,69,76,34,62,
+10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,60,108,97,98,101,108,62,38,97,109,112,59,67,97,110,99,101,108,60,47,
+108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
+32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,
32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,
-32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,
-32,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,
-115,115,61,34,98,117,116,116,111,110,34,62,10,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,60,102,108,97,103,62,119,120,65,76,73,71,78,95,67,69,78,
-84,69,82,95,72,79,82,73,90,79,78,84,65,76,124,119,120,65,76,76,60,47,102,
-108,97,103,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,98,111,114,
-100,101,114,62,53,60,47,98,111,114,100,101,114,62,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,
-34,119,120,66,117,116,116,111,110,34,32,110,97,109,101,61,34,119,120,73,
-68,95,67,65,78,67,69,76,34,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,60,108,97,98,101,108,62,38,97,109,112,59,67,97,110,99,101,108,
-60,47,108,97,98,101,108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,
-47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,
-98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,
-116,62,10,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
-32,60,47,111,98,106,101,99,116,62,10,32,32,60,47,111,98,106,101,99,116,
-62,10,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,
-68,105,97,108,111,103,34,32,110,97,109,101,61,34,65,98,111,117,116,68,108,
-103,34,62,10,32,32,32,32,60,115,116,121,108,101,62,119,120,68,69,70,65,
-85,76,84,95,68,73,65,76,79,71,95,83,84,89,76,69,60,47,115,116,121,108,101,
-62,10,32,32,32,32,60,116,105,116,108,101,47,62,10,32,32,32,32,60,99,101,
-110,116,101,114,101,100,62,49,60,47,99,101,110,116,101,114,101,100,62,10,
-32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,119,120,
-80,97,110,101,108,34,32,110,97,109,101,61,34,82,79,79,84,95,80,65,78,69,
-76,34,62,10,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,
-115,61,34,119,120,66,111,120,83,105,122,101,114,34,62,10,32,32,32,32,32,
-32,32,32,60,111,114,105,101,110,116,62,119,120,86,69,82,84,73,67,65,76,
-60,47,111,114,105,101,110,116,62,10,32,32,32,32,32,32,32,32,60,111,98,106,
-101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,105,116,101,109,
-34,62,10,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,111,110,62,48,
-60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,32,32,32,60,102,
-108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,
-32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,
-114,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
-108,97,115,115,61,34,119,120,83,116,97,116,105,99,84,101,120,116,34,62,
-10,32,32,32,32,32,32,32,32,32,32,32,32,60,108,97,98,101,108,62,80,67,101,
-109,32,118,49,50,92,110,104,116,116,112,115,58,47,47,112,99,101,109,45,
-101,109,117,108,97,116,111,114,46,99,111,46,117,107,47,92,110,92,110,84,
-104,105,115,32,112,114,111,103,114,97,109,32,105,115,32,108,105,99,101,
-110,115,101,100,32,117,110,100,101,114,32,116,104,101,32,71,78,85,32,71,
-101,110,101,114,97,108,32,80,117,98,108,105,99,32,76,105,99,101,110,115,
-101,32,118,101,114,115,105,111,110,32,50,46,92,110,83,101,101,32,67,79,
-80,89,73,78,71,32,102,111,114,32,109,111,114,101,32,100,101,116,97,105,
-108,115,46,92,110,92,110,84,111,111,108,98,97,114,45,105,99,111,110,115,
-32,109,97,100,101,32,98,121,32,82,111,117,110,100,105,99,111,110,115,32,
-40,104,116,116,112,115,58,47,47,114,111,117,110,100,105,99,111,110,115,
-46,99,111,109,47,41,32,102,114,111,109,32,119,119,119,46,102,108,97,116,
-105,99,111,110,46,99,111,109,92,110,79,116,104,101,114,32,105,99,111,110,
-115,32,109,97,100,101,32,98,121,32,70,97,116,67,111,119,32,40,104,116,116,
-112,58,47,47,119,119,119,46,102,97,116,99,111,119,46,99,111,109,47,102,
-114,101,101,45,105,99,111,110,115,47,41,60,47,108,97,98,101,108,62,10,32,
-32,32,32,32,32,32,32,32,32,32,32,60,119,114,97,112,62,45,49,60,47,119,114,
-97,112,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,
-62,10,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
-32,32,32,32,32,60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,
-105,122,101,114,105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,
-60,111,112,116,105,111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,
-32,32,32,32,32,32,32,32,32,60,102,108,97,103,62,119,120,69,88,80,65,78,
-68,32,124,32,119,120,65,76,76,60,47,102,108,97,103,62,10,32,32,32,32,32,
-32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,98,111,114,100,101,
-114,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,101,99,116,32,99,
-108,97,115,115,61,34,119,120,83,116,97,116,105,99,76,105,110,101,34,62,
-10,32,32,32,32,32,32,32,32,32,32,32,32,60,115,116,121,108,101,62,119,120,
-76,73,95,72,79,82,73,90,79,78,84,65,76,60,47,115,116,121,108,101,62,10,
-32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,
-32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,
-60,111,98,106,101,99,116,32,99,108,97,115,115,61,34,115,105,122,101,114,
-105,116,101,109,34,62,10,32,32,32,32,32,32,32,32,32,32,60,111,112,116,105,
-111,110,62,48,60,47,111,112,116,105,111,110,62,10,32,32,32,32,32,32,32,
-32,32,32,60,102,108,97,103,62,119,120,65,76,76,60,47,102,108,97,103,62,
-10,32,32,32,32,32,32,32,32,32,32,60,98,111,114,100,101,114,62,53,60,47,
-98,111,114,100,101,114,62,10,32,32,32,32,32,32,32,32,32,32,60,111,98,106,
-101,99,116,32,99,108,97,115,115,61,34,119,120,66,117,116,116,111,110,34,
-32,110,97,109,101,61,34,119,120,73,68,95,79,75,34,62,10,32,32,32,32,32,
-32,32,32,32,32,32,32,60,108,97,98,101,108,62,95,79,75,60,47,108,97,98,101,
-108,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,100,101,102,97,117,108,
-116,62,49,60,47,100,101,102,97,117,108,116,62,10,32,32,32,32,32,32,32,32,
-32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,111,
-98,106,101,99,116,62,10,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,
-10,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,60,47,111,98,106,
-101,99,116,62,10,60,47,114,101,115,111,117,114,99,101,62,10};
+32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,111,98,106,
+101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,47,
+111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,60,
+47,111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,32,32,60,47,
+111,98,106,101,99,116,62,10,32,32,32,32,32,32,32,32,32,32,60,47,111,98,
+106,101,99,116,62,10,32,32,32,32,32,32,32,32,60,47,111,98,106,101,99,116,
+62,10,32,32,32,32,32,32,60,47,111,98,106,101,99,116,62,10,32,32,32,32,60,
+47,111,98,106,101,99,116,62,10,32,32,60,47,111,98,106,101,99,116,62,10,
+60,47,114,101,115,111,117,114,99,101,62,10};
void InitXmlResource()
{
@@ -6730,12 +7245,14 @@ void InitXmlResource()
XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_16x16_folder.png"), xml_res_file_13, xml_res_size_13, wxT("image/png"));
XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_16x16_control_eject.png"), xml_res_file_14, xml_res_size_14, wxT("image/png"));
XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_mouse_pc.png"), xml_res_file_15, xml_res_size_15, wxT("image/png"));
- XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_control_play_blue.png"), xml_res_file_16, xml_res_size_16, wxT("image/png"));
- XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_setting_tools.png"), xml_res_file_17, xml_res_size_17, wxT("image/png"));
- XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_computer_add.png"), xml_res_file_18, xml_res_size_18, wxT("image/png"));
- XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_computer_edit.png"), xml_res_file_19, xml_res_size_19, wxT("image/png"));
- XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_computer_delete.png"), xml_res_file_20, xml_res_size_20, wxT("image/png"));
- XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_door_in.png"), xml_res_file_21, xml_res_size_21, wxT("image/png"));
- XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$._pc.xrc"), xml_res_file_22, xml_res_size_22, wxT("text/xml"));
+ XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_network_ethernet.png"), xml_res_file_16, xml_res_size_16, wxT("image/png"));
+ XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_control_play_blue.png"), xml_res_file_17, xml_res_size_17, wxT("image/png"));
+ XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_setting_tools.png"), xml_res_file_18, xml_res_size_18, wxT("image/png"));
+ XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_widescreen.png"), xml_res_file_19, xml_res_size_19, wxT("image/png"));
+ XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_computer_add.png"), xml_res_file_20, xml_res_size_20, wxT("image/png"));
+ XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_computer_edit.png"), xml_res_file_21, xml_res_size_21, wxT("image/png"));
+ XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_computer_delete.png"), xml_res_file_22, xml_res_size_22, wxT("image/png"));
+ XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$icons_32x32_door_in.png"), xml_res_file_23, xml_res_size_23, wxT("image/png"));
+ XRC_ADD_FILE(wxT("XRC_resource/wx-resources.cpp$._pc.xrc"), xml_res_file_24, xml_res_size_24, wxT("text/xml"));
wxXmlResource::Get()->Load(wxT("memory:XRC_resource/wx-resources.cpp$._pc.xrc"));
}
diff --git a/src/wx-utils.h b/src/wx-utils.h
index 6ab844b..ab57a21 100644
--- a/src/wx-utils.h
+++ b/src/wx-utils.h
@@ -154,3 +154,6 @@ extern void (*wx_idle_func)(void* window, void* event);
#define IMAGE_TIFF "tiff"
extern int has_been_inited;
+
+#define ID_IS(s) wParam == wx_xrcid(s)
+#define ID_RANGE(a, b) wParam >= wx_xrcid(a) && wParam <= wx_xrcid(b)