代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/268861/11117362
cpp msgbox.cpp
//#include "MsgBox.h"
#include "stdafx.h"
CMsgBox::CMsgBox() // Constructor
{
m_nType = 0;
m_bActive = FALSE;
m_bInited = FALSE;
m_bSet = FALSE;
}
CMsgBox::~CMsgBox() // Destructor
www.eeworm.com/read/268861/11117390
h msgbox.h
#ifndef _MSGBOX_H_
#define _MSGBOX_H_
//////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
www.eeworm.com/read/412439/11199617
html msgbox.html
对话框的模拟演示
body {margin:0px;font-size:12px;}
button {background:url(img/buttonbg.gif);width:6
www.eeworm.com/read/335364/12533093
js msgbox.js
function msgBox(who)
{
var value;
var strURL;
var strWin ="dialogWidth:200";
switch(who)
{
case "optArea":
strURL="../Dialog/OptArea.aspx";
break;
case "optUser":
s
www.eeworm.com/read/335364/12533875
js msgbox.js
function msgBox(who)
{
var value;
var strURL;
var strWin ="dialogWidth:200";
switch(who)
{
case "optArea":
strURL="../Dialog/OptArea.aspx";
break;
case "optUser":
s
www.eeworm.com/read/335364/12533937
js msgbox.js
// author:唐永海
//date:2004-4-20
//消息对话框
function msgBox(who)
{
var value;
var strURL;
var strWin ="dialogWidth:200";
switch(who)
{
case "optArea":
strURL="../Dialog/OptArea.aspx
www.eeworm.com/read/110737/15459253
css msgbox.css
A:link {
COLOR: #3a4273; TEXT-DECORATION: none
}
A:visited {
COLOR: #3a4273; TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: underline
}
SELECT {
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #4
www.eeworm.com/read/110823/15524368
cpp msgbox.cpp
//#include "MsgBox.h"
#include "stdafx.h"
CMsgBox::CMsgBox() // Constructor
{
m_nType = 0;
m_bActive = FALSE;
m_bInited = FALSE;
m_bSet = FALSE;
}
CMsgBox::~CMsgBox() // Destructor
www.eeworm.com/read/110823/15524377
h msgbox.h
#ifndef _MSGBOX_H_
#define _MSGBOX_H_
//////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////