home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / COMMON / IDE / IDE98 / WFCFORMS.CAB / iforms / host / __VSMEPROPID.java < prev    next >
Text File  |  1998-03-05  |  1KB  |  32 lines

  1. //
  2. // Auto-generated using JActiveX.EXE 4.79.2207
  3. //   (E:\IRONWOOD\tools\jactivex -nologo -d E:\IRONWOOD\build\Retail -p:b- -p iforms.host E:\IRONWOOD\build\Retail\iforms\host\ifmenu.tlb)
  4. //
  5. // WARNING: Do not remove the comments that include "@com" directives.
  6. // This source file must be compiled by a @com-aware compiler.
  7. // If you are using the Microsoft Visual J++ compiler, you must use
  8. // version 1.02.3920 or later. Previous versions will not issue an error
  9. // but will not generate COM-enabled class files.
  10. //
  11.  
  12. package iforms.host;
  13.  
  14. import com.ms.com.*;
  15. import com.ms.com.IUnknown;
  16. import com.ms.com.Variant;
  17.  
  18. // Enum: __VSMEPROPID
  19.  
  20. public interface __VSMEPROPID
  21. {
  22.   public static final int VSMEPROPID_FIRST = -1000;
  23.   public static final int VSMEPROPID_NAME = -1000;
  24.   public static final int VSMEPROPID_CAPTION = -1001;
  25.   public static final int VSMEPROPID_CHECKED = -1002;
  26.   public static final int VSMEPROPID_ENABLED = -1003;
  27.   public static final int VSMEPROPID_VISIBLE = -1004;
  28.   public static final int VSMEPROPID_BOLD = -1005;
  29.   public static final int VSMEPROPID_ACCEL = -1006;
  30.   public static final int VSMEPROPID_LAST = -1006;
  31. }
  32.