-
TabbedNotebook control the use, introduction to a sine curve mapping how the sin...
TabbedNotebook控件的使用,同时介绍了如何绘制正弦曲线,在正弦曲线界面单击就可以开始绘制-TabbedNotebook control the use, introduction to a sine curve mapping how the sinusoid click interface can begin mapping
- 2022-02-15 02:04:51下载
- 积分:1
-
显示"字体窗口",根据需要显示各种窗口 不要删除release.否则不能运行...
显示"字体窗口",根据需要显示各种窗口 不要删除release.否则不能运行-shows that the "font window", according to the need to demonstrate various window release should not be deleted. They can run
- 2022-07-12 03:03:45下载
- 积分:1
-
打印预览
Grid控件实现打印效果,可以实现对grid插入各种图标,以及对不同单元格设置自定义的颜色,以及插入行和删除行的操作,对这些操作可以实现自定义打打印效果
- 2022-03-06 08:48:32下载
- 积分:1
-
实现LONG型时间和年月日时分秒相互转化
应用背景数据库中存储的时间一般为LONG型的数据,不便于看出来是具体是哪个时间,这个工具就可以实现LONG型到年月日时分秒的转化,反过来也可以。关键技术两张类型时间转化,应用了时间转化的相关函数,对应的时区不同,转化的结果也不同,会根据当前时区转化出相应的结果,便于查看。
- 2022-08-15 11:34:08下载
- 积分:1
-
列表中带树型,不是非常好。一般。自己选择。
列表中带树型,不是非常好。一般。自己选择。-In the list with a tree, not very good. General.
- 2022-02-20 02:59:50下载
- 积分:1
-
System flow chart Delphi7 source code can be used to process status display
系统流程图 DELPHI7源代码 可用于流程状态显示-System flow chart Delphi7 source code can be used to process status display
- 2022-04-24 00:59:04下载
- 积分: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++ 实现绘制波形图动态图,类似示波器的界面,信号用正弦信号模拟,可调节显示的幅度档和时间档,可对信号进行暂停观测,可上下左右移动信号波形。
- 2022-02-10 03:29:31下载
- 积分:1
-
设计(论文)报告
黄鑫 毕业设计(论文)开题报告-design (thesis) that opened report
- 2022-02-14 05:13:02下载
- 积分:1
-
此为登陆界面系统,操作平台是DELPHI,我从别的站下载的,感觉还不错,提供给各位以做参考...
此为登陆界面系统,操作平台是DELPHI,我从别的站下载的,感觉还不错,提供给各位以做参考-this interface as the landing systems, Delphi is operating platform, I downloaded from other stations, and also feel good for you to refer to
- 2022-07-07 01:04:01下载
- 积分:1