联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 按钮控件(9) 
按平台查找All Visual C++(9) 

[按钮控件] rpteacdievx

字幕滚动效果,巧用时钟控件实现字幕在屏幕从左到右连续滚动路径城的用法 (2018-02-16, Visual C++, 22KB, 下载1次)

http://www.pudn.com/Download/item/id/1518751121264925.html

[按钮控件] Demo8

写一个应用程序,要求编写一个Panel的子类MyPanel,MyPanel中有一个文本框和一个按钮,要求MyPanel的实例作为其按钮的ActionEvent事件的监视器,当单击按钮时,程序获取文本框中的文本,并将该文本作为按钮的名称。然后再编写一个Frame的子类,即窗口。窗口的布局为BorderLayout布局。窗口中添加两个MyPanel面板,分别添加到窗口的东部区域和西部区域
MyPanel.Java package cn import java.awt.* import java.awt.event.* public class MyPanel extends Panel implements ActionListener{ TextField tf Button bt public MyPanel() { tf=new TextField(10) bt=new Button("按钮") this.add(tf) this.add(bt) this.setLayout(new FlowLayout()) bt.addActionListener(this) this.setVisible(true) } public void actionPerformed(ActionEvent e) { if(e.getSource()==bt){ bt.setLabel(tf.getText()) } } } MyFrame.Java package cn import java.awt.BorderLayout import java.awt.Frame import java.awt.event.* public class MyFrame extends Frame { MyPanel p1,p2 public MyFrame() { p1=new MyPanel() p2=new MyPanel() this.setLayout(new BorderLayout()) this.add(p1) this.add(p2) this.setBounds(100,100,400,200) this.setVisible(true) this.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent arg0) { System.exit(0) } }) this. (2012-06-21, Visual C++, 4KB, 下载3次)

http://www.pudn.com/Download/item/id/1919529.html

[按钮控件] 8Games

用VC++编写基于文档/视图结构的Windows应用程序,基于文档/视图结构的八数码游戏,在娱乐中学习编程
Written with VC++ based on the document/view architecture of Windows applications, based on the document/view architecture of the eight digital games, learning programming in entertainment (2011-12-09, Visual C++, 4317KB, 下载4次)

http://www.pudn.com/Download/item/id/1725934.html

[按钮控件] qyzngj

一个娱乐的小程序。适合送给你的程序员女朋友
A fun little program. Give your girlfriend for programmers (2011-05-08, Visual C++, 149KB, 下载7次)

http://www.pudn.com/Download/item/id/1523194.html

[按钮控件] Button

各种Button风格,看有没有你想要的,这是我经过很长时间积累的,呵呵想信回有适合你的。
Button various styles, to see whether you want, this is a very long time I have been accumulated,呵呵believe there is a suitable back to you. (2009-01-14, Visual C++, 1610KB, 下载39次)

http://www.pudn.com/Download/item/id/630982.html

[按钮控件] 1020

你这是地晨地地要城的一上要地要一有和要 一枯五 上上厅城
This is the way you want morning to a city must have to a have and have a litter of five on the Office of City (2008-12-15, Visual C++, 94KB, 下载1次)

http://www.pudn.com/Download/item/id/605447.html

[按钮控件] cn700_vc45888224441

软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决, 实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 //====================================================================== 程序还用了Active Skin 对程序进行了换肤 (2008-07-05, Visual C++, 968KB, 下载7次)

http://www.pudn.com/Download/item/id/505063.html

[按钮控件] DialogText

消息对静态变量的影响,消息发送到现成上,同过一个线城
news of static variables, ready to send information on the same line over a city (2005-07-14, Visual C++, 37KB, 下载9次)

http://www.pudn.com/Download/item/id/103154.html

[按钮控件] db_record

db_record 是一套专门针对配送行业实现销售管理的软件系统,全面适用于物流配送领域中的各级各类经营企业(如:纯净水、煤气、牛奶等等)。该软件完美紧密跟踪配送业务的特点;实现完善的销售管理;生成丰富多样的销售报表;具有严密的操作使用权限控制;应用最新独特的来电显示技术。本软件采用大型网络数据库C/S结构,保证20台客户端电脑连接流畅稳定。 1、业务(收入、支出)处理模块:配送业务的开票、收款、收空包、核对入帐等。 2、查询汇总:业务流水记录、数十种组合方式的汇总统计。 3、排行榜:与应收、实收、欠收及日期段任意组合,按配送员、客户、商品排序。 4、报表输出:数十种销售报表随意输出为Excel格式。 5、费率设置:多种客户销售价格以及配送工报酬计算方式。 6、人员信息:包含软件操作员、员工、客户等基本信息。 7、数据库处理:新套帐的建立、数据备份及还原、数据提交与回滚等。
db_record is a set of industry-specific distribution sales management software system, applicable to the field of logistics and distribution of various business enterprises at all levels (eg : clean water, gas, milk, etc.). Perfect the software distribution business to closely track the characteristics; To achieve the perfect sales management; Generate a variety of sales statements; With tight control authority to operate; The unique application of the latest technology CND. The software uses large network database C/S structure, and ensuring Taiwan's 20 client computers with the smooth stability. 1, (income, expenditure) processing module : Distribution of invoicing, receivables, or air packs, such as credit check. Two inquiries summary : water business records, dozens of combinatio (2005-07-14, Visual C++, 10KB, 下载73次)

http://www.pudn.com/Download/item/id/103051.html
总计:9