代码搜索:TObject
找到约 10,000 项符合「TObject」的源代码
代码结果 10,000
www.eeworm.com/read/279692/10402157
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/279692/10402165
pas unitcreateevent.pas
unit UnitCreateEvent;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Button
www.eeworm.com/read/279692/10402186
pas unitkillprocess.pas
unit UnitKillProcess;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ShellAPI;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/279692/10402222
pas privatedcu.pas
unit PrivateDcU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TObjec
www.eeworm.com/read/279692/10402228
pas scrolldcu.pas
unit ScrollDCU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Image1: TImage;
Scro
www.eeworm.com/read/279692/10402255
pas changedisplaysettingsu.pas
unit ChangeDisplaySettingsU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
ListBox1: TListBox;
www.eeworm.com/read/279692/10402265
pas mapwindowpointsu.pas
unit MapWindowPointsU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/279692/10402336
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/279692/10402465
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/279692/10402485
pas graystringunit.pas
unit GrayStringUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
procedure FormPaint(Sender: TO