-
used to achieve linear programming and operations research, common procedures si...
用delphi实现运筹学中线性规划通用单纯形程序-两阶段法-used to achieve linear programming and operations research, common procedures simplex-2 stage method
- 2022-06-19 21:22:30下载
- 积分:1
-
帝王登陆器源码,冰封早起的作品,编程好教材DELPHI
帝王登陆器源码,冰封早起的作品,编程好教材DELPHI
帝王登陆器源码,冰封早起的作品,编程好教材DELPHI
帝王登陆器源码,冰封早起的作品,编程好教材DELPHI
- 2022-02-09 14:24:03下载
- 积分:1
-
Jkouudaiio
网上收集的口袋西游挂源码,对做做挂的非常有帮助.
(Online collection of pocket Journey linked to source code, very helpful to do some hanging.)
- 2012-06-24 12:13:45下载
- 积分:1
-
最新内存泄漏控件 FastMM4.991
最新内存泄漏 FastMM4.991
- 2022-04-13 02:35:19下载
- 积分:1
-
编程Delphi7经典介绍。新的参考书。
DELPHI7经典入门编程。
新手参考书籍。-Introduction to Programming Delphi7 classic. New reference books.
- 2023-06-06 03:40:04下载
- 积分:1
-
Delphi高手突破,论述如何在delphi中使用面向对象编程方法,构建设计良好的程序。...
Delphi高手突破,论述如何在delphi中使用面向对象编程方法,构建设计良好的程序。-Delphi expert breakthrough on how to use delphi object-oriented programming methods, to build well-designed procedures.
- 2022-01-30 12:37:48下载
- 积分:1
-
Jedi Code Library JCL JVCL 组件包 JCL+JVCL超过300个组件的非可视/可视大型组件包。...
Jedi Code Library JCL JVCL 组件包 JCL+JVCL超过300个组件的非可视/可视大型组件包。-Jedi Code Library JCL JVCL kits JCL JVCL more than 300 non-visual components/visual components of large packets.
- 2023-07-19 18:25:05下载
- 积分: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项目案例导航,是个好东东,是学习开发的好案例-case navigation is a good Dongdong, is the development of good learning case
- 2022-08-18 22:12:29下载
- 积分:1
-
portio
PORTIO, read or write I/O ports in Windows.
- 2016-05-26 17:31:43下载
- 积分:1