-
Notifications
You must be signed in to change notification settings - Fork 0
/
PhoneApp.ewp
186 lines (156 loc) · 3.73 KB
/
PhoneApp.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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
$version 12.00
// This unit is a part of the Embedded Wizard class library 'Mosaic20'
$rect <780,60,980,100>
unit Core
{
attr Directory = $Mosaic;
}
// This unit is a part of the Embedded Wizard class library 'Mosaic20'
$rect <780,100,980,140>
unit Resources
{
attr Directory = $Mosaic;
}
// This unit is a part of the Embedded Wizard class library 'Mosaic20'
$rect <780,140,980,180>
unit Graphics
{
attr Directory = $Mosaic;
}
// This unit is a part of the Embedded Wizard class library 'Mosaic20'
$rect <780,180,980,220>
unit Effects
{
attr Directory = $Mosaic;
}
// This unit is a part of the Embedded Wizard class library 'Mosaic20'
$rect <780,220,980,260>
unit Views
{
attr Directory = $Mosaic;
}
// The 'default' Language. Each project has to contain at least one language brick \
// called 'Default'
$rect <530,60,730,100>
language Default;
// This unit is intended to contain the application class and other GUI components.
$rect <30,60,230,100>
unit Application
{
attr Directory = .\;
}
// Mosaic Framework
note group Note1
{
attr Bounds = <760,10,1000,350>;
}
// Profile Configuration
note group Note2
{
attr Bounds = <260,10,500,240>;
}
// Languages
note group Note3
{
attr Bounds = <510,10,750,180>;
}
// Project Units
note group Note5
{
attr Bounds = <10,10,250,320>;
}
// This is a profile member for the project. This profile controls the code generation \
// for the target system.
$rect <280,60,480,100>
profile Profile : Windows.Software.RGBA8888
{
attr Verbose = false;
attr ScreenSize = <272,480>;
attr Optimization = High;
attr ApplicationClass = Application::Application;
attr CleanOutputDirectories = false;
attr FontConversion = Windows;
attr OutputFileNameExtension = c;
attr ScreenOrientation = Normal;
$rect <10,10,170,50>
macro Author = "Dipl. Ing. Paul Banach and Dipl. Ing. Manfred Schweyer, Copyright (C) TARA Systems GmbH";
$rect <10,50,170,90>
macro SimulateData = true;
}
$rect <780,260,980,300>
unit Templates
{
attr Directory = $Mosaic\;
}
$rect <30,180,230,220>
unit Res
{
attr Directory = .\;
}
// This is a profile member for the project. This profile controls the code generation \
// for the target system.
$rect <280,100,480,140>
profile WebGlLocalhost : Web.WebGL.RGBA8888
{
attr Verbose = false;
attr ScreenSize = <400,630>;
attr Optimization = High;
attr ApplicationClass = Application::Application;
attr CleanOutputDirectories = false;
attr FontConversion = Windows;
attr Obfuscation = false;
attr OutputDirectory = C:\xampp\htdocs\phoneapp;
$rect <10,10,170,50>
macro SimulateData = true;
$rect <10,50,170,90>
macro RestApiUrl = "http://localhost/php-files/phoneServer/";
}
$rect <780,300,980,340>
unit WidgetSet
{
attr Directory = $Mosaic\;
}
$rect <30,140,230,180>
unit Components
{
attr Directory = .\;
}
$rect <30,220,230,260>
unit Strings
{
attr Directory = .\;
}
$rect <530,100,730,140>
language Magyar;
$rect <30,100,230,140>
unit Device
{
attr Directory = .\;
}
$rect <530,240,730,280>
style DarkMode;
$rect <530,280,730,320>
style LightMode;
// Styles
note group Note4
{
attr Bounds = <510,190,750,360>;
}
// This is a profile member for the project. This profile controls the code generation \
// for the target system.
$rect <280,140,480,180>
profile WebGlMindware : Web.WebGL.RGBA8888
{
attr Verbose = false;
attr ScreenSize = <400,630>;
attr Optimization = High;
attr ApplicationClass = Application::Application;
attr CleanOutputDirectories = false;
attr FontConversion = Windows;
attr Obfuscation = false;
attr OutputDirectory = C:\Users\mindware\Desktop\www.2019\src\demo\PhoneApp;
$rect <10,10,170,50>
macro SimulateData = true;
$rect <10,50,170,90>
macro RestApiUrl = "https://mindware-solutions.com/phoneServer/";
}