「“华中科大”」的归档


2007-06-05 16:43:33 来源: 新华社(北京)   


新华网北京6月5日电(记者白洁李忠发)外交部发言人姜瑜5日在例行记者会上表示,北京奥运会场馆拆迁涉及的居民均得到妥善安置,没有一户被迫迁出北京。

有记者问,设在瑞士日内瓦的一个人权组织近日发表报告说,北京奥运会拆迁对一些居民造成了影响。请问发言人对此有何评论?

姜瑜表示,这个组织有关北京奥运会涉及拆迁的内容毫无事实根据。据了解,自2002年至今,北京奥运场馆拆迁主要涉及9个项目,拆迁农居户6037户,在此过程中,拆迁的居民均得到了现金补偿和妥善安置,没有一户被迫迁出北京。




笑死我了

Technorati :

Shot alternate link for this article: 『转载』姜瑜:没有一户居民因奥运会拆迁迁出北京

Comments 2 Comments »

闲来无事,在google翻译中输入忆江南,结果被翻译成Cherish the Memory of Jiangnan.
不过郁闷的是,他把我名字翻译成far more than 

Shot alternate link for this article: google的自动翻译好强Tags:

Comments 沒有留言 »

 

CFont* pFont = new CFont();
pFont->CreateFont(60,0,0,0,550,0,0,0,ANSI_CHARSET,OUT_CHARACTER_PRECIS,CLIP_CHARACTER_PRECIS,0,3,NULL);

cwnd类有一个成员函数SetFont,所以直接调用就可以了。而且这只是修改一个控件的字体,不需要修改回来吧….

Shot alternate link for this article: 控件字体修改。Tags:

Comments 沒有留言 »

要修改VC模式对话框控件属性,必然,最重要的是弄清楚对话框上的控件在何时创建,要在保证创建之后才修改,在网上找到一些资料,提出了修改对话框类的构造函数的方法,但是经测试,不能完成。后来把

 m_ListSet.AddString("属性");

放到对话框类的 OnInitDialog()函数中,响应WM_INITDIALOG消息,顺利执行!

具体原因等毕业设计做完之后去研究。

 

当DoModal被调用后,实际在幕后引起一系列如下的动作:
CDialog::DoModal->CEx06Dialog::OnInitDialog->其它的初始化->CDialog::OnInitDialog->CWnd::UpdateData(FALSE)->CEx06Dialog::DoDataExchange
用户输入数据…
用户单击OK按钮
CEx06Dialog::OnOk->…其它的确认处理…->CDialog::OnOk->CWnd::UpDateData(TURE)->CEx06Dialog::DoDataExchange->CDialog::EndDialog(IDOK)
说明:
1)virtual BOOL OnInitDialog( );
//CDialog::OnInitDialog This member function is called in response to the WM_INITDIALOG message. This message is sent to the dialog box during the Create, CreateIndirect, or DoModal calls, which occur immediately before the dialog box is displayed.
//Override this member function if you need to perform special processing when the dialog box is initialized.

2)BOOL UpdateData( BOOL bSaveAndValidate = TRUE );
//CWnd::UpdateData :Call this member function to initialize data in a dialog box, or to retrieve and validate dialog data.
//bSaveAndValidate:Flag that indicates whether dialog box is being initialized (FALSE) or data is being retrieved (TRUE).
//By default UpdateData(TRUE) is called in the default CDialog::OnOK handler and UpdateData(FALSE) is called in the default CDialog::OnInitDialog.

3)virtual void DoDataExchange( CDataExchange* pDX );
//CWnd::DoDataExchange Called by the framework to exchange and validate dialog data.
//Never call this function (DoDataExchange) directly. It is called by the UpdateData member function.
//Call UpdateData to initialize a dialog box’s controls or retrieve data from a dialog box.

4)void EndDialog( int nResult );
//CDialog::EndDialog makes the dialog box invisible but does not destroy it.
//Call this member function to terminate a modal dialog box. This member function returns nResu

Shot alternate link for this article: VC模式对话框控件属性的修改Tags:

Comments 2 Comments »

深圳市:31928元 广州市:30807元 北京市:28348元 杭州市:28186元
南京市:26063元 宁波市:25692元 东莞市:25326元 上海市:24396元
苏州市:22510元 中山市:22350元 无锡市:22126元 湖州市:21477元
厦门市:20539元 珠海市:20087元 常州市:19985元 天津市:17810元
长沙市:17623元 成都市:17556元 镇江市:17382元 沈阳市:17332元
福州市:16586元 合肥市:16369元 西宁市:16175元 武汉市:15971元
南通市:15902元 徐州市:15809元 扬州市:15735元 昆明市:15520元
南宁市:15447元 西安市:15296元 兰州市:14854元 银川市:14709元
泉州市:14467元 重庆市:14357元 贵阳市:14099元 哈尔滨: 13928元
石家庄: 13601元 威海市:13070元 绵阳市:12849元 太原市:12294元
Shot alternate link for this article: 2005年12月27日各主要城市人均工资一览表Tags:

Comments 沒有留言 »