搜索资源列表
studentinformationmanagesystem
- 本文件为使用Delphi开发的学生信息管理系统,演示了如何使用BDE来开发数据库应用程序!-this document for the use of Delphi's student information management system, demonstrated how the use of BDE to develop database applications!
IntraWebMovie
- IntraWeb电影程序 B/S类型的演示 Delphi+Internet 开发的电影服务器 系统登录电影网站的用户名和密码都是admin 观看电影的最低要求: 请确保你的系统已经安装媒体播放器9.0和RealOne播放器并且得升级浏览器为IE6.0以上,且系统比较支持COOKIE. 程序占用了90端口.在运行时请确保此端口没被其它程序占用.
123
- 实验室仪器管理系统是我2000年11月编的一个程序,主要是帮助那些想用DELPHI快速开发数据库程序的朋友了解数据库程序的开发方法,程序并不复杂,使用Paradox7数据库配合SQL查询语言这种非常普遍的编程思路。(2001年3月整理源代码一次,加强了它的一些功能,版本升为1.1,不过不准备继续升级,毕竟是一个演示程序:)
taobao
- 淘宝平台的Delphi开发示例,演示了如何使用淘宝签名系统从淘宝获取交易记录。示例返回xml数据格式。-Delphi development platform Taobao example, demonstrates how to use the signature system Taobao Taobao obtain trading records from. Sample return xml data format.
PID-Delphi
- PID水量控制仿真演示系统-Delphi源代码及EXE.rar-PID control simulation shows the system of water-Delphi source code and EXE.rar
TAX_administraton
- 本系统为演示Delphi的功能而开发设计,系统中所涉及到的单位、公司名称均属虚构,若有巧合,纯属无意,在此致谦。 用户可以根据本实例作为学习资料参考,若应用于商业用途,应征得作者的同意 -Delphi demo of the system for development and design functions, the system involved in the unit, company names are fictitious, if coincidence is purely
c_demo
- 数据结构算法演示系统,c语言和pascal版-Data Structure Algorithm Demonstration System, c language and pascal version
2010112194214
- 水位PID自动控制仿真演示系统Delphi源代码 环境:DELPHI2010+IOCOMP4.02+WINXP -PID automatic control demonstration system level simulation environment for Delphi source code: DELPHI2010+ IOCOMP4.02+ WINXP
UpOnLine
- Delphi下C/S系统,客户端智能在线升级程序演示-Upgrade intelligent online demo
3971009BS_SMS_SDK_V1.7.1215
- 1)“接口库”为SDK库包其中: Release —— 发布的稳定库 Debug —— 为调试库 2)“演示代码”为测试代码目录。 (1) 测试代码中使用的库都是Release的版本。 (2) 如使用Debug库,需要设置环境变量GSMLIB_DEBUG等于2,则会在C:\下生成GSMModem.log文件。 若您在开发的过程中遇到问题,可以使用此方法获得GSMModem.log并发送给经销商,即可有 效的解决您的问题。 设置
yaoshi
- 演示怎么通过DELPHI控制程序修改系统字体质量,圆滑边缘等设置。-Demonstrates how to modify the system by DELPHI font quality control procedures, smooth edges and other settings.
demo
- 这是用Delphi写的一个退出程序特效,当你点击关闭的时候,程序慢慢的淡出,带着不情愿的忧伤,慢慢离你而去!你发现没,除了这个很酷的退出效果外,用来演示的主窗体其实也超不错,一个显示在背景图像上的透明时钟,随着系统时间适时走动,这两个小技巧感觉很实用哦-cool timer
1111
- 学籍管理系统,添加删除数据库演示,用于简单的数据库操作演示-School management system, add and delete database demo, demo for simple database operations
Delphi_203671
- Delphi:Delphi使用TreeView控件实现的导航界面,左侧的树控菜单就是基于TreeView控件,在一般的信息管理系统中,树形菜单使用广泛,通过本演示源码,你将学会不使用外部控件而实现Delphi窗体中的TreeView树控效果,我想是比较实用的源码例子。 -Delphi: Delphi TreeView control is achieved using the navigation interface, the tree control menu on the left is
Delphi_512341
- Delphi:Delphi简单的系统控制子系统演示程序,两个窗体在一起的,演示用子窗体控制主窗体,有最大化、最小化和关闭等功能,只能说是一个雏形,为Delphi新手提供参考吧。 -Delphi: Delphi simple system control subsystem demonstration program, two forms together, demonstrating the main form with a subform control, have to maximize
Delphishouxian
- Delphi限定程序的使用时限,程序逻辑:先判断是否初次运行程序,不是第一次运行,则判断当前的系统时间是否超出了使用期限,这里假定软件试用期限30天,此值可自定义,本源码仅演示这类程序的逻辑实现过程,有助于编写软件注册程序。-Delphi limited time, program logic: first determine whether the first running program, not the first operation, judging whether the curre
delphiaddmenus
- Delphi在系统默认的窗口菜单中添加自定义菜单项,在窗体标题栏的右键菜单中添加自定义菜单,这个源码功能主要是演示这一功能如何实现,超简单,面向Delphi的基础学者。-Delphi add custom menu item in the window menu by default system, add a custom menu in the window title bar and right-click menu, the source function is mainly to sh
Delphistatusbar
- 在Delphi编写的窗体状态栏中添加图标功能,而非Windows系统的状态栏图标,在你为你的程序设计的窗口状态栏,添加一个标准大小格式的图标,当然图标大小这个是可以调整的,如上图所示的演示窗口中,下边状态栏的图片就是一个图标,本源码主要演示如何将它添加到状态栏里面。-Add an icon in the status bar function form written in Delphi, but not Windows system icon in the status bar, the wi