-
XP imitation of a small button controls XPButton2.0.rar Please WinRar3.0 version...
一个仿XP的小巧的按钮控件XPButton2.0.rar 请用WinRar3.0以上版本解压缩-XP imitation of a small button controls XPButton2.0.rar Please WinRar3.0 versions decompre
- 2023-07-13 08:45:03下载
- 积分:1
-
You need to round buttons? This class has been doing a good job for you, and it...
你需要圆形的按钮吗?这个类已经替你做好了,它可是有正常、平面、下推几种风格的,快使用它吧-You need to round buttons? This class has been doing a good job for you, and it is but a normal, flat, push-down of several styles, and quick to use it bar
- 2023-06-21 13:15:03下载
- 积分:1
-
可以显示三态的按钮类,可调用其中的函数给其加载位图,三态位图是一个位图,鼠标放上去,鼠标up和鼠标down会加载不同的位图,有动态效果...
可以显示三态的按钮类,可调用其中的函数给其加载位图,三态位图是一个位图,鼠标放上去,鼠标up和鼠标down会加载不同的位图,有动态效果-Can display three-state button category, which can call a function to its load bitmaps, three-state bitmap is a bitmap, release the mouse up, mouse up and mouse down will load different bitmaps, there are dynamic effects
- 2022-08-13 11:27:20下载
- 积分:1
-
非常好用的delphi6.0控件,解压缩就可以使用。
非常好用的delphi6.0控件,解压缩就可以使用。-delphi6.0 very user-friendly controls, decompress it can be used.
- 2022-04-11 23:13:42下载
- 积分: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
-
一个允许剪切,复制和粘贴的简单便栈板程序
一个允许剪切,复制和粘贴的简单便栈板程序-allow a cut, copy and paste of simple procedures will Plate
- 2023-04-03 00:40:03下载
- 积分:1
-
CXPButton是一个XP风格的按钮类,外观非常好看,能给你耳目一新的感觉。...
CXPButton是一个XP风格的按钮类,外观非常好看,能给你耳目一新的感觉。-CXPButton is an XP-style button-type, appearance is very good-looking, would give you a fresh experience.
- 2022-07-20 11:11:04下载
- 积分:1
-
颜色选择按钮的变成和调用,就是windows画图板。word等到处都能看见可以自己选颜色的那个对话框。...
颜色选择按钮的变成和调用,就是windows画图板。word等到处都能看见可以自己选颜色的那个对话框。-color selection button into, and use of windows is drawing boards. Word such as one can see for themselves that the election color dialog.
- 2023-07-09 18:00:02下载
- 积分:1
-
组合框检查简单的源代码输入
对Combobox的输入进行检查的简单源代码-Combobox to check the importation of simple source code
- 2022-12-22 11:55:07下载
- 积分:1
-
专家开发的模仿一些按钮,使用的接口写的铅…
模仿一些dephi开发的按钮,使用api写的pb按钮,里面有三中风格,-Delphi developed to imitate some of the button, use the api to write the pb button, there are three in style,
- 2023-02-09 21:20:03下载
- 积分:1