代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/270259/11043296
bas shortcut.bas
Attribute VB_Name = "ShortCut"
Option Explicit
'Before use this module, you must reference Windows Script Host Object Modal from Project->Reference
Public Sub CreateShortCutOnDeskTop(ByVal Name A
www.eeworm.com/read/456193/7355106
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/452793/7432873
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/452793/7432874
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/398912/7910415
java quitdialog.java
/*
A basic extension of the java.awt.Dialog class
*/
import java.awt.*;
import java.awt.event.*;
public class QuitDialog extends Dialog
{
public QuitDialog(Frame parent, boolean modal)
www.eeworm.com/read/136865/5840878
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
www.eeworm.com/read/136815/5855589
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
www.eeworm.com/read/118801/6094418
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
www.eeworm.com/read/491922/6428479
h statsheet.h
// StatSheet.h : header file
//
// This class defines custom modal property sheet
// CStatisticsSheet.
#ifndef __STATSHEET_H__
#define __STATSHEET_H__
#include "StatPage.h"
#include "demo
www.eeworm.com/read/491922/6428512
h querysheet.h
// QuerySheet.h : header file
//
// This class defines custom modal property sheet
// CQuerySheet.
#ifndef __QUERYSHEET_H__
#define __QUERYSHEET_H__
#include "QueryPage.h"
#include "demoC