File: Form.ad

package info (click to toggle)
siag 3.5.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,076 kB
  • ctags: 8,908
  • sloc: ansic: 67,975; lisp: 5,435; sh: 3,342; cs: 679; makefile: 550; perl: 404
file content (133 lines) | stat: -rw-r--r-- 2,928 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133

*background:			grey
*beNiceToColormap:		False
*font:				-*-helvetica-medium-r-*-12-*
*borderWidth:			0

*Label*justify:			Left
*Label*shadowWidth:		0
*Label*borderWidth:		0
*TextField*background:		white
*TextField*height:		20
*Combo*height:			20
*Toggle*shadowWidth:		1
*Command*shadowWidth:		1
*Repeater*shadowWidth:		1
*MenuButton*shadowWidth:	1
*List*defaultColumns:		1
*List*forceColumns:		True

*notebook.width:		450
*notebook.height:		24
*notebook.top:			ChainTop
*notebook.left:			ChainLeft
*notebook.right:		ChainRight
*notebook.bottom:		ChainTop

*label_ctl.width:		100
*label_ctl.top:			ChainTop
*label_ctl.left:		ChainLeft
*label_ctl.right:		ChainLeft
*label_ctl.bottom:		ChainTop

*frame_ctl.width:		300
*frame_ctl.height:		24
*frame_ctl.top:			ChainTop
*frame_ctl.left:		ChainLeft
*frame_ctl.right:		ChainRight
*frame_ctl.bottom:		ChainTop
*frame_ctl.topShadowContrast:	-40
*frame_ctl.bottomShadowContrast:	-20
*frame_ctl.shadowWidth:		1

!*text_ctl.width:		300
!*text_ctl.top:			ChainTop
!*text_ctl.left:			ChainLeft
!*text_ctl.right:		ChainRight
!*text_ctl.bottom:		ChainTop
*text_ctl.background:		white

!*combo_ctl.width:		300
*combo_ctl.height:		20
!*combo_ctl.top:			ChainTop
!*combo_ctl.left:		ChainLeft
!*combo_ctl.right:		ChainRight
!*combo_ctl.bottom:		ChainTop

*list_ctl.width:		300
*list_ctl.height:		100
*list_ctl.top:			ChainTop
*list_ctl.left:			ChainLeft
*list_ctl.right:		ChainRight
*list_ctl.bottom:		ChainTop

*menu_ctl.width:		300
*menu_ctl.top:			ChainTop
*menu_ctl.left:			ChainLeft
*menu_ctl.right:		ChainRight
*menu_ctl.bottom:		ChainTop

*radio_ctl.width:		400
*radio_ctl.height:		20
*radio_ctl.top:			ChainTop
*radio_ctl.left:		ChainLeft
*radio_ctl.right:		ChainRight
*radio_ctl.bottom:		ChainTop

*check_ctl.width:		400
*check_ctl.height:		20
*check_ctl.top:			ChainTop
*check_ctl.left:		ChainLeft
*check_ctl.right:		ChainRight
*check_ctl.bottom:		ChainTop


*frame.shadowWidth:		0
*frame.width:			450
*frame.height:			300
*frame.top:			ChainTop
*frame.left:			ChainLeft
*frame.right:			ChainRight
*frame.bottom:			ChainBottom
*frame.fromVert:		notebook

FormPlugin*command.width:	200
FormPlugin*command.height:	200
FormPlugin*command.shadowWidth:	0
FormPlugin*check.width:		200
FormPlugin*check.height:	20

*cmdbox.width:			450
*cmdbox.height:			30
*cmdbox.top:			ChainBottom
*cmdbox.left:			ChainLeft
*cmdbox.right:			ChainRight
*cmdbox.bottom:			ChainBottom

*ok.width:			80
*ok.label:			OK
*ok.top:			ChainBottom
*ok.left:			ChainLeft
*ok.right:			ChainLeft
*ok.bottom:			ChainBottom
*ok.fromVert:			frame

*cancel.width:			80
*cancel.label:			Cancel
*cancel.top:			ChainBottom
*cancel.left:			ChainLeft
*cancel.right:			ChainLeft
*cancel.bottom:			ChainBottom
*cancel.fromVert:		frame
*cancel.fromHoriz:		ok

FormPlugin*layout.defaultDistance:	0

!	form_box < +inf -100% * +inf -100% > \

FormPlugin*topbox.layout:	vertical { \
	notebook \
	form_box < +inf * +inf > \
	cmdbox \
}