107 lines
3.9 KiB
Plaintext
107 lines
3.9 KiB
Plaintext
! -*- Mode: Fundamental; tab-width: 4; indent-tabs-mode: nil -*-
|
|
!
|
|
! The contents of this file are subject to the Netscape Public
|
|
! License Version 1.1 (the "License"); you may not use this file
|
|
! except in compliance with the License. You may obtain a copy of
|
|
! the License at http://www.mozilla.org/NPL/
|
|
!
|
|
! Software distributed under the License is distributed on an "AS
|
|
! IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
! implied. See the License for the specific language governing
|
|
! rights and limitations under the License.
|
|
!
|
|
! The Original Code is mozilla.org code.
|
|
!
|
|
! The Initial Developer of the Original Code is Netscape
|
|
! Communications Corporation. Portions created by Netscape are
|
|
! Copyright (C) 1998 Netscape Communications Corporation. All
|
|
! Rights Reserved.
|
|
!
|
|
! Contributor(s):
|
|
|
|
|
|
ComboBoxTest*MainForm.width: 800
|
|
ComboBoxTest*MainForm.height: 400
|
|
ComboBoxTest*MainForm.background: Gray70
|
|
ComboBoxTest*MainForm.shadowThickness: 0
|
|
ComboBoxTest*MainForm.shadowType: shadow_in
|
|
|
|
ComboBoxTest*fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
|
|
ComboBoxTest*foreground: Black
|
|
|
|
|
|
!ComboBoxTest*ComboBox*spacing: 0
|
|
|
|
ComboBoxTest*ComboBox1.usePreferredWidth: false
|
|
ComboBoxTest*ComboBox1.leftAttachment: attach_form
|
|
ComboBoxTest*ComboBox1.rightAttachment: attach_form
|
|
ComboBoxTest*ComboBox1.topAttachment: attach_form
|
|
ComboBoxTest*ComboBox1.bottomAttachment: attach_none
|
|
ComboBoxTest*ComboBox1.leftOffset: 5
|
|
ComboBoxTest*ComboBox1.rightOffset: 5
|
|
ComboBoxTest*ComboBox1.topOffset: 5
|
|
ComboBoxTest*ComboBox1.bottomOffset: 5
|
|
ComboBoxTest*ComboBox1.shadowThickness: 1
|
|
ComboBoxTest*ComboBox1*background: yellow
|
|
|
|
ComboBoxTest*ComboBox2.usePreferredWidth: false
|
|
ComboBoxTest*ComboBox2.leftAttachment: attach_form
|
|
ComboBoxTest*ComboBox2.rightAttachment: attach_form
|
|
ComboBoxTest*ComboBox2.topAttachment: attach_widget
|
|
ComboBoxTest*ComboBox2.bottomAttachment: attach_none
|
|
ComboBoxTest*ComboBox2.topWidget: ComboBox1
|
|
ComboBoxTest*ComboBox2.leftOffset: 5
|
|
ComboBoxTest*ComboBox2.rightOffset: 5
|
|
ComboBoxTest*ComboBox2.topOffset: 10
|
|
ComboBoxTest*ComboBox2.bottomOffset: 5
|
|
ComboBoxTest*ComboBox2.shadowThickness: 1
|
|
ComboBoxTest*ComboBox2*background: green
|
|
|
|
ComboBoxTest*ComboBox3.usePreferredWidth: false
|
|
ComboBoxTest*ComboBox3.leftAttachment: attach_form
|
|
ComboBoxTest*ComboBox3.rightAttachment: attach_form
|
|
ComboBoxTest*ComboBox3.topAttachment: attach_widget
|
|
ComboBoxTest*ComboBox3.bottomAttachment: attach_none
|
|
ComboBoxTest*ComboBox3.topWidget: ComboBox2
|
|
ComboBoxTest*ComboBox3.leftOffset: 5
|
|
ComboBoxTest*ComboBox3.rightOffset: 5
|
|
ComboBoxTest*ComboBox3.topOffset: 10
|
|
ComboBoxTest*ComboBox3.bottomOffset: 5
|
|
!ComboBoxTest*ComboBox3.background: Gray60
|
|
ComboBoxTest*ComboBox3*background: red
|
|
|
|
ComboBoxTest*ComboBox4.usePreferredWidth: false
|
|
ComboBoxTest*ComboBox4.leftAttachment: attach_form
|
|
ComboBoxTest*ComboBox4.rightAttachment: attach_form
|
|
ComboBoxTest*ComboBox4.topAttachment: attach_widget
|
|
ComboBoxTest*ComboBox4.bottomAttachment: attach_none
|
|
ComboBoxTest*ComboBox4.topWidget: ComboBox3
|
|
ComboBoxTest*ComboBox4.leftOffset: 5
|
|
ComboBoxTest*ComboBox4.rightOffset: 5
|
|
ComboBoxTest*ComboBox4.topOffset: 10
|
|
ComboBoxTest*ComboBox4.bottomOffset: 5
|
|
ComboBoxTest*ComboBox4*background: blue
|
|
|
|
!ComboBoxTest*XfeComboBox*background: Gray65
|
|
|
|
!ComboBoxTest*XmList*background: red
|
|
|
|
|
|
!ComboBoxTest*XfeBypassShell.shadowThickness: 10
|
|
!ComboBoxTest*XfeBypassShell.background: green
|
|
|
|
|
|
|
|
ComboBoxTest*ListSW.leftAttachment: attach_form
|
|
ComboBoxTest*ListSW.rightAttachment: attach_none
|
|
ComboBoxTest*ListSW.topAttachment: attach_widget
|
|
ComboBoxTest*ListSW.bottomAttachment: attach_none
|
|
ComboBoxTest*ListSW.topWidget: ComboBox3
|
|
ComboBoxTest*ListSW.leftOffset: 10
|
|
ComboBoxTest*ListSW.topOffset: 100
|
|
|
|
ComboBoxTest*List.visibleItemCount: 8
|
|
!ComboBoxTest*List.listMarginWidth: 5
|
|
|
|
|