Leaked source code of windows server 2003
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.
|
|
//--------------------------------------------------------------------------- // 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
|