2020-09-30 17:12:29 +02:00

35 lines
1.3 KiB
C

/***************************************************************************\
* dialogs.h
*
* Copyright (c) 1991 Microsoft Corporation
*
* Definitions for the winmeter dialog boxes - created with QuickC Dialog Editor
*
* History:
* Written by Hadi Partovi (t-hadip) summer 1991
*
* Re-written and adapted for NT by Fran Borda (v-franb) Nov.1991
* for Newman Consulting
* Took out all WIN-specific and bargraph code. Added 3 new
* linegraphs (Mem/Paging, Process/Threads/Handles, IO), and
* tailored info to that available under NT.
\***************************************************************************/
#define IDD_MANUAL 201
#define IDD_AUTOMATIC 200
#define IDD_INTERVAL 500
#define IDD_DISPTHREADS 300
#define IDD_RIGHTPERCENT 400
#define IDD_APPLYTOEXISTING 302
#define IDD_USEDEFAULT 600
#define IDD_INTERVALTEXT1 501
#define IDD_INTERVALTEXT2 502
#define IDD_HELP 11
#define IDD_ABOUT 12
#define IDD_LINEGRAPH 14
#define IDD_BOTTOM_VAL 701
#define IDD_TOP_VAL 700
#define IDD_MAXVALUES 800
#define IDD_REFRESH 13
#define IDD_BARGRAPH 10
#define IDD_DISPDETAILS 301