-
MulticolorPlotBt是一款可以以曲线或柱状图的形式实时动态显示数据的控件。
主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围...
MulticolorPlotBt是一款可以以曲线或柱状图的形式实时动态显示数据的控件。
主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围-MulticolorPlotBt one can be a curve or histogram in the form of a real-time dynamic said data control. Main features are : support shown float, negative, showing the scope of the data, You can define the scope may also showed automatic choice, but also locked display range
- 2022-11-28 00:30:03下载
- 积分:1
-
一个很宽的按钮控件,我想献给同一个初学者…
各种各样的按钮控件,谨献给和我一样的初学者学习,参考-A wide range of button controls, and I would like to dedicate the same beginners learning, reference
- 2022-03-19 17:46:44下载
- 积分:1
-
扩展CButton类制作风格独特的按钮
扩展CButton类制作风格独特的按钮-expansion CButton category produced a unique style button
- 2022-03-18 01:49:52下载
- 积分:1
-
透明按钮程序。喜欢界面设计的同学快下载啊。
透明按钮程序。喜欢界面设计的同学快下载啊。-button transparent procedures. Like interface design students faster download ah.
- 2023-01-19 08:30:04下载
- 积分: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
-
如何实现类似VC属性表中的钉子按钮。
如何实现类似VC属性表中的钉子按钮。-how to achieve similar VC attribute table nails button.
- 2022-07-15 14:05:44下载
- 积分:1
-
树形控件的使用:实现从文本文件中读取数据加载到树的各自对应目录下(可作新手练习、参考)...
树形控件的使用:实现从文本文件中读取数据加载到树的各自对应目录下(可作新手练习、参考)
- 2022-04-23 17:10:10下载
- 积分:1
-
This is an example of the development of hardware, USB to Serial examples of the...
这是一个硬件的开发实例,是USB到串口的轮换实例。-This is an example of the development of hardware, USB to Serial examples of the rotation.
- 2022-07-08 17:13:30下载
- 积分:1
-
This is a button editor, is particularly conducive to beginners learning VC entr...
这是一个按钮编辑程序,特别有利于初学者对VC的入门学习,相信会给VC爱好者带来帮助-This is a button editor, is particularly conducive to beginners learning VC entry, I believe will help bring VC-lovers
- 2022-05-08 05:50:48下载
- 积分:1
-
CButtonST_Demo.rar
按钮类,很牛
CButtonST_Demo.rar
按钮类,很牛-CButtonST_Demo.rar button type, I am cow
- 2022-07-12 05:29:29下载
- 积分:1