home *** CD-ROM | disk | FTP | other *** search
- //lRegen_FileHeading
- #define __USESCREEN
- //lRegen_FileHeading
- //lock
-
- /********************************************************************
- *
- * Source File: idoiface.h
- * Author:
- * Module: Header file for idoiface application
- * Program Desc:
- * Date: Tue Nov 28 11:30:32 1995
- * Language: ANSI C
- *
- ********************************************************************/
-
- #include <windows.h>
- #include "screen.h"
- #include <time.h>
-
- #include ".\Resource.h"
- #include "stdlib.h"
- #include "commdlg.h"
-
-
-
- extern HINSTANCE hInstance;
- extern char szAppName[30];
- #define EXPORT __export
-
- BOOL CALLBACK EXPORT CloseEnumProc(HWND, LONG);
- extern HMENU hMenuInit;
- extern HWND hWndClient, hWndFrame;
- #define MAIN_POS 5
- extern HMENU hMenu_MAIN_Pos;
-
-
- //lRegen_Header
-
- #include <pvido.h>
- //#include <oldnames.h>
-
- #include ".\iface.h"
-
- typedef struct
- {
- HINSTANCE hApp;
- HINSTANCE hIDOdll;
- UINT uIDido;
- HWND hWndIDO;
- } GLOBAL_IDO_DATA, FAR * LPGLOBAL_IDO_DATA;
-
- GLOBAL_IDO_DATA gData;
-
-
- #define IDC_IDO 799
-
- #define POP_IDM_USERSTART 500
-
- HWND GetActiveIDO();
- void DisplayDSL(LPSTR);
-
- HWND GetColorPaletteWnd();
- void ReadColor();
-
- HWND GetAlignPaletteWnd();
-
- //lRegen_Header
-
- // Function prototypes for dialog and subdialog modules
- int fnAboutidoiface(HWND, UINT, void FAR *);
- int fnidodialog(HWND, UINT, void FAR *);
- int fnaddentity(HWND, UINT, void FAR *);
- int fndeleteentity(HWND, UINT, void FAR *);
- int fnaddrelation(HWND, UINT, void FAR *);
- int fnsettext(HWND, UINT, void FAR *);
- int fncurrententity(HWND, UINT, void FAR *);
- int fnBanner(HWND, UINT, void FAR *);
- int fnaligner(HWND, UINT, void FAR *);
- int fncolorset(HWND, UINT, void FAR *);
- // Prototypes for Visual Coder functions
-
- // Function prototypes for toolbar window functions
- LRESULT CALLBACK EXPORT fnTopToolbarWndProc(HWND, UINT, WPARAM, LPARAM);
-
- LRESULT CALLBACK EXPORT fnStatusLineWndProc(HWND, UINT, WPARAM, LPARAM);
-
-
- // Global declarations for modeless dialog box windows
- extern HWND hDlgaligner;
- extern HWND hDlgcolorset;
-
-