Last change
on this file since 15854f1 was 5fa506d, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Include file cleanup.
|
-
Property mode
set to
100644
|
File size:
714 bytes
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | menu.h -- MIDAS 700 menu definitions
|
---|
4 | Version 5 -- 1988-07-25 -- D.N. Lynx Crowe
|
---|
5 | =============================================================================
|
---|
6 | */
|
---|
7 |
|
---|
8 | #pragma once
|
---|
9 |
|
---|
10 | #include "vsdd.h"
|
---|
11 |
|
---|
12 | #define MCURSOR 1 /* cursor color */
|
---|
13 | #define MBKGRND 2 /* background color */
|
---|
14 | #define MBUCHLA 4 /* "Created by ..." color */
|
---|
15 | #define MTITLE 5 /* title color */
|
---|
16 | #define MHILITE 7 /* hilite color */
|
---|
17 | #define MLFILES 8 /* file name color */
|
---|
18 | #define MLINES 10 /* outline color */
|
---|
19 | #define MBUTTON 11 /* button legend color */
|
---|
20 |
|
---|
21 | #define MCURX 144
|
---|
22 | #define MCURY 154
|
---|
23 |
|
---|
24 | #define MENUOBJ 8
|
---|
25 | #define MENUPRI 8
|
---|
26 |
|
---|
27 | #define MENUFL V_RES3
|
---|
Note:
See
TracBrowser
for help on using the repository browser.