forked from ErichStyger/mcuoneclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUIDialogWindowProperties.html
296 lines (275 loc) · 7.57 KB
/
UIDialogWindowProperties.html
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<title>
Component documentation - Properties
</title>
<STYLE type="text/css">
body{
background-color: white;
margin:0px;
font: 13px Helvetica Neue, Helvetica, Arial, sans-serif;
}
A:visited {
COLOR: #2D8AA7; TEXT-DECORATION: none
}
A:link {
COLOR: #2D8AA7; TEXT-DECORATION: none
}
A:active {
COLOR: #2D8AA7; TEXT-DECORATION: none
}
A:hover {
COLOR: #2D8AA7; TEXT-DECORATION: underline
}
.VSP {
COLOR: #2D8AA7; FONT: bold italic 14px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.reflink {
FONT: 11px/18px Helvetica Neue, Helvetica, Arial, sans-serif;
COLOR: #2D8AA7;
}
.user_text {
FONT: 12px/18px Helvetica Neue, Helvetica, Arial, sans-serif;
COLOR: #000000;
}
.bluetext {
COLOR: #695F52;
}
.versionspec {
padding:5px;
background-color: RGB(243, 242, 230);
margin-top:5px;
margin-bottom:5px;
}
.versionspecdetail {
padding:5px;
background-color: RGB(243, 242, 230);
margin-top:5px;
margin-bottom:5px;
}
.versionspeclabel {
font-style: italic;
}
LI.DEF {
list-style-image: url(DefaultLI.gif) ;
}
LI.BAS {
list-style-image: url(BasicLI.gif) ;
}
LI.ADV {
list-style-image: url(AdvancedLI.gif) ;
}
LI.EXP {
list-style-image: url(ExpertLI.gif) ;
}
.titlebox {
font: bold 18px Helvetica Neue, Helvetica, Arial, sans-serif;
color: #51626F;
margin-bottom: 10px;
}
.lefttitlebox {
background-color:#C3CFD1;
}
.lefttitle {
color:#51626F;
font: bold 11px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.beanname {
font: bold 14px/18px Helvetica Neue, Helvetica, Arial, sans-serif;
padding-top:6px;
padding-bottom:5px;
margin-bottom: 5px;
border-bottom-style: dotted;
border-bottom-width: 1;
}
.descrtext {
font-style: italic;
font: 14px/18px Helvetica Neue, Helvetica, Arial, sans-serif;
padding-bottom:9px;
}
.footer {
color: #b0b0b0;
font: 9px Helvetica Neue, Helvetica, Arial, sans-serif;
text-align: center;
border-top-style: solid;
border-top-color: #BOBOBO;
border-top-width: 1px;
padding-top: 5px;
margin-top: 20px;
}
.info_name {
font: 9px Helvetica Neue, Helvetica, Arial, sans-serif;
padding: 0px;
color: black;
}
.info_text {
font: 11px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.text_title {
COLOR: #000000;
FONT: bold 14px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.descr_line {
COLOR: gray;
FONT: 9px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.code {
background-color: RGB(243, 242, 230);
padding: 10px;
white-space: pre;
font-family: Courier New, Monospace;
}
</STYLE>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" width="150" >
<table width="150" height="160" cellpadding="3" cellspacing="0" border="0">
<tbody>
<tr class="lefttitlebox">
<td width="4"></td>
<td align="center" valign="middle" height="30" width="128">
<span class="lefttitle">
<b>UIDialogWindow</b>
</span>
</td>
</tr>
<tr height="700">
<td width="4"></td>
<td width="128" valign="top">
<br />
<div class="reflink">
<!---HTMLLISTBEG_SHORT DON'T CHANGE THIS LINE-->
<a href="UIDialogWindow.html">General Info</a><br />
<i>Properties</i><br />
<a href="UIDialogWindowMethods.html">Methods</a><br />
<a href="UIDialogWindowEvents.html">Events</a><br />
<!---HTMLLISTEND DON'T CHANGE THIS LINE-->
<br /><br /><br />
<a href="../../DOCs/PredefSymbols.html">Types & definitions</a><br/>
<a href="../../DOCs/BEANindex.html">Component Index</a><br/>
<a href="../../DOCs/CPUindex.html">CPU Component Index</a><br/>
<a href="../../DOCs/EmbeddedBeans.html">Embedded Components</a><br/>
<a href="../../DOCs/BeanCategories.html">Components Categories</a><br/>
<br /><br /><br />
<center>
<img src="UIDialogWindow_b.gif" alt="Component icon"/>
</center>
</div>
</td>
</tr>
</tbody>
</table>
</td>
<td width="1" class="lefttitlebox" valign="top">
<table class="lefttitlebox" width="1" cellpadding="0" cellspacing="0" height="100%" border="0">
<tr class="lefttitlebox"><td width="1"></td></tr>
</table>
</td>
<td style="padding-left:15px;padding-right:10px;" valign="top" align="left" width="100%">
<!-- <table border="0" cellPadding="0" cellSpacing="0" width="100%">
<tbody>
<tr>
<td class="titlebox">-->
<div class="titlebox">
<div class="beanname">
Component
UIDialogWindow
</div>
<div class="descrtext">Dialog Window Widget</div>
<div class="info_name">Component Level: <span class="info_text"><a href="../../DOCs/BeanCategoriesInfo.html#LevelAbstraction">High</a></span></div>
<div class="info_name">Category:
<span class="info_text">
<a href="../../DOCs/BeanCategoriesInfo.html">CPU External Devices-Display</a>
</span>
</div>
</div>
<!--
</td>
</tr>
<tr>
-->
<!-- <td align="left"> -->
<!-- <br /> -->
<div class="text_title">
Properties:
</div>
<div class="descr_line">
(Properties are parameters of the component. Please see the <a href="../../DOCs/EmbeddedBeans.html">Embedded Components page</a> for more information.)
</div>
<div class="user_text">
<ul>
<li>
<a name="DeviceName">
<b>Component name</b></a> - Name of the component.
</li>
<li>
<a name="WindowGroup">
<b>Window</b></a> - Configures the Button look & feel
<ul>
<li>
<a name="Window_Has_Border">
<b>Window has border</b></a> - Defines if the window has border
</li>
<li>
<a name="WindowBorderColor">
<b>Border Color</b></a> - If the window has a border, then this color is used.<br /><br />
There are 16 options:<br />
<ul>
<li><u>BLACK</u>: Black color</li>
<li><u>WHITE</u>: White color</li>
<li><u>RED</u>: Red color</li>
<li><u>BRIGHT RED</u>: Bright red color</li>
<li><u>DARK RED</u>: Dark red color</li>
<li><u>GREEN</u>: Green color</li>
<li><u>BRIGHT GREEN</u>: Bright green color</li>
<li><u>DARK GREEN</u>: Dark green color</li>
<li><u>BLUE</u>: Blue color</li>
<li><u>BRIGHT BLUE</u>: Bright blue color</li>
<li><u>DARK BLUE</u>: Dark blue color</li>
<li><u>YELLOW</u>: Yellow color</li>
<li><u>BRIGHT YELLOW</u>: Bright yellow color</li>
<li><u>ORANGE</u>: Orange color</li>
<li><u>GREY</u>: Grey color</li>
<li><u>BRIGHT GREY</u>: Bright grey</li>
</ul><br />
</li>
<li>
<a name="movable">
<b>is movable</b></a> - Defines if the window is movable
</li>
<li>
<a name="insideWindowsOnly">
<b>All window inside screen</b></a> - Defines if all window must be inside screen after move
</li>
</ul>
</li>
<li>
<a name="SystemGroup">
<b>System</b></a> - Interface to shared system modules
<ul>
<li>
<a name="UI">
<b>User Interface</b></a> - Interface to UserInterface
</li>
<li>
<a name="Window">
<b>Window</b></a> -
</li>
</ul>
</li>
</ul>
<!---USERBEG DON'T CHANGE THIS LINE-->
<!---USEREND DON'T CHANGE THIS LINE-->
</div>
<p class="footer">
PROCESSOR EXPERT is trademark of Freescale Semiconductor, Inc.
<br />
</p>
</td>
</tr>
</table>
</body>
</html>