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

  1. ! -*- Mode: Fundamental; tab-width: 8; 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. !!
  20. !! The mail/news demo
  21. !!
  22. PaneTestThree*MainForm.width:                    600
  23. PaneTestThree*MainForm.height:                    600
  24. PaneTestThree*MainForm.background:                gray70
  25.  
  26. PaneTestThree*paneSashType:                                pane_sash_live
  27. !PaneTestThree*paneSashType:                                pane_sash_double_line
  28.  
  29. PaneTestThree*sashShadowThickness:                        0
  30.  
  31.  
  32. !!
  33. !! The Mail/News Pane
  34. !!
  35. PaneTestThree*MailPane.background:                gray70
  36. PaneTestThree*MailPane.leftAttachment:            attach_form
  37. PaneTestThree*MailPane.rightAttachment:            attach_form
  38. PaneTestThree*MailPane.topAttachment:            attach_form
  39. PaneTestThree*MailPane.bottomAttachment:            attach_form
  40. PaneTestThree*MailPane.leftOffset:                10
  41. PaneTestThree*MailPane.rightOffset:                10
  42. PaneTestThree*MailPane.topOffset:                10
  43. PaneTestThree*MailPane.bottomOffset:                10
  44. PaneTestThree*MailPane.shadowThickness:            0
  45. PaneTestThree*MailPane.shadowType:                shadow_out
  46. PaneTestThree*MailPane.orientation:                horizontal
  47. PaneTestThree*MailPane.sashThickness:            0
  48. PaneTestThree*MailPane.sashSpacing:                2
  49.  
  50. !!
  51. !! The Collapsing Tab
  52. !!
  53. PaneTestThree*MailTab.shadowThickness:            0
  54.  
  55. !!
  56. !! The Folders Form
  57. !!
  58. PaneTestThree*FoldersForm.shadowThickness:                1
  59. PaneTestThree*FoldersForm.shadowType:                    shadow_in
  60. PaneTestThree*FoldersForm.background:                    gray65
  61.  
  62.  
  63. !!
  64. !! The Folders Collapse Form
  65. !!
  66. PaneTestThree*FoldersCollapseForm*background:            gray70
  67. PaneTestThree*FoldersCollapseForm.paneChildType:            pane_child_attachment_one
  68. PaneTestThree*FoldersCollapseForm.paneChildAttachment:    pane_child_attach_right
  69. PaneTestThree*FoldersCollapseForm.alwaysVisible:            true
  70. PaneTestThree*FoldersCollapseForm.allowDrag:                true
  71.  
  72. PaneTestThree*FoldersCollapseArrow.traversalOn:            false
  73. PaneTestThree*FoldersCollapseArrow.shadowThickness:        1
  74. PaneTestThree*FoldersCollapseArrow.highlightThickness:    0
  75. PaneTestThree*FoldersCollapseArrow.arrowDirection:        arrow_left
  76. PaneTestThree*FoldersCollapseArrow.arrowWidth:            10
  77. PaneTestThree*FoldersCollapseArrow.arrowHeight:            10
  78.  
  79. PaneTestThree*FoldersCollapseArrow.leftAttachment:        attach_form
  80. PaneTestThree*FoldersCollapseArrow.topAttachment:        attach_form
  81. PaneTestThree*FoldersCollapseArrow.bottomAttachment:        attach_none
  82. PaneTestThree*FoldersCollapseArrow.rightAttachment:        attach_form
  83. PaneTestThree*FoldersCollapseArrow.leftOffset:            2
  84. PaneTestThree*FoldersCollapseArrow.rightOffset:            3
  85.  
  86. PaneTestThree*FoldersCollapseLabel.topAttachment:        attach_widget
  87. PaneTestThree*FoldersCollapseLabel.bottomAttachment:        attach_none
  88. PaneTestThree*FoldersCollapseLabel.leftAttachment:        attach_form
  89. PaneTestThree*FoldersCollapseLabel.rightAttachment:        attach_form
  90. PaneTestThree*FoldersCollapseLabel.topWidget:            FoldersCollapseArrow
  91. PaneTestThree*FoldersCollapseLabel.topOffset:            4
  92. PaneTestThree*FoldersCollapseLabel.labelString:            P\nu\ns\nh\n\nA\nr\nr\no\nw
  93.  
  94. !!
  95. !! The Message Pane
  96. !!
  97. PaneTestThree*MessagePane.background:                    gray70
  98. PaneTestThree*MessagePane.orientation:                    vertical
  99. PaneTestThree*MessagePane.sashThickness:                    0
  100. !PaneTestThree*MessagePane.allowDrag:                        true
  101.  
  102. PaneTestThree*ThreadForm.shadowThickness:                1
  103. PaneTestThree*ThreadForm.shadowType:                        shadow_in
  104. PaneTestThree*ThreadForm.background:                        gray65
  105.  
  106. PaneTestThree*MessageForm.shadowThickness:                1
  107. PaneTestThree*MessageForm.shadowType:                    shadow_in
  108. PaneTestThree*MessageForm.background:                    gray65
  109.  
  110. PaneTestThree*AttachmentsForm.shadowThickness:            1
  111. PaneTestThree*AttachmentsForm.shadowType:                shadow_in
  112. PaneTestThree*AttachmentsForm.background:                gray70
  113. PaneTestThree*AttachmentsForm.allowDrag:                    false
  114. PaneTestThree*AttachmentsForm.allowResize:                true
  115.  
  116. PaneTestThree*AttachmentsSW*XmScrollBar*shadowThickness:        1
  117.  
  118. PaneTestThree*AttachmentsSW.scrollingPolicy:            automatic
  119. PaneTestThree*AttachmentsSW.shadowThickness:            0
  120. PaneTestThree*AttachmentsSW.shadowType:                shadow_in
  121. PaneTestThree*AttachmentsSW*background:                gray65
  122. PaneTestThree*AttachmentsSW.topAttachment:            attach_form
  123. PaneTestThree*AttachmentsSW.bottomAttachment:        attach_form
  124. PaneTestThree*AttachmentsSW.leftAttachment:            attach_form
  125. PaneTestThree*AttachmentsSW.rightAttachment:            attach_form
  126. PaneTestThree*AttachmentsSW.topOffset:                1
  127. PaneTestThree*AttachmentsSW.leftOffset:                1
  128. PaneTestThree*AttachmentsSW.rightOffset:                1
  129. PaneTestThree*AttachmentsSW.bottomOffset:            1
  130.  
  131. PaneTestThree*AttachmentsSW.scrolledWindowMarginWidth:    0
  132. PaneTestThree*AttachmentsSW.scrolledWindowMarginHeight:    0
  133.  
  134. PaneTestThree*AttachmentsSW*traversalOn:                    false
  135. PaneTestThree*AttachmentsSW*highlightThickness:            0
  136.  
  137. PaneTestThree*ScrolledWindowClipWindow*background:        gray65
  138.  
  139.  
  140. PaneTestThree*AttachmentsToolBar.usePreferredHeight:        true
  141. PaneTestThree*AttachmentsToolBar.usePreferredWidth:        true
  142. PaneTestThree*AttachmentsToolBar.spacing:                8
  143. !PaneTestThree*AttachmentsToolBar*background:                gray65
  144.  
  145. PaneTestThree*AttachmentsToolBar*XfeButton*selectionModifiers:    Any
  146. PaneTestThree*AttachmentsToolBar*XfeButton*shadowThickness:        0
  147. PaneTestThree*AttachmentsToolBar*XfeButton*highlightThickness:    0
  148. PaneTestThree*AttachmentsToolBar*XfeButton*traversalOn:            false
  149. PaneTestThree*AttachmentsToolBar*XfeButton*raiseOnEnter:            false
  150. PaneTestThree*AttachmentsToolBar*XfeButton*buttonType:            button_push
  151. PaneTestThree*AttachmentsToolBar*XfeButton*selectionColor:        #FFFFCC
  152.  
  153. PaneTestThree*AttachmentsToolBar*XfeButton*marginLeft:            2
  154. PaneTestThree*AttachmentsToolBar*XfeButton*marginRight:            2
  155. PaneTestThree*AttachmentsToolBar*XfeButton*marginTop:            2
  156. PaneTestThree*AttachmentsToolBar*XfeButton*marginBottom:            2
  157.  
  158. !!
  159. !! The Message Collapse Form
  160. !!
  161. PaneTestThree*MessageCollapseForm*background:            gray70
  162. PaneTestThree*MessageCollapseForm.paneChildType:            pane_child_attachment_two
  163. PaneTestThree*MessageCollapseForm.paneChildAttachment:    pane_child_attach_top
  164. PaneTestThree*MessageCollapseForm.alwaysVisible:            true
  165. PaneTestThree*MessageCollapseForm.allowDrag:                true
  166.  
  167. PaneTestThree*MessageCollapseArrow.traversalOn:            false
  168. PaneTestThree*MessageCollapseArrow.shadowThickness:        1
  169. PaneTestThree*MessageCollapseArrow.highlightThickness:    0
  170. PaneTestThree*MessageCollapseArrow.arrowDirection:        arrow_down
  171. PaneTestThree*MessageCollapseArrow.arrowWidth:            10
  172. PaneTestThree*MessageCollapseArrow.arrowHeight:            10
  173.  
  174. PaneTestThree*MessageCollapseArrow.leftAttachment:        attach_form
  175. PaneTestThree*MessageCollapseArrow.topAttachment:        attach_form
  176. PaneTestThree*MessageCollapseArrow.bottomAttachment:        attach_form
  177. PaneTestThree*MessageCollapseArrow.rightAttachment:        attach_none
  178. PaneTestThree*MessageCollapseArrow.topOffset:            2
  179. PaneTestThree*MessageCollapseArrow.bottomOffset:            3
  180.  
  181. PaneTestThree*MessageCollapseLabel.leftAttachment:        attach_widget
  182. PaneTestThree*MessageCollapseLabel.topAttachment:        attach_form
  183. PaneTestThree*MessageCollapseLabel.bottomAttachment:        attach_form
  184. PaneTestThree*MessageCollapseLabel.rightAttachment:        attach_none
  185. PaneTestThree*MessageCollapseLabel.leftWidget:            MessageCollapseArrow
  186. PaneTestThree*MessageCollapseLabel.leftOffset:            4
  187. PaneTestThree*MessageCollapseLabel.labelString:            Push Arrow
  188.  
  189. !!
  190. !! The Message Pane
  191. !!
  192. PaneTestThree*AttachmentsPane.background:                gray70
  193. PaneTestThree*AttachmentsPane.orientation:                vertical
  194. PaneTestThree*AttachmentsPane.sashThickness:            2
  195. PaneTestThree*AttachmentsPane.sashShadowThickness:        0
  196. PaneTestThree*AttachmentsPane.paneDragMode:                pane_drag_preserve_two
  197.  
  198. !PaneTestThree*AttachmentsForm*background:                CadetBlue4
  199.