-
实现了文件的拷贝功能,使一个很好的文件拷贝测试程序,用来做小型的联系使用...
实现了文件的拷贝功能,使一个很好的文件拷贝测试程序,用来做小型的联系使用-achieve a functional copy of the document, a copy of the document very good test procedures used in making use of small links
- 2022-11-11 07:45:04下载
- 积分:1
-
可以写出xp那样的界面4
可以写出xp那样的界面4-could write xp interface as 4
- 2022-09-20 01:55:03下载
- 积分:1
-
Student Managment System
这个项目是关于高校学生工作和管理的。它为高校自动化提供了一条途径,它将更好地做好高校员工和学生的档案工作。
- 2022-01-27 18:32:58下载
- 积分:1
-
书店管理信息系统
图书馆管理系统 v1.0 是用 Java 语言书来解决坝。...日期 ;JLibrary 延伸 JFrame 的公共类实现 ActionListener,
- 2022-08-08 07:57:22下载
- 积分:1
-
vc6.0++界面编程的具体应用,对于初学者有很的参考作用。
vc6.0++界面编程的具体应用,对于初学者有很的参考作用。-vc++ application, for there are the reference for beginners
- 2022-03-07 14:54:04下载
- 积分: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
-
虚拟键盘
此项目包含简单的虚拟键盘,可以使用从由用户输入的字符或数字,computer.this 的设计项目一般为任何目的而设计,可以设置键盘的行动所需。
- 2022-07-01 18:38:45下载
- 积分:1
-
MDIFORM interface design demonstration for information
MDIFORM界面设计演示,供参考-MDIFORM interface design demonstration for information
- 2022-12-09 20:20:03下载
- 积分:1
-
This procedure has the main toolbar of the call, which has strong significance i...
本程序主要实现了工具栏的停靠,具有很强的实际应用意义。-This procedure has the main toolbar of the call, which has strong significance in practical applications.
- 2022-02-06 08:21:19下载
- 积分:1
-
一个相当不错的多功能记事薄
一个相当不错的多功能记事薄-A good multi-functional notebook.
- 2023-03-22 21:15:04下载
- 积分:1