代码搜索结果
找到约 322,615 项符合
Interface 的代码
userinterface.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
/**
* A graphical user interface for the calculator. No calculation is being
* done here. This class i
userinterface.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
/**
* A graphical user interface for the calculator. No calculation is being
* done here. This class i
myconst.pas
unit myconst;
interface
const
Creg=1;
Clogin=2;
Csendtext=3;
Cmodiuser=4;
Cmodiwhatdoing=5;
Caddonline=6;
Cdeleonline=7;
Cmodiuserstate=8;
Cwin=9;
Close1=10;
Cescape=11;
Cstart=12;
myconst.pas
unit myconst;
interface
const
Creg=1;
Clogin=2;
Csendtext=3;
Cmodiuser=4;
Cmodiwhatdoing=5;
Caddonline=6;
Cdeleonline=7;
Cmodiuserstate=8;
Cwin=9;
Close1=10;
Cescape=11;
Cstart=12;
im
warn.pas
unit Warn;
interface
uses Classes, Forms, Buttons,
StdCtrls, ExtCtrls, Controls;
type
TdlgWarning = class(TForm)
btnOK: TBitBtn;
btnCancel: TBitBtn;
Bevel1: TBevel;
reportequip.pas
unit ReportEquip;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, FR_DSet, FR_DBSet, FR_Class;
type
TReportForm = class(TForm)
reequip.pas
unit reEquip;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, FR_DSet, FR_DBSet, FR_Class;
type
TfmReport = class(TForm)
frRep
unit20.pas
unit Unit20;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, XPMenu, ExtCtrls;
type
TForm20 = class(TForm)
unit2.pas
unit Unit2;
interface
Function ASS(N:integer; B:real):real;
implementation
Function ASS(N:integer; B:real):real;
var
DB:real;A:array[1..15] of real; I:integer;
begin
A[1]:=Exp(-B)
unit2.pas
unit Unit2;
interface
Procedure FPOLY(X:real; var P:array of real; NP:integer);
implementation
Procedure FPOLY(X:real; var P:array of real; NP:integer);
var
J:integer;
begin
P[1]:=1;