source: trunk/athena/bin/xcluster/Xcluster @ 12283

Revision 12283, 3.1 KB checked in by ghudson, 26 years ago (diff)
Move here from athena/bin/dash/src/xcluster and autoconfiscate.
Line 
1!
2!  Xcluster resources
3!
4*font:                          *-helvetica-medium-r-*--12-*
5*Label.Center:                  True
6*borderWidth:                   1
7*Button.borderWidth:            0
8*Button.borderThickness:        2
9*Button.padding:                1
10*Button.toggle:                 True
11*Button*deactivateProc:         unset()
12*Form.padding:                  2
13
14
15*xclusterWindow.borderWidth:    3
16*xclusterWindow.title:          Xcluster
17*xclusterWindow.minWidth:       865
18*xclusterWindow.minHeight:      400
19*xclusterWindow.geometry:       900x755
20*xclusterWindow.defGeometry:    900x755
21
22*label1.label:                  XCLUSTER           Cluster Monitor
23*label1.font:                   *-helvetica-bold-r-*--18-*
24*mapwin.borderWidth:            0
25*twin.borderWidth:              0
26
27*text.width:                    815
28*text.height:                   340
29
30*quit*quitLabel.label:          Quit
31*help*helpLabel.label:          Help
32*quit*Button.toggle:            False
33*help*Button.toggle:            False
34
35*buttonQuit.activateProc:       quit()
36*buttonHelp.activateProc:       createTree("helpDialog"),mapTree("helpDialog")
37
38*map.resizeProc:                resize()
39*map.exposeProc:                expose()
40*map.eventProc:                 map_hit()
41
42*text.resizeProc:               text_resize()
43*text.exposeProc:               check_cluster()
44*text.eventProc:                text_hit()
45
46*button0*activateProc:          button(0)
47*button1*activateProc:          button(1)
48*button2*activateProc:          button(2)
49*button3*activateProc:          button(3)
50*button4*activateProc:          button(4)
51*button5*activateProc:          button(5)
52*button6*activateProc:          button(6)
53*button7*activateProc:          button(7)
54*button8*activateProc:          button(8)
55*button9*activateProc:          button(9)
56*button10*activateProc:         button(10)
57*button11*activateProc:         button(11)
58*button12*activateProc:         button(12)
59*button13*activateProc:         button(13)
60*button14*activateProc:         button(14)
61*button15*activateProc:         button(15)
62*button16*activateProc:         button(16)
63*button17*activateProc:         button(17)
64*button18*activateProc:         button(18)
65*button19*activateProc:         button(19)
66
67
68
69
70!
71! Help dialog
72!
73*helpDialog.tree:                                               \
74{                                                               \
75  Window window;                                                \
76    {                                                           \
77      Form form;                                                \
78        {                                                       \
79          Label line1;                                          \
80          Label line2;                                          \
81          Label line3;                                          \
82          Label line4;                                          \
83          Label line5;                                          \
84          Label line6;                                          \
85          Window close; { Button close; { Label close; } }      \
86        }                                                       \
87    }                                                           \
88}
89
90*helpDialog.window.mapped:              False
91*helpDialog*form.form:                  close: - - 95 95        \
92                                        line1: 0 5 100 -        \
93                                        line2: 10 line1 - -     \
94                                        line3: 5 line2 - -      \
95                                        line4: 5 line3 - -      \
96                                        line5: 10 line4 - -     \
97                                        line6: 5 line5 - -
98
99
100*helpDialog*window.geometry:            445x180
101*helpDialog*window.minWidth:            445
102*helpDialog*window.minHeight:           180
103*helpDialog*window.title:               XCLUSTER Help
104
105*helpDialog*line1.label:                Directions:
106*helpDialog*line1.font:                 *-helvetica-bold-r-*--18-*
107*helpDialog*line1.Center:               True
108*helpDialog*line2.label:                \
109  For information on the number of machines available in a particular
110*helpDialog*line3.label:                \
111  cluster, click any button on the mouse somewhere near the cluster
112*helpDialog*line4.label:                \
113  you are interested in.  Or, click on one of the buttons below the map.
114*helpDialog*line5.label:                \
115  Information on the status of printers in that cluster will be
116*helpDialog*line6.label:                \
117  displayed, as well as phone number(s), if available.
118
119*helpDialog*close.activateProc:         unmapTree("helpDialog")
120*helpDialog*close.label:                Close Help Window
121*helpDialog*close.toggle:               False
Note: See TracBrowser for help on using the repository browser.