
/*	$Id: WinLand.h,v 1.3 2005/01/11 22:48:00 andreradke Exp $    */

/******************************************************************************\
*       This is a part of the Microsoft Source Code Samples. 
*       Copyright (C) 1993-1995 Microsoft Corporation.
*       All rights reserved. 
*       This source code is only intended as a supplement to 
*       Microsoft Development Tools and/or WinHelp documentation.
*       See these sources for detailed information regarding the 
*       Microsoft samples programs.
\******************************************************************************/

//typedef  int            HFILE          ;

#ifdef WIN32
//#define GET_EM_SETSEL_MPS(iStart, iEnd) (UINT)(iStart), (LONG)(iEnd)
#define GET_WM_COMMAND_ID(wp, lp)       LOWORD(wp)
#define GET_WM_COMMAND_CMD(wp, lp)      HIWORD(wp)
#define GET_WM_COMMAND_HWND(wp, lp)     (HWND)(lp)
//#define GET_WM_COMMAND_MPS(id, hwnd, cmd) (UINT)MAKELONG(id, cmd), (LONG)(hwnd)
//#define GET_EM_SETSEL_MPS(iStart, iEnd) (UINT)(iStart), (LONG)(iEnd)
#define GET_WM_MDIACTIVATE_FACTIVATE(hwnd, wp, lp)  (lp == (LONG)hwnd)
#else
#define GET_EM_SETSEL_MPS(iStart, iEnd) 0, MAKELONG(iStart, iEnd)
#define GET_WM_COMMAND_ID(wp, lp)       (wp)
#define GET_WM_COMMAND_CMD(wp, lp)      HIWORD(lp)
#define GET_WM_COMMAND_HWND(wp, lp)     (HWND)LOWORD(lp)
#define GET_WM_COMMAND_MPS(id, hwnd, cmd) (UINT)(id), MAKELONG(hwnd, cmd)
#define GET_EM_SETSEL_MPS(iStart, iEnd) 0, MAKELONG(iStart, iEnd)
#define GET_WM_MDIACTIVATE_FACTIVATE(hwnd, wp, lp)  (BOOL)(wp)
#endif

#define WINDOWMENU  3   /* position of window menu               */
#define SHORTMENU   2   /* position of short version window menu */
#define MAX_BUFFER      512
#define MAXFILENAME     256

#define DEFFILESEARCH   (LPSTR) "*.TXT"

#ifdef RC_INVOKED
#define ID(id) id
#else
#define ID(id) MAKEINTRESOURCE(id)
#endif

#define CLIENTWND           0

/* edit control identifier */
#define ID_EDIT 0xCAC

/* resource ID's */
#define IDMULTIPAD  ID(1)
#define IDMULTIPAD2 ID(3)

//Icon resource Identifier
#define ID_FRONTIER_ICON                1
#define ID_FATPAGE_ICON                 2
#define ID_ROOT_ICON					3
#define ID_2CLK_ICON					4
#define ID_CARD_ICON					5
#define ID_LAND_ICON					6
#define ID_MENU_ICON					7
#define ID_OP_ICON						8
#define ID_PICT_ICON					9
#define ID_SCRIPT_ICON					10
#define ID_TABLE_ICON					11
#define ID_WP_ICON						12
#define ID_NOTE_ICON					13
#define ID_DESKTOPSCRIPT_ICON			14

#ifdef PIKE /*7.0b24 PBS*/
#define ID_OPML_ICON					15
#endif

#define ID_FRONTIERTRAY_ICON			16


/* Window word values for child windows */
#define GWL_HWNDEDIT    0
#define GWW_CHANGED     4
#define GWL_WORDWRAP    6
#define GWW_UNTITLED    10
#define CBWNDEXTRA      12

/* menu ID's */
#define IDM_FILENEW     1001
#define IDM_FILEOPEN    1002
#define IDM_FILESAVE    1003
#define IDM_FILESAVEAS  1004
#define IDM_FILEPRINT   1005
#define IDM_FILEEXIT    1006
#define IDM_FILEABOUT   1007
#define IDM_FILESETUP   1008
#define IDM_FILEMENU    1009
#define IDM_HELP_MENU   1010

