genexus-mcp 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/package.json +1 -1
  2. package/publish/GxMcp.Gateway.deps.json +125 -0
  3. package/publish/GxMcp.Gateway.dll +0 -0
  4. package/publish/GxMcp.Gateway.exe +0 -0
  5. package/publish/GxMcp.Gateway.pdb +0 -0
  6. package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
  7. package/publish/Newtonsoft.Json.dll +0 -0
  8. package/publish/System.CodeDom.dll +0 -0
  9. package/publish/System.Management.dll +0 -0
  10. package/publish/System.Security.Permissions.dll +0 -0
  11. package/publish/System.Windows.Extensions.dll +0 -0
  12. package/publish/config.json +19 -0
  13. package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
  14. package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
  15. package/publish/start_mcp.bat +22 -0
  16. package/publish/tool_definitions.json +1062 -0
  17. package/publish/web.config +12 -0
  18. package/publish/worker/Definitions/APIDefinition.xml +427 -0
  19. package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
  20. package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
  21. package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
  22. package/publish/worker/Definitions/BASEDefinition.xml +60 -0
  23. package/publish/worker/Definitions/ContextDefinition.xml +43 -0
  24. package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
  25. package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
  26. package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
  27. package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
  28. package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
  29. package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
  30. package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
  31. package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
  32. package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
  33. package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
  34. package/publish/worker/Definitions/DeployDefinition.xml +151 -0
  35. package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
  36. package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
  37. package/publish/worker/Definitions/EXODefinition.xml +1877 -0
  38. package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
  39. package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
  40. package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
  41. package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
  42. package/publish/worker/Definitions/FILEDefinition.xml +223 -0
  43. package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
  44. package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
  45. package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
  46. package/publish/worker/Definitions/Functions.psx +2117 -0
  47. package/publish/worker/Definitions/GRPDefinition.xml +78 -0
  48. package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
  49. package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
  50. package/publish/worker/Definitions/GxpmConditions.xml +238 -0
  51. package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
  52. package/publish/worker/Definitions/IDXDefinition.xml +54 -0
  53. package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
  54. package/publish/worker/Definitions/KBDefinition.xml +696 -0
  55. package/publish/worker/Definitions/LNGDefinition.xml +558 -0
  56. package/publish/worker/Definitions/MBRDefinition.xml +131 -0
  57. package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
  58. package/publish/worker/Definitions/MNUDefinition.xml +334 -0
  59. package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
  60. package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
  61. package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
  62. package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
  63. package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
  64. package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
  65. package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
  66. package/publish/worker/Definitions/Prc.Rules.psx +393 -0
  67. package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
  68. package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
  69. package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
  70. package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
  71. package/publish/worker/Definitions/SD.Rules.psx +67 -0
  72. package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
  73. package/publish/worker/Definitions/SDTDefinition.xml +176 -0
  74. package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
  75. package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
  76. package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
  77. package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
  78. package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
  79. package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
  80. package/publish/worker/Definitions/Sync.Rules.psx +191 -0
  81. package/publish/worker/Definitions/TBDDefinition.xml +99 -0
  82. package/publish/worker/Definitions/TBLDefinition.xml +302 -0
  83. package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
  84. package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
  85. package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
  86. package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
  87. package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
  88. package/publish/worker/Definitions/Trn.Rules.psx +560 -0
  89. package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
  90. package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
  91. package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
  92. package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
  93. package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
  94. package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
  95. package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
  96. package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
  97. package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
  98. package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
  99. package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
  100. package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
  101. package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
  102. package/publish/worker/Definitions/XFLDefinition.xml +246 -0
  103. package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
  104. package/publish/worker/Definitions/conditions.xml +251 -0
  105. package/publish/worker/Definitions/conditionsSD.xml +236 -0
  106. package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
  107. package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
  108. package/publish/worker/Definitions/dataprovider.xml +254 -0
  109. package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
  110. package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
  111. package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
  112. package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
  113. package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
  114. package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
  115. package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
  116. package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
  117. package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
  118. package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
  119. package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
  120. package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
  121. package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
  122. package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
  123. package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
  124. package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
  125. package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
  126. package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
  127. package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
  128. package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
  129. package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
  130. package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
  131. package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
  132. package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
  133. package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
  134. package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
  135. package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
  136. package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
  137. package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
  138. package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
  139. package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
  140. package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
  141. package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
  142. package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
  143. package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
  144. package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
  145. package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
  146. package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
  147. package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
  148. package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
  149. package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
  150. package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
  151. package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
  152. package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
  153. package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
  154. package/publish/worker/Definitions/events.xml +340 -0
  155. package/publish/worker/Definitions/eventsSD.xml +331 -0
  156. package/publish/worker/Definitions/exportDefinition.xml +123 -0
  157. package/publish/worker/Definitions/formula.xml +215 -0
  158. package/publish/worker/Definitions/gxtypes.xml +24099 -0
  159. package/publish/worker/Definitions/importDefinition.xml +148 -0
  160. package/publish/worker/Definitions/javaDefinition.xml +4733 -0
  161. package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
  162. package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
  163. package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
  164. package/publish/worker/Definitions/procedures.xml +292 -0
  165. package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
  166. package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
  167. package/publish/worker/Definitions/rules.xml +279 -0
  168. package/publish/worker/Definitions/rulesSD.xml +253 -0
  169. package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
  170. package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
  171. package/publish/worker/Definitions/trn_src.xml +335 -0
  172. package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
  173. package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
  174. package/publish/worker/GxMcp.Worker.exe +0 -0
  175. package/publish/worker/GxMcp.Worker.exe.config +76 -0
  176. package/publish/worker/GxMcp.Worker.pdb +0 -0
  177. package/publish/worker/Newtonsoft.Json.dll +0 -0
