Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - ddv
Search - ddv - List
解释怎样用DDX/DDV和WTL的属性页表(35KB) -explain how to use DDX / WTL its realization and the attributes of pages (35 kB)
Update : 2008-10-13 Size : 34.93kb Publisher : 黄亦非

//{{AFX_DATA(CIEButtonDlg) enum { ID D = IDD_IEBUTTON_DIALOG } // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CIEButtonDlg) protected: virtual void DoDataExchange(CDataExchange* pDX) // DDX/DDV support //}}AFX_VIRTUALD = IDD_IEBUTTON_DIALOG } // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CIEButtonDlg) protected: virtual void DoDataExchange(CDataExchange* pDX) // DDX/DDV support -/ / ((AFX_DATA (CIEButtonDlg) enum (ID / / ( (AFX_DATA (CIEButtonDlg) enum (IDD = IDD_IEBU TTON_DIALOG) / / NOTE : the ClassWizard will add data members here / /)) AFX_DATA / / ClassWizard generated virtual fun segments overrides / / ((AFX_VIRTUAL (CIEButtonD lg) protected : virtual void DoDataExchange (CDataExchange * pDX) / / DDX / support its realization / /)) = IDD AFX_VIRTUALD _IEBUTTON_DIALOG) / / NOTE : the ClassWizard will add data members here / /)) AFX_DATA / / ClassWizard generated virtual fun segments overrides / / ((AFX_VIRTUAL (CIEButtonD lg) protected : virtual void DoDataExchange (CDataExchange * pDX) / / DDX / support its realization
Update : 2008-10-13 Size : 32.6kb Publisher : 穆菲

《高级对话框用户界面类》 介绍一些新类实现高级界面特性新类:控件自画和自定外观控件,新的WTL控件,UI updating和对话框数据验证(DDV)-"user interface dialog senior class of" introducing some new categories to achieve high-level interface characteristics of the new categories : Control self-portraits and self-control appearance, the new WTL controls, UI, and updating data validation dialog (its realization)
Update : 2008-10-13 Size : 29.22kb Publisher : wwwwppp

《属性页与向导》甚至在成为Windows 95的通用控件之前,使用属性表来表示一些选项就已经成为一种很流行的方式。向导模式的属性表通常用来引导用户安装软件或完成其他复杂的工作。WTL对这两种方式的属性表都提供了很好的支持,可以使用前面介绍的与对话框相关的特性,如DDX和DDV。在本章我将演示如何创建一个基本的属性表和向导,如何处理属性页发送的通知消息和事件。-"Properties page with the Wizard," even as the common Windows controls 95, using Attribute Table said some options to have become a very popular way. Wizard mode attribute table is usually used to guide users to install software or perform other complicated tasks. WTL both ways attribute table provided a good support, using the above-described dialog with the relevant features, such as DDX and its realization. In this chapter I will demonstrate how to create a basic attribute tables and guides, how to handle property notices sent page news and events.
Update : 2008-10-13 Size : 137.51kb Publisher : wwwwppp

