home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Applix / install.cd / bin / .dialogrc next >
Text File  |  1997-09-24  |  3KB  |  135 lines

  1. #
  2. # Run-time configuration file for dialog
  3. #
  4. # Automatically generated by "dialog --create-rc dialogrc"
  5. #
  6. #
  7. # Types of values:
  8. #
  9. # Number     -  <number>
  10. # String     -  "string"
  11. # Boolean    -  <ON|OFF>
  12. # Attribute  -  (foreground,background,highlight?)
  13. #
  14.  
  15.  
  16. # Shadow dialog boxes? This also turns on color.
  17. use_shadow = ON
  18.  
  19. # Turn color support ON or OFF
  20. use_colors = ON
  21.  
  22. # Reserves an empty line at top & bottom
  23. use_crwrap = OFF
  24.  
  25. # Screen color
  26. screen_color = (CYAN,BLUE,ON)
  27.  
  28. # Shadow color
  29. shadow_color = (BLACK,BLACK,ON)
  30.  
  31. # Dialog box color
  32. dialog_color = (BLACK,WHITE,OFF)
  33.  
  34. # Dialog box title color
  35. title_color = (GREEN,WHITE,ON)
  36.  
  37. # Dialog box border color
  38. border_color = (WHITE,WHITE,ON)
  39.  
  40. # Active button color
  41. button_active_color = (WHITE,BLUE,ON)
  42.  
  43. # Inactive button color
  44. button_inactive_color = (BLACK,WHITE,OFF)
  45.  
  46. # Active button key color
  47. button_key_active_color = (WHITE,BLUE,ON)
  48.  
  49. # Inactive button key color
  50. button_key_inactive_color = (RED,WHITE,OFF)
  51.  
  52. # Active button label color
  53. button_label_active_color = (GREEN,BLUE,ON)
  54.  
  55. # Inactive button label color
  56. button_label_inactive_color = (BLACK,WHITE,ON)
  57.  
  58. # Input box color
  59. inputbox_color = (BLACK,WHITE,OFF)
  60.  
  61. # Input box border color
  62. inputbox_border_color = (BLACK,WHITE,OFF)
  63.  
  64. # Search box color
  65. searchbox_color = (BLACK,WHITE,OFF)
  66.  
  67. # Search box title color
  68. searchbox_title_color = (GREEN,WHITE,ON)
  69.  
  70. # Search box border color
  71. searchbox_border_color = (WHITE,WHITE,ON)
  72.  
  73. # File position indicator color
  74. position_indicator_color = (GREEN,WHITE,ON)
  75.  
  76. # Menu box color
  77. menubox_color = (BLACK,WHITE,OFF)
  78.  
  79. # Menu box border color
  80. menubox_border_color = (WHITE,WHITE,ON)
  81.  
  82. # Item color
  83. item_color = (BLACK,WHITE,OFF)
  84.  
  85. # Selected item color
  86. item_selected_color = (WHITE,BLUE,ON)
  87.  
  88. # Tag color
  89. tag_color = (GREEN,WHITE,ON)
  90.  
  91. # Selected tag color
  92. tag_selected_color = (GREEN,BLUE,ON)
  93.  
  94. # Tag key color
  95. tag_key_color = (RED,WHITE,ON)
  96.  
  97. # Selected tag key color
  98. tag_key_selected_color = (RED,BLUE,ON)
  99.  
  100. # Check box color
  101. check_color = (BLACK,WHITE,OFF)
  102.  
  103. # Selected check box color
  104. check_selected_color = (WHITE,BLUE,ON)
  105.  
  106. # Up arrow color
  107. uarrow_color = (GREEN,WHITE,ON)
  108.  
  109. # Down arrow color
  110. darrow_color = (GREEN,WHITE,ON)
  111.  
  112. # Gauge color
  113. gauge1_color = (WHITE,BLUE,OFF)
  114.  
  115. # Second gauge color
  116. gauge2_color = (WHITE,BLUE,OFF)
  117.  
  118. # Cancel button text
  119. cancel_button = " Sortir "
  120.  
  121. # OK button text
  122. ok_button = "  OK  "
  123.  
  124. # Yes button text
  125. yes_button = " Oui "
  126.  
  127. # No button text
  128. no_button = "  Non  "
  129.  
  130. # Help button text
  131. help_button = " Aide "
  132.  
  133. # Exit button text # " Quitter "
  134. exit_button = " Continuer "
  135.