-
这是一个非常漂亮的自绘按钮控件,可以直接应用于工程,使用起来很方便。...
这是一个非常漂亮的自绘按钮控件,可以直接应用于工程,使用起来很方便。-This is a very nice self-painted button control that can be directly applied to engineering, very easy to use.
- 2023-05-11 14:00:04下载
- 积分:1
-
模拟银行客户端程序
健表脚本如下:
create table
tzh_account(userid int ,cqje int ,sfcq int, czy int ,sj date);
create table
tzh_sumup(userid int primary key ,ye
int);
create sequence
userid increment by 1 start with 1;
程序运行,在windows下首先配置数据源
然后点击图标即可。
- 2023-01-05 02:40:03下载
- 积分:1
-
vc++编写的界面源代码,全部自绘,功能及其强大,想学界面编程的一定要看...
vc++编写的界面源代码,全部自绘,功能及其强大,想学界面编程的一定要看 -vc++ to prepare the interface source code, all the self-painted, functional and powerful and want to learn programming interface must see
- 2022-12-19 16:20:03下载
- 积分:1
-
ANAESTHESIA FEEDER FOR PATIENT WITH SALINE STATUS
- 2022-03-16 20:30:00下载
- 积分:1
-
GUI对supervisao德温
应用背景对一个supervisao Sistema卡里多法瑟大温维达德嗯传感器LM35处理chamado阙亿思达conectado UM Arduino Uno,OS墙裙entao骚enviados对位O sistema de supervisao阙FOI卡里多EM Python Tkinter usando一图书馆。O墙裙骚obtidos atravez de BIBLIOTECA Pyserial模块处理配置。futuramente血清integrado outras tecnologias科莫:Bancos de墙裙,sqlite3,E graficos usando一bilioteca MatPlot关键技术他对criar SISTEMA DE supervisao德温欧盟FIZ USO去嗯传感器terminco LM35,乌玛Placa de prototipagem chamado Arduino Uno,一个图书馆做Python Tkinter,旋毛虫病,E ;串行chamada UMA BIBLIOTECA de comunicacao Pyserial模块处理配置。
- 2022-01-22 14:39:12下载
- 积分: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
-
SKIN控件.....制作皮肤
SKIN控件.....制作皮肤-SKIN controls the production of skin .....
- 2023-08-07 12:05:03下载
- 积分:1
-
界面豪华的Windows Vista登录,可以通过此列制作出自己个性的界面。...
界面豪华的Windows Vista登录,可以通过此列制作出自己个性的界面。-Interface of the Windows Vista registry luxury can be produced through this out their own personalized interface.
- 2023-05-22 05:50:02下载
- 积分:1
-
一个JAVA做的音频播放器,能够播放MID格式的音频文件,能够控制音乐的流量和声音的大小...
一个JAVA做的音频播放器,能够播放MID格式的音频文件,能够控制音乐的流量和声音的大小- JAVA does the audio frequency player, can broadcast the MID
form the audio frequency document, can control the music the current
capacity and the sound size
- 2022-03-10 23:17:29下载
- 积分:1
-
实现属性页,很简单,对初学者有用啊 这里不知有没有,
实现属性页,很简单,对初学者有用啊 这里不知有没有,-achieve attribute pages, very simple, useful for beginners ah here I wonder if there is,
- 2022-04-13 16:56:28下载
- 积分:1