2013-01-24 23:00:42 +00:00
|
|
|
#include <stdarg.h>
|
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
2013-06-16 22:04:48 +00:00
|
|
|
#include <winnls.h>
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <shellapi.h>
|
2009-10-12 03:35:35 +00:00
|
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
#include "display.h"
|
|
|
|
|
|
|
|
#define MAX_LOADSTRING 50
|
|
|
|
#define MAX_BUTTONNAME 30
|
|
|
|
|
|
|
|
#define HEADER_SIZE 37
|
|
|
|
#define BUTTON_POS_X 6
|
|
|
|
#define BUTTON_POS_Y 8
|
|
|
|
#define BUTTON_WIDTH 72
|
|
|
|
#define BUTTON_HEIGHT 21
|
|
|
|
|
2012-07-15 14:25:19 +00:00
|
|
|
#define IDC_INSTALL 1001
|
2009-10-12 03:35:35 +00:00
|
|
|
#define IDC_PRINT 1002
|
|
|
|
#define IDC_DISPLAY 1003
|
|
|
|
|
|
|
|
LRESULT CALLBACK MainWndProc(HWND, UINT, WPARAM, LPARAM);
|
|
|
|
|
|
|
|
BOOL LoadFont(LPWSTR lpCmdLine);
|