登录
首页 » 界面开发 » 一种使用C++ Builder编制而成的软件。界面漂亮,也很实用。

一种使用C++ Builder编制而成的软件。界面漂亮,也很实用。

于 2022-06-14 发布 文件大小:976.56 kB
0 133
下载积分: 2 下载次数: 1

代码说明:

一种使用C++ Builder编制而成的软件。界面漂亮,也很实用。-use of a compiled C Builder software. Interface beautiful, but also very practical.

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

发表评论

0 个回复

  • 很不错的文档
    很不错的文档界面-very good document interface
    2022-03-06 16:21:20下载
    积分:1
  • 一个表格,基于mfc
    一个表格界面,基于mfc-a forms interface, based on mfc
    2022-07-02 04:32:48下载
    积分:1
  • 机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由 Macromedia公司提供的swflash.ocx控件,...
    机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由 Macromedia公司提供的swflash.ocx控件,我们可以在Win98的$WindowsSystemMacromed Flash中 或在Win2000中的$WinntSystem32 MacromedFlash中找到它。ActiveX控件在Windows里是通用的, Delphi也同样支持。 -machine to be installed Flash Player software (IE you can show that the Flash). IE will show why Flash is installed by the Macromedia swflash.ocx control, we can Win98 $ Windows System Macromed Flash or in the Win2000 $ WINNT System32 Macromed Flash find it. ActiveX control in Windows Lane is a versatile, Delphi also support.
    2022-01-26 01:57:39下载
    积分:1
  • use vc skin preparation procedures FOSS
    使用vc编写皮肤程序的源码-use vc skin preparation procedures FOSS
    2022-02-21 06:24:13下载
    积分:1
  • 书店管理信息系统
    图书馆管理系统 v1.0 是用 Java 语言书来解决坝。...日期 ;JLibrary 延伸 JFrame 的公共类实现 ActionListener,
    2022-08-08 07:57:22下载
    积分:1
  • 鼠标和键盘
    此程序描述单击鼠标和键盘单击事件...... 例如,鼠标单击的功能 我们得到一个矩形的右鼠标单击 我们离开鼠标单击清除矩形 在键盘我们按 s 键手段我们得到..._。._模式 为此,我们如使用头文件 #include < GL/glu.h > #include < GL/glut.h > 鼠标和键盘事件,我们通过使用调用 glutKeyboardFunc(myKeyboard) ; glutMouseFunc(myMouse) ;
    2022-01-25 18:43:33下载
    积分:1
  • E398支持GPRS高速网络下载,加上支持JAVA程序,用户可以下载或者自行编辑JAVA程序以丰富手机的应用程序,现时网络上JAVA的程序已经十分普遍,用户下载...
    E398支持GPRS高速网络下载,加上支持JAVA程序,用户可以下载或者自行编辑JAVA程序以丰富手机的应用程序,现时网络上JAVA的程序已经十分普遍,用户下载也非常的简单方便。E398还增添了TF卡以加大内存容量,别小看TF卡小小的体积,但其最大的存储容量可以达到128MB,如此细小的体积十分适用于体积越来越轻便的手机,预计MOTO也会不断在日后的机型中使用TF卡作为扩展内存的设备。-E398 GPRS high-speed network to download, combined with support for Java, users can download Java or edit their own procedures to rich mobile applications, network JAVA procedures have been widespread, users download is a very simple and convenient. The E398 has been added to increase TF card memory capacity, TF Do not underestimate the size of a small card, but its biggest storage capacity can reach 128, so the volume is very small in size portable phones, Motorola is expected in the future will continue to use the model TF expansion memory cards as the equipment .
    2022-07-14 09:57:47下载
    积分:1
  • css电子版,详细介绍了css的具体内容,比较齐全
    css电子版,详细介绍了css的具体内容,比较齐全-css electronic version, detailing the specific content of the css, relatively complete
    2022-02-01 18:53:45下载
    积分:1
  • VIPS browswer using segmentation algorithm
    VIPS browswer using segmentation algorithm
    2022-08-21 12:03:19下载
    积分:1
  • 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
    高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。 显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
    2022-08-06 00:41:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载