plugins/consoles/rcons/server/win32/resource.h
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Sat, 31 Jul 2010 19:07:57 +0100
changeset 23 092bcc217d9d
parent 0 7f656887cf89
permissions -rw-r--r--
Tidied iocli exports, build macro tweaks. Removed 4 overloads of CCommandBase::RunCommand[L] that are no longer used at all, and changed one more to not be exported as it's only used internally to iocli.dll. fixed builds on platforms that don't support btrace or any form of tracing.

// resource.h
// 
// Copyright (c) 2010 Accenture. All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
// 
// Initial Contributors:
// Accenture - Initial contribution
//
#define IDC_MYICON                      2
#define IDD_CONSOLE_HOST_DIALOG         102
#define IDD_ABOUTBOX                    103
#define IDS_APP_TITLE                   103
#define IDM_ABOUT                       104
#define IDM_EXIT                        105
#define ID_EXIT                         105
#define IDS_HELLO                       106
#define IDI_CONSOLE_HOST                107
#define IDI_SMALL                       108
#define IDC_CONSOLE_HOST                109
#define ID_SERVER_MENU                  109
#define IDR_MAINFRAME                   128
#define IDD_PREFS_DIALOG                129
#define ID_REMOTE_CONSOLE_MENU          130
#define ID_EDIT_PORT                    1003
#define ID_CHECK_FOCUS_NEW_WINDOWS      1004
#define ID_EDIT_WIN_WIDTH               1005
#define ID_EDIT_WIN_HEIGHT              1006
#define ID_EDIT_WIN_POS_X               1007
#define ID_EDIT_WIN_POS_Y               1008
#define ID_CHECK_WIN_POS                1009
#define ID_OVERFLOW_LINES               1010
#define ID_RC_CLOSE                     32771
#define ID_ABOUT                        32772
#define ID_PREFS                        32775
#define ID_RC_CAPTURE                   32776
#define ID_EDIT_COPY                    32779
#define ID_EDIT_PASTE                   32780
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32781
#define _APS_NEXT_CONTROL_VALUE         1016
#define _APS_NEXT_SYMED_VALUE           110
#endif
#endif