代码搜索:Dialog
找到约 10,000 项符合「Dialog」的源代码
代码结果 10,000
www.eeworm.com/read/468581/6985056
frm dialog.frm
VERSION 5.00
Begin VB.Form Dialog
BorderStyle = 3 'Fixed Dialog
Caption = "对话框标题"
ClientHeight = 3195
ClientLeft = 2760
ClientTop = 3750
www.eeworm.com/read/466464/7035424
js dialog.js
// JScript 文件
var t_DiglogX,t_DiglogY,t_DiglogW,t_DiglogH;
window.onresize = doResize;
function StrCode(str){
if(encodeURIComponent)
return encodeURIComponent(str);
if(escap
www.eeworm.com/read/466501/7037042
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/462298/7079095
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/261146/7084423
ico dialog.ico
www.eeworm.com/read/261146/7084424
h dialog.h
// Dialog.h : main header file for the DIALOG application
//
#if !defined(AFX_DIALOG_H__285E4227_3553_11D3_BD0E_0050BADB0397__INCLUDED_)
#define AFX_DIALOG_H__285E4227_3553_11D3_BD0E_0050BADB0397
www.eeworm.com/read/261146/7084428
opt dialog.opt
www.eeworm.com/read/261146/7084431
plg dialog.plg
Build Log
--------------------Configuration: Dialog - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/261146/7084432
clw dialog.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CDialogView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Dialog
www.eeworm.com/read/261146/7084433
cpp dialog.cpp
// Dialog.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Dialog.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "DialogDoc.h"
#include "Dialo