登录
首页 » 按钮控件 » c++ 钟表程序

c++ 钟表程序

于 2022-08-05 发布 文件大小:6.79 MB
0 148
下载积分: 2 下载次数: 1

代码说明:

PPWizard的创造了这个Test13_4应用程序为您服务。此应用程序不仅介绍了使用Microsoft基础类的基本知识但也是一个起点,编写应用程序。此文件包含了什么?你会发现在每个文件的摘要说让你的Test13_4应用程序。Test13_4.dsp    这个文件(项目文件)中包含的信息在项目层次和    是用来建立一个单一的项目或子项目。其他用户可以共享    项目(.DSP)文件,但他们应该在本地导出的makefile。Test13_4.h    这是应用程序的主头文件。它包含其他    项目特定的头文件(包括Resource.h),并声明    CTest13_4App应用程序类。Test13_4.cpp    这是包含应用程序的主应用程序源文件    类CTest13_4App。Test13_4.rc    这是所有Microsoft Windows资源的列表,该    程序使用。它包括图标,位图和光标存储    在RES子目录中。这个文件可以直接编辑在Microsoft 的Visual C++。Test13_4.clw    此文件包含由类向导信息,以编辑现有    类或添加新类。类向导也使用此文件来存储    所需的信息来创建和编辑消息映射和对话框数据    映射,并创建原型成员函数。水库 Test13_4.ico    这是一个图标文件

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 续贴图发解决开关显示文章的程序源代码.rar
    续贴图发解决开关显示文章的程序源代码.rar-continued mapping the address switch shows that the story of the source code. Rar
    2023-02-07 23:40:04下载
    积分:1
  • 如何实现类似VC属性表中的钉子
    如何实现类似VC属性表中的钉子按钮。-how to achieve similar VC attribute table nails button.
    2022-07-15 14:05:44下载
    积分:1
  • licencia para activar descargas de los sistemas amperimetricos del contriolad...
    licencia para activar descargas de los sistemas amperimetricos del contriolado-licencia para activar descargas de los sistemas amperimetricos del contriolado
    2022-06-13 23:03:48下载
    积分:1
  • 一个很好的文夹类
    一个很好的文件夹类-a good folder category
    2022-06-15 10:03:34下载
    积分:1
  • This is a button editor, is particularly conducive to beginners learning VC entr...
    这是一个按钮编辑程序,特别有利于初学者对VC的入门学习,相信会给VC爱好者带来帮助-This is a button editor, is particularly conducive to beginners learning VC entry, I believe will help bring VC-lovers
    2022-05-08 05:50:48下载
    积分:1
  • 新建一个应用程序,并添加两个Label,三个Edit,四个Button。其中两个edit输入框用于输入整数,一个Edit输入框用于输出结果;Labe...
    新建一个应用程序,并添加两个Label控件,三个Edit控件,四个Button按钮。其中两个edit输入框用于输入整数,一个Edit输入框用于输出结果;Label标签控件用于显示当前所做的运算(例如:当单击加法按钮时即做加法运算,则label标签显示”+”号。);四个Button按钮分别完成加、减、乘、除运算。 编写程序,输入两个整数,顺序执行两个数的加、减、乘、除计算结果并输出。 -Create a new application, and add two Label controls, three Edit controls, four Button button. Two of them used to edit input box enter an integer, an input box for Edit output Label label control used to display the current operation done (for example: When you click that button to do adder addition operations, the labels show label " + " sign.) four Button button respectively add, subtract, multiply, with the exception of computing. Programming, enter the two integers, the order of the implementation of both the number of add, subtract, multiply, with the exception of the calculation results and output.
    2023-07-12 13:40:03下载
    积分:1
  • the procedures introduced by a group check box to control internal controls so a...
    本程序介绍一个由check组框来控制内部控件使能 在要使用的工程中添加类CCheckableGroupBox 在资源中属于这个组框的控件设置group项目 在使用的类中 坐组框的变量映射 CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ 在使用类的初始化中 m_groupZ.SetTitleStyle(BS_AUTOCHECKBOX) //Default to check box already in class m_groupZ.SetGroupID(1) m_groupQ.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupQ.SetGroupID(0) m_groupQ.SetCheck(1) m_groupD.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupD.SetGroupID(0) SetTitleStyle:函数中1BS_AUTOCHECKBOX:为方型框.2BS_AUTORADIOBUTTON:为原型框 SetGroupID函数:参数中为1:不用内部控件不用选择group项目,为0要选择 Setcheck函数:参数为1:enabel,为0:unenable-the procedures introduced by a group check box to control internal controls so as to enable the project to use the added category CCheckableGroupBox resources belonging to the group box set of controls group projects in the category sitting Group variable frame mapping CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ the use of the initial category m_groupZ.SetTitleS
    2022-11-13 07:15:03下载
    积分:1
  • 网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软。...
    网络安全,上网方便的使用工具。是39921上网导航为广大网友定制的网络安全工具软件。-Network security, Internet access to facilitate the use of tools. Internet navigation is 39,921 for the general users customized network security tools.
    2022-04-07 09:56:42下载
    积分:1
  • XmlTreeView from CodeProject
    XmlTreeView from CodeProject
    2022-02-20 15:40:47下载
    积分:1
  • 能设置文本的字体,颜色 能设置icon,picture 可以根据需求改造paint函数...
    能设置文本的字体,颜色 能设置icon,picture 可以根据需求改造paint函数-Can set the text fonts, colors, can set the icon, picture can be modified in accordance with the demand for paint function
    2022-02-14 09:57:26下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载