Files
Mozilla/mozilla/cmd/xfe/XfeWidgets/tests/Xfe/PaneTestTwo.ad
dmose%mozilla.org 83e38c06cc updated license boilerplate to xPL v1.1
git-svn-id: svn://10.0.0.236/trunk@52594 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 22:43:10 +00:00

96 lines
3.2 KiB
Plaintext

! -*- Mode: Fundamental; tab-width: 8; 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):
!
PaneTestTwo*MainForm.width: 600
PaneTestTwo*MainForm.height: 600
PaneTestTwo*MainForm.background: gray65
PaneTestTwo*MenuBar.leftAttachment: attach_form
PaneTestTwo*MenuBar.rightAttachment: attach_form
PaneTestTwo*MenuBar.topAttachment: attach_form
PaneTestTwo*MenuBar.bottomAttachment: attach_none
PaneTestTwo*MenuBar.leftOffset: 0
PaneTestTwo*MenuBar.rightOffset: 0
PaneTestTwo*MenuBar.topOffset: 0
PaneTestTwo*MenuBar.bottomOffset: 0
PaneTestTwo*MenuBar*background: gray60
PaneTestTwo*MenuBar*foreground: black
PaneTestTwo*MenuBar*shadowThickness: 2
PaneTestTwo*MenuBar*fontList: *-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*
PaneTestTwo*Pane.leftAttachment: attach_form
PaneTestTwo*Pane.rightAttachment: attach_form
PaneTestTwo*Pane.topAttachment: attach_form
PaneTestTwo*Pane.bottomAttachment: attach_form
PaneTestTwo*Pane.leftOffset: 10
PaneTestTwo*Pane.rightOffset: 10
PaneTestTwo*Pane.topOffset: 40
PaneTestTwo*Pane.bottomOffset: 10
PaneTestTwo*Pane.background: gray65
PaneTestTwo*Pane.shadowThickness: 1
PaneTestTwo*Pane.shadowType: shadow_out
PaneTestTwo*Pane.marginLeft: 10
PaneTestTwo*Pane.marginRight: 10
PaneTestTwo*Pane.marginTop: 10
PaneTestTwo*Pane.marginBottom: 10
!PaneTestTwo*Pane.orientation: horizontal
PaneTestTwo*Pane.sashPosition: 200
PaneTestTwo*Pane.sashThickness: 10
PaneTestTwo*Pane.sashShadowThickness: 1
!PaneTestTwo*Pane.sashShadowType: shadow_etched_in
PaneTestTwo*Pane.interactiveDragging: True
PaneTestTwo*Pane*One*background: red
PaneTestTwo*Pane*Two*background: blue
PaneTestTwo*Pane*XmPushButton*shadowThickness: 1
PaneTestTwo*Pane*XmPushButton*highlightThickness: 0
PaneTestTwo*Pane*XmPushButton*traversalOn: false
PaneTestTwo*Pane*OneTop.background: green
PaneTestTwo*Pane*OneTop*labelString: T1
PaneTestTwo*Pane*OneBottom.background: yellow
PaneTestTwo*Pane*OneBottom*labelString: B1
PaneTestTwo*Pane*OneLeft.background: orange
PaneTestTwo*Pane*OneLeft*labelString: L1
PaneTestTwo*Pane*OneRight.background: purple
PaneTestTwo*Pane*OneRight*labelString: R1
PaneTestTwo*Pane*TwoTop.background: pink
PaneTestTwo*Pane*TwoTop*labelString: T2
PaneTestTwo*Pane*TwoBottom.background: skyblue
PaneTestTwo*Pane*TwoBottom*labelString: B2
PaneTestTwo*Pane*TwoLeft.background: cadetblue
PaneTestTwo*Pane*TwoLeft*labelString: L2
PaneTestTwo*Pane*TwoRight.background: brown
PaneTestTwo*Pane*TwoRight*labelString: R2