-
Notifications
You must be signed in to change notification settings - Fork 0
/
RowTemplate1.yaml
52 lines (52 loc) · 1.59 KB
/
RowTemplate1.yaml
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
container: {type: DataRowPanel}
components:
- type: CheckBox
properties: {role: null, align: left, tooltip: '', border: '', enabled: true, foreground: '',
visible: true, text: Add/Remove, font_size: null, font: '', spacing_above: small,
spacing_below: small, italic: false, background: '', bold: false, checked: false,
underline: false}
name: check_box_1
layout_properties: {column: BZWFMS}
event_bindings: {change: check_box_1_change}
- type: Label
properties: {}
name: label_train
layout_properties: {column: BFXFZU}
data_bindings:
- {property: text, code: 'self.item[''Train'']'}
- type: Label
properties: {}
name: label_date
layout_properties: {column: IUEYUB}
data_bindings:
- {property: text, code: 'self.item[''Date'']'}
- type: Label
properties: {}
name: label_from
layout_properties: {column: ZXHTGF}
data_bindings:
- {property: text, code: 'self.item[''From_Station'']'}
- type: Label
properties: {}
name: label_to
layout_properties: {column: EGWRTB}
data_bindings:
- {property: text, code: 'self.item[''To_Station'']'}
- type: Label
properties: {}
name: label_start
layout_properties: {column: QAROIV}
data_bindings:
- {property: text, code: 'self.item[''Start_time'']'}
- type: Label
properties: {}
name: label_end
layout_properties: {column: YCGSXO}
data_bindings:
- {property: text, code: 'self.item[''End_time'']'}
- type: Label
properties: {}
name: label_duration
layout_properties: {column: YXZDFM}
data_bindings:
- {property: text, code: 'self.item[''Duration'']'}