00001 #ifndef _WINC_WXPRESRC
00002 #define _WINC_WXPRESRC
00003
00004 #include <WXP/ResrcDBList.h>
00005
00006 namespace WXP {
00007 class WxpResrc {
00008 public:
00009 static int add( ResrcDBList &list, int type );
00010
00011 enum Resources { background, calibration, city_file, color_cgrid,
00012 color_clabel, color_cloud, color_cmap, color_cont, color_data,
00013 color_fill, color_front, color_grid, color_hodo, color_hodtxt,
00014 color_label, color_line, color_map, color_sound, color_table,
00015 color_text, color_therm, color_thrmtxt, color_watch, color_wind,
00016 color_wx, con_base, con_path, con_interval, current, data_path,
00017 device, draw, file_path, filename, font_list, format, geometry,
00018 grid_domain, grid_path, grid_num, grid_type, help, hour, icon,
00019 identifier, image_path, in_file, input, inter, label, level, log_file,
00020 logo, map_file, message, model, model_path, name_conv, num_hour,
00021 object_param, out_file, output, parameter, plot_domain,
00022 plot_range, plot_scale, plot_type, product, prod_file, raw_path,
00023 sat_path, stat_prior, text_path, time, timezone, title, type,
00024 variable, var_file, watch_path,
00025 BASE, PATH, FILE, CURRENT, CITY, IO, GRID, DOMAIN, DATABASE,
00026 PLOT, COLOR, COLOR_CONT, COLOR_THERM, IDENT, OBJECT, CONT, DEVICE };
00027 };
00028 }
00029 #endif