yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
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
Quintiq file version 2.0
Component gpRecord
{
  #keys: '[146874.1.134058990]'
  BaseType: 'GroupPanel'
  GBLayout
  {
    Type: 'internal[GBLayoutDefinition]'
    Columns:
    [
      GBFlow.Column { grow: 0 id: 922 parent: 0 }
      GBFlow.Column { grow: 0 id: 577 parent: 0 }
      GBFlow.Column { grow: 0 id: 113 parent: 0 }
      GBFlow.Column { grow: 128 id: 676 parent: 0 }
    ]
    Elements:
    [
      GBElement
      {
        Component => lblRecordFrequency
        Position { startcolumn: 922 startrow: 518 endcolumn: 922 endrow: 518 }
      }
      GBElement
      {
        Component => cbRecordEnabled
        Position { startcolumn: 577 startrow: 437 endcolumn: 676 endrow: 437 }
      }
      GBElement
      {
        Component => lblRecordStartTime
        Position { startcolumn: 922 startrow: 327 endcolumn: 922 endrow: 327 }
      }
      GBElement
      {
        Component => dtRecordStartTime
        Position { startcolumn: 577 startrow: 327 endcolumn: 676 endrow: 327 }
      }
      GBElement
      {
        Component => dsRecordFrequency
        Position { startcolumn: 577 startrow: 518 endcolumn: 577 endrow: 518 }
      }
      GBElement
      {
        Component => imgWarning
        Position { startcolumn: 113 startrow: 518 endcolumn: 113 endrow: 518 }
      }
    ]
    Gaps: [ left: 5 right: 5 top: 5 bottom: 5 inner: 5 ]
    Rows:
    [
      GBFlow.Row { grow: 0 id: 437 parent: 0 }
      GBFlow.Row { grow: 0 id: 518 parent: 0 }
      GBFlow.Row { grow: 0 id: 327 parent: 0 }
    ]
  }
  Children:
  [
    Component lblRecordFrequency
    {
      #keys: '[146874.1.134059136]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Frequency'
        Transparent: true
      ]
    }
    Component cbRecordEnabled
    {
      #keys: '[146874.1.134059147]'
      BaseType: 'CheckBox'
      Properties:
      [
        DataBinding: 'Dialog.Data.RecordEnabled'
        Text: 'Enable'
      ]
    }
    Component lblRecordStartTime
    {
      #keys: '[146874.1.134059204]'
      BaseType: 'Label'
      Properties:
      [
        Alignment: 'right'
        Text: 'Start time'
        Transparent: true
      ]
    }
    Component dtRecordStartTime
    {
      #keys: '[146874.1.134059237]'
      BaseType: 'GUIDateTimeSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        DataBinding: 'Dialog.Data.RecordStartTime'
      ]
    }
    Component dsRecordFrequency
    {
      #keys: '[146874.1.134059248]'
      BaseType: 'GUIDurationSelector'
      Properties:
      [
        BackgroundColor: 'Window'
        DataBinding: 'Dialog.Data.RecordFrequency'
      ]
    }
    Component imgWarning
    {
      #keys: '[146874.1.1306898904]'
      BaseType: 'Image'
      Properties:
      [
        Image: 'WARNING'
        Tooltip: 'Changes detected, click on Apply button to apply changes.'
        Transparent: true
      ]
    }
    Component vhRecordFrequency
    {
      #keys: '[156716.0.1423421685]'
      BaseType: 'ValueHolder'
      Databinding: 'Duration'
      Properties:
      [
        DataBinding: 'KpiTracker.GlobalParameter.RecordFrequency'
        PosX: 242
        PosY: 43
        ShowName: true
      ]
    }
  ]
  Properties:
  [
    Text: 'Record daemon'
    ModeledStringList ChildOrdering
    {
      c: lblRecordFrequency
      c: cbRecordEnabled
      c: dsRecordFrequency
      c: dtRecordStartTime
      c: lblRecordStartTime
      c: imgWarning
      c: vhRecordFrequency
    }
  ]
}