mirror of https://github.com/tongzx/nt5src
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.
36 lines
1.1 KiB
36 lines
1.1 KiB
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1993 - 1993.
|
|
//
|
|
// File: resource.h
|
|
//
|
|
// History: 10-06-93 ErikGav Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
|
|
#define tmcOk IDOK
|
|
#define tmcCancel IDCANCEL
|
|
#define tmcStatic -1
|
|
#define tmcListbox 101
|
|
#define tmcEnabled 102
|
|
#define tmcDisk 103
|
|
#define tmcCom1 104
|
|
#define tmcBreak 105
|
|
#define tmcNative 106
|
|
#define tmcEnableAll 107
|
|
#define tmcDisableAll 108
|
|
|
|
// Simulate failure dialog resources
|
|
#define IDD_SIMFAIL 200
|
|
#define ID_LBLFAIL 201
|
|
#define ID_TXTFAIL 202
|
|
#define ID_LBLINTERVAL 203
|
|
#define ID_TXTINTERVAL 204
|
|
#define ID_LBLCOUNT 205
|
|
#define ID_TXTCOUNT 206
|
|
#define ID_BTNRESET 207
|
|
#define ID_BTNNEVER 208
|
|
#define ID_BTNUPDATE 209
|
|
|