代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/118448/14870922
pas kxcd.pas
unit kxcd;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
TForm6 = class(TForm)
Memo1: TMemo;
I
www.eeworm.com/read/118448/14871073
pas shsj.pas
unit shsj;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
Tshsjform = class(TForm)
Memo1: TMemo;
www.eeworm.com/read/118448/14871184
~pas shtl.~pas
unit shtl;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
Tshtlform = class(TForm)
Memo1: TMemo;
private
www.eeworm.com/read/118345/14875838
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/118305/14876673
h main.h
//---------------------------------------------------------------------------
#ifndef MainH
#define MainH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/118030/14890277
pas unit2.pas
unit Unit2;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TCreateNewDirDlg = class(TForm)
OKBtn: TButton;
CancelBtn:
www.eeworm.com/read/118001/14891055
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/219062/14896553
pas unit2.pas
unit Unit2;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TImag
www.eeworm.com/read/219062/14896566
~pa unit2.~pa
unit Unit2;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TImag
www.eeworm.com/read/117731/14906565
~2~ unit1.pas.~2~
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, StdCtrls;
type
TForm1 = class(TForm)
Button1: TBut