-
spcomport
elphi SPComm串口控件源码,支持delphi xe3
在delphi中选安装控件,然后编译运行
控件注册在cportlib组件分类中(elphi SPComm Serial control source to support the delphi delphi xe3 selected to install the control, and then compile and run the control component categories registered in the cportlib)
- 2013-07-22 11:46:20下载
- 积分:1
-
201151813193652
公司自己使用的抽奖程序.目前为繁体版.如果是简体版的字.只需要打开程序修改一下. 100 可以使用. 自己原创. (Company s own use of the lottery program now is Traditional. If it is simplified version of the word. Just need to open the program to modify it. 100 can be used. His originality)
- 2011-12-30 21:16:33下载
- 积分:1
-
对生物DNA进行两条碱基的比对,找出最小编辑距离,显示出联配结果(带界面变成源码)...
对生物DNA进行两条碱基的比对,找出最小编辑距离,显示出联配结果(带界面变成源码)-Of biological DNA bases to more than two right, to find the minimum edit distance, showing that the alignment results (with the interface into source)
- 2023-04-28 07:00:04下载
- 积分:1
-
TSpellers
Correcao ortografica em varios idiomas
- 2010-09-22 21:21:12下载
- 积分:1
-
VCL inheritance map. Pdf VCL library structural relationship
VCL 继承关系全图.pdf VCL库的结构关系-VCL inheritance map. Pdf VCL library structural relationship
- 2023-07-28 17:15:03下载
- 积分:1
-
20040916_1554_创建动画图标
20040916_1554_创建动画图标-20040916_1554_ create animation icon
- 2023-02-01 07:30:03下载
- 积分:1
-
spcomport
elphi SPComm串口控件源码,支持delphi xe3
在delphi中选安装控件,然后编译运行
控件注册在cportlib组件分类中(elphi SPComm Serial control source to support the delphi delphi xe3 selected to install the control, and then compile and run the control component categories registered in the cportlib)
- 2013-07-22 11:46:20下载
- 积分:1
-
programmer-notebook
程序员快速记录各种文本资料软件到数据库中,实现快速查找(A program s notebook for programmer to write down article!)
- 2012-02-09 21:47:29下载
- 积分:1
-
Delphi 使用Canvas美化ListBox列表项
Delphi 使用Canvas美化列表项,当用户鼠标单击ListBox列表项时,该列表项高亮显示,改变背景色,文字居中对齐,如图所示。
主要是使用了Delphi中的Canvas.FrameRect对其进行美化,具体代码有兴趣可参考:
Canvas.FrameRect(Clientrect);
if odSelected in State then
begin
Canvas.Brush.Color:=clRed;
Canvas.RoundRect(Rect.Left,Rect.Top,Rect.Right,Rect.Bottom,8,15);
setBkMode(Canvas.Handle,TRANSPARENT );
Canvas.TextOut((Rect.right-Rect.Left) div 2,Rect.Top,Items.Strings[Index]);
end
else
begin
Canvas.Brush.Color:=clSkyBlue;
Canvas.RoundRect(Rect.Left,Rect.Top,Rect.Right,Rect.Bottom,15,15);
Canvas.TextRect(Rect,Rect.Left,Rect.Top,Items.Strings[Index]);
end;
- 2022-06-01 23:33:23下载
- 积分:1
-
使用delphi编写的绘图程序,可以绘制各种图形并且改变颜色
使用delphi编写的绘图程序,可以绘制各种图形并且改变颜色-Delphi prepared to use drawing program, you can draw a variety of graphics and change color
- 2023-02-03 15:30:04下载
- 积分:1