代码搜索:Dialog
找到约 10,000 项符合「Dialog」的源代码
代码结果 10,000
www.eeworm.com/read/418219/10958363
gif dialog.gif
www.eeworm.com/read/417978/10969503
css dialog.css
body {
font-size: 12px;
border:0;
scrollbar-face-color: #F6F6f6;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #F0F2DB;
scrollbar-3dlight-color: #cccccc;
scrollbar-arrow-co
www.eeworm.com/read/417978/10969542
js dialog.js
var isIE=document.all&&window.external?1:0;var cursmiley=0;var smileys=new Array();smileys[0]=new Array("逗号","comma",0,19);function $(a){return document.getElementById?document.getElementById(a):docum
www.eeworm.com/read/417978/10969596
css dialog.css
body {
width:700px;
font-size: 12px;
border:0;
word-break:break-all;
line-height:18px;
margin:0 auto;
text-align:center;
color:#174398;
overflow:hidden;
}
ul,form{
paddin
www.eeworm.com/read/271704/10983236
h dialog.h
//******************************************************************************************
// Motoko, a 2D GUI for games.
// Copyright (C) 2006 Gorka Su醨ez Garc韆
//
// This library is free sof
www.eeworm.com/read/416922/11009658
bmp dialog.bmp
www.eeworm.com/read/471252/6900309
c dialog.c
/*
* Copyright (C) 2006 Takeharu KATO
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1.
www.eeworm.com/read/470533/6913011
frx dialog.frx
www.eeworm.com/read/470533/6913014
frm dialog.frm
VERSION 5.00
Begin VB.Form Dialog
BorderStyle = 3 'Fixed Dialog
Caption = "对话框标题"
ClientHeight = 3795
ClientLeft = 2760
ClientTop = 3750
www.eeworm.com/read/469401/6975505
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 =