-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterface.dmf
More file actions
81 lines (75 loc) · 1.38 KB
/
Copy pathinterface.dmf
File metadata and controls
81 lines (75 loc) · 1.38 KB
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
macro "macro"
elem
name = "Center+REP"
command = ".center"
elem
name = "Escape"
command = "ToggleFullscreen"
elem
name = "Northeast+REP"
command = ".northeast"
elem
name = "Southeast+REP"
command = ".southeast"
elem
name = "Southwest+REP"
command = ".southwest"
elem
name = "Northwest+REP"
command = ".northwest"
elem
name = "West+REP"
command = ".west"
elem
name = "North+REP"
command = ".north"
elem
name = "East+REP"
command = ".east"
elem
name = "South+REP"
command = ".south"
menu "menu"
elem
name = "&Quit"
command = ".quit"
category = "&File"
saved-params = "is-checked"
window "default"
elem "default"
type = MAIN
pos = 281,0
size = 640x480
anchor1 = -1,-1
anchor2 = -1,-1
is-default = true
saved-params = "pos;size;is-minimized;is-maximized"
statusbar = false
macro = "macro"
menu = "menu"
elem "map1"
type = MAP
pos = 0,0
size = 640x480
anchor1 = 0,0
anchor2 = 100,100
saved-params = "zoom;letterbox;zoom-mode"
window "window1"
elem "window1"
type = MAIN
pos = 281,0
size = 640x480
anchor1 = -1,-1
anchor2 = -1,-1
background-color = none
is-visible = false
saved-params = "pos;size;is-minimized;is-maximized"
outer-size = 656x538
inner-size = 640x499
elem "output1"
type = OUTPUT
pos = 0,0
size = 640x488
anchor1 = 0,0
anchor2 = 100,100
saved-params = "max-lines"