home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / XfeWidgets / tests / ToolScrollTest.ad < prev    next >
Encoding:
Text File  |  1998-04-08  |  2.7 KB  |  80 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. ToolScrollTest*MainForm.width:            600
  21. ToolScrollTest*MainForm.height:            400
  22.  
  23. ToolScrollTest*ToolScroll*background:            gray70
  24. ToolScrollTest*ToolScroll.shadowThickness:        1
  25. ToolScrollTest*ToolScroll.orientation:            vertical
  26.  
  27. ToolScrollTest*ToolBar.buttonLayout:            button_label_on_top
  28.  
  29. ToolScrollTest*ToolScroll.leftAttachment:            attach_form
  30. ToolScrollTest*ToolScroll.rightAttachment:            attach_none
  31. ToolScrollTest*ToolScroll.topAttachment:            attach_form
  32. ToolScrollTest*ToolScroll.bottomAttachment:            attach_form
  33.  
  34.  
  35. ToolScrollTest*ToolScroll.leftOffset:                10
  36. ToolScrollTest*ToolScroll.rightOffset:                10
  37. ToolScrollTest*ToolScroll.topOffset:                10 
  38. ToolScrollTest*ToolScroll.bottomOffset:                10
  39.  
  40. !ToolScrollTest*ToolScroll.usePreferredWidth:        false
  41. ToolScrollTest*ToolScroll.usePreferredHeight:        false
  42.  
  43. ToolScrollTest*ToolScroll.clipShadowThickness:        1
  44. ToolScrollTest*ToolScroll.clipShadowType:            shadow_in
  45.  
  46.  
  47. !ToolScrollTest*ToolBar.marginLeft:                    0
  48. !ToolScrollTest*ToolBar.marginRight:                    0
  49. !ToolScrollTest*ToolBar.marginTop:                    0
  50. !ToolScrollTest*ToolBar.marginBottom:                0
  51.  
  52. !ToolScrollTest*ToolScroll.marginLeft:                0
  53. !ToolScrollTest*ToolScroll.marginRight:                0
  54. !ToolScrollTest*ToolScroll.marginTop:                0
  55. !ToolScrollTest*ToolScroll.marginBottom:                0
  56.  
  57. !ToolScrollTest*ToolScroll.spacing:                    10
  58.  
  59. ToolScrollTest*ToolBar.radioBehavior:                true
  60.  
  61.  
  62. !ToolScrollTest*XfeButton.buttonType:            button_toggle
  63.  
  64. ToolScrollTest*XfeButton.buttonTrigger:            button_trigger_either
  65. ToolScrollTest*XfeButton.marginLeft:            4
  66. ToolScrollTest*XfeButton.marginRight:            4
  67. ToolScrollTest*XfeButton.marginTop:                4
  68. ToolScrollTest*XfeButton.marginBottom:            4
  69.  
  70. ToolScrollTest*XfeButton.raiseOnEnter:            true
  71. ToolScrollTest*XfeButton.shadowThickness:        0
  72. !ToolScrollTest*XfeButton.fillOnEnter:            true
  73. ToolScrollTest*XfeButton.armOffset:                0
  74.  
  75. ToolScrollTest*XfeButton.transparentCursor:        cross
  76. !ToolScrollTest*XfeButton.cursor:                hand2
  77.  
  78.  
  79.  
  80.