代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/134676/13977360
pas about.pas
unit About;
interface
uses
SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, Buttons, ExtCtrls;
type
TCDAbout = class(TForm)
Panel1:
www.eeworm.com/read/134107/14008123
pas mc_dl.pas
unit MC_DL;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TDL = class(TForm)
private
{ Private declarations }
public
{ Pu
www.eeworm.com/read/134107/14008128
pas mc_jls.pas
unit MC_JLS;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
jpeg, ExtCtrls, Buttons, ImgList;
type
TJLS = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/236337/14020268
pas unitform2.pas
unit unitForm2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm2 = class(TForm)
private
{ Private declarations }
public
www.eeworm.com/read/236337/14020323
pas unitform2.pas
unit unitForm2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm2 = class(TForm)
private
{ Private declarations }
public
www.eeworm.com/read/236337/14020602
dpr prjcontro.dpr
library prjContro;
uses
SysUtils,
Classes,
unitFrmMain in 'unitFrmMain.pas' {frmMain};
{$E cpl}
exports
CPlApplet;
begin
end.
www.eeworm.com/read/236337/14020898
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{
www.eeworm.com/read/236337/14020933
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{
www.eeworm.com/read/133833/14021629
~pas unit5.~pas
unit Unit5;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TtuitaiForm = class(TForm)
private
{ Private declarations
www.eeworm.com/read/133738/14028767
pas unit2.pas
unit Unit2;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TImag