📄 ivclabel.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.*;
// Dual interface IVcLabel
/** @com.interface(iid=E9E07508-BA0A-11D1-B137-0000F8753F5D, thread=AUTO, type=DUAL) */
public interface IVcLabel extends IUnknown
{
/** @com.method(vtoffset=4, dispid=1, type=PROPGET, name="Backdrop", name2="getBackdrop", addFlagsVtable=4)
@com.parameters([iid=E9E074E2-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
public mschrt20.IVcBackdrop getBackdrop();
/** @com.method(vtoffset=5, dispid=2, type=PROPGET, name="Format", name2="getFormat", addFlagsVtable=4)
@com.parameters([type=STRING] return) */
public String getFormat();
/** @com.method(vtoffset=6, dispid=2, type=PROPPUT, name="Format", name2="putFormat", addFlagsVtable=4)
@com.parameters([in,type=STRING] Format) */
public void setFormat(String Format);
/** @com.method(vtoffset=7, dispid=3, type=PROPGET, name="VtFont", name2="getVtFont", addFlagsVtable=4)
@com.parameters([iid=E9E074D8-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
public mschrt20.IVcFont getVtFont();
/** @com.method(vtoffset=8, dispid=4, type=PROPGET, name="Auto", name2="getAuto", addFlagsVtable=4)
@com.parameters([type=BOOLEAN] return) */
public boolean getAuto();
/** @com.method(vtoffset=9, dispid=4, type=PROPPUT, name="Auto", name2="putAuto", addFlagsVtable=4)
@com.parameters([in,type=BOOLEAN] Automatic) */
public void setAuto(boolean Automatic);
/** @com.method(vtoffset=10, dispid=5, type=PROPGET, name="Standing", name2="getStanding", addFlagsVtable=4)
@com.parameters([type=BOOLEAN] return) */
public boolean getStanding();
/** @com.method(vtoffset=11, dispid=5, type=PROPPUT, name="Standing", name2="putStanding", addFlagsVtable=4)
@com.parameters([in,type=BOOLEAN] Standing) */
public void setStanding(boolean Standing);
/** @com.method(vtoffset=12, dispid=6, type=PROPGET, name="TextLayout", name2="getTextLayout", addFlagsVtable=4)
@com.parameters([iid=E9E074D5-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
public mschrt20.IVcTextLayout getTextLayout();
/** @com.method(vtoffset=13, dispid=7, type=PROPGET, name="FormatLength", name2="getFormatLength", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public short getFormatLength();
/** @com.method(vtoffset=14, dispid=8, type=PROPPUTREF, name="Font", name2="putFont", addFlagsVtable=4)
@com.parameters([in,iid=BEF6E003-A874-101A-8BBA-00AA00300CAB,thread=AUTO,type=DISPATCH] Font) */
public void setFont(com.ms.wfc.ax.IFontDisp Font);
/** @com.method(vtoffset=15, dispid=8, type=PROPGET, name="Font", name2="getFont", addFlagsVtable=4)
@com.parameters([iid=BEF6E003-A874-101A-8BBA-00AA00300CAB,thread=AUTO,type=DISPATCH] return) */
public com.ms.wfc.ax.IFontDisp getFont();
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe9e07508, (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 + -