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.
62 lines
2.1 KiB
62 lines
2.1 KiB
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft OLE
|
|
// Copyright (C) Microsoft Corporation, 1994 - 1995.
|
|
//
|
|
// File: debdlg.h
|
|
//
|
|
// Contents: ID definitions for controls in dialog box
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 4-10-95 kennethm Created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
#ifndef __DEBDLG_H__
|
|
#define __DEBDLG_H__
|
|
|
|
#include <winuser.h>
|
|
|
|
//
|
|
// Externs
|
|
//
|
|
|
|
#define IDD_DEBUGDIALOG 5270
|
|
#define IDC_ADDREL 1001
|
|
#define IDC_TRACEFILELOC 1002
|
|
#define IDC_LOGFILELOC 1003
|
|
#define IDC_POPUP 1004
|
|
#define IDC_DEBUGTERM 1005
|
|
#define IDC_TLDEBUGTERM 1005
|
|
#define IDC_SPYWIN 1006
|
|
#define IDC_TLSPYWIN 1006
|
|
#define IDC_TRACEFILEBROWSE 1007
|
|
#define IDC_CONSOLE 1008
|
|
#define IDC_TLCONSOLE 1008
|
|
#define IDC_LOGFILE 1009
|
|
#define IDC_TLLOGFILE 1009
|
|
#define IDC_TRACELEVEL 1010
|
|
#define IDC_INTERF 1011
|
|
#define IDC_QI 1012
|
|
#define IDC_LEVEL1 1013
|
|
#define IDC_LEVEL2 1014
|
|
#define IDC_SAVE 1015
|
|
#define IDC_LOGFILEBROWS 1016
|
|
#define IDC_LEVEL3 1017
|
|
#define IDC_LLDEBUGTERM 1018
|
|
#define IDC_LLSPYWIN 1019
|
|
#define IDC_LLCONSOLE 1020
|
|
#define IDC_LLLOGFILE 1021
|
|
#define IDC_FUNCOUT 1022
|
|
#define IDC_FUNCIN 1023
|
|
#define IDC_BREAK 1024
|
|
#define IDC_VERBOSE 1025
|
|
#define IDC_SPYWINDOWLOC 1026
|
|
#define IDC_LEVEL4 1027
|
|
#define IDC_WARNING 1028
|
|
#define IDC_STATIC -1
|
|
|
|
#endif // __DEBDLG_H__
|
|
|