代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/157003/11746315
pas statusf.pas
unit StatusF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls;
type
TStatus = class(TForm)
Label1: TLabel;
Label2: TLabel;
www.eeworm.com/read/156998/11747667
pas form.pas
unit Form;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Frame;
type
TForm1 = class(TForm)
Frame11: TFrame1;
private
{ Private
www.eeworm.com/read/156894/11755794
pas elec2.pas
unit elec2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm2 = class(TForm)
Memo1: TMemo;
private
www.eeworm.com/read/259847/11762353
pas edit.pas
unit Edit;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TEditDlg = class(TForm)
OKBtn: TButton;
CancelBtn: TButton;
www.eeworm.com/read/346068/11770976
hpp auxproj.hpp
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Auxproj.pas' rev: 10.00
#ifndef AuxprojHPP
www.eeworm.com/read/156798/11773863
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm3 = class(TForm)
private
{ Private declarations }
public
{
www.eeworm.com/read/259656/11774622
pas udm.pas
unit UDM;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TDM = class(TDataModule)
DataConn: TADOConnection;
private
{ Private declarations }
public
{ Public decl
www.eeworm.com/read/259433/11791868
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm14 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/259433/11792189
pas unit2.pas
unit Unit2;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TLoginDlg = class(TForm)
OKBtn: TButton;
CancelBtn: TButto
www.eeworm.com/read/259433/11792317
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }