资源列表
Delphi_074127
- 一个人事档案管理系统的Delphi软件界面模板,由明日科技提供的界面设计范例,用在一些信息系统上比较合适了。本套软件界面模板整体布局采用经典的三分布局,上边为主功能操作菜单,左侧为便捷的操作菜单,右侧则是主体内容操作区,如果你一时找不到好的界面模板,可以借鉴下本套界面模板哦。-Delphi software interface template file a personnel management system, from tomorrow interface technology to pr
Delphi_113876
- Delphi获得汉字拼音简码,就是根据汉字得到汉语拼音的首字母,拼音简写,缩写等,以上述为例:输入 源码爱好者 ,将得到拼音首字母为“YMAHZ”。以下是一些相关取拼音首字母的Delphi程序及类代码,希望对你有所帮助-Delphi get Pinyin short code, is based on characters get Pinyin initials, phonetic shorthand, abbreviations, etc., to the above example: Ent
Delphi_215886
- 基于Delphi的单向链表应用,演示了定义头节点、定义当前节点、刷新树、根据节点数据得到当前节点、添加头节点、插入节点、删除节点、删除尾节点、添加链表节点数据等基本操作,通过本示例可了解一些Delphi树控件方面的知识。-Based on Delphi singly linked list application that demonstrates the definition of the head node, the definition of the current node, refre
Delphi_231036
- Delphi验证身份证及性别是否匹配,验证身份证是否合法,是通过指定位数的身份证号码与用户所输入的性别是否匹配,来检测用户的身份证是否输入正确。因为大家都知道,身份证号里面的指定数字是代表性别男、女的,如果这数与所填写的身份证性别不符,则首先可判断出用户所填写的身份证号是错误的。 -Delphi verify identity and gender match, verify identity is legitimate, whether the matching digit ID numb
f
- Delphi写的字体窗口源码,用字体的轮廓显示出窗体的内容,有点艺术窗体的意思,不过要真正投入使用,还要做一些完善,本代码仅供参考。 -Delphi source code written in the font window, with the outline font to display the contents of the form, the art form is a little mean, but to really put to use, but also to do so
C
- Delphi中的TDBGrid多行数据操作例子源代码,附带有SQLSERVER数据库文件,测试前请先附加数据库,编译时可能有点慢,先连接数据库就好了。-The Delphi TDBGrid multiple rows of data operation example source code comes with SQLSERVER database file, please attach the database before the test, may be a bit slow at co
Delphi_354830
- Delphi图片传书,可以把一段文字真正加到一幅图片中,将文字变成图片后传输,把文字隐藏在图片中,两种功能:一是文字写入图片,二是从图片读出文字。图片格式需要是BMP,比较神奇的功能。不过使用本程序需要注意:字符最多不能超过图片长*宽的1/2。举个例子来说,800*600的图片,可以容纳24000个字符,或12000个汉字。-Delphi picture-book, you can put a piece of text really added to the picture, the text
Delphi_444201
- Delphi模拟鼠标操作示例代码,可模拟以下鼠标功能:移动鼠标、左键双击、左键单击、右键单击。源码可直接编译,无需第三方控件支持。- Delphi simulate mouse sample code, you can simulate the following mouse functions: move the mouse, double left click, left click, right click. Source code can be compiled directly,
m
- 一个检测判断IP是否合法的Delphi算法,也就是IP格式输入不对的话,会提示错误,重新输入,本例主要是帮助Delphi初学者实现在自己的程序窗口中验证IP地址,实例源码简单。 -A test to determine whether a legitimate IP Delphi algorithm, which is entered wrong IP format, then the error will be prompted to re-enter, in this case main
Delphi_628282
- 用Delphi打开浏览XML格式的数据库型文件用,浏览、打开XML文件,可按照XML的节点自动读取指定内容,示例文件夹的Data目录下,是供测试用的XML文件。有Delphi7的可直接打开FrmBrow.dpr文件重新编译项目源码,然后运行exe文件,打开Data文件夹下的XML文件就可看到数据了。-Open your browser XML format used by Delphi database type files, browse, open the XML file, you can
Delphi_651215
- Delphi让窗体控件随窗口大小而变化,你可以拖动改变窗口的大小,但窗口里面的按钮会随着窗体的变大而自动增大,代码中有一个处理窗体大小变化时的事件,来控制这些窗口控件的自适应变化功能。- Delphi Forms Control with the window size so that changes, you can drag to resize the window, but the window inside the button becomes larger as the form
Delphi_852534
- Delphi右对齐窗口标题文字,一般默认是显示在左边的,这下好了,文字都跑在最小化按钮的左边了,有意思吧,一个小技巧,是如何实现的,请参见本源码吧。-Delphi right-aligned window title text, usually the default is displayed on the left, which is great, the text ran minimize button on the left, and it is interesting, a little
