代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/427616/8928701
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/427616/8928770
pas getdcu.pas
unit GetDCU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TObject);
private
www.eeworm.com/read/427616/8928818
pas strokeandfillpathu.pas
unit StrokeAndFillPathU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TObject);
www.eeworm.com/read/427616/8928871
pas ucreatesolidbrush.pas
unit UCreateSolidBrush;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
proc
www.eeworm.com/read/427616/8928884
pas ugetbkcolor.pas
unit UGetBkColor;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
procedure
www.eeworm.com/read/427616/8928888
pas uframerect.pas
unit UFrameRect;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
procedure B
www.eeworm.com/read/427616/8928897
pas graystringunit.pas
unit GrayStringUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TO
www.eeworm.com/read/427616/8928950
pas upolylineto.pas
unit UPolyLineTo;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TObje
www.eeworm.com/read/427616/8928957
pas upolybezierto.pas
unit UPolyBezierTo;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TOb
www.eeworm.com/read/427616/8928965
pas fillpathu.pas
unit FillPathU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TObject);
private