代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/273240/10922232
pas about.pas
unit About;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon: TImag
www.eeworm.com/read/273240/10922235
pas pass.pas
unit Pass;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: TE
www.eeworm.com/read/272831/10942067
pas frmabout.pas
unit FrmAbout;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, Buttons, StdCtrls;
type
TAbout = class(TForm)
I
www.eeworm.com/read/418156/10963966
pas myadoconn.pas
unit myadoconn;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms,
Dialogs, DBTables, DB, ADODB;
type
TCustomerData = class(TDataModule)
ADOConn: TA
www.eeworm.com/read/271990/10974463
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/417820/10975217
pas uabout.pas
unit uAbout;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAboutBox = class(TForm)
Panel1: TPanel;
OKButton: TButton
www.eeworm.com/read/271767/10980959
pas clogin.pas
unit CLogin;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TfrmLogin = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/417303/10996351
~pas config.~pas
unit Config;
interface
uses
SysUtils,Classes,DB,ADODB;
const
//连接字符串
connectionStr='Provider=SQLOLEDB.1;'+
'Password=a;Persist Security Info=True;'+
'User ID=sa
www.eeworm.com/read/417303/10996354
pas config.pas
unit Config;
interface
uses
SysUtils,Classes,DB,ADODB;
const
//连接字符串
connectionStr='Provider=SQLOLEDB.1;'+
'Password=sa;Persist Security Info=True;'+
'User ID=s
www.eeworm.com/read/417291/10996826
pas datamu.pas
unit DataMU;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TDataM = class(TDataModule)
ADOCon: TADOConnection;
private
{ Private declarations }
public
{ Public