home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / XfeWidgets / tests / ChromeTest.ad < prev    next >
Encoding:
Text File  |  1998-04-08  |  4.9 KB  |  156 lines

  1. ! -*- Mode: Fundamental; tab-width: 4; indent-tabs-mode: nil -*-
  2. !
  3. ! The contents of this file are subject to the Netscape Public License
  4. ! Version 1.0 (the "NPL"); you may not use this file except in
  5. ! compliance with the NPL.  You may obtain a copy of the NPL at
  6. ! http://www.mozilla.org/NPL/
  7. !
  8. ! Software distributed under the NPL is distributed on an "AS IS" basis,
  9. ! WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10. ! for the specific language governing rights and limitations under the
  11. ! NPL.
  12. !
  13. ! The Initial Developer of this code under the NPL is Netscape
  14. ! Communications Corporation.  Portions created by Netscape are
  15. ! Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16. ! Reserved.
  17.  
  18.  
  19. ChromeTest*MainForm.width:                    800
  20. ChromeTest*MainForm.height:                    600
  21. ChromeTest*MainForm.background:                Gray70
  22. ChromeTest*MainForm.shadowThickness:        0
  23. ChromeTest*MainForm.shadowType:                shadow_in
  24.  
  25. ChromeTest*fontList:        -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  26. ChromeTest*foreground:        Black
  27.  
  28. ChromeTest*selectColor:                                CadetBlue3
  29. ChromeTest*indicatorSize:                            16
  30. ChromeTest*visibleWhenOff:                            false
  31.  
  32. ChromeTest*MainMenuBar*background:                    Gray65
  33. ChromeTest*MainMenuBar*shadowThickness:                2
  34.  
  35. ChromeTest*Chrome.usePreferredWidth:                false
  36. ChromeTest*Chrome.usePreferredHeight:                false
  37.  
  38. ChromeTest*Chrome.leftAttachment:                    attach_form
  39. ChromeTest*Chrome.rightAttachment:                    attach_form
  40. ChromeTest*Chrome.topAttachment:                    attach_widget
  41. ChromeTest*Chrome.topWidget:                        MainMenuBar
  42. ChromeTest*Chrome.bottomAttachment:                    attach_form
  43.  
  44. ChromeTest*Chrome.leftOffset:                        20
  45. ChromeTest*Chrome.rightOffset:                        20
  46. ChromeTest*Chrome.topOffset:                        20
  47. ChromeTest*Chrome.bottomOffset:                        20
  48. ChromeTest*Chrome.borderWidth:                        1
  49. ChromeTest*Chrome.borderColor:                        Gray20
  50.  
  51. !!
  52. !! Chrome
  53. !!
  54. ChromeTest*Chrome.spacing:                                0
  55.  
  56.  
  57. !!
  58. !! MenuBar
  59. !!
  60. ChromeTest*MenuBar*background:                            Gray65
  61. ChromeTest*MenuBar*shadowThickness:                        2
  62.  
  63. ChromeTest*MenuBar*File.mnemonic:                        F
  64. ChromeTest*MenuBar*Toggle.mnemonic:                        T
  65.  
  66. ChromeTest*MenuBar*File*Exit.labelString:                Exit
  67. ChromeTest*MenuBar*File*Exit.acceleratorText:            Alt-Q
  68. ChromeTest*MenuBar*File*Exit.accelerator:                Alt<Key>Q
  69. ChromeTest*MenuBar*File*Exit.mnemonic:                    x
  70.  
  71. ChromeTest*Toggle*MenuBar.labelString:                Menu Bar
  72. ChromeTest*Toggle*MenuBar.mnemonic:                    M
  73. ChromeTest*Toggle*ToolBox.labelString:                Tool Box
  74. ChromeTest*Toggle*ToolBox.mnemonic:                    T
  75. ChromeTest*Toggle*DashBoard.labelString:            Dash Board
  76. ChromeTest*Toggle*DashBoard.mnemonic:                D
  77. ChromeTest*Toggle*Center.labelString:                Center
  78. ChromeTest*Toggle*Center.mnemonic:                    C
  79. ChromeTest*Toggle*TopView.labelString:                Top View
  80. ChromeTest*Toggle*TopView.mnemonic:                    A
  81. ChromeTest*Toggle*BottomView.labelString:            Bottom View
  82. ChromeTest*Toggle*BottomView.mnemonic:                B
  83.  
  84. !!
  85. !! ToolBox
  86. !!
  87. ChromeTest*ToolBox*background:                            Gray70
  88. ChromeTest*ToolBox.shadowThickness:                        1
  89. ChromeTest*ToolBox*buttonType:                            button_push
  90.  
  91. ChromeTest*ToolBox*XfeToolBar*shadowThickness:            1
  92. ChromeTest*ToolBox*XmForm*shadowThickness:                0
  93. ChromeTest*ToolBox*XmFrame*shadowThickness:                1
  94. ChromeTest*ToolBox*XmFrame*shadowType:                    shadow_out
  95.  
  96. !!
  97. !! DashBoard
  98. !!
  99. ChromeTest*DashBoard*background:                        Gray70
  100. ChromeTest*DashBoard.shadowThickness:                    1
  101. ChromeTest*DashBoard.shadowType:                        shadow_out
  102.  
  103. ChromeTest*DashBoard*StatusBar.shadowThickness:            1
  104. ChromeTest*DashBoard*StatusBar.shadowType:                shadow_in
  105.  
  106. ChromeTest*DashBoard*ProgressBar.width:                    100
  107. ChromeTest*DashBoard*ProgressBar.usePreferredWidth:        false
  108. ChromeTest*DashBoard*ProgressBar.labelString:            50%
  109. ChromeTest*DashBoard*ProgressBar.startPercent:            0
  110. ChromeTest*DashBoard*ProgressBar.endPercent:            50
  111.  
  112. ChromeTest*DashBoard*ToolBar*buttonType:                button_push
  113.  
  114. ChromeTest*DashBoard*TaskBar*buttonType:                button_push
  115.  
  116.  
  117. !!
  118. !! Center View
  119. !!
  120. ChromeTest*CenterView*background:                        Gray60
  121. ChromeTest*CenterView*shadowThickness:                    1
  122. ChromeTest*CenterView.shadowType:                        shadow_out
  123. ChromeTest*CenterView.labelString:                        Center
  124.  
  125. !!
  126. !! Top View
  127. !!
  128. ChromeTest*TopView*background:                            CadetBlue4
  129. ChromeTest*TopView*shadowThickness:                        1
  130. ChromeTest*TopView.shadowType:                            shadow_out
  131. ChromeTest*TopView.labelString:                            Top
  132.  
  133. !!
  134. !! Bottom View
  135. !!
  136. ChromeTest*BottomView*background:                        CadetBlue
  137. ChromeTest*BottomView*shadowThickness:                    1
  138. ChromeTest*BottomView.shadowType:                        shadow_out
  139. ChromeTest*BottomView.labelString:                        Bottom
  140.  
  141. !!
  142. !! Left View
  143. !!
  144. ChromeTest*LeftView*background:                            CadetBlue1
  145. ChromeTest*LeftView*shadowThickness:                    1
  146. ChromeTest*LeftView.shadowType:                            shadow_out
  147. ChromeTest*LeftView.labelString:                        L\ne\nf\nt
  148.  
  149. !!
  150. !! Right View
  151. !!
  152. ChromeTest*RightView*background:                        CadetBlue3
  153. ChromeTest*RightView*shadowThickness:                    1
  154. ChromeTest*RightView.shadowType:                        shadow_out
  155. ChromeTest*RightView.labelString:                        R\ni\ng\nh\nt
  156.