代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/306634/13740856
pas tresultfrmunit.pas
(* $Id: TResultFrmunit.pas,v 1.3 2002/12/27 16:22:43 turbo Exp $
*
* Form for showing the output of a cvs command
*
* Copyright 2001 by Thomas Bleier
* For license details see LICENSE.txt
www.eeworm.com/read/306634/13740862
pas tstatusfrmunit.pas
(* $Id: TStatusFrmunit.pas,v 1.3 2002/12/28 22:53:48 turbo Exp $
*
* Form for showing the CVS status of the project files
*
* Copyright 2001 by Thomas Bleier
* For license details see LICENS
www.eeworm.com/read/306487/13743656
txt screencapture.txt
procedure TForm1.Timer1Timer(Sender:TObject);//抓取屏幕,并保存到Image控件中
var
Fullscreen:Tbitmap;
FullscreenCanvas:TCanvas;
dc:HDC;
begin
Fullscreen:=TBitmap.Create;
//创建一个BITMAP来存放图象
Fullscreen
www.eeworm.com/read/306359/13745796
prg 主程序.prg
_SCREEN.WINDOWSTATE=2
_SCREEN.CAPTION="学籍信息管理系统 "
_SCREEN.CLOSABLE=.F.
_SCREEN.CONTROLBOX=.F.
_SCREEN.MAXBUTTON=.F.
_SCREEN.MINBUTTON=.F.
_SCREEN.BACKCOLOR=RGB(50,100,128)
CLOSE ALL
CLEAR ALL
www.eeworm.com/read/305898/13757006
tex example002.tex
\documentclass[a4paper]{article}
\usepackage{xspace,colortbl}
\usepackage{CJK}
\usepackage{graphicx}
\usepackage[print,panelright,code,paneltoc,sectionbreak]{pdfscreen}
%\usepackage[screen]{pdfsc
www.eeworm.com/read/303075/13822263
js pop-up.js
var myURL='/-fs0/4/4/d/home_ad/ad.html';
var myWidth='500';
var myHeight='120';
var popV='width='+myWidth+',height='+myHeight+',titlebar=0,toolbar=0,location=0,menubar=0,scrollbars=no,resizable=yes';
www.eeworm.com/read/302972/13824150
frm savemap.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form SaveMap
BorderStyle = 3 'Fixed Dialog
Caption = "保存图象"
ClientHeight