代码搜索:Screen
找到约 10,000 项符合「Screen」的源代码
代码结果 10,000
www.eeworm.com/read/123300/14639413
prg 程序1.prg
clear screen
clear events
*hide window screen
*activate window 'welcome'
open database F:\snake\课设32\教学管理.dbc
*hide window screen
do form F:\snake\课设32\登陆界面
_screen.left=-10000
read eve
www.eeworm.com/read/223307/14646775
frm frm_result.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Frm_Result
BorderStyle = 4 'Fixed ToolWindow
Caption = "模拟结果-LingLnaX STU
www.eeworm.com/read/223295/14647495
m tdscdmamapwin.m
screen = get(0, 'ScreenSize');
width = 0.75*screen(3);
height = 0.75*screen(4);
pos = [0.5*(screen(3)-width) 0.5*(screen(4)-height) width height];
a = figure('Color', [0.8 0.8 0.8], ...
www.eeworm.com/read/122997/14653204
_SCREEN.WINDOWSTATE=2
_SCREEN.CAPTION=" 学生管理系统 开发:曹永德 联系电话:0775-6221421"
_screen.closable=.f.
_SCREEN.MAXBUTTON=.F.
_SCREEN.MINBUTTON=
www.eeworm.com/read/122997/14653241
_SCREEN.WINDOWSTATE=2
_SCREEN.CAPTION=" 学生管理系统 开发:曹永德 联系电话:0775-6221421"
_screen.closable=.f.
_SCREEN.MAXBUTTON=.F.
_SCREEN.MINBUTTON=
www.eeworm.com/read/223025/14663531
prg 主程序.prg
set directory to curdir()
_screen.windowstate=2
_screen.width=625
_screen.height=550
_screen.autocenter=.T.
push menu _msysmenu
do 系统菜单.mpr
do form 用户登录
on shutdown quit
read events
pop me
www.eeworm.com/read/222841/14671148
frm frmnewsbar.frm
VERSION 5.00
Begin VB.Form frmNewsBar
BackColor = &H00000080&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 315
ClientLeft = 0
C
www.eeworm.com/read/222841/14671218
frm frmsplash.frm
VERSION 5.00
Begin VB.Form frmSplash
BackColor = &H00808080&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3150
ClientLeft = 255
ClientTop = 141
www.eeworm.com/read/122711/14671684
cpp demo7_7.cpp
// DEMO7_7.CPP 16-bit surface to surface blitter demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#define INITGUID
#inclu
www.eeworm.com/read/122711/14672223
cpp demo12_4.cpp
// DEMO12_4.CPP - evasion demo
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course
// T3DLIB1.CPP,T3DLIB2.CPP,T3DLIB3.CPP,
// INCLUDES ////////////