-
XP style from the drop
XP风格自定义下拉控件 V1.-XP style from the drop-down definition of control V1.
- 2022-07-20 05:59:08下载
- 积分:1
-
多语种的界面风格,C #多语种操作系统使用解放军…
多语言风格界面,使用C#实现在多种语言的操作系统平台运行(Window系列)-multilingual style interface, the use of C# in multilingual operating system platforms (Window series)
- 2022-03-24 21:33:18下载
- 积分:1
-
//开始通信录的用户界面操作
//菜单处理函数管理程序的用户界面操作
//显示记录
//查询记录
//添加记录
//保存记录...
//开始通信录的用户界面操作
//菜单处理函数管理程序的用户界面操作
//显示记录
//查询记录
//添加记录
//保存记录
//读取记录
//结束程序
//清空当前记录信息
//菜单选择函数
//显示表头-//Start communication recorded in the user interface operation// Menu handler management program" s user interface operation// Display records// query records// Add records// Save records// read record// end of the program// Clear the current Record Information// menu to select the function// display header
- 2022-07-12 11:42:57下载
- 积分:1
-
用C++模板实现的双向链表
用C++模板实现的双向链表,只要一个.h文件不用怀疑,实现部分只能放到.h中,放到.cpp编译不过去,为什么我也不知道!HeroUnknown.h HeroUnknown.cpp是对GUID的封装,我用了很长时间啦!感觉还可以!
- 2022-02-06 19:40:46下载
- 积分:1
-
简单的界面操作,包含了文本框对输入字符的编辑,打开文件查找框,使用定时器,非常适合于初学者...
简单的界面操作,包含了文本框对输入字符的编辑,打开文件查找框,使用定时器,非常适合于初学者-dialog contrl
- 2022-03-11 07:59:01下载
- 积分: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
-
vc++下的界面编程,这是一个位图按钮。
vc++下的界面编程,这是一个位图按钮。-vc++ under the programming interface, which is a bitmap button.
- 2022-02-06 12:52:43下载
- 积分:1
-
基于bootstrap后台管理系统模板
资源描述基于bootstrap后台管理系统模板startbootstrap-sb-admin 界面节约 控件灵活 自己下载后做了一些修改
- 2023-01-05 10:55:04下载
- 积分:1
-
特色: 1.界面清新、大方、美观、简洁,功能实用,没有华而不实之处。 2.方便的留言管理功能,可在后台删除、关闭或打开、修改、回复留言。 3.可在后台打开或关闭...
特色: 1.界面清新、大方、美观、简洁,功能实用,没有华而不实之处。 2.方便的留言管理功能,可在后台删除、关闭或打开、修改、回复留言。 3.可在后台打开或关闭留言审核功能,留言审核功能可避免非法、垃圾信息的危害。 4.可在后台打开或关闭html屏蔽功能。 5.可在后台设置最长留言长度、每页留言条数。 6.可在后台修改管理员名称和密码,管理密码使用MD5加密,数据库防下载处理,确保安全。 7.含脏话过滤功能 最近更新记录: 1. 解决长英文字符撑破表格的问题。 2. 改进页码功能,可通过下拉框选择页数直接查看指定页面。-characteristics : 1. Clean interface, generous, beautiful, simple, functional and practical, not flashy them. 2. A convenient voice management capabilities, can be deleted in the background, closed or open, modify, reply messages. 3. In the background can be opened or closed messages audit functions, message audit functions can avoid illegal spam hazards. 4. In the background can be opened or closed html shielding function. 5. In the background can be set up message length, number of messages per page. 6. Changes in background administrator name and password, password management using MD5 encryption, database-download, ensure safety. 7. With mouths filtering recently updated records : 1. Solution English characters pretty long
- 2022-02-11 20:55:36下载
- 积分:1
-
一个非常有趣的汇编程序,纯DOS代码需要masm5.0,编译…
很有意思的一个汇编程序
纯DOS程序代码,需要MASM5.0,编译时请使用"编译 -> DOS"方式-a very interesting compilation procedures pure DOS code required MASM5.0, compile-time use "Build-gt; DOS "mode
- 2022-01-25 17:19:27下载
- 积分:1