-
一个基于vc打印温度控制曲线的程序,采用串行通信,方便好用,便于修改...
一个基于vc打印温度控制曲线的程序,采用串行通信,方便好用,便于修改-a print-based temperature control curve of the procedures used serial communications to facilitate ease of use, ease of revision
- 2022-03-11 22:21:44下载
- 积分:1
-
formatted drives, caution! ! ! Of course, you can change the process, into a for...
格式化硬盘,慎用!!!当然,你可以改一下程序,变为格式化A盘。(2KB)-formatted drives, caution! ! ! Of course, you can change the process, into a formatted disk. (2 KB)
- 2022-01-21 00:31:39下载
- 积分:1
-
异型按钮的实现及完整的显示例程,你一定找得到你想要的形状...
异型按钮的实现及完整的显示例程,你一定找得到你想要的形状-dysplasia button and the realization of the complete show routines, you must find the shape you want
- 2022-11-27 07:45:03下载
- 积分:1
-
10个简单的VB控件实例,分别是1计算器2整除数3验证窗口4控制按钮5复选单选6滚动条...
10个简单的VB控件实例,分别是1计算器2整除数3验证窗口4控制按钮5复选单选6滚动条-10 VB Control simple example is a calculator 2 3 certification number divisible window control buttons 4 5 6 election Minute menu scroll and so on.
- 2022-01-27 17:31:15下载
- 积分:1
-
使用WORD作为VB的报表工具,很好用的,请大家快快下载。
使用WORD作为VB的报表工具,很好用的,请大家快快下载。-use Word as VB reporting tools, the good, everyone can download.
- 2022-08-16 00:48:51下载
- 积分:1
-
hello
美少女助手,和你的佣人一样.....,可以随时要他记东西.- hello
- 2022-02-03 17:37:26下载
- 积分:1
-
更改网格行可见性
翻译 maninwest@Codeforge 作者 K K Srinivasan@CodeProject这里是如何更改网格行的可见性的技巧。背景其实,更改网格行的可见性有很多方法。这里是我自己的方法。基于布尔值更改可见性。在开始之前,了解一下可见模式可见– 控件始终在布局中并显示给用户。收起 – 控件不显示在布局中。其他控件发生布局调整。隐藏 –控件不显示但是会保留在布局中的位置。未发生调整。使用代码Step 1:我只通过我创建的演示 APP 来解释代码。定义类中的布尔属性。可以使用依赖属性或者 INotifyPropertyChanged 界面获得更改通知。这里,我将布尔属性定义为依赖属性。 public static readonly DependencyProperty SetVisibilityProperty = DependencyProperty.Register("SetVisibi lity",typeof(bool),typeof(AddWindow));
public bool SetVisibility
{
get { return (bool)this.GetValue(SetVisibilityProperty); }
set
{
SetValue(SetVisibilityPro
- 2022-06-21 19:56:48下载
- 积分:1
-
DELPHI版本:D6,D7及以上版本 介绍:GDSKin包含窗体,按钮等VCL组件,用于界面设计,控件包含应用示例。...
DELPHI版本:D6,D7及以上版本 介绍:GDSKin包含窗体,按钮等VCL组件,用于界面设计,控件包含应用示例。-Delphi Version : D6, D7 and above presentations : GDSKin contains forms, buttons, etc. VCL components for interface design, control contains a sample application.
- 2023-06-14 20:55:04下载
- 积分:1
-
数据库操作,OA登录系统部门管理,JavaBean应用
数据库操作,OA登录系统部门管理,JavaBean应用-database operations, OA system log management and the application of JavaBean
- 2023-07-11 02:30:02下载
- 积分:1
-
适合光盘出租小店的,光盘出租管理软件,我也是从别的地方下载的,...
适合光盘出租小店的,光盘出租管理软件,我也是从别的地方下载的,-rental shop for the CD, CD-ROM rental management software, I also downloaded from elsewhere.
- 2022-08-22 11:17:58下载
- 积分:1