home *** CD-ROM | disk | FTP | other *** search
- ! -*- Mode: Fundamental; tab-width: 8; indent-tabs-mode: nil -*-
- !
- ! The contents of this file are subject to the Netscape Public License
- ! Version 1.0 (the "NPL"); you may not use this file except in
- ! compliance with the NPL. You may obtain a copy of the NPL at
- ! http://www.mozilla.org/NPL/
- !
- ! Software distributed under the NPL is distributed on an "AS IS" basis,
- ! WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
- ! for the specific language governing rights and limitations under the
- ! NPL.
- !
- ! The Initial Developer of this code under the NPL is Netscape
- ! Communications Corporation. Portions created by Netscape are
- ! Copyright (C) 1998 Netscape Communications Corporation. All Rights
- ! Reserved.
-
- !
-
- 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
-