54 lines
1.6 KiB
Plaintext
54 lines
1.6 KiB
Plaintext
|
//---------------------------------------------------------------------------
|
|||
|
// dlgs.rc : Dialogs resource descriptions
|
|||
|
//
|
|||
|
// Copyright (c) Microsoft Corporation, 1990-
|
|||
|
//---------------------------------------------------------------------------
|
|||
|
|
|||
|
#define WIN31 1
|
|||
|
#include <windows.h>
|
|||
|
#include "isz.h"
|
|||
|
#include "dlgs.h"
|
|||
|
|
|||
|
//----Version Stamping-------------------------------------------------------
|
|||
|
#include "commdlg.rcv"
|
|||
|
|
|||
|
//----Bitmaps----------------------------------------------------------------
|
|||
|
bmpDirDrive BITMAP IMPURE filebmps.bmp
|
|||
|
bmpCrossHair BITMAP IMPURE crosshr.bmp
|
|||
|
|
|||
|
BMLEFT BITMAP left.bmp
|
|||
|
BMLEFTI BITMAP lefti.bmp
|
|||
|
BMRIGHT BITMAP right.bmp
|
|||
|
BMRIGHTI BITMAP righti.bmp
|
|||
|
BMUP BITMAP up.bmp
|
|||
|
BMUPI BITMAP upi.bmp
|
|||
|
BMDOWN BITMAP down.bmp
|
|||
|
BMDOWNI BITMAP downi.bmp
|
|||
|
|
|||
|
//----Cursors----------------------------------------------------------------
|
|||
|
|
|||
|
//----Fonts------------------------------------------------------------------
|
|||
|
|
|||
|
//----Icons------------------------------------------------------------------
|
|||
|
icoPortrait ICON portrait.ico
|
|||
|
icoLandscape ICON landscap.ico
|
|||
|
|
|||
|
//----Menus------------------------------------------------------------------
|
|||
|
|
|||
|
//----Accelerators-----------------------------------------------------------
|
|||
|
|
|||
|
//----Dialogs----------------------------------------------------------------
|
|||
|
|
|||
|
#include "FileOpen.dlg"
|
|||
|
#include "PrnSetup.dlg"
|
|||
|
#include "FindText.dlg"
|
|||
|
#include "Color.dlg"
|
|||
|
#include "Font.dlg"
|
|||
|
|
|||
|
//----Strings----------------------------------------------------------------
|
|||
|
|
|||
|
STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
|
|||
|
BEGIN
|
|||
|
#include "sz.src"
|
|||
|
END
|
|||
|
|