代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/314664/13562088
png scroll.png
www.eeworm.com/read/309649/13667170
c scroll.c
/* +++Date last modified: 05-Jul-1997 */
/*--------------------------[ scroll ]--------------------------*/
/* Scroll the active page up or down a number of lines */
/* Publ
www.eeworm.com/read/301290/13860807
h scroll.h
/**
* Scroll
*/
#pragma once
class Scroll: public virtual Control
{
public:
Scroll(Window *pWnd, int x, int y, int width, int maxValue, void (*onScroll)(Scroll*));
virtual ~Scroll(v
www.eeworm.com/read/301290/13860824
cpp scroll.cpp
#include "GKL.h"
using namespace GKL;
const int ARROW_HEIGHT = 25;
Scroll::Scroll(Window *pWnd, int x, int y, int width, int maxValue, void (*onScroll)(Scroll*)):
Control(pWnd),
COLOR_O
www.eeworm.com/read/150491/5692113
ctl scroll.ctl
VERSION 5.00
Begin VB.UserControl ArviScroll
ClientHeight = 3600
ClientLeft = 0
ClientTop = 0
ClientWidth = 4800
BeginProperty Font
Name
www.eeworm.com/read/147091/5733511
sql scroll.sql
--声明 SCROLL 游标并使用其它 FETCH 选项
--下例创建一个 SCROLL 游标,使其通过 LAST、PRIOR、RELATIVE 和 ABSOLUTE 选项支持所有滚动能力。
USE pubs
GO
-- Execute the SELECT statement alone to show the
-- full result set that is used
www.eeworm.com/read/136812/5858533
c _scroll.c
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended p
www.eeworm.com/read/136812/5858897
c scroll.c
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended p
www.eeworm.com/read/135582/5884153
dsp scroll.dsp
# Microsoft Developer Studio Project File - Name="scroll" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap