⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 define.pas

📁 Delphi中处理线程池的一个组件,非常好用.
💻 PAS
字号:
unit Define;

interface

const
  ABtnEnable : array[0..2,0..3] of Boolean = ((True, False,False,False),
                                              (False,True ,False,True ),
                                              (False,False,True ,True )
                                             );
var
  ColToSort : Integer;
  bUp : Boolean;

type
  TBtnStat = (bsNull, bsRunning, bsPaused);
  TBtnType = (btStart,btPause,btGoon,btStop) ;

  PCheckProxyParam = ^TCheckProxyParam;
  TCheckProxyParam = record
    IP : array[0..14] of Char;
    Port : Integer;
  end;

implementation


end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -