mirror of https://github.com/lianthony/NT4.0
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.
27 lines
883 B
27 lines
883 B
/*---------------------------------------------------------------------------*\
|
|
| DIALOGS HEADER
|
|
| This module contains the definitions for the dialog object.
|
|
|
|
|
|
|
|
| Copyright (c) Microsoft Corp., 1990-1993
|
|
|
|
|
| created: 01-Nov-91
|
|
| history: 01-Nov-91 <clausgi> created.
|
|
| 29-Dec-92 <chriswil> port to NT, cleanup.
|
|
| 19-Oct-93 <chriswil> unicode enhancements from a-dianeo.
|
|
|
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
#define IDD_CONNECT 100
|
|
#define IDC_CONNECTNAME 101
|
|
#define IDD_PREFERENCES 200
|
|
#define ID_SIDEBYSIDE 201
|
|
#define ID_TOPANDBOTTOM 203
|
|
#define ID_RECEIVEPFONT 204
|
|
#define ID_RECEIVEOFONT 205
|
|
#define ID_ANSONRESTORE 202
|
|
|
|
|
|
int FAR dlgDisplayBox(HINSTANCE,HWND,LPTSTR,DLGPROC,LPARAM);
|
|
BOOL CALLBACK dlgPreferencesProc(HWND,UINT,WPARAM,LPARAM);
|
|
BOOL CALLBACK dlgConnectProc(HWND,UINT,WPARAM,LPARAM);
|