home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Text Encoding Converter 1.5 / Sample Code / UnicodeHub / UnicodeHubConstants.h < prev    next >
Encoding:
Text File  |  1999-02-09  |  1.5 KB  |  54 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        UnicodeHubConstants.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Version:    System 8.6
  7.  
  8.     Copyright:    © 1999 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     File Ownership:
  11.  
  12.         DRI:                Julio Gonzalez
  13.  
  14.         Other Contact:        Peter Edberg
  15.  
  16.         Technology:            System Software
  17.  
  18.     Writers:
  19.  
  20.         (jag)    Julio Gonzalez
  21.  
  22.     Change History (most recent first):
  23.  
  24.       <TEC2>      2/9/99    jag        Change kFirstToUnicodeCheck and kLastToUnicodeCheck to reflect
  25.                                     new ToFlags in UI. Also the equivalent same for FromFlags.
  26. */
  27.  
  28. // ===========================================================================
  29. //    ControlsConstants.h                ©1995 Metrowerks Inc. All rights reserved.
  30. // ===========================================================================
  31.  
  32. #pragma once
  33.  
  34. const ResIDT    rPPob_UnicodeHubWindow    = 1;
  35. const ResIDT    rRidL_UnicodeHubWindow    = rPPob_UnicodeHubWindow;
  36. const PaneIDT    kFirstFromUnicodeCheck    = 3000;
  37. //const PaneIDT    kDirectionalityCheck    = 3002;
  38. const PaneIDT    kLastFromUnicodeCheck    = 3010;
  39. const PaneIDT    kFirstToUnicodeCheck    = 4000;
  40. const PaneIDT    kLastToUnicodeCheck        = 4010;
  41. const PaneIDT    kLeftEncodingPopup        = 2000;
  42. const PaneIDT    kRightEncodingPopup        = 2001;
  43. const PaneIDT    kLeftConvertButton        = 7000;
  44. const PaneIDT    kRightConvertButton        = 7001;
  45. const PaneIDT    kInputReadCaption        = 8000;
  46. const PaneIDT    kOutputLenCaption        = 8001;
  47. const PaneIDT    kErrorCaption            = 8003;
  48. const PaneIDT    kLeftText                = 5000;
  49. const PaneIDT    kRightText                = 5001;
  50. const PaneIDT    kFontMenuPopup            = 5500;
  51. const PaneIDT    kLeftDisplayHex            = 9000;
  52. const PaneIDT    kRightDisplayHex        = 9001;
  53.  
  54. const short        kSimpleAlert            = 129;