00001 #ifndef _WINC_PLOTLABEL
00002 #define _WINC_PLOTLABEL
00003
00004 namespace WXP {
00005 struct PlotLabel {
00006 int layer;
00007 char locate[10];
00008 char string[100];
00009 char format[100];
00010
00011 int print();
00012 };
00013 }
00014
00015 #endif