-
条形码控件,用delphi开发
条形码控件,用delphi开发-barcode control developed by Delphi.
- 2022-12-24 03:05:05下载
- 积分:1
-
一个XP风格的按钮控件
一个XP风格的按钮控件-an XP style button controls
- 2023-02-11 03:20:03下载
- 积分:1
-
一个有用的按钮,将满足大多数情况下
A useful button that will satify most of case
- 2022-12-26 05:35: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
-
链接的结果类似的Web VB6.0控制。响应鼠标,鼠标离开,颜色…
VB6.0控件, 用于实现类似网页链接的效果. 响应MouseIn, MouseOut事件, 支持彩色鼠标资源, 支持自定义颜色. 带有测试工程-VB6.0 control for a similar Web link results. Response MouseIn, MouseOut, color mouse support resources to support custom color. With tests
- 2023-04-21 17:50:03下载
- 积分:1
-
Will be a straight line two endpoints fixed, the use of controls to achieve twis...
将一条直线两个端点固定,利用控件实现曲折变化,在中心点上以每次5°方式扭转,形成曲折线。-Will be a straight line two endpoints fixed, the use of controls to achieve twists and turns in the center of history for each 5 ° approach to reverse to form a winding line.
- 2022-03-31 05:17:44下载
- 积分:1
-
多态按钮,实现了按钮的三态显示,即按下,弹起,并可更改颜色,用于控制系统...
多态按钮,实现了按钮的三态显示,即按下,弹起,并可更改颜色,用于控制系统-polymorphic button and the button for the realization of three states show that press, pop-up and may change color, for the control system
- 2022-02-05 13:59:39下载
- 积分:1
-
可以设置EnableWindow(FLASE)图片的BtnST类.
可以设置EnableWindow(FLASE)图片的BtnST类.-can set EnableWindow (FLASE) BtnST picture category.
- 2022-02-02 16:42:07下载
- 积分:1
-
button switch controls drive to achieve, and to narrow the system tray
按钮控件 实现光驱开关,并能缩小至系统托盘-button switch controls drive to achieve, and to narrow the system tray
- 2022-04-26 10:54:44下载
- 积分:1
-
动态引用DLL中的类函数,很好的
动态引用DLL中的类函数,很好的-dynamic invoke DLL function of the type, good
- 2022-06-21 06:32:31下载
- 积分:1