-
RibbonDemo
Ribbon是一种以面板及标签页为架构的用户界面(User Interface),原先出现在Microsoft Office 2007及 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-16 02:15:30下载
- 积分:1
-
带刻度的进度条组件
应用背景在开发生产应用报表时,经常需要用进度条的形式显示当前的生产计划,本组件模仿刻度尺的样式,可根据需要显示天、周、月、年的计划完成情况,根据配置的颜色显示不同阶段的完成情况,每个阶段可点击。关键技术采用了javascript及CSS样式,可以进行二次封装
- 2022-02-20 09:12:14下载
- 积分:1
-
system tray procedures, a system tray kind of simple applications. Such direct a...
系统托盘程序,一个系统托盘类的简单应用。此类可直接使用-system tray procedures, a system tray kind of simple applications. Such direct access
- 2022-03-20 06:12:56下载
- 积分:1
-
33-66是:界面设计篇
67-84是:图形处理篇
85-100是:数值分析篇-33-66 is: interface design articles 67-84 is: graphics processing chapter 85-100 are: Numerical Analysis Section
- 2022-02-01 00:10:31下载
- 积分:1
-
VC源代码其它VckbaseWiz.zip
介绍如何制作APPWIZARD的程序范例
VC源代码其它VckbaseWiz.zip
介绍如何制作APPWIZARD的程序范例-VC source Other VckbaseWiz.zip how to produce APPWIZA examples of the procedures RD
- 2022-09-04 03:15:03下载
- 积分:1
-
程序运行前等待时间的跳转画面编程,停留时会根据程序的启动时间的长短而发生变化....
程序运行前等待时间的跳转画面编程,停留时会根据程序的启动时间的长短而发生变化.-running the waiting time before the Jump screen programming will stay the commencement of proceedings and the length of time change.
- 2022-03-03 22:35:44下载
- 积分:1
-
在对话框中添加一个静态文本,并加入超链接,点击启动IE打开超链接...
在对话框中添加一个静态文本,并加入超链接,点击启动IE打开超链接-in the dialog box to add a static text, and add hyperlinks, it started to open IE Hyperlink
- 2022-08-17 10:35:56下载
- 积分:1
-
可加入图像的组合框类
可加入图像的组合框类-be added to the portfolio image frame
- 2023-08-13 22:30:03下载
- 积分:1
-
DSP的例子,编译环境CCS,TMS320C54X线设备。tim320c5402 /…
dsp范例,在ccs环境下编译,tms320c54x系器件。tim320c5402/5410/5416/5420/5-dsp example, the compiler environment ccs, tms320c54x line devices. Tim320c5402/5410/5416/5420/5
- 2023-08-25 02:25:04下载
- 积分:1
-
java swing 上传文件源码
package test;
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFileChooser;
import javax.swing.JFrame;
public class Win extends JFrame {
JButton jb = new JButton("上传");
public Win() {
jb.addAction
- 2022-03-25 22:46:16下载
- 积分:1