Attribute VB_Name = "ConViewModule" Option Explicit Global CurrentActionButton() As Integer Global CurrentActionFlags() As Integer Global Const RASTER_STR = "LEADRaster.LEADRaster.140" Global Const strLice = "LEADTOOLS OCX Copyright (c) 1991-2004 LEAD Technologies, Inc." Global Const WINDOWLEVEL_ACTION = 0 Global Const ALPHA_ACTION = 1 Global Const OFFSET_ACTION = 2 Global Const SCALE_ACTION = 3 Global Const STACK_ACTION = 4 Global Const MAGNIFYGLASS_ACTION = 5