home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / packages / win32ada / data.z / win32-colordlg.ads < prev    next >
Encoding:
Text File  |  1996-03-15  |  3.6 KB  |  59 lines

  1. -- $Source: /home/harp/1/proto/monoBANK/winnt/win32-colordlg.ads,v $ 
  2. -- $Revision: 1.5 $ $Date: 96/03/15 12:51:32 $ $Author: stm $ 
  3. -- See end of file for Copyright (c) information.
  4.  
  5. package Win32.Colordlg is
  6.  
  7.     DLG_COLOR                  : constant := 10;            -- colordlg.h:3
  8.     COLOR_HUESCROLL            : constant := 700;           -- colordlg.h:5
  9.     COLOR_SATSCROLL            : constant := 701;           -- colordlg.h:6
  10.     COLOR_LUMSCROLL            : constant := 702;           -- colordlg.h:7
  11.     COLOR_HUE                  : constant := 703;           -- colordlg.h:8
  12.     COLOR_SAT                  : constant := 704;           -- colordlg.h:9
  13.     COLOR_LUM                  : constant := 705;           -- colordlg.h:10
  14.     COLOR_RED                  : constant := 706;           -- colordlg.h:11
  15.     COLOR_GREEN                : constant := 707;           -- colordlg.h:12
  16.     COLOR_BLUE                 : constant := 708;           -- colordlg.h:13
  17.     COLOR_CURRENT              : constant := 709;           -- colordlg.h:14
  18.     COLOR_RAINBOW              : constant := 710;           -- colordlg.h:15
  19.     COLOR_SAVE                 : constant := 711;           -- colordlg.h:16
  20.     COLOR_ADD                  : constant := 712;           -- colordlg.h:17
  21.     COLOR_SOLID                : constant := 713;           -- colordlg.h:18
  22.     COLOR_TUNE                 : constant := 714;           -- colordlg.h:19
  23.     COLOR_SCHEMES              : constant := 715;           -- colordlg.h:20
  24.     COLOR_ELEMENT              : constant := 716;           -- colordlg.h:21
  25.     COLOR_SAMPLES              : constant := 717;           -- colordlg.h:22
  26.     COLOR_PALETTE              : constant := 718;           -- colordlg.h:23
  27.     COLOR_MIX                  : constant := 719;           -- colordlg.h:24
  28.     COLOR_BOX1                 : constant := 720;           -- colordlg.h:25
  29.     COLOR_CUSTOM1              : constant := 721;           -- colordlg.h:26
  30.     COLOR_HUEACCEL             : constant := 723;           -- colordlg.h:28
  31.     COLOR_SATACCEL             : constant := 724;           -- colordlg.h:29
  32.     COLOR_LUMACCEL             : constant := 725;           -- colordlg.h:30
  33.     COLOR_REDACCEL             : constant := 726;           -- colordlg.h:31
  34.     COLOR_GREENACCEL           : constant := 727;           -- colordlg.h:32
  35.     COLOR_BLUEACCEL            : constant := 728;           -- colordlg.h:33
  36.     NUM_BASIC_COLORS           : constant := 48;            -- colordlg.h:35
  37.     NUM_CUSTOM_COLORS          : constant := 16;            -- colordlg.h:36
  38.  
  39. -------------------------------------------------------------------------------
  40. --
  41. -- THIS FILE AND ANY ASSOCIATED DOCUMENTATION IS PROVIDED WITHOUT CHARGE
  42. -- "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
  43. -- BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR
  44. -- FITNESS FOR A PARTICULAR PURPOSE.  The user assumes the entire risk as to
  45. -- the accuracy and the use of this file.  This file may be used, copied,
  46. -- modified and distributed only by licensees of Microsoft Corporation's
  47. -- WIN32 Software Development Kit in accordance with the terms of the 
  48. -- licensee's End-User License Agreement for Microsoft Software for the
  49. -- WIN32 Development Kit.
  50. --
  51. -- Copyright (c) Intermetrics, Inc. 1995
  52. -- Portions (c) 1985-1994 Microsoft Corporation with permission.
  53. -- Microsoft is a registered trademark and Windows and Windows NT are
  54. -- trademarks of Microsoft Corporation.
  55. --
  56. -------------------------------------------------------------------------------
  57.  
  58. end Win32.Colordlg;
  59.