-
一个仿office2007的工具条代码,很使用的控件代码,
一个仿office2007的工具条代码,很使用的控件代码,-office2007 an imitation of the tools code, is the use of the control code
- 2022-01-26 05:24:49下载
- 积分:1
-
delphi编写的异性纤维监测系统工控平台,包括主界面、控制按钮、和监测模块的功能接口...
delphi编写的异性纤维监测系统工控平台,包括主界面、控制按钮、和监测模块的功能接口-delphi prepared heterosexual Industrial Fiber monitoring system platforms, including the main interface, the control button, and monitoring the function module interface
- 2022-04-23 13:46:29下载
- 积分:1
-
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有...
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题.
原来是用DLL创建一个对象返回,但发现有很多的问题.
想了半天就去寻根问柳吧.
找到了类.
我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了?
找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功.
接着我又想看看其他的类是不是也能这样,就拿TFrame来实验.
function GetDllFrameClass():TFrame stdcall
第一次是这样声明的,失败.奇怪?!
试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的.
TFormClass = class of TForm
哎呀,恍然大悟!!
class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象
class of TFrame 声明的是类类型, f:TFrameClass 是一个类.
function GetDllFrameClass():TFrame
返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame
运行...成功,
- 2022-01-31 01:59:09下载
- 积分:1
-
fastreport 4.6.8 full source code
fastreport 4.6.8完全源码-fastreport 4.6.8 full source code
- 2022-05-20 07:15:31下载
- 积分:1
-
delphi学习的一个小控件的使用在Image控件中绘制文字
delphi学习的一个小控件的使用在Image控件中绘制文字
-delphi study the use of a small control Image control in the drawing text
- 2022-09-16 09:25:03下载
- 积分:1
-
delphi做的类似与属性编辑器一样的控件
delphi做的类似与属性编辑器一样的控件-delphi to do similar with the same Attribute Editor Controls
- 2023-04-18 18:20:03下载
- 积分:1
-
利用DELPHI 6.0软件及其提供的各种面向对象的开发工具,建立完整性强、安全性好的数据库,开发出功能完备,易使用的应用程序。经过调试、编译与实现,该程序界面...
利用DELPHI 6.0软件及其提供的各种面向对象的开发工具,建立完整性强、安全性好的数据库,开发出功能完备,易使用的应用程序。经过调试、编译与实现,该程序界面友好、程序设计风格朴素,使用起来美观大方、方便易用。尤其是系统的“信息设置模块”的功能极大的减轻工作人员的工作量,并以快速、准确等优点取代人工操作,提高了办公人员管理工作效率。-Delphi 6.0 and the use of object-oriented software development tools, the establishment of strong integrity, good safety database developed functions, easy to use applications. After debugging, Translation and the realization that the process friendly interface, simple programming style, using up aesthetic generous, convenient user-friendly. In particular system "installed module information" greatly reduce the function of the workload of staff, and rapid, accurate and advantages replace manually operated, and enhanced the efficiency of personnel management office.
- 2022-03-22 06:33:26下载
- 积分:1
-
拼音处理模块原理及补充说明:
原理:
根据操作系统拼音输入法的对照表。
提取出简单的单字对照表,用于待开发系统的拼音汉字转换。
主要用...
拼音处理模块原理及补充说明:
原理:
根据操作系统拼音输入法的对照表。
提取出简单的单字对照表,用于待开发系统的拼音汉字转换。
主要用途:输入拼音头的汉字检索
拼音对照表(简表)结构:
以汉字‘啊’的内码 B0A1(十六进制数) 为文件的零基点,依
次输入汉字对应的拼音头字母。没有汉字的区域用符号 @ 填充。
生成拼音对照表。
如何从系统中提取对照表:
操作系统的 开始->程序->附件->输入法生成器。
在输入法生成器中选择逆转换页。选择打开文件钮,在‘ WINDOWSSYSTEM’
目录下选择WinPy.mb文件。点逆转换钮。
转换后的文件在‘WINDOWSSYSTEM’目录下,文件名是“WinPY.txt”-phonetic processing module Principle and added : Principle : Operating System Pinyin input method comparison table. Extracted simple words comparison table to be used for the development of Chinese phonetic system conversion. The main purposes : first of the importation of Chinese phonetic alphabet access control (Summary) structure : in Chinese characters" ah "within yards B0A1 (hexadecimal number) to document the zero point, order input Chinese characters corresponding to the first phonetic alphabet. No Chinese regional @ filled with symbols. Generation Pinyin CRT. How to extract from the system control table : the beginning
- 2022-01-22 15:05:04下载
- 积分:1
-
EHLIB控件(用于BCD dephi)
EhLib delphi 控件(for bcd dephi)-EhLib controls (for bcd dephi)
- 2022-02-26 16:18:38下载
- 积分:1
-
binary tree traversal and storage
二叉树的存储与遍历-binary tree traversal and storage
- 2022-07-07 10:49:29下载
- 积分:1