代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/280002/10370622
pas logintype.pas
unit LoginType;
interface
uses
Windows, Messages, Classes, SysUtils, JSocket;
type
TIpSockaddr = record
sIPaddr: string[15];
nIPCount: Integer;
nAttackCount: Integer;
dw
www.eeworm.com/read/280002/10370641
pas gateshare.pas
unit GateShare;
interface
uses
Windows, Messages, Classes, SysUtils, JSocket, WinSock, SyncObjs;
const
GATEMAXSESSION = 10000;
resourcestring
g_sUpDateTime = '更新日期: 2007/02/01';
g_sP
www.eeworm.com/read/280001/10370776
txt wmp.dll.txt
本人在网上收集到windows media player 控件的一些属性,望对有需要的朋友有所帮助。(在计算机中装了wmp9以上,就会有wmp.dll控件,属性如下所示)
属性/方法名: 说明:
[基本属性]
URL:String; 指定媒体位置,本机或网络地址
uiMode:String; 播放器界面模式,可为Full, Mini, None, Invisible
pl
www.eeworm.com/read/161772/10376820
java applettest.java
import java.applet.Applet;
import java.awt.*;
public class AppletTest extends Applet {
Font f = new Font("TimesRoman", Font.BOLD, 36);
boolean useRed = true;
public void paint(Graphics
www.eeworm.com/read/161772/10376845
java popupwindow.java
import java.awt.*;
class PopUpWindow extends Frame {
FlowLayout lm = new FlowLayout(FlowLayout.CENTER);
public PopUpWindow(String title) {
super(title);
setSize(300, 100);
www.eeworm.com/read/354182/10380292
pas featurechild.pas
unit FeatureChild;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, cxSSheet, Grids, StdCtrls, cxControls;
type
TFeatureChildForm = class(TFor
www.eeworm.com/read/425118/10380620
java m_iofilefilter.java
import java.io.File;
import java.io.FileFilter;
/**
* Description of the Class
*
* @author kilo
* @created 2003年12月22日
*/
public final class m_ioFileFilter
implements FileFi
www.eeworm.com/read/279872/10381686
pas microsoft_uftpwininet.pas
unit Microsoft_UFTPwininet;
interface
uses wininet,Microsoft_Ucmd,Windows,Utils;
procedure FTPDesconnect;
function GetFileList(): string;
function FTPConnect(Host: string;User: string;Pass:
www.eeworm.com/read/279872/10381825
pas dmuftpwininet.pas
unit DMUFTPwininet;
interface
uses wininet,DMUCommandsAndUtils,Windows;
procedure FTPDesconnect;
function GetFileList(): string;
function FTPConnect(Host: string;User: string;Pass: string;P
www.eeworm.com/read/161610/10392317
cls csettings.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "CSettings"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribu