登录
首页 » Delphi » lua5.3_Delphi

lua5.3_Delphi

于 2021-05-06 发布 文件大小:151KB
0 343
下载积分: 1 下载次数: 99

代码说明:

  delphi LUA5.3调用方法,本人亲测,并在使用中的代码。有兴趣的可以下载试下。(Delphi LUA5.3 method is called, I close test, and in the use of the code. Interested can download to try next)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vclskin503
    VCLSkin 是Delphi应用程序的扩展VCL类库用来制作用户界面的皮肤。不像其他的部件,要变换应用程序的皮肤,必须修改源代码重新编译,VCLSkin可以变换现有应用程序的皮肤不用修改源代码。 VCLSkin自动变换应用程序中的各种窗口的皮肤。包括Delphi Forms, MDIForm和通常的Windows对话框(MsgBox,Open/Save,Font,Print),甚至Exception对话框。 VCLScrin不仅支持Delphi标准控件,也支持许多第三方控件,例如TMS Grid pack, EnLib Grid, Developer Express QuantumGrid。对于那些想让现有软件换肤的人来说,VCLSkin是最理想的选择。最酷的是,它使用现有的VCL部件。 本软件包含了全部源程序,支持Delphi5,6,7等各种版本,根据自己的环境并入到自己的软件中,还提供了演示程序,获得直观效果。(VCLSkin is an VCL library that extend Delphi application with skinnable user interface . Unlike other skin component that you must modify source code to build skinnable application, VCLskin can skin existing application using VCL components without source code modification. VclSkin automatically skin kinds of windows in application, include Delphi forms,MDIform and common Windows dialogs (MsgBox,Open/Save,Font,Print), even the Exception MsgBox. Vclskin not only support Delphi standard controls, but also support many third-party component, such as TMS Grid pack, EnLib Grid, Developer Express QuantumGrid. It is an excellent choice for those wanting to skin existing applications. The cool thing is that it uses existing VCL components.)
    2010-08-07 20:31:40下载
    积分: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
  • TipKit
    说明:  功能: 本软件属于桌面提示小工具,可按设定的时间提示你想提示的任何事情。 详细功能: 1、本软件可单独按某个设定时间提示,也可按一系列设定时间依次提示,缺省为自动全部提示; 2、本软件一运行即最小化,仅在托盘菜单中留有喜羊羊头像的小图标。左键使其显示,右键可进行相关设置; 3、本软件运行时会检查提醒时间配置文件(TipTime.txt),如果不存在,则读入缺省设置,否则从配置文件读取提示信息; 4、本软件可自由新增或者更新提醒时间和提醒内容,但要记得保存一下。系统会自动将最新配置信息存入配置文件。 如果删除配置文件,新增配置信息将全部丢失; 5、本软件会将新增或更新的配置信息动态加入到设置子菜单中去,方便快速设置,并且改为按新增时间提示; 6、本软件可注册为随机启动; 7、提示信息将会在设定的时间内从窗口右下角从右至左慢慢移出,会在桌面上逗留10秒中,然后悄悄消失;(a timer-tip tool for windows.)
    2011-04-10 10:29:17下载
    积分:1
  • md5
    des加密,c#加密,还想知道什么,请上载^o^(DES encryption, c# encryption, also want to know what, please upload ^o^)
    2018-10-10 18:00:59下载
    积分:1
  • dz3.4超好看的西瓜模板和全套插
    说明:  插件、模板、小清新、成品、PHP、控件源码、好看(Plug-in unitTemplateSmall FreshFinished Products)
    2020-06-17 09:40:01下载
    积分:1
  • nthouse
    说明:  文件名称:一个房屋中介管理系统 这是我去年下半年闲得没事写的一个中介管理系统,支持多用户有不同的权限 采用MDI界面 由于没有打包,所以要配置ODBC 别名:nthouse 初始化密码均为空(file names : a housing management system intermediary This is the second half of last year, I got nothing to write an intermediary management system, support multiple users have different powers MDI interface using the absence of a package, to configure ODBC alias : nthouse initialization code are empty)
    2006-04-12 05:04:53下载
    积分:1
  • MapXForIform)
    说明:  delphi编写map程序的一个有多个特性的例子,可以使用它的特性。(delphi process to prepare a map there are several examples of properties, you can use its features.)
    2009-08-21 09:18:59下载
    积分:1
  • DelphiSQL
    Delphi:一个Delphi与SQL数据库开发三层结构实例,分为服务端和客户端程序,整体上简单,同样适合Delphi初学者、入门者参考研究。 (Delphi: a three-tier structure instance Delphi database development and SQL, divided into server and client programs, the overall simple, equally suitable for Delphi beginners, beginners reference study.)
    2014-07-23 20:25:36下载
    积分:1
  • 7.1-Delphi数据库模糊查询功能的改进
    本人上传的内容是有关DELPHI设计数据库的资料。运用DELPHI7.0来开发数据库,(I upload the contents of the Delphi design of information in the database. DELPHI7.0 used to develop the database,)
    2005-04-07 20:49:41下载
    积分:1
  • Delphi
    Delphi:Delphi编程实现多数据表关联的实例,多表关联在数据库编程中比较重要,希望通过这个实例能让一些初学Delphi与数据库操作的朋友找到多表关联的方法。 (Delphi: Delphi programming examples associated with multiple data tables, multi-table associated with the more important in database programming in the hope that through this example to make some beginner friends Delphi and database operations to find multi-table associated methods.)
    2014-08-06 22:56:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载