home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-05 | 1.2 KB | 32 lines |
- //
- // Auto-generated using JActiveX.EXE 4.79.2207
- // (E:\IRONWOOD\tools\jactivex -nologo -d E:\IRONWOOD\build\Retail -p:b- -p iforms.host E:\IRONWOOD\build\Retail\iforms\host\ifmenu.tlb)
- //
- // 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 iforms.host;
-
- import com.ms.com.*;
- import com.ms.com.IUnknown;
- import com.ms.com.Variant;
-
- // Enum: __VSMEPROPID
-
- public interface __VSMEPROPID
- {
- public static final int VSMEPROPID_FIRST = -1000;
- public static final int VSMEPROPID_NAME = -1000;
- public static final int VSMEPROPID_CAPTION = -1001;
- public static final int VSMEPROPID_CHECKED = -1002;
- public static final int VSMEPROPID_ENABLED = -1003;
- public static final int VSMEPROPID_VISIBLE = -1004;
- public static final int VSMEPROPID_BOLD = -1005;
- public static final int VSMEPROPID_ACCEL = -1006;
- public static final int VSMEPROPID_LAST = -1006;
- }
-