-
libraryms
功能简介:用户管理:添加用户,修改密码,注销用户
图书管理:增加图书,修改图书,删除图书,查询图书
借书证管理:办理借书证,修改借书证,挂失借书证,查询借书证
借阅与归还:借阅图书,归还图书,查询借阅与归还情况
借书证管理:办理借书证,修改借书证,挂失借书证,查询借书证
借阅与归还:借阅图书,归还图书,查询借阅与归还情况
(Features: User management: add users, change passwords, log off the user library management: increasing Books, modify books, remove the books, check books library card management: for a library card, library card changes, report the loss of library card, library card to borrow and return query : to borrow books, return books, check library card to borrow and return management of the situation: for a library card, library card changes, report the loss of library card, library card to borrow and return the query: to borrow books and return books to borrow and return the case query)
- 2010-11-25 11:58:48下载
- 积分:1
-
Color-Constants-in-Delphi
Color Constants and Effects in Delphi
- 2016-12-21 20:08:45下载
- 积分:1
-
PrintText
Delphi PrintText打印文本文件内容,编程学习源码,很好的参考资料。(Delphi PrintText prints a text file content, learning programming source code, a good reference.)
- 2013-12-31 10:16:32下载
- 积分:1
-
fjqspgl
说明: 漂亮,美丽的风景区售票系统,代码完整,无误,功能全部可以实现。(Beautiful, beautiful scenic areas ticketing system, code complete, accurate, all functions can be achieved.)
- 2010-03-29 17:49:57下载
- 积分:1
-
fanyi
毕业设计中的外文翻译,基于Delphi的人力资源管理系统(Graduation in foreign language translation, Delphi-based human resource management system)
- 2013-06-03 09:47:29下载
- 积分:1
-
update
delphi 自动升级程序精简版,支持断点下载(delphi auto update)
- 2011-01-12 09:18:58下载
- 积分:1
-
llPDFDelphiTrial
Delphi的PDF开发控件,llPDFLib是一个100 的Object Pascallibrary,用于创建PDF文档。用它创建PDF文档不使用任何DLL和其他第三方软件。llPDFLib包括TPDFDocument组件并带。-(llPDFLib is pure Object Pascal library for create PDF documents. This library doesn t use any DLL or external third-party software to generate PDF files. Library includes TPDFDocument component with properties and methods like Delphi s TPrinter but designed to generate a PDF file.
Features:
Real Canvas.Handle (HDC)
Acroforms (buttons, radiobuttons, checkboxes, comboboxes, text input fields)
Watermarks
Thumbnail
JavaScript
Encryption
Outlines (with support russian, turkish, baltic, east europe, greek, CJK languages)
Compression
Image compression
Hyperlink
Annotation(with support russian, turkish, baltic, east europe, greek, CJK languages)
Embedding True Type fonts
Support CJK fonts
Emulation of the Underline and StrikeOut font style
Emulation of the Bold and Italic font styles for True Type fonts where this styles not present
present output into Stream for work with CGI/ISAPI applications
filters for QReport,FastReport and Report Builder.
and much, m)
- 2011-08-05 15:07:32下载
- 积分:1
-
bee
c++ library for zic-bee controller
- 2014-03-19 19:37:27下载
- 积分:1
-
WMP_for_Delphi 10.2_Tokyo
Delphi 10.2_Tokyo系统WMP播放器插件(Delphi 10.2_Tokyo WMP Control)
- 2017-08-13 21:51:15下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1