home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / xfe / XfeWidgets / tests / ComboBoxTest.ad < prev    next >
Encoding:
Text File  |  1998-04-08  |  3.9 KB  |  103 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. ComboBoxTest*MainForm.width:                    800
  20. ComboBoxTest*MainForm.height:                400
  21. ComboBoxTest*MainForm.background:            Gray70
  22. ComboBoxTest*MainForm.shadowThickness:        0
  23. ComboBoxTest*MainForm.shadowType:            shadow_in
  24.  
  25. ComboBoxTest*fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  26. ComboBoxTest*foreground:    Black
  27.  
  28.  
  29. !ComboBoxTest*ComboBox*spacing:                        0
  30.  
  31. ComboBoxTest*ComboBox1.usePreferredWidth:            false
  32. ComboBoxTest*ComboBox1.leftAttachment:                attach_form
  33. ComboBoxTest*ComboBox1.rightAttachment:                attach_form
  34. ComboBoxTest*ComboBox1.topAttachment:                attach_form
  35. ComboBoxTest*ComboBox1.bottomAttachment:            attach_none
  36. ComboBoxTest*ComboBox1.leftOffset:                    5
  37. ComboBoxTest*ComboBox1.rightOffset:                    5
  38. ComboBoxTest*ComboBox1.topOffset:                    5
  39. ComboBoxTest*ComboBox1.bottomOffset:                5
  40. ComboBoxTest*ComboBox1.shadowThickness:                1
  41. ComboBoxTest*ComboBox1*background:                    yellow
  42.  
  43. ComboBoxTest*ComboBox2.usePreferredWidth:            false
  44. ComboBoxTest*ComboBox2.leftAttachment:                attach_form
  45. ComboBoxTest*ComboBox2.rightAttachment:                attach_form
  46. ComboBoxTest*ComboBox2.topAttachment:                attach_widget
  47. ComboBoxTest*ComboBox2.bottomAttachment:            attach_none
  48. ComboBoxTest*ComboBox2.topWidget:                    ComboBox1
  49. ComboBoxTest*ComboBox2.leftOffset:                    5
  50. ComboBoxTest*ComboBox2.rightOffset:                    5
  51. ComboBoxTest*ComboBox2.topOffset:                    10
  52. ComboBoxTest*ComboBox2.bottomOffset:                5
  53. ComboBoxTest*ComboBox2.shadowThickness:                1
  54. ComboBoxTest*ComboBox2*background:                    green
  55.  
  56. ComboBoxTest*ComboBox3.usePreferredWidth:            false
  57. ComboBoxTest*ComboBox3.leftAttachment:                attach_form
  58. ComboBoxTest*ComboBox3.rightAttachment:                attach_form
  59. ComboBoxTest*ComboBox3.topAttachment:                attach_widget
  60. ComboBoxTest*ComboBox3.bottomAttachment:            attach_none
  61. ComboBoxTest*ComboBox3.topWidget:                    ComboBox2
  62. ComboBoxTest*ComboBox3.leftOffset:                    5
  63. ComboBoxTest*ComboBox3.rightOffset:                    5
  64. ComboBoxTest*ComboBox3.topOffset:                    10
  65. ComboBoxTest*ComboBox3.bottomOffset:                5
  66. !ComboBoxTest*ComboBox3.background:                    Gray60
  67. ComboBoxTest*ComboBox3*background:                    red
  68.  
  69. ComboBoxTest*ComboBox4.usePreferredWidth:            false
  70. ComboBoxTest*ComboBox4.leftAttachment:                attach_form
  71. ComboBoxTest*ComboBox4.rightAttachment:                attach_form
  72. ComboBoxTest*ComboBox4.topAttachment:                attach_widget
  73. ComboBoxTest*ComboBox4.bottomAttachment:            attach_none
  74. ComboBoxTest*ComboBox4.topWidget:                    ComboBox3
  75. ComboBoxTest*ComboBox4.leftOffset:                    5
  76. ComboBoxTest*ComboBox4.rightOffset:                    5
  77. ComboBoxTest*ComboBox4.topOffset:                    10
  78. ComboBoxTest*ComboBox4.bottomOffset:                5
  79. ComboBoxTest*ComboBox4*background:                    blue
  80.  
  81. !ComboBoxTest*XfeComboBox*background:                Gray65
  82.  
  83. !ComboBoxTest*XmList*background:                        red
  84.  
  85.  
  86. !ComboBoxTest*XfeBypassShell.shadowThickness:        10
  87. !ComboBoxTest*XfeBypassShell.background:                green
  88.  
  89.  
  90.  
  91. ComboBoxTest*ListSW.leftAttachment:                    attach_form
  92. ComboBoxTest*ListSW.rightAttachment:                attach_none
  93. ComboBoxTest*ListSW.topAttachment:                    attach_widget
  94. ComboBoxTest*ListSW.bottomAttachment:                attach_none
  95. ComboBoxTest*ListSW.topWidget:                        ComboBox3
  96. ComboBoxTest*ListSW.leftOffset:                        10
  97. ComboBoxTest*ListSW.topOffset:                        100
  98.  
  99. ComboBoxTest*List.visibleItemCount:                    8
  100. !ComboBoxTest*List.listMarginWidth:                    5
  101.  
  102.  
  103.