9:02 2009-7-17
[VC++ 孙鑫]
1.自己图标
res目录下,存图标
定数据,HICON m_hIcon[3]
加载图标,loadicon,第一个参数,当前实例句柄 ,AfxGetInstanceHandle()
宏:makeintresource
exten CSTyleAPp theAPP,//声明一个外部变量
1.1.静态变量存在数据区中 static int index=0//只在第一次进入时分配空间,以后直接跳过
二,工具栏
1.Toolbar 双击
2.加分隔符,鼠标左击,向右拖
3,删除按钮:按左键,拖到其它区域
4.创建工具栏,
头文件 cToolBar 派生于CWnd-CControlBar,所以工具栏也是一个窗口
一个ID号可以两次使用,多种资源
dockcontrolbar 让工具栏停靠在主框架窗口之上
重新调整函数位置,recalclayout
dockcontrolbar 停靠工具栏
ctoolbar成员函数
5.给菜单项加复选标记:
pCmdUI->SetCheck()
1为真,可以拿是否可见设置复选标记 如:m_newToolBar.IsWindowVisible()
6.状态指示器
6,创建状态栏
m_wndStatusBar.Create(this)
设置一个指示器
m_wndStatusBar.SetIndicator
sn:
1.获取当前实例句柄:
AfxGetInstanceHandle()
theApp.m_hInstance//先声明APP类
AfxGetAPP()->m_hInstance
2.变量在一个范围不断变化,index=++index%3
[???]
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);//可以被停靠
EnableDocking(CBRS_ALIGN_ANY);//可以停靠
[单词]
guilty of graft 受贿罪
The Supreme最高的 People's Procuratorate代理人之职 (SPP)
revealed 透露
were found guilty of corruption 堕落 被判决有罪
investigated 调查
industrial bribery cases产业行贿案
SPP deputy 副手 procurator general财政部法律局长
prosecutors 检举人 to crack down on 制裁,镇压 commercial bribery商业贿赂罪
dereliction of duty 失职,玩忽职守
corrupt officials 贪官
offences 违法行为
embezzlement盗用
Some 1,679 cases of dereliction of duty leading to 导致 harm 损害to energy resources 能源 and the ecological environment 生态环境
were filed and investigated in the first half of the year. They involved 1,949 people.
target officials
bend the law
negligence疏忽,
covering up掩盖
infringements 违反
vowed 发誓
moral capacity道德 才能
intensify 增强
to prosecution 起诉
enforcement实施
legal concepts法律概念
occupation morality 职业道德
disciplinary style训练方试
Awareness 知道,temptation and erosion 诱惹,腐蚀
attorney general 首席检察官
the anti-corruption bureau 反贪局
assets 资产
分享到:
相关推荐
日期: 15:36:02, 2009年2月3日 信息: 1.增加服务的状态和类型控制 ---- 已修改 : /TaskManager/DlgService.cpp 已修改 : /TaskManager/DlgService.h 已修改 : /TaskManager/EnumNtSrv.cpp 已修改 : /TaskManager/...
升级日志:http://www.cnblogs.com/xproer/archive/2012/02/17/2355449.html 资源下载:cab安装包,开发文档, 示例下载(ASP.NET):ASP.NET-ACCESS示例 示例下载(JSP):JSP-ACCESS示例(GB2312),JSP-ACCESS示例...
CKDB AS14 2009-5-7 9:3 OPEN ACTIVE ``` ##### 1.2 检查Oracle服务进程 检查Oracle服务进程的状态可以确保所有必需的后台进程都在正常工作。这通常通过使用命令行工具来完成,例如`ps -ef | grep ora_`。 示例...
升级日志:http://www.cnblogs.com/xproer/archive/2012/02/17/2355449.html 示例下载:http://www.ncmem.com/download/HttpUploader4-demo.rar 文档下载:http://www.ncmem.com/download/HttpUploader4-doc.rar ...
升级日志:http://www.cnblogs.com/xproer/archive/2012/02/17/2355449.html 示例下载:http://www.ncmem.com/download/HttpUploader4-demo.rar 文档下载:http://www.ncmem.com/download/HttpUploader4-doc.rar ...
升级日志:http://www.cnblogs.com/xproer/archive/2012/02/17/2355449.html 示例下载:http://www.ncmem.com/download/HttpUploader4-demo.rar 文档下载:http://www.ncmem.com/download/HttpUploader4-doc.rar ...
2009-12-17 1,产品结构添加多选录入功能 2,产品结构定额数据默认为1 3,产品结构选中表体某行半成品,点击查看结构按钮,自动弹出该半成品的结构 2009-08-16 添加 库存管理->帐表->可用量 2009-06-06 1,添加 库存管理...
2009-12-17 1,产品结构添加多选录入功能 2,产品结构定额数据默认为1 3,产品结构选中表体某行半成品,点击查看结构按钮,自动弹出该半成品的结构 2009-08-16 添加 库存管理->帐表->可用量 2009-06-06 1,添加 库存管理...
只要大概知道你的文件名包含哪几个字,就可以把文件找出来,而且速度极快 2009-9-1 11:02:29 5分 【comme】 不清楚,我只是自己用着好就发上来了 2008-11-27 17:53:12 3分 【xjdonkey】 用ava find很久了,感觉...