代码搜索:ExtCtrls
找到约 10,000 项符合「ExtCtrls」的源代码
代码结果 10,000
www.eeworm.com/read/279821/10392010
pas unit23.pas
unit Unit23;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
Tlogo = class(TForm)
Panel1: TPanel;
Shape1:
www.eeworm.com/read/424915/10400627
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TForm2 = class(TForm)
Image1: TImage;
private
{ Priva
www.eeworm.com/read/424915/10400651
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImage;
private
{ Priva
www.eeworm.com/read/424915/10400988
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImage;
private
{ Priva
www.eeworm.com/read/424915/10401147
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, ExtCtrls, StdCtrls, ToolWin, Menus;
type
TForm1 = class(TForm)
priva
www.eeworm.com/read/424915/10401150
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TForm2 = class(TForm)
Image1: TImage;
private
{ Priva
www.eeworm.com/read/424359/10458288
~pas unit3.~pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Buttons;
type
TForm3 = class(TForm)
Panel1: TP
www.eeworm.com/read/279103/10466048
pas load.pas
unit load;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TFormLoading = class(TForm)
Image1: TImage;
private
{
www.eeworm.com/read/424263/10476934
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
CapFrame, ExtCtrls;
type
TForm1 = class(TForm)
private
{ Private declarat
www.eeworm.com/read/159878/10600014
pas aboutf.pas
unit AboutF;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;