-
minigui 的字体
minigui 的字体-MiniGUI fonts
- 2022-04-08 01:33:47下载
- 积分:1
-
金山类窗口
金山词霸那样的窗口条-Kingsoft kind of window of
- 2022-02-13 12:25:02下载
- 积分:1
-
一个使用CRichEdit控件的聊天窗口基本代码,完成了对话框背景,改变字体的功能...
一个使用CRichEdit控件的聊天窗口基本代码,完成了对话框背景,改变字体的功能-CRichEdit control the use of a chat window basic code, completed the dialog background, change fonts function
- 2023-02-15 08:50:04下载
- 积分:1
-
Jquery源码
jquery源码,如果你有需要的话就可以下哦,希望可以帮助到你,分子jquery源码的话,还是希望先学习好最基本的javascript语法只是,否则直接去分析的话,比较困难
- 2022-03-23 10:09:12下载
- 积分:1
-
FLYPHP图片系统应用运行环境:PHP MySQL(免费版)
flyphp图片系统v1.1.1
运行环境:
php+mysql(免费版)-flyphp Photo System v1.1.1 operating environment : php mysql (free version)
- 2022-03-31 06:41:31下载
- 积分:1
-
一个简单使用的汽车管理系统,对初学者可以学习熟悉VB编程环境,尽快掌握高质量软件开发技术...
一个简单使用的汽车管理系统,对初学者可以学习熟悉VB编程环境,尽快掌握高质量软件开发技术-use of a simple vehicle management system for beginners can learn familiar with VB programming environment, as master of high-quality software development technology
- 2022-02-12 20:35:57下载
- 积分:1
-
digital image processing, a source book, the scientific publishing house.
delphi数字图像处理一书源代码,科学出版社出版.-digital image processing, a source book, the scientific publishing house.
- 2022-03-23 14:00:07下载
- 积分: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
-
多页界面设计
多页界面设计-TPageControl组件的应用-pages interface design-TPageControl Component Application
- 2022-07-08 17:37:29下载
- 积分:1
-
使用一个浮动的列表框的程序
使用一个浮动的列表框的程序-A program using floating listbox
- 2023-03-04 04:35:03下载
- 积分:1