登录
首页 » Menu菜单 » 一种罕见的Authorware模板。包括时间,菜单等有框架。

一种罕见的Authorware模板。包括时间,菜单等有框架。

于 2022-02-26 发布 文件大小:691.11 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

一套网少有的authorware模板。包含计时,菜单,还有框架-a rare authorware template. Include time, menu, etc. There framework.

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

发表评论

0 个回复

  • 我都说了我是个学生了嘛,只不过想找个原代码而已一,为什么要我上传这么多的代码呢...
    我都说了我是个学生了嘛,只不过想找个原代码而已一,为什么要我上传这么多的代码呢-I can say that I am a student is just simply wanted to find only one source, why should I upload the code so much?
    2023-01-05 11:10:03下载
    积分:1
  • 一个比较特别的.net风格控件menu,可以使你的应用程序更加有吸引力...
    一个比较特别的.net风格控件menu,可以使你的应用程序更加有吸引力-a rather special. Net style control menu, you can make the application process more attractive
    2022-10-30 22:55:02下载
    积分:1
  • VC的漂亮的弹出源码
    VC的漂亮的弹出菜单源码-VC beautiful pop-up menu FOSS
    2022-09-05 13:45:03下载
    积分:1
  • 使用C#编写,仿照OUTLOOK2003工具条,可以做工具型窗口参考
    使用C#编写,仿照OUTLOOK2003菜单工具条,可以做工具型窗口参考-prepared to use C#, modeled on the OUTLOOK2003 menu of tools that can be done reference tool-type window
    2022-08-24 04:26:25下载
    积分:1
  • 目录
    菜单目录,类似于书目之类的,用C语言编写,可以 套用在任何电子书目录中,通过该目录,可以快速查找到所查询内容。
    2022-02-21 17:21:18下载
    积分:1
  • attribute pages placed in the window of the designated spots examples use common...
    属性页放置在窗口的指定位置这个例子使用公用控制回调在一个CListView中管理CListCtrl控制,这个例子用于分析了一些以逗号为分割符的文本文件,例如在你的MSDEVLIB(VC5.0在DevStudioVCLib)目录下的Win32Api.CSV就是这样的文件-attribute pages placed in the window of the designated spots examples use common control callback in a CListView CListCtrl management control, for example the analysis of a number of a comma to separate address in a text file, for example, in your MSDEV LIB (VC5.0 in DevStudio VC Lib) Contents of Win32Api.CSV This is a document
    2023-05-08 15:50:03下载
    积分:1
  • 该程序源码能够实现在C语言编程情况下的一些基本的数值算法。很好用,通俗易懂!...
    该程序源码能够实现在C语言编程情况下的一些基本的数值算法。很好用,通俗易懂!-the program source code can be achieved in the C programming language of the basic algorithm. Useful, easily understood!
    2022-10-30 08:45:02下载
    积分:1
  • 这是一个JavaScript实现折叠的侧边栏的类型,它允许你…
    这是一个javascript实现的侧栏式的折叠菜单,它允许你设置它是否有过渡效果、侧栏菜单是否自动伸缩、菜单项切换是否允许动画过渡、是否轮替切换等多项设置,并且也有多种样式可以运用。 这个脚本有个很好玩的东东,下载并且解压後,请进入samples的目录并打show.html看看效果,我不知道这效果容不容易实现,但是这效果很牛,菜单全自动运行的~-This is a javascript realize the type of folding Sidebar menu, it allows you to set whether it has the transition effects, Sidebar menu automatically scalable, menu item to switch whether to allow animated transition, whether the power switch, such as a number of settings, and also how styles can be used. This script has a very fun Dongdong, download and unzip, please enter the samples directory and look at the effect of playing show.html, I do not know the effects of tolerance is not easy to realize, but this effect is cattle, the menu fully automatic operation of ~
    2022-05-31 19:54:54下载
    积分:1
  • vc界面处里程序,像xp的menu,
    vc菜单界面处里程序,像xp的menu,-vc menu interface Lane procedures, as the menu xp,
    2023-09-01 08:00:04下载
    积分:1
  • 1.BOOL OnCommsCreate(CWnd* pParentWnd) 创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为t...
    1.BOOL OnCommsCreate(CWnd* pParentWnd) 创建串口,本DLL同时创建5个串口。pParentWnd为窗口指针,一般为this。 2. BOOL OnComportOpen() 根据串口设置文件中的设置参数,打开多串口。 3.void OnCommSend(unsigned int uiCom, CString sSendData, unsigned int uiKind) 往指定串口发送数据。其中uiCom为指定的串口,注意串口1的uiCom为0;sSendData为要发送的字符串; uiKind: 发送数据类型:0:原始数据 1:加回车符 2:加校验和。 4.void OnMscommsSet() 打开串口设置界面,改变串口设置,并保存到设置文件中。 5.BOOL OnComportTimerProcess(CString strProcess[MaxPort]) 判断串口接收的一组数据是否已经接收完。 6. BOOL OnPopupDialog() 打开串口收发数据显示调试界面。 7. BOOL OnGetPortUse(unsigned int uiCom) . 判断指定串口是否使用。 8. BOOL OnGetPortExit(unsigned int uiCom) 判断指定串口在本机上是否存在。 9. void OnPortClose(unsigned int uiCom) 关闭指定串口。 10. void OnPortOpen(unsigned int uiCom) 打开指定串口。 11. void OnCloseAllPorts() 关闭所有串口。 12. void OnOpenAllPorts() 打开所有串口。 -1.BOOL OnCommsCreate (CWnd* pParentWnd) Serial create the DLL while creating five serial. PParentWnd pointer to the window, but generally this. 2. BOOL OnComportOpen () Serial document under the
    2022-01-22 14:42:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载