纸牌控件的编写(中)[2]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 xzhifei 的 blog

procedure cdtterm;

{$ifdef win32}stdcall;

{$endif win32}

function cdtanimate(adc: hdc; card: tcardid; x, y: tcoordinate;

  animateindex: word): bool;

{$ifdef win32}stdcall;

{$endif win32}

type

  tzfplaycard = class(tgraphiccontrol)

  private

    fcardid: tcardid;

    fdragging: boolean;

    fdragmove: boolean;

本文关键:PlayCard
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top