#ifndef _CONFIG_DATA_H_
#define _CONFIG_DATA_H_

// Created by Externator_Config_Data v0.1;  (C) Vedan , 2008;





extern const RECT rc;
extern const unsigned int upp_color;
extern const unsigned int low_color;
extern const int ev_font;
extern const unsigned int ev_color;
extern const RECT rc2;
extern const int text_font;
extern const unsigned int text_color;
extern const int time_font;
extern const unsigned int time_color;
extern const unsigned int miss_color;

extern const wchar_t str_off[50];
extern const wchar_t str_events[50];
extern const wchar_t str_noevents[50];
#endif

