-
用vc制作动画进度条的程序
用vc制作动画进度条的程序-vc with the progress of the animation production process
- 2022-02-15 01:02:32下载
- 积分:1
-
CHtmlView 网页操作
简单小程序,使用CHtmlView类浏览网页,同时解决了新网页在同一个view里打开。同时也尝试修改网页元素值
- 2022-05-22 22:49:54下载
- 积分:1
-
Supermarket management of POS systems, including front desk management and sales
超市POS系统的管理,包括前台管理和后台销售
- 2022-07-15 09:26:32下载
- 积分:1
-
c#多语言实现, c#多语言实现,
c#多语言实现, c#多语言实现,-c#多语言实现,
- 2022-03-06 07:45:21下载
- 积分:1
-
TW8811 is a liquid crystal display driver IC, this handbook for data
TW8811是一种液晶显示屏驱动芯片,此为数据手册-TW8811 is a liquid crystal display driver IC, this handbook for data
- 2022-02-01 23:32:49下载
- 积分:1
-
该源代码是实现界面程序中对自定义的按钮实现的一种封装
该源代码是实现界面程序中对自定义的按钮实现的一种封装-the source code is the interface procedures from the definition of a button to achieve Packaging
- 2022-09-10 09:05:03下载
- 积分:1
-
动态生成窗口控件, 使用YACC来分析控件配置文件
动态生成窗口控件, 使用YACC来分析控件配置文件-dynamically generated window controls, the use of YACC to control the configuration file analysis
- 2022-08-05 17:30:29下载
- 积分: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
-
VCLSkin for Delphi v2.74,包括所有的源代码和数十种皮肤
VCLSkin for Delphi v2.74,包括所有的源代码和数十种皮肤-VCLSkin v2.74 for Delphi, including all source code and several dozens of skin
- 2023-01-20 19:10:04下载
- 积分:1
-
很不错的曲线例子,好用看看就知道!!!!!!
很不错的曲线例子,好用看看就知道!!!!!!
-Very good example of the curve, easy to use and see on the know! ! ! ! ! !
- 2023-03-12 13:25:04下载
- 积分:1