登录
首页 » 界面开发 » 系统设置时间和日期。撒对话框时间啊活动空间撒。声卡了很多。...

系统设置时间和日期。撒对话框时间啊活动空间撒。声卡了很多。...

于 2022-06-27 发布 文件大小:5.31 kB
0 277
下载积分: 2 下载次数: 1

代码说明:

系统设置时间和日期。撒对话框时间啊活动空间撒。声卡了很多。-System setup time and date. Dialog time ah Caesar Caesar space. A lot of sound card.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DNN(DotNetNuke)是一款网站内容软件 皮肤源代码,
    DNN(DotNetNuke)是一款网站内容软件 皮肤源代码,-DNN (DotNetNuke) is a site skin software source code,
    2023-03-16 12:55:04下载
    积分:1
  • 欧姆龙USB通讯
    应用背景 通讯协议 AB 00 11 80 00 02 00 00 00 00 00 00 6F  04 01 FF FF 02 03 B2 AB 00 11 80 00 02 00 00 00 00 00 00 00 04 01 FF FF 04 03 45 AB 00 10 80 00 02 00 00 00 00 00 00 A3  04 02 FF FF 03 E4 AB 00 10 80 00 02 00 00 00 00 00 00 00 04 02 FF FF 03 41关键技术 很详细的欧姆龙USB通讯 VS2012 VB.NET语言 很详细的欧姆龙USB通讯 VS2012 VB.NET语言 很详细的欧姆龙USB通讯 VS2012 VB.NET语言 很详细的欧姆龙USB通讯 VS2012 VB.NET语言 很详细的欧姆龙USB通讯 VS2012 VB.NET语言
    2022-05-27 16:38:41下载
    积分:1
  • 玩过红警的人不少,但是想自己编写他的人不多,我这个程序实现了基本的一个功能,用C#写的,花了半年时间....
    玩过红警的人不少,但是想自己编写他的人不多,我这个程序实现了基本的一个功能,用C#写的,花了半年时间.-红警played a lot of people, but he would like to have written not many people, I realized this process as a basic function, using C# to write, and spent half a year.
    2022-02-05 20:33:53下载
    积分:1
  • 老外写的stringgrid的填色源码
    老外写的stringgrid的填色源码-foreigner written logs of coloring FOSS
    2023-01-14 17:40:03下载
    积分:1
  • 滚动条 提供学习js特效的用户使用,很有意思
    滚动条 提供学习js特效的用户使用,很有意思-Scroll bar
    2023-09-07 04:20:03下载
    积分:1
  • Here, this a source code to init VESA graphic mode! It can init graphic in 1028x...
    Here, this a source code to init VESA graphic mode! It can init graphic in 1028x768 pixel resolution!-Here, this is a source code to init VESA graphic mode! It can init graphic in 1028x768 pixel resolution!
    2022-07-24 06:19:45下载
    积分:1
  • 把任何(夸张了点)窗口放到系统托盘中,例如outlook express的主窗口...
    把任何(夸张了点)窗口放到系统托盘中,例如outlook express的主窗口-Any (exaggerated point) window on the system tray, for example, the main window of outlook express
    2023-03-31 07:00:03下载
    积分:1
  • 自动隐藏任务栏,可以自动的隐藏任务栏,这是一个小程序,有时候还是比较有用的,能够启思维...
    自动隐藏任务栏,可以自动的隐藏任务栏,这是一个小程序,有时候还是比较有用的,能够启发思维-Auto-hide the taskbar to automatically hide the taskbar, this is a small program, and sometimes it is quite useful to be able to inspire thinking
    2022-02-20 07:38:00下载
    积分:1
  • 使用Qt处理图片资源
    Use Qt in image development.  QPixmap largepixmap;  QPixmap smallpixmap;  QPixmap maskpixmap;  QPixmap zoompixmap;  QPoint offset(0,0);  QPoint dragpos(150,150);  QPoint set(90,50);    //加载图片:  largepixmap.load("ImagesMainGui.png");  smallpixmap = largepixmap.scaled(largepixmap.size()/1.2);  maskpixmap.load("ImagesMainGui.png");    //绘制底层图片(非放大镜区域图案):  QPainter painter(this);  painter.drawPixmap(offset,smallpixmap);  painter.end();  //计算放大区域圆形的半径及所占矩形面积     int dim = qMin(width(), height());  int magnifierSize = dim * 5 / 6;  int radius = magnifierSize / 2;  int ring = radius - 15;  QSize box = QSize(magnifierSize, magnifierSize);
    2022-02-09 22:59:08下载
    积分:1
  • Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们...
    Convert CHtmlView to CHtmlCtrl CHtmlView和我们最终生成的CHtmlCtrl到底有什么区别? 其实,区别仅仅是它们被使用的方法不同.控件通常是对话框里的子窗口---当然你可以把它作为 任何窗口的子窗口.然而View却是专门为了实现MFC 文档视图结构而设计的.一个View有一个指向 Document的指针并且被固定在一个特别的窗口里---人称:框架窗口(CFrameWnd). 对于Document来说,CView是它可以从形态上被表现的场作.但,指向Document的指针 m_pDocument可能是NULL,所以每当我们在View里处理Document的时候,这么做是明智的: -Convert CHtmlView to CHtmlCtrlCHtmlView with us in the end the final generated CHtmlCtrl What is the difference? In fact, the distinction is that they only be used in different ways. Control is usually a sub-dialog window- of course you can put it as a child window of any window. However View it is specialized in order to realize the structure of the document view MFC designed. a View has a point to Document pointer and was fixed in a special window- known as: frame window (CFrameWnd). For Document for, CView is that it can from the morphology was the performance of the market for. However, indicators point to Document the m_pDocument may be NULL, so whenever we d
    2022-05-31 00:40:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载