-
asp例子
asp例子-asp example
- 2022-10-18 07:35:03下载
- 积分:1
-
虚拟按键拨号程序
通过matlab实现上位机虚拟按键的界面设计,通过串口向下位机发送按键指令,当下位机51单片机接收到按键指令时,控制蜂鸣器发声;同时界面上显示被按的按键值。
- 2022-02-22 12:47:35下载
- 积分:1
-
显示3d文字的按钮
在对话框中显示3d文字的按钮
显示3d文字的按钮
在对话框中显示3d文字的按钮-showed 3d text button in the dialog box shows the text 3d button
- 2023-02-17 02:55:03下载
- 积分:1
-
UserRight control, the control is to provide two main functions of safeguarding...
控件UserRight,本控件主要是提供两大功能维护系统的安全性,特别适合于管理多人使用系统的权限问题。-UserRight control, the control is to provide two main functions of safeguarding the security of the system is particularly suited to the use of system management over issues of authority.
- 2023-04-11 02:40:03下载
- 积分:1
-
界面设计工具Xtreme Toolkit Pro v9.6.0.1 Source.rar
界面设计工具Xtreme Toolkit Pro v9.6.0.1 Source.rar-interface design tool Xtreme Toolkit Pro v9.6.0.1 Source.rar
- 2022-08-09 11:19:35下载
- 积分:1
-
树视图管理器
此源码是介绍C#如何使用树控件。适合初学者了解树控件的属性、方法。
- 2023-04-06 11:25:03下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
常用软件的about窗口范例
常用软件的about窗口范例-commonly used software paradigm about window
- 2022-12-12 20:30:02下载
- 积分:1
-
专用浏览器。rar,可以自动刷新,是否复制的。
Love bar dedicated browser. Rar, can automatically refresh, whether reproduced html file.
- 2022-05-17 13:49:45下载
- 积分:1
-
在对话框里的打印功能,由于对话框里打印没有那么明显,就放上来了...
在对话框里的打印功能,由于对话框里打印没有那么明显,就放上来了-Lane in the Print dialog function, Lane Print dialog box is not as obvious on the Fangshanglai
- 2022-01-25 19:35:57下载
- 积分:1