代码搜索结果

找到约 10,000 项符合 Screen 的代码

winco3.asp

var screen=false;i=0;width=0; function JyDownWindow2() { if(screen==false) { parent.topwin2.rows='*,8,0'; screen=true; } else if(screen==true)

winco2.asp

var screen=false;i=0;width=0; function JyDownWindow2() { if(screen==false) { parent.topwin2.rows='*,8,0'; screen=true; } else if(screen==true)

keshe.cpp

#include #include "Windw.h" #define MAX 100 #define SIZE 50 class PCB { private : int ID; int Size; int Ts; int Flag; public : PCB() { ID=0;

process.cpp

#include #include "Windw.h" #define MAX 100 #define SIZE 50 class PCB { private : int ID; int Size; int Ts; int Flag; public : PCB() { ID=0;

hello.js

var oPopup = window.createPopup(); var popTop=50; function popmsg(msgstr){ var winstr="

main.prg

set talk off &&关闭对话模式 set safe off set stat off set dele on &&不处理已删除的记录 set cent on set date to ansi close all release window 常用 modify window screen title "图书信息管理系统" zoo

unitfrmmain.pas

unit unitFrmMain; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) ScrollBox1: TScrollBox;

unitfrmmain.pas

unit unitFrmMain; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type TForm1 = class(TForm) ScrollBox1: TScrollBox;

mdlsub.bas

Attribute VB_Name = "mdlSub" Option Explicit Public Declare Function GetTickCount Lib "kernel32" () As Long Public Sub DelayMSec(nLong As Long) Dim xCurrent As Long xCurrent = G