home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / XfeWidgets / tests / PaneTestTwo.ad < prev    next >
Encoding:
Text File  |  1998-04-08  |  3.2 KB  |  92 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. PaneTestTwo*MainForm.width:            600
  20. PaneTestTwo*MainForm.height:            600
  21. PaneTestTwo*MainForm.background:        gray65
  22.  
  23. PaneTestTwo*MenuBar.leftAttachment:    attach_form
  24. PaneTestTwo*MenuBar.rightAttachment:    attach_form
  25. PaneTestTwo*MenuBar.topAttachment:        attach_form
  26. PaneTestTwo*MenuBar.bottomAttachment:    attach_none
  27. PaneTestTwo*MenuBar.leftOffset:        0
  28. PaneTestTwo*MenuBar.rightOffset:        0
  29. PaneTestTwo*MenuBar.topOffset:            0
  30. PaneTestTwo*MenuBar.bottomOffset:        0
  31. PaneTestTwo*MenuBar*background:        gray60
  32. PaneTestTwo*MenuBar*foreground:        black
  33. PaneTestTwo*MenuBar*shadowThickness:    2
  34. PaneTestTwo*MenuBar*fontList:            *-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*
  35.  
  36. PaneTestTwo*Pane.leftAttachment:        attach_form
  37. PaneTestTwo*Pane.rightAttachment:        attach_form
  38. PaneTestTwo*Pane.topAttachment:        attach_form
  39. PaneTestTwo*Pane.bottomAttachment:        attach_form
  40. PaneTestTwo*Pane.leftOffset:            10
  41. PaneTestTwo*Pane.rightOffset:            10
  42. PaneTestTwo*Pane.topOffset:            40
  43. PaneTestTwo*Pane.bottomOffset:            10
  44. PaneTestTwo*Pane.background:            gray65
  45. PaneTestTwo*Pane.shadowThickness:        1
  46. PaneTestTwo*Pane.shadowType:            shadow_out
  47.  
  48. PaneTestTwo*Pane.marginLeft:            10
  49. PaneTestTwo*Pane.marginRight:            10
  50. PaneTestTwo*Pane.marginTop:            10
  51. PaneTestTwo*Pane.marginBottom:            10
  52.  
  53. !PaneTestTwo*Pane.orientation:            horizontal
  54.  
  55. PaneTestTwo*Pane.sashPosition:            200
  56. PaneTestTwo*Pane.sashThickness:        10
  57. PaneTestTwo*Pane.sashShadowThickness:    1
  58. !PaneTestTwo*Pane.sashShadowType:        shadow_etched_in
  59. PaneTestTwo*Pane.interactiveDragging:    True
  60.  
  61. PaneTestTwo*Pane*One*background:        red
  62. PaneTestTwo*Pane*Two*background:        blue
  63.  
  64. PaneTestTwo*Pane*XmPushButton*shadowThickness:        1
  65. PaneTestTwo*Pane*XmPushButton*highlightThickness:    0
  66. PaneTestTwo*Pane*XmPushButton*traversalOn:            false
  67.  
  68. PaneTestTwo*Pane*OneTop.background:                green
  69. PaneTestTwo*Pane*OneTop*labelString:                T1
  70.  
  71. PaneTestTwo*Pane*OneBottom.background:                yellow
  72. PaneTestTwo*Pane*OneBottom*labelString:            B1
  73.  
  74. PaneTestTwo*Pane*OneLeft.background:                orange
  75. PaneTestTwo*Pane*OneLeft*labelString:                L1
  76.  
  77. PaneTestTwo*Pane*OneRight.background:                purple
  78. PaneTestTwo*Pane*OneRight*labelString:                R1
  79.  
  80. PaneTestTwo*Pane*TwoTop.background:                pink
  81. PaneTestTwo*Pane*TwoTop*labelString:                T2
  82.  
  83. PaneTestTwo*Pane*TwoBottom.background:                skyblue
  84. PaneTestTwo*Pane*TwoBottom*labelString:            B2
  85.  
  86. PaneTestTwo*Pane*TwoLeft.background:                cadetblue
  87. PaneTestTwo*Pane*TwoLeft*labelString:                L2
  88.  
  89. PaneTestTwo*Pane*TwoRight.background:                brown
  90. PaneTestTwo*Pane*TwoRight*labelString:                R2
  91.