代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/387489/8674121
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
matrx2=array of array of real;
type
TForm1 = class(TForm)
B
www.eeworm.com/read/387489/8674144
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
matrx2=array of array of real;
type
TForm1 = class(TForm)
B
www.eeworm.com/read/387489/8674186
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Memo1: TMemo;
www.eeworm.com/read/387434/8678269
pas lddemof.pas
unit LdDemoF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, MdListDial;
type
TForm1 = class(TForm)
Button1: TButton;
Ed
www.eeworm.com/read/387434/8680715
pas mltdbgrd.pas
unit mltdbgrd;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DB, DBTables, Grids, DBGrids, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
www.eeworm.com/read/386969/8715158
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TForm1 = class(TForm)
Shape1: TShape;
procedur
www.eeworm.com/read/386969/8715778
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TForm1 = class(TForm)
Shape1: TShape;
procedur
www.eeworm.com/read/386969/8715858
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Edit1: TEdit;
Edit2: TEd
www.eeworm.com/read/429300/8811985
pas unitopenevent.pas
unit UnitOpenEvent;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Button2:
www.eeworm.com/read/429300/8812049
pas getdcu.pas
unit GetDCU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TObject);
private