流程图控件
unit ArrowGraphicControlTL; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Menus;//,bsSkinCtrls; type TArrowDirection=(adUp,adDown,adLeft,adRight,adleftX,adRightX,adX,adLine,adLineX,adLineY, adLineXX,adLineYY,adLineZ); TArrowGraphicControlTL=class(TCustomControl) //TCustomControl,TGraphicControl,TbsSkinPanel private FPen:TPen; FBrush:TBrush; FColor:TColor; FArrowHeight:integer; FFilled:Boolean; FDire ction:TArrowDirection; FArrowDblClick:TNotifyEvent; FPopMenu:TPopupMenu; procedure SetPen(Value:TPen); procedure SetBrush(Value:TBrush); procedure SetColor(Value:TColor); procedure RepaintRequest(Sender:TObject); procedure SetArrowHeight(Value:integer); procedure SetFilled(value:Boolean); procedure SetDirection(Value:TArrowDirection); //消息处理双击 procedure WMLButtonDlbClk(var Msg:TWMLButtonDblClk); message wm_LButtonDblClk; //消息处理双击 protected procedure Paint;override;
文件列表
流程图控件.rar
(预估有个22文件)
cXArrowGraphicControlTL
__history
ArrowGraphicControlTLPK.dpk.~2~
584B
ArrowGraphicControlTL.pas.~108~
16KB
ArrowGraphicControlTLPK.dpk.~3~
608B
ArrowGraphicControlTL.pas.~113~
16KB
ArrowGraphicControlTL.pas.~110~
16KB
ArrowGraphicControlTL.pas.~107~
16KB
ArrowGraphicControlTLPK.dpk.~1~
576B
ArrowGraphicControlTL.pas.~109~
16KB
用户评论