-
this procedure can be used to set up with pictures of the toolbar for Jinshan DU...
这个程序可以用于设置带图片的工具栏,用于仿效金山DUBA的外观真的很好用-this procedure can be used to set up with pictures of the toolbar for Jinshan DUBA follow the appearance of really good use
- 2022-04-25 00:39:10下载
- 积分:1
-
一个暂停窗口界面的经典代码,有需要的同学可以用一个..
VC界面 悬浮窗口 很经典的代码,有需要的同学可以用一用和学一学啊-VC suspended window interface is the classic code, the needy students can use a school and a school ah
- 2022-12-11 18:55:03下载
- 积分:1
-
一个非常好的控制条
一个非常好的控制条,全部是自己编写,希望大家能喜欢,包含大家常用的控制,窗口等等
- 2022-02-25 17:43:47下载
- 积分:1
-
本程序运用VC与SQL编写,可以实现简单的 学籍管理
本程序运用VC与SQL编写,可以实现简单的 学籍管理-use of the procedures and SQL prepared VC, simple codes of management
- 2022-01-25 15:17:58下载
- 积分: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
-
FLEX多种箭头的画法
用AS画箭头,---▲→等多种格式。
/**
* 画箭头 &n
- 2022-02-15 05:34:43下载
- 积分:1
-
地理经度和纬度格式输入框
地理经度和纬度格式输入框-The input box which style is geographic longitude and latitude
- 2022-06-18 15:36:29下载
- 积分:1
-
微博系统
微博系统,可以实现微博的所有功能,包括绚丽的评论功能,现供大家下砸i
- 2022-02-01 16:31:13下载
- 积分:1
-
简单高效的MiniGIS程序
该vc程序可以读取中国各个省份的地图数据,进而在vc下画出各个省份,同时可以进行放大、缩小、漫游等操作,对GIS初学者掌握VC很有用。
- 2022-04-18 19:07:19下载
- 积分:1
-
html5+css页面模板
大图幻灯扁平化HTML5模板
- 2022-03-22 15:27:46下载
- 积分:1