-
带刻度的进度条组件
应用背景在开发生产应用报表时,经常需要用进度条的形式显示当前的生产计划,本组件模仿刻度尺的样式,可根据需要显示天、周、月、年的计划完成情况,根据配置的颜色显示不同阶段的完成情况,每个阶段可点击。关键技术采用了javascript及CSS样式,可以进行二次封装
- 2022-02-20 09:12:14下载
- 积分:1
-
Right menu Should be very familiar with
右键菜单
应该都很熟悉吧
详细的看代码。简单版的-Right menu Should be very familiar with
- 2022-02-15 04:44:49下载
- 积分:1
-
School League sharing tools __VC dialog beautify source code source code
校盟共享工具源代码__VC对话框美化源代码-School League sharing tools __VC dialog beautify source code source code
- 2022-01-26 02:11:25下载
- 积分:1
-
1. Search algorithm should be as independent as possible on specific issues. Sea...
1. 搜索算法应尽可能独立于具体问题。亦即搜索算法程序既可用于迷宫问题,也可用于九宫重排问题、修道士野人问题等-1. Search algorithm should be as independent as possible on specific issues. Search algorithm which can be used to the maze procedure, can also be used JiuGongTu rearrangement, monks Savage problems
- 2022-12-30 14:10:03下载
- 积分:1
-
windows MDI例子
windows MDI例子-windows MDI example
- 2022-04-16 07:37:31下载
- 积分:1
-
nurbs vs2010
3.01使用NURBS,VS2010编译。里面有一个测试项目,和test.exe testwin.exe。代码适合初学者。libnurbs NURBS是一个好的图书馆,使用Linux
- 2022-07-24 19:44:39下载
- 积分:1
-
1.如何使用滑块控件?.rar 1.如何使用滑块控件?.rar
1.如何使用滑块控件?.rar 1.如何使用滑块控件?.rar-1. How to use slider controls? . Rar 1. How to use slider controls? . Rar 1. How to use slider controls? . Rar
- 2022-10-10 09:35: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
-
Form++ 扩展类库 3.0
Form++ 扩展类库 3.0-Form expansion Class 3.0
- 2022-04-25 11:16:53下载
- 积分:1
-
控制网络的使用,能够加上地址、查找、删除等
ip控件的使用, 能实现ip地址的添加,查找,删除-ip control the use, able to add ip address, search, delete, etc.
- 2023-05-21 21:40:03下载
- 积分:1