-
C#实现带下拉功能的工具栏菜单
C#实现带下拉功能的工具栏菜单,呵呵,WinForm版的窗口下拉菜单,其实这种形式很常见,当点击工具栏中的小按钮的时候,主出现了下拉二级菜单,可有效利用窗体工具栏的可用空间,增加菜单功能,比较不错的菜单制作技巧。
- 2022-04-26 16:43:43下载
- 积分:1
-
小游戏 小游戏 小游戏 小游戏 小游戏
小游戏 小游戏 小游戏 小游戏 小游戏
- 2022-02-16 06:06:19下载
- 积分:1
-
Java JBuilder应用开发实例集
Java JBuilder应用开发实例集,用JBuilder开发Java应用程序的新手朋友,如果对JBuilder下的JAva布局不熟悉,可以通过这些简单的实例做些了解,现在JBuilder大多情况下都用于移动平台的应用开发了,多学无害处。
- 2022-01-26 19:07:26下载
- 积分:1
-
(1) 使用所学过的组件设计一友好的登记表, 设计方式可以Applet 或Application。
(2) 该表可以为学生入学登记表或邮件用户登记表。...
(1) 使用所学过的组件设计一友好的登记表, 设计方式可以Applet 或Application。
(2) 该表可以为学生入学登记表或邮件用户登记表。
(3) 要求将所学过的所有组件在表中体现,并通过事件处理对组件进行相关操作。
(4) 表中的输入信息要求存放于一文本文件中。
(5) 通过数据输出的方式,将文本中的输入信息读出后显示到屏幕上。
-(1) use the learned component to design a friendly registration form, design ways to Applet or Application. (2) The enrollment form for registration form or mail the user registration form. (3) requiring that all of the components studied reflected in the table and, through the event handling of the components related to operation. (4), enter the information requirements in the table stored in a text file. (5) The data output by the way, the text in the input information read out after the show to the screen.
- 2023-08-20 03:55:03下载
- 积分:1
-
用matlab编写的smith圆图软件
解压之后包括两个文件
直接运行.m即可...
用matlab编写的smith圆图软件
解压之后包括两个文件
直接运行.m即可-Prepared by using matlab software smith circle diagram extract directly after the operation, including two documents. M can
- 2022-08-14 20:22:38下载
- 积分:1
-
无线电出租车系统客户家系
这是在线可以家系,必将有助于对 regerster cab.you 可以登录,您可以执行家系的源代码,这个网站有蕙也 = 杜松子酒遮阳篷。
- 2022-02-21 09:35:17下载
- 积分:1
-
拼图游戏:Delphi代码参考
可自动打散图片的拼图游戏:Delphi代码参考,本游戏支持导入外部的BMP图像作为拼图图片,打乱后即可开始游戏,类似的操作方法和其它的拼图游戏几乎无区别,用鼠标拖动被分割的图像块移动即可。
- 2022-02-26 16:41:26下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
将C语言写的程序代码转换成pascal代码,用过还可以!
将C语言写的程序代码转换成pascal代码,用过还可以!-to write C-language code into pascal code can be used also.
- 2022-06-12 08:31:01下载
- 积分:1
-
花环的Josephu问题解决
The Josephu wreath problem solves-The problem solves wreath Josephu
- 2023-04-11 11:00:03下载
- 积分:1