home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.7 / 1999-01_-_Disc_4.7.bin / ELINK / CLARISHP / _SETUP.1 / HOMEPAGE.exe / 1009 / 158 < prev    next >
Text File  |  1997-02-20  |  5KB  |  181 lines

  1. // -----
  2. // VDL158.txt
  3. // Copyright 1996 Claris
  4. // -----
  5.  
  6.  
  7. //Tool Palette
  8.  
  9. /************************** LOCALIZED STRING CONSTANTS BEGIN **************************************/
  10. /************************** LOCALIZED STRING CONSTANTS BEGIN **************************************/
  11. /************************** LOCALIZED STRING CONSTANTS BEGIN **************************************/
  12.  
  13. //This section contains all localizable string constants for this VDL program. Be sure to 
  14. //include the backslash character at the end of each line of a multi-line string, except for the last line.
  15. //You may also flatten multiline constants into a single line, if you prefer
  16.  
  17. #define kLit1 "Insert CheckBox"
  18. #define kLit2 "Insert Radio Button"
  19. #define kLit3 "Insert Submit Button"
  20. #define kLit4 "Insert Reset Button"
  21. #define kLit5 "Insert Text Area"
  22. #define kLit6 "Insert Entry Field"
  23. #define kLit7 "Insert Password Field"
  24. #define kLit8 "Insert Popup"
  25. #define kLit9 "Insert Image"
  26. #define kLit10 "Insert Horizontal Rule"
  27. #define kLit11 "Insert Table"
  28. #define kLit12 "Make Anchor"
  29.  
  30. /************************** LOCALIZED STRING CONSTANTS END **************************************/
  31. /************************** LOCALIZED STRING CONSTANTS END **************************************/
  32. /************************** LOCALIZED STRING CONSTANTS END **************************************/
  33.  
  34.  
  35.  
  36. /************************** LOCALIZED NUMERICAL CONSTANTS BEGIN **************************************/
  37. /************************** LOCALIZED NUMERICAL CONSTANTS BEGIN **************************************/
  38. /************************** LOCALIZED NUMERICAL CONSTANTS BEGIN **************************************/
  39.  
  40. //This section contains integer constants that are used to format this VDL program.
  41. //These are localizable - they only need to be changed if the localized strings 
  42. //are sufficiently longer than the US strings. Localize the strings first, then the constants.
  43.  
  44. //No constants
  45.  
  46. /************************** LOCALIZED NUMERICAL CONSTANTS END **************************************/
  47. /************************** LOCALIZED NUMERICAL CONSTANTS END **************************************/
  48. /************************** LOCALIZED NUMERICAL CONSTANTS END **************************************/
  49.  
  50. //No further localizable data past this point
  51.  
  52. /************************** END LOCALIZABLE DATA ***************************************************/
  53. /************************** END LOCALIZABLE DATA ***************************************************/
  54. /************************** END LOCALIZABLE DATA ***************************************************/
  55.  
  56.  
  57. #if Platform_Mac
  58. #define ToolSep Spacer(Height = UseParent, Width = 1, BackColor = {0,0,0});
  59. #else
  60. #define ToolSep 
  61. #endif
  62.  
  63. #if Platform_Mac
  64. #define ToolBack     BackColor = {57015, 57015, 57015}
  65. #else
  66. #define ToolBack     BackColor = Dialog
  67. #endif
  68.  
  69. #define EH EnabledHelpString =  
  70.  
  71.  
  72. Define(FirstRow)
  73.     HList(ToolBack)
  74.         {
  75.         ToolSep
  76.         PictPushButton(3082, "None",Draggable,
  77.                                 EH kLit1)
  78.                 {
  79.                 Enabled(Draw, 'cicn',13001 );
  80.                 Disabled(Draw, 'cicn',13041 ); 
  81.                 Tracking(Draw, 'cicn',13021 );
  82.                 };
  83.         ToolSep
  84.         
  85.         PictPushButton(3083, "None",Draggable,
  86.                             EH kLit2)
  87.             {
  88.             Enabled(Draw, 'cicn',13002 );
  89.             Disabled(Draw, 'cicn',13042 ); 
  90.             Tracking(Draw, 'cicn',13022 );
  91.             };
  92.         ToolSep
  93.         
  94.         PictPushButton(3088, "None", Draggable,
  95.                             EH kLit3)
  96.             {
  97.             Enabled(Draw, 'cicn',13006 );
  98.             Disabled(Draw, 'cicn',13046 ); 
  99.             Tracking(Draw, 'cicn',13026 );
  100.             };
  101.         ToolSep
  102.             
  103.         PictPushButton(3089, "None",Draggable,
  104.                             EH kLit4)
  105.             {
  106.             Enabled(Draw, 'cicn',13007 );
  107.             Disabled(Draw, 'cicn',13047 ); 
  108.             Tracking(Draw, 'cicn',13027 );
  109.             };
  110.         ToolSep
  111.         
  112.         } //Button Commands
  113.         
  114.         
  115.         
  116. Define(SecondRow)
  117.     HList(ToolBack)
  118.         {
  119.         ToolSep
  120.         PictPushButton(3084, "None",Draggable,
  121.                             EH kLit5)
  122.             {
  123.             Enabled(Draw, 'cicn',13000 );
  124.             Disabled(Draw, 'cicn',13040 ); 
  125.             Tracking(Draw, 'cicn',13020 );
  126.             };
  127.         ToolSep
  128.  
  129.         PictPushButton(3085, "None",Draggable,
  130.                             EH kLit6)
  131.             {
  132.             Enabled(Draw, 'cicn',13004 );
  133.             Disabled(Draw, 'cicn',13044 ); 
  134.             Tracking(Draw, 'cicn',13024 );
  135.             };
  136.         ToolSep
  137.  
  138.         PictPushButton(3086, "None",Draggable,
  139.                             EH kLit7)
  140.             {
  141.             Enabled(Draw, 'cicn',13009 );
  142.             Disabled(Draw, 'cicn',13049 ); 
  143.             Tracking(Draw, 'cicn',13029 );
  144.             };
  145.         ToolSep
  146.             
  147.         PictPushButton(3087, "None",Draggable,
  148.                             EH kLit8)
  149.             {
  150.             Enabled(Draw, 'cicn',13008 );
  151.             Disabled(Draw, 'cicn',13048 ); 
  152.             Tracking(Draw, 'cicn',13028 );
  153.             };
  154.         ToolSep
  155.         
  156.         } //SecondRow
  157.  
  158. #if Platform_Win
  159.  
  160.     Margin(5,5,5,5,ToolBack)
  161.         VList() //Base V Array
  162.             {
  163.             Call(FirstRow);
  164.             Call(SecondRow);
  165.             } //Base V Array
  166.             
  167.  
  168. #else
  169.  
  170. Margin(5,5,5,5,ToolBack)
  171.     Layout(AllowOverlap)
  172.         {
  173.         Margin(0,0,0,0, Left=0, Top=0)
  174.             Call(FirstRow);
  175.         Margin(0,0,0,0, Left=0, Top=22)
  176.             Call(SecondRow);
  177.         } //Base V Array
  178.  
  179. #endif
  180.  
  181.