代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/110748/15526571
class msgbox.class
www.eeworm.com/read/110748/15526583
java msgbox.java
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/109948/15544791
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/109948/15544800
h msgbox.h
#ifndef _MSGBOX_H_
#define _MSGBOX_H_
//////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
www.eeworm.com/read/109074/15564812
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/109074/15564821
h msgbox.h
#ifndef _MSGBOX_H_
#define _MSGBOX_H_
//////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
www.eeworm.com/read/108589/15583428
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/108589/15583437
h msgbox.h
#ifndef _MSGBOX_H_
#define _MSGBOX_H_
//////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
www.eeworm.com/read/108334/15588183
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/106865/15618831
tcl msgbox.tcl
# msgbox.tcl --
#
# Implements messageboxes for platforms that do not have native
# messagebox support.
#
# RCS: @(#) $Id: msgbox.tcl,v 1.10 2000/04/19 09:25:53 hobbs Exp $
#
# Copyright (c) 1994-1997