代码搜索结果
找到约 322,615 项符合
Interface 的代码
exitform.~pas
unit ExitForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TTheExitFom = class(TForm)
Label1: TLabel;
pr
exitform.pas
unit ExitForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TTheExitFom = class(TForm)
Panel1: TPa
hwscript.pas.svn-base
unit HwScript;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
THwScriptForm = class(TForm)
private
{ Private declarat
parsedrequest.java
package org.roller.model;
import org.roller.pojos.WeblogEntryData;
import org.roller.pojos.WebsiteData;
/**
* Servlet API free interface that represents an incoming web request.
* @author David M
scheduledtask.java
package org.roller.model;
import org.roller.RollerException;
/**
* Interface for pluggable scheduled task.
* @author David M Johnson
*/
public interface ScheduledTask
{
/**
* Initialized
ac97_command_rom.vhd
-------------------------------------------------------------------------------
-- Filename: ac97_fifo.vhd
--
-- Description: This module provides a simple FIFO interface for the AC97
-
actor.java
/**
* An actor in the taxi-company simulation.
*
* @author David J. Barnes and Michael Kolling
* @version 2006.03.30
*/
public interface Actor
{
/**
* Implement the actor's behavior.
actor.java
/**
* An actor in the taxi-company simulation.
*
* @author David J. Barnes and Michael Kolling
* @version 2006.03.30
*/
public interface Actor
{
/**
* Implement the actor's behavior.
item.java
/**
* An item in the city.
*
* @author David J. Barnes and Michael Kolling
* @version 2006.03.30
*/
public interface Item
{
public Location getLocation();
}
drawableitem.java
import java.awt.Image;
/**
* An item that is able to return an image of itself.
*
* @author David J. Barnes and Michael Kolling
* @version 2006.03.30
*/
public interface DrawableItem exten