home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
source
/
stsbar
/
sbtest.h
< prev
next >
Wrap
Text File
|
1991-09-10
|
2KB
|
45 lines
//===========================================================================
// Program : SBTEST.H
// Version : 1.0
// Operating System : DOS / Windows 3.0
// Author : Jean-Marc Krikorian
// 525 Sandy Lane
// Libertyville, IL 60048
// (708) 816-3314
//
// Copyright 1991 Jean-Marc Krikorian. All Rights Reserved.
//
//===========================================================================
#define IDM_SBSHOW 100
#define IDM_SBHIDE 101
#define IDM_SBDISPLAYTEXT 102
#define IDM_SB3DFACE 103
#define IDM_SB2DFACE 104
#define IDM_SBFLATFACE 105
#define IDM_SBGRAYFACE 106
#define IDM_SBBLACKFACE 107
#define IDM_SBWHITEFACE 108
#define IDM_SBREDFACE 109
#define IDM_SBGREENFACE 110
#define IDM_SBBLUEFACE 111
#define IDM_SBGRAYTEXT 112
#define IDM_SBBLACKTEXT 113
#define IDM_SBWHITETEXT 114
#define IDM_SBREDTEXT 115
#define IDM_SBGREENTEXT 116
#define IDM_SBBLUETEXT 117
#define IDM_SBBOLD 118
#define IDM_SBITALICS 119
#define IDM_SBUNDERLINE 120
#define IDM_SBSTRIKEOUT 121
#define IDM_SBHELV8 122
#define IDM_SBARIAL25 123
#define IDM_SBTMS12 124
#define IDM_SBDEFAULTSYSTEM 125
int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
BOOL InitApplication(HANDLE);
BOOL InitInstance(HANDLE, int);
long FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);