vtchparttype.java
来自「此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试」· Java 代码 · 共 39 行
JAVA
39 行
//
// 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.*;
// Enum: VtChPartType
public class VtChPartType extends com.ms.wfc.core.Enum
{
public static final short VtChPartTypeChart = 0;
public static final short VtChPartTypeTitle = 1;
public static final short VtChPartTypeFootnote = 2;
public static final short VtChPartTypeLegend = 3;
public static final short VtChPartTypePlot = 4;
public static final short VtChPartTypeSeries = 5;
public static final short VtChPartTypeSeriesLabel = 6;
public static final short VtChPartTypePoint = 7;
public static final short VtChPartTypePointLabel = 8;
public static final short VtChPartTypeAxis = 9;
public static final short VtChPartTypeAxisLabel = 10;
public static final short VtChPartTypeAxisTitle = 11;
public static final short VtChPartTypeSeriesName = 12;
public static final short VtChPartTypePointName = 13;
public static final short VtChPartTypeCount = 14;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?