#define IDM_EDITUNDO    2001
#define IDM_EDITCUT     2002
#define IDM_EDITCOPY    2003
#define IDM_EDITPASTE   2004
#define IDM_EDITCLEAR   2005
#define IDM_EDITSELECT  2006
#define IDM_EDITTIME    2007
#define IDM_EDITWRAP    2008
#define IDM_EDITFONT    2009
#define IDM_EDITFIRST   IDM_EDITUNDO
#define IDM_EDITLAST    IDM_EDITFONT

#define IDM_SEARCHFIND  3001
#define IDM_SEARCHNEXT  3002
#define IDM_SEARCHPREV  3003
#define IDM_SEARCHFIRST IDM_SEARCHFIND
#define IDM_SEARCHLAST  IDM_SEARCHPREV

#define IDM_WINDOWTILE  4001
#define IDM_WINDOWCASCADE 4002
#define IDM_WINDOWCLOSEALL  4003
#define IDM_WINDOWICONS 4004

#define IDM_WINDOWCHILD 4100

#define IDM_HELPHELP    5001
#define IDM_HELPABOUT   5002
#define IDM_HELPSPOT    5003

#define IDD_FILEOPEN    ID(200)
#define IDD_FILENAME    201
#define IDD_FILES       202
#define IDD_PATH        203
#define IDD_DIRS        204

/* dialog ids */
#define IDD_ABOUT       ID(300)

#define IDD_FIND        ID(400)
#define IDD_SEARCH      401
#define IDD_PREV        402
#define IDD_NEXT        IDOK
#define IDD_CASE        403

#define IDD_SAVEAS      ID(500)
#define IDD_SAVEFROM    501
#define IDD_SAVETO      502

#define IDD_PRINT       ID(600)
#define IDD_PRINTDEVICE 601
#define IDD_PRINTPORT   602
#define IDD_PRINTTITLE  603

#define IDD_FONT        ID(700)
#define IDD_FACES       701
#define IDD_SIZES       702
#define IDD_BOLD        703
#define IDD_ITALIC      704
#define IDD_FONTTITLE   705

#define IDD_ASKTEXT		780
#define IDD_ASKNUMBER	790
#define IDD_ASKPASSWORD	791
#define ID_ASKTEXTDIALOGSTATICFIELD 781
#define ID_ASKTEXTDIALOGEDITFIELD 782

#define IDD_DIALOGUSERINFO              801
#define IDD_DIALOGCOMMANDKEY            802
#define IDD_DIALOGTABLEENTRY            803

#define IDD_CUSTOMFIND					850
#define IDD_CUSTOMREPLACE				851

#define IDC_EDIT1                       1000
#define IDC_EDIT2                       1001
#define IDC_EDIT3                       1002
#define IDC_EDIT4						1003
#define IDC_RADIO1                      1004
#define IDC_RADIO2                      1005
#define IDC_RADIO3                      1006
#define IDC_RADIO4                      1007
#define IDC_RADIO5                      1008
#define IDC_RADIO6                      1009
#define IDC_STATIC                      -1
#define IDC_CHARPROMPT                  1010



/* strings */
#define IDS_CANTOPEN    1
#define IDS_CANTREAD    2
#define IDS_CANTCREATE  3
#define IDS_CANTWRITE   4
#define IDS_ILLFNM      5
#define IDS_ADDEXT      6
#define IDS_CLOSESAVE   7
#define IDS_CANTFIND    8
#define IDS_HELPNOTAVAIL 9
#define IDS_HELPMENUTEXT 10

#define IDS_CLIENTTITLE 16
#define IDS_UNTITLED    17
#define IDS_APPNAME     18

#define IDS_PRINTJOB    24
#define IDS_PRINTERROR  25

/* attribute flags for DlgDirList */
#define ATTR_DIRS       0xC010          /* find drives and directories */
#define ATTR_FILES      0x0000          /* find ordinary files         */
#define PROP_FILENAME   szPropertyName  /* name of property for dialog */

/*
 *  External variable declarations
 */