@@ -0,0 +1,2074 @@
1
+ <?xml version='1.0' encoding='iso-8859-1'?>
2
+ <Content version='148598 $'>
3
+ <Object id='CBL'>
4
+ <Group>
5
+ <Name>COBOL</Name>
6
+ <Type>Main</Type>
7
+ <Children>
8
+ <Prop hidden='1'>
9
+ <Id>MAIN_GEN</Id>
10
+ <Name>Main generator</Name>
11
+ <Type>Boolean</Type>
12
+ <Default>true</Default>
13
+ <Options>
14
+ <Option type='Not Show'/>
15
+ </Options>
16
+ </Prop>
17
+ <Prop hidden='1'>
18
+ <Id>MAIN_DBMS</Id>
19
+ <Name>Main DBMS</Name>
20
+ <Type>Integer</Type>
21
+ <Options>
22
+ <Option type='Not Show'/>
23
+ </Options>
24
+ </Prop>
25
+ <Prop hidden='1'>
26
+ <Id>IS_WEB_GEN</Id>
27
+ <Name>Is web generator</Name>
28
+ <Type>Boolean</Type>
29
+ <Default>true</Default>
30
+ <Options>
31
+ <Option type='Not Show'/>
32
+ </Options>
33
+ </Prop>
34
+ <Prop hidden='1'>
35
+ <Id>HelpKeyword</Id>
36
+ <Name>HelpKeyword</Name>
37
+ <Type>Integer</Type>
38
+ <Dependencies>
39
+ <Depend type='Default'>
40
+ <Value>9</Value>
41
+ </Depend>
42
+ </Dependencies>
43
+ <Options>
44
+ <Option type='Not Show'/>
45
+ </Options>
46
+ </Prop>
47
+ <Group>
48
+ <Id>AS400PGM</Id>
49
+ <Name>Program generation options</Name>
50
+ <Description>Program generation options</Description>
51
+ <Type>Group</Type>
52
+ <Children>
53
+ <Prop>
54
+ <Id>PSEUDO_CHECK_ALL</Id>
55
+ <Name>Pseudo conversational dialog</Name>
56
+ <Description>Pseudo conversational dialog</Description>
57
+ <Type>Combo</Type>
58
+ <Default>No</Default>
59
+ <Values>
60
+ <Value id='No' desc='Check updated tables only'/>
61
+ <Value id='Yes' desc='Check all accessed tables'/>
62
+ </Values>
63
+ </Prop>
64
+ <Prop>
65
+ <Id>DELETE_SOURCES</Id>
66
+ <Name>Delete iSeries sources</Name>
67
+ <Description>Delete iSeries sources</Description>
68
+ <Type>Combo</Type>
69
+ <Default>Yes</Default>
70
+ <Values>
71
+ <Value id='Yes' desc='Yes'/>
72
+ <Value id='No' desc='No'/>
73
+ </Values>
74
+ <Metadata>
75
+ <Value name='FlagDisplayName'>Delete iSeries sources</Value>
76
+ </Metadata>
77
+ </Prop>
78
+ <Prop>
79
+ <Id>COMPILE_OPTS</Id>
80
+ <Name>Compile options</Name>
81
+ <Description>Compile options</Description>
82
+ <Type>Text</Type>
83
+ </Prop>
84
+ <Prop>
85
+ <Id>COMMITMENT</Id>
86
+ <Name>Transactional integrity</Name>
87
+ <Description>Transactional integrity</Description>
88
+ <Type>Combo</Type>
89
+ <Default>Yes</Default>
90
+ <Values>
91
+ <Value id='Yes' desc='Yes'/>
92
+ <Value id='GX' desc='All files except Data Views'/>
93
+ <Value id='No' desc='No'/>
94
+ </Values>
95
+ </Prop>
96
+ <Prop>
97
+ <Id>LEVEL_CHECK</Id>
98
+ <Name>Check iSeries file level</Name>
99
+ <Description>Check iSeries file level</Description>
100
+ <Type>Combo</Type>
101
+ <Default>No</Default>
102
+ <Values>
103
+ <Value id='No' desc='No'/>
104
+ <Value id='Yes' desc='Yes'/>
105
+ </Values>
106
+ <Metadata>
107
+ <Value name='FlagDisplayName'>Check iSeries file level</Value>
108
+ </Metadata>
109
+ </Prop>
110
+ <Prop>
111
+ <Id>TGTRLS</Id>
112
+ <Name>Target release</Name>
113
+ <Description>Target release</Description>
114
+ <Type>Combo</Type>
115
+ <Default>*CURRENT</Default>
116
+ <Values>
117
+ <Value id='*CURRENT' desc='Current'/>
118
+ <Value id='*PRV' desc='Previous'/>
119
+ <Value id='V2R2M0' desc='Version 2 Release 2 M0'/>
120
+ <Value id='V2R3M0' desc='Version 2 Release 3 M0'/>
121
+ <Value id='V3R0M0' desc='Version 3 Release 0 M5'/>
122
+ <Value id='V3R1M0' desc='Version 3 Release 1 M0'/>
123
+ <Value id='V3R2M0' desc='Version 3 Release 2 M0'/>
124
+ <Value id='V3R4M0' desc='Version 3 Release 4 M0'/>
125
+ <Value id='V3R6M0' desc='Version 3 Release 6 M0'/>
126
+ <Value id='V3R7M0' desc='Version 3 Release 7 M0'/>
127
+ <Value id='V4R1M0' desc='Version 4 Release 1 M0'/>
128
+ <Value id='V4R2M0' desc='Version 4 Release 2 M0'/>
129
+ <Value id='V4R3M0' desc='Version 4 Release 3 M0'/>
130
+ <Value id='V4R4M0' desc='Version 4 Release 4 M0'/>
131
+ <Value id='V4R5M0' desc='Version 4 Release 5 M0'/>
132
+ <Value id='V5R1M0' desc='Version 5 Release 1 M0'/>
133
+ <Value id='V5R2M0' desc='Version 5 Release 2 M0'/>
134
+ <Value id='V5R3M0' desc='Version 5 Release 3 M0'/>
135
+ <Value id='V5R4M0' desc='Version 5 Release 4 M0'/>
136
+ <Value id='V6R1M0' desc='Version 6 Release 1 M0'/>
137
+ <Value id='V7R1M0' desc='Version 7 Release 1 M0'/>
138
+ <Value id='V7R2M0' desc='Version 7 Release 2 M0'/>
139
+ <Value id='V7R3M0' desc='Version 7 Release 3 M0'/>
140
+ <Value id='V7R4M0' desc='Version 7 Release 4 M0'/>
141
+ <Value id='V7R5M0' desc='Version 7 Release 5 M0'/>
142
+ </Values>
143
+ </Prop>
144
+ <Prop>
145
+ <Id>CLIBL_400</Id>
146
+ <Name>Compile library list</Name>
147
+ <Description>Compile library list</Description>
148
+ <Type>Text</Type>
149
+ </Prop>
150
+ <Prop>
151
+ <Id>MENU_CMDL</Id>
152
+ <Name>Menus have command line</Name>
153
+ <Description>Menus have command line</Description>
154
+ <Type>Combo</Type>
155
+ <Default>Yes</Default>
156
+ <Values>
157
+ <Value id='Yes' desc='Yes'/>
158
+ <Value id='No' desc='No'/>
159
+ </Values>
160
+ </Prop>
161
+ <Prop>
162
+ <Id>PRT_DDS</Id>
163
+ <Name>Print using DDSs</Name>
164
+ <Description>Print using DDSs</Description>
165
+ <Type>Combo</Type>
166
+ <Default>No</Default>
167
+ <Values>
168
+ <Value id='UMPV' desc='Use Environment property value'/>
169
+ <Value id='No' desc='No'/>
170
+ <Value id='Yes' desc='Yes'/>
171
+ </Values>
172
+ <Dependencies>
173
+ <Depend type='Invalid'>
174
+ <Value>UMPV</Value>
175
+ </Depend>
176
+ <Depend type='Default'>
177
+ <Value>No</Value>
178
+ </Depend>
179
+ </Dependencies>
180
+ </Prop>
181
+ <Prop>
182
+ <Id>BLOCK_PARAM</Id>
183
+ <Name>Blocked parameters</Name>
184
+ <Description>Blocked parameters</Description>
185
+ <Type>Combo</Type>
186
+ <Default>No</Default>
187
+ <Values>
188
+ <Value id='No' desc='No'/>
189
+ <Value id='Yes' desc='Yes'/>
190
+ </Values>
191
+ </Prop>
192
+ <Prop>
193
+ <Id>DISPLAY_SIZE</Id>
194
+ <Name>Display size</Name>
195
+ <Description>Display size</Description>
196
+ <Type>Combo</Type>
197
+ <Default>24x80</Default>
198
+ <Values>
199
+ <Value id='24x80' desc='24x80'/>
200
+ <Value id='27x132' desc='27x132'/>
201
+ <Value id='Auto' desc='Auto'/>
202
+ </Values>
203
+ </Prop>
204
+ <Prop>
205
+ <Id>TRNCFM</Id>
206
+ <Name>Confirmation</Name>
207
+ <Description>In transactions, it indicates whether or not the user's confirmation will be requested when passing from one level to another.
208
+ In procedures, it indicates whether or not the user's confirmation will be requested when the process starts executing.</Description>
209
+ <Alias>ConfirmTransaction</Alias>
210
+ <Type>Combo</Type>
211
+ <Default>None</Default>
212
+ <Values>
213
+ <Value id='UMPV' desc='Use Environment property value'/>
214
+ <Value id='All' desc='Always prompt'/>
215
+ <Value id='None' desc='Never prompt'/>
216
+ <Value id='NoFirst' desc='Do not prompt on first level'/>
217
+ </Values>
218
+ <Dependencies>
219
+ <Depend type='Not Show'>
220
+ <Cond>context(CFMTRN) == Yes</Cond>
221
+ <Condition>
222
+ <Expression>
223
+ <Type>Comparison</Type>
224
+ <Operator>Equal</Operator>
225
+ <PropName source='context'>CFMTRN</PropName>
226
+ <Value>Yes</Value>
227
+ </Expression>
228
+ </Condition>
229
+ </Depend>
230
+ <Depend type='Default'>
231
+ <Value>All</Value>
232
+ <Cond>value(IS_WEB_GEN) == false</Cond>
233
+ <Condition>
234
+ <Expression>
235
+ <Type>Comparison</Type>
236
+ <Operator>Equal</Operator>
237
+ <PropName>IS_WEB_GEN</PropName>
238
+ <Value>false</Value>
239
+ </Expression>
240
+ </Condition>
241
+ </Depend>
242
+ <Depend type='Invalid'>
243
+ <Value>UMPV</Value>
244
+ </Depend>
245
+ <Depend type='Invalid'>
246
+ <Value>NoFirst</Value>
247
+ </Depend>
248
+ </Dependencies>
249
+ <Metadata>
250
+ <Value name='FlagCategories'>Advanced</Value>
251
+ <Value name='FlagBuildAction'>RebuildAll</Value>
252
+ <Value name='FlagSpecificationName'>TRNCFM</Value>
253
+ <Value name='FlagModelIniName'>TRNCFM</Value>
254
+ </Metadata>
255
+ </Prop>
256
+ <Prop hidden='1'>
257
+ <Id>CONFIRM</Id>
258
+ <Name>Compatibility confirmation</Name>
259
+ <Description>Set confirmation option</Description>
260
+ <Type>Combo</Type>
261
+ <Default>Yes</Default>
262
+ <Values>
263
+ <Value id='Yes' desc='Yes'/>
264
+ <Value id='No' desc='No'/>
265
+ <Value id='UMPV' desc='Use Environment property value'/>
266
+ </Values>
267
+ <Dependencies>
268
+ <Depend type='Default'>
269
+ <Value>UMPV</Value>
270
+ <Cond>value(TRNCFM) == UMPV</Cond>
271
+ <Condition>
272
+ <Expression>
273
+ <Type>Comparison</Type>
274
+ <Operator>Equal</Operator>
275
+ <PropName>TRNCFM</PropName>
276
+ <Value>UMPV</Value>
277
+ </Expression>
278
+ </Condition>
279
+ </Depend>
280
+ <Depend type='Default'>
281
+ <Value>Yes</Value>
282
+ <Cond>value(TRNCFM) == All</Cond>
283
+ <Condition>
284
+ <Expression>
285
+ <Type>Comparison</Type>
286
+ <Operator>Equal</Operator>
287
+ <PropName>TRNCFM</PropName>
288
+ <Value>All</Value>
289
+ </Expression>
290
+ </Condition>
291
+ </Depend>
292
+ <Depend type='Default'>
293
+ <Value>No</Value>
294
+ <Cond>(value(TRNCFM) == None) or (value(TRNCFM) == NoFirst)</Cond>
295
+ <Condition>
296
+ <Expression>
297
+ <Type>BooleanExpression</Type>
298
+ <FirstPart>
299
+ <Expression>
300
+ <Type>Comparison</Type>
301
+ <Operator>Equal</Operator>
302
+ <PropName>TRNCFM</PropName>
303
+ <Value>None</Value>
304
+ </Expression>
305
+ </FirstPart>
306
+ <Operator>or</Operator>
307
+ <SecondPart>
308
+ <Expression>
309
+ <Type>Comparison</Type>
310
+ <Operator>Equal</Operator>
311
+ <PropName>TRNCFM</PropName>
312
+ <Value>NoFirst</Value>
313
+ </Expression>
314
+ </SecondPart>
315
+ </Expression>
316
+ </Condition>
317
+ </Depend>
318
+ </Dependencies>
319
+ <Metadata>
320
+ <Value name='FlagSpecificable'></Value>
321
+ </Metadata>
322
+ <Options>
323
+ <Option type='Not Show'/>
324
+ </Options>
325
+ </Prop>
326
+ <Prop>
327
+ <Id>SUBMIT_PREFIX</Id>
328
+ <Name>Prefix for submit CL programs</Name>
329
+ <Description>Prefix for submit CL programs</Description>
330
+ <Type>Text</Type>
331
+ </Prop>
332
+ <Prop>
333
+ <Id>DDS_FILE_NAME_CONVENTION</Id>
334
+ <Name>DDS file naming convention</Name>
335
+ <Description>DDS file naming convention</Description>
336
+ <Type>Combo</Type>
337
+ <Default>DDS_FILE_NAME_CONVENTION_DEFAULT</Default>
338
+ <Values>
339
+ <Value id='DDS_FILE_NAME_CONVENTION_DEFAULT' desc='Default'/>
340
+ <Value id='DDS_FILE_NAME_CONVENTION_PREFIX' desc='D&lt;ObjectName&gt;'/>
341
+ <Value id='DDS_FILE_NAME_CONVENTION_SUBFIX' desc='&lt;ObjectName&gt;D'/>
342
+ <Value id='DDS_FILE_NAME_CONVENTION_WITHOUTFIRSTLETTER' desc='D&lt;ObjectNameWithoutFirstLetter&gt;'/>
343
+ </Values>
344
+ </Prop>
345
+ </Children>
346
+ </Group>
347
+ <Group>
348
+ <Id>FORMAT_GROUP</Id>
349
+ <Name>Format</Name>
350
+ <Description>Format</Description>
351
+ <Type>Group</Type>
352
+ <Children>
353
+ <Prop>
354
+ <Id>CTOD_FMT</Id>
355
+ <Name>Date format in CTOD function</Name>
356
+ <Description>Date format in CTOD function</Description>
357
+ <Type>Combo</Type>
358
+ <Default>L</Default>
359
+ <Values>
360
+ <Value id='ENG' desc='mm/dd/yy'/>
361
+ <Value id='SPA' desc='dd/mm/yy'/>
362
+ <Value id='YMD' desc='yy/mm/dd'/>
363
+ <Value id='ENG4' desc='mm/dd/yyyy'/>
364
+ <Value id='SPA4' desc='dd/mm/yyyy'/>
365
+ <Value id='Y4MD' desc='yyyy/mm/dd'/>
366
+ <Value id='L' desc='Language Dependent'/>
367
+ </Values>
368
+ <Dependencies>
369
+ <Depend type='Invalid'>
370
+ <Value>ENG4</Value>
371
+ </Depend>
372
+ <Depend type='Invalid'>
373
+ <Value>SPA4</Value>
374
+ </Depend>
375
+ <Depend type='Invalid'>
376
+ <Value>Y4MD</Value>
377
+ </Depend>
378
+ </Dependencies>
379
+ </Prop>
380
+ <Prop>
381
+ <Id>YEAR_LIMIT</Id>
382
+ <Name>First year of 20th century</Name>
383
+ <Description>First year of 20th century</Description>
384
+ <Type>Integer</Type>
385
+ <Default>40</Default>
386
+ </Prop>
387
+ </Children>
388
+ </Group>
389
+ <Group>
390
+ <Id>USRDLG</Id>
391
+ <Name>User dialog</Name>
392
+ <Description>User dialog</Description>
393
+ <Type>Group</Type>
394
+ <Children>
395
+ <Prop>
396
+ <Id>BEEPONERROR</Id>
397
+ <Name>Beep on errors</Name>
398
+ <Description>Beep on errors</Description>
399
+ <Type>Combo</Type>
400
+ <Default>No</Default>
401
+ <Values>
402
+ <Value id='UMPV' desc='Use Environment property value'/>
403
+ <Value id='No' desc='No'/>
404
+ <Value id='Yes' desc='Yes'/>
405
+ </Values>
406
+ <Dependencies>
407
+ <Depend type='Invalid'>
408
+ <Value>UMPV</Value>
409
+ </Depend>
410
+ </Dependencies>
411
+ <Metadata>
412
+ <Value name='FlagCategories'>Win:Advanced</Value>
413
+ </Metadata>
414
+ </Prop>
415
+ <Prop>
416
+ <Id>BEEPONMSG</Id>
417
+ <Name>Beep on messages</Name>
418
+ <Description>Beep on messages</Description>
419
+ <Type>Combo</Type>
420
+ <Default>No</Default>
421
+ <Values>
422
+ <Value id='UMPV' desc='Use Environment property value'/>
423
+ <Value id='No' desc='No'/>
424
+ <Value id='Yes' desc='Yes'/>
425
+ </Values>
426
+ <Dependencies>
427
+ <Depend type='Invalid'>
428
+ <Value>UMPV</Value>
429
+ </Depend>
430
+ </Dependencies>
431
+ <Metadata>
432
+ <Value name='FlagCategories'>Win:Advanced</Value>
433
+ </Metadata>
434
+ </Prop>
435
+ <Prop>
436
+ <Id>RIGHT_ALIGN</Id>
437
+ <Name>Right align</Name>
438
+ <Description>Right align</Description>
439
+ <Type>Combo</Type>
440
+ <Default>No</Default>
441
+ <Values>
442
+ <Value id='No' desc='No'/>
443
+ <Value id='Yes' desc='Yes'/>
444
+ </Values>
445
+ </Prop>
446
+ <Prop>
447
+ <Id>AUTOSKIP</Id>
448
+ <Name>Auto skip</Name>
449
+ <Description>Auto skip</Description>
450
+ <Type>Combo</Type>
451
+ <Default>No</Default>
452
+ <Values>
453
+ <Value id='No' desc='No'/>
454
+ <Value id='Yes' desc='Yes'/>
455
+ </Values>
456
+ </Prop>
457
+ <Prop>
458
+ <Id>AUTOENTER</Id>
459
+ <Name>Automatic enter</Name>
460
+ <Description>Automatic enter</Description>
461
+ <Type>Combo</Type>
462
+ <Default>No</Default>
463
+ <Values>
464
+ <Value id='UMPV' desc='Use Environment property value'/>
465
+ <Value id='No' desc='No'/>
466
+ <Value id='Yes' desc='Yes'/>
467
+ </Values>
468
+ <Dependencies>
469
+ <Depend type='Invalid'>
470
+ <Value>UMPV</Value>
471
+ </Depend>
472
+ <Depend type='Default'>
473
+ <Value>No</Value>
474
+ </Depend>
475
+ </Dependencies>
476
+ <Metadata>
477
+ <Value name='FlagCategories'>Win</Value>
478
+ </Metadata>
479
+ </Prop>
480
+ <Prop>
481
+ <Id>TRIGGER_ORDERED</Id>
482
+ <Name>Trigger rules</Name>
483
+ <Description>Trigger rules</Description>
484
+ <Type>Combo</Type>
485
+ <Default>No</Default>
486
+ <Values>
487
+ <Value id='No' desc='Standard'/>
488
+ <Value id='Yes' desc='In form order'/>
489
+ </Values>
490
+ </Prop>
491
+ <Group>
492
+ <Id>AS4KEYS</Id>
493
+ <Name>Key assignment</Name>
494
+ <Description>Key assignment</Description>
495
+ <Type>Group</Type>
496
+ <Children>
497
+ <Prop>
498
+ <Id>ASSIGNED_FNC_KEYS</Id>
499
+ <Name>Assign Function Keys to Standard Events</Name>
500
+ <Type>Combo</Type>
501
+ <Default>No</Default>
502
+ <Values>
503
+ <Value id='Yes' desc='Yes'/>
504
+ <Value id='No' desc='No'/>
505
+ <Value id='UMPV' desc='Use Environment property value'/>
506
+ </Values>
507
+ <Dependencies>
508
+ <Depend type='Default'>
509
+ <Value>Yes</Value>
510
+ <Cond>value(IS_WEB_GEN) != true</Cond>
511
+ <Condition>
512
+ <Expression>
513
+ <Type>Comparison</Type>
514
+ <Operator>NotEqual</Operator>
515
+ <PropName>IS_WEB_GEN</PropName>
516
+ <Value>true</Value>
517
+ </Expression>
518
+ </Condition>
519
+ </Depend>
520
+ </Dependencies>
521
+ </Prop>
522
+ <Prop hidden='1'>
523
+ <Id>KEY_HELP</Id>
524
+ <Name>Help key</Name>
525
+ <Description>Help key</Description>
526
+ <Type>Combo</Type>
527
+ <Values>
528
+ <Value id='N' desc='None'/>
529
+ <Value id='0' desc='Disabled'/>
530
+ <Value id='1' desc='F1'/>
531
+ <Value id='2' desc='F2'/>
532
+ <Value id='3' desc='F3'/>
533
+ <Value id='4' desc='F4'/>
534
+ <Value id='5' desc='F5'/>
535
+ <Value id='6' desc='F6'/>
536
+ <Value id='7' desc='F7'/>
537
+ <Value id='8' desc='F8'/>
538
+ <Value id='9' desc='F9'/>
539
+ <Value id='10' desc='F10'/>
540
+ <Value id='11' desc='F11'/>
541
+ <Value id='12' desc='F12'/>
542
+ <Value id='13' desc='F13 (Shift-F1)'/>
543
+ <Value id='14' desc='F14 (Shift-F2)'/>
544
+ <Value id='15' desc='F15 (Shift-F3)'/>
545
+ <Value id='16' desc='F16 (Shift-F4)'/>
546
+ <Value id='17' desc='F17 (Shift-F5)'/>
547
+ <Value id='18' desc='F18 (Shift-F6)'/>
548
+ <Value id='19' desc='F19 (Shift-F7)'/>
549
+ <Value id='20' desc='F20 (Shift-F8)'/>
550
+ <Value id='21' desc='F21 (Shift-F9)'/>
551
+ <Value id='22' desc='F22 (Shift-F10)'/>
552
+ <Value id='23' desc='F23 (Shift-F11)'/>
553
+ <Value id='24' desc='F24 (Shift-F12)'/>
554
+ <Value id='UMPV' desc='Use Environment property value'/>
555
+ </Values>
556
+ <Dependencies>
557
+ <Depend type='Not Show'>
558
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
559
+ <Condition>
560
+ <Expression>
561
+ <Type>Comparison</Type>
562
+ <Operator>Equal</Operator>
563
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
564
+ <Value>No</Value>
565
+ </Expression>
566
+ </Condition>
567
+ </Depend>
568
+ <Depend type='Default'>
569
+ <Value>1</Value>
570
+ </Depend>
571
+ <Depend type='Invalid'>
572
+ <Value>UMPV</Value>
573
+ </Depend>
574
+ </Dependencies>
575
+ <Metadata>
576
+ <Value name='FlagModelIniIfApply'></Value>
577
+ </Metadata>
578
+ </Prop>
579
+ <Prop hidden='1'>
580
+ <Id>KEY_CHECK</Id>
581
+ <Name>Check key</Name>
582
+ <Description>Check key</Description>
583
+ <Type>Combo</Type>
584
+ <Values>
585
+ <Value id='N' desc='None'/>
586
+ <Value id='0' desc='Disabled'/>
587
+ <Value id='1' desc='F1'/>
588
+ <Value id='2' desc='F2'/>
589
+ <Value id='3' desc='F3'/>
590
+ <Value id='4' desc='F4'/>
591
+ <Value id='5' desc='F5'/>
592
+ <Value id='6' desc='F6'/>
593
+ <Value id='7' desc='F7'/>
594
+ <Value id='8' desc='F8'/>
595
+ <Value id='9' desc='F9'/>
596
+ <Value id='10' desc='F10'/>
597
+ <Value id='11' desc='F11'/>
598
+ <Value id='12' desc='F12'/>
599
+ <Value id='13' desc='F13 (Shift-F1)'/>
600
+ <Value id='14' desc='F14 (Shift-F2)'/>
601
+ <Value id='15' desc='F15 (Shift-F3)'/>
602
+ <Value id='16' desc='F16 (Shift-F4)'/>
603
+ <Value id='17' desc='F17 (Shift-F5)'/>
604
+ <Value id='18' desc='F18 (Shift-F6)'/>
605
+ <Value id='19' desc='F19 (Shift-F7)'/>
606
+ <Value id='20' desc='F20 (Shift-F8)'/>
607
+ <Value id='21' desc='F21 (Shift-F9)'/>
608
+ <Value id='22' desc='F22 (Shift-F10)'/>
609
+ <Value id='23' desc='F23 (Shift-F11)'/>
610
+ <Value id='24' desc='F24 (Shift-F12)'/>
611
+ <Value id='UMPV' desc='Use Environment property value'/>
612
+ </Values>
613
+ <Dependencies>
614
+ <Depend type='Not Show'>
615
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
616
+ <Condition>
617
+ <Expression>
618
+ <Type>Comparison</Type>
619
+ <Operator>Equal</Operator>
620
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
621
+ <Value>No</Value>
622
+ </Expression>
623
+ </Condition>
624
+ </Depend>
625
+ <Depend type='Default'>
626
+ <Value>2</Value>
627
+ </Depend>
628
+ <Depend type='Invalid'>
629
+ <Value>UMPV</Value>
630
+ </Depend>
631
+ </Dependencies>
632
+ <Metadata>
633
+ <Value name='FlagModelIniIfApply'></Value>
634
+ </Metadata>
635
+ </Prop>
636
+ <Prop hidden='1'>
637
+ <Id>KEY_EXIT</Id>
638
+ <Name>Exit key</Name>
639
+ <Description>Exit key</Description>
640
+ <Type>Combo</Type>
641
+ <Values>
642
+ <Value id='N' desc='None'/>
643
+ <Value id='0' desc='Disabled'/>
644
+ <Value id='1' desc='F1'/>
645
+ <Value id='2' desc='F2'/>
646
+ <Value id='3' desc='F3'/>
647
+ <Value id='4' desc='F4'/>
648
+ <Value id='5' desc='F5'/>
649
+ <Value id='6' desc='F6'/>
650
+ <Value id='7' desc='F7'/>
651
+ <Value id='8' desc='F8'/>
652
+ <Value id='9' desc='F9'/>
653
+ <Value id='10' desc='F10'/>
654
+ <Value id='11' desc='F11'/>
655
+ <Value id='12' desc='F12'/>
656
+ <Value id='13' desc='F13 (Shift-F1)'/>
657
+ <Value id='14' desc='F14 (Shift-F2)'/>
658
+ <Value id='15' desc='F15 (Shift-F3)'/>
659
+ <Value id='16' desc='F16 (Shift-F4)'/>
660
+ <Value id='17' desc='F17 (Shift-F5)'/>
661
+ <Value id='18' desc='F18 (Shift-F6)'/>
662
+ <Value id='19' desc='F19 (Shift-F7)'/>
663
+ <Value id='20' desc='F20 (Shift-F8)'/>
664
+ <Value id='21' desc='F21 (Shift-F9)'/>
665
+ <Value id='22' desc='F22 (Shift-F10)'/>
666
+ <Value id='23' desc='F23 (Shift-F11)'/>
667
+ <Value id='24' desc='F24 (Shift-F12)'/>
668
+ <Value id='UMPV' desc='Use Environment property value'/>
669
+ </Values>
670
+ <Dependencies>
671
+ <Depend type='Not Show'>
672
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
673
+ <Condition>
674
+ <Expression>
675
+ <Type>Comparison</Type>
676
+ <Operator>Equal</Operator>
677
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
678
+ <Value>No</Value>
679
+ </Expression>
680
+ </Condition>
681
+ </Depend>
682
+ <Depend type='Default'>
683
+ <Value>3</Value>
684
+ </Depend>
685
+ <Depend type='Invalid'>
686
+ <Value>UMPV</Value>
687
+ </Depend>
688
+ </Dependencies>
689
+ <Metadata>
690
+ <Value name='FlagModelIniIfApply'></Value>
691
+ </Metadata>
692
+ </Prop>
693
+ <Prop hidden='1'>
694
+ <Id>KEY_PROMPT</Id>
695
+ <Name>Prompt key</Name>
696
+ <Description>Prompt key</Description>
697
+ <Type>Combo</Type>
698
+ <Default>4</Default>
699
+ <Values>
700
+ <Value id='N' desc='None'/>
701
+ <Value id='0' desc='Disabled'/>
702
+ <Value id='1' desc='F1'/>
703
+ <Value id='2' desc='F2'/>
704
+ <Value id='3' desc='F3'/>
705
+ <Value id='4' desc='F4'/>
706
+ <Value id='5' desc='F5'/>
707
+ <Value id='6' desc='F6'/>
708
+ <Value id='7' desc='F7'/>
709
+ <Value id='8' desc='F8'/>
710
+ <Value id='9' desc='F9'/>
711
+ <Value id='10' desc='F10'/>
712
+ <Value id='11' desc='F11'/>
713
+ <Value id='12' desc='F12'/>
714
+ <Value id='13' desc='F13 (Shift-F1)'/>
715
+ <Value id='14' desc='F14 (Shift-F2)'/>
716
+ <Value id='15' desc='F15 (Shift-F3)'/>
717
+ <Value id='16' desc='F16 (Shift-F4)'/>
718
+ <Value id='17' desc='F17 (Shift-F5)'/>
719
+ <Value id='18' desc='F18 (Shift-F6)'/>
720
+ <Value id='19' desc='F19 (Shift-F7)'/>
721
+ <Value id='20' desc='F20 (Shift-F8)'/>
722
+ <Value id='21' desc='F21 (Shift-F9)'/>
723
+ <Value id='22' desc='F22 (Shift-F10)'/>
724
+ <Value id='23' desc='F23 (Shift-F11)'/>
725
+ <Value id='24' desc='F24 (Shift-F12)'/>
726
+ <Value id='UMPV' desc='Use Environment property value'/>
727
+ </Values>
728
+ <Dependencies>
729
+ <Depend type='Not Show'>
730
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
731
+ <Condition>
732
+ <Expression>
733
+ <Type>Comparison</Type>
734
+ <Operator>Equal</Operator>
735
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
736
+ <Value>No</Value>
737
+ </Expression>
738
+ </Condition>
739
+ </Depend>
740
+ <Depend type='Default'>
741
+ <Value>4</Value>
742
+ </Depend>
743
+ <Depend type='Invalid'>
744
+ <Value>UMPV</Value>
745
+ </Depend>
746
+ <Depend type='Invalid'>
747
+ <Value>N</Value>
748
+ </Depend>
749
+ </Dependencies>
750
+ <Metadata>
751
+ <Value name='FlagModelIniIfApply'></Value>
752
+ </Metadata>
753
+ </Prop>
754
+ <Prop hidden='1'>
755
+ <Id>KEY_REFRESH</Id>
756
+ <Name>Refresh key</Name>
757
+ <Description>Refresh key</Description>
758
+ <Type>Combo</Type>
759
+ <Values>
760
+ <Value id='N' desc='None'/>
761
+ <Value id='0' desc='Disabled'/>
762
+ <Value id='1' desc='F1'/>
763
+ <Value id='2' desc='F2'/>
764
+ <Value id='3' desc='F3'/>
765
+ <Value id='4' desc='F4'/>
766
+ <Value id='5' desc='F5'/>
767
+ <Value id='6' desc='F6'/>
768
+ <Value id='7' desc='F7'/>
769
+ <Value id='8' desc='F8'/>
770
+ <Value id='9' desc='F9'/>
771
+ <Value id='10' desc='F10'/>
772
+ <Value id='11' desc='F11'/>
773
+ <Value id='12' desc='F12'/>
774
+ <Value id='13' desc='F13 (Shift-F1)'/>
775
+ <Value id='14' desc='F14 (Shift-F2)'/>
776
+ <Value id='15' desc='F15 (Shift-F3)'/>
777
+ <Value id='16' desc='F16 (Shift-F4)'/>
778
+ <Value id='17' desc='F17 (Shift-F5)'/>
779
+ <Value id='18' desc='F18 (Shift-F6)'/>
780
+ <Value id='19' desc='F19 (Shift-F7)'/>
781
+ <Value id='20' desc='F20 (Shift-F8)'/>
782
+ <Value id='21' desc='F21 (Shift-F9)'/>
783
+ <Value id='22' desc='F22 (Shift-F10)'/>
784
+ <Value id='23' desc='F23 (Shift-F11)'/>
785
+ <Value id='24' desc='F24 (Shift-F12)'/>
786
+ <Value id='UMPV' desc='Use Environment property value'/>
787
+ </Values>
788
+ <Dependencies>
789
+ <Depend type='Not Show'>
790
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
791
+ <Condition>
792
+ <Expression>
793
+ <Type>Comparison</Type>
794
+ <Operator>Equal</Operator>
795
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
796
+ <Value>No</Value>
797
+ </Expression>
798
+ </Condition>
799
+ </Depend>
800
+ <Depend type='Default'>
801
+ <Value>5</Value>
802
+ </Depend>
803
+ <Depend type='Invalid'>
804
+ <Value>UMPV</Value>
805
+ </Depend>
806
+ <Depend type='Invalid'>
807
+ <Value>N</Value>
808
+ </Depend>
809
+ </Dependencies>
810
+ <Metadata>
811
+ <Value name='FlagModelIniIfApply'></Value>
812
+ </Metadata>
813
+ </Prop>
814
+ <Prop hidden='1'>
815
+ <Id>KEY_INSERT</Id>
816
+ <Name>Insert key</Name>
817
+ <Description>Insert key</Description>
818
+ <Type>Combo</Type>
819
+ <Values>
820
+ <Value id='N' desc='None'/>
821
+ <Value id='0' desc='Disabled'/>
822
+ <Value id='1' desc='F1'/>
823
+ <Value id='2' desc='F2'/>
824
+ <Value id='3' desc='F3'/>
825
+ <Value id='4' desc='F4'/>
826
+ <Value id='5' desc='F5'/>
827
+ <Value id='6' desc='F6'/>
828
+ <Value id='7' desc='F7'/>
829
+ <Value id='8' desc='F8'/>
830
+ <Value id='9' desc='F9'/>
831
+ <Value id='10' desc='F10'/>
832
+ <Value id='11' desc='F11'/>
833
+ <Value id='12' desc='F12'/>
834
+ <Value id='13' desc='F13 (Shift-F1)'/>
835
+ <Value id='14' desc='F14 (Shift-F2)'/>
836
+ <Value id='15' desc='F15 (Shift-F3)'/>
837
+ <Value id='16' desc='F16 (Shift-F4)'/>
838
+ <Value id='17' desc='F17 (Shift-F5)'/>
839
+ <Value id='18' desc='F18 (Shift-F6)'/>
840
+ <Value id='19' desc='F19 (Shift-F7)'/>
841
+ <Value id='20' desc='F20 (Shift-F8)'/>
842
+ <Value id='21' desc='F21 (Shift-F9)'/>
843
+ <Value id='22' desc='F22 (Shift-F10)'/>
844
+ <Value id='23' desc='F23 (Shift-F11)'/>
845
+ <Value id='24' desc='F24 (Shift-F12)'/>
846
+ <Value id='UMPV' desc='Use Environment property value'/>
847
+ </Values>
848
+ <Dependencies>
849
+ <Depend type='Not Show'>
850
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
851
+ <Condition>
852
+ <Expression>
853
+ <Type>Comparison</Type>
854
+ <Operator>Equal</Operator>
855
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
856
+ <Value>No</Value>
857
+ </Expression>
858
+ </Condition>
859
+ </Depend>
860
+ <Depend type='Default'>
861
+ <Value>6</Value>
862
+ </Depend>
863
+ <Depend type='Invalid'>
864
+ <Value>UMPV</Value>
865
+ </Depend>
866
+ </Dependencies>
867
+ <Metadata>
868
+ <Value name='FlagModelIniIfApply'></Value>
869
+ </Metadata>
870
+ </Prop>
871
+ <Prop hidden='1'>
872
+ <Id>KEY_PREVIOUS</Id>
873
+ <Name>Previous record key</Name>
874
+ <Description>Previous record key</Description>
875
+ <Type>Combo</Type>
876
+ <Values>
877
+ <Value id='N' desc='None'/>
878
+ <Value id='0' desc='Disabled'/>
879
+ <Value id='1' desc='F1'/>
880
+ <Value id='2' desc='F2'/>
881
+ <Value id='3' desc='F3'/>
882
+ <Value id='4' desc='F4'/>
883
+ <Value id='5' desc='F5'/>
884
+ <Value id='6' desc='F6'/>
885
+ <Value id='7' desc='F7'/>
886
+ <Value id='8' desc='F8'/>
887
+ <Value id='9' desc='F9'/>
888
+ <Value id='10' desc='F10'/>
889
+ <Value id='11' desc='F11'/>
890
+ <Value id='12' desc='F12'/>
891
+ <Value id='13' desc='F13 (Shift-F1)'/>
892
+ <Value id='14' desc='F14 (Shift-F2)'/>
893
+ <Value id='15' desc='F15 (Shift-F3)'/>
894
+ <Value id='16' desc='F16 (Shift-F4)'/>
895
+ <Value id='17' desc='F17 (Shift-F5)'/>
896
+ <Value id='18' desc='F18 (Shift-F6)'/>
897
+ <Value id='19' desc='F19 (Shift-F7)'/>
898
+ <Value id='20' desc='F20 (Shift-F8)'/>
899
+ <Value id='21' desc='F21 (Shift-F9)'/>
900
+ <Value id='22' desc='F22 (Shift-F10)'/>
901
+ <Value id='23' desc='F23 (Shift-F11)'/>
902
+ <Value id='24' desc='F24 (Shift-F12)'/>
903
+ <Value id='UMPV' desc='Use Environment property value'/>
904
+ </Values>
905
+ <Dependencies>
906
+ <Depend type='Not Show'>
907
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
908
+ <Condition>
909
+ <Expression>
910
+ <Type>Comparison</Type>
911
+ <Operator>Equal</Operator>
912
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
913
+ <Value>No</Value>
914
+ </Expression>
915
+ </Condition>
916
+ </Depend>
917
+ <Depend type='Default'>
918
+ <Value>7</Value>
919
+ </Depend>
920
+ <Depend type='Invalid'>
921
+ <Value>UMPV</Value>
922
+ </Depend>
923
+ </Dependencies>
924
+ <Metadata>
925
+ <Value name='FlagModelIniIfApply'></Value>
926
+ </Metadata>
927
+ </Prop>
928
+ <Prop hidden='1'>
929
+ <Id>KEY_NEXT</Id>
930
+ <Name>Next record key</Name>
931
+ <Description>Next record key</Description>
932
+ <Type>Combo</Type>
933
+ <Values>
934
+ <Value id='N' desc='None'/>
935
+ <Value id='0' desc='Disabled'/>
936
+ <Value id='1' desc='F1'/>
937
+ <Value id='2' desc='F2'/>
938
+ <Value id='3' desc='F3'/>
939
+ <Value id='4' desc='F4'/>
940
+ <Value id='5' desc='F5'/>
941
+ <Value id='6' desc='F6'/>
942
+ <Value id='7' desc='F7'/>
943
+ <Value id='8' desc='F8'/>
944
+ <Value id='9' desc='F9'/>
945
+ <Value id='10' desc='F10'/>
946
+ <Value id='11' desc='F11'/>
947
+ <Value id='12' desc='F12'/>
948
+ <Value id='13' desc='F13 (Shift-F1)'/>
949
+ <Value id='14' desc='F14 (Shift-F2)'/>
950
+ <Value id='15' desc='F15 (Shift-F3)'/>
951
+ <Value id='16' desc='F16 (Shift-F4)'/>
952
+ <Value id='17' desc='F17 (Shift-F5)'/>
953
+ <Value id='18' desc='F18 (Shift-F6)'/>
954
+ <Value id='19' desc='F19 (Shift-F7)'/>
955
+ <Value id='20' desc='F20 (Shift-F8)'/>
956
+ <Value id='21' desc='F21 (Shift-F9)'/>
957
+ <Value id='22' desc='F22 (Shift-F10)'/>
958
+ <Value id='23' desc='F23 (Shift-F11)'/>
959
+ <Value id='24' desc='F24 (Shift-F12)'/>
960
+ <Value id='UMPV' desc='Use Environment property value'/>
961
+ </Values>
962
+ <Dependencies>
963
+ <Depend type='Not Show'>
964
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
965
+ <Condition>
966
+ <Expression>
967
+ <Type>Comparison</Type>
968
+ <Operator>Equal</Operator>
969
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
970
+ <Value>No</Value>
971
+ </Expression>
972
+ </Condition>
973
+ </Depend>
974
+ <Depend type='Default'>
975
+ <Value>8</Value>
976
+ </Depend>
977
+ <Depend type='Invalid'>
978
+ <Value>UMPV</Value>
979
+ </Depend>
980
+ </Dependencies>
981
+ <Metadata>
982
+ <Value name='FlagModelIniIfApply'></Value>
983
+ </Metadata>
984
+ </Prop>
985
+ <Prop hidden='1'>
986
+ <Id>KEY_RETRIEVE</Id>
987
+ <Name>Retrieve key</Name>
988
+ <Description>Retrieve key</Description>
989
+ <Type>Combo</Type>
990
+ <Values>
991
+ <Value id='N' desc='None'/>
992
+ <Value id='0' desc='Disabled'/>
993
+ <Value id='1' desc='F1'/>
994
+ <Value id='2' desc='F2'/>
995
+ <Value id='3' desc='F3'/>
996
+ <Value id='4' desc='F4'/>
997
+ <Value id='5' desc='F5'/>
998
+ <Value id='6' desc='F6'/>
999
+ <Value id='7' desc='F7'/>
1000
+ <Value id='8' desc='F8'/>
1001
+ <Value id='9' desc='F9'/>
1002
+ <Value id='10' desc='F10'/>
1003
+ <Value id='11' desc='F11'/>
1004
+ <Value id='12' desc='F12'/>
1005
+ <Value id='13' desc='F13 (Shift-F1)'/>
1006
+ <Value id='14' desc='F14 (Shift-F2)'/>
1007
+ <Value id='15' desc='F15 (Shift-F3)'/>
1008
+ <Value id='16' desc='F16 (Shift-F4)'/>
1009
+ <Value id='17' desc='F17 (Shift-F5)'/>
1010
+ <Value id='18' desc='F18 (Shift-F6)'/>
1011
+ <Value id='19' desc='F19 (Shift-F7)'/>
1012
+ <Value id='20' desc='F20 (Shift-F8)'/>
1013
+ <Value id='21' desc='F21 (Shift-F9)'/>
1014
+ <Value id='22' desc='F22 (Shift-F10)'/>
1015
+ <Value id='23' desc='F23 (Shift-F11)'/>
1016
+ <Value id='24' desc='F24 (Shift-F12)'/>
1017
+ <Value id='UMPV' desc='Use Environment property value'/>
1018
+ </Values>
1019
+ <Dependencies>
1020
+ <Depend type='Not Show'>
1021
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1022
+ <Condition>
1023
+ <Expression>
1024
+ <Type>Comparison</Type>
1025
+ <Operator>Equal</Operator>
1026
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1027
+ <Value>No</Value>
1028
+ </Expression>
1029
+ </Condition>
1030
+ </Depend>
1031
+ <Depend type='Default'>
1032
+ <Value>9</Value>
1033
+ </Depend>
1034
+ <Depend type='Invalid'>
1035
+ <Value>UMPV</Value>
1036
+ </Depend>
1037
+ </Dependencies>
1038
+ <Metadata>
1039
+ <Value name='FlagModelIniIfApply'></Value>
1040
+ </Metadata>
1041
+ </Prop>
1042
+ <Prop hidden='1'>
1043
+ <Id>KEY_MENU</Id>
1044
+ <Name>Menu key</Name>
1045
+ <Description>Menu key</Description>
1046
+ <Type>Combo</Type>
1047
+ <Values>
1048
+ <Value id='N' desc='None'/>
1049
+ <Value id='0' desc='Disabled'/>
1050
+ <Value id='1' desc='F1'/>
1051
+ <Value id='2' desc='F2'/>
1052
+ <Value id='3' desc='F3'/>
1053
+ <Value id='4' desc='F4'/>
1054
+ <Value id='5' desc='F5'/>
1055
+ <Value id='6' desc='F6'/>
1056
+ <Value id='7' desc='F7'/>
1057
+ <Value id='8' desc='F8'/>
1058
+ <Value id='9' desc='F9'/>
1059
+ <Value id='10' desc='F10'/>
1060
+ <Value id='11' desc='F11'/>
1061
+ <Value id='12' desc='F12'/>
1062
+ <Value id='13' desc='F13 (Shift-F1)'/>
1063
+ <Value id='14' desc='F14 (Shift-F2)'/>
1064
+ <Value id='15' desc='F15 (Shift-F3)'/>
1065
+ <Value id='16' desc='F16 (Shift-F4)'/>
1066
+ <Value id='17' desc='F17 (Shift-F5)'/>
1067
+ <Value id='18' desc='F18 (Shift-F6)'/>
1068
+ <Value id='19' desc='F19 (Shift-F7)'/>
1069
+ <Value id='20' desc='F20 (Shift-F8)'/>
1070
+ <Value id='21' desc='F21 (Shift-F9)'/>
1071
+ <Value id='22' desc='F22 (Shift-F10)'/>
1072
+ <Value id='23' desc='F23 (Shift-F11)'/>
1073
+ <Value id='24' desc='F24 (Shift-F12)'/>
1074
+ <Value id='UMPV' desc='Use Environment property value'/>
1075
+ </Values>
1076
+ <Dependencies>
1077
+ <Depend type='Not Show'>
1078
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1079
+ <Condition>
1080
+ <Expression>
1081
+ <Type>Comparison</Type>
1082
+ <Operator>Equal</Operator>
1083
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1084
+ <Value>No</Value>
1085
+ </Expression>
1086
+ </Condition>
1087
+ </Depend>
1088
+ <Depend type='Default'>
1089
+ <Value>10</Value>
1090
+ </Depend>
1091
+ <Depend type='Invalid'>
1092
+ <Value>UMPV</Value>
1093
+ </Depend>
1094
+ </Dependencies>
1095
+ <Metadata>
1096
+ <Value name='FlagModelIniIfApply'></Value>
1097
+ </Metadata>
1098
+ </Prop>
1099
+ <Prop hidden='1'>
1100
+ <Id>KEY_UPDATE</Id>
1101
+ <Name>Update key</Name>
1102
+ <Description>Update key</Description>
1103
+ <Type>Combo</Type>
1104
+ <Values>
1105
+ <Value id='N' desc='None'/>
1106
+ <Value id='0' desc='Disabled'/>
1107
+ <Value id='1' desc='F1'/>
1108
+ <Value id='2' desc='F2'/>
1109
+ <Value id='3' desc='F3'/>
1110
+ <Value id='4' desc='F4'/>
1111
+ <Value id='5' desc='F5'/>
1112
+ <Value id='6' desc='F6'/>
1113
+ <Value id='7' desc='F7'/>
1114
+ <Value id='8' desc='F8'/>
1115
+ <Value id='9' desc='F9'/>
1116
+ <Value id='10' desc='F10'/>
1117
+ <Value id='11' desc='F11'/>
1118
+ <Value id='12' desc='F12'/>
1119
+ <Value id='13' desc='F13 (Shift-F1)'/>
1120
+ <Value id='14' desc='F14 (Shift-F2)'/>
1121
+ <Value id='15' desc='F15 (Shift-F3)'/>
1122
+ <Value id='16' desc='F16 (Shift-F4)'/>
1123
+ <Value id='17' desc='F17 (Shift-F5)'/>
1124
+ <Value id='18' desc='F18 (Shift-F6)'/>
1125
+ <Value id='19' desc='F19 (Shift-F7)'/>
1126
+ <Value id='20' desc='F20 (Shift-F8)'/>
1127
+ <Value id='21' desc='F21 (Shift-F9)'/>
1128
+ <Value id='22' desc='F22 (Shift-F10)'/>
1129
+ <Value id='23' desc='F23 (Shift-F11)'/>
1130
+ <Value id='24' desc='F24 (Shift-F12)'/>
1131
+ <Value id='UMPV' desc='Use Environment property value'/>
1132
+ </Values>
1133
+ <Dependencies>
1134
+ <Depend type='Not Show'>
1135
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1136
+ <Condition>
1137
+ <Expression>
1138
+ <Type>Comparison</Type>
1139
+ <Operator>Equal</Operator>
1140
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1141
+ <Value>No</Value>
1142
+ </Expression>
1143
+ </Condition>
1144
+ </Depend>
1145
+ <Depend type='Default'>
1146
+ <Value>11</Value>
1147
+ </Depend>
1148
+ <Depend type='Invalid'>
1149
+ <Value>UMPV</Value>
1150
+ </Depend>
1151
+ </Dependencies>
1152
+ <Metadata>
1153
+ <Value name='FlagModelIniIfApply'></Value>
1154
+ </Metadata>
1155
+ </Prop>
1156
+ <Prop hidden='1'>
1157
+ <Id>KEY_CANCEL</Id>
1158
+ <Name>Cancel key</Name>
1159
+ <Description>Cancel key</Description>
1160
+ <Type>Combo</Type>
1161
+ <Values>
1162
+ <Value id='N' desc='None'/>
1163
+ <Value id='0' desc='Disabled'/>
1164
+ <Value id='1' desc='F1'/>
1165
+ <Value id='2' desc='F2'/>
1166
+ <Value id='3' desc='F3'/>
1167
+ <Value id='4' desc='F4'/>
1168
+ <Value id='5' desc='F5'/>
1169
+ <Value id='6' desc='F6'/>
1170
+ <Value id='7' desc='F7'/>
1171
+ <Value id='8' desc='F8'/>
1172
+ <Value id='9' desc='F9'/>
1173
+ <Value id='10' desc='F10'/>
1174
+ <Value id='11' desc='F11'/>
1175
+ <Value id='12' desc='F12'/>
1176
+ <Value id='13' desc='F13 (Shift-F1)'/>
1177
+ <Value id='14' desc='F14 (Shift-F2)'/>
1178
+ <Value id='15' desc='F15 (Shift-F3)'/>
1179
+ <Value id='16' desc='F16 (Shift-F4)'/>
1180
+ <Value id='17' desc='F17 (Shift-F5)'/>
1181
+ <Value id='18' desc='F18 (Shift-F6)'/>
1182
+ <Value id='19' desc='F19 (Shift-F7)'/>
1183
+ <Value id='20' desc='F20 (Shift-F8)'/>
1184
+ <Value id='21' desc='F21 (Shift-F9)'/>
1185
+ <Value id='22' desc='F22 (Shift-F10)'/>
1186
+ <Value id='23' desc='F23 (Shift-F11)'/>
1187
+ <Value id='24' desc='F24 (Shift-F12)'/>
1188
+ <Value id='UMPV' desc='Use Environment property value'/>
1189
+ </Values>
1190
+ <Dependencies>
1191
+ <Depend type='Not Show'>
1192
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1193
+ <Condition>
1194
+ <Expression>
1195
+ <Type>Comparison</Type>
1196
+ <Operator>Equal</Operator>
1197
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1198
+ <Value>No</Value>
1199
+ </Expression>
1200
+ </Condition>
1201
+ </Depend>
1202
+ <Depend type='Default'>
1203
+ <Value>12</Value>
1204
+ </Depend>
1205
+ <Depend type='Invalid'>
1206
+ <Value>UMPV</Value>
1207
+ </Depend>
1208
+ </Dependencies>
1209
+ <Metadata>
1210
+ <Value name='FlagModelIniIfApply'></Value>
1211
+ </Metadata>
1212
+ </Prop>
1213
+ <Prop hidden='1'>
1214
+ <Id>KEY_DELETE</Id>
1215
+ <Name>Delete key</Name>
1216
+ <Description>Delete key</Description>
1217
+ <Type>Combo</Type>
1218
+ <Values>
1219
+ <Value id='N' desc='None'/>
1220
+ <Value id='0' desc='Disabled'/>
1221
+ <Value id='1' desc='F1'/>
1222
+ <Value id='2' desc='F2'/>
1223
+ <Value id='3' desc='F3'/>
1224
+ <Value id='4' desc='F4'/>
1225
+ <Value id='5' desc='F5'/>
1226
+ <Value id='6' desc='F6'/>
1227
+ <Value id='7' desc='F7'/>
1228
+ <Value id='8' desc='F8'/>
1229
+ <Value id='9' desc='F9'/>
1230
+ <Value id='10' desc='F10'/>
1231
+ <Value id='11' desc='F11'/>
1232
+ <Value id='12' desc='F12'/>
1233
+ <Value id='13' desc='F13 (Shift-F1)'/>
1234
+ <Value id='14' desc='F14 (Shift-F2)'/>
1235
+ <Value id='15' desc='F15 (Shift-F3)'/>
1236
+ <Value id='16' desc='F16 (Shift-F4)'/>
1237
+ <Value id='17' desc='F17 (Shift-F5)'/>
1238
+ <Value id='18' desc='F18 (Shift-F6)'/>
1239
+ <Value id='19' desc='F19 (Shift-F7)'/>
1240
+ <Value id='20' desc='F20 (Shift-F8)'/>
1241
+ <Value id='21' desc='F21 (Shift-F9)'/>
1242
+ <Value id='22' desc='F22 (Shift-F10)'/>
1243
+ <Value id='23' desc='F23 (Shift-F11)'/>
1244
+ <Value id='24' desc='F24 (Shift-F12)'/>
1245
+ <Value id='UMPV' desc='Use Environment property value'/>
1246
+ </Values>
1247
+ <Dependencies>
1248
+ <Depend type='Not Show'>
1249
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1250
+ <Condition>
1251
+ <Expression>
1252
+ <Type>Comparison</Type>
1253
+ <Operator>Equal</Operator>
1254
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1255
+ <Value>No</Value>
1256
+ </Expression>
1257
+ </Condition>
1258
+ </Depend>
1259
+ <Depend type='Default'>
1260
+ <Value>13</Value>
1261
+ </Depend>
1262
+ <Depend type='Invalid'>
1263
+ <Value>UMPV</Value>
1264
+ </Depend>
1265
+ </Dependencies>
1266
+ <Metadata>
1267
+ <Value name='FlagModelIniIfApply'></Value>
1268
+ </Metadata>
1269
+ </Prop>
1270
+ <Prop hidden='1'>
1271
+ <Id>KEY_DISPLAY</Id>
1272
+ <Name>Display key</Name>
1273
+ <Description>Display key</Description>
1274
+ <Type>Combo</Type>
1275
+ <Values>
1276
+ <Value id='N' desc='None'/>
1277
+ <Value id='0' desc='Disabled'/>
1278
+ <Value id='1' desc='F1'/>
1279
+ <Value id='2' desc='F2'/>
1280
+ <Value id='3' desc='F3'/>
1281
+ <Value id='4' desc='F4'/>
1282
+ <Value id='5' desc='F5'/>
1283
+ <Value id='6' desc='F6'/>
1284
+ <Value id='7' desc='F7'/>
1285
+ <Value id='8' desc='F8'/>
1286
+ <Value id='9' desc='F9'/>
1287
+ <Value id='10' desc='F10'/>
1288
+ <Value id='11' desc='F11'/>
1289
+ <Value id='12' desc='F12'/>
1290
+ <Value id='13' desc='F13 (Shift-F1)'/>
1291
+ <Value id='14' desc='F14 (Shift-F2)'/>
1292
+ <Value id='15' desc='F15 (Shift-F3)'/>
1293
+ <Value id='16' desc='F16 (Shift-F4)'/>
1294
+ <Value id='17' desc='F17 (Shift-F5)'/>
1295
+ <Value id='18' desc='F18 (Shift-F6)'/>
1296
+ <Value id='19' desc='F19 (Shift-F7)'/>
1297
+ <Value id='20' desc='F20 (Shift-F8)'/>
1298
+ <Value id='21' desc='F21 (Shift-F9)'/>
1299
+ <Value id='22' desc='F22 (Shift-F10)'/>
1300
+ <Value id='23' desc='F23 (Shift-F11)'/>
1301
+ <Value id='24' desc='F24 (Shift-F12)'/>
1302
+ <Value id='UMPV' desc='Use Environment property value'/>
1303
+ </Values>
1304
+ <Dependencies>
1305
+ <Depend type='Not Show'>
1306
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1307
+ <Condition>
1308
+ <Expression>
1309
+ <Type>Comparison</Type>
1310
+ <Operator>Equal</Operator>
1311
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1312
+ <Value>No</Value>
1313
+ </Expression>
1314
+ </Condition>
1315
+ </Depend>
1316
+ <Depend type='Default'>
1317
+ <Value>14</Value>
1318
+ </Depend>
1319
+ <Depend type='Invalid'>
1320
+ <Value>UMPV</Value>
1321
+ </Depend>
1322
+ </Dependencies>
1323
+ <Metadata>
1324
+ <Value name='FlagModelIniIfApply'></Value>
1325
+ </Metadata>
1326
+ </Prop>
1327
+ <Prop hidden='1'>
1328
+ <Id>KEY_SELECT</Id>
1329
+ <Name>Select key</Name>
1330
+ <Description>Select key</Description>
1331
+ <Type>Combo</Type>
1332
+ <Values>
1333
+ <Value id='N' desc='None'/>
1334
+ <Value id='0' desc='Disabled'/>
1335
+ <Value id='1' desc='F1'/>
1336
+ <Value id='2' desc='F2'/>
1337
+ <Value id='3' desc='F3'/>
1338
+ <Value id='4' desc='F4'/>
1339
+ <Value id='5' desc='F5'/>
1340
+ <Value id='6' desc='F6'/>
1341
+ <Value id='7' desc='F7'/>
1342
+ <Value id='8' desc='F8'/>
1343
+ <Value id='9' desc='F9'/>
1344
+ <Value id='10' desc='F10'/>
1345
+ <Value id='11' desc='F11'/>
1346
+ <Value id='12' desc='F12'/>
1347
+ <Value id='13' desc='F13 (Shift-F1)'/>
1348
+ <Value id='14' desc='F14 (Shift-F2)'/>
1349
+ <Value id='15' desc='F15 (Shift-F3)'/>
1350
+ <Value id='16' desc='F16 (Shift-F4)'/>
1351
+ <Value id='17' desc='F17 (Shift-F5)'/>
1352
+ <Value id='18' desc='F18 (Shift-F6)'/>
1353
+ <Value id='19' desc='F19 (Shift-F7)'/>
1354
+ <Value id='20' desc='F20 (Shift-F8)'/>
1355
+ <Value id='21' desc='F21 (Shift-F9)'/>
1356
+ <Value id='22' desc='F22 (Shift-F10)'/>
1357
+ <Value id='23' desc='F23 (Shift-F11)'/>
1358
+ <Value id='24' desc='F24 (Shift-F12)'/>
1359
+ <Value id='UMPV' desc='Use Environment property value'/>
1360
+ </Values>
1361
+ <Dependencies>
1362
+ <Depend type='Not Show'>
1363
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1364
+ <Condition>
1365
+ <Expression>
1366
+ <Type>Comparison</Type>
1367
+ <Operator>Equal</Operator>
1368
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1369
+ <Value>No</Value>
1370
+ </Expression>
1371
+ </Condition>
1372
+ </Depend>
1373
+ <Depend type='Default'>
1374
+ <Value>16</Value>
1375
+ </Depend>
1376
+ <Depend type='Invalid'>
1377
+ <Value>UMPV</Value>
1378
+ </Depend>
1379
+ </Dependencies>
1380
+ <Metadata>
1381
+ <Value name='FlagModelIniIfApply'></Value>
1382
+ </Metadata>
1383
+ </Prop>
1384
+ <Prop hidden='1'>
1385
+ <Id>KEY_FIRST</Id>
1386
+ <Name>First record key</Name>
1387
+ <Description>First record key</Description>
1388
+ <Type>Combo</Type>
1389
+ <Values>
1390
+ <Value id='N' desc='None'/>
1391
+ <Value id='0' desc='Disabled'/>
1392
+ <Value id='1' desc='F1'/>
1393
+ <Value id='2' desc='F2'/>
1394
+ <Value id='3' desc='F3'/>
1395
+ <Value id='4' desc='F4'/>
1396
+ <Value id='5' desc='F5'/>
1397
+ <Value id='6' desc='F6'/>
1398
+ <Value id='7' desc='F7'/>
1399
+ <Value id='8' desc='F8'/>
1400
+ <Value id='9' desc='F9'/>
1401
+ <Value id='10' desc='F10'/>
1402
+ <Value id='11' desc='F11'/>
1403
+ <Value id='12' desc='F12'/>
1404
+ <Value id='13' desc='F13 (Shift-F1)'/>
1405
+ <Value id='14' desc='F14 (Shift-F2)'/>
1406
+ <Value id='15' desc='F15 (Shift-F3)'/>
1407
+ <Value id='16' desc='F16 (Shift-F4)'/>
1408
+ <Value id='17' desc='F17 (Shift-F5)'/>
1409
+ <Value id='18' desc='F18 (Shift-F6)'/>
1410
+ <Value id='19' desc='F19 (Shift-F7)'/>
1411
+ <Value id='20' desc='F20 (Shift-F8)'/>
1412
+ <Value id='21' desc='F21 (Shift-F9)'/>
1413
+ <Value id='22' desc='F22 (Shift-F10)'/>
1414
+ <Value id='23' desc='F23 (Shift-F11)'/>
1415
+ <Value id='24' desc='F24 (Shift-F12)'/>
1416
+ <Value id='UMPV' desc='Use Environment property value'/>
1417
+ </Values>
1418
+ <Dependencies>
1419
+ <Depend type='Not Show'>
1420
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1421
+ <Condition>
1422
+ <Expression>
1423
+ <Type>Comparison</Type>
1424
+ <Operator>Equal</Operator>
1425
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1426
+ <Value>No</Value>
1427
+ </Expression>
1428
+ </Condition>
1429
+ </Depend>
1430
+ <Depend type='Default'>
1431
+ <Value>19</Value>
1432
+ </Depend>
1433
+ <Depend type='Invalid'>
1434
+ <Value>UMPV</Value>
1435
+ </Depend>
1436
+ <Depend type='Invalid'>
1437
+ <Value>N</Value>
1438
+ </Depend>
1439
+ </Dependencies>
1440
+ <Metadata>
1441
+ <Value name='FlagModelIniIfApply'></Value>
1442
+ </Metadata>
1443
+ </Prop>
1444
+ <Prop hidden='1'>
1445
+ <Id>KEY_LAST</Id>
1446
+ <Name>Last record key</Name>
1447
+ <Description>Last record key</Description>
1448
+ <Type>Combo</Type>
1449
+ <Values>
1450
+ <Value id='N' desc='None'/>
1451
+ <Value id='0' desc='Disabled'/>
1452
+ <Value id='1' desc='F1'/>
1453
+ <Value id='2' desc='F2'/>
1454
+ <Value id='3' desc='F3'/>
1455
+ <Value id='4' desc='F4'/>
1456
+ <Value id='5' desc='F5'/>
1457
+ <Value id='6' desc='F6'/>
1458
+ <Value id='7' desc='F7'/>
1459
+ <Value id='8' desc='F8'/>
1460
+ <Value id='9' desc='F9'/>
1461
+ <Value id='10' desc='F10'/>
1462
+ <Value id='11' desc='F11'/>
1463
+ <Value id='12' desc='F12'/>
1464
+ <Value id='13' desc='F13 (Shift-F1)'/>
1465
+ <Value id='14' desc='F14 (Shift-F2)'/>
1466
+ <Value id='15' desc='F15 (Shift-F3)'/>
1467
+ <Value id='16' desc='F16 (Shift-F4)'/>
1468
+ <Value id='17' desc='F17 (Shift-F5)'/>
1469
+ <Value id='18' desc='F18 (Shift-F6)'/>
1470
+ <Value id='19' desc='F19 (Shift-F7)'/>
1471
+ <Value id='20' desc='F20 (Shift-F8)'/>
1472
+ <Value id='21' desc='F21 (Shift-F9)'/>
1473
+ <Value id='22' desc='F22 (Shift-F10)'/>
1474
+ <Value id='23' desc='F23 (Shift-F11)'/>
1475
+ <Value id='24' desc='F24 (Shift-F12)'/>
1476
+ <Value id='UMPV' desc='Use Environment property value'/>
1477
+ </Values>
1478
+ <Dependencies>
1479
+ <Depend type='Not Show'>
1480
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1481
+ <Condition>
1482
+ <Expression>
1483
+ <Type>Comparison</Type>
1484
+ <Operator>Equal</Operator>
1485
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1486
+ <Value>No</Value>
1487
+ </Expression>
1488
+ </Condition>
1489
+ </Depend>
1490
+ <Depend type='Default'>
1491
+ <Value>20</Value>
1492
+ </Depend>
1493
+ <Depend type='Invalid'>
1494
+ <Value>UMPV</Value>
1495
+ </Depend>
1496
+ </Dependencies>
1497
+ <Metadata>
1498
+ <Value name='FlagModelIniIfApply'></Value>
1499
+ </Metadata>
1500
+ </Prop>
1501
+ <Prop hidden='1'>
1502
+ <Id>KEY_ENTER</Id>
1503
+ <Name>Enter key</Name>
1504
+ <Description>Enter key</Description>
1505
+ <Type>Combo</Type>
1506
+ <Values>
1507
+ <Value id='N' desc='None'/>
1508
+ <Value id='0' desc='Disabled'/>
1509
+ <Value id='1' desc='F1'/>
1510
+ <Value id='2' desc='F2'/>
1511
+ <Value id='3' desc='F3'/>
1512
+ <Value id='4' desc='F4'/>
1513
+ <Value id='5' desc='F5'/>
1514
+ <Value id='6' desc='F6'/>
1515
+ <Value id='7' desc='F7'/>
1516
+ <Value id='8' desc='F8'/>
1517
+ <Value id='9' desc='F9'/>
1518
+ <Value id='10' desc='F10'/>
1519
+ <Value id='11' desc='F11'/>
1520
+ <Value id='12' desc='F12'/>
1521
+ <Value id='13' desc='F13 (Shift-F1)'/>
1522
+ <Value id='14' desc='F14 (Shift-F2)'/>
1523
+ <Value id='15' desc='F15 (Shift-F3)'/>
1524
+ <Value id='16' desc='F16 (Shift-F4)'/>
1525
+ <Value id='17' desc='F17 (Shift-F5)'/>
1526
+ <Value id='18' desc='F18 (Shift-F6)'/>
1527
+ <Value id='19' desc='F19 (Shift-F7)'/>
1528
+ <Value id='20' desc='F20 (Shift-F8)'/>
1529
+ <Value id='21' desc='F21 (Shift-F9)'/>
1530
+ <Value id='22' desc='F22 (Shift-F10)'/>
1531
+ <Value id='23' desc='F23 (Shift-F11)'/>
1532
+ <Value id='24' desc='F24 (Shift-F12)'/>
1533
+ <Value id='UMPV' desc='Use Environment property value'/>
1534
+ </Values>
1535
+ <Dependencies>
1536
+ <Depend type='Not Show'>
1537
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1538
+ <Condition>
1539
+ <Expression>
1540
+ <Type>Comparison</Type>
1541
+ <Operator>Equal</Operator>
1542
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1543
+ <Value>No</Value>
1544
+ </Expression>
1545
+ </Condition>
1546
+ </Depend>
1547
+ <Depend type='Default'>
1548
+ <Value>N</Value>
1549
+ </Depend>
1550
+ <Depend type='Invalid'>
1551
+ <Value>UMPV</Value>
1552
+ </Depend>
1553
+ </Dependencies>
1554
+ <Metadata>
1555
+ <Value name='FlagModelIniIfApply'></Value>
1556
+ </Metadata>
1557
+ </Prop>
1558
+ <Prop hidden='1'>
1559
+ <Id>KEY_MOREKEYS</Id>
1560
+ <Name>More keys key</Name>
1561
+ <Description>More keys key</Description>
1562
+ <Type>Combo</Type>
1563
+ <Values>
1564
+ <Value id='N' desc='None'/>
1565
+ <Value id='0' desc='Disabled'/>
1566
+ <Value id='1' desc='F1'/>
1567
+ <Value id='2' desc='F2'/>
1568
+ <Value id='3' desc='F3'/>
1569
+ <Value id='4' desc='F4'/>
1570
+ <Value id='5' desc='F5'/>
1571
+ <Value id='6' desc='F6'/>
1572
+ <Value id='7' desc='F7'/>
1573
+ <Value id='8' desc='F8'/>
1574
+ <Value id='9' desc='F9'/>
1575
+ <Value id='10' desc='F10'/>
1576
+ <Value id='11' desc='F11'/>
1577
+ <Value id='12' desc='F12'/>
1578
+ <Value id='13' desc='F13 (Shift-F1)'/>
1579
+ <Value id='14' desc='F14 (Shift-F2)'/>
1580
+ <Value id='15' desc='F15 (Shift-F3)'/>
1581
+ <Value id='16' desc='F16 (Shift-F4)'/>
1582
+ <Value id='17' desc='F17 (Shift-F5)'/>
1583
+ <Value id='18' desc='F18 (Shift-F6)'/>
1584
+ <Value id='19' desc='F19 (Shift-F7)'/>
1585
+ <Value id='20' desc='F20 (Shift-F8)'/>
1586
+ <Value id='21' desc='F21 (Shift-F9)'/>
1587
+ <Value id='22' desc='F22 (Shift-F10)'/>
1588
+ <Value id='23' desc='F23 (Shift-F11)'/>
1589
+ <Value id='24' desc='F24 (Shift-F12)'/>
1590
+ <Value id='UMPV' desc='Use Environment property value'/>
1591
+ </Values>
1592
+ <Dependencies>
1593
+ <Depend type='Not Show'>
1594
+ <Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
1595
+ <Condition>
1596
+ <Expression>
1597
+ <Type>Comparison</Type>
1598
+ <Operator>Equal</Operator>
1599
+ <PropName>ASSIGNED_FNC_KEYS</PropName>
1600
+ <Value>No</Value>
1601
+ </Expression>
1602
+ </Condition>
1603
+ </Depend>
1604
+ <Depend type='Default'>
1605
+ <Value>24</Value>
1606
+ </Depend>
1607
+ <Depend type='Invalid'>
1608
+ <Value>UMPV</Value>
1609
+ </Depend>
1610
+ </Dependencies>
1611
+ <Metadata>
1612
+ <Value name='FlagModelIniIfApply'></Value>
1613
+ </Metadata>
1614
+ </Prop>
1615
+ </Children>
1616
+ </Group>
1617
+ <Group>
1618
+ <Id>KEYDSC</Id>
1619
+ <Name>Key description</Name>
1620
+ <Description>Key description</Description>
1621
+ <Type>Group</Type>
1622
+ <Children>
1623
+ <Prop>
1624
+ <Id>DESC_EXIT</Id>
1625
+ <Name>Exit key</Name>
1626
+ <Description>Exit key</Description>
1627
+ <Type>Text</Type>
1628
+ </Prop>
1629
+ <Prop>
1630
+ <Id>DESC_PROMPT</Id>
1631
+ <Name>Prompt key</Name>
1632
+ <Description>Prompt key</Description>
1633
+ <Type>Text</Type>
1634
+ </Prop>
1635
+ <Prop>
1636
+ <Id>DESC_REFRESH</Id>
1637
+ <Name>Refresh key</Name>
1638
+ <Description>Refresh key</Description>
1639
+ <Type>Text</Type>
1640
+ </Prop>
1641
+ <Prop>
1642
+ <Id>DESC_INSERT</Id>
1643
+ <Name>Insert mode</Name>
1644
+ <Description>Insert mode</Description>
1645
+ <Type>Text</Type>
1646
+ </Prop>
1647
+ <Prop>
1648
+ <Id>DESC_PREVIOUS</Id>
1649
+ <Name>Previous record</Name>
1650
+ <Description>Previous record</Description>
1651
+ <Type>Text</Type>
1652
+ </Prop>
1653
+ <Prop>
1654
+ <Id>DESC_NEXT</Id>
1655
+ <Name>Next record</Name>
1656
+ <Description>Next record</Description>
1657
+ <Type>Text</Type>
1658
+ </Prop>
1659
+ <Prop>
1660
+ <Id>DESC_RETRIEVE</Id>
1661
+ <Name>Retrieve</Name>
1662
+ <Description>Retrieve</Description>
1663
+ <Type>Text</Type>
1664
+ </Prop>
1665
+ <Prop>
1666
+ <Id>DESC_MENU</Id>
1667
+ <Name>Menu</Name>
1668
+ <Description>Menu</Description>
1669
+ <Type>Text</Type>
1670
+ </Prop>
1671
+ <Prop>
1672
+ <Id>DESC_UPDATE</Id>
1673
+ <Name>Update mode</Name>
1674
+ <Description>Update mode</Description>
1675
+ <Type>Text</Type>
1676
+ </Prop>
1677
+ <Prop>
1678
+ <Id>DESC_CANCEL</Id>
1679
+ <Name>Cancel</Name>
1680
+ <Description>Cancel</Description>
1681
+ <Type>Text</Type>
1682
+ </Prop>
1683
+ <Prop>
1684
+ <Id>DESC_DELETE</Id>
1685
+ <Name>Delete mode</Name>
1686
+ <Description>Delete mode</Description>
1687
+ <Type>Text</Type>
1688
+ </Prop>
1689
+ <Prop>
1690
+ <Id>DESC_SELECT</Id>
1691
+ <Name>Select</Name>
1692
+ <Description>Select</Description>
1693
+ <Type>Text</Type>
1694
+ </Prop>
1695
+ <Prop>
1696
+ <Id>DESC_FIRST</Id>
1697
+ <Name>First record</Name>
1698
+ <Description>First record</Description>
1699
+ <Type>Text</Type>
1700
+ </Prop>
1701
+ <Prop>
1702
+ <Id>DESC_DISPLAY</Id>
1703
+ <Name>Display mode</Name>
1704
+ <Description>Display mode</Description>
1705
+ <Type>Text</Type>
1706
+ </Prop>
1707
+ <Prop>
1708
+ <Id>DESC_MOREKEYS</Id>
1709
+ <Name>More keys</Name>
1710
+ <Description>More keys</Description>
1711
+ <Type>Text</Type>
1712
+ </Prop>
1713
+ </Children>
1714
+ </Group>
1715
+ </Children>
1716
+ </Group>
1717
+ <Group>
1718
+ <Id>idSPECIFIER_GROUP</Id>
1719
+ <Name>Specification</Name>
1720
+ <Description>Specification options</Description>
1721
+ <Type>Group</Type>
1722
+ <Children>
1723
+ <Group hidden='1'>
1724
+ <Id>TYPE_CHECKING_GROUP</Id>
1725
+ <Name>Type checking</Name>
1726
+ <Description>Type checking</Description>
1727
+ <Type>Group</Type>
1728
+ <Children>
1729
+ <Prop hidden='1'>
1730
+ <Id>STD_FUNC</Id>
1731
+ <Name>Standard Functions</Name>
1732
+ <Description>Standard Functions</Description>
1733
+ <Type>Combo</Type>
1734
+ <Default>Yes</Default>
1735
+ <Values>
1736
+ <Value id='Yes' desc='Error on non-standard functions when specifying'/>
1737
+ <Value id='No' desc='Allows non-standard functions when specifying'/>
1738
+ </Values>
1739
+ <Dependencies>
1740
+ <Depend type='Not Show'/>
1741
+ </Dependencies>
1742
+ <Metadata>
1743
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForEnvironmentDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1744
+ <Value name='FlagOnlyDefault'></Value>
1745
+ <Value name='FlagBuildAction'>NoActionIsRequired</Value>
1746
+ </Metadata>
1747
+ <Options>
1748
+ <Option type='Readonly'/>
1749
+ </Options>
1750
+ </Prop>
1751
+ </Children>
1752
+ </Group>
1753
+ <Group>
1754
+ <Id>SPC_WARNING_MESSAGES_GROUP</Id>
1755
+ <Name>Warning messages</Name>
1756
+ <Description>Configure warning messages handling options.</Description>
1757
+ <Type>Group</Type>
1758
+ <Metadata>
1759
+ <Value name='FlagCategories'>Output</Value>
1760
+ </Metadata>
1761
+ <Children>
1762
+ <Prop>
1763
+ <Id>SPC_WARNINGS_DISABLED</Id>
1764
+ <Name>Disabled warnings</Name>
1765
+ <Description>Type a space separated list of warning message codes you want to be disabled.</Description>
1766
+ <Type>Text</Type>
1767
+ <Dependencies>
1768
+ <Depend type='Default'>
1769
+ <Value>spc0096 spc0107 spc0142</Value>
1770
+ </Depend>
1771
+ </Dependencies>
1772
+ <Metadata>
1773
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DisabledWarningsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1774
+ </Metadata>
1775
+ </Prop>
1776
+ <Prop>
1777
+ <Id>SPC_WARNINGS_AS_ERRORS</Id>
1778
+ <Name>Warnings treated as errors</Name>
1779
+ <Description>Type a space separated list of warning message codes you want to be treated as errors.</Description>
1780
+ <Type>Text</Type>
1781
+ </Prop>
1782
+ </Children>
1783
+ </Group>
1784
+ <Prop>
1785
+ <Id>EXPAND_DYNAMIC_CALL</Id>
1786
+ <Name>Expand dynamic calls</Name>
1787
+ <Description>Convert dynamic calls to static calls to every possible object.</Description>
1788
+ <Type>Combo</Type>
1789
+ <Default>No</Default>
1790
+ <Values>
1791
+ <Value id='Yes' desc='Yes'/>
1792
+ <Value id='No' desc='No'/>
1793
+ </Values>
1794
+ <Metadata>
1795
+ <Value name='FlagBuildAction'>RebuildAll</Value>
1796
+ </Metadata>
1797
+ </Prop>
1798
+ <Prop>
1799
+ <Id>AutomaticPrompts</Id>
1800
+ <Name>Generate prompt programs</Name>
1801
+ <Description>Controls whether prompt objects are generated automatically or not.</Description>
1802
+ <Type>Combo</Type>
1803
+ <Values>
1804
+ <Value id='Yes' desc='Yes'/>
1805
+ <Value id='No' desc='No'/>
1806
+ </Values>
1807
+ <Metadata>
1808
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.AutomaticPromptsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
1809
+ <Value name='FlagBuildAction'>RebuildAll</Value>
1810
+ </Metadata>
1811
+ </Prop>
1812
+ </Children>
1813
+ </Group>
1814
+ <Group>
1815
+ <Id>BuildGroup</Id>
1816
+ <Name>Build Process</Name>
1817
+ <Type>Group</Type>
1818
+ <Children>
1819
+ <Prop>
1820
+ <Id>AS_MODE</Id>
1821
+ <Name>Transfer Mode</Name>
1822
+ <Description>Transfer Mode</Description>
1823
+ <Type>Combo Int</Type>
1824
+ <Default>0</Default>
1825
+ <Values>
1826
+ <Value id='0' desc='FTP over TCP/IP'/>
1827
+ <Value id='2' desc='Client/Access Native'/>
1828
+ <Value id='5' desc='Secure FTP'/>
1829
+ </Values>
1830
+ </Prop>
1831
+ <Prop>
1832
+ <Id>AS_SERVNAME</Id>
1833
+ <Name>Server Name</Name>
1834
+ <Description>System Name or Address</Description>
1835
+ <Type>Text</Type>
1836
+ <Metadata>
1837
+ <Value name='FlagResetEnvironmentPropInNewVersion'>true</Value>
1838
+ </Metadata>
1839
+ <Options>
1840
+ <Option type='Required'/>
1841
+ </Options>
1842
+ </Prop>
1843
+ <Prop>
1844
+ <Id>AS_USER</Id>
1845
+ <Name>User</Name>
1846
+ <Description>User Identification</Description>
1847
+ <Type>Text</Type>
1848
+ <Dependencies>
1849
+ <Depend type='Apply'>
1850
+ <Cond>(value(AS_MODE) == 0) or ((value(AS_MODE) == 1) or ((value(AS_MODE) == 4) or (value(AS_MODE) == 5)))</Cond>
1851
+ <Condition>
1852
+ <Expression>
1853
+ <Type>BooleanExpression</Type>
1854
+ <FirstPart>
1855
+ <Expression>
1856
+ <Type>Comparison</Type>
1857
+ <Operator>Equal</Operator>
1858
+ <PropName>AS_MODE</PropName>
1859
+ <Value>0</Value>
1860
+ </Expression>
1861
+ </FirstPart>
1862
+ <Operator>or</Operator>
1863
+ <SecondPart>
1864
+ <Expression>
1865
+ <Type>BooleanExpression</Type>
1866
+ <FirstPart>
1867
+ <Expression>
1868
+ <Type>Comparison</Type>
1869
+ <Operator>Equal</Operator>
1870
+ <PropName>AS_MODE</PropName>
1871
+ <Value>1</Value>
1872
+ </Expression>
1873
+ </FirstPart>
1874
+ <Operator>or</Operator>
1875
+ <SecondPart>
1876
+ <Expression>
1877
+ <Type>BooleanExpression</Type>
1878
+ <FirstPart>
1879
+ <Expression>
1880
+ <Type>Comparison</Type>
1881
+ <Operator>Equal</Operator>
1882
+ <PropName>AS_MODE</PropName>
1883
+ <Value>4</Value>
1884
+ </Expression>
1885
+ </FirstPart>
1886
+ <Operator>or</Operator>
1887
+ <SecondPart>
1888
+ <Expression>
1889
+ <Type>Comparison</Type>
1890
+ <Operator>Equal</Operator>
1891
+ <PropName>AS_MODE</PropName>
1892
+ <Value>5</Value>
1893
+ </Expression>
1894
+ </SecondPart>
1895
+ </Expression>
1896
+ </SecondPart>
1897
+ </Expression>
1898
+ </SecondPart>
1899
+ </Expression>
1900
+ </Condition>
1901
+ </Depend>
1902
+ </Dependencies>
1903
+ <Metadata>
1904
+ <Value name='FlagResetEnvironmentPropInNewVersion'>true</Value>
1905
+ </Metadata>
1906
+ <Options>
1907
+ <Option type='Required'/>
1908
+ </Options>
1909
+ </Prop>
1910
+ <Prop>
1911
+ <Id>AS_PASS</Id>
1912
+ <Name>Password</Name>
1913
+ <Description>User Password</Description>
1914
+ <Type>Text</Type>
1915
+ <Dependencies>
1916
+ <Depend type='Apply'>
1917
+ <Cond>(value(AS_MODE) == 0) or ((value(AS_MODE) == 1) or ((value(AS_MODE) == 4) or (value(AS_MODE) == 5)))</Cond>
1918
+ <Condition>
1919
+ <Expression>
1920
+ <Type>BooleanExpression</Type>
1921
+ <FirstPart>
1922
+ <Expression>
1923
+ <Type>Comparison</Type>
1924
+ <Operator>Equal</Operator>
1925
+ <PropName>AS_MODE</PropName>
1926
+ <Value>0</Value>
1927
+ </Expression>
1928
+ </FirstPart>
1929
+ <Operator>or</Operator>
1930
+ <SecondPart>
1931
+ <Expression>
1932
+ <Type>BooleanExpression</Type>
1933
+ <FirstPart>
1934
+ <Expression>
1935
+ <Type>Comparison</Type>
1936
+ <Operator>Equal</Operator>
1937
+ <PropName>AS_MODE</PropName>
1938
+ <Value>1</Value>
1939
+ </Expression>
1940
+ </FirstPart>
1941
+ <Operator>or</Operator>
1942
+ <SecondPart>
1943
+ <Expression>
1944
+ <Type>BooleanExpression</Type>
1945
+ <FirstPart>
1946
+ <Expression>
1947
+ <Type>Comparison</Type>
1948
+ <Operator>Equal</Operator>
1949
+ <PropName>AS_MODE</PropName>
1950
+ <Value>4</Value>
1951
+ </Expression>
1952
+ </FirstPart>
1953
+ <Operator>or</Operator>
1954
+ <SecondPart>
1955
+ <Expression>
1956
+ <Type>Comparison</Type>
1957
+ <Operator>Equal</Operator>
1958
+ <PropName>AS_MODE</PropName>
1959
+ <Value>5</Value>
1960
+ </Expression>
1961
+ </SecondPart>
1962
+ </Expression>
1963
+ </SecondPart>
1964
+ </Expression>
1965
+ </SecondPart>
1966
+ </Expression>
1967
+ </Condition>
1968
+ </Depend>
1969
+ </Dependencies>
1970
+ <Metadata>
1971
+ <Value name='FlagResetEnvironmentPropInNewVersion'>true</Value>
1972
+ </Metadata>
1973
+ <Options>
1974
+ <Option type='Required'/>
1975
+ <Option type='Password'/>
1976
+ </Options>
1977
+ </Prop>
1978
+ <Prop>
1979
+ <Id>AS_REMEMPASS</Id>
1980
+ <Name>Remember Password</Name>
1981
+ <Description>Remember Password</Description>
1982
+ <Type>Boolean</Type>
1983
+ <Default>false</Default>
1984
+ <Dependencies>
1985
+ <Depend type='Apply'>
1986
+ <Cond>(value(AS_MODE) == 0) or ((value(AS_MODE) == 1) or (value(AS_MODE) == 4))</Cond>
1987
+ <Condition>
1988
+ <Expression>
1989
+ <Type>BooleanExpression</Type>
1990
+ <FirstPart>
1991
+ <Expression>
1992
+ <Type>Comparison</Type>
1993
+ <Operator>Equal</Operator>
1994
+ <PropName>AS_MODE</PropName>
1995
+ <Value>0</Value>
1996
+ </Expression>
1997
+ </FirstPart>
1998
+ <Operator>or</Operator>
1999
+ <SecondPart>
2000
+ <Expression>
2001
+ <Type>BooleanExpression</Type>
2002
+ <FirstPart>
2003
+ <Expression>
2004
+ <Type>Comparison</Type>
2005
+ <Operator>Equal</Operator>
2006
+ <PropName>AS_MODE</PropName>
2007
+ <Value>1</Value>
2008
+ </Expression>
2009
+ </FirstPart>
2010
+ <Operator>or</Operator>
2011
+ <SecondPart>
2012
+ <Expression>
2013
+ <Type>Comparison</Type>
2014
+ <Operator>Equal</Operator>
2015
+ <PropName>AS_MODE</PropName>
2016
+ <Value>4</Value>
2017
+ </Expression>
2018
+ </SecondPart>
2019
+ </Expression>
2020
+ </SecondPart>
2021
+ </Expression>
2022
+ </Condition>
2023
+ </Depend>
2024
+ </Dependencies>
2025
+ <Metadata>
2026
+ <Value name='FlagResetEnvironmentPropInNewVersion'>true</Value>
2027
+ </Metadata>
2028
+ </Prop>
2029
+ <Prop>
2030
+ <Id>AS_TIMEOUT</Id>
2031
+ <Name>Timeout</Name>
2032
+ <Description>Timeout</Description>
2033
+ <Type>Integer</Type>
2034
+ <Default>0</Default>
2035
+ <Dependencies>
2036
+ <Depend type='Apply'>
2037
+ <Cond>(value(AS_MODE) == 0) or (value(AS_MODE) == 5)</Cond>
2038
+ <Condition>
2039
+ <Expression>
2040
+ <Type>BooleanExpression</Type>
2041
+ <FirstPart>
2042
+ <Expression>
2043
+ <Type>Comparison</Type>
2044
+ <Operator>Equal</Operator>
2045
+ <PropName>AS_MODE</PropName>
2046
+ <Value>0</Value>
2047
+ </Expression>
2048
+ </FirstPart>
2049
+ <Operator>or</Operator>
2050
+ <SecondPart>
2051
+ <Expression>
2052
+ <Type>Comparison</Type>
2053
+ <Operator>Equal</Operator>
2054
+ <PropName>AS_MODE</PropName>
2055
+ <Value>5</Value>
2056
+ </Expression>
2057
+ </SecondPart>
2058
+ </Expression>
2059
+ </Condition>
2060
+ </Depend>
2061
+ </Dependencies>
2062
+ </Prop>
2063
+ <Prop>
2064
+ <Id>ASYNC_COMP</Id>
2065
+ <Name>Asynchronous Compilation</Name>
2066
+ <Type>Boolean</Type>
2067
+ <Default>true</Default>
2068
+ </Prop>
2069
+ </Children>
2070
+ </Group>
2071
+ </Children>
2072
+ </Group>
2073
+ </Object>
2074
+ </Content>