-
透明背景控件使用
windows + vs2010
这是一个在vs2010中实现的控件背景透明实例。
它展示了一些控件背景透明,点击,更新数据,控件标题字体颜色等。
- 2022-07-15 12:35:59下载
- 积分:1
-
语法验证程序
它显示其认为与一些拼写错误的单词突出显示可以通过从一些可能的替代选择更正错误。可以传播所请求的更改。等。
- 2022-08-17 00:32:09下载
- 积分:1
-
JAVA添加水印桌面程序
美化调用本地资源界面,我所见过的javaGUI都比较丑,这个程序是java写的,但是调用的是本地GUI资源,比如在win7下运行就是比较漂亮的界面。为图片添加水印,批量添加等
- 2022-10-25 18:45:03下载
- 积分:1
-
随着PropertySheet的大小变化自动放大缩小的Tab Control
随着PropertySheet的大小变化自动放大缩小的Tab Control-The Tab Control which can resize automatically according to the size of PropertySheet
- 2022-03-25 12:13:42下载
- 积分:1
-
一个用二极管来显示时间的类。对于时间显示或是采集数据的实时显示有很大的用处...
一个用二极管来显示时间的类。对于时间显示或是采集数据的实时显示有很大的用处-diode a time to show the class. For the time displayed or acquisition of real-time data show a great deal of use
- 2022-03-05 23:55:28下载
- 积分:1
-
基于c#的时钟
资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路,
namespace Clock
{
public partial class MainForm : Form
{
private PointF center;
private float r;
private Pen hourPen;
private Pen minutePen;
private Pen secondPen;
private Thread timeThread;
public MainForm()
{
InitializeComponent();
ShowInTaskbar = false;//不在任务栏中显示
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.UserPaint,true);
SetStyle(ControlStyles.AllPaintingInWmPaint,true);
center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f);
r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f);
hourPen = new Pen(Color.Black, 2.5f);
minutePen = new Pen(Color.Black, 1.5f);
secondPen = new Pen(Color.Black, 0.5f);
timeThread=new Thread(new ThreadStart(DrawTime));
timeThread.Start();
}
protected override void OnPaint(PaintEventArgs e)
{
Graphics g = e.Graphics;
g.Clear(BackColor);
//g.SmoothingMode =
- 2022-01-26 05:22:52下载
- 积分:1
-
VB 发薪系统
你好,这是我的论文项目。将处理工资报表、 打印工资单和打印工资单,摘要的简单的 vb 发薪系统。
- 2022-06-21 17:48:39下载
- 积分:1
-
switching window of students achieving information inquiries can be added and de...
切换窗口实现的学生信息查询,可以添加和删除。-switching window of students achieving information inquiries can be added and deleted.
- 2022-03-11 09:57:39下载
- 积分:1
-
OLED_ZLGGUI_MiniSTM32
这个例程是我用正点原子的MiniSTM32——V3.0开发板写的,包含了周立功老师的ZLG_GUI,还有个4线的SPI接口的OLED。程序已成功运行,没有任何问题,希望大家多多分享,多多学习,创造更好的明天。OLED_ZLGGUI_MiniSTM32
- 2022-02-09 10:38:04下载
- 积分:1
-
a similar windows Resource Manager directory on the left navigation tree!
一个类似windows资源管理器左边的目录导航树!-a similar windows Resource Manager directory on the left navigation tree!
- 2022-03-03 00:55:53下载
- 积分:1