代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/449736/7497625
m crcdecode.m
% 采用美国16-CRC标准
% 16bit CRC 生成多项式D16+D1+D2+1
% 输入code为要进行解码的码源
% 返回值sign是指示是否出现错误1为有错,0为无错
% 如果正确 指示0 并解码,decode 为解码后的码
function [decode,sign] =CrcDecode(code)
generator = [1 1 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/448985/7521168
frm frm_main.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "Flash8.ocx"
Begin VB.Form frm_main
BackColor
www.eeworm.com/read/448479/7532884
frm frmoptions.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmOptions
BorderStyl
www.eeworm.com/read/447438/7551217
frm 主界面.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Frmmain
Caption = "银行管理系统主界面"
ClientHeight = 5205
ClientLeft = 60
www.eeworm.com/read/447396/7553553
frm frmdaili.frm
VERSION 5.00
Begin VB.Form frmdaili
Caption = "神兵国际广告(北京)有限公司广告系统"
ClientHeight = 7200
ClientLeft = 60
ClientTop = 345
ClientWidth = 9585
www.eeworm.com/read/447396/7553581
frm frmenterguanggao.frm
VERSION 5.00
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "msmask32.ocx"
Begin VB.Form frmenterguanggao
Caption = "神兵国际广告(北京)有限公司广告系统"
ClientHeight = 7200
Cli
www.eeworm.com/read/446442/7578683
frm mdiform1.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm MDIForm1
BackColor = &H80000003&
Caption = "学生信息管理系统"
ClientHeigh
www.eeworm.com/read/446335/7581188
frm logon.frm
VERSION 5.00
Begin VB.Form logon
Caption = "logon"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/445728/7591553
txt vba03-1.txt
Sub MyMacro()
Dim pMxDocument As IMxDocument
Set pMxDocument = Application.Document
MsgBox pMxDocument.FocusMap.Name
End Sub