-
FastReport v5.3 Enterprise Full Source
FastReport 是非常强大的报表控件,相比QuickReport,ReportBuilder更加灵活,又非常小巧,速度快
用自带编译工具编译所有package,然后在xe2内加载所有LibD16*.bpl即可
- 2022-04-28 09:32:46下载
- 积分:1
-
鼠标操作的小例子,鼠标放到按钮上改变颜色,鼠标移开按钮也改变颜色...
鼠标操作的小例子,鼠标放到按钮上改变颜色,鼠标移开按钮也改变颜色-mouse operation of small examples and put buttons on the mouse to change color, remove the mouse button to change colors
- 2022-03-21 13:41:21下载
- 积分:1
-
TTS语音可编程语音5.1.rar编程是一个很好的控制
tts语音编程 5.1.rar可进行语音的编程,是一个很好的控件-TTS voice can be programmed for voice 5.1.rar programming is a good Controls
- 2022-04-15 18:49:59下载
- 积分:1
-
本文介绍了一种简单的方法
This article introduces a simple approach to in-memory transactions that can be used to implement Undo and Redo. The technique uses SEH and Virtual Memory and requires only STL and Win32.
- 2022-01-26 05:57:10下载
- 积分:1
-
ProgDlg_src: sample(1)
ProgDlg_src: sample(1) - how to create colorful button-ProgDlg_src: sample(1)- how to create colorful button
- 2022-03-21 09:53:03下载
- 积分:1
-
动态引用DLL中的类函数,很好的
动态引用DLL中的类函数,很好的-dynamic invoke DLL function of the type, good
- 2022-06-21 06:32:31下载
- 积分:1
-
该程序是综合利用vb的基本空间和时钟控件,编制了绘制立方体,并实现了立方体的旋转。...
该程序是综合利用vb的基本空间和时钟控件,编制了绘制立方体,并实现了立方体的旋转。-vb comprehensive utilization of the basic space and control the clock, produced a cube mapping, and the achievement of the rotating cube.
- 2022-03-21 15:43:37下载
- 积分: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
-
带图形的radio按钮
带图形的radio按钮-Radio button with picture
- 2022-04-23 07:27:36下载
- 积分: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