代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/105413/15668222
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/104815/15682636
msgbox1
#!/bin/sh
# $Id: msgbox1,v 1.4 2003/08/15 19:40:37 tom Exp $
: ${DIALOG=dialog}
$DIALOG --title "MESSAGE BOX" --clear \
--msgbox "Hi, this is a simple message box. You can use this to
www.eeworm.com/read/104815/15682654
msgbox3
#!/bin/sh
# $Id: msgbox3,v 1.2 2003/08/15 19:40:37 tom Exp $
: ${DIALOG=dialog}
width=35
while test $width != 61
do
$DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse \
--msgb
www.eeworm.com/read/104815/15682705
msgbox2
#!/bin/sh
# $Id: msgbox2,v 1.2 2003/08/15 19:40:37 tom Exp $
: ${DIALOG=dialog}
$DIALOG --title "MESSAGE BOX" --trim \
--msgbox "Hi, this is a simple message box. You can use this to
www.eeworm.com/read/104815/15682724
c msgbox.c
/*
* $Id: msgbox.c,v 1.26 2003/11/26 17:30:22 tom Exp $
*
* msgbox.c -- implements the message box and info box
*
* AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
* and: Thomas E. Dickey
*
* Th
www.eeworm.com/read/103221/15740121
cpp msgbox.cpp
//
// MsgBox.cpp - cMsgBox implementation
// Rev. 2
//
// by Razorfish (razorfish2k@bigfoot.com)
// ------------------------------------------------------------------
#define STRICT
#pragma w
www.eeworm.com/read/103221/15740128
h msgbox.h
//
// MsgBox.h - cMsgBox definition
// Rev. 2
//
// by Razorfish (razorfish2k@bigfoot.com)
// ------------------------------------------------------------------
#ifndef MSGBOX_H
#define MSGBO
www.eeworm.com/read/102579/15770237
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/102579/15770246
h msgbox.h
#ifndef _MSGBOX_H_
#define _MSGBOX_H_
//////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////
www.eeworm.com/read/102250/15787964
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