?? define.pas
字號:
unit Define;
interface
uses
SysUtils;
type
TBtnStat = (bsRunning, bsPaused, bsNull);
const
PRODUCT_NAME = '奧運歌曲投票器LY版';
REG_KEY = 'flying99koo';
IMG_CODE_PATH = 'ImgCode\';
ENGINE_URL = 'http://qianghua.greatweb.cn/blog/';
var
AppPath : string;
RndSeed : string;
bUseProxy : boolean;
strProxyHost : string;
strProxyPort : string;
bNeedAuth : boolean;
strProxyUser : string;
strProxyPass : string;
strRegCode : string;
TimeTick : Integer;
bIsReg : boolean;
implementation
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -