关于流程图的(200分)

  • 主题发起人 主题发起人 fcom
  • 开始时间 开始时间
F

fcom

Unregistered / Unconfirmed
GUEST, unregistred user!
本人想做一个类似delphi开发环境中画流程的工具在delphi中有一工具diagram在代码编辑器的旁边
那位高手能给些建议谢谢了!!!!![:(]
 
开发一些图型控件即可
 
Delphi 的 不能保存双字节-如中文,痛苦中。
 
DevExpress有一套组件是专门开发流程图的,你去www.51delphi.com下载一个试试吧。

 
Devexpress orgchart

试过来着,感觉还不错。
 
你们说的控件都用过了好像没有那么理想还有没有其他好的控件,例子也行呀!!!
 
Express FlowChart
很好用,还有源码,到www.51delphi.com下.
 
flowchart我有还有没有其他的控件
 
如果你是用作商业用途的请回复 lb3141@163.com 我已完成代码的编写并投入使用
否则,我心有余而力不足
 
建议你使用矢量图形控件CadoDraw,下面是它的简介:
CadoDraw for Delphi is a development tool for creating graphical user interfaces.
By combining a Delphi form with the CadoDraw components, it will only take a few minutes for you to create the basic structure of a mouse-driven user interface which offers the following options to users of your applications:

?generating widely-varying types of graphical objects on a drawing canvas.
?generating linked objects.
?post-linking of objects.
?moving, deleting and editing the objects which have been generated.
?view scale can be modified.
?scroll bars are adapted automatically.
?loading, storing and printing of the drawings created.

The basic structure can be varied and refined in many ways by changing the settings in the object inspector and adding appropriate code in the event handlers.

You can also define your own objects and integrate them in CadoDraw.
 
要是任务逼迫,公司可以买控件,就用控件吧,想练练技术,就一起讨论如何写代码。
fromicbc@sina。com
 
我看过了!效果不满意!不知楼上的是否有意做呢!我这有个演示的,演示中就差连接线!
有意的话我会给你发过去的^-^!留下Email!费用问题看完后在谈!不知意下如何!
 
FlowChart好是好,不过好像一般都不是很对胃口,所以最好自己做
自己用几个TList维护节点、连线数据
在一个画板中将这些节点、连线画出来
画板提供一系列的坐标转换,保存,放大缩小,拷贝粘贴的功能,
具体可以参考FlowChart相关代码,
 
to windbell:能给我一份CadoDraw的源码吗?谢谢!我现在正在作一个矢量图绘制软件。
gangyizhu@163.com
 
Express FlowChart
自己改一改,很不错
我就利用它开发的图形化流程设计器
 
to windbell:
能给我一份CadoDraw的源码吗?谢谢!我现在正在作一个矢量图绘制软件。
wqt0318@sohu.com
 
后退
顶部