blob: 2365a762d757fd28ab67eef5462339819060e150 (
plain)
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
|
;;; This file was automatically generated by the panel editor.
;;; If you read it into gnu emacs, it will automagically format itself.
(panel (prop help creator:user-panel-help)
(prop user-panel #t)
(label "Panel Control")
(x 394)
(y 622)
(al (pnl_radio_button (name "button4")
(prop help creator:user-act-help)
(y 2.5)
(h 0.36)
(downfunc move-then-resize)
)
(pnl_radio_button (name "button3")
(prop help creator:user-act-help)
(y 3)
(h 0.36)
(downfunc move-then-resize)
)
(pnl_radio_button (name "button2")
(prop help creator:user-act-help)
(y 3.5)
(h 0.36)
(downfunc move-then-resize)
)
(pnl_radio_button (name "button1")
(prop help creator:user-act-help)
(y 4)
(h 0.36)
(downfunc move-then-resize)
)
(pnl_wide_button (name "title1")
(prop help creator:user-act-help)
(x 0.75)
(y 4.75)
(w 2.44)
(downfunc move-then-resize)
)
(pnl_wide_button (name "title2")
(prop help creator:user-act-help)
(x 3.5)
(y 4.75)
(w 2.44)
(downfunc move-then-resize)
)
(pnl_wide_button (name "title3")
(prop help creator:user-act-help)
(x 6.25)
(y 4.75)
(w 2.44)
(downfunc move-then-resize)
)
(pnl_wide_button (name "title4")
(prop help creator:user-act-help)
(x 9)
(y 4.75)
(w 2.44)
(downfunc move-then-resize)
)
(pnl_button (name "root")
(prop help creator:user-act-help)
(label "R")
(y 4.75)
(labeltype 16)
(downfunc move-then-resize)
)
)
)
;;; Local Variables:
;;; mode: scheme
;;; eval: (save-excursion (goto-char (point-min)) (kill-line 3))
;;; eval: (save-excursion (goto-char (point-min)) (replace-regexp "[ \n]*)" ")"))
;;; eval: (indent-region (point-min) (point-max) nil)
;;; eval: (progn (kill-line -3) (delete-backward-char 1) (save-buffer))
;;; End:
|