代码搜索:Dialog
找到约 10,000 项符合「Dialog」的源代码
代码结果 10,000
www.eeworm.com/read/175968/9523837
dsw dialog.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/175968/9523839
c dialog.c
/*===========================================================================
FILE: dialog.c
===========================================================================*/
/*==================
www.eeworm.com/read/175968/9523840
ncb dialog.ncb
www.eeworm.com/read/175968/9523841
plg dialog.plg
Build Log
--------------------Configuration: dialog - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\wanggs
www.eeworm.com/read/175968/9523842
mif dialog.mif
www.eeworm.com/read/175968/9523843
ilk dialog.ilk
www.eeworm.com/read/175968/9523845
bid dialog.bid
#ifndef DIALOGDEMO_BID
#define DIALOGDEMO_BID
#define AEECLSID_DIALOGDEMO 0x23904855
#endif //DIALOGDEMO_BID
www.eeworm.com/read/175968/9523846
opt dialog.opt
www.eeworm.com/read/175968/9523848
dll dialog.dll
www.eeworm.com/read/371984/9527248
js dialog.js
// 取通过URL传过来的参数 (格式如 ?Param1=Value1&Param2=Value2)
var URLParams = new Object() ;
var aParams = document.location.search.substr(1).split('&') ;
for (i=0 ; i < aParams.length ; i++) {
var aParam