代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/429300/8812350
pas createrectregionindirectu.pas
unit CreateRectRegionIndirectU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/429300/8812373
pas closefigureu.pas
unit CloseFigureU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
procedure
www.eeworm.com/read/429300/8812393
pas createroundrectregionu.pas
unit CreateRoundRectRegionU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/429300/8812425
pas subtractrectu.pas
unit SubtractRectU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TObject);
pri
www.eeworm.com/read/429300/8812437
pas createrectregionu.pas
unit CreateRectRegionU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
proc
www.eeworm.com/read/429300/8812472
pas invertrectu.pas
unit InvertRectU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Image1: TImage;
Bu
www.eeworm.com/read/429300/8812488
pas waitmessageu.pas
unit WaitMessageU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
procedure
www.eeworm.com/read/429300/8812558
pas sendnotifymessagegetu.pas
unit SendNotifyMessageGetU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls;
type
TForm1 = class(TForm)
Label1: TLabe
www.eeworm.com/read/429300/8812580
pas registermessagesendu.pas
unit RegisterMessageSendU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
p
www.eeworm.com/read/429300/8812614
pas dllaboutform.pas
unit DLLAboutForm;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon