代码搜索结果
找到约 10,000 项符合
Screen 的代码
msg.asp
信息
error.asp
错误
request_del.asp
window.resizeTo(screen.availWidth,screen.availHeight);
request_refuse.asp
window.resizeTo(screen.availWidth,screen.availHeight);
tryform.pas
unit TryForm;
interface
uses
SysUtils, Windows, Messages, Classes,
Graphics, Controls, Forms, Dialogs, StdCtrls;
type
TForm1 = class(TForm)
BtnWrong: TButton;
BtnTryFinally:
mainform.pas
unit MainForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TFormMain = class(TForm)
btnLoad: TButton;
screenf.pas
unit ScreenF;
interface
uses
SysUtils, Windows, Messages, Classes,
Graphics, Controls, Forms, Dialogs, StdCtrls;
type
TMainForm = class(TForm)
FormsLabel: TLabel;
FormsList
screenf.pas
unit ScreenF;
interface
uses
SysUtils, Windows, Messages, Classes,
Graphics, Controls, Forms, Dialogs, StdCtrls;
type
TMainForm = class(TForm)
FormsLabel: TLabel;
FormsList
prjdll.dpr
library prjDLL;
{ Important note about DLL memory management: ShareMem must be the
first unit in your library's USES clause AND your project's (select
Project-View Source) USES clause if your