中科杯 作品的模块,直接用,绝对好! class CZhuCe : public CDialog { DECLARE_DYNAMIC(CZhuCe) public: CZhuCe(CWnd* pParent = NULL); // 标准构造函数 virtual ~CZhuCe(); // 对话框数据 enum { IDD = IDD_LOGIN_ZHUCE }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持 DECLARE_MESSAGE_MAP() public: CString m_newname; CString m_newpassword1; CString m_newpassword2; CString m_newmail; CString m_newtel; afx_msg void OnBnClickedButton1(); virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg void OnEnChangeEdit5(); };
Update : 2009-10-31 Size : 3.09kb Publisher : 1988huang.jin@163.com

解释怎样用DDX/DDV和WTL的属性页表(35KB) -explain how to use DDX/WTL its realization and the attributes of pages (35 kB)
Update : 2025-02-17 Size : 35kb Publisher : 黄亦非

//{{AFX_DATA(CIEButtonDlg) enum { ID D = IDD_IEBUTTON_DIALOG } // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CIEButtonDlg) protected: virtual void DoDataExchange(CDataExchange* pDX) // DDX/DDV support //}}AFX_VIRTUALD = IDD_IEBUTTON_DIALOG } // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CIEButtonDlg) protected: virtual void DoDataExchange(CDataExchange* pDX) // DDX/DDV support -//((AFX_DATA (CIEButtonDlg) enum (ID// ( (AFX_DATA (CIEButtonDlg) enum (IDD = IDD_IEBU TTON_DIALOG)// NOTE : the ClassWizard will add data members here//)) AFX_DATA// ClassWizard generated virtual fun segments overrides// ((AFX_VIRTUAL (CIEButtonD lg) protected : virtual void DoDataExchange (CDataExchange* pDX)// DDX/support its realization//)) = IDD AFX_VIRTUALD _IEBUTTON_DIALOG)// NOTE : the ClassWizard will add data members here//)) AFX_DATA// ClassWizard generated virtual fun segments overrides// ((AFX_VIRTUAL (CIEButtonD lg) protected : virtual void DoDataExchange (CDataExchange* pDX)// DDX/support its realization
Update : 2025-02-17 Size : 32kb Publisher : 穆菲

《高级对话框用户界面类》 介绍一些新类实现高级界面特性新类:控件自画和自定外观控件,新的WTL控件,UI updating和对话框数据验证(DDV)-"user interface dialog senior class of" introducing some new categories to achieve high-level interface characteristics of the new categories : Control self-portraits and self-control appearance, the new WTL controls, UI, and updating data validation dialog (its realization)
Update : 2025-02-17 Size : 29kb Publisher : wwwwppp

《属性页与向导》甚至在成为Windows 95的通用控件之前,使用属性表来表示一些选项就已经成为一种很流行的方式。向导模式的属性表通常用来引导用户安装软件或完成其他复杂的工作。WTL对这两种方式的属性表都提供了很好的支持,可以使用前面介绍的与对话框相关的特性,如DDX和DDV。在本章我将演示如何创建一个基本的属性表和向导,如何处理属性页发送的通知消息和事件。-"Properties page with the Wizard," even as the common Windows controls 95, using Attribute Table said some options to have become a very popular way. Wizard mode attribute table is usually used to guide users to install software or perform other complicated tasks. WTL both ways attribute table provided a good support, using the above-described dialog with the relevant features, such as DDX and its realization. In this chapter I will demonstrate how to create a basic attribute tables and guides, how to handle property notices sent page news and events.
Update : 2025-02-17 Size : 137kb Publisher : wwwwppp

DDVue:一个不需要AutoCAD环境就可以查看DWG文件的OCX控件-DDVue(查看DWG文件的OCX控件) v2006.14.2.11
Update : 2025-02-17 Size : 2.16mb Publisher : yanqi1845yan

遗传算法的小算例,有良好的运行结构值得一用-A small example of genetic algorithms, there is a good operating structure is worth a look
Update : 2025-02-17 Size : 1kb Publisher : weiming

是用于开发Autocad图纸管理系统用到的重要控件,及开发说明和应用-Autocad drawings for development of management systems used in the important controls, and the development and application instructions
Update : 2025-02-17 Size : 2.16mb Publisher : z

《USB 2.0 应用系统开发实例精讲》全套源代码 AT89C5131- #if !defined(AFX_AD9854DLG_H__F2184ECF_5F05_495F_9EFC_05DAAB886E35__INCLUDED_) #define AFX_AD9854DLG_H__F2184ECF_5F05_495F_9EFC_05DAAB886E35__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CAd9854Dlg dialog class CAd9854Dlg : public CDialog { // Construction public: CAd9854Dlg(CWnd* pParent = NULL) // standard constructor // Dialog Data //{{AFX_DATA(CAd9854Dlg) enum { IDD = IDD_AD9854_DIALOG } DWORD m_phase1 DWORD m_phase2 DWORD m_freq1 DWORD m_deltfreq DWORD m_upclock DWORD m_vfreq int m_amp int m_gatetime long m_freq2 //}}AFX_DATA void singletone(void) void unrampedfsk(void) void rampedfsk(void) void chirp(void) void bpsk(void) // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAd9854Dlg) protected: virtual void DoDataExchange(CDataExchange* pDX) // DDX/DDV support //}}AF
Update : 2025-02-17 Size : 6.12mb Publisher : 月买双

VisualFC作为VisualStudio开发环境下WTL/WinxGUI的可视化开发插件,目前已支持VS60、eVC4、VS2003、 VS2005、VS2008、VCExpress上的WTL应用程序开发,包括Message(Event),Notify,Command,DialogResize,,DialogFont,DDX/DDV,UpdateUI等的向导,自动完成。-VisualFC as VisualStudio development environment WTL/WinxGUI visual development plug-in, now support the VS60, eVC4, VS2003, VS2005, VS2008, VCExpress the WTL application development, including the Message (Event), Notify, Command, DialogResize,, DialogFont, DDX/DDV, UpdateUI etc. Wizard automatically.
Update : 2025-02-17 Size : 1015kb Publisher : xc

图形图像学-图形开发系统框架 class CAboutDlg : public CDialog { public: CAboutDlg() // Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX } //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX) // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP() } CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD) { //{{AFX_DATA_INIT(CAboutDlg) //}}AFX_DATA_INIT } void CAboutDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX) //{{AFX_DATA_MAP(CAboutDlg) //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CAboutDlg, CDialog) //{{AFX_MSG_MAP(CAboutDlg) // No message handlers //}}AFX_MSG_MAP END_MESSAGE_MAP()-failed to translate
Update : 2025-02-17 Size : 3.49mb Publisher : 拉拉杂

digital data viewer. Data formats that may work with ddv: Pegasus Bio-logic Medelec (12-bit) Easys raw binary 2-byte multiplexed integers raw binary 2-byte multiplexed floats ASCII -digital data viewer. Data formats that may work with ddv: Pegasus Bio-logic Medelec (12-bit) Easys raw binary 2-byte multiplexed integers raw binary 2-byte multiplexed floats ASCII
Update : 2025-02-17 Size : 387kb Publisher : midijorss

unluac 2019 for version 5.1 - 5.4
Update : 2025-02-17 Size : 318kb Publisher : DDV24
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.