/* xyzstr.h */ #ifndef _INC_XYZSTR_H #define _INC_XYZSTR_H // igrid.tab #define _xyzstr_idg "Inverse Distance Gridding" #define _xyzstr_tlt "Igrid" // igrid.pan #define _xyzstr_din "XYZ Data Input" #define _xyzopt_sep "Separate X, Y and Z Series" #define _xyzopt_sgl "Single XYZ Series" #define _xyzstr_ser "XYZ Series" // igridopt.pan #define _xyzstr_opt "Options" #define _xyzstr_xgs "X Gridsize" #define _xyzstr_ygs "Y Gridsize" #define _xyzstr_fac "Interpolation Factor" #define _xyzstr_csh "Color Shading" #define _xyzstr_rwt "Radial Weighting Terms" #define _xyzstr_dwt "Default Weights" // xyz.tab #define _xyzstr_plt "XYZ Plot" // xyzunits.pan #define _xyzstr_dst "Data Settings" #define _xyzstr_xhu "(X) Horizontal Units" #define _xyzstr_yvu "(Y) Vertical Units" #define _xyzstr_zhu "(Z) Height Units" // zgenset.pan #define _xyzstr_pty "Plot Type" #endif