-
一个小程序,希望有点帮助,哎!真是失败啊 !本人很菜啊!...
一个小程序,希望有点帮助,哎!真是失败啊 !本人很菜啊!
-a small procedures in the hope that a little help, hey! Ah really fail! I am vegetables ah!
- 2022-02-13 03:09:10下载
- 积分:1
-
Control Positioner (Control Poser)
Control Positioner (Control Poser) - This is a small class for control repositioning-Control Positioner (Control Poser)- This is a small class for control repositioning
- 2022-07-02 13:51:27下载
- 积分:1
-
Reffdfd njkbs hguifpdug。
gfhdsjak fgdhasjf fgydu gfdyhjaf fdisao fudisfaofb 富迪奥 fhudisa hfudi ahfudiao hfudia fyduo fyerhwal fylb fafds fdjlabf fbhdaj bfhdja bfhdjal bhfdjla bhfl fyuioa fyeoa fyo fyeuoafbhy obfyual bfywual bfydsuol bfydh fbydsoa bfydual bfydabl fyhdla bfyhdjsl bfydaol bfdyhjal bfdyhsajl bfdjla bfdyhal bfyhdal bfdhla bfdial bfyaoe fhuwp8 hrua ;njfksd ; hugifpa hugial bfyao hurioa hufrial bvuhdfijlsa bvyfuiopa vuyfiao bvhfla byfao bvyiao /
- 2022-05-17 09:35:40下载
- 积分:1
-
vc++ 列表选项的拖动
利用vc++ 6.0 实现列表选项的拖动,从一个窗口中拖到另一个窗口中
- 2023-08-15 18:45:03下载
- 积分:1
-
电信业务话单排序的界面设计部分,希望大家多多指教!
电信业务话单排序的界面设计部分,希望大家多多指教!-telecommunications business to sort the so-interface design, we hope the exhibitions!
- 2022-02-22 06:11:20下载
- 积分:1
-
一套java
一套java-awt风格的界面库,推荐下载--A suit of interface libraries with java-awt style ,recommend!
- 2022-06-17 23:31:03下载
- 积分:1
-
8051F实现多功能晶体管测试仪,包括19*264的LCD显示和键盘,核心算法等...
8051F实现多功能晶体管测试仪,包括19*264的LCD显示和键盘,核心算法等-8051F realize multi-function transistor tester, including 19* 264 of the LCD display and keyboard, the core algorithm
- 2022-02-05 17:01:04下载
- 积分:1
-
vc Motion tab Programming
vc中运动tab的编程实现-vc Motion tab Programming
- 2022-07-24 11:26:28下载
- 积分:1
-
Qt串口调试助手
资源描述Qt编写的串口调试助手,自己学习Qt时写的,有很好的参考价值,在linux下也时可用的,只需要该一下头文件,串口库改成linux下就可以了,应为Qt时跨平台的,所以还是很方便的
- 2022-09-06 12:30:02下载
- 积分: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