am2000const.pas
上传用户:powellwoo
上传日期:2007-01-07
资源大小:109k
文件大小:7k
源码类别:

Delphi控件源码

开发平台:

C++ Builder

  1. {*******************************************************}
  2. {                                                       }
  3. {       AnimatedMenus/2000                              }
  4. {       Constant definitions unit                       }
  5. {                                                       }
  6. {       Copyright (c) 1997-99 AnimatedMenus.com         }
  7. {       All rights reserved.                            }
  8. {                                                       }
  9. {*******************************************************}
  10. unit am2000const;
  11. interface
  12. const
  13.   BMP_AM2000_ADDRESSBOOK      = $1001;
  14.   BMP_AM2000_ALIGNCENTER      = $1002;
  15.   BMP_AM2000_ALIGNLEFT        = $1003;
  16.   BMP_AM2000_ALIGNRIGHT       = $1004;
  17.   BMP_AM2000_AUTOPREVIEW      = $1005;
  18.   BMP_AM2000_BOLD             = $1006;
  19.   BMP_AM2000_BOOKMARKS        = $1007;
  20.   BMP_AM2000_BULLETS          = $1008;
  21.   BMP_AM2000_CASCADE          = $1009;
  22.   BMP_AM2000_CONTENTS         = $100A;
  23.   BMP_AM2000_CONTENTSANDINDEX = $100B;
  24.   BMP_AM2000_COPY             = $100C;
  25.   BMP_AM2000_CUT              = $100D;
  26.   BMP_AM2000_DATE             = $100E;
  27.   BMP_AM2000_DATEANDTIME      = $100F;
  28.   BMP_AM2000_DATETIME         = $1010;
  29.   BMP_AM2000_DECREASEINDENT   = $1011;
  30.   BMP_AM2000_DELETE           = $1012;
  31.   BMP_AM2000_FIND             = $1013;
  32.   BMP_AM2000_FINDNEXT         = $1014;
  33.   BMP_AM2000_FONT             = $1015;
  34.   BMP_AM2000_FONTSIZE         = $1016;
  35.   BMP_AM2000_FONTSTYLE        = $1017;
  36.   BMP_AM2000_FULLSCREEN       = $1018;
  37.   BMP_AM2000_GOTOBOOKMARK     = $1019;
  38.   BMP_AM2000_HELP             = $101A;
  39.   BMP_AM2000_HOME             = $101B;
  40.   BMP_AM2000_HYPERLINK        = $101C;
  41.   BMP_AM2000_INCREASEINDENT   = $101D;
  42.   BMP_AM2000_INDENT           = $101E;
  43.   BMP_AM2000_ITALIC           = $101F;
  44.   BMP_AM2000_JUSTIFY          = $1020;
  45.   BMP_AM2000_MARKASREAD       = $1021;
  46.   BMP_AM2000_MARKASUNREAD     = $1022;
  47.   BMP_AM2000_MOVETOFOLDER     = $1023;
  48.   BMP_AM2000_NEW              = $1024;
  49.   BMP_AM2000_NEWFOLDER        = $1025;
  50.   BMP_AM2000_NEWMAIL          = $1026;
  51.   BMP_AM2000_NEWMAILMESSAGE   = $1027;
  52.   BMP_AM2000_NEWNOTE          = $1028;
  53.   BMP_AM2000_NEWTASK          = $1029;
  54.   BMP_AM2000_NOTE             = $102A;
  55.   BMP_AM2000_NUMBERING        = $102B;
  56.   BMP_AM2000_OPEN             = $102C;
  57.   BMP_AM2000_PASTE            = $102D;
  58.   BMP_AM2000_PRINT            = $102E;
  59.   BMP_AM2000_PRINTPREVIEW     = $102F;
  60.   BMP_AM2000_PROPERTIES       = $1030;
  61.   BMP_AM2000_REDO             = $1031;
  62.   BMP_AM2000_REFRESH          = $1032;
  63.   BMP_AM2000_RELOAD           = $1033;
  64.   BMP_AM2000_REPEAT           = $1034;
  65.   BMP_AM2000_REPLACE          = $1035;
  66.   BMP_AM2000_SAVE             = $1036;
  67.   BMP_AM2000_SAVEALL          = $1037;
  68.   BMP_AM2000_SEARCHTHEWEB     = $1038;
  69.   BMP_AM2000_SENDMAIL         = $1039;
  70.   BMP_AM2000_SETBOOKMARK      = $103A;
  71.   BMP_AM2000_SETDATE          = $103B;
  72.   BMP_AM2000_SETFONT          = $103C;
  73.   BMP_AM2000_SETTIME          = $103D;
  74.   BMP_AM2000_SORT             = $103E;
  75.   BMP_AM2000_SPELLCHECK       = $103F;
  76.   BMP_AM2000_SPLITWINDOW      = $1040;
  77.   BMP_AM2000_TASK             = $1041;
  78.   BMP_AM2000_TILE             = $1042;
  79.   BMP_AM2000_TIME             = $1043;
  80.   BMP_AM2000_UNDERLINE        = $1044;
  81.   BMP_AM2000_UNDO             = $1045;
  82.   BMP_AM2000_UNINDENT         = $1046;
  83.   BMP_AM2000_WHATSTHIS        = $1047;
  84.   BMP_AM2000_PARAGRAPH        = $1048;
  85.   BMP_AM2000_MOVEUP           = $1049;
  86.   BMP_AM2000_MOVEDOWN         = $104a;
  87.   BMP_AM2000_MOVELEFT         = $104b;
  88.   BMP_AM2000_MOVERIGHT        = $104c;
  89.   BMP_AM2000_UPONELEVEL       = $104d;
  90.   BMP_AM2000_RULER            = $104e;
  91.   BMP_AM2000_DELETE2          = $104f;
  92.   BMP_AM2000_NEWFOLDER2       = $1050;
  93.   BMP_AM2000_CREATE           = $1051;
  94.   BMP_AM2000_CREATE2          = $1052;
  95.   BMP_AM2000_BACKWARD       = $1053;
  96.   BMP_AM2000_FORWARD          = $1054;
  97. const
  98.   // am2000designer
  99.   SBrowseForMenuTemplateFolder =
  100.     'Please specify the standard menu templates folder. ' +
  101.     'Standard menu templates available for download at AM/2000 website.';
  102.   SInsertMenuStart =
  103.     'Insert ';
  104.   SInsertMenuFinish =
  105.     ' Menu';
  106.   SBitmapDialogFilter =
  107.     'Bitmaps (*.bmp)|*.bmp|All Files (*.*)|*.*';
  108.   SSaveBitmapDialogTitle =
  109.     'Save Bitmap As';
  110.   SOpenBitmapDialogTitle =
  111.     'Open Bitmap';
  112.   SDefaultMenuItemCaption =
  113.     'Menu Item';
  114.   // am2000utils
  115.   SDoesntSupportTitle =
  116.     'AnimatedMenus/2000 2.1 Evaluation Edition';
  117.   SDoesntSupportText1 =
  118.     'Sorry, but AnimatedMenus/2000 Evaluation Edition doesn''t support ';
  119.   SDoesntSupportText2 = '. '+
  120.     'Please upgrade your version to Standard or Developer Edition.'#13#13 +
  121.     'Visit www.animatedmenus.com for more information.'#13#13 +
  122.     'Thank you for evaluating AnimatedMenus/2000!'#13#13 +
  123.     'Sincerely, Andrew Cher,'#13'AnimatedMenus.com, Inc.';
  124.   SThisFeature =
  125.     'this feature';
  126.   SSubmenus =
  127.     'submenus';
  128.   SFileOperations =
  129.     'file operations';
  130.   SFloatingMenus =
  131.     'floating menus';
  132.   SMergeUnmerge =
  133.     'multiple menu merging';
  134.   SClipboardOperations =
  135.     'clipboard operations';
  136.   // am2000cache
  137.   SShift = 'Shift';
  138.   SCtrl = 'Ctrl';
  139.   SAlt = 'Alt';
  140.   SIns = 'Ins';
  141.   SDel = 'Del';
  142.   // am2000mainmenu
  143.   SMenuIndexOutOfBounds =
  144.     'Menu index is out of bounds';
  145.   // am2000menuitem
  146.   SInvalidShortCut =
  147.     'Invalid shortcut: ''';
  148.   SThisIsNotAButtonArray =
  149.     ': This is not a Button Array';
  150.   SThisIsNotAButton =
  151.     ': This is not a Button';
  152.   SThisIsNotABitmap =
  153.     ': This is not a Bitmap';
  154.   SThisisNotAGif =
  155.     ': This is not a Gif image';
  156.   SThisIsNotAEdit =
  157.     ': This is not an Editbox';
  158.   SThisIsNotACombo =
  159.     ': This is not an Combobox';
  160.   SThisIsNotAList =
  161.     ': This is not a Listbox';
  162.   SMenuNotFound =
  163.     'Menu not found';
  164.   SNoNewMenu =
  165.     'You cannot use NewMenu function with AnimatedMenus/2000';
  166.   SNoNewPopupMenu =
  167.     'You cannot use NewPopupMenu function with AnimatedMenus/200';
  168.   // am2000popup
  169.   SDraggableMenuInfo =
  170.     'Drag to make this menu float';
  171.   SExpand =
  172.     'Expand (Ctrl+Down)';
  173.   // am2000
  174.   SWelcomeMessage = 'Hi!'#13#13+
  175.     'Thank you for using AnimatedMenus/2000 Evaluation '+
  176.     'Edition. We hope you''ll enjoy this software. Visit our website at'+
  177.     'http://www.animatedmenus.com/ for the documentation, samples, '+
  178.     'knwoledge base, latest software updates, and gifts for users.'#13#13+
  179.     'Thank you!'#13#13+
  180.     'Sincerely, Andrew Cher,'#13+
  181.     'AnimatedMenus.com, Inc.'#13#13+
  182.     'P.S. This is one-time showing message, you''ll not see this message again.';
  183.   // am2000bitmap
  184.   SValueMustBeBetween1And4 =
  185.     'Value must be between 1 and 4.';
  186.   // am2000editbox
  187.   SOnlyTextMenuItemCanBeEdited =
  188.     'Only text menu item can be edited.';
  189. implementation
  190. end.