代码搜索:Dialog
找到约 10,000 项符合「Dialog」的源代码
代码结果 10,000
www.eeworm.com/read/159401/10658340
js dialog.js
// 取通过URL传过来的参数 (格式如 ?Param1=Value1&Param2=Value2)
var URLParams = new Object() ;
var aParams = document.location.search.substr(1).split('&') ;
for (i=0 ; i < aParams.length ; i++) {
var aParam =
www.eeworm.com/read/159325/10669971
c dialog.c
/***********************************************************************/
/* */
/* MODULE: dialog.c 1.3
www.eeworm.com/read/277031/10676722
ico dialog.ico
www.eeworm.com/read/159108/10694344
zip dialog.zip
www.eeworm.com/read/276900/10697708
js dialog.js
// 取通过URL传过来的参数 (格式如 ?Param1=Value1&Param2=Value2)
var URLParams = new Object() ;
var aParams = document.location.search.substr(1).split('&') ;
for (i=0 ; i < aParams.length ; i++) {
var aParam =
www.eeworm.com/read/276855/10701585
h dialog.h
//
// Framework (dialog)
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#ifndef __dialog_h__
#define __dialog_h__
//
// Dialog class
//
class CDialog {
public:
CDialo
www.eeworm.com/read/276855/10701629
cpp dialog.cpp
//
// Framework (dialog)
//
// Copyright (c) 2000-2001 Chihiro.SAKAMOTO (HyperWorks)
//
#include "stdafx.h"
#include "Application.h"
#include "Dialog.h"
//
// (Default) 对话框的事件处理函式
//
BOO
www.eeworm.com/read/276828/10706163
asm dialog.asm
; DialogBox example
format PE GUI 4.0
entry start
include 'win32a.inc'
ID_CAPTION = 101
ID_MESSAGE = 102
ID_ICONERROR = 201
ID_ICONINFORMATION = 202
ID_ICONQUESTION = 203
www.eeworm.com/read/276828/10706165
exe dialog.exe
www.eeworm.com/read/350514/10734834