-
report system. Rar
report最新报表系统.rar-report system. Rar
- 2022-09-04 17:55:03下载
- 积分:1
-
自动求出任何一个数的cos值。可自动保留有效数字。
自动求出任何一个数的cos值。可自动保留有效数字。-automatically derive any of a number of cos value. Automatically retain effective figures.
- 2022-02-28 18:51:20下载
- 积分:1
-
Busca Minas
说明: buscaminas
- 2018-04-04 04:31:55下载
- 积分:1
-
Delphi 7.0 显示密码编辑框中的密码
Delphi 7.0 源代码示例演示:显示密码编辑框中的密码,也就是获取Edit组件中的内容,显示给用户,在代码编写时,可参考下边的几行代码:
L:=GetWindowTextLength(Edit1.handle)+1; //得到名字长度,并将长度加1
GetMem(Name,L);//为将要得到的名字分配内存
GetWindowText(Edit1.handle,Name,L);//得到名字
label1.Caption:=String(Name);//将得到的名字显示于Label1
FreeMem(Name,0); //释放分配的内存
完整的源代码请下载。
- 2022-04-06 19:23:17下载
- 积分:1
-
XLSReadWriteII-v5.20.27-xe3
5.20.27 xe3
! Defined names with non-ansi chars could cause problems.
! Wrong UTF-8 encoding on some pivot tables.
! When inserting rows, not all formulas where adjusted.
! Problem with hyperlinks to local files.
! Comments XLS files where not accessible the Comments property.
- 2015-02-25 03:00:55下载
- 积分:1
-
Trillian Pro 3.1.12.0 Instant messaging
Trillian Pro 3.1.12.0 Instant messaging
- 2022-08-10 17:03:14下载
- 积分:1
-
利用delphi软件做一个重启或关闭计算机的小程序。
利用delphi软件做一个重启或关闭计算机的小程序。-Delphi software using a restart or shut down your computer a small program.
- 2022-03-11 17:53:16下载
- 积分:1
-
cview
- 特别献给Delphi程序员!
献给delphi迷们的一个小礼物包!
程序员在编程中,有时要查看一小段网上下载源码,却要启动庞大DELPHI IDE,如果用记事本编辑程序则不太方便也不习惯,因为大家都习惯了IDE环境写东西,因此写了这个东东,能比较接近的模拟IDE环境,方便于查阅或修改程序源码,
综合考虑多个方面因素,设计这个程序的思路是小而精,启动速度要快,DELPHI IDE那些高亮设置要有,并增加了源码格式化功能,重点要突出,不要太花俏,更不能包罗万象,现在互联网上有很多工具软件,特别是初级程序员作品,都做得很花俏,虽然图文并茂内容丰富,却是为了做多而做多。但并不突所需要的功能。
我写这个东西,是因为我自己的需要,首先,再也不必为了修改一点小错误就打开Delphi IDE环境:
1、多种程序语言语法高亮度显示: 支持pas,vb,java,cpp.
2、源码格式化,支持pas源码格式化,JS源码美化.
3、可自定义文本高亮属性,
4、可个性化选择格式化显示习惯
5、支持鼠标拖放,鼠标右键。
6、熟练的程序员往往习惯用快捷键操作,
如ctrl+F 文件查找,
f3查找下一个
ctrl+D 格式化源码,
ctrl+O打开文件,
ctrl+s保存(Special dedicated Delphi programmers!
    Dedicated to the the delphi fans a little gift packs!
Programmers in programming, sometimes you want to view a short online download source, have to start huge the DELPHI IDE, If you use Notepad to edit the program is less convenient and not used to, because we all used to the IDE environment to write something, so he wrote this stuff, close to the analog IDE environment, easy access or modify the program source,
Consider multiple factors, the idea of the design of this program is small but, to start faster than the Delphi IDE highlighting settings have increased the source formatting features, emphasis should be prominent, not too fancy, not to inclusive, on the Internet there are many tools, especially the junior programmer works, have done very fancy, although the illustrated content rich, but it is to do more and do more. But it does not conflict the functionality required.
I wrote this thing, because my own need)
- 2012-08-11 16:05:56下载
- 积分: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
-
How to implement Windows CallBack with using delphi
How to implement Windows CallBack with using delphi
- 2022-03-11 16:50:16下载
- 积分:1