-
史上最精致的APP登录界面
资源描述这是史上最精致的APP登录界面,此源码可帮助APP初学者进行UI界面的开发提供必备的知识和技能
- 2022-07-25 00:00:53下载
- 积分:1
-
VS2005应用程序界面美化,多种界面风格
VS2005应用程序界面美化,多种不同的界面风格-VS2005 Application Program Interface landscaping, a variety of interface styles
- 2022-08-07 04:01:22下载
- 积分:1
-
引导管理主题
应用背景引导管理主题,仪表板模板,或Web应用程序UI启动器。主题特征的各种自定义的jQuery插件添加扩展功能内置Bootstrap UI功能过去。关键技术引导,管理,主题,仪表板,模板,或Web应用程序UI启动器。
- 2023-05-09 13:15:03下载
- 积分:1
-
仪表控制
meter control
- 2023-03-17 06:05:03下载
- 积分:1
-
此程序能够实现的功能很多,有能够编辑静态文本框和编辑框都能对文字进行各种笑果处理,还有各种风格的按钮,列表框的滚动条等,并有不同的功能。...
此程序能够实现的功能很多,有能够编辑静态文本框和编辑框都能对文字进行各种笑果处理,还有各种风格的按钮,列表框的滚动条等,并有不同的功能。-this program can achieve a lot of functions, there can be static text editing box and editing text box able to laugh various fruit processing, and various styles of buttons, List of the scroll box, etc., and have different functions.
- 2022-04-10 02:51:41下载
- 积分: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
-
著名界面库cj60lib的源程序,通过此源代码,您可以了解很多界面方面的知识。...
著名界面库cj60lib的源程序,通过此源代码,您可以了解很多界面方面的知识。-Well-known interface library cj60lib source, the passage of this source code, you can learn a lot of the knowledge interface.
- 2022-08-14 07:17:50下载
- 积分:1
-
水平字幕的程序实例
水平字幕的程序实例-level subtitles examples of procedures
- 2022-12-25 13:50:04下载
- 积分:1
-
no compression password, which is used pb9.0
没有压缩密码,是用pb9.0 -no compression password, which is used pb9.0
- 2022-01-27 16:55:48下载
- 积分:1
-
一个利用MFC编写的类似于记事本的程序,能进行打开保存等操作...
一个利用MFC编写的类似于记事本的程序,能进行打开保存等操作-The use of MFC prepared a notebook similar to the procedure, can be preserved, such as open operation
- 2022-06-28 08:18:06下载
- 积分:1