登录
首页 » 界面开发 » Word

Word

于 2022-01-31 发布 文件大小:12.84 kB
0 151
下载积分: 2 下载次数: 1

代码说明:

Word-style Tooltips for Scrollbars 是我在网上找的,版权归原作者所有。-Word-style Tooltips for Scrollbars is what I find online, and belongs to original author.

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

发表评论

0 个回复

  • c++builder编程实现窗口闪烁的功能,即当一个窗口打时,如果你没有定位在该窗口,在该窗口将闪烁提示...
    c++builder编程实现窗口闪烁的功能,即当一个窗口打开时,如果你没有定位在该窗口,在该窗口将闪烁提示-c builder programming window flashing function, that is, when a window is opened, if you have no position in the window, the window will flicker suggest
    2023-03-30 06:50:03下载
    积分:1
  • MFC apppface
    这个程序讲述了,如何利用APPFACE优化自己做的软件的界面,3行代码帮你完美实现界面的优化,不用调用任何的代码,只是简单的加入头文件,lib和dll库,帮你完美实现
    2022-06-18 05:46:12下载
    积分:1
  • 一个用VC++6.0编写的表格控件,类似于Excell的表格控件。
    一个用VC++6.0编写的表格控件,类似于Excell的表格控件。-a VC 6.0 forms prepared by the control, similar to the Excel tables controls.
    2023-08-13 14:55:03下载
    积分:1
  • 在系统状态条上添加图标
    在系统状态条上添加图标-state of the system to add icons
    2022-10-09 18:00:08下载
    积分: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
  • 国际流行的风格
    国际流行的界面风格--圆角窗体-international pop style of interface-- Fillet Form
    2022-03-23 15:27:10下载
    积分:1
  • graphical user interface and programming examples IO code. Guaranteed uptime Oh!
    java图形用户界面及IO编程实例代码。保证可以正常运行哦!-graphical user interface and programming examples IO code. Guaranteed uptime Oh!
    2022-02-24 14:10:58下载
    积分:1
  • 这是一个用vc编写的很漂亮的编辑框程序,不需要解压密码
    这是一个用vc编写的很漂亮的编辑框程序,不需要解压密码 -vc prepared with a very nice frame editing procedures, not extracting passwords
    2022-08-03 00:35:22下载
    积分:1
  • windows标准的datetime控件的使用实例,用pelles C编写
    windows标准的datetime控件的使用实例,用pelles C编写-standard datetime control sample, program in pelles C
    2022-05-19 09:57:48下载
    积分:1
  • 精美焦点图片广告代码(js+css),
    精美焦点图片广告代码(js+css), -Fine focus of an image ad code (js+ Css),
    2022-12-13 20:35:03下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载