-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuntermres.h
More file actions
64 lines (63 loc) · 2.47 KB
/
funtermres.h
File metadata and controls
64 lines (63 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/***************************************************************************
* Copyright (C) 2008 by Blake Leverett *
* bleverett@gmail.com
* *
* FUNterm 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, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
/*
CVS info:
$Id: funtermres.h,v 1.4 2010/04/01 15:19:45 blakelev Exp $
$Revision: 1.4 $
$Date: 2010/04/01 15:19:45 $
*/
/**
@file funtermres.h This file contains ID codes used for dispatching
windows events. Each of these codes corresponds to an event in the
application, and is passed from dialogs to event handlers.
@addtogroup term
*/
#define IDACCEL 100
#define IDD_ABOUT 101
#define IDM_CONFIG 200
#define IDM_STARTCOMM 210
#define IDM_COPY 211
#define IDM_PASTE 212
#define IDM_CLEAR 213
#define IDM_BINARY 214
#define IDM_SEND 220
#define IDM_SAVE 230
#define IDM_CRLF 235
#define IDM_LOG_START 240
#define IDM_LOG_END 250
#define IDM_EXIT 300
#define IDD_CONFIG 400
#define IDD_BINARY 410
#define ID_COMPORT 420
#define ID_SPEEDGB 406
#define ID_BAUD 407
#define ID_CBOPEN 415
#define ID_CBFLOW 416
#define IDM_ABOUT 500
#define IDMAINMENU 600
#define IDPOPUPMENU 601
#define IDAPPLICON 710
#define IDB_GRNLEDON 720
#define IDB_GRNLEDOFF 721
#define IDB_REDLEDON 722
#define IDB_REDLEDOFF 723
#define IDAPPLCURSOR 810
#define IDS_FILEMENU 2000
#define IDS_HELPMENU 2010
#define IDS_SYSMENU 2030
#define IDM_STATUSBAR 3000