文件名称:Ex_CtrlSDI_Pro
- 所属分类:
- 对话框与窗口
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-04-10
- 文件大小:
- 423kb
- 下载次数:
- 0次
- 提 供 者:
- 牛**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个基于MFC的城市邮政编码录入程序,加入了自己一些特殊的功能。
基于MFC编写一个对话框程序。可实现功能:
1) 单击“添加”按钮,将城市名和邮政编码添加到列表框中。过程中,需判断所添加项是否与列表已有项重复。
2) 单击“修改”按钮,将以城市名作为列表框的查找关键字,找到后修改其邮政编码内容。
3) (Pro)单击“输出TXT”按钮,将列表框中全部城市及邮政编码以txt文本输出。-An MFC-based urban zip code entry procedures, adding its own special features. Write a dialog program based on MFC. Can be realized: 1) Click on the " Add" button to add the city name and zip code to the list box. Process, the need to determine whether the repeated and added a list of existing items. 2) Click the " Edit" button, the list box will change names as search keywords, modify its contents after postal code to find. 3) (Pro) Click " Output TXT" button, list box, all the cities and zip code to txt text output.
基于MFC编写一个对话框程序。可实现功能:
1) 单击“添加”按钮,将城市名和邮政编码添加到列表框中。过程中,需判断所添加项是否与列表已有项重复。
2) 单击“修改”按钮,将以城市名作为列表框的查找关键字,找到后修改其邮政编码内容。
3) (Pro)单击“输出TXT”按钮,将列表框中全部城市及邮政编码以txt文本输出。-An MFC-based urban zip code entry procedures, adding its own special features. Write a dialog program based on MFC. Can be realized: 1) Click on the " Add" button to add the city name and zip code to the list box. Process, the need to determine whether the repeated and added a list of existing items. 2) Click the " Edit" button, the list box will change names as search keywords, modify its contents after postal code to find. 3) (Pro) Click " Output TXT" button, list box, all the cities and zip code to txt text output.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Ex_CtrlSDI(城市邮编Pro)\CityDlg.cpp
.........................\CityDlg.h
.........................\Debug\CityDlg.obj
.........................\.....\Ex_CtrlSDI.exe
.........................\.....\Ex_CtrlSDI.ilk
.........................\.....\Ex_CtrlSDI.obj
.........................\.....\Ex_CtrlSDI.pdb
.........................\.....\Ex_CtrlSDI.res
.........................\.....\Ex_CtrlSDIDoc.obj
.........................\.....\Ex_CtrlSDIView.obj
.........................\.....\MainFrm.obj
.........................\.....\StdAfx.obj
.........................\.....\vc60.idb
.........................\.....\vc60.pdb
.........................\Ex_CtrlSDI.aps
.........................\Ex_CtrlSDI.clw
.........................\Ex_CtrlSDI.cpp
.........................\Ex_CtrlSDI.dsp
.........................\Ex_CtrlSDI.dsw
.........................\Ex_CtrlSDI.h
.........................\Ex_CtrlSDI.ncb
.........................\Ex_CtrlSDI.opt
.........................\Ex_CtrlSDI.plg
.........................\Ex_CtrlSDI.rc
.........................\Ex_CtrlSDIDoc.cpp
.........................\Ex_CtrlSDIDoc.h
.........................\Ex_CtrlSDIView.cpp
.........................\Ex_CtrlSDIView.h
.........................\MainFrm.cpp
.........................\MainFrm.h
.........................\ReadMe.txt
.........................\res\Ex_CtrlSDI.ico
.........................\...\Ex_CtrlSDI.rc2
.........................\...\Ex_CtrlSDIDoc.ico
.........................\...\Toolbar.bmp
.........................\resource.fd
.........................\resource.h
.........................\StdAfx.cpp
.........................\StdAfx.h
.........................\Debug
.........................\res
Ex_CtrlSDI(城市邮编Pro)