-
支持256色的工具栏
支持256色的工具栏-support 256-color toolbar
- 2022-01-25 15:17:39下载
- 积分:1
-
这是个自绘菜单的界面,如果要使用的话,最好自己重新设计一下图片资源。...
这是个自绘菜单的界面,如果要使用的话,最好自己重新设计一下图片资源。-This is a self-drawn menu interface, if you want to use, the best resources of its own redesigned look at pictures.
- 2022-06-21 06:06:59下载
- 积分:1
-
如何用风险投资来创建一个完整的
How use VC to Create a Full-Colored CListCtrl
- 2022-08-15 03:41:25下载
- 积分:1
-
在Qt编程源代码,熟练的很好的,不记得了,好像…
精通QT编程 的源码,很不错,记不太清了,好像是电子工业出版社出版的-Proficient in QT programming source code, very good, do not remember, as if the electronics industry publishing house
- 2022-04-07 12:06:58下载
- 积分:1
-
VB界面程序,可直接用来编制个性化界面.
VB界面程序,可直接用来编制个性化界面.-VB interface procedures can be used directly for the preparation of personalized interface.
- 2022-12-28 12:15:03下载
- 积分:1
-
世界你好这是一个非常好的程序
alert 123
testtestseteststestestststst
- 2022-01-27 10:59:10下载
- 积分: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
-
extjs4 初学教程
Extjs4.0 学习指南
- 2022-12-04 23:00:03下载
- 积分:1
-
delphi绘图工具附带源码
delphi绘图工具附带源码,
可以绘制不同的图像图形,可以保存为独立文件,图形图像可以改变大小.
用到了FlatStyle空间, AAfont空间. 还有ruler控件;
- 2023-05-09 23:15:04下载
- 积分:1
-
获取应用程序所用图标并显示在界面,双击所需要的图标进入单独显示界面,可转换为ICO文件...
获取应用程序所用图标并显示在界面,双击所需要的图标进入单独显示界面,可转换为ICO文件-Used to obtain the application icon and displayed in the interface need to double-click the icon to enter the separate display can be converted to ICO file
- 2022-03-04 17:18:35下载
- 积分:1