代码搜索:Dialog
找到约 10,000 项符合「Dialog」的源代码
代码结果 10,000
www.eeworm.com/read/455619/7369458
dfm dialog.dfm
object DialogForm: TDialogForm
Left = 229
Top = 159
AutoScroll = False
BorderIcons = []
Caption = #23545#35805#26694
ClientHeight = 126
ClientWidth = 241
Color = clBtnFace
F
www.eeworm.com/read/455619/7369483
pas dialog.pas
unit Dialog;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, SkinData, DynamicSkinForm;
type
TDialogForm = class(TForm)
spDyna
www.eeworm.com/read/455518/7370472
class dialog.class
www.eeworm.com/read/455518/7370473
java dialog.java
package 第八章;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Dialog {
/**
* @param args
*/
public static void main(String[] args) {
// TODO 自动生成方法存根
www.eeworm.com/read/455451/7372141
js dialog.js
try{
var mSystem = dialogArguments.mSystem;
}
catch(e){
}
var URLParams = new Object();
var oCollUrlParams = window.location.search.substr(1).split("&");
for(i=0;i
www.eeworm.com/read/454422/7391753
htm dialog.htm
显示网页对话框--网页对话
这是显示的
网页对话框
,在这里你可以设置在alert()中所不能显示的内容!
www.eeworm.com/read/453907/7404552
h dialog.h
// $$dlg_hfile$$.h : header file
//
#if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
#define $$FILE_NAME_SYMBOL$$_INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
$$IF(AUT
www.eeworm.com/read/453907/7404607
cpp dialog.cpp
// $$dlg_ifile$$.cpp : implementation file
//
#include "stdafx.h"
#include "$$root$$.h"
#include "$$dlg_hfile$$.h"
$$IF(AUTOMATION)
#include "$$dlgautoproxy_hfile$$.h"
$$ENDIF //AUTOMATION
www.eeworm.com/read/453907/7404721
h dialog.h
// $$dlg_hfile$$.h : header file
//
#if !defined($$FILE_NAME_SYMBOL$$_INCLUDED_)
#define $$FILE_NAME_SYMBOL$$_INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
$$IF(AUT
www.eeworm.com/read/453907/7404776
cpp dialog.cpp
// $$dlg_ifile$$.cpp : implementation file
//
#include "stdafx.h"
#include "$$root$$.h"
#include "$$dlg_hfile$$.h"
$$IF(AUTOMATION)
#include "$$dlgautoproxy_hfile$$.h"
$$ENDIF //AUTOMATION