资源简介
VC++围棋源代码VC++围棋源代码VC++围棋源代码
代码片段和文件信息
// ChessRoad.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ChessRoad.h“
#include “MainFrm.h“
#include “ChessRoadDoc.h“
#include “ChessRoadView.h“
#include “dlgSYS.h“
#include “DealPassword.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChessRoadApp
BEGIN_MESSAGE_MAP(CChessRoadApp CWinApp)
//{{AFX_MSG_MAP(CChessRoadApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
ON_COMMAND(ID_MENUSYSTEMSET OnMenuSystemSet)
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChessRoadApp construction
CChessRoadApp::CChessRoadApp()
{
m_OPMain = 0;
m_fireCC = 0;
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CChessRoadApp object
CChessRoadApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CChessRoadApp initialization
BOOL CChessRoadApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
CDealPassword x;
x.InitPwCheck();
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CChessRoadDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CChessRoadView));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->SetWindowText(TEXT(“弈道“));
m_pMainWnd->ShowWindow(SW_SHOWMAXIMIZED);
m_pMainWnd
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 9600 2005-01-26 23:00 ChessRoadOK\WeiQi.cpp
文件 1429 2005-01-25 19:19 ChessRoadOK\SGFFile.h
文件 51712 2005-02-18 09:55 ChessRoadOK\ChessRoad.opt
文件 4383 2005-01-16 00:21 ChessRoadOK\ReadMe.txt
文件 6818 2005-02-11 11:06 ChessRoadOK\ChessRoad.dsp
文件 1779 2005-01-26 21:43 ChessRoadOK\dlgInfo.cpp
文件 1054 2005-01-16 00:21 ChessRoadOK\StdAfx.h
文件 211 2005-01-16 00:21 ChessRoadOK\StdAfx.cpp
文件 46871 2005-01-27 23:11 ChessRoadOK\SGFFile.cpp
文件 1594 2005-02-11 12:33 ChessRoadOK\RegProgram.h
文件 1888 2005-02-11 13:32 ChessRoadOK\MainFrm.h
文件 1355 2005-01-23 17:56 ChessRoadOK\dlgDOLSelect.h
文件 1287 2005-01-16 21:28 ChessRoadOK\dlgMiaoShouIndex.h
文件 1252 2005-01-17 10:54 ChessRoadOK\dlgQiPuIndex.h
文件 1072 2005-01-16 21:28 ChessRoadOK\dlgMiaoShouIndex.cpp
文件 541 2005-01-16 00:21 ChessRoadOK\ChessRoad.dsw
文件 20810 2005-02-11 13:26 ChessRoadOK\ChessRoad.rc
文件 7890 2005-02-18 09:26 ChessRoadOK\ChessRoad.clw
文件 1275 2005-01-17 12:00 ChessRoadOK\dlgQiPuComment.h
文件 1039 2005-01-17 10:54 ChessRoadOK\dlgQiPuIndex.cpp
文件 1118 2005-01-20 10:07 ChessRoadOK\dlgTrySet.cpp
文件 1021 2005-01-17 12:00 ChessRoadOK\dlgQiPuComment.cpp
文件 1239 2005-01-20 10:07 ChessRoadOK\dlgTrySet.h
文件 1192 2005-01-26 09:17 ChessRoadOK\dlgSYS.h
文件 5804 2005-01-28 12:30 ChessRoadOK\ChessRoadView.h
文件 1526 2005-02-18 09:52 ChessRoadOK\ChessRoad.plg
文件 3499 2005-01-23 18:06 ChessRoadOK\dlgDOLSelect.cpp
文件 1252 2005-01-26 21:35 ChessRoadOK\dlgInfo.h
文件 970 2005-01-26 09:17 ChessRoadOK\dlgSYS.cpp
文件 1593 2005-01-16 01:04 ChessRoadOK\ChessRoadDoc.h
............此处省略29个文件信息
- 上一篇:ns2下leach协议源码
- 下一篇:TCP 发包工具(windows)
相关资源
- 机房管理系统的源代码和功能图
- 用VC 编写的基于SNMP的路由器拓扑程序
- 手机短信api接口(源代码)
- 基于OPENGL的光线跟踪源代码368758
- 清华大学郑莉C 语言程序设计课件
- MFC绘图小软件源代码(可当VC大作业用
- 电子书管理者用于管理电子书这是源
- ping 程序 C语言
- 空间后方交会MFC版,C 源代码
- 哲学家进餐问题 算法 vc源代码 测试通
- 比较两个字符串大小汇编语言源代码
- 学生成绩管理系统 C 语言源代码
- teechart 源代码
- 毕业设计:网络围棋对弈
- 操作系统实验综合设计【附代码】
- 谐波小波分析的源代码,应该属于信
- C 编写的防火墙程序源代码
- VC 编程实现活动主机扫描源代码
- linux 0.12内核源代码
- 基于Web的高校教务管理系统的设计与
- c 做的漂亮菜单附有源代码
- VC 使用GDI 矢量绘图软件源代码
- 枚举USB设备接口(C 源代码)
- Fortran常用算法程序集-徐士良(配套程
- Ajax定时读取数据库(源代码发布)
- 在线考试系统 源代码
- 拼图游戏源代码 powerbuilder 9.0实例
- vc 编写的基于TCP协议的客户/服务器
- pb酒店管理系统 源代码
- C编译器源代码(超级牛b).rar
评论
共有 条评论