1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759 |
- #define BUILDING_OPENDOORS
- #include <stdio.h>
- #include "windows.h"
- #include "commctrl.h"
- #include "OpenDoor.h"
- #include "ODRes.h"
- #include "ODFrame.h"
- #include "ODGen.h"
- #include "ODScrn.h"
- #include "ODKrnl.h"
- #ifdef ODPLAT_WIN32
- typedef struct
- {
- HINSTANCE hInstance;
- BOOL bToolbarOn;
- HWND hwndToolbar;
- BOOL bStatusBarOn;
- HWND hwndStatusBar;
- HWND hwndTimeEdit;
- HWND hwndTimeUpDown;
- BOOL bWantsChatIndicator;
- HACCEL hacclFrameCommands;
- HWND hwndMessageWindow;
- char *pszCurrentMessage;
- int nCurrentMessageFlags;
- } tODFrameWindowInfo;
- TBBUTTON atbButtons[] =
- {
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {0, ID_DOOR_CHATMODE, TBSTATE_ENABLED, TBSTYLE_BUTTON, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {1, ID_DOOR_USERKEYBOARDOFF, TBSTATE_ENABLED, TBSTYLE_BUTTON, 0, 0},
- {2, ID_DOOR_SYSOPNEXT, TBSTATE_ENABLED, TBSTYLE_BUTTON, 0, 0},
- {0, 0, TBSTATE_ENABLED, TBSTYLE_SEP, 0, 0},
- {3, ID_DOOR_HANGUP, TBSTATE_ENABLED, TBSTYLE_BUTTON, 0, 0},
- {4, ID_DOOR_LOCKOUT, TBSTATE_ENABLED, TBSTYLE_BUTTON, 0, 0},
- {5, ID_DOOR_EXIT, TBSTATE_ENABLED, TBSTYLE_BUTTON, 0, 0},
- };
- #define NUM_TOOLBAR_BITMAPS 6
- #define MIN_TIME 0
- #define MAX_TIME 1440
- WNDPROC pfnDefEditProc = NULL;
- WNDPROC pfnDefToolbarProc = NULL;
- static HWND hwndCurrentFrame;
- #define NUM_STATUS_PARTS 2
- #define NODE_PART_WIDTH 65
- #define ID_TOOLBAR 1000
- #define ID_TIME_EDIT 1001
- #define ID_TIME_UPDOWN 1002
- #define ID_STATUSBAR 1003
- static HWND ODFrameCreateToolbar(HWND hwndParent, HANDLE hInstance,
- tODFrameWindowInfo *pWindowInfo);
- static void ODFrameDestroyToolbar(HWND hwndToolbar,
- tODFrameWindowInfo *pWindowInfo);
- static HWND ODFrameCreateStatusBar(HWND hwndParent, HANDLE hInstance);
- static void ODFrameSetMainStatusText(HWND hwndStatusBar);
- static void ODFrameDestroyStatusBar(HWND hwndStatusBar);
- static void ODFrameSizeStatusBar(HWND hwndStatusBar);
- LRESULT CALLBACK ODFrameWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam,
- LPARAM lParam);
- LRESULT CALLBACK ODFrameToolbarProc(HWND hwnd, UINT uMsg, WPARAM wParam,
- LPARAM lParam);
- static void ODFrameUpdateTimeLeft(tODFrameWindowInfo *pWindowInfo);
- LRESULT CALLBACK ODFrameTimeEditProc(HWND hwnd, UINT uMsg, WPARAM wParam,
- LPARAM lParam);
- BOOL CALLBACK ODFrameAboutDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam,
- LPARAM lParam);
- static HWND ODFrameCreateWindow(HANDLE hInstance);
- static void ODFrameDestroyWindow(HWND hwndFrame);
- static void ODFrameMessageLoop(HANDLE hInstance, HWND hwndFrame);
- DWORD OD_THREAD_FUNC ODFrameThreadProc(void *pParam);
- BOOL CALLBACK ODFrameMessageDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam,
- LPARAM lParam);
- static HWND ODFrameCreateWindow(HANDLE hInstance)
- {
- HWND hwndFrameWindow = NULL;
- WNDCLASS wcFrameWindow;
- tODFrameWindowInfo *pWindowInfo = NULL;
- tODThreadHandle hScreenThread;
- HKEY hOpenDoorsKey;
- DWORD cbData;
-
- memset(&wcFrameWindow, 0, sizeof(wcFrameWindow));
- wcFrameWindow.style = CS_HREDRAW | CS_VREDRAW;
- wcFrameWindow.lpfnWndProc = ODFrameWindowProc;
- wcFrameWindow.cbClsExtra = 0;
- wcFrameWindow.cbWndExtra = 0;
- wcFrameWindow.hInstance = hInstance;
- if(od_control.od_app_icon != NULL)
- {
- wcFrameWindow.hIcon = od_control.od_app_icon;
- }
- else
- {
- wcFrameWindow.hIcon
- = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_OPENDOORS));
- }
- wcFrameWindow.hCursor = LoadCursor(NULL, IDC_ARROW);
- wcFrameWindow.hbrBackground = NULL;
- wcFrameWindow.lpszMenuName = MAKEINTRESOURCE(IDR_FRAME_MENU);
- wcFrameWindow.lpszClassName = "ODFrame";
- RegisterClass(&wcFrameWindow);
-
- pWindowInfo = malloc(sizeof(tODFrameWindowInfo));
- if(!pWindowInfo)
- {
- return(NULL);
- }
- pWindowInfo->hInstance = hInstance;
- pWindowInfo->hwndTimeEdit = NULL;
- pWindowInfo->hwndTimeUpDown = NULL;
- pWindowInfo->bWantsChatIndicator = FALSE;
- pWindowInfo->hwndMessageWindow = NULL;
-
- RegCreateKey(HKEY_CURRENT_USER, "Software\\Pirie\\OpenDoors",
- &hOpenDoorsKey);
- cbData = sizeof(pWindowInfo->bToolbarOn);
- if(RegQueryValueEx(hOpenDoorsKey, "ToolBarOn", NULL, NULL,
- (LPBYTE)&pWindowInfo->bToolbarOn,
- &cbData) != ERROR_SUCCESS)
- {
- pWindowInfo->bToolbarOn = TRUE;
- RegSetValueEx(hOpenDoorsKey, "ToolBarOn", 0, REG_DWORD,
- (LPBYTE)&pWindowInfo->bToolbarOn,
- sizeof(pWindowInfo->bToolbarOn));
- }
- cbData = sizeof(pWindowInfo->bStatusBarOn);
- if(RegQueryValueEx(hOpenDoorsKey, "StatusBarOn", NULL, NULL,
- (LPBYTE)&pWindowInfo->bStatusBarOn,
- &cbData) != ERROR_SUCCESS)
- {
- pWindowInfo->bStatusBarOn = TRUE;
- RegSetValueEx(hOpenDoorsKey, "StatusBarOn", 0, REG_DWORD,
- (LPBYTE)&pWindowInfo->bStatusBarOn,
- sizeof(pWindowInfo->bStatusBarOn));
- }
- RegCloseKey(hOpenDoorsKey);
-
- if((hwndFrameWindow = CreateWindowEx(
- 0L,
- wcFrameWindow.lpszClassName,
- od_control.od_prog_name,
- WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_BORDER | WS_MINIMIZEBOX,
- CW_USEDEFAULT,
- 0,
- 0,
- 0,
- NULL,
- NULL,
- hInstance,
- pWindowInfo)) == NULL)
- {
-
- return(NULL);
- }
-
- pWindowInfo->hacclFrameCommands
- = LoadAccelerators(hInstance, MAKEINTRESOURCE(IDR_FRAME));
-
- if(pWindowInfo->bToolbarOn)
- {
- pWindowInfo->hwndToolbar =
- ODFrameCreateToolbar(hwndFrameWindow, hInstance, pWindowInfo);
- }
-
- if(pWindowInfo->bStatusBarOn)
- {
- pWindowInfo->hwndStatusBar =
- ODFrameCreateStatusBar(hwndFrameWindow, hInstance);
- }
-
-
- ODFrameUpdateWantChat();
-
-
- ODScrnStartWindow(hInstance, &hScreenThread, hwndFrameWindow);
- return(hwndFrameWindow);
- }
- static HWND ODFrameCreateToolbar(HWND hwndParent, HANDLE hInstance,
- tODFrameWindowInfo *pWindowInfo)
- {
- HWND hwndToolbar = NULL;
- HWND hwndTimeEdit = NULL;
- HWND hwndTimeUpDown = NULL;
- HWND hwndToolTip;
- BOOL bSuccess = FALSE;
- ASSERT(hwndParent != NULL);
- ASSERT(hInstance != NULL);
- ASSERT(pWindowInfo != NULL);
-
- hwndToolbar = CreateToolbarEx(hwndParent,
- WS_CHILD | WS_BORDER | WS_VISIBLE | TBSTYLE_TOOLTIPS,
- ID_TOOLBAR, NUM_TOOLBAR_BITMAPS, hInstance, IDB_TOOLBAR,
- atbButtons, DIM(atbButtons), 0, 0, 0, 0, sizeof(TBBUTTON));
- if(hwndToolbar == NULL)
- {
- goto CleanUp;
- }
-
-
- pfnDefToolbarProc = (WNDPROC)GetWindowLong(hwndToolbar, GWL_WNDPROC);
- SetWindowLong(hwndToolbar, GWL_WNDPROC, (LONG)ODFrameToolbarProc);
-
-
- hwndTimeEdit = CreateWindowEx(WS_EX_STATICEDGE, "EDIT", "",
- WS_CHILD | WS_BORDER | WS_VISIBLE | ES_LEFT,
- 0, 0, 70, 22, hwndToolbar, (HMENU)ID_TIME_EDIT, hInstance, NULL);
- if(hwndTimeEdit == NULL)
- {
- goto CleanUp;
- }
-
-
- SetWindowPos(hwndTimeEdit, NULL, 2, 2, 0, 0,
- SWP_NOZORDER | SWP_NOSIZE);
-
- SendMessage(hwndTimeEdit, WM_SETFONT,
- (WPARAM)GetStockObject(DEFAULT_GUI_FONT), MAKELPARAM(FALSE, 0));
-
-
- pfnDefEditProc = (WNDPROC)GetWindowLong(hwndTimeEdit, GWL_WNDPROC);
- SetWindowLong(hwndTimeEdit, GWL_WNDPROC, (LONG)ODFrameTimeEditProc);
-
-
- hwndToolTip = (HWND)SendMessage(hwndToolbar, TB_GETTOOLTIPS, 0, 0);
- if(hwndToolTip)
- {
- TOOLINFO ToolInfo;
-
- ToolInfo.cbSize = sizeof(ToolInfo);
- ToolInfo.uFlags = TTF_IDISHWND | TTF_CENTERTIP;
- ToolInfo.lpszText = "User's Time Remaining";
- ToolInfo.hwnd = hwndParent;
- ToolInfo.uId = (UINT)hwndTimeEdit;
- ToolInfo.hinst = hInstance;
-
- SendMessage(hwndToolTip, TTM_ADDTOOL, 0, (LPARAM)&ToolInfo);
- }
-
- hwndTimeUpDown = CreateWindowEx(0L, UPDOWN_CLASS, "",
- WS_CHILD | WS_BORDER | WS_VISIBLE | UDS_ARROWKEYS |
- UDS_ALIGNRIGHT, 0, 0, 8, 8,
- hwndToolbar, (HMENU)ID_TIME_UPDOWN, hInstance, NULL);
- if(hwndTimeUpDown == NULL)
- {
- goto CleanUp;
- }
-
-
- SendMessage(hwndTimeUpDown, UDM_SETBUDDY, (LONG)hwndTimeEdit, 0L);
-
- SendMessage(hwndTimeUpDown, UDM_SETRANGE, 0L, MAKELONG(MAX_TIME, MIN_TIME));
-
- pWindowInfo->hwndTimeEdit = hwndTimeEdit;
- pWindowInfo->hwndTimeUpDown = hwndTimeUpDown;
-
- ODFrameUpdateTimeLeft(pWindowInfo);
-
- bSuccess = TRUE;
- CleanUp:
- if(!bSuccess)
- {
-
- if(hwndTimeUpDown != NULL)
- {
- DestroyWindow(hwndTimeUpDown);
- }
- if(hwndTimeEdit != NULL)
- {
- DestroyWindow(hwndTimeUpDown);
- }
- if(hwndToolbar != NULL)
- {
- DestroyWindow(hwndToolbar);
- hwndToolbar = NULL;
- }
- }
-
- return(hwndToolbar);
- }
- static void ODFrameDestroyToolbar(HWND hwndToolbar,
- tODFrameWindowInfo *pWindowInfo)
- {
- ASSERT(hwndToolbar != NULL);
- ASSERT(pWindowInfo != NULL);
-
-
- DestroyWindow(pWindowInfo->hwndTimeUpDown);
- pWindowInfo->hwndTimeUpDown = NULL;
-
-
- DestroyWindow(pWindowInfo->hwndTimeEdit);
- pWindowInfo->hwndTimeEdit = NULL;
-
- DestroyWindow(hwndToolbar);
- }
- static HWND ODFrameCreateStatusBar(HWND hwndParent, HANDLE hInstance)
- {
- HWND hwndStatusBar = NULL;
- char szStatusText[20];
- ASSERT(hwndParent != NULL);
-
- hwndStatusBar = CreateWindowEx(0L, STATUSCLASSNAME, "",
- WS_CHILD | WS_VISIBLE, 0, 0, 0, 0,
- hwndParent, (HMENU)ID_STATUSBAR, hInstance, NULL);
- if(hwndStatusBar == NULL)
- {
- return(NULL);
- }
-
-
- ODFrameSizeStatusBar(hwndStatusBar);
-
- ODFrameSetMainStatusText(hwndStatusBar);
-
- sprintf(szStatusText, "Node %d", od_control.od_node);
- SendMessage(hwndStatusBar, SB_SETTEXT, (WPARAM)1, (LPARAM)szStatusText);
- return(hwndStatusBar);
- }
- static void ODFrameSetMainStatusText(HWND hwndStatusBar)
- {
- char szStatusText[160];
- ASSERT(hwndStatusBar != NULL);
-
-
- if(od_control.baud == 0)
- {
- sprintf(szStatusText, "%s of %s in local mode",
- od_control.user_name,
- od_control.user_location);
- }
- else
- {
- sprintf(szStatusText, "%s of %s at %ldbps",
- od_control.user_name,
- od_control.user_location,
- od_control.od_connect_speed);
- }
-
-
- if(od_control.user_wantchat && strlen(od_control.user_reasonforchat) > 0)
- {
- strcat(szStatusText, " (Reason for chat: \"");
- strcat(szStatusText, od_control.user_reasonforchat);
- strcat(szStatusText, "\")");
- }
-
-
- SendMessage(hwndStatusBar, SB_SETTEXT, (WPARAM)0, (LPARAM)szStatusText);
- }
- static void ODFrameDestroyStatusBar(HWND hwndStatusBar)
- {
- DestroyWindow(hwndStatusBar);
- }
- static void ODFrameSizeStatusBar(HWND hwndStatusBar)
- {
- int anWidths[NUM_STATUS_PARTS];
- int nStatusWidth;
- RECT rcStatusBar;
-
- GetWindowRect(hwndStatusBar, &rcStatusBar);
- nStatusWidth = rcStatusBar.right - rcStatusBar.left;
-
- anWidths[0] = nStatusWidth - NODE_PART_WIDTH;
- anWidths[1] = -1;
-
- SendMessage(hwndStatusBar, SB_SETPARTS, NUM_STATUS_PARTS,
- (LPARAM)anWidths);
- }
- INT ODFrameGetUsedClientAtTop(HWND hwndFrame)
- {
- tODFrameWindowInfo *pWindowInfo;
- RECT rcWindow;
- pWindowInfo = (tODFrameWindowInfo *)GetWindowLong(hwndFrame, GWL_USERDATA);
- if(!pWindowInfo->bToolbarOn) return(0);
- GetWindowRect(pWindowInfo->hwndToolbar, &rcWindow);
- return(rcWindow.bottom - rcWindow.top - 2);
- }
- INT ODFrameGetUsedClientAtBottom(HWND hwndFrame)
- {
- tODFrameWindowInfo *pWindowInfo;
- RECT rcWindow;
- pWindowInfo = (tODFrameWindowInfo *)GetWindowLong(hwndFrame, GWL_USERDATA);
- if(!pWindowInfo->bStatusBarOn) return(0);
- GetWindowRect(pWindowInfo->hwndStatusBar, &rcWindow);
- return(rcWindow.bottom - rcWindow.top - 1);
- }
- LRESULT CALLBACK ODFrameWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam,
- LPARAM lParam)
- {
- tODFrameWindowInfo *pWindowInfo;
- pWindowInfo = (tODFrameWindowInfo *)GetWindowLong(hwnd, GWL_USERDATA);
- switch(uMsg)
- {
- case WM_CREATE:
- {
-
-
- CREATESTRUCT *pCreateStruct = (CREATESTRUCT *)lParam;
- pWindowInfo = (tODFrameWindowInfo *)pCreateStruct->lpCreateParams;
- SetWindowLong(hwnd, GWL_USERDATA, (LONG)pWindowInfo);
-
- ODFrameUpdateCmdUI();
-
-
- if(od_control.od_help_callback == NULL)
- {
- RemoveMenu(GetMenu(hwnd), ID_HELP_CONTENTS, MF_BYCOMMAND);
- }
- if(od_control.od_config_callback == NULL)
- {
- RemoveMenu(GetMenu(hwnd), ID_DOOR_CONFIG, MF_BYCOMMAND);
- }
- break;
- }
- case WM_CLOSE:
-
- if(MessageBox(hwnd,
- "You are about to terminate this session and return the user to the BBS.\nDo you wish to proceed?",
- od_control.od_prog_name,
- MB_ICONQUESTION | MB_YESNO) == IDYES)
- {
-
-
- ODFrameDestroyWindow(hwnd);
- }
- break;
- case WM_DESTROY:
-
-
- if(pWindowInfo->bToolbarOn)
- {
- ODFrameDestroyToolbar(GetDlgItem(hwnd, ID_TOOLBAR), pWindowInfo);
- }
-
-
- if(pWindowInfo->bStatusBarOn)
- {
- ODFrameDestroyStatusBar(GetDlgItem(hwnd, ID_STATUSBAR));
- }
-
- ODKrnlForceOpenDoorsShutdown(ERRORLEVEL_DROPTOBBS);
-
-
- free(pWindowInfo);
- SetWindowLong(hwnd, GWL_USERDATA, (LONG)NULL);
-
- hwndCurrentFrame = NULL;
- break;
- case WM_SETFOCUS:
-
-
-
- ODScrnSetFocusToWindow();
- break;
- case WM_TIMER:
-
- FlashWindow(hwnd, TRUE);
- break;
- case WM_COMMAND:
-
-
- switch(LOWORD(wParam))
- {
- case ID_HELP_ABOUT:
-
- DialogBox(pWindowInfo->hInstance, MAKEINTRESOURCE(IDD_ABOUT),
- hwnd, ODFrameAboutDlgProc);
- break;
- case ID_HELP_CONTENTS:
-
-
- if(od_control.od_help_callback != NULL)
- {
- (*od_control.od_help_callback)();
- }
- break;
- case ID_DOOR_CONFIG:
- if(od_control.od_config_callback != NULL)
- {
- (*od_control.od_config_callback)();
- }
- break;
- case ID_DOOR_EXIT:
-
-
-
- PostMessage(hwnd, WM_CLOSE, 0, 0L);
- break;
- case ID_DOOR_CHATMODE:
-
- if(od_control.od_chat_active)
- {
- ODKrnlEndChatMode();
- }
-
- else
- {
- ODKrnlStartChatThread(TRUE);
- }
- break;
- case ID_DOOR_USERKEYBOARDOFF:
-
-
- od_control.od_user_keyboard_on
- = !od_control.od_user_keyboard_on;
-
- CheckMenuItem(GetMenu(hwnd), ID_DOOR_USERKEYBOARDOFF,
- MF_BYCOMMAND | (od_control.od_user_keyboard_on
- ? MF_UNCHECKED : MF_CHECKED));
- SendMessage(GetDlgItem(hwnd, ID_TOOLBAR), TB_CHECKBUTTON,
- ID_DOOR_USERKEYBOARDOFF,
- MAKELONG(!od_control.od_user_keyboard_on, 0));
- break;
- case ID_DOOR_SYSOPNEXT:
-
-
- od_control.sysop_next = !od_control.sysop_next;
-
- CheckMenuItem(GetMenu(hwnd), ID_DOOR_SYSOPNEXT, MF_BYCOMMAND |
- (od_control.sysop_next ? MF_CHECKED : MF_UNCHECKED));
- SendMessage(GetDlgItem(hwnd, ID_TOOLBAR), TB_CHECKBUTTON,
- ID_DOOR_SYSOPNEXT, MAKELONG(od_control.sysop_next, 0));
- break;
- case ID_DOOR_HANGUP:
-
-
- if(MessageBox(hwnd,
- "You are about to disconnect this user. Do you wish to proceed?",
- od_control.od_prog_name,
- MB_ICONQUESTION | MB_YESNO) == IDYES)
- {
- ODKrnlForceOpenDoorsShutdown(ERRORLEVEL_HANGUP);
- }
- break;
- case ID_DOOR_LOCKOUT:
-
-
- if(MessageBox(hwnd,
- "You are about to lock out this user. Do you wish to proceed?",
- od_control.od_prog_name,
- MB_ICONQUESTION | MB_YESNO) == IDYES)
- {
-
- od_control.user_security = 0;
- ODKrnlForceOpenDoorsShutdown(ERRORLEVEL_HANGUP);
- }
- break;
- case ID_VIEW_TOOL_BAR:
- {
- HKEY hOpenDoorsKey;
-
- if(pWindowInfo->bToolbarOn)
- {
-
- ODFrameDestroyToolbar(GetDlgItem(hwnd, ID_TOOLBAR),
- pWindowInfo);
- pWindowInfo->bToolbarOn = FALSE;
- CheckMenuItem(GetMenu(hwnd), ID_VIEW_TOOL_BAR,
- MF_BYCOMMAND | MF_UNCHECKED);
- }
- else
- {
-
- pWindowInfo->hwndToolbar = ODFrameCreateToolbar(hwnd,
- pWindowInfo->hInstance, pWindowInfo);
- pWindowInfo->bToolbarOn = TRUE;
- CheckMenuItem(GetMenu(hwnd), ID_VIEW_TOOL_BAR,
- MF_BYCOMMAND | MF_CHECKED);
- ODFrameUpdateCmdUI();
- }
-
- ODScrnAdjustWindows();
-
- RegCreateKey(HKEY_CURRENT_USER, "Software\\Pirie\\OpenDoors",
- &hOpenDoorsKey);
- RegSetValueEx(hOpenDoorsKey, "ToolBarOn", 0, REG_DWORD,
- (LPBYTE)&pWindowInfo->bToolbarOn,
- sizeof(pWindowInfo->bToolbarOn));
- RegCloseKey(hOpenDoorsKey);
- break;
- }
- case ID_VIEW_STAT_BAR:
- {
- HKEY hOpenDoorsKey;
-
- if(pWindowInfo->bStatusBarOn)
- {
-
- pWindowInfo->bStatusBarOn = FALSE;
- CheckMenuItem(GetMenu(hwnd), ID_VIEW_STAT_BAR,
- MF_BYCOMMAND | MF_UNCHECKED);
- ODFrameDestroyStatusBar(GetDlgItem(hwnd, ID_STATUSBAR));
- }
- else
- {
-
- pWindowInfo->bStatusBarOn = TRUE;
- CheckMenuItem(GetMenu(hwnd), ID_VIEW_STAT_BAR,
- MF_BYCOMMAND | MF_CHECKED);
- pWindowInfo->hwndStatusBar =
- ODFrameCreateStatusBar(hwnd, pWindowInfo->hInstance);
- }
-
- ODScrnAdjustWindows();
-
- RegCreateKey(HKEY_CURRENT_USER, "Software\\Pirie\\OpenDoors",
- &hOpenDoorsKey);
- RegSetValueEx(hOpenDoorsKey, "StatusBarOn", 0, REG_DWORD,
- (LPBYTE)&pWindowInfo->bStatusBarOn,
- sizeof(pWindowInfo->bStatusBarOn));
- RegCloseKey(hOpenDoorsKey);
- break;
- }
- case ID_USER_ADDONEMINUTE:
-
-
-
- if(od_control.user_timelimit < MAX_TIME)
- {
- od_control.user_timelimit++;
- ODFrameUpdateTimeLeft(pWindowInfo);
- }
- break;
- case ID_USER_ADDFIVEMINUTES:
-
-
- od_control.user_timelimit =
- MIN(od_control.user_timelimit + 5, MAX_TIME);
- ODFrameUpdateTimeLeft(pWindowInfo);
- break;
- case ID_USER_SUBTRACTONEMINUTE:
-
-
- if(od_control.user_timelimit > MIN_TIME)
- {
- od_control.user_timelimit--;
- ODFrameUpdateTimeLeft(pWindowInfo);
- }
- break;
- case ID_USER_SUBTRACTFIVEMINUTES:
-
-
- od_control.user_timelimit =
- MAX(od_control.user_timelimit - 5, MIN_TIME);
- ODFrameUpdateTimeLeft(pWindowInfo);
- break;
- case ID_USER_INACTIVITYTIMER:
-
-
- od_control.od_disable_inactivity =
- !od_control.od_disable_inactivity;
- CheckMenuItem(GetMenu(hwnd), ID_USER_INACTIVITYTIMER,
- MF_BYCOMMAND | (od_control.od_disable_inactivity ?
- MF_UNCHECKED : MF_CHECKED));
- break;
- case ID_TIME_EDIT:
- {
-
-
- if(HIWORD(wParam) == EN_CHANGE)
- {
- char szTimeText[40];
- GetWindowText((HWND)lParam, szTimeText, sizeof(szTimeText));
- od_control.user_timelimit = atoi(szTimeText);
-
-
- od_control.user_timelimit =
- MAX(MIN_TIME, od_control.user_timelimit);
- od_control.user_timelimit =
- MIN(MAX_TIME, od_control.user_timelimit);
-
- SendMessage(pWindowInfo->hwndTimeUpDown, UDM_SETPOS, 0,
- (LPARAM)MAKELONG(od_control.user_timelimit, 0));
- }
- }
- default:
- return(TRUE);
- }
- return(FALSE);
- case WM_NOTIFY:
-
- switch(((LPNMHDR)lParam)->code)
- {
- case TTN_NEEDTEXT:
- {
-
-
-
- LPTOOLTIPTEXT lpToolTipText = (LPTOOLTIPTEXT)lParam;
- switch(lpToolTipText->hdr.idFrom)
- {
- case ID_DOOR_EXIT:
- lpToolTipText->lpszText = "Exit To BBS";
- break;
- case ID_DOOR_CHATMODE:
- lpToolTipText->lpszText = "Chat Mode";
- break;
- case ID_DOOR_USERKEYBOARDOFF:
- lpToolTipText->lpszText = "User Keyboard Off";
- break;
- case ID_DOOR_SYSOPNEXT:
- lpToolTipText->lpszText = "Sysop Next";
- break;
- case ID_DOOR_HANGUP:
- lpToolTipText->lpszText = "Hangup";
- break;
- case ID_DOOR_LOCKOUT:
- lpToolTipText->lpszText = "Lockout";
- break;
- }
- break;
- }
- }
- break;
- case WM_VSCROLL:
-
-
- if((HWND)lParam == pWindowInfo->hwndTimeUpDown)
- {
- int nPos = HIWORD(wParam);
-
- od_control.user_timelimit = MAX(MIN(nPos, MAX_TIME), MIN_TIME);
-
- ODFrameUpdateTimeLeft(pWindowInfo);
- }
- break;
- case WM_SIZE:
-
-
-
-
- SendMessage(GetDlgItem(hwnd, ID_STATUSBAR), WM_SIZE, wParam, lParam);
-
- ODFrameSizeStatusBar(GetDlgItem(hwnd, ID_STATUSBAR));
-
-
- SendMessage(GetDlgItem(hwnd, ID_TOOLBAR), WM_SIZE, wParam, lParam);
- break;
- case WM_MENUSELECT:
-
-
- if(HIWORD(wParam) == 0xFFFF)
- {
-
-
- HWND hwndStatusBar = GetDlgItem(hwnd, ID_STATUSBAR);
- SendMessage(hwndStatusBar, SB_SIMPLE, (WPARAM)FALSE, 0L);
- }
- else
- {
- char szCommandString[160] = "";
- HWND hwndStatusBar = GetDlgItem(hwnd, ID_STATUSBAR);
-
-
-
- if(HIWORD(wParam) & MF_SYSMENU)
- {
- switch(LOWORD(wParam))
- {
- case SC_SIZE:
- strcpy(szCommandString,
- "Resizes this window.");
- break;
- case SC_MOVE:
- strcpy(szCommandString,
- "Moves this window.");
- break;
- case SC_MINIMIZE:
- strcpy(szCommandString,
- "Collapses this window to an icon.");
- break;
- case SC_MAXIMIZE:
- strcpy(szCommandString,
- "Expands this window to fill the screen.");
- break;
- case SC_CLOSE:
- strcpy(szCommandString,
- "Closes this window, and returns the user to the BBS.");
- break;
- case SC_RESTORE:
- strcpy(szCommandString,
- "Restores this window to normal size.");
- break;
- case SC_TASKLIST:
- strcpy(szCommandString,
- "");
- break;
- }
- }
- else
- {
-
-
- LoadString(pWindowInfo->hInstance, LOWORD(wParam),
- szCommandString, sizeof(szCommandString));
- }
-
- SendMessage(hwndStatusBar, SB_SIMPLE, (WPARAM)TRUE, 0L);
-
- SendMessage(hwndStatusBar, SB_SETTEXT, (WPARAM)255 | SBT_NOBORDERS,
- (LPARAM)szCommandString);
- }
- return(DefWindowProc(hwnd, uMsg, wParam, lParam));
- case WM_SHOW_MESSAGE:
- if(pWindowInfo->hwndMessageWindow == NULL)
- {
- pWindowInfo->pszCurrentMessage = (char *)lParam;
- pWindowInfo->nCurrentMessageFlags = (int)wParam;
-
- DialogBoxParam(pWindowInfo->hInstance,
- MAKEINTRESOURCE(IDD_MESSAGE), hwnd, ODFrameMessageDlgProc,
- (LPARAM)pWindowInfo);
- }
- break;
- case WM_REMOVE_MESSAGE:
- if(pWindowInfo->hwndMessageWindow != NULL)
- {
- PostMessage(pWindowInfo->hwndMessageWindow, WM_COMMAND,
- MAKELONG(IDOK, 0), 0L);
- pWindowInfo->hwndMessageWindow = NULL;
- }
- break;
- default:
-
-
- return(DefWindowProc(hwnd, uMsg, wParam, lParam));
- }
- return(0);
- }
- void ODFrameUpdateCmdUI(void)
- {
- HWND hwndFrame = hwndCurrentFrame;
- HMENU hMenu = GetMenu(hwndFrame);
- HWND hwndToolbar = GetDlgItem(hwndFrame, ID_TOOLBAR);
- tODFrameWindowInfo *pWindowInfo;
- if(hwndFrame == NULL) return;
-
- pWindowInfo = (tODFrameWindowInfo *)GetWindowLong(hwndFrame, GWL_USERDATA);
- if(pWindowInfo == NULL) return;
-
- CheckMenuItem(hMenu, ID_VIEW_TOOL_BAR, MF_BYCOMMAND |
- (pWindowInfo->bToolbarOn ? MF_CHECKED : MF_UNCHECKED));
- CheckMenuItem(hMenu, ID_VIEW_STAT_BAR, MF_BYCOMMAND |
- (pWindowInfo->bStatusBarOn ? MF_CHECKED : MF_UNCHECKED));
-
- CheckMenuItem(hMenu, ID_USER_INACTIVITYTIMER, MF_BYCOMMAND |
- (od_control.od_disable_inactivity ? MF_UNCHECKED : MF_CHECKED));
-
- CheckMenuItem(hMenu, ID_DOOR_SYSOPNEXT, MF_BYCOMMAND |
- (od_control.sysop_next ? MF_CHECKED : MF_UNCHECKED));
- SendMessage(hwndToolbar, TB_CHECKBUTTON,
- ID_DOOR_SYSOPNEXT, MAKELONG(od_control.sysop_next, 0));
-
- CheckMenuItem(hMenu, ID_DOOR_USERKEYBOARDOFF, MF_BYCOMMAND |
- (od_control.od_user_keyboard_on ? MF_UNCHECKED : MF_CHECKED));
- SendMessage(hwndToolbar, TB_CHECKBUTTON,
- ID_DOOR_USERKEYBOARDOFF,
- MAKELONG(!od_control.od_user_keyboard_on, 0));
-
- CheckMenuItem(hMenu, ID_DOOR_CHATMODE, MF_BYCOMMAND |
- (od_control.od_chat_active ? MF_CHECKED : MF_UNCHECKED));
- SendMessage(hwndToolbar, TB_CHECKBUTTON, ID_DOOR_CHATMODE,
- MAKELONG(od_control.od_chat_active, 0));
- }
- void ODFrameUpdateTimeDisplay(void)
- {
- tODFrameWindowInfo *pWindowInfo;
-
-
- if(hwndCurrentFrame == NULL) return;
- pWindowInfo = (tODFrameWindowInfo *)GetWindowLong(hwndCurrentFrame,
- GWL_USERDATA);
- ASSERT(pWindowInfo != NULL);
- ODFrameUpdateTimeLeft(pWindowInfo);
- }
- void ODFrameUpdateWantChat(void)
- {
- tODFrameWindowInfo *pWindowInfo;
-
-
- if(hwndCurrentFrame == NULL) return;
- pWindowInfo = (tODFrameWindowInfo *)GetWindowLong(hwndCurrentFrame,
- GWL_USERDATA);
- ASSERT(pWindowInfo != NULL);
-
-
- if(pWindowInfo->bStatusBarOn)
- {
- ODFrameSetMainStatusText(pWindowInfo->hwndStatusBar);
- }
-
- if(pWindowInfo->bWantsChatIndicator && !od_control.user_wantchat)
- {
-
- SetWindowText(hwndCurrentFrame, od_control.od_prog_name);
-
- FlashWindow(hwndCurrentFrame, FALSE);
-
- KillTimer(hwndCurrentFrame, 1);
-
- pWindowInfo->bWantsChatIndicator = FALSE;
- }
- else if (!pWindowInfo->bWantsChatIndicator && od_control.user_wantchat)
- {
-
- char szNewWindowTitle[sizeof(od_control.od_prog_name) + 20];
- sprintf(szNewWindowTitle, "%s - User Wants Chat",
- od_control.od_prog_name);
- SetWindowText(hwndCurrentFrame, szNewWindowTitle);
-
- SetTimer(hwndCurrentFrame, 1,
- GetCaretBlinkTime(), NULL);
-
- pWindowInfo->bWantsChatIndicator = TRUE;
- }
- }
- static void ODFrameDestroyWindow(HWND hwndFrame)
- {
- tODFrameWindowInfo *pWindowInfo;
- ASSERT(hwndFrame != NULL);
-
- pWindowInfo = (tODFrameWindowInfo *)GetWindowLong(hwndFrame, GWL_USERDATA);
-
- if(pWindowInfo->hacclFrameCommands != NULL)
- {
- DestroyAcceleratorTable(pWindowInfo->hacclFrameCommands);
- }
-
-
- DestroyWindow(hwndFrame);
- }
- LRESULT CALLBACK ODFrameToolbarProc(HWND hwnd, UINT uMsg, WPARAM wParam,
- LPARAM lParam)
- {
- switch(uMsg)
- {
-
- case WM_VSCROLL:
- case WM_COMMAND:
- SendMessage(GetParent(hwnd), uMsg, wParam, lParam);
- break;
- }
-
- return(CallWindowProc(pfnDefToolbarProc, hwnd, uMsg, wParam, lParam));
- }
- static void ODFrameUpdateTimeLeft(tODFrameWindowInfo *pWindowInfo)
- {
- char szTimeLeft[12];
- RECT rcWindow;
- if(pWindowInfo->hwndTimeEdit == NULL)
- {
-
-
- return;
- }
-
- sprintf(szTimeLeft, "%d min.", od_control.user_timelimit);
-
- SetWindowText(pWindowInfo->hwndTimeEdit, szTimeLeft);
-
-
- GetWindowRect(pWindowInfo->hwndTimeEdit, &rcWindow);
- rcWindow.right--;
- InvalidateRect(pWindowInfo->hwndTimeEdit, &rcWindow, TRUE);
-
- SendMessage(pWindowInfo->hwndTimeUpDown, UDM_SETPOS, 0,
- (LPARAM)MAKELONG(od_control.user_timelimit, 0));
- }
- LRESULT CALLBACK ODFrameTimeEditProc(HWND hwnd, UINT uMsg, WPARAM wParam,
- LPARAM lParam)
- {
- switch(uMsg)
- {
- case WM_MOUSEMOVE:
- case WM_LBUTTONDOWN:
- case WM_LBUTTONUP:
- {
- MSG msg;
- HWND hwndToolTip;
-
- msg.lParam = lParam;
- msg.wParam = wParam;
- msg.message = uMsg;
- msg.hwnd = hwnd;
-
- hwndToolTip = (HWND)SendMessage(GetParent(hwnd), TB_GETTOOLTIPS,
- 0, 0);
-
- SendMessage(hwndToolTip, TTM_RELAYEVENT, 0, (LPARAM)(LPMSG)&msg);
- break;
- }
- }
-
- return(CallWindowProc(pfnDefEditProc, hwnd, uMsg, wParam, lParam));
- }
- BOOL CALLBACK ODFrameAboutDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam,
- LPARAM lParam)
- {
- switch(uMsg)
- {
- case WM_INITDIALOG:
-
-
-
- if(strcmp(od_control.od_prog_name, OD_VER_SHORTNAME) != 0)
- {
- SetWindowText(GetDlgItem(hwndDlg, IDC_DOORNAME),
- od_control.od_prog_name);
- }
-
- if(strlen(od_control.od_prog_copyright) > 0)
- {
- SetWindowText(GetDlgItem(hwndDlg, IDC_COPYRIGHT),
- od_control.od_prog_copyright);
- }
-
-
- if(strlen(od_control.od_prog_version) > 0)
- {
- SetWindowText(GetDlgItem(hwndDlg, IDC_VERSION),
- od_control.od_prog_version);
- }
-
-
- ODFrameCenterWindowInParent(hwndDlg);
- return(TRUE);
- case WM_COMMAND:
-
- switch(LOWORD(wParam))
- {
- case IDCANCEL:
- case IDOK:
-
- EndDialog(hwndDlg, IDOK);
- break;
- }
- return(TRUE);
- default:
-
- return(FALSE);
- }
- }
- void ODFrameCenterWindowInParent(HWND hwndChild)
- {
- HWND hwndParent;
- RECT rcParent;
- RECT rcChild;
- INT nChildWidth;
- INT nChildHeight;
- INT nParentWidth;
- INT nParentHeight;
- ASSERT(hwndChild != NULL);
-
- hwndParent = GetParent(hwndChild);
- ASSERT(hwndParent != NULL);
-
- GetWindowRect(hwndChild, &rcChild);
- GetWindowRect(hwndParent, &rcParent);
-
-
- nChildWidth = rcChild.right - rcChild.left;
- nChildHeight = rcChild.bottom - rcChild.top;
- nParentWidth = rcParent.right - rcParent.left;
- nParentHeight = rcParent.bottom - rcParent.top;
-
- SetWindowPos(hwndChild, NULL,
- rcParent.left + (nParentWidth - nChildWidth) / 2,
- rcParent.top + (nParentHeight - nChildHeight) / 2,
- 0, 0, SWP_NOSIZE | SWP_NOZORDER);
- }
- static void ODFrameMessageLoop(HANDLE hInstance, HWND hwndFrame)
- {
- MSG msg;
- ASSERT(hInstance != NULL);
- ASSERT(hwndFrame != NULL);
-
-
-
- while(GetMessage(&msg, NULL, 0, 0))
- {
- if(!ODFrameTranslateAccelerator(hwndFrame, &msg))
- {
- TranslateMessage(&msg);
- DispatchMessage(&msg);
- }
- }
- }
- BOOL ODFrameTranslateAccelerator(HWND hwndFrame, LPMSG pMsg)
- {
- tODFrameWindowInfo *pWindowInfo;
- ASSERT(hwndFrame != NULL);
- ASSERT(pMsg != NULL);
-
- pWindowInfo = (tODFrameWindowInfo *)GetWindowLong(hwndFrame, GWL_USERDATA);
- ASSERT(pWindowInfo != NULL);
-
-
-
- return(TranslateAccelerator(hwndFrame, pWindowInfo->hacclFrameCommands,
- pMsg) != 0);
- }
- DWORD OD_THREAD_FUNC ODFrameThreadProc(void *pParam)
- {
- HWND hwndFrame;
- HANDLE hInstance = (HANDLE)pParam;
-
- hwndFrame = ODFrameCreateWindow(hInstance);
- if(hwndFrame == NULL)
- {
- return(FALSE);
- }
-
- hwndCurrentFrame = hwndFrame;
-
- ODFrameMessageLoop(hInstance, hwndFrame);
-
- ODFrameDestroyWindow(hwndFrame);
- return(TRUE);
- }
- tODResult ODFrameStart(HANDLE hInstance, tODThreadHandle *phFrameThread)
- {
- return(ODThreadCreate(phFrameThread, ODFrameThreadProc,
- (void *)hInstance));
- }
- BOOL CALLBACK ODFrameMessageDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam,
- LPARAM lParam)
- {
- switch(uMsg)
- {
- case WM_INITDIALOG:
- {
- tODFrameWindowInfo *pWindowInfo;
- pWindowInfo = (tODFrameWindowInfo *)lParam;
- ASSERT(pWindowInfo != NULL);
- pWindowInfo->hwndMessageWindow = hwndDlg;
-
-
- SetWindowText(hwndDlg, od_control.od_prog_name);
-
- SetWindowText(GetDlgItem(hwndDlg, IDC_MESSAGE_TEXT1),
- (char *)pWindowInfo->pszCurrentMessage);
-
- ODFrameCenterWindowInParent(hwndDlg);
- return(FALSE);
- }
- case WM_COMMAND:
-
- switch(LOWORD(wParam))
- {
- case IDOK:
-
- EndDialog(hwndDlg, IDOK);
- break;
- }
- return(TRUE);
- default:
-
- return(FALSE);
- }
- return(TRUE);
- }
- #endif
|