代码搜索:Modal
找到约 844 项符合「Modal」的源代码
代码结果 844
www.eeworm.com/read/136865/5840883
cpp creditform.cpp
#include
#include
#include "creditform.h"
CreditForm::CreditForm( QWidget* parent, const char* name,
bool modal, WFlags fl )
: CreditFormBase( parent, name, moda
www.eeworm.com/read/136815/5855594
cpp creditform.cpp
#include
#include
#include "creditform.h"
CreditForm::CreditForm( QWidget* parent, const char* name,
bool modal, WFlags fl )
: CreditFormBase( parent, name, moda
www.eeworm.com/read/131147/5947951
js dialog.js
// htmlArea v3.0 - Copyright (c) 2003-2004 interactivetools.com, inc.
// This copyright notice MUST stay intact for use (see license.txt).
//
// Portions (c) dynarch.com, 2003-2004
//
// A free W
www.eeworm.com/read/119348/6085108
js dialog.js
// htmlArea v3.0 - Copyright (c) 2003-2004 interactivetools.com, inc.
// This copyright notice MUST stay intact for use (see license.txt).
//
// Portions (c) dynarch.com, 2003-2004
//
// A free WYSIWY
www.eeworm.com/read/118801/6094423
cpp creditform.cpp
#include
#include
#include "creditform.h"
CreditForm::CreditForm( QWidget* parent, const char* name,
bool modal, WFlags fl )
: CreditFormBase( parent, name, moda
www.eeworm.com/read/482571/6617813
java myfiledialog.java
//import java.awt.Event.*;
import java.awt.*;
public class MyFileDialog extends FileDialog
{
private static final long serialVersionUID = 1L;
public MyFileDialog(Frame parent,St
www.eeworm.com/read/408966/11363569
m rayleigh.m
function [r]=rayleigh(sigma,NSamples)
% generates a Rayliegh time series of lenght NSamples and modal value sigma
ii=randn(NSamples,1).*sigma;
qq=randn(NSamples,1).*sigma;
r=ii+j*qq;
www.eeworm.com/read/157003/11746213
pas mainform.pas
unit MainForm;
interface
uses
Qt, SysUtils, Classes, QGraphics, QControls, QForms, QDialogs,
QStdCtrls;
type
TForm1 = class(TForm)
btnMultiple: TButton;
btnSingle: TButton;
www.eeworm.com/read/157003/11746254
pas mainform.pas
unit MainForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
btnMultiple: TButton;
btnSingle
www.eeworm.com/read/259565/11782581
m msgdlg.m
function handle=msgdlg(message,CreateStruct)
% Open message box "msgbox" with name "S4M.name"
% Written by: E. R.: October 23, 2003
% Last updated: January 4, 2004: Second input argument
%
%