-
Notifications
You must be signed in to change notification settings - Fork 0
/
Metronom.ewp
107 lines (91 loc) · 2.03 KB
/
Metronom.ewp
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
$version 11.00
// This unit is a part of the Embedded Wizard class library 'Mosaic20'
$rect <40,70,240,110>
unit Core
{
attr Directory = $Mosaic;
}
// This unit is a part of the Embedded Wizard class library 'Mosaic20'
$rect <40,110,240,150>
unit Resources
{
attr Directory = $Mosaic;
}
// This unit is a part of the Embedded Wizard class library 'Mosaic20'
$rect <40,150,240,190>
unit Graphics
{
attr Directory = $Mosaic;
}
// This unit is a part of the Embedded Wizard class library 'Mosaic20'
$rect <40,190,240,230>
unit Effects
{
attr Directory = $Mosaic;
}
// This unit is a part of the Embedded Wizard class library 'Mosaic20'
$rect <40,230,240,270>
unit Views
{
attr Directory = $Mosaic;
}
// The 'default' Language. Each project has to contain at least one language brick \
// called 'Default'
$rect <540,70,740,110>
language Default;
// This unit is intended to contain the application class and other GUI components.
$rect <290,190,490,230>
unit Application
{
attr Directory = .\;
}
// Mosaic Framework
note group Note1
{
attr Bounds = <20,20,260,380>;
}
// Profile Configuration
note group Note2
{
attr Bounds = <270,20,510,130>;
}
// Languages
note group Note3
{
attr Bounds = <520,20,760,130>;
}
// Project Units
note group Note5
{
attr Bounds = <270,140,510,380>;
}
// This is a profile member for the project. This profile controls the code generation \
// for the target system.
$rect <290,70,490,110>
profile Profile : Tara.Win32.RGBA8888
{
attr Verbose = false;
attr ScreenSize = <480,272>;
attr Optimization = High;
attr ApplicationClass = Application::Application;
attr CleanOutputDirectories = false;
attr FontConversion = Windows;
attr OutputFileNameExtension = c;
$rect <10,10,154,50>
macro Author = "Dipl. Ing. Paul Banach and Dipl. Ing. Manfred Schweyer, Copyright (C) TARA Systems GmbH";
}
$rect <40,270,240,310>
unit WidgetSet
{
attr Directory = $Mosaic\;
}
$rect <40,310,240,350>
unit Templates
{
attr Directory = $Mosaic\;
}
$rect <290,230,490,270>
unit Res
{
attr Directory = .\;
}