categoryscale.java

来自「此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试」· Java 代码 · 共 60 行

JAVA
60
字号
//
// Auto-generated using JActiveX.EXE 5.00.2918
//   ("D:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /wfc /t "D:\Program Files\Microsoft Visual Studio\VJ98\wfc.jnf" /w /xi /X:rkc /l "C:\TEMP\jvcCBC.tmp" /nologo /d "E:\InfoServer\clients\Java\Trend\ISVjTrend" "C:\WINNT\System32\MSCHRT20.OCX")
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//

package mschrt20;

import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
import msdatsrc.*;

/** @com.class(classid=E9E07518-BA0A-11D1-B137-0000F8753F5D,DynamicCasts) 
    @com.interface(iid=E9E07517-BA0A-11D1-B137-0000F8753F5D, thread=AUTO, type=DUAL) */
public class CategoryScale implements IUnknown,com.ms.com.NoAutoScripting,mschrt20.IVcCategoryScale
{
  /** @com.method(vtoffset=4, dispid=1, type=PROPGET, name="Auto", name2="getAuto", addFlagsVtable=4)
      @com.parameters([type=BOOLEAN] return) */
  public native boolean getAuto();

  /** @com.method(vtoffset=5, dispid=1, type=PROPPUT, name="Auto", name2="putAuto", addFlagsVtable=4)
      @com.parameters([in,type=BOOLEAN] Automatic) */
  public native void setAuto(boolean Automatic);

  /** @com.method(vtoffset=6, dispid=2, type=PROPGET, name="DivisionsPerLabel", name2="getDivisionsPerLabel", addFlagsVtable=4)
      @com.parameters([type=I2] return) */
  public native short getDivisionsPerLabel();

  /** @com.method(vtoffset=7, dispid=2, type=PROPPUT, name="DivisionsPerLabel", name2="putDivisionsPerLabel", addFlagsVtable=4)
      @com.parameters([in,type=I2] DivisionsPerLabel) */
  public native void setDivisionsPerLabel(short DivisionsPerLabel);

  /** @com.method(vtoffset=8, dispid=3, type=PROPGET, name="DivisionsPerTick", name2="getDivisionsPerTick", addFlagsVtable=4)
      @com.parameters([type=I2] return) */
  public native short getDivisionsPerTick();

  /** @com.method(vtoffset=9, dispid=3, type=PROPPUT, name="DivisionsPerTick", name2="putDivisionsPerTick", addFlagsVtable=4)
      @com.parameters([in,type=I2] DivisionsPerTick) */
  public native void setDivisionsPerTick(short DivisionsPerTick);

  /** @com.method(vtoffset=10, dispid=4, type=PROPGET, name="LabelTick", name2="getLabelTick", addFlagsVtable=4)
      @com.parameters([type=BOOLEAN] return) */
  public native boolean getLabelTick();

  /** @com.method(vtoffset=11, dispid=4, type=PROPPUT, name="LabelTick", name2="putLabelTick", addFlagsVtable=4)
      @com.parameters([in,type=BOOLEAN] LabelTick) */
  public native void setLabelTick(boolean LabelTick);


  public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe9e07517, (short)0xba0a, (short)0x11d1, (byte)0xb1, (byte)0x37, (byte)0x0, (byte)0x0, (byte)0xf8, (byte)0x75, (byte)0x3f, (byte)0x5d);

  public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0xe9e07518, (short)0xba0a, (short)0x11d1, (byte)0xb1, (byte)0x37, (byte)0x0, (byte)0x0, (byte)0xf8, (byte)0x75, (byte)0x3f, (byte)0x5d);
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?