⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 datapointlabel.java

📁 此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试
💻 JAVA
字号:
//
// 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=E9E0750D-BA0A-11D1-B137-0000F8753F5D,DynamicCasts) 
    @com.interface(iid=E9E0750C-BA0A-11D1-B137-0000F8753F5D, thread=AUTO, type=DUAL) */
public class DataPointLabel implements IUnknown,com.ms.com.NoAutoScripting,mschrt20.IVcDataPointLabel
{
  /** @com.method(vtoffset=4, dispid=0, type=PROPGET, name="_Text", name2="get_Text", addFlagsVtable=4)
      @com.parameters([type=STRING] return)
      @hidden */
  public native String get_Text();

  /** @com.method(vtoffset=5, dispid=0, type=PROPPUT, name="_Text", name2="put_Text", addFlagsVtable=4)
      @com.parameters([in,type=STRING] __Text)
      @hidden */
  public native void set_Text(String __Text);

  /** @com.method(vtoffset=6, dispid=1, type=PROPGET, name="Text", name2="getText", addFlagsVtable=4)
      @com.parameters([type=STRING] return) */
  public native String getText();

  /** @com.method(vtoffset=7, dispid=1, type=PROPPUT, name="Text", name2="putText", addFlagsVtable=4)
      @com.parameters([in,type=STRING] Text) */
  public native void setText(String Text);

  /** @com.method(vtoffset=8, dispid=2, type=PROPGET, name="Backdrop", name2="getBackdrop", addFlagsVtable=4)
      @com.parameters([iid=E9E074E2-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcBackdrop getBackdrop();

  /** @com.method(vtoffset=9, dispid=3, type=PROPGET, name="VtFont", name2="getVtFont", addFlagsVtable=4)
      @com.parameters([iid=E9E074D8-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcFont getVtFont();

  /** @com.method(vtoffset=10, dispid=4, type=PROPGET, name="Offset", name2="getOffset", addFlagsVtable=4)
      @com.parameters([iid=E9E074CB-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcLCoor getOffset();

  /** @com.method(vtoffset=11, dispid=5, type=PROPGET, name="TextLayout", name2="getTextLayout", addFlagsVtable=4)
      @com.parameters([iid=E9E074D5-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcTextLayout getTextLayout();

  /** @com.method(vtoffset=12, dispid=6, type=PROPGET, name="LocationType", name2="getLocationType", addFlagsVtable=4)
      @com.parameters([type=I4] return) */
  public native int getLocationType();

  /** @com.method(vtoffset=13, dispid=6, type=PROPPUT, name="LocationType", name2="putLocationType", addFlagsVtable=4)
      @com.parameters([in,type=I4] LocationType) */
  public native void setLocationType(int LocationType);

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

  /** @com.method(vtoffset=15, dispid=7, type=PROPPUT, name="Custom", name2="putCustom", addFlagsVtable=4)
      @com.parameters([in,type=BOOLEAN] Custom) */
  public native void setCustom(boolean Custom);

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

  /** @com.method(vtoffset=17, dispid=8, type=PROPPUT, name="Component", name2="putComponent", addFlagsVtable=4)
      @com.parameters([in,type=I2] Component) */
  public native void setComponent(short Component);

  /** @com.method(vtoffset=18, dispid=9, type=PROPGET, name="LineStyle", name2="getLineStyle", addFlagsVtable=4)
      @com.parameters([type=I4] return) */
  public native int getLineStyle();

  /** @com.method(vtoffset=19, dispid=9, type=PROPPUT, name="LineStyle", name2="putLineStyle", addFlagsVtable=4)
      @com.parameters([in,type=I4] LineStyle) */
  public native void setLineStyle(int LineStyle);

  /** @com.method(vtoffset=20, dispid=10, type=PROPGET, name="ValueFormat", name2="getValueFormat", addFlagsVtable=4)
      @com.parameters([type=STRING] return) */
  public native String getValueFormat();

  /** @com.method(vtoffset=21, dispid=10, type=PROPPUT, name="ValueFormat", name2="putValueFormat", addFlagsVtable=4)
      @com.parameters([in,type=STRING] ValueFormat) */
  public native void setValueFormat(String ValueFormat);

  /** @com.method(vtoffset=22, dispid=11, type=PROPGET, name="PercentFormat", name2="getPercentFormat", addFlagsVtable=4)
      @com.parameters([type=STRING] return) */
  public native String getPercentFormat();

  /** @com.method(vtoffset=23, dispid=11, type=PROPPUT, name="PercentFormat", name2="putPercentFormat", addFlagsVtable=4)
      @com.parameters([in,type=STRING] PercentFormat) */
  public native void setPercentFormat(String PercentFormat);

  /** @com.method(vtoffset=24, dispid=12, type=PROPGET, name="TextLength", name2="getTextLength", addFlagsVtable=4)
      @com.parameters([type=I2] return) */
  public native short getTextLength();

  /** @com.method(vtoffset=25, dispid=15, type=PROPPUTREF, name="Font", name2="putFont", addFlagsVtable=4)
      @com.parameters([in,iid=BEF6E003-A874-101A-8BBA-00AA00300CAB,thread=AUTO,type=DISPATCH] Font) */
  public native void setFont(com.ms.wfc.ax.IFontDisp Font);

  /** @com.method(vtoffset=26, dispid=15, type=PROPGET, name="Font", name2="getFont", addFlagsVtable=4)
      @com.parameters([iid=BEF6E003-A874-101A-8BBA-00AA00300CAB,thread=AUTO,type=DISPATCH] return) */
  public native com.ms.wfc.ax.IFontDisp getFont();

  /** @com.method(vtoffset=27, dispid=13, type=METHOD, name="ResetCustomLabel", addFlagsVtable=4)
      @com.parameters() */
  public native void ResetCustomLabel();

  /** @com.method(vtoffset=28, dispid=14, type=METHOD, name="Select", addFlagsVtable=4)
      @com.parameters() */
  public native void Select();


  public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe9e0750c, (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)0xe9e0750d, (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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -