代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/228976/14356591
h statusdlg.h
// StatusDlg.h : header file
//
// This class defines custom modal property sheet
// CStatusDlg.
#ifndef __STATUSDLG_H__
#define __STATUSDLG_H__
#include "StatusPage.h"
////////////////
www.eeworm.com/read/126867/14396693
h optionsheet.h
// OptionSheet.h : header file
//
// This class defines custom modal property sheet
// COptionSheet.
#ifndef __OPTIONSHEET_H__
#define __OPTIONSHEET_H__
#include "CDIPage.h"
///////////
www.eeworm.com/read/116509/14967914
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by modal.rc
//
#define IDD_TEST 129
#define IDC_EDIT1 1000
// N
www.eeworm.com/read/487523/1235539
js dialog.js
Class("linb.UI.Dialog","linb.UI.Widget",{
Instance:{
show:function(parent, modal, left, top){
parent = parent || linb('body');
return this.each(function(profile
www.eeworm.com/read/486215/1253053
m inputdialog.m
function Answer=inputdlg(Prompt, Title, NumLines, DefAns)
%INPUTDLG Input dialog box.
% Answer = inputdlg(Prompt) creates a modal dialog box that returns
% user input for multiple prompts in the cel
www.eeworm.com/read/476939/1365976
js dialog.js
Class("linb.UI.Dialog","linb.UI.Widget",{
Instance:{
show:function(parent, modal, left, top){
parent = parent || linb('body');
return this.each(function(profile
www.eeworm.com/read/236251/4642816
text intructions.text
The IEcustom is obsolete because it caused a lot of problems.
That was an idea I had because I wanted it to open in a real modal dialog,
but IE had a lot of problems and the cache was one of them.
www.eeworm.com/read/226369/4785790
h vmodald.h
//===============================================================
// vmodald.h - general purpose modal dialog class - X11R5
//
// Copyright (C) 1995,1996 Bruce E. Wampler
//
// This file is part of t
www.eeworm.com/read/348042/3159150
h modaldlg.h
/*
* modaldlg.h
*
* Modal dialog class.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozilla Public
www.eeworm.com/read/310702/3693164
h basesheet.h
// BaseSheet.h : header file
//
// This class defines custom modal property sheet
// CBaseSheet.
#ifndef __BASESHEET_H__
#define __BASESHEET_H__
#include "BasePage.h"
//////////////////