CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - button class

搜索资源列表

  1. JiSuanQi

    0下载:
  2. java实现计算器,import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi { Frame f Label lab Button[] bt=new Button[29] JTextField t StringBuffer str //显示屏所显示的字符串 double x,y //x和y都是运算数 int
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-10
    • 文件大小:2428
    • 提供者:郭涛涛
  1. Embedded-in-the-desktop

    0下载:
  2. 使用说明:先使用Spy++等工具探测你指定的外部程序的窗口类名,然后在本软件的文本框中输入其类名,点击“嵌入”按钮,即可将其嵌入桌面。-Instructions for use: first use Spy++ other tools detect your external program specified window class name, and then in the software of its class name text box, click on the " Em
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:44447
    • 提供者:IamTheReal
  1. CButtonST

    0下载:
  2. CButton 加强类 功能丰富 扩张了很多Button功能-CButton strengthen class feature-rich expanded a lot Button functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:2393845
    • 提供者:曾欢
  1. up

    0下载:
  2. 一个实用的visual C#在线升级模块源代码,也称为是“自动更新”模块。主程序分为服务端和客户端,服务端主要是一个FTP服务器,客户使用的程序自带有客户端的功能,会自动连接服务器并判断是否有文件更新,若有,会给出提示让用户下载更新。C#在线升级模块的客户端主窗体启动时,从FTP服务器上下载软件升级文件,并与计算机上的当前版本相比较,如果有最新版本,则弹出“版本信息”窗体,并将新版本及软件的更新信息显示出来。 在“在线升级”模块客户端的主窗体中,单击“升级设置”按钮,弹出“定时升级设置”对话框,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-15
    • 文件大小:909937
    • 提供者:
  1. ButtonColor

    0下载:
  2. 自定义颜色按钮VC6类,可以实现多种颜色-Custom Colors button VC6 class, you can achieve a variety of colors
  3. 所属分类:Button control

    • 发布日期:2017-11-24
    • 文件大小:1880063
    • 提供者:张良杨
  1. PngBtton001

    0下载:
  2. 图片按钮类 带实例 PNG按钮 透明按钮 图片按钮 bmp按钮,在程序员联合开发网下载的PngButton类,感觉不是很实用,重新整合了一下,分享给大家。支持带通道png透明图层 以及bmp、jpg图片。在移植的代码的时候,要注意GDI+的初始化。-PngButton class for image button.support png alpha ,bmp,jpg.If you transplant this code,you need to intal GDI+ in the app C
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-22
    • 文件大小:17573746
    • 提供者:谷哥
  1. STATIC-SRIPTS

    0下载:
  2. o find train list, click on "Find Trains" option. The List of Trains show the number of trains available for that route. If you wish to know the route and the timings, click on the train name under the "List of Trains" option. To get the fare,
  3. 所属分类:JavaScript

    • 发布日期:2017-12-04
    • 文件大小:33039
    • 提供者:vivek
  1. simplewidgets

    0下载:
  2. The QAccessibleButton class implements the QAccessibleInterface for button type widgets Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5902
    • 提供者:revaivi
  1. MyTitleBar02

    0下载:
  2. MyTitleBar源代码,在Android定义Tab选项卡,实现了仿百度贴吧中的悬浮顶部和底部的标题栏效果,项目中含:源码+效果图+项目结构图,很不错的Android界面设计效果,代码中ISIBLE:0的意思是可见的 INVISIBILITY:4 意思是不可见的,但还占着原来的空间 GONE:8 意思是不可见的,不占用原来的布局空间。另外源码中还定义了许多功能实用的类和页面,比如:   MentionActivity.java 提醒Activity页面   MainActivity
  3. 所属分类:android

    • 发布日期:2017-05-16
    • 文件大小:4069450
    • 提供者:张三
  1. 7

    0下载:
  2. 面向对象编程MFC中基本信息对话框类各个按钮功能的实现的学习视频-Object-oriented programming in MFC dialog class the basic information of each button' s function to achieve the learning video
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:259985
    • 提供者:thofde
  1. 8

    0下载:
  2. 面向对象编程MFC基本信息对话框类各个按钮功能实现(2)的学习视频-Basic information about object-oriented programming MFC dialog class to achieve the various button functions (2) learning video
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:411622
    • 提供者:杜兰特
  1. database

    0下载:
  2. vc连接数据库, 1、启动VC、新建一个工程 2、在StdAfx.h中包含ADO组件 3、在应用程序的实现文件中初始化组件 4、在对话框类中加一个指向ADO连接对象的指针 5、在对话框的初始化函数中连接数据库 6、在提交按钮中写操作数据表的代码-vc connect to the database, a, start VC, create a new project 2, ADO components contained in StdAfx.h 3, in the app
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2580801
    • 提供者:盛文杰
  1. MFCClient

    0下载:
  2. 该部分是云台控制的模拟,有窗口的收缩,重载MFC基类实现按钮图标随鼠标点击变形,鼠标左键按下与弹起的事件响应。重载CButton类。-That part of the PTZ control simulation, with windows shrink, overloading MFC base class implementation deformation button icons with a mouse click, left mouse button pressed and boun
  3. 所属分类:Button control

    • 发布日期:2017-05-15
    • 文件大小:3638599
    • 提供者:xiaoxia
  1. Tray

    0下载:
  2. 控制台程序实现了右键关闭菜单+关闭按钮不可用+托盘,可以直接继承Tray.cs 类-Right console program implements the Close button to close the menu+ unavailable+ tray, you can inherit directly Tray.cs class
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:41828
    • 提供者:xi xiaofe
  1. drag-and-drop-images

    0下载:
  2. 该功能主要实现通过鼠标选中客户区中的图片,然后按住鼠标左键拖动,就可以看到此时图片会随着你的鼠标的移动而在客户区中移动。主要用到CRgn类来实现。-The function is mainly implemented through the mouse over the client area of the image, and then hold the left mouse button drag, you can see the picture with your mouse move a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:427947
    • 提供者:刘必玲
  1. q3button

    0下载:
  2. The Q3Button class is a compatibility base class of button widgets for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1151
    • 提供者:qunfueso
  1. qabstractbutton_p

    0下载:
  2. The QAbstractButton class is the abstract base class of button widgets, providing functionality common to buttons for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:9227
    • 提供者:duncindong
  1. qbuttongroup

    0下载:
  2. The QButtonGroup class provides a container to organize groups of button widgets for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2117
    • 提供者:zifingnei
  1. ButtonST_demo

    0下载:
  2. 本代码利用CButtonST类实现了按钮的风格变换,代码简单易懂,适合初学者-This code use CButtonST class implements the button' s style transformation, the code is simple to understand for beginners
  3. 所属分类:Button control

    • 发布日期:2017-05-12
    • 文件大小:2994046
    • 提供者:Darian
  1. Project2

    0下载:
  2. 为按钮注册监听器,有两种方法,其中一个是通过匿名内部类实现-For the button to register the listener, there are two ways, one is by an anonymous inner class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:7544
    • 提供者:anqi
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 27 28 »
搜珍网 www.dssz.com