代码搜索:Modal

找到约 844 项符合「Modal」的源代码

代码结果 844
www.eeworm.com/read/379506/2672215

dfm fmodalform.dfm

object MyModalForm: TMyModalForm Left = 200 Top = 137 Width = 259 Height = 164 Caption = 'Modal Form' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText
www.eeworm.com/read/361972/2942432

java drawlist.java

import javax.microedition.lcdui.*; public class DrawList implements CommandListener,ItemStateListener{ public byte modal; public boolean list_dos; private Form option_form; private Comm
www.eeworm.com/read/357319/3019533

dfm fmodalform.dfm

object MyModalForm: TMyModalForm Left = 200 Top = 137 Width = 259 Height = 164 Caption = 'Modal Form' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText
www.eeworm.com/read/367808/9731315

js publicjs.js

//Open Modal Window function OpenWindowAndSetValue(Url,Width,Height,WindowObj,SetObj) { var ReturnStr=showModalDialog(Url,WindowObj,'dialogWidth:'+Width+'pt;dialogHeight:'+Height+'pt;status:yes;he
www.eeworm.com/read/135378/13936862

h helpsheet.h

// HelpSheet.h : header file // // This class defines custom modal property sheet // HelpSheet. #ifndef __HELPSHEET_H__ #define __HELPSHEET_H__ #include "MyPropertyPage1.h" ////////////
www.eeworm.com/read/427788/8920988

js submodal.js

/** * SUBMODAL v1.6 * Used for displaying DHTML only popups instead of using buggy modal windows. * * By Subimage LLC * http://www.subimage.com * * Contributions by: * Eric Angel - tab index
www.eeworm.com/read/426161/10277475

js script04.js

YAHOO.namespace("container"); function init() { var handleSubmit = function() { this.submit(); } YAHOO.container.dlg = new YAHOO.widget.Dialog("dlg", { modal:true, visible:false, width:"2
www.eeworm.com/read/426161/10277482

js script05.js

YAHOO.namespace("container"); function init() { var handleSubmit = function() { this.submit(); } YAHOO.container.dlg = new YAHOO.widget.Dialog("dlg", { modal:true, visible:false, width:"2
www.eeworm.com/read/418304/10955434

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/270943/11019034

m my_inputdlg.m

function Answer=My_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 t