home *** CD-ROM | disk | FTP | other *** search
- #ifndef _GMENU_H_
- #define _GMENUL_H
-
- /* Standard menu ids */
- #define IDM_GRAPHMENU 10000
-
- #define IDM_PLOT 10001
- #define IDM_PLOTSAVE 10002
- #define IDM_PLOTPRINT 10003
- #define IDM_PLOTPRINTGRAPH 10004
- #define IDM_PLOTPRINTDESTINATION 10005
- #define IDM_PLOTPRINTOPTIONS 10006
- #define IDM_PLOTPRINTSTATUS 10007
- #define IDM_EDIT 10008
- #define IDM_EDITCOPY 10009
- #define IDM_EDITCLEAR 10010
- #define IDM_EDITSEPARATOR 10011
- #define IDM_EDITSELECT 10012
- #define IDM_EDITSELECTSERIES 10013
- #define IDM_EDITSELECTLEGEND 10014
- #define IDM_EDITSELECTLEGENDFRAME 10015
- #define IDM_EDITSELECTLEGENDLABEL 10016
- #define IDM_EDITSELECTTITLE 10017
- #define IDM_EDITSELECTTITLEFIRST 10018
- #define IDM_EDITSELECTTITLESECOND 10019
- #define IDM_EDITSELECTTITLEX 10020
- #define IDM_EDITSELECTTITLEY 10021
- #define IDM_EDITSELECTTITLE2Y 10022
- #define IDM_EDITSELECTAXIS 10023
- #define IDM_EDITSELECTAXISSCALE 10024
- #define IDM_EDITSELECTAXISINDICATOR 10025
- #define IDM_EDITSELECTAXISLABELS 10026
- #define IDM_EDITSELECTAXISSCALEX 10027
- #define IDM_EDITSELECTAXISSCALEY 10028
- #define IDM_EDITSELECTAXISSCALE2Y 10029
- #define IDM_EDITSELECTAXISINDICATORX 10030
- #define IDM_EDITSELECTAXISINDICATORY 10040
- #define IDM_EDITSELECTAXISINDICATOR2Y 10050
- #define IDM_EDITSELECTAXISLABELSX 10051
- #define IDM_EDITSELECTAXISLABELSY 10052
- #define IDM_EDITSELECTAXISLABELS2Y 10053
- #define IDM_EDITSELECTDATA 10054
- #define IDM_EDITSELECTPLOTFRAME 10055
- #define IDM_EDITSELECTPIE 10056
- #define IDM_EDITSELECTCOMPARISION 10057
- #define IDM_EDITSELECTGRAPH 10058
- #define IDM_EDITDESELECT 10059
- #define IDM_TYPE 10060
- #define IDM_TYPE_LINE 10061
- #define IDM_TYPE_XYLINE 10062
- #define IDM_TYPE_SPECTRAL 10063
- #define IDM_TYPE_SCATTER 10064
- #define IDM_TYPE_AREA 10065
- #define IDM_TYPE_TABLE 10066
- #define IDM_TYPE_RADAR 10067
- #define IDM_TYPE_COLUMN 10068
- #define IDM_TYPE_BAR 10069
- #define IDM_TYPE_STACKEDCOLUMN 10070
- #define IDM_TYPE_STACKEDBAR 10071
- #define IDM_TYPE_PIE 10072
- #define IDM_TYPE_STEP 10073
- #define IDM_TYPE_POLAR 10074
- #define IDM_TYPE_HIGHLOW 10075
- #define IDM_TYPE_HIGHLOWCLOSE 10076
- #define IDM_TYPE_HIGHLOWCLOSEAVE 10077
- #define IDM_TYPE_3DCOLUMN 10078
- #define IDM_TYPE_3DLINE 10079
- #define IDM_TYPE_3DSPECTRAL 10080
- #define IDM_TYPE_3DAREA 10081
- #define IDM_TYPE_3DBAR 10082
- #define IDM_TYPE_3DSCATTER 10083
- #define IDM_SETTINGS 10084
- #define IDM_SETFRAME 10085
- #define IDM_SETPOSITION 10086
- #define IDM_SETTICKS 10087
- #define IDM_SETALIGNMENT 10088
- #define IDM_SETPOSTITLEX 10089
- #define IDM_SETPOSTITLEY 10140
- #define IDM_SETPOSTITLE2Y 10090
- #define IDM_SETPOSYAXIS 10091
- #define IDM_SETPOS2YAXIS 10092
- #define IDM_SETPOSTICKMARKS 10093
- #define IDM_SETPOSTICKMARKSX 10094
- #define IDM_SETPOSTICKMARKSY 10095
- #define IDM_SETPOSTICKMARKS2Y 10096
- #define IDM_SETPOSLABELS 10097
- #define IDM_SETPOSLABELSX 10098
- #define IDM_SETPOSLABELSY 10099
- #define IDM_SETPOSLABELS2Y 10100
- #define IDM_SETSCALE 10101
- #define IDM_SETSCALEX 10102
- #define IDM_SETSCALEY 10103
- #define IDM_SETSCALE2Y 10104
- #define IDM_SETFORMAT 10105
- #define IDM_SETFORMATX 10106
- #define IDM_SETFORMATY 10107
- #define IDM_SETFORMAT2Y 10108
- #define IDM_SETFORMATDATA 10109
- #define IDM_SETFORMATPIE 10110
- #define IDM_SETFORMATSEP 10111
- #define IDM_SETFORMATALL 10112
- #define IDM_SETPIECHOICES 10113
- #define IDM_SETRADARCHOICES 10114
- #define IDM_SETSEP1 10115
- #define IDM_SETGROUPOPTIONS 10116
- #define IDM_SETDATALABELS 10117
- #define IDM_SETSEP2 10118
- #define IDM_SETFONT 10119
- #define IDM_SETTEXT 10120
- #define IDM_SETAREA 10121
- #define IDM_SETLINE 10122
- #define IDM_SETMARKER 10123
- #define IDM_ADD 10124
- #define IDM_ADDTITLE 10125
- #define IDM_ADDTITLEFIRST 10126
- #define IDM_ADDTITLESECOND 10127
- #define IDM_ADDTITLEXAXIS 10128
- #define IDM_ADDTITLEYAXIS 10129
- #define IDM_ADDTITLE2YAXIS 10130
- #define IDM_ADDLEGEND 10131
- #define IDM_ADDLEGENDFRAME 10132
- #define IDM_ADDLEGENDLABEL 10133
- #define IDM_ADDLABELS 10134
- #define IDM_ADDNOTATION 10135
- #define IDM_ADDNOTATIONTEXT 10136
- #define IDM_ADDNOTATIONLINE 10137
- #define IDM_ADDNOTATIONARROW 10138
- #define IDM_ADDCOMPARISONLINES 10139
- #endif
-