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
| Quintiq file version 2.0
| Component pnlEvent
| {
| #keys: '[131094.1.564201904]'
| BaseType: 'WebPanel'
| Children:
| [
| Component lblEvent
| {
| #keys: '[146730.0.242182230]'
| BaseType: 'WebLabel'
| Properties:
| [
| FixedSize: false
| Label: 'Event :'
| Taborder: 0
| ]
| }
| Component btnEditEvent
| {
| #keys: '[146730.0.1386081720]'
| BaseType: 'WebButton'
| Properties:
| [
| ButtonSize: 'compact'
| Image: 'CALENDAR_EDIT'
| Taborder: 3
| Tooltip: 'Edit Event...'
| ]
| }
| Component lblInfo
| {
| #keys: '[146730.0.1389741736]'
| BaseType: 'WebLabel'
| Properties:
| [
| DataBinding: 'dhParticipationToSubscribeTo.Data.Info'
| Taborder: 1
| Visible: false
| ]
| }
| Component imgInfo
| {
| #keys: '[131092.1.1300525039]'
| BaseType: 'WebImage'
| Properties:
| [
| CustomHeight: 20
| CustomWidth: 20
| Image: 'INFORMATION'
| Size: 'custom'
| Taborder: 2
| ]
| }
| ]
| Properties:
| [
| Orientation: 'horizontal'
| Taborder: 0
| ]
| }
|
|