-
三星E170手机改DM密码 三星E170手机改工程指令 三星E170手机改DM四位码
三星E170手机改DM密码 三星E170手机改工程指令 三星E170手机改DM四位码-Ho DM change passwords Ho Samsung phone works orders changed Samsung phones changed Ho DM 4 yards
- 2022-04-25 11:11:44下载
- 积分:1
-
映射标题栏按钮
提供绘制标题栏按钮的示例,您可以绘制各种自我绘制按钮所需的标题栏上。-这种情况下提供映射标题栏按钮,需要制定各种在来自该按钮。
- 2022-02-11 22:26:43下载
- 积分:1
-
css电子版,详细介绍了css的具体内容,比较齐全
css电子版,详细介绍了css的具体内容,比较齐全-css electronic version, detailing the specific content of the css, relatively complete
- 2022-02-01 18:53:45下载
- 积分:1
-
此代码实现在运行时修改控件属性的功能。在开发用户可自定义界面时会用到。...
此代码实现在运行时修改控件属性的功能。在开发用户可自定义界面时会用到。-This code in the run-time functions modify the control properties. In the development of custom user interface can be used.
- 2022-05-18 05:23:04下载
- 积分:1
-
计算器MVC
应用背景这是一个简单的计算器。它支持一些操作符,如加、减、乘、除。关键技术这是写在C #(Windows窗体)与MVC模式。
- 2022-09-04 18:15:03下载
- 积分:1
-
VISUAL C++ .NET 做的黑白棋源码。
开发平台visual stode .net2005
VISUAL C++ .NET 做的黑白棋源码。
开发平台visual stode .net2005
- 2022-03-12 12:04:36下载
- 积分:1
-
你好,这是一个很好的提示
hello,this is a very good tooltip
- 2022-08-08 19:16:53下载
- 积分:1
-
源程序实现了在状态条上镶嵌进度条,可显示进度状态。
源程序实现了在状态条上镶嵌进度条,可显示进度状态。-source achieved on the state of progress of the mosaic, showing the progress of the state.
- 2022-08-04 08:28:31下载
- 积分: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
-
A cool calendar control, schedule management spirit likeness outlook. Can make n...
一个很酷的日历控件,神似outlook的日程管理。可以做记事本便签等。这个控件(VC的源码)winner in Competition "MFC/C++ Jul 2005"。算得上codeproject的一个精品。特此与大家分享。-A cool calendar control, schedule management spirit likeness outlook. Can make notes, such as Notepad. The control (VC source) winner in Competition
- 2022-08-24 06:38:34下载
- 积分:1