代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/112984/15473142
pas publicunit.pas
unit PublicUnit;
interface
uses
SysUtils ;
function CalTodayDate:string;
implementation
function CalTodayDate:string;
begin
ShortDateFormat:='yyyymmdd';
CalTodayDate:=DateTo
www.eeworm.com/read/112981/15473201
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/112981/15473223
~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/112228/15490887
pas dmbasemodule.pas
{-----------------------------------------------------------------------------
Unit: dmBaseModule
Author: Aleyn.wu
Date: 2002-05-12
Descript: Base Module Interface
---------------
www.eeworm.com/read/111336/15514356
~dpk muliline.~dpk
unit MuliLine;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/111335/15514372
hpp excmemmap.hpp
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'ExcMemMap.pas' rev: 5.00
#ifndef ExcMemMapHPP
#d
www.eeworm.com/read/111335/15514381
hpp excmemmap.hpp
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'ExcMemMap.pas' rev: 5.00
#ifndef ExcMemMapHPP
#d
www.eeworm.com/read/111335/15514410
hpp excmemmap.hpp
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'ExcMemMap.pas' rev: 4.00
#ifndef ExcMemMapHPP
#d
www.eeworm.com/read/111335/15514419
hpp excmemmap.hpp
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'ExcMemMap.pas' rev: 4.00
#ifndef ExcMemMapHPP
#d
www.eeworm.com/read/110783/15525015
pas about.pas
unit about;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls, XPMenu;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIco