代码搜索:SCROLL
找到约 4,241 项符合「SCROLL」的源代码
代码结果 4,241
www.eeworm.com/read/177878/9429094
java mapcanvas.java
/* Written by : Lee Jiayi
* Assisted by : Zhang Haoze and Koh Ling Xin
* Description of class: Class is used to contains mapCanvas as a means of
* being able to scroll mapCanvas when the physi
www.eeworm.com/read/277285/10648811
listing_10_3
!
! Resource file to produce Figure 10.4
!
*Scroller.visualPolicy: CONSTANT
*Scroller.scrollingPolicy: AUTOMATIC
*Scroller.scrollBarDisplayPolicy: STATIC
*Scroller.height: 150
*Scroll
www.eeworm.com/read/491269/6438168
pas dxwscrollunit.pas
unit DXWScrollUnit;
interface
uses
Windows,Classes,Graphics,Controls,Forms,ExtCtrls,SysUtils,
DXClass, DXDraws ,DXWStatObj;
//only for Vertical Scroll yet
Type
TDXWScroll = class (TDXWO
www.eeworm.com/read/127767/14336854
txt e270. getting the cursor position in a scrollable result set.txt
try {
// Create a scrollable result set
Statement stmt = connection.createStatement(
ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);
ResultSet r
www.eeworm.com/read/114046/15117054
frm frmsplash.frm
VERSION 5.00
Begin VB.Form FrmSplash
BackColor = &H00FFFFFF&
BorderStyle = 4 'Fixed ToolWindow
Caption = "Samurai Scroll"
ClientHeight = 3900
Client
www.eeworm.com/read/114046/15117145
frm frmmain.frm
VERSION 5.00
Begin VB.Form FrmMain
BackColor = &H00FFFFFF&
BorderStyle = 4 'Fixed ToolWindow
Caption = "Samurai Scroll"
ClientHeight = 5985
ClientLe
www.eeworm.com/read/6656/97812
vb module1.vb
Module Module1
Public Interface IScrollable
Sub Scroll()
End Interface
Public Class ScrollDog
Inherits Pet.Dog
Implements IScrollable
Public Sub
www.eeworm.com/read/162684/5514893
pas visibilitydemo.pas
unit VisibilityDemo;
// Virtual Treeview sample form demonstrating following features:
// - Hide nodes.
// - Synchronization between 2 trees (expand, scroll, selection).
// Written by Mike L
www.eeworm.com/read/436639/1847058
pas ibempf.pas
unit IbEmpF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
StdCtrls, Forms, DBCtrls, DB, DBTables, Mask, ExtCtrls;
type
TFormEmp = class(TForm)
Scroll