温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:BugTrack51aspx汉化改造版V2.1.7
当前文件:
14RFAMJDWSL814/btnetsc/ReadMe.txt[3K,2009-6-12 11:30:42],打开代码结构图
14RFAMJDWSL814/btnetsc/ReadMe.txt[3K,2009-6-12 11:30:42],打开代码结构图1================================================================================ 2
MICROSOFT FOUNDATION CLASS LIBRARY : btnetsc Project Overview 3
=============================================================================== 4
5
The application wizard has created this btnetsc application for 6
you. This application not only demonstrates the basics of using the Microsoft 7
Foundation Classes but is also a starting point for writing your application. 8
9
This file contains a summary of what you will find in each of the files that 10
make up your btnetsc application. 11
12
btnetsc.vcproj 13
This is the main project file for VC++ projects generated using an application wizard. 14
It contains information about the version of Visual C++ that generated the file, and 15
information about the platforms, configurations, and project features selected with the 16
application wizard. 17
18
btnetsc.h 19
This is the main header file for the application. It includes other 20
project specific headers (including Resource.h) and declares the 21
CbtnetscApp application class. 22
23
btnetsc.cpp 24
This is the main application source file that contains the application 25
class CbtnetscApp. 26
27
btnetsc.rc 28
This is a listing of all of the Microsoft Windows resources that the 29
program uses. It includes the icons, bitmaps, and cursors that are stored 30
in the RES subdirectory. This file can be directly edited in Microsoft 31
Visual C++. Your project resources are in 1033. 32
33
res\btnetsc.ico 34
This is an icon file, which is used as the application's icon. This 35
icon is included by the main resource file btnetsc.rc. 36
37
res\btnetsc.rc2 38
This file contains resources that are not edited by Microsoft 39
Visual C++. You should place all resources not editable by 40
the resource editor in this file. 41
42
///////////////////////////////////////////////////////////////////////////// 43
44
The application wizard creates one dialog class: 45
btnetscDlg.h, btnetscDlg.cpp - the dialog 46
These files contain your CbtnetscDlg class. This class defines 47
the behavior of your application's main dialog. The dialog's template is 48
in btnetsc.rc, which can be edited in Microsoft Visual C++. 49
///////////////////////////////////////////////////////////////////////////// 50
51
Other standard files: 52
53
StdAfx.h, StdAfx.cpp 54
These files are used to build a precompiled header (PCH) file 55
named btnetsc.pch and a precompiled types file named StdAfx.obj. 56
57
Resource.h 58
This is the standard header file, which defines new resource IDs. 59
Microsoft Visual C++ reads and updates this file. 60
61
btnetsc.manifest 62
Application manifest files are used by Windows XP to describe an applications 63
dependency on specific versions of Side-by-Side assemblies. The loader uses this 64
information to load the appropriate assembly from the assembly cache or private 65
from the application. The Application manifest maybe included for redistribution 66
as an external .manifest file that is installed in the same folder as the application 67
executable or it may be included in the executable in the form of a resource. 68
///////////////////////////////////////////////////////////////////////////// 69
70
Other notes: 71
72
The application wizard uses "TODO:" to indicate parts of the source code you 73
should add to or customize. 74
75
If your application uses MFC in a shared DLL, and your application is in a 76
language other than the operating system's current language, you will need 77
to copy the corresponding localized resources MFC70XXX.DLL from the Microsoft 78
Visual C++ CD-ROM under the Win\System directory to your computer's system or 79
system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the 80
language abbreviation. For example, MFC70DEU.DLL contains resources 81
translated to German.) If you don't do this, some of the UI elements of 82
your application will remain in the language of the operating system. 83
84
///////////////////////////////////////////////////////////////////////////// 85



