代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/247588/12640058
pro chapter07modalwidget.pro
;Chapter07ModalWidget.pro
PRO SubSubProcedure, event
WIDGET_CONTROL, event.TOP, /DESTROY
END
PRO SubProcedure, event
MySubBase =WIDGET_BASE(GROUP_LEADER=event.TOP, /MODAL, XSIZE=300,YSIZE
www.eeworm.com/read/418361/10951525
h qemu-char.h
#ifndef QEMU_CHAR_H
#define QEMU_CHAR_H
/* character device */
#define CHR_EVENT_BREAK 0 /* serial break char */
#define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */
#define C
www.eeworm.com/read/346457/3182501
svn-base qemu-char.h.svn-base
#ifndef QEMU_CHAR_H
#define QEMU_CHAR_H
/* character device */
#define CHR_EVENT_BREAK 0 /* serial break char */
#define CHR_EVENT_FOCUS 1 /* focus to this terminal (modal input needed) */
#define C
www.eeworm.com/read/360841/10075442
css modaldialogs.css
/* ajax modal dialog styles */
.modalBackground {
background-color: Gray;
filter: alpha(opacity=50);
opacity: 0.5;
}
.modalBox {
background-color : #f5f5f5;
border-width: 3px;
border-s
www.eeworm.com/read/296324/6966872
m hwaitbar.m
function h=hwaitbar
% function h=hwaitbar
h = waitbar(0,'0%','visible','off');
set(h,'windowstyle','modal','name','快速仿真')
set(h,'unit','norm');
p=get(h,'pos');
p(4)=p(4)*1.6;
set(h,'pos
www.eeworm.com/read/402383/11536176
rcp hello.rcp
#include "hello.h"
FORM ID formID_hello AT (0 0 160 160)
USABLE
MODAL
BEGIN
TITLE "Hello Sample"
LABEL "TEST" ID cmdLabel AT (CENTER CENTER )
BUTTON "Send abc" ID cmdButton1 AT (7 100 AU
www.eeworm.com/read/216945/14985092
m hwaitbar.m
function h=hwaitbar
% function h=hwaitbar
h = waitbar(0,'0%','visible','off');
set(h,'windowstyle','modal','name','快速仿真')
set(h,'unit','norm');
p=get(h,'pos');
p(4)=p(4)*1.6;
set(h,'pos
www.eeworm.com/read/215913/15034158
txt system_shape.txt
% Generated By ERA Toolbox for Matlab ,By Chen yi, Chong Qing UnivercityBy Chen yi, Chong Qing Univercity
% Jan.,24th,2004
% Chen_yi2000@sina.com
09-Feb-2004
Order System Modal Shape(Re
www.eeworm.com/read/462865/1542040
cpp dialog1.cpp
// Dialog1.cpp : implementation file
//
#include "stdafx.h"
#include "Modal.h"
#include "Dialog1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/165819/5476861
java algorithmprefsdialog.java
package ai.decision.gui;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import javax.swing.*;
import javax.swing.event.*;
import ai.common.*;
/**
* A modal dialog box tha