You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.0 KiB
73 lines
2.0 KiB
/***************************************************************************
|
|
* wince_ressource.h
|
|
*
|
|
* Thu Jul 19 19:00:10 2007
|
|
* Copyright 2007 Steffen Pohle
|
|
* steffen@gulpe.de
|
|
****************************************************************************/
|
|
|
|
/*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
|
|
#ifndef _WINCE_RESSOURCE_H_
|
|
#define _WINCE_RESSOURCE_H_
|
|
|
|
#define IDC_STATIC -1
|
|
|
|
#define IDR_MAINMENU 101
|
|
#define IDM_MENU_EXIT 111
|
|
#define IDM_MENU_SEL_DIR 112
|
|
|
|
#define IDM_MENU_MAP_PATH 121
|
|
#define IDM_MENU_MAP_WEBLOAD 122
|
|
#define IDM_MENU_MAP_REFRESHSEARCH 123
|
|
#define IDM_MENU_GPS_SETTING 131
|
|
#define IDM_MENU_GPS_START 132
|
|
#define IDM_MENU_GPS_STOP 133
|
|
#define IDM_MENU_GPS_LOGLOAD 134
|
|
#define IDM_MENU_GPX_EXPORT 135
|
|
#define IDM_MENU_ROUTESAVE 136
|
|
#define IDM_MENU_LOG_PATH 140
|
|
|
|
#define IDR_COMSETTING 200
|
|
#define IDC_COMPORT1 201
|
|
#define IDC_COMPORT2 202
|
|
#define IDC_CREATELOG 223
|
|
#define IDC_BAUD1 205
|
|
#define IDC_BAUD2 206
|
|
#define IDC_BAUD3 207
|
|
#define IDC_BAUD4 208
|
|
#define IDC_BAUD5 209
|
|
#define IDC_BAUD6 210
|
|
#define IDC_BAUD7 211
|
|
#define IDC_BAUD8 212
|
|
#define IDC_DEVEDIT 220
|
|
#define IDC_FILE 221
|
|
#define IDC_SIMMULATION 222
|
|
|
|
#define IDR_TEXTEDIT 250
|
|
#define IDC_LABEL 251
|
|
#define IDC_EDIT 252
|
|
|
|
#define IDR_SELECT_DIR 260
|
|
#define IDC_DIRLIST 261
|
|
|
|
#endif
|
|
|
|
|
|
|