代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/119603/14825804
txt readme.txt
Delphi VclSkin Demo
This demo include follow feature in Vclskin2.1
* TSkinStore store multi-skins in application.
* Skin form use different skins,such as MsgBox and Form2 .
*
www.eeworm.com/read/213892/15123105
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/213892/15123180
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/210096/15206548
frm 房态图.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "comctl32.ocx"
Begin VB.Form 房态图FORM
BorderStyle
www.eeworm.com/read/155800/5618818
asm hookint.asm
;*********************
;文件:HookInt.asm *
;功能:对中断09H挂钩 *
;*********************
.386p
include C:\98DDK\inc\win98\vmm.inc
include C:\98DDK\inc\win98\shell.inc
include C:\98DDK\i
www.eeworm.com/read/155800/5618820
asm iotrap.asm
;***************************
;文件:IOTrap.asm *
;功能:演示设置和处理IO陷阱*
;***************************
.386p
include C:\98DDK\inc\win98\vmm.inc
include C:\98DDK\inc\win98\shell.inc
www.eeworm.com/read/295391/8167136
lua set palette index.lua
-- Set palette index
function main ()
local w = mappy.getValue(mappy.MAPWIDTH)
local h = mappy.getValue(mappy.MAPHEIGHT)
if (w == 0) then
mappy.msgBox ("Set palette index", "You need to
www.eeworm.com/read/295391/8167146
lua brush test.lua
-- Brush Test.lua
function main ()
local w = mappy.getValue(mappy.MAPWIDTH)
if (w == 0) then
mappy.msgBox ("Brush Test", "You need to load or create a map first", mappy.MMB_OK, mappy.MMB_I
www.eeworm.com/read/295391/8167156
lua show mouse coords.lua
-- Show mouse coords
function main ()
if (mappy.getValue(mappy.MAPWIDTH) == 0) then
mappy.msgBox ("Show mouse coords", "You need to load or create a map first", mappy.MMB_OK, mappy.MMB_ICONINF
www.eeworm.com/read/295391/8167164
lua anim test.lua
-- Anim Test.lua
function main ()
local animtypes = {
"AN_NONE",
"AN_LOOPF",
"AN_LOOPR",
"AN_ONCE",
"AN_ONCEH",
"AN_PPFF",
"AN_PPRR",
"AN_PPRF",
"AN_PPFR",
"AN_ONC