-
自定义位图控件背后的动机是允许不同的位图…
The motivation behind the custom bitmap control was to allow different bitmap images to be displayed for each of the button states. This includes disabled, normal, mouse over, and button pressed. In addition to the button graphics, it was important to include button text and control the alignment of the text with regards to the button image. It follows an XP style look and feel with some embellishments that are unique to it.
- 2022-08-19 02:13:24下载
- 积分:1
-
一个非常好用的程序 可以 弄图像处理的 希望大家能用用
一个非常好用的程序 可以 弄图像处理的 希望大家能用用
-a very handy program can get images of hope everyone can use
- 2022-03-19 08:30:17下载
- 积分:1
-
消息对静态变量的影响,消息发送到现成上,同过一个线城
消息对静态变量的影响,消息发送到现成上,同过一个线城-news of static variables, ready to send information on the same line over a city
- 2022-01-26 05:18:40下载
- 积分:1
-
一个功能强大的用于显示柱、饼状图等的图形控件。如果你做计算机辅助设计软件…
一个功能强大的用于显示柱状图、饼状图等的图形控件。如果你要做CAD软件或科教、演示程序的话,这个类库会节省你不少时间。(30KB)-a powerful column for the show, Caky map graphic control. If you do CAD software or science, education, and demonstration program, the library will save you a lot of time. (30KB)
- 2022-10-31 01:00:02下载
- 积分:1
-
从Static派生,可以任意改变静态文本背景颜色和字体的颜色。...
从Static派生,可以任意改变静态文本背景颜色和字体的颜色。-derived from Static can arbitrarily change the static text background color and font colors.
- 2022-03-18 13:02:20下载
- 积分: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
-
很漂亮的按钮控件,可以实现多种风格,包含原代码
很漂亮的按钮控件,可以实现多种风格,包含原代码-Very nice button control, you can achieve a variety of styles, including the original code
- 2022-05-30 17:03:41下载
- 积分:1
-
这是一个简化的CSeekButton控件,它是一个简单的按钮,当按下时可以增加或减少一个值。方向(正向或负向),初始值,步长,最小和最大值都可以配置。
这是一个简化的CSeekButton控件,它是一个简单的按钮,当按下时可以增加或减少一个值。方向(正向或负向),初始值,步长,最小和最大值都可以配置。- This simplification CSeekButton controls, it is a simple
button, when presses down may increase or reduce a value. The
direction (to or negative direction), the starting value, the length
of stride, is smallest and the maximum value all may dispose.
- 2022-03-20 19:08:40下载
- 积分:1
-
一种带子针的模拟仪表,可以改变刻度值得大小和单位,原色等...
一种带子针的模拟仪表,可以改变刻度值得大小和单位,原色等-a belt pin analog instrumentation, calibration should be changed size and units, primary colors, etc.
- 2022-06-12 23:11:09下载
- 积分:1
-
韩海 TP313 / H083 西安电子科技大学出版 2000 汇编语言课程设计案例 精编 赵润林 刘红梅 李珍香 TP313 / L337 中国水利水电出版社...
韩海 TP313 / H083 西安电子科技大学出版 2000 汇编语言课程设计案例 精编 赵润林 刘红梅 李珍香 TP313 / L337 中国水利水电出版社 2004 Microsoft-Foshan 100083/H083 Xi"an University of Electronic Science and Technology published in 2000 assembly language curriculum design case intensive series Zhao Lin Li Zhen Xiang Liu Hongmei Foshan/L337 China Water Conservancy and Hydropower Microsoft Press, 2004
- 2022-03-20 00:32:30下载
- 积分:1