#ifndef _ALADIN_ALADIN_H_ #define _ALADIN_ALADIN_H_ #endif #define IDC_STATIC -1 // MENU DEFINES #define APPMENU_FILE_EXIT 10000 #define APPMENU_FILE_OPENDEVICE 10001 #define APPMENU_FILE_OPENLOG 10002 #define APPMENU_FILE_IMPORT 10003 #define APPMENU_FILE_NEW 10004 #define APPMENU_FILE_SAVEWORKSHEET 10010 #define APPMENU_FILE_SAVERAW 10011 #define APPMENU_FILE_SAVETEXT 10012 #define APPMENU_FILE_SAVE 10013 #define APPMENU_FILE_SAVEGRAPH 10014 #define APPMENU_SETTINGS_SERIAL 10020 #define APPMENU_HELP_ABOUT 10030 #define APPMENU_HELP_REGISTER 10031 #define APPMENU_HELP_HOME 10032 #define APPMENU_HELP_HELP 10033 #define APPMENU_HELP_INTERFACES 10034 // DIALOG DEFINES #define DB_NITROX 1000 #define DB_O2 1001 #define DB_COMPUTER 1002 #define DB_STANDARD 1006 #define DB_BATTERY 1007 #define DB_LOGLIST 1008 #define DB_PFLIST 1009 #define DB_IMPORT 1010 #define DB_PROFILES 1011 #define DB_GRAPH 1012 #define DB_PFBOTTOMTIME 1013 #define DB_PFMAXDEPTH 1014 #define STRING_ALADINKEYNAME 600 #define STRING_HISTORYKEYNAME 601 #define STRING_SETTINGSKEYNAME 602 #define STRING_SERIALKEYNAME 603 #define STRING_HISTORYKEYSHORTNAME 604 #define STRING_SETTINGSEMAIL 605 #define STRING_SERIALPORT 606 #define STRING_SERIALBAUD 607 #define STRING_SERIALDATA 608 #define STRING_SERIALPARITY 609 #define STRING_SERIALSTOP 610 #define STRING_COM1 611 #define STRING_COM2 612 #define STRING_COM3 613 #define STRING_COM4 614 #define STRING_VERSION 615 #define STRING_APPNAME 616 #define STRING_HOMEPAGE 617 #define STRING_REGISTERPAGE 618 #define STRING_HELPPAGE 619 #define STRING_BROWSERKEY 620 #define STRING_BROWSERKEYALT 621 #define STRING_BROWSERCOMMAND 622 #define STRING_SPLASHURL 623 #define STRING_HOST 624 #define STRING_LINKURL 625 #define STRING_CURRENTVERSIONKEYNAME 700 #define STRING_CURRENTVERSIONNTKEYNAME 701 #define STRING_PRODUCTNAME 702 #define STRING_REGISTEREDOWNER 703 #define STRING_PRODUCTID 704 #define STRING_VERSIONNUMBER 705 // SERIAL DIALOG #define SERIAL_STOP 104 #define SERIAL_PARITY 105 #define SERIAL_APPLY 106 #define SERIAL_DATA 103 #define SERIAL_BAUD 102 #define SERIAL_PORT 101 #define SERIAL_RESET 107