extern HINSTANCE hInst;            /* application instance handle            */
extern HANDLE hAccel;           /* resource handle of accelerators        */
extern HWND hwndFrame;          /* main window handle                     */
extern HWND hwndMDIClient;      /* handle of MDI Client window            */
extern HWND hwndActive;         /* handle of current active MDI child     */
extern HWND hwndActiveEdit;     /* handle of edit control in active child */
extern LONG styleDefault;       /* default child creation state           */
extern CHAR szChild[];          /* class of child                         */
extern CHAR szSearch[];         /* search string                          */
extern CHAR *szDriver;          /* name of printer driver                 */
extern CHAR szPropertyName[];   /* filename property for dialog box       */
extern INT iPrinter;            /* level of printing capability           */
extern BOOL fCase;              /* searches case sensitive                */
extern WORD cFonts;             /* number of fonts enumerated             */

/*  externally declared functions
 */
BOOL            InitializeApplication(VOID);
BOOL            InitializeInstance(LPSTR, INT);
BOOL CALLBACK   AboutDlgProc(HWND, UINT, WPARAM, LPARAM);
HWND            AddFile(LPSTR lpPath, LPSTR lpName);
VOID            MyReadFile(HWND);
VOID            SaveFile(HWND);
BOOL            ChangeFile(HWND);
VOID            CommandHandler(HWND, WPARAM, LPARAM);
INT             LoadFile(HWND, CHAR *);
VOID            PrintFile(HWND);
BOOL                    GetFileName(LPSTR lpPath, LPSTR lpName);
BOOL            GetInitializationData(HWND);
BOOL CALLBACK   FileOpenDlgProc(HWND, UINT, WPARAM, LPARAM);
VOID            Find(VOID);
VOID            FindNext(VOID);
VOID            FindPrev(VOID);
LONG CALLBACK   MPFrameWndProc(HWND, UINT, WPARAM, LPARAM);
LONG CALLBACK   MPMDIChildWndProc(HWND, UINT, WPARAM, LPARAM);
HDC             GetPrinterDC(BOOL);
VOID            FindPrev(VOID);
VOID            FindNext(VOID);
BOOL CALLBACK   FindDlgProc(HWND, UINT, WPARAM, LPARAM);
SHORT           MPError(HWND,WORD,WORD, char *);
BOOL            IsWild (PSTR);
VOID            SelectFile (HWND);
VOID            Local_FindText ( INT );
VOID            SetSaveFrom (HWND, PSTR);
BOOL            RealSlowCompare (PSTR, PSTR);




//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SICONS.rc
//
#define IDB_FRONTIER_BITMAP				999
#define IDB_BITMAP1                     475
#define IDB_BITMAP2                     476
#define IDB_BITMAP3                      3
#define IDB_BITMAP4                     478
#define IDB_BITMAP5                     477
#define IDB_BITMAP6                     137
#define IDB_BITMAP7                     135
#define IDB_BITMAP8                     483
#define IDB_BITMAP9                     138
#define IDB_BITMAP10                     10
#define IDB_BITMAP11                     11
#define IDB_BITMAP12                     12
#define IDB_BITMAP13                     13
#define IDB_BITMAP14                     14
#define IDB_BITMAP15                     15
#define IDB_BITMAP16                     16
#define IDB_BITMAP17                    479
#define IDB_BITMAP18                    480
#define IDB_BITMAP19                    481
#define IDB_BITMAP20                    482
#define IDB_BITMAP21                     21
#define IDB_BITMAP22                     22
#define IDB_BITMAP23                     23
#define IDB_BITMAP24                     24
#define IDB_BITMAP25                     25
#define IDB_BITMAP26                     26
#define IDB_BITMAP27                     27
#define IDB_BITMAP28                     28
#define IDB_BITMAP29                     29
#define IDB_BITMAP30                     30
#define IDB_BITMAP31                     31
#define IDB_BITMAP32                     32
#define IDB_BITMAP33                   1310
#define IDB_BITMAP34                     34
#define IDB_BITMAP35                   1312
#define IDB_BITMAP36                   1313
#define IDB_BITMAP37                   1314
#define IDB_BITMAP38                   1315
#define IDB_BITMAP39                   1316
#define IDB_BITMAP40                     40
#define IDB_BITMAP41                   1318
#define IDB_BITMAP42                   1319
#define IDB_BITMAP43                     43
#define IDB_BITMAP44                     44
#define IDB_BITMAP45                     45
#define IDB_BITMAP46                     46
#define IDB_BITMAP47                     47
#define IDB_BITMAP48                     48

