-
按钮列表。列表内的项是按钮
按钮列表。列表内的项是按钮-button list
- 2022-11-24 17:15:03下载
- 积分:1
-
简单强大的下载编辑软件.该软件是VC软件 A Compressed Bitset Class
简单强大的下载编辑软件.该软件是VC软件 A Compressed Bitset Class - Simple formidable downloading edition software This software
is VC software A Compressed Bitset Class
- 2023-02-18 13:30:04下载
- 积分:1
-
PDA编程接口
pda上界面编程-pda on Programming Interface
- 2022-08-22 07:29:50下载
- 积分:1
-
Outlook style interface and menu pages control, the use of two reusable c catego...
Outlook式样界面菜单和页面控制,利用了两个可复用的c++类:CXToutlookBarhe 和 CXTpagerCtrl-Outlook style interface and menu pages control, the use of two reusable c categories : CXToutlookBarhe and CXTpagerCtrl
- 2022-01-25 16:46:33下载
- 积分:1
-
这个记事本可以实现对文本文档的基本功能,比如打开,新建,保存,字体选择,颜色选择...
这个记事本可以实现对文本文档的基本功能,比如打开,新建,保存,字体选择,颜色选择-The Notepad text document can be achieved on the basic functions, such as open, new, preservation, font selection, color selection and so on. .
- 2022-08-17 07:57:05下载
- 积分:1
-
5.2.1 版的虚拟树视图
虚拟树视图的 V5.2.1, 是德尔福的虚拟树视图
- 2022-02-13 05:21:28下载
- 积分:1
-
单机版五子棋
具有一定的参考价值Gobang stand-alone version, the network version of unity, the network
version of the Single Battle, which can accommodate multiple-line
- 2022-05-29 06:45:27下载
- 积分: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
-
一种与爪哇之间的聊天应用
应用背景aplikasi INI digukakan安塔拉2 PC或笔记本电脑,聊天,是使用Java,masukkkan IP地址的人,memupai聊天关键技术二“使用NetBeans 7.4,聊天,使用IP地址
- 2023-05-29 12:25:02下载
- 积分:1
-
利用VC++编程实现的各种高级界面的设计以及各种实例。
利用VC++编程实现的各种高级界面的设计以及各种实例。-VC++ programming using a variety of high-level interface design and a variety of examples.
- 2022-06-18 01:10:22下载
- 积分:1