代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/477449/6735769
cs houseinfo.cs
using System;
namespace HouseSystem.Modal
{
///
/// HouseInfo 的摘要说明。
///
public class HouseInfo
{
// Fields
private string m_Addr;
private DateTime m_AddTim
www.eeworm.com/read/477449/6735770
cs userinfo.cs
using System;
namespace HouseSystem.Modal
{
///
/// UserInfo 的摘要说明。
///
public class UserInfo
{
// Fields
private DateTime m_Addtime;
private string m_Answe
www.eeworm.com/read/263516/11359447
m fm_input.m
function Answer = fm_input(Prompt, Title, NumLines, DefAns,Resize)
%INPUTDLG Input dialog box.
% Answer = INPUTDLG(Prompt) creates a modal dialog box that returns
% user input for multiple prompt
www.eeworm.com/read/348500/11591350
htm designform.htm
function updateft(f){
return true;
}
function modal(f){
var listValue = f.options[f.selectedIndex].value
if (listValue == "false")
t
www.eeworm.com/read/212602/15152350
m fm_input.m
function Answer = fm_input(Prompt, Title, NumLines, DefAns,Resize)
%INPUTDLG Input dialog box.
% Answer = INPUTDLG(Prompt) creates a modal dialog box that returns
% user input for multiple prompt
www.eeworm.com/read/476672/1367470
js submodal.js
/**
* SUBMODAL v1.4
* Used for displaying DHTML only popups instead of using buggy modal windows.
*
* By Seth Banks (webmaster at subimage dot com)
* http://www.subimage.com/
*
* Contri
www.eeworm.com/read/240532/4572181
cpp ginamodaldialog.cpp
// GinaModalDialog.cpp
//
// Gather user credentials for Modal.
//
#include "stdafx.h"
#include "GinaModalDialog.h"
#include "GuiHelper.h"
INT_PTR CALLBACK GinaModalDialog::_dialogProc(HWND
www.eeworm.com/read/323643/3510713
h creditform.h
#include "creditformbase.h"
class CreditForm : public CreditFormBase
{
Q_OBJECT
public:
CreditForm( QWidget* parent = 0, const char* name = 0,
bool modal = FALSE, WFlags fl = 0 );
~Cre