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.
- package/package.json +1 -1
- package/publish/GxMcp.Gateway.deps.json +125 -0
- package/publish/GxMcp.Gateway.dll +0 -0
- package/publish/GxMcp.Gateway.exe +0 -0
- package/publish/GxMcp.Gateway.pdb +0 -0
- package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
- package/publish/Newtonsoft.Json.dll +0 -0
- package/publish/System.CodeDom.dll +0 -0
- package/publish/System.Management.dll +0 -0
- package/publish/System.Security.Permissions.dll +0 -0
- package/publish/System.Windows.Extensions.dll +0 -0
- package/publish/config.json +19 -0
- package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
- package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
- package/publish/start_mcp.bat +22 -0
- package/publish/tool_definitions.json +1062 -0
- package/publish/web.config +12 -0
- package/publish/worker/Definitions/APIDefinition.xml +427 -0
- package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
- package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
- package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
- package/publish/worker/Definitions/BASEDefinition.xml +60 -0
- package/publish/worker/Definitions/ContextDefinition.xml +43 -0
- package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
- package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
- package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
- package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
- package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
- package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
- package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
- package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
- package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
- package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
- package/publish/worker/Definitions/DeployDefinition.xml +151 -0
- package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
- package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
- package/publish/worker/Definitions/EXODefinition.xml +1877 -0
- package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
- package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
- package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
- package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
- package/publish/worker/Definitions/FILEDefinition.xml +223 -0
- package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
- package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
- package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
- package/publish/worker/Definitions/Functions.psx +2117 -0
- package/publish/worker/Definitions/GRPDefinition.xml +78 -0
- package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
- package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
- package/publish/worker/Definitions/GxpmConditions.xml +238 -0
- package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
- package/publish/worker/Definitions/IDXDefinition.xml +54 -0
- package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
- package/publish/worker/Definitions/KBDefinition.xml +696 -0
- package/publish/worker/Definitions/LNGDefinition.xml +558 -0
- package/publish/worker/Definitions/MBRDefinition.xml +131 -0
- package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
- package/publish/worker/Definitions/MNUDefinition.xml +334 -0
- package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
- package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
- package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
- package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
- package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
- package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
- package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
- package/publish/worker/Definitions/Prc.Rules.psx +393 -0
- package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
- package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
- package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
- package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
- package/publish/worker/Definitions/SD.Rules.psx +67 -0
- package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
- package/publish/worker/Definitions/SDTDefinition.xml +176 -0
- package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
- package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
- package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
- package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
- package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
- package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
- package/publish/worker/Definitions/Sync.Rules.psx +191 -0
- package/publish/worker/Definitions/TBDDefinition.xml +99 -0
- package/publish/worker/Definitions/TBLDefinition.xml +302 -0
- package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
- package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
- package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
- package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
- package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
- package/publish/worker/Definitions/Trn.Rules.psx +560 -0
- package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
- package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
- package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
- package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
- package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
- package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
- package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
- package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
- package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
- package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
- package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
- package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
- package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
- package/publish/worker/Definitions/XFLDefinition.xml +246 -0
- package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
- package/publish/worker/Definitions/conditions.xml +251 -0
- package/publish/worker/Definitions/conditionsSD.xml +236 -0
- package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
- package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
- package/publish/worker/Definitions/dataprovider.xml +254 -0
- package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
- package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
- package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
- package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
- package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
- package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
- package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
- package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
- package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
- package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
- package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
- package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
- package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
- package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
- package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
- package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
- package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
- package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
- package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
- package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
- package/publish/worker/Definitions/events.xml +340 -0
- package/publish/worker/Definitions/eventsSD.xml +331 -0
- package/publish/worker/Definitions/exportDefinition.xml +123 -0
- package/publish/worker/Definitions/formula.xml +215 -0
- package/publish/worker/Definitions/gxtypes.xml +24099 -0
- package/publish/worker/Definitions/importDefinition.xml +148 -0
- package/publish/worker/Definitions/javaDefinition.xml +4733 -0
- package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
- package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
- package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
- package/publish/worker/Definitions/procedures.xml +292 -0
- package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
- package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
- package/publish/worker/Definitions/rules.xml +279 -0
- package/publish/worker/Definitions/rulesSD.xml +253 -0
- package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
- package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
- package/publish/worker/Definitions/trn_src.xml +335 -0
- package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
- package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
- package/publish/worker/GxMcp.Worker.exe +0 -0
- package/publish/worker/GxMcp.Worker.exe.config +76 -0
- package/publish/worker/GxMcp.Worker.pdb +0 -0
- package/publish/worker/Newtonsoft.Json.dll +0 -0
|
@@ -0,0 +1,2979 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='93996 $'>
|
|
3
|
+
<Object id='CSHARPWIN'>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>CSHARPWIN</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>20</Value>
|
|
41
|
+
</Depend>
|
|
42
|
+
</Dependencies>
|
|
43
|
+
<Options>
|
|
44
|
+
<Option type='Not Show'/>
|
|
45
|
+
</Options>
|
|
46
|
+
</Prop>
|
|
47
|
+
<Group>
|
|
48
|
+
<Id>GENERAL_GROUP</Id>
|
|
49
|
+
<Name>General</Name>
|
|
50
|
+
<Description>General</Description>
|
|
51
|
+
<Type>Group</Type>
|
|
52
|
+
<Children>
|
|
53
|
+
<Prop hidden='1'>
|
|
54
|
+
<Id>CONFIRM</Id>
|
|
55
|
+
<Name>Compatibility confirmation</Name>
|
|
56
|
+
<Description>Set confirmation option</Description>
|
|
57
|
+
<Type>Combo</Type>
|
|
58
|
+
<Default>Yes</Default>
|
|
59
|
+
<Values>
|
|
60
|
+
<Value id='Yes' desc='Yes'/>
|
|
61
|
+
<Value id='No' desc='No'/>
|
|
62
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
63
|
+
</Values>
|
|
64
|
+
<Dependencies>
|
|
65
|
+
<Depend type='Default'>
|
|
66
|
+
<Value>UMPV</Value>
|
|
67
|
+
<Cond>value(TRNCFM) == UMPV</Cond>
|
|
68
|
+
<Condition>
|
|
69
|
+
<Expression>
|
|
70
|
+
<Type>Comparison</Type>
|
|
71
|
+
<Operator>Equal</Operator>
|
|
72
|
+
<PropName>TRNCFM</PropName>
|
|
73
|
+
<Value>UMPV</Value>
|
|
74
|
+
</Expression>
|
|
75
|
+
</Condition>
|
|
76
|
+
</Depend>
|
|
77
|
+
<Depend type='Default'>
|
|
78
|
+
<Value>Yes</Value>
|
|
79
|
+
<Cond>value(TRNCFM) == All</Cond>
|
|
80
|
+
<Condition>
|
|
81
|
+
<Expression>
|
|
82
|
+
<Type>Comparison</Type>
|
|
83
|
+
<Operator>Equal</Operator>
|
|
84
|
+
<PropName>TRNCFM</PropName>
|
|
85
|
+
<Value>All</Value>
|
|
86
|
+
</Expression>
|
|
87
|
+
</Condition>
|
|
88
|
+
</Depend>
|
|
89
|
+
<Depend type='Default'>
|
|
90
|
+
<Value>No</Value>
|
|
91
|
+
<Cond>(value(TRNCFM) == None) or (value(TRNCFM) == NoFirst)</Cond>
|
|
92
|
+
<Condition>
|
|
93
|
+
<Expression>
|
|
94
|
+
<Type>BooleanExpression</Type>
|
|
95
|
+
<FirstPart>
|
|
96
|
+
<Expression>
|
|
97
|
+
<Type>Comparison</Type>
|
|
98
|
+
<Operator>Equal</Operator>
|
|
99
|
+
<PropName>TRNCFM</PropName>
|
|
100
|
+
<Value>None</Value>
|
|
101
|
+
</Expression>
|
|
102
|
+
</FirstPart>
|
|
103
|
+
<Operator>or</Operator>
|
|
104
|
+
<SecondPart>
|
|
105
|
+
<Expression>
|
|
106
|
+
<Type>Comparison</Type>
|
|
107
|
+
<Operator>Equal</Operator>
|
|
108
|
+
<PropName>TRNCFM</PropName>
|
|
109
|
+
<Value>NoFirst</Value>
|
|
110
|
+
</Expression>
|
|
111
|
+
</SecondPart>
|
|
112
|
+
</Expression>
|
|
113
|
+
</Condition>
|
|
114
|
+
</Depend>
|
|
115
|
+
</Dependencies>
|
|
116
|
+
<Metadata>
|
|
117
|
+
<Value name='FlagSpecificable'></Value>
|
|
118
|
+
</Metadata>
|
|
119
|
+
<Options>
|
|
120
|
+
<Option type='Not Show'/>
|
|
121
|
+
</Options>
|
|
122
|
+
</Prop>
|
|
123
|
+
<Prop>
|
|
124
|
+
<Id>DMENU_MAK</Id>
|
|
125
|
+
<Name>Generate developer menu makefile</Name>
|
|
126
|
+
<Description>Generate developer menu makefile</Description>
|
|
127
|
+
<Type>Combo</Type>
|
|
128
|
+
<Default>YES</Default>
|
|
129
|
+
<Values>
|
|
130
|
+
<Value id='YES' desc='Yes'/>
|
|
131
|
+
<Value id='NO' desc='No'/>
|
|
132
|
+
</Values>
|
|
133
|
+
</Prop>
|
|
134
|
+
<Prop>
|
|
135
|
+
<Id>NATIVE_SOAP_SUPPORT</Id>
|
|
136
|
+
<Name>Use Native Soap</Name>
|
|
137
|
+
<Description>Use Native Soap</Description>
|
|
138
|
+
<Type>Combo</Type>
|
|
139
|
+
<Default>No</Default>
|
|
140
|
+
<Values>
|
|
141
|
+
<Value id='Yes' desc='Yes'/>
|
|
142
|
+
<Value id='No' desc='No'/>
|
|
143
|
+
</Values>
|
|
144
|
+
</Prop>
|
|
145
|
+
<Prop>
|
|
146
|
+
<Id>DECIMAL_MATH</Id>
|
|
147
|
+
<Name>Use decimal arithmetic</Name>
|
|
148
|
+
<Description>Use decimal arithmetic</Description>
|
|
149
|
+
<Type>Combo</Type>
|
|
150
|
+
<Default>Y</Default>
|
|
151
|
+
<Values>
|
|
152
|
+
<Value id='N' desc='No'/>
|
|
153
|
+
<Value id='Y' desc='Yes'/>
|
|
154
|
+
</Values>
|
|
155
|
+
</Prop>
|
|
156
|
+
<Group>
|
|
157
|
+
<Name>.NET specific</Name>
|
|
158
|
+
<Description>.NET specific</Description>
|
|
159
|
+
<Type>Group</Type>
|
|
160
|
+
<Children>
|
|
161
|
+
<Prop>
|
|
162
|
+
<Id>CSHARP_NAME_SPACE</Id>
|
|
163
|
+
<Name>.Net Application namespace</Name>
|
|
164
|
+
<Description>.Net Application namespace</Description>
|
|
165
|
+
<Type>Text</Type>
|
|
166
|
+
<Default>GeneXus.Programs</Default>
|
|
167
|
+
<Metadata>
|
|
168
|
+
<Value name='FlagDisplayName'>.Net Application namespace</Value>
|
|
169
|
+
<Value name='FlagModuleExport'></Value>
|
|
170
|
+
</Metadata>
|
|
171
|
+
<Options>
|
|
172
|
+
<Option type='Required'/>
|
|
173
|
+
</Options>
|
|
174
|
+
</Prop>
|
|
175
|
+
<Prop>
|
|
176
|
+
<Id>STRONG_NAMED_ASSEMBLY</Id>
|
|
177
|
+
<Name>Generate strong named assemblies</Name>
|
|
178
|
+
<Description>Generate strong named assemblies</Description>
|
|
179
|
+
<Type>Combo</Type>
|
|
180
|
+
<Default>NO</Default>
|
|
181
|
+
<Values>
|
|
182
|
+
<Value id='NO' desc='No'/>
|
|
183
|
+
<Value id='YES' desc='Yes'/>
|
|
184
|
+
</Values>
|
|
185
|
+
</Prop>
|
|
186
|
+
<Prop hidden='1'>
|
|
187
|
+
<Id>ASSEMBLY_VERSION</Id>
|
|
188
|
+
<Name>Assembly version number</Name>
|
|
189
|
+
<Description>Assembly version number</Description>
|
|
190
|
+
<Type>Text</Type>
|
|
191
|
+
<Default>1.0.0.0</Default>
|
|
192
|
+
<Dependencies>
|
|
193
|
+
<Depend type='Not Show'>
|
|
194
|
+
<Cond>value(STRONG_NAMED_ASSEMBLY) == NO</Cond>
|
|
195
|
+
<Condition>
|
|
196
|
+
<Expression>
|
|
197
|
+
<Type>Comparison</Type>
|
|
198
|
+
<Operator>Equal</Operator>
|
|
199
|
+
<PropName>STRONG_NAMED_ASSEMBLY</PropName>
|
|
200
|
+
<Value>NO</Value>
|
|
201
|
+
</Expression>
|
|
202
|
+
</Condition>
|
|
203
|
+
</Depend>
|
|
204
|
+
</Dependencies>
|
|
205
|
+
</Prop>
|
|
206
|
+
<Prop>
|
|
207
|
+
<Id>CSHARP_COMPILER_FLAGS</Id>
|
|
208
|
+
<Name>Compiler flags</Name>
|
|
209
|
+
<Description>Compiler flags</Description>
|
|
210
|
+
<Type>Text</Type>
|
|
211
|
+
<Dependencies>
|
|
212
|
+
<Depend type='Default'>
|
|
213
|
+
<Value>/platform:x86</Value>
|
|
214
|
+
</Depend>
|
|
215
|
+
</Dependencies>
|
|
216
|
+
</Prop>
|
|
217
|
+
<Prop>
|
|
218
|
+
<Id>REMOTE_CALLS</Id>
|
|
219
|
+
<Name>Multi tier execution</Name>
|
|
220
|
+
<Description>Multi tier execution</Description>
|
|
221
|
+
<Type>Combo</Type>
|
|
222
|
+
<Default>NEVER</Default>
|
|
223
|
+
<Values>
|
|
224
|
+
<Value id='NEVER' desc='No'/>
|
|
225
|
+
<Value id='SUN_RMI' desc="Using Sun's RMI"/>
|
|
226
|
+
<Value id='CORBA' desc='Using CORBA'/>
|
|
227
|
+
<Value id='VBROKER' desc='Using VisiBroker'/>
|
|
228
|
+
<Value id='DCOM' desc='Using DCOM'/>
|
|
229
|
+
<Value id='HTTP_STATELESS' desc='Using Stateless HTTP'/>
|
|
230
|
+
<Value id='HTTP_STATEFUL' desc='Using Stateful HTTP'/>
|
|
231
|
+
<Value id='REMOTING' desc='Using .Net Remoting'/>
|
|
232
|
+
</Values>
|
|
233
|
+
<Dependencies>
|
|
234
|
+
<Depend type='Invalid'>
|
|
235
|
+
<Value>SUN_RMI</Value>
|
|
236
|
+
</Depend>
|
|
237
|
+
<Depend type='Invalid'>
|
|
238
|
+
<Value>CORBA</Value>
|
|
239
|
+
</Depend>
|
|
240
|
+
<Depend type='Invalid'>
|
|
241
|
+
<Value>VBROKER</Value>
|
|
242
|
+
</Depend>
|
|
243
|
+
<Depend type='Invalid'>
|
|
244
|
+
<Value>DCOM</Value>
|
|
245
|
+
</Depend>
|
|
246
|
+
<Depend type='Invalid'>
|
|
247
|
+
<Value>HTTP_STATELESS</Value>
|
|
248
|
+
</Depend>
|
|
249
|
+
<Depend type='Invalid'>
|
|
250
|
+
<Value>HTTP_STATEFUL</Value>
|
|
251
|
+
</Depend>
|
|
252
|
+
</Dependencies>
|
|
253
|
+
</Prop>
|
|
254
|
+
<Prop hidden='1'>
|
|
255
|
+
<Id>NAME_HOST</Id>
|
|
256
|
+
<Name>Application server host</Name>
|
|
257
|
+
<Description>Application server host</Description>
|
|
258
|
+
<Type>Text</Type>
|
|
259
|
+
<Dependencies>
|
|
260
|
+
<Depend type='Not Show'>
|
|
261
|
+
<Cond>value(REMOTE_CALLS) == NEVER</Cond>
|
|
262
|
+
<Condition>
|
|
263
|
+
<Expression>
|
|
264
|
+
<Type>Comparison</Type>
|
|
265
|
+
<Operator>Equal</Operator>
|
|
266
|
+
<PropName>REMOTE_CALLS</PropName>
|
|
267
|
+
<Value>NEVER</Value>
|
|
268
|
+
</Expression>
|
|
269
|
+
</Condition>
|
|
270
|
+
</Depend>
|
|
271
|
+
<Depend type='Default'>
|
|
272
|
+
<Value>http://localhost/remoting</Value>
|
|
273
|
+
</Depend>
|
|
274
|
+
</Dependencies>
|
|
275
|
+
</Prop>
|
|
276
|
+
<Prop hidden='1'>
|
|
277
|
+
<Id>GXDB_LOCATION</Id>
|
|
278
|
+
<Name>Multi tier location</Name>
|
|
279
|
+
<Description>Multi tier location</Description>
|
|
280
|
+
<Type>Text</Type>
|
|
281
|
+
<Default>appserver</Default>
|
|
282
|
+
<Dependencies>
|
|
283
|
+
<Depend type='Not Show'>
|
|
284
|
+
<Cond>value(REMOTE_CALLS) == NEVER</Cond>
|
|
285
|
+
<Condition>
|
|
286
|
+
<Expression>
|
|
287
|
+
<Type>Comparison</Type>
|
|
288
|
+
<Operator>Equal</Operator>
|
|
289
|
+
<PropName>REMOTE_CALLS</PropName>
|
|
290
|
+
<Value>NEVER</Value>
|
|
291
|
+
</Expression>
|
|
292
|
+
</Condition>
|
|
293
|
+
</Depend>
|
|
294
|
+
</Dependencies>
|
|
295
|
+
</Prop>
|
|
296
|
+
<Prop>
|
|
297
|
+
<Id>ASSEMBLIES_STRUCTURE</Id>
|
|
298
|
+
<Name>Assemblies structure</Name>
|
|
299
|
+
<Description>Assemblies structure</Description>
|
|
300
|
+
<Type>Combo</Type>
|
|
301
|
+
<Default>FOLDERS</Default>
|
|
302
|
+
<Values>
|
|
303
|
+
<Value id='FOLDERS' desc='By Folder'/>
|
|
304
|
+
<Value id='MAIN' desc='By Main'/>
|
|
305
|
+
</Values>
|
|
306
|
+
</Prop>
|
|
307
|
+
<Prop>
|
|
308
|
+
<Id>threshold</Id>
|
|
309
|
+
<Name>Log level</Name>
|
|
310
|
+
<Description>Log level</Description>
|
|
311
|
+
<Type>Combo</Type>
|
|
312
|
+
<Default>OFF</Default>
|
|
313
|
+
<Values>
|
|
314
|
+
<Value id='OFF' desc='0. Off'/>
|
|
315
|
+
<Value id='FATAL' desc='1. Fatal'/>
|
|
316
|
+
<Value id='ERROR' desc='2. Error'/>
|
|
317
|
+
<Value id='WARN' desc='3. Warn'/>
|
|
318
|
+
<Value id='INFO' desc='4. Info'/>
|
|
319
|
+
<Value id='DEBUG' desc='5. Debug'/>
|
|
320
|
+
<Value id='ALL' desc='6. All'/>
|
|
321
|
+
</Values>
|
|
322
|
+
</Prop>
|
|
323
|
+
<Prop hidden='1'>
|
|
324
|
+
<Id>LOG_OUTPUT</Id>
|
|
325
|
+
<Name>Log output</Name>
|
|
326
|
+
<Description>Log output</Description>
|
|
327
|
+
<Type>Combo</Type>
|
|
328
|
+
<Default>RollingFile</Default>
|
|
329
|
+
<Values>
|
|
330
|
+
<Value id='RollingFile' desc='File'/>
|
|
331
|
+
<Value id='ASPNetTraceAppender' desc='ASP.NET trace'/>
|
|
332
|
+
<Value id='EventLogAppender' desc='Event viewer'/>
|
|
333
|
+
<Value id='ConsoleAppender' desc='Console'/>
|
|
334
|
+
</Values>
|
|
335
|
+
<Dependencies>
|
|
336
|
+
<Depend type='Not Show'>
|
|
337
|
+
<Cond>value(threshold) == OFF</Cond>
|
|
338
|
+
<Condition>
|
|
339
|
+
<Expression>
|
|
340
|
+
<Type>Comparison</Type>
|
|
341
|
+
<Operator>Equal</Operator>
|
|
342
|
+
<PropName>threshold</PropName>
|
|
343
|
+
<Value>OFF</Value>
|
|
344
|
+
</Expression>
|
|
345
|
+
</Condition>
|
|
346
|
+
</Depend>
|
|
347
|
+
<Depend type='Invalid'>
|
|
348
|
+
<Value>ConsoleAppender</Value>
|
|
349
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
350
|
+
<Condition>
|
|
351
|
+
<Expression>
|
|
352
|
+
<Type>Comparison</Type>
|
|
353
|
+
<Operator>Equal</Operator>
|
|
354
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
355
|
+
<Value>true</Value>
|
|
356
|
+
</Expression>
|
|
357
|
+
</Condition>
|
|
358
|
+
</Depend>
|
|
359
|
+
<Depend type='Invalid'>
|
|
360
|
+
<Value>ASPNetTraceAppender</Value>
|
|
361
|
+
<Cond>value(IS_WEB_GEN) == false</Cond>
|
|
362
|
+
<Condition>
|
|
363
|
+
<Expression>
|
|
364
|
+
<Type>Comparison</Type>
|
|
365
|
+
<Operator>Equal</Operator>
|
|
366
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
367
|
+
<Value>false</Value>
|
|
368
|
+
</Expression>
|
|
369
|
+
</Condition>
|
|
370
|
+
</Depend>
|
|
371
|
+
</Dependencies>
|
|
372
|
+
</Prop>
|
|
373
|
+
<Prop hidden='1'>
|
|
374
|
+
<Id>TRACE_FILE</Id>
|
|
375
|
+
<Name>Log file</Name>
|
|
376
|
+
<Description>Log file</Description>
|
|
377
|
+
<Type>Text</Type>
|
|
378
|
+
<Default>client.log</Default>
|
|
379
|
+
<Dependencies>
|
|
380
|
+
<Depend type='Not Show'>
|
|
381
|
+
<Cond>value(threshold) == OFF</Cond>
|
|
382
|
+
<Condition>
|
|
383
|
+
<Expression>
|
|
384
|
+
<Type>Comparison</Type>
|
|
385
|
+
<Operator>Equal</Operator>
|
|
386
|
+
<PropName>threshold</PropName>
|
|
387
|
+
<Value>OFF</Value>
|
|
388
|
+
</Expression>
|
|
389
|
+
</Condition>
|
|
390
|
+
</Depend>
|
|
391
|
+
<Depend type='Not Show'>
|
|
392
|
+
<Cond>value(LOG_OUTPUT) != RollingFile</Cond>
|
|
393
|
+
<Condition>
|
|
394
|
+
<Expression>
|
|
395
|
+
<Type>Comparison</Type>
|
|
396
|
+
<Operator>NotEqual</Operator>
|
|
397
|
+
<PropName>LOG_OUTPUT</PropName>
|
|
398
|
+
<Value>RollingFile</Value>
|
|
399
|
+
</Expression>
|
|
400
|
+
</Condition>
|
|
401
|
+
</Depend>
|
|
402
|
+
</Dependencies>
|
|
403
|
+
</Prop>
|
|
404
|
+
</Children>
|
|
405
|
+
</Group>
|
|
406
|
+
</Children>
|
|
407
|
+
</Group>
|
|
408
|
+
<Group>
|
|
409
|
+
<Id>CSINFO</Id>
|
|
410
|
+
<Name>Data Access Information</Name>
|
|
411
|
+
<Description>Data Access Information</Description>
|
|
412
|
+
<Type>Group</Type>
|
|
413
|
+
<Children>
|
|
414
|
+
<Prop>
|
|
415
|
+
<Id>CS_REORG</Id>
|
|
416
|
+
<Name>Reorganize server tables</Name>
|
|
417
|
+
<Description>Reorganize server tables</Description>
|
|
418
|
+
<Type>Combo</Type>
|
|
419
|
+
<Default>Yes</Default>
|
|
420
|
+
<Values>
|
|
421
|
+
<Value id='Yes' desc='Yes'/>
|
|
422
|
+
<Value id='No' desc='No'/>
|
|
423
|
+
</Values>
|
|
424
|
+
<Metadata>
|
|
425
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.DeployToCloudSettingAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
426
|
+
</Metadata>
|
|
427
|
+
</Prop>
|
|
428
|
+
<Prop>
|
|
429
|
+
<Id>DBMS_JOINS</Id>
|
|
430
|
+
<Name>Join management</Name>
|
|
431
|
+
<Description>Join management</Description>
|
|
432
|
+
<Type>Combo</Type>
|
|
433
|
+
<Default>Yes</Default>
|
|
434
|
+
<Values>
|
|
435
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
436
|
+
<Value id='Yes' desc='Join tables on the server'/>
|
|
437
|
+
<Value id='No' desc='Join tables on the client'/>
|
|
438
|
+
</Values>
|
|
439
|
+
<Dependencies>
|
|
440
|
+
<Depend type='Invalid'>
|
|
441
|
+
<Value>UMPV</Value>
|
|
442
|
+
</Depend>
|
|
443
|
+
</Dependencies>
|
|
444
|
+
</Prop>
|
|
445
|
+
<Prop>
|
|
446
|
+
<Id>JOIN_TYPE</Id>
|
|
447
|
+
<Name>Join type</Name>
|
|
448
|
+
<Description>Join type</Description>
|
|
449
|
+
<Type>Combo</Type>
|
|
450
|
+
<Default>Default</Default>
|
|
451
|
+
<Values>
|
|
452
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
453
|
+
<Value id='Default' desc='Use default for server'/>
|
|
454
|
+
<Value id='Natural' desc='Natural join'/>
|
|
455
|
+
<Value id='Outer' desc='Outer join'/>
|
|
456
|
+
</Values>
|
|
457
|
+
<Dependencies>
|
|
458
|
+
<Depend type='Invalid'>
|
|
459
|
+
<Value>UMPV</Value>
|
|
460
|
+
</Depend>
|
|
461
|
+
</Dependencies>
|
|
462
|
+
<Options>
|
|
463
|
+
<Option type='Dyn Show'/>
|
|
464
|
+
</Options>
|
|
465
|
+
</Prop>
|
|
466
|
+
<Prop>
|
|
467
|
+
<Id>COMMITMENT</Id>
|
|
468
|
+
<Name>Transactional integrity</Name>
|
|
469
|
+
<Description>Transactional integrity</Description>
|
|
470
|
+
<Type>Combo</Type>
|
|
471
|
+
<Default>Yes</Default>
|
|
472
|
+
<Values>
|
|
473
|
+
<Value id='Yes' desc='Yes'/>
|
|
474
|
+
<Value id='GX' desc='All files except Data Views'/>
|
|
475
|
+
<Value id='No' desc='No'/>
|
|
476
|
+
</Values>
|
|
477
|
+
<Dependencies>
|
|
478
|
+
<Depend type='Invalid'>
|
|
479
|
+
<Value>GX</Value>
|
|
480
|
+
</Depend>
|
|
481
|
+
</Dependencies>
|
|
482
|
+
</Prop>
|
|
483
|
+
<Prop>
|
|
484
|
+
<Id>ISOLATION_LEVEL</Id>
|
|
485
|
+
<Name>Isolation level</Name>
|
|
486
|
+
<Description>Isolation level</Description>
|
|
487
|
+
<Type>Combo</Type>
|
|
488
|
+
<Default>CR</Default>
|
|
489
|
+
<Values>
|
|
490
|
+
<Value id='CR' desc='Read Committed'/>
|
|
491
|
+
<Value id='UR' desc='Read Uncommitted'/>
|
|
492
|
+
</Values>
|
|
493
|
+
</Prop>
|
|
494
|
+
<Prop>
|
|
495
|
+
<Id>INITIALIZE_NEW</Id>
|
|
496
|
+
<Name>Initialize not referenced attributes</Name>
|
|
497
|
+
<Description>Initialize not referenced attributes</Description>
|
|
498
|
+
<Type>Combo</Type>
|
|
499
|
+
<Default>Yes</Default>
|
|
500
|
+
<Values>
|
|
501
|
+
<Value id='Yes' desc='Yes'/>
|
|
502
|
+
<Value id='No' desc='No'/>
|
|
503
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
504
|
+
</Values>
|
|
505
|
+
<Dependencies>
|
|
506
|
+
<Depend type='Invalid'>
|
|
507
|
+
<Value>UMPV</Value>
|
|
508
|
+
</Depend>
|
|
509
|
+
</Dependencies>
|
|
510
|
+
</Prop>
|
|
511
|
+
<Prop>
|
|
512
|
+
<Id>NULLVALUE_AS_NULL</Id>
|
|
513
|
+
<Name>Generate null for nullvalue()</Name>
|
|
514
|
+
<Description>Generate null for nullvalue()</Description>
|
|
515
|
+
<Type>Combo</Type>
|
|
516
|
+
<Default>idNULLVALUE_AS_NULL_No</Default>
|
|
517
|
+
<Values>
|
|
518
|
+
<Value id='No' desc='No'/>
|
|
519
|
+
<Value id='Yes' desc='Yes'/>
|
|
520
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
521
|
+
</Values>
|
|
522
|
+
<Dependencies>
|
|
523
|
+
<Depend type='Invalid'>
|
|
524
|
+
<Value>UMPV</Value>
|
|
525
|
+
</Depend>
|
|
526
|
+
<Depend type='Default'>
|
|
527
|
+
<Value>No</Value>
|
|
528
|
+
</Depend>
|
|
529
|
+
</Dependencies>
|
|
530
|
+
</Prop>
|
|
531
|
+
<Prop>
|
|
532
|
+
<Id>CS_NAMESPACE_RPC400</Id>
|
|
533
|
+
<Name>RPC declarations prefix</Name>
|
|
534
|
+
<Description>RPC declarations prefix</Description>
|
|
535
|
+
<Type>Text</Type>
|
|
536
|
+
</Prop>
|
|
537
|
+
<Prop>
|
|
538
|
+
<Id>CS_BLOB_PATH</Id>
|
|
539
|
+
<Name>Blob local storage directory</Name>
|
|
540
|
+
<Description>Temporary blob data storage directory</Description>
|
|
541
|
+
<Type>Text</Type>
|
|
542
|
+
<Default>PublicTempStorage</Default>
|
|
543
|
+
</Prop>
|
|
544
|
+
<Prop>
|
|
545
|
+
<Id>LOGIN_AS_USERID</Id>
|
|
546
|
+
<Name>Use client login as userid('server')</Name>
|
|
547
|
+
<Description>Use client login as userid('server')</Description>
|
|
548
|
+
<Type>Combo</Type>
|
|
549
|
+
<Default>NO</Default>
|
|
550
|
+
<Values>
|
|
551
|
+
<Value id='NO' desc='No'/>
|
|
552
|
+
<Value id='YES' desc='Yes'/>
|
|
553
|
+
</Values>
|
|
554
|
+
</Prop>
|
|
555
|
+
<Prop>
|
|
556
|
+
<Id>MAX_CURSOR</Id>
|
|
557
|
+
<Name>Maximum cached cursors per connection</Name>
|
|
558
|
+
<Description>Maximum cached cursors per connection</Description>
|
|
559
|
+
<Type>Integer</Type>
|
|
560
|
+
<Default>100</Default>
|
|
561
|
+
</Prop>
|
|
562
|
+
<Group>
|
|
563
|
+
<Id>CS_OPTIMIZATION</Id>
|
|
564
|
+
<Name>Optimization</Name>
|
|
565
|
+
<Description>Optimization</Description>
|
|
566
|
+
<Type>Group</Type>
|
|
567
|
+
<Children>
|
|
568
|
+
<Prop>
|
|
569
|
+
<Id>Optimize_copy</Id>
|
|
570
|
+
<Name>Copy table groups</Name>
|
|
571
|
+
<Description>Copy table groups</Description>
|
|
572
|
+
<Type>Combo</Type>
|
|
573
|
+
<Default>IfNoUniqueIndex</Default>
|
|
574
|
+
<Values>
|
|
575
|
+
<Value id='IfNoUniqueIndex' desc='If no unique index'/>
|
|
576
|
+
<Value id='Alway' desc='Always'/>
|
|
577
|
+
<Value id='Never' desc='Never'/>
|
|
578
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
579
|
+
</Values>
|
|
580
|
+
<Dependencies>
|
|
581
|
+
<Depend type='Invalid'>
|
|
582
|
+
<Value>UMPV</Value>
|
|
583
|
+
</Depend>
|
|
584
|
+
</Dependencies>
|
|
585
|
+
</Prop>
|
|
586
|
+
<Group>
|
|
587
|
+
<Id>GRAL4</Id>
|
|
588
|
+
<Name>Hints</Name>
|
|
589
|
+
<Description>Hints</Description>
|
|
590
|
+
<Type>Group</Type>
|
|
591
|
+
<Children>
|
|
592
|
+
<Prop>
|
|
593
|
+
<Id>Hint_firstrows</Id>
|
|
594
|
+
<Name>Fast first rows</Name>
|
|
595
|
+
<Description>Fast first rows</Description>
|
|
596
|
+
<Type>Combo</Type>
|
|
597
|
+
<Default>Yes</Default>
|
|
598
|
+
<Values>
|
|
599
|
+
<Value id='Yes' desc='Yes'/>
|
|
600
|
+
<Value id='No' desc='No'/>
|
|
601
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
602
|
+
</Values>
|
|
603
|
+
<Dependencies>
|
|
604
|
+
<Depend type='Invalid'>
|
|
605
|
+
<Value>UMPV</Value>
|
|
606
|
+
</Depend>
|
|
607
|
+
</Dependencies>
|
|
608
|
+
</Prop>
|
|
609
|
+
</Children>
|
|
610
|
+
</Group>
|
|
611
|
+
</Children>
|
|
612
|
+
</Group>
|
|
613
|
+
<Group hidden='1'>
|
|
614
|
+
<Id>DATABASE_INFO</Id>
|
|
615
|
+
<Name>Database information</Name>
|
|
616
|
+
<Description>Database information</Description>
|
|
617
|
+
<Type>Group</Type>
|
|
618
|
+
<Children>
|
|
619
|
+
<Group hidden='1'>
|
|
620
|
+
<Id>idDB2UDB</Id>
|
|
621
|
+
<Name>DB2UDB</Name>
|
|
622
|
+
<Description>DB2 Universal Database</Description>
|
|
623
|
+
<Type>Group</Type>
|
|
624
|
+
<Children>
|
|
625
|
+
</Children>
|
|
626
|
+
</Group>
|
|
627
|
+
<Group hidden='1'>
|
|
628
|
+
<Id>MYSQL</Id>
|
|
629
|
+
<Name>MYSQL</Name>
|
|
630
|
+
<Description>MySQL</Description>
|
|
631
|
+
<Type>Group</Type>
|
|
632
|
+
<Children>
|
|
633
|
+
</Children>
|
|
634
|
+
</Group>
|
|
635
|
+
<Group hidden='1'>
|
|
636
|
+
<Id>idPOSTGRESQL</Id>
|
|
637
|
+
<Name>POSTGRESQL</Name>
|
|
638
|
+
<Description>POSTGRESQL</Description>
|
|
639
|
+
<Type>Group</Type>
|
|
640
|
+
<Children>
|
|
641
|
+
</Children>
|
|
642
|
+
</Group>
|
|
643
|
+
<Group hidden='1'>
|
|
644
|
+
<Id>INFXINFO</Id>
|
|
645
|
+
<Name>Informix</Name>
|
|
646
|
+
<Description>Informix</Description>
|
|
647
|
+
<Type>Group</Type>
|
|
648
|
+
<Children>
|
|
649
|
+
</Children>
|
|
650
|
+
</Group>
|
|
651
|
+
</Children>
|
|
652
|
+
</Group>
|
|
653
|
+
<Group hidden='1'>
|
|
654
|
+
<Id>AS400_GROUP</Id>
|
|
655
|
+
<Name>iSeries</Name>
|
|
656
|
+
<Description>iSeries</Description>
|
|
657
|
+
<Type>Group</Type>
|
|
658
|
+
<Children>
|
|
659
|
+
</Children>
|
|
660
|
+
</Group>
|
|
661
|
+
<Group hidden='1'>
|
|
662
|
+
<Id>SQLSERVER_GROUP</Id>
|
|
663
|
+
<Name>SQL server</Name>
|
|
664
|
+
<Description>SQL server</Description>
|
|
665
|
+
<Type>Group</Type>
|
|
666
|
+
<Children>
|
|
667
|
+
</Children>
|
|
668
|
+
</Group>
|
|
669
|
+
</Children>
|
|
670
|
+
</Group>
|
|
671
|
+
<Group>
|
|
672
|
+
<Id>EVENTHANDLING</Id>
|
|
673
|
+
<Name>Event Handling</Name>
|
|
674
|
+
<Description>Event Handling</Description>
|
|
675
|
+
<Type>Group</Type>
|
|
676
|
+
<Children>
|
|
677
|
+
<Prop>
|
|
678
|
+
<Id>EVENT_BEFORE_COMMIT</Id>
|
|
679
|
+
<Name>Before commit</Name>
|
|
680
|
+
<Description>Before commit</Description>
|
|
681
|
+
<Type>Custom</Type>
|
|
682
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
683
|
+
<Metadata>
|
|
684
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=40B6D235-7AE4-4267-9246-1C6C51C1795A,AllowedType=84A12160-F59B-4ad7-A683-EA4481AC23E9,UseDesignModel=true,AllowNone=true,CreateMissingObject=true,MissingObjectNamespace=Objects),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
685
|
+
</Metadata>
|
|
686
|
+
</Prop>
|
|
687
|
+
<Prop>
|
|
688
|
+
<Id>EVENT_AFTER_COMMIT</Id>
|
|
689
|
+
<Name>After commit</Name>
|
|
690
|
+
<Description>After commit</Description>
|
|
691
|
+
<Type>Custom</Type>
|
|
692
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
693
|
+
<Metadata>
|
|
694
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=40B6D235-7AE4-4267-9246-1C6C51C1795A,AllowedType=84A12160-F59B-4ad7-A683-EA4481AC23E9,UseDesignModel=true,AllowNone=true,CreateMissingObject=true,MissingObjectNamespace=Objects),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
695
|
+
</Metadata>
|
|
696
|
+
</Prop>
|
|
697
|
+
<Prop>
|
|
698
|
+
<Id>EVENT_BEFORE_ROLLBACK</Id>
|
|
699
|
+
<Name>Before rollback</Name>
|
|
700
|
+
<Description>Before rollback</Description>
|
|
701
|
+
<Type>Custom</Type>
|
|
702
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
703
|
+
<Metadata>
|
|
704
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=40B6D235-7AE4-4267-9246-1C6C51C1795A,AllowedType=84A12160-F59B-4ad7-A683-EA4481AC23E9,UseDesignModel=true,AllowNone=true,CreateMissingObject=true,MissingObjectNamespace=Objects),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
705
|
+
</Metadata>
|
|
706
|
+
</Prop>
|
|
707
|
+
<Prop>
|
|
708
|
+
<Id>EVENT_AFTER_ROLLBACK</Id>
|
|
709
|
+
<Name>After rollback</Name>
|
|
710
|
+
<Description>After rollback</Description>
|
|
711
|
+
<Type>Custom</Type>
|
|
712
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
713
|
+
<Metadata>
|
|
714
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=40B6D235-7AE4-4267-9246-1C6C51C1795A,AllowedType=84A12160-F59B-4ad7-A683-EA4481AC23E9,UseDesignModel=true,AllowNone=true,CreateMissingObject=true,MissingObjectNamespace=Objects),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
715
|
+
</Metadata>
|
|
716
|
+
</Prop>
|
|
717
|
+
<Prop>
|
|
718
|
+
<Id>EVENT_BEFORE_CONNECT</Id>
|
|
719
|
+
<Name>Before connect</Name>
|
|
720
|
+
<Description>Before connect</Description>
|
|
721
|
+
<Type>Custom</Type>
|
|
722
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
723
|
+
<Metadata>
|
|
724
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=40B6D235-7AE4-4267-9246-1C6C51C1795A,AllowedType=84A12160-F59B-4ad7-A683-EA4481AC23E9,UseDesignModel=true,AllowNone=true,CreateMissingObject=true,MissingObjectNamespace=Objects),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
725
|
+
</Metadata>
|
|
726
|
+
</Prop>
|
|
727
|
+
<Prop>
|
|
728
|
+
<Id>EVENT_AFTER_CONNECT</Id>
|
|
729
|
+
<Name>After connect</Name>
|
|
730
|
+
<Description>After connect</Description>
|
|
731
|
+
<Type>Custom</Type>
|
|
732
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
733
|
+
<Metadata>
|
|
734
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=40B6D235-7AE4-4267-9246-1C6C51C1795A,AllowedType=84A12160-F59B-4ad7-A683-EA4481AC23E9,UseDesignModel=true,AllowNone=true,CreateMissingObject=true,MissingObjectNamespace=Objects),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
735
|
+
</Metadata>
|
|
736
|
+
</Prop>
|
|
737
|
+
</Children>
|
|
738
|
+
</Group>
|
|
739
|
+
<Group>
|
|
740
|
+
<Id>MANAGEMENT</Id>
|
|
741
|
+
<Name>Management</Name>
|
|
742
|
+
<Description>Management</Description>
|
|
743
|
+
<Type>Group</Type>
|
|
744
|
+
<Children>
|
|
745
|
+
<Prop>
|
|
746
|
+
<Id>ENABLE_MANAGEMENT</Id>
|
|
747
|
+
<Name>Enable Management</Name>
|
|
748
|
+
<Description>Enable Management</Description>
|
|
749
|
+
<Type>Combo</Type>
|
|
750
|
+
<Default>NO</Default>
|
|
751
|
+
<Values>
|
|
752
|
+
<Value id='NO' desc='No'/>
|
|
753
|
+
<Value id='YES' desc='Yes'/>
|
|
754
|
+
</Values>
|
|
755
|
+
</Prop>
|
|
756
|
+
</Children>
|
|
757
|
+
</Group>
|
|
758
|
+
<Group>
|
|
759
|
+
<Id>USER_INTERFACE</Id>
|
|
760
|
+
<Name>User interface</Name>
|
|
761
|
+
<Description>User interface</Description>
|
|
762
|
+
<Type>Group</Type>
|
|
763
|
+
<Children>
|
|
764
|
+
<Prop>
|
|
765
|
+
<Id>TRNCFM</Id>
|
|
766
|
+
<Name>Confirmation</Name>
|
|
767
|
+
<Description>In transactions, it indicates whether or not the user's confirmation will be requested when passing from one level to another.
|
|
768
|
+
In procedures, it indicates whether or not the user's confirmation will be requested when the process starts executing.</Description>
|
|
769
|
+
<Alias>ConfirmTransaction</Alias>
|
|
770
|
+
<Type>Combo</Type>
|
|
771
|
+
<Default>None</Default>
|
|
772
|
+
<Values>
|
|
773
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
774
|
+
<Value id='All' desc='Always prompt'/>
|
|
775
|
+
<Value id='None' desc='Never prompt'/>
|
|
776
|
+
<Value id='NoFirst' desc='Do not prompt on first level'/>
|
|
777
|
+
</Values>
|
|
778
|
+
<Dependencies>
|
|
779
|
+
<Depend type='Not Show'>
|
|
780
|
+
<Cond>context(CFMTRN) == Yes</Cond>
|
|
781
|
+
<Condition>
|
|
782
|
+
<Expression>
|
|
783
|
+
<Type>Comparison</Type>
|
|
784
|
+
<Operator>Equal</Operator>
|
|
785
|
+
<PropName source='context'>CFMTRN</PropName>
|
|
786
|
+
<Value>Yes</Value>
|
|
787
|
+
</Expression>
|
|
788
|
+
</Condition>
|
|
789
|
+
</Depend>
|
|
790
|
+
<Depend type='Default'>
|
|
791
|
+
<Value>All</Value>
|
|
792
|
+
<Cond>value(IS_WEB_GEN) == false</Cond>
|
|
793
|
+
<Condition>
|
|
794
|
+
<Expression>
|
|
795
|
+
<Type>Comparison</Type>
|
|
796
|
+
<Operator>Equal</Operator>
|
|
797
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
798
|
+
<Value>false</Value>
|
|
799
|
+
</Expression>
|
|
800
|
+
</Condition>
|
|
801
|
+
</Depend>
|
|
802
|
+
<Depend type='Invalid'>
|
|
803
|
+
<Value>UMPV</Value>
|
|
804
|
+
</Depend>
|
|
805
|
+
</Dependencies>
|
|
806
|
+
<Metadata>
|
|
807
|
+
<Value name='FlagCategories'>Advanced</Value>
|
|
808
|
+
<Value name='FlagSpecificationName'>TRNCFM</Value>
|
|
809
|
+
<Value name='FlagModelIniName'>TRNCFM</Value>
|
|
810
|
+
</Metadata>
|
|
811
|
+
</Prop>
|
|
812
|
+
<Prop hidden='1'>
|
|
813
|
+
<Id>AUTOCENTER</Id>
|
|
814
|
+
<Name>Autocenter objects in (0,0)</Name>
|
|
815
|
+
<Description>Autocenter objects in (0,0)</Description>
|
|
816
|
+
<Type>Combo</Type>
|
|
817
|
+
<Default>No</Default>
|
|
818
|
+
<Values>
|
|
819
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
820
|
+
<Value id='No' desc='No'/>
|
|
821
|
+
<Value id='Yes' desc='Yes'/>
|
|
822
|
+
</Values>
|
|
823
|
+
<Dependencies>
|
|
824
|
+
<Depend type='Invalid'>
|
|
825
|
+
<Value>UMPV</Value>
|
|
826
|
+
</Depend>
|
|
827
|
+
<Depend type='Not Show'>
|
|
828
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
829
|
+
<Condition>
|
|
830
|
+
<Expression>
|
|
831
|
+
<Type>Comparison</Type>
|
|
832
|
+
<Operator>Equal</Operator>
|
|
833
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
834
|
+
<Value>true</Value>
|
|
835
|
+
</Expression>
|
|
836
|
+
</Condition>
|
|
837
|
+
</Depend>
|
|
838
|
+
</Dependencies>
|
|
839
|
+
</Prop>
|
|
840
|
+
<Prop>
|
|
841
|
+
<Id>AttWidthScale</Id>
|
|
842
|
+
<Name>Automatic width scale factor</Name>
|
|
843
|
+
<Description>Automatic width scale factor</Description>
|
|
844
|
+
<Type>Combo</Type>
|
|
845
|
+
<Default>1</Default>
|
|
846
|
+
<Values>
|
|
847
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
848
|
+
<Value id='1' desc='1x'/>
|
|
849
|
+
<Value id='2' desc='2x'/>
|
|
850
|
+
</Values>
|
|
851
|
+
<Dependencies>
|
|
852
|
+
<Depend type='On Change'>
|
|
853
|
+
<Cond>onChange(Type)</Cond>
|
|
854
|
+
<Condition>
|
|
855
|
+
<Expression>
|
|
856
|
+
<Type>OnChange</Type>
|
|
857
|
+
<PropName>Type</PropName>
|
|
858
|
+
</Expression>
|
|
859
|
+
</Condition>
|
|
860
|
+
</Depend>
|
|
861
|
+
<Depend type='Readonly'>
|
|
862
|
+
<Cond>context(IsStandardVariable) == -1</Cond>
|
|
863
|
+
<Condition>
|
|
864
|
+
<Expression>
|
|
865
|
+
<Type>Comparison</Type>
|
|
866
|
+
<Operator>Equal</Operator>
|
|
867
|
+
<PropName source='context'>IsStandardVariable</PropName>
|
|
868
|
+
<Value>-1</Value>
|
|
869
|
+
</Expression>
|
|
870
|
+
</Condition>
|
|
871
|
+
</Depend>
|
|
872
|
+
<Depend type='Invalid'>
|
|
873
|
+
<Value>UMPV</Value>
|
|
874
|
+
</Depend>
|
|
875
|
+
</Dependencies>
|
|
876
|
+
</Prop>
|
|
877
|
+
<Prop hidden='1'>
|
|
878
|
+
<Id>FormClassSelector</Id>
|
|
879
|
+
<Name>Form Class</Name>
|
|
880
|
+
<Type>Custom</Type>
|
|
881
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.FormClassSelector, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
882
|
+
<Dependencies>
|
|
883
|
+
<Depend type='Apply'>
|
|
884
|
+
<Cond>value(IS_WEB_GEN) == false</Cond>
|
|
885
|
+
<Condition>
|
|
886
|
+
<Expression>
|
|
887
|
+
<Type>Comparison</Type>
|
|
888
|
+
<Operator>Equal</Operator>
|
|
889
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
890
|
+
<Value>false</Value>
|
|
891
|
+
</Expression>
|
|
892
|
+
</Condition>
|
|
893
|
+
</Depend>
|
|
894
|
+
</Dependencies>
|
|
895
|
+
</Prop>
|
|
896
|
+
<Prop hidden='1'>
|
|
897
|
+
<Id>STATUSBAR</Id>
|
|
898
|
+
<Name>Show status bar</Name>
|
|
899
|
+
<Description>Show status bar</Description>
|
|
900
|
+
<Type>Combo</Type>
|
|
901
|
+
<Default>when_needed</Default>
|
|
902
|
+
<Values>
|
|
903
|
+
<Value id='when_needed' desc='Depending on object type'/>
|
|
904
|
+
<Value id='always' desc='Always'/>
|
|
905
|
+
<Value id='never' desc='Never'/>
|
|
906
|
+
</Values>
|
|
907
|
+
<Dependencies>
|
|
908
|
+
<Depend type='Default'>
|
|
909
|
+
<Value>always</Value>
|
|
910
|
+
<Cond>context(SHOW_S) == YES</Cond>
|
|
911
|
+
<Condition>
|
|
912
|
+
<Expression>
|
|
913
|
+
<Type>Comparison</Type>
|
|
914
|
+
<Operator>Equal</Operator>
|
|
915
|
+
<PropName source='context'>SHOW_S</PropName>
|
|
916
|
+
<Value>YES</Value>
|
|
917
|
+
</Expression>
|
|
918
|
+
</Condition>
|
|
919
|
+
</Depend>
|
|
920
|
+
<Depend type='Default'>
|
|
921
|
+
<Value>never</Value>
|
|
922
|
+
<Cond>context(SHOW_S) == NO</Cond>
|
|
923
|
+
<Condition>
|
|
924
|
+
<Expression>
|
|
925
|
+
<Type>Comparison</Type>
|
|
926
|
+
<Operator>Equal</Operator>
|
|
927
|
+
<PropName source='context'>SHOW_S</PropName>
|
|
928
|
+
<Value>NO</Value>
|
|
929
|
+
</Expression>
|
|
930
|
+
</Condition>
|
|
931
|
+
</Depend>
|
|
932
|
+
<Depend type='Not Show'>
|
|
933
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
934
|
+
<Condition>
|
|
935
|
+
<Expression>
|
|
936
|
+
<Type>Comparison</Type>
|
|
937
|
+
<Operator>Equal</Operator>
|
|
938
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
939
|
+
<Value>true</Value>
|
|
940
|
+
</Expression>
|
|
941
|
+
</Condition>
|
|
942
|
+
</Depend>
|
|
943
|
+
</Dependencies>
|
|
944
|
+
</Prop>
|
|
945
|
+
<Prop hidden='1'>
|
|
946
|
+
<Id>SHOW_FRM</Id>
|
|
947
|
+
<Name>Show form</Name>
|
|
948
|
+
<Description>Show form</Description>
|
|
949
|
+
<Type>Combo</Type>
|
|
950
|
+
<Default>BEFORE</Default>
|
|
951
|
+
<Values>
|
|
952
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
953
|
+
<Value id='BEFORE' desc='Before Start Event'/>
|
|
954
|
+
<Value id='AFTER' desc='After Start Event'/>
|
|
955
|
+
</Values>
|
|
956
|
+
<Dependencies>
|
|
957
|
+
<Depend type='Invalid'>
|
|
958
|
+
<Value>UMPV</Value>
|
|
959
|
+
</Depend>
|
|
960
|
+
<Depend type='Not Show'>
|
|
961
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
962
|
+
<Condition>
|
|
963
|
+
<Expression>
|
|
964
|
+
<Type>Comparison</Type>
|
|
965
|
+
<Operator>Equal</Operator>
|
|
966
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
967
|
+
<Value>true</Value>
|
|
968
|
+
</Expression>
|
|
969
|
+
</Condition>
|
|
970
|
+
</Depend>
|
|
971
|
+
</Dependencies>
|
|
972
|
+
</Prop>
|
|
973
|
+
<Prop hidden='1'>
|
|
974
|
+
<Id>FC_READONLY</Id>
|
|
975
|
+
<Name>Color in read-only fields</Name>
|
|
976
|
+
<Description>Color in read-only fields</Description>
|
|
977
|
+
<Type>Combo</Type>
|
|
978
|
+
<Default>GRAYED</Default>
|
|
979
|
+
<Values>
|
|
980
|
+
<Value id='GRAYED' desc='Grayed (Windows Default)'/>
|
|
981
|
+
<Value id='ORIGINAL' desc='Original'/>
|
|
982
|
+
</Values>
|
|
983
|
+
<Dependencies>
|
|
984
|
+
<Depend type='Not Show'>
|
|
985
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
986
|
+
<Condition>
|
|
987
|
+
<Expression>
|
|
988
|
+
<Type>Comparison</Type>
|
|
989
|
+
<Operator>Equal</Operator>
|
|
990
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
991
|
+
<Value>true</Value>
|
|
992
|
+
</Expression>
|
|
993
|
+
</Condition>
|
|
994
|
+
</Depend>
|
|
995
|
+
</Dependencies>
|
|
996
|
+
</Prop>
|
|
997
|
+
<Prop hidden='1'>
|
|
998
|
+
<Id>SUBFILE_ORDER</Id>
|
|
999
|
+
<Name>Click to sort in grid</Name>
|
|
1000
|
+
<Description>Click to sort in grid</Description>
|
|
1001
|
+
<Type>Combo</Type>
|
|
1002
|
+
<Default>Y</Default>
|
|
1003
|
+
<Values>
|
|
1004
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1005
|
+
<Value id='Y' desc='Enabled'/>
|
|
1006
|
+
<Value id='N' desc='Disabled'/>
|
|
1007
|
+
</Values>
|
|
1008
|
+
<Dependencies>
|
|
1009
|
+
<Depend type='Invalid'>
|
|
1010
|
+
<Value>UMPV</Value>
|
|
1011
|
+
</Depend>
|
|
1012
|
+
<Depend type='Not Show'>
|
|
1013
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1014
|
+
<Condition>
|
|
1015
|
+
<Expression>
|
|
1016
|
+
<Type>Comparison</Type>
|
|
1017
|
+
<Operator>Equal</Operator>
|
|
1018
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1019
|
+
<Value>true</Value>
|
|
1020
|
+
</Expression>
|
|
1021
|
+
</Condition>
|
|
1022
|
+
</Depend>
|
|
1023
|
+
</Dependencies>
|
|
1024
|
+
</Prop>
|
|
1025
|
+
<Prop hidden='1'>
|
|
1026
|
+
<Id>MDI_FORMS</Id>
|
|
1027
|
+
<Name>Generate MDI application</Name>
|
|
1028
|
+
<Description>Generate MDI application</Description>
|
|
1029
|
+
<Type>Combo</Type>
|
|
1030
|
+
<Default>Yes</Default>
|
|
1031
|
+
<Values>
|
|
1032
|
+
<Value id='Yes' desc='Yes'/>
|
|
1033
|
+
<Value id='No' desc='No'/>
|
|
1034
|
+
</Values>
|
|
1035
|
+
<Dependencies>
|
|
1036
|
+
<Depend type='Not Show'>
|
|
1037
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1038
|
+
<Condition>
|
|
1039
|
+
<Expression>
|
|
1040
|
+
<Type>Comparison</Type>
|
|
1041
|
+
<Operator>Equal</Operator>
|
|
1042
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1043
|
+
<Value>true</Value>
|
|
1044
|
+
</Expression>
|
|
1045
|
+
</Condition>
|
|
1046
|
+
</Depend>
|
|
1047
|
+
</Dependencies>
|
|
1048
|
+
</Prop>
|
|
1049
|
+
<Prop>
|
|
1050
|
+
<Id>WORKFILE_LINES</Id>
|
|
1051
|
+
<Name>Maximum workFile lines</Name>
|
|
1052
|
+
<Description>Maximum workFile lines</Description>
|
|
1053
|
+
<Type>Integer</Type>
|
|
1054
|
+
<Default>10000</Default>
|
|
1055
|
+
</Prop>
|
|
1056
|
+
<Prop hidden='1'>
|
|
1057
|
+
<Id>FIELD_TO_FIELD</Id>
|
|
1058
|
+
<Name>Client side validation</Name>
|
|
1059
|
+
<Description>Client side validation</Description>
|
|
1060
|
+
<Type>Combo</Type>
|
|
1061
|
+
<Default>Yes</Default>
|
|
1062
|
+
<Values>
|
|
1063
|
+
<Value id='Yes' desc='Yes'/>
|
|
1064
|
+
<Value id='No' desc='No'/>
|
|
1065
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1066
|
+
</Values>
|
|
1067
|
+
<Dependencies>
|
|
1068
|
+
<Depend type='Invalid'>
|
|
1069
|
+
<Value>UMPV</Value>
|
|
1070
|
+
</Depend>
|
|
1071
|
+
<Depend type='Not Show'>
|
|
1072
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1073
|
+
<Condition>
|
|
1074
|
+
<Expression>
|
|
1075
|
+
<Type>Comparison</Type>
|
|
1076
|
+
<Operator>Equal</Operator>
|
|
1077
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1078
|
+
<Value>true</Value>
|
|
1079
|
+
</Expression>
|
|
1080
|
+
</Condition>
|
|
1081
|
+
</Depend>
|
|
1082
|
+
</Dependencies>
|
|
1083
|
+
<Metadata>
|
|
1084
|
+
<Value name='FlagCategories'>Win</Value>
|
|
1085
|
+
</Metadata>
|
|
1086
|
+
</Prop>
|
|
1087
|
+
<Prop hidden='1'>
|
|
1088
|
+
<Id>S_TASK</Id>
|
|
1089
|
+
<Name>Show in taskBar (SDI)</Name>
|
|
1090
|
+
<Description>Show in taskBar (SDI)</Description>
|
|
1091
|
+
<Type>Combo</Type>
|
|
1092
|
+
<Default>YES</Default>
|
|
1093
|
+
<Values>
|
|
1094
|
+
<Value id='YES' desc='Yes'/>
|
|
1095
|
+
<Value id='NO' desc='No'/>
|
|
1096
|
+
</Values>
|
|
1097
|
+
<Dependencies>
|
|
1098
|
+
<Depend type='Not Show'>
|
|
1099
|
+
<Cond>value(MDI_FORMS) == Yes</Cond>
|
|
1100
|
+
<Condition>
|
|
1101
|
+
<Expression>
|
|
1102
|
+
<Type>Comparison</Type>
|
|
1103
|
+
<Operator>Equal</Operator>
|
|
1104
|
+
<PropName>MDI_FORMS</PropName>
|
|
1105
|
+
<Value>Yes</Value>
|
|
1106
|
+
</Expression>
|
|
1107
|
+
</Condition>
|
|
1108
|
+
</Depend>
|
|
1109
|
+
<Depend type='Not Show'>
|
|
1110
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1111
|
+
<Condition>
|
|
1112
|
+
<Expression>
|
|
1113
|
+
<Type>Comparison</Type>
|
|
1114
|
+
<Operator>Equal</Operator>
|
|
1115
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1116
|
+
<Value>true</Value>
|
|
1117
|
+
</Expression>
|
|
1118
|
+
</Condition>
|
|
1119
|
+
</Depend>
|
|
1120
|
+
</Dependencies>
|
|
1121
|
+
<Metadata>
|
|
1122
|
+
<Value name='FlagDisplayName'>Show in taskBar (SDI)</Value>
|
|
1123
|
+
</Metadata>
|
|
1124
|
+
</Prop>
|
|
1125
|
+
<Prop hidden='1'>
|
|
1126
|
+
<Id>WP_RESIZE</Id>
|
|
1127
|
+
<Name>Allow column resizing</Name>
|
|
1128
|
+
<Description>Allow column resizing</Description>
|
|
1129
|
+
<Type>Combo</Type>
|
|
1130
|
+
<Default>Yes</Default>
|
|
1131
|
+
<Values>
|
|
1132
|
+
<Value id='Yes' desc='Yes'/>
|
|
1133
|
+
<Value id='No' desc='No'/>
|
|
1134
|
+
</Values>
|
|
1135
|
+
<Dependencies>
|
|
1136
|
+
<Depend type='Not Show'>
|
|
1137
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1138
|
+
<Condition>
|
|
1139
|
+
<Expression>
|
|
1140
|
+
<Type>Comparison</Type>
|
|
1141
|
+
<Operator>Equal</Operator>
|
|
1142
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1143
|
+
<Value>true</Value>
|
|
1144
|
+
</Expression>
|
|
1145
|
+
</Condition>
|
|
1146
|
+
</Depend>
|
|
1147
|
+
</Dependencies>
|
|
1148
|
+
</Prop>
|
|
1149
|
+
<Group>
|
|
1150
|
+
<Name>Web interface</Name>
|
|
1151
|
+
<Description>Web interface</Description>
|
|
1152
|
+
<Type>Group</Type>
|
|
1153
|
+
<Children>
|
|
1154
|
+
<Group>
|
|
1155
|
+
<Id>PROP_DATEPICKER_GROUP</Id>
|
|
1156
|
+
<Name>Datepicker</Name>
|
|
1157
|
+
<Type>Group</Type>
|
|
1158
|
+
<Dependencies>
|
|
1159
|
+
<Depend type='Not Show'>
|
|
1160
|
+
<Cond>value(IS_WEB_GEN) != true</Cond>
|
|
1161
|
+
<Condition>
|
|
1162
|
+
<Expression>
|
|
1163
|
+
<Type>Comparison</Type>
|
|
1164
|
+
<Operator>NotEqual</Operator>
|
|
1165
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1166
|
+
<Value>true</Value>
|
|
1167
|
+
</Expression>
|
|
1168
|
+
</Condition>
|
|
1169
|
+
</Depend>
|
|
1170
|
+
</Dependencies>
|
|
1171
|
+
<Children>
|
|
1172
|
+
<Prop>
|
|
1173
|
+
<Id>idUSE_WEB_DATEPICKER</Id>
|
|
1174
|
+
<Name>Enable Datepicker</Name>
|
|
1175
|
+
<Description>Enable datepicker calendar generation</Description>
|
|
1176
|
+
<Type>Combo</Type>
|
|
1177
|
+
<Default>Yes</Default>
|
|
1178
|
+
<Values>
|
|
1179
|
+
<Value id='Yes' desc='Yes'/>
|
|
1180
|
+
<Value id='No' desc='No'/>
|
|
1181
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1182
|
+
</Values>
|
|
1183
|
+
<Dependencies>
|
|
1184
|
+
<Depend type='Invalid'>
|
|
1185
|
+
<Value>UMPV</Value>
|
|
1186
|
+
</Depend>
|
|
1187
|
+
</Dependencies>
|
|
1188
|
+
</Prop>
|
|
1189
|
+
<Prop>
|
|
1190
|
+
<Id>WNUM_DATEPICKER</Id>
|
|
1191
|
+
<Name>Show week numbers</Name>
|
|
1192
|
+
<Description>Show calendar week numbers</Description>
|
|
1193
|
+
<Type>Combo</Type>
|
|
1194
|
+
<Default>No</Default>
|
|
1195
|
+
<Values>
|
|
1196
|
+
<Value id='Yes' desc='Yes'/>
|
|
1197
|
+
<Value id='No' desc='No'/>
|
|
1198
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1199
|
+
</Values>
|
|
1200
|
+
<Dependencies>
|
|
1201
|
+
<Depend type='Not Show'>
|
|
1202
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1203
|
+
<Condition>
|
|
1204
|
+
<Expression>
|
|
1205
|
+
<Type>Comparison</Type>
|
|
1206
|
+
<Operator>Equal</Operator>
|
|
1207
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1208
|
+
<Value>No</Value>
|
|
1209
|
+
</Expression>
|
|
1210
|
+
</Condition>
|
|
1211
|
+
</Depend>
|
|
1212
|
+
<Depend type='Invalid'>
|
|
1213
|
+
<Value>Yes</Value>
|
|
1214
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1215
|
+
<Condition>
|
|
1216
|
+
<Expression>
|
|
1217
|
+
<Type>Comparison</Type>
|
|
1218
|
+
<Operator>Equal</Operator>
|
|
1219
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1220
|
+
<Value>No</Value>
|
|
1221
|
+
</Expression>
|
|
1222
|
+
</Condition>
|
|
1223
|
+
</Depend>
|
|
1224
|
+
<Depend type='Invalid'>
|
|
1225
|
+
<Value>UMPV</Value>
|
|
1226
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1227
|
+
<Condition>
|
|
1228
|
+
<Expression>
|
|
1229
|
+
<Type>Comparison</Type>
|
|
1230
|
+
<Operator>Equal</Operator>
|
|
1231
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1232
|
+
<Value>No</Value>
|
|
1233
|
+
</Expression>
|
|
1234
|
+
</Condition>
|
|
1235
|
+
</Depend>
|
|
1236
|
+
<Depend type='Invalid'>
|
|
1237
|
+
<Value>UMPV</Value>
|
|
1238
|
+
</Depend>
|
|
1239
|
+
</Dependencies>
|
|
1240
|
+
</Prop>
|
|
1241
|
+
<Prop>
|
|
1242
|
+
<Id>FIRST_WD_DATEPICKER</Id>
|
|
1243
|
+
<Name>First day of week</Name>
|
|
1244
|
+
<Description>Select first day of week for calendar</Description>
|
|
1245
|
+
<Type>Combo</Type>
|
|
1246
|
+
<Default>Sunday</Default>
|
|
1247
|
+
<Values>
|
|
1248
|
+
<Value id='Sunday' desc='Sunday'/>
|
|
1249
|
+
<Value id='Monday' desc='Monday'/>
|
|
1250
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1251
|
+
</Values>
|
|
1252
|
+
<Dependencies>
|
|
1253
|
+
<Depend type='Not Show'>
|
|
1254
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1255
|
+
<Condition>
|
|
1256
|
+
<Expression>
|
|
1257
|
+
<Type>Comparison</Type>
|
|
1258
|
+
<Operator>Equal</Operator>
|
|
1259
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1260
|
+
<Value>No</Value>
|
|
1261
|
+
</Expression>
|
|
1262
|
+
</Condition>
|
|
1263
|
+
</Depend>
|
|
1264
|
+
<Depend type='Invalid'>
|
|
1265
|
+
<Value>Monday</Value>
|
|
1266
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1267
|
+
<Condition>
|
|
1268
|
+
<Expression>
|
|
1269
|
+
<Type>Comparison</Type>
|
|
1270
|
+
<Operator>Equal</Operator>
|
|
1271
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1272
|
+
<Value>No</Value>
|
|
1273
|
+
</Expression>
|
|
1274
|
+
</Condition>
|
|
1275
|
+
</Depend>
|
|
1276
|
+
<Depend type='Invalid'>
|
|
1277
|
+
<Value>UMPV</Value>
|
|
1278
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
1279
|
+
<Condition>
|
|
1280
|
+
<Expression>
|
|
1281
|
+
<Type>Comparison</Type>
|
|
1282
|
+
<Operator>Equal</Operator>
|
|
1283
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
1284
|
+
<Value>No</Value>
|
|
1285
|
+
</Expression>
|
|
1286
|
+
</Condition>
|
|
1287
|
+
</Depend>
|
|
1288
|
+
<Depend type='Invalid'>
|
|
1289
|
+
<Value>UMPV</Value>
|
|
1290
|
+
</Depend>
|
|
1291
|
+
</Dependencies>
|
|
1292
|
+
</Prop>
|
|
1293
|
+
</Children>
|
|
1294
|
+
</Group>
|
|
1295
|
+
</Children>
|
|
1296
|
+
</Group>
|
|
1297
|
+
<Group>
|
|
1298
|
+
<Id>KEYC</Id>
|
|
1299
|
+
<Name>Key configuration</Name>
|
|
1300
|
+
<Description>Key configuration</Description>
|
|
1301
|
+
<Type>Group</Type>
|
|
1302
|
+
<Metadata>
|
|
1303
|
+
<Value name='FlagCategories'>Win</Value>
|
|
1304
|
+
</Metadata>
|
|
1305
|
+
<Children>
|
|
1306
|
+
<Prop>
|
|
1307
|
+
<Id>FIELD_EXIT</Id>
|
|
1308
|
+
<Name>Field exit</Name>
|
|
1309
|
+
<Description>Field exit</Description>
|
|
1310
|
+
<Type>Combo</Type>
|
|
1311
|
+
<Default>Tab</Default>
|
|
1312
|
+
<Values>
|
|
1313
|
+
<Value id='Tab' desc='Tab, Shift-Tab'/>
|
|
1314
|
+
<Value id='TabEnter' desc='Enter, Tab, Shift-Tab'/>
|
|
1315
|
+
<Value id='Only+' desc="'+' Key, Tab, Shift-Tab"/>
|
|
1316
|
+
<Value id='Enter' desc='Enter, Down Arrow, Up Arrow, Tab, Shift-Tab'/>
|
|
1317
|
+
<Value id='+' desc="'+' Key, Down Arrow, Up Arrow, Tab, Shift-Tab"/>
|
|
1318
|
+
<Value id='fpw_comp' desc='FoxPro 2.6 generator'/>
|
|
1319
|
+
<Value id='last_char' desc='Passing last char'/>
|
|
1320
|
+
</Values>
|
|
1321
|
+
<Dependencies>
|
|
1322
|
+
<Depend type='Invalid'>
|
|
1323
|
+
<Value>fpw_comp</Value>
|
|
1324
|
+
</Depend>
|
|
1325
|
+
<Depend type='Invalid'>
|
|
1326
|
+
<Value>Only+</Value>
|
|
1327
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1328
|
+
<Condition>
|
|
1329
|
+
<Expression>
|
|
1330
|
+
<Type>Comparison</Type>
|
|
1331
|
+
<Operator>Equal</Operator>
|
|
1332
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1333
|
+
<Value>true</Value>
|
|
1334
|
+
</Expression>
|
|
1335
|
+
</Condition>
|
|
1336
|
+
</Depend>
|
|
1337
|
+
<Depend type='Invalid'>
|
|
1338
|
+
<Value>Enter</Value>
|
|
1339
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1340
|
+
<Condition>
|
|
1341
|
+
<Expression>
|
|
1342
|
+
<Type>Comparison</Type>
|
|
1343
|
+
<Operator>Equal</Operator>
|
|
1344
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1345
|
+
<Value>true</Value>
|
|
1346
|
+
</Expression>
|
|
1347
|
+
</Condition>
|
|
1348
|
+
</Depend>
|
|
1349
|
+
<Depend type='Invalid'>
|
|
1350
|
+
<Value>+</Value>
|
|
1351
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1352
|
+
<Condition>
|
|
1353
|
+
<Expression>
|
|
1354
|
+
<Type>Comparison</Type>
|
|
1355
|
+
<Operator>Equal</Operator>
|
|
1356
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1357
|
+
<Value>true</Value>
|
|
1358
|
+
</Expression>
|
|
1359
|
+
</Condition>
|
|
1360
|
+
</Depend>
|
|
1361
|
+
</Dependencies>
|
|
1362
|
+
</Prop>
|
|
1363
|
+
<Group>
|
|
1364
|
+
<Id>AS4KEYS</Id>
|
|
1365
|
+
<Name>Key assignment</Name>
|
|
1366
|
+
<Description>Key assignment</Description>
|
|
1367
|
+
<Type>Group</Type>
|
|
1368
|
+
<Children>
|
|
1369
|
+
<Prop>
|
|
1370
|
+
<Id>ASSIGNED_FNC_KEYS</Id>
|
|
1371
|
+
<Name>Assign Function Keys to Standard Events</Name>
|
|
1372
|
+
<Type>Combo</Type>
|
|
1373
|
+
<Default>No</Default>
|
|
1374
|
+
<Values>
|
|
1375
|
+
<Value id='Yes' desc='Yes'/>
|
|
1376
|
+
<Value id='No' desc='No'/>
|
|
1377
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1378
|
+
</Values>
|
|
1379
|
+
<Dependencies>
|
|
1380
|
+
<Depend type='Default'>
|
|
1381
|
+
<Value>Yes</Value>
|
|
1382
|
+
<Cond>value(IS_WEB_GEN) != true</Cond>
|
|
1383
|
+
<Condition>
|
|
1384
|
+
<Expression>
|
|
1385
|
+
<Type>Comparison</Type>
|
|
1386
|
+
<Operator>NotEqual</Operator>
|
|
1387
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1388
|
+
<Value>true</Value>
|
|
1389
|
+
</Expression>
|
|
1390
|
+
</Condition>
|
|
1391
|
+
</Depend>
|
|
1392
|
+
<Depend type='Invalid'>
|
|
1393
|
+
<Value>UMPV</Value>
|
|
1394
|
+
</Depend>
|
|
1395
|
+
</Dependencies>
|
|
1396
|
+
</Prop>
|
|
1397
|
+
<Prop hidden='1'>
|
|
1398
|
+
<Id>KEY_HELP</Id>
|
|
1399
|
+
<Name>Help key</Name>
|
|
1400
|
+
<Description>Help key</Description>
|
|
1401
|
+
<Type>Combo</Type>
|
|
1402
|
+
<Values>
|
|
1403
|
+
<Value id='N' desc='None'/>
|
|
1404
|
+
<Value id='0' desc='Disabled'/>
|
|
1405
|
+
<Value id='1' desc='F1'/>
|
|
1406
|
+
<Value id='2' desc='F2'/>
|
|
1407
|
+
<Value id='3' desc='F3'/>
|
|
1408
|
+
<Value id='4' desc='F4'/>
|
|
1409
|
+
<Value id='5' desc='F5'/>
|
|
1410
|
+
<Value id='6' desc='F6'/>
|
|
1411
|
+
<Value id='7' desc='F7'/>
|
|
1412
|
+
<Value id='8' desc='F8'/>
|
|
1413
|
+
<Value id='9' desc='F9'/>
|
|
1414
|
+
<Value id='10' desc='F10'/>
|
|
1415
|
+
<Value id='11' desc='F11'/>
|
|
1416
|
+
<Value id='12' desc='F12'/>
|
|
1417
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1418
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1419
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1420
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1421
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1422
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1423
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1424
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1425
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1426
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1427
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1428
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1429
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1430
|
+
</Values>
|
|
1431
|
+
<Dependencies>
|
|
1432
|
+
<Depend type='Not Show'>
|
|
1433
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1434
|
+
<Condition>
|
|
1435
|
+
<Expression>
|
|
1436
|
+
<Type>Comparison</Type>
|
|
1437
|
+
<Operator>Equal</Operator>
|
|
1438
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1439
|
+
<Value>No</Value>
|
|
1440
|
+
</Expression>
|
|
1441
|
+
</Condition>
|
|
1442
|
+
</Depend>
|
|
1443
|
+
<Depend type='Default'>
|
|
1444
|
+
<Value>1</Value>
|
|
1445
|
+
</Depend>
|
|
1446
|
+
<Depend type='Invalid'>
|
|
1447
|
+
<Value>UMPV</Value>
|
|
1448
|
+
</Depend>
|
|
1449
|
+
<Depend type='Invalid'>
|
|
1450
|
+
<Value>0</Value>
|
|
1451
|
+
</Depend>
|
|
1452
|
+
</Dependencies>
|
|
1453
|
+
<Metadata>
|
|
1454
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1455
|
+
</Metadata>
|
|
1456
|
+
</Prop>
|
|
1457
|
+
<Prop hidden='1'>
|
|
1458
|
+
<Id>KEY_CHECK</Id>
|
|
1459
|
+
<Name>Check key</Name>
|
|
1460
|
+
<Description>Check key</Description>
|
|
1461
|
+
<Type>Combo</Type>
|
|
1462
|
+
<Values>
|
|
1463
|
+
<Value id='N' desc='None'/>
|
|
1464
|
+
<Value id='0' desc='Disabled'/>
|
|
1465
|
+
<Value id='1' desc='F1'/>
|
|
1466
|
+
<Value id='2' desc='F2'/>
|
|
1467
|
+
<Value id='3' desc='F3'/>
|
|
1468
|
+
<Value id='4' desc='F4'/>
|
|
1469
|
+
<Value id='5' desc='F5'/>
|
|
1470
|
+
<Value id='6' desc='F6'/>
|
|
1471
|
+
<Value id='7' desc='F7'/>
|
|
1472
|
+
<Value id='8' desc='F8'/>
|
|
1473
|
+
<Value id='9' desc='F9'/>
|
|
1474
|
+
<Value id='10' desc='F10'/>
|
|
1475
|
+
<Value id='11' desc='F11'/>
|
|
1476
|
+
<Value id='12' desc='F12'/>
|
|
1477
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1478
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1479
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1480
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1481
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1482
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1483
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1484
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1485
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1486
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1487
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1488
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1489
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1490
|
+
</Values>
|
|
1491
|
+
<Dependencies>
|
|
1492
|
+
<Depend type='Not Show'>
|
|
1493
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1494
|
+
<Condition>
|
|
1495
|
+
<Expression>
|
|
1496
|
+
<Type>Comparison</Type>
|
|
1497
|
+
<Operator>Equal</Operator>
|
|
1498
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1499
|
+
<Value>No</Value>
|
|
1500
|
+
</Expression>
|
|
1501
|
+
</Condition>
|
|
1502
|
+
</Depend>
|
|
1503
|
+
<Depend type='Default'>
|
|
1504
|
+
<Value>2</Value>
|
|
1505
|
+
</Depend>
|
|
1506
|
+
<Depend type='Invalid'>
|
|
1507
|
+
<Value>UMPV</Value>
|
|
1508
|
+
</Depend>
|
|
1509
|
+
<Depend type='Invalid'>
|
|
1510
|
+
<Value>0</Value>
|
|
1511
|
+
</Depend>
|
|
1512
|
+
</Dependencies>
|
|
1513
|
+
<Metadata>
|
|
1514
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1515
|
+
</Metadata>
|
|
1516
|
+
</Prop>
|
|
1517
|
+
<Prop hidden='1'>
|
|
1518
|
+
<Id>KEY_EXIT</Id>
|
|
1519
|
+
<Name>Exit key</Name>
|
|
1520
|
+
<Description>Exit key</Description>
|
|
1521
|
+
<Type>Combo</Type>
|
|
1522
|
+
<Values>
|
|
1523
|
+
<Value id='N' desc='None'/>
|
|
1524
|
+
<Value id='0' desc='Disabled'/>
|
|
1525
|
+
<Value id='1' desc='F1'/>
|
|
1526
|
+
<Value id='2' desc='F2'/>
|
|
1527
|
+
<Value id='3' desc='F3'/>
|
|
1528
|
+
<Value id='4' desc='F4'/>
|
|
1529
|
+
<Value id='5' desc='F5'/>
|
|
1530
|
+
<Value id='6' desc='F6'/>
|
|
1531
|
+
<Value id='7' desc='F7'/>
|
|
1532
|
+
<Value id='8' desc='F8'/>
|
|
1533
|
+
<Value id='9' desc='F9'/>
|
|
1534
|
+
<Value id='10' desc='F10'/>
|
|
1535
|
+
<Value id='11' desc='F11'/>
|
|
1536
|
+
<Value id='12' desc='F12'/>
|
|
1537
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1538
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1539
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1540
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1541
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1542
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1543
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1544
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1545
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1546
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1547
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1548
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1549
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1550
|
+
</Values>
|
|
1551
|
+
<Dependencies>
|
|
1552
|
+
<Depend type='Not Show'>
|
|
1553
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1554
|
+
<Condition>
|
|
1555
|
+
<Expression>
|
|
1556
|
+
<Type>Comparison</Type>
|
|
1557
|
+
<Operator>Equal</Operator>
|
|
1558
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1559
|
+
<Value>No</Value>
|
|
1560
|
+
</Expression>
|
|
1561
|
+
</Condition>
|
|
1562
|
+
</Depend>
|
|
1563
|
+
<Depend type='Default'>
|
|
1564
|
+
<Value>3</Value>
|
|
1565
|
+
</Depend>
|
|
1566
|
+
<Depend type='Invalid'>
|
|
1567
|
+
<Value>UMPV</Value>
|
|
1568
|
+
</Depend>
|
|
1569
|
+
<Depend type='Invalid'>
|
|
1570
|
+
<Value>0</Value>
|
|
1571
|
+
</Depend>
|
|
1572
|
+
</Dependencies>
|
|
1573
|
+
<Metadata>
|
|
1574
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1575
|
+
</Metadata>
|
|
1576
|
+
</Prop>
|
|
1577
|
+
<Prop hidden='1'>
|
|
1578
|
+
<Id>KEY_PROMPT</Id>
|
|
1579
|
+
<Name>Prompt key</Name>
|
|
1580
|
+
<Description>Prompt key</Description>
|
|
1581
|
+
<Type>Combo</Type>
|
|
1582
|
+
<Default>4</Default>
|
|
1583
|
+
<Values>
|
|
1584
|
+
<Value id='N' desc='None'/>
|
|
1585
|
+
<Value id='0' desc='Disabled'/>
|
|
1586
|
+
<Value id='1' desc='F1'/>
|
|
1587
|
+
<Value id='2' desc='F2'/>
|
|
1588
|
+
<Value id='3' desc='F3'/>
|
|
1589
|
+
<Value id='4' desc='F4'/>
|
|
1590
|
+
<Value id='5' desc='F5'/>
|
|
1591
|
+
<Value id='6' desc='F6'/>
|
|
1592
|
+
<Value id='7' desc='F7'/>
|
|
1593
|
+
<Value id='8' desc='F8'/>
|
|
1594
|
+
<Value id='9' desc='F9'/>
|
|
1595
|
+
<Value id='10' desc='F10'/>
|
|
1596
|
+
<Value id='11' desc='F11'/>
|
|
1597
|
+
<Value id='12' desc='F12'/>
|
|
1598
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1599
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1600
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1601
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1602
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1603
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1604
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1605
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1606
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1607
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1608
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1609
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1610
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1611
|
+
</Values>
|
|
1612
|
+
<Dependencies>
|
|
1613
|
+
<Depend type='Not Show'>
|
|
1614
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1615
|
+
<Condition>
|
|
1616
|
+
<Expression>
|
|
1617
|
+
<Type>Comparison</Type>
|
|
1618
|
+
<Operator>Equal</Operator>
|
|
1619
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1620
|
+
<Value>No</Value>
|
|
1621
|
+
</Expression>
|
|
1622
|
+
</Condition>
|
|
1623
|
+
</Depend>
|
|
1624
|
+
<Depend type='Default'>
|
|
1625
|
+
<Value>4</Value>
|
|
1626
|
+
</Depend>
|
|
1627
|
+
<Depend type='Default'>
|
|
1628
|
+
<Value>N</Value>
|
|
1629
|
+
</Depend>
|
|
1630
|
+
<Depend type='Invalid'>
|
|
1631
|
+
<Value>UMPV</Value>
|
|
1632
|
+
</Depend>
|
|
1633
|
+
<Depend type='Invalid'>
|
|
1634
|
+
<Value>0</Value>
|
|
1635
|
+
</Depend>
|
|
1636
|
+
</Dependencies>
|
|
1637
|
+
<Metadata>
|
|
1638
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1639
|
+
</Metadata>
|
|
1640
|
+
</Prop>
|
|
1641
|
+
<Prop hidden='1'>
|
|
1642
|
+
<Id>KEY_REFRESH</Id>
|
|
1643
|
+
<Name>Refresh key</Name>
|
|
1644
|
+
<Description>Refresh key</Description>
|
|
1645
|
+
<Type>Combo</Type>
|
|
1646
|
+
<Values>
|
|
1647
|
+
<Value id='N' desc='None'/>
|
|
1648
|
+
<Value id='0' desc='Disabled'/>
|
|
1649
|
+
<Value id='1' desc='F1'/>
|
|
1650
|
+
<Value id='2' desc='F2'/>
|
|
1651
|
+
<Value id='3' desc='F3'/>
|
|
1652
|
+
<Value id='4' desc='F4'/>
|
|
1653
|
+
<Value id='5' desc='F5'/>
|
|
1654
|
+
<Value id='6' desc='F6'/>
|
|
1655
|
+
<Value id='7' desc='F7'/>
|
|
1656
|
+
<Value id='8' desc='F8'/>
|
|
1657
|
+
<Value id='9' desc='F9'/>
|
|
1658
|
+
<Value id='10' desc='F10'/>
|
|
1659
|
+
<Value id='11' desc='F11'/>
|
|
1660
|
+
<Value id='12' desc='F12'/>
|
|
1661
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1662
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1663
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1664
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1665
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1666
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1667
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1668
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1669
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1670
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1671
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1672
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1673
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1674
|
+
</Values>
|
|
1675
|
+
<Dependencies>
|
|
1676
|
+
<Depend type='Not Show'>
|
|
1677
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1678
|
+
<Condition>
|
|
1679
|
+
<Expression>
|
|
1680
|
+
<Type>Comparison</Type>
|
|
1681
|
+
<Operator>Equal</Operator>
|
|
1682
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1683
|
+
<Value>No</Value>
|
|
1684
|
+
</Expression>
|
|
1685
|
+
</Condition>
|
|
1686
|
+
</Depend>
|
|
1687
|
+
<Depend type='Default'>
|
|
1688
|
+
<Value>5</Value>
|
|
1689
|
+
</Depend>
|
|
1690
|
+
<Depend type='Invalid'>
|
|
1691
|
+
<Value>UMPV</Value>
|
|
1692
|
+
</Depend>
|
|
1693
|
+
<Depend type='Invalid'>
|
|
1694
|
+
<Value>0</Value>
|
|
1695
|
+
</Depend>
|
|
1696
|
+
</Dependencies>
|
|
1697
|
+
<Metadata>
|
|
1698
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1699
|
+
</Metadata>
|
|
1700
|
+
</Prop>
|
|
1701
|
+
<Prop hidden='1'>
|
|
1702
|
+
<Id>KEY_INSERT</Id>
|
|
1703
|
+
<Name>Insert key</Name>
|
|
1704
|
+
<Description>Insert key</Description>
|
|
1705
|
+
<Type>Combo</Type>
|
|
1706
|
+
<Values>
|
|
1707
|
+
<Value id='N' desc='None'/>
|
|
1708
|
+
<Value id='0' desc='Disabled'/>
|
|
1709
|
+
<Value id='1' desc='F1'/>
|
|
1710
|
+
<Value id='2' desc='F2'/>
|
|
1711
|
+
<Value id='3' desc='F3'/>
|
|
1712
|
+
<Value id='4' desc='F4'/>
|
|
1713
|
+
<Value id='5' desc='F5'/>
|
|
1714
|
+
<Value id='6' desc='F6'/>
|
|
1715
|
+
<Value id='7' desc='F7'/>
|
|
1716
|
+
<Value id='8' desc='F8'/>
|
|
1717
|
+
<Value id='9' desc='F9'/>
|
|
1718
|
+
<Value id='10' desc='F10'/>
|
|
1719
|
+
<Value id='11' desc='F11'/>
|
|
1720
|
+
<Value id='12' desc='F12'/>
|
|
1721
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1722
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1723
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1724
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1725
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1726
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1727
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1728
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1729
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1730
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1731
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1732
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1733
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1734
|
+
</Values>
|
|
1735
|
+
<Dependencies>
|
|
1736
|
+
<Depend type='Not Show'>
|
|
1737
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1738
|
+
<Condition>
|
|
1739
|
+
<Expression>
|
|
1740
|
+
<Type>Comparison</Type>
|
|
1741
|
+
<Operator>Equal</Operator>
|
|
1742
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1743
|
+
<Value>No</Value>
|
|
1744
|
+
</Expression>
|
|
1745
|
+
</Condition>
|
|
1746
|
+
</Depend>
|
|
1747
|
+
<Depend type='Default'>
|
|
1748
|
+
<Value>6</Value>
|
|
1749
|
+
</Depend>
|
|
1750
|
+
<Depend type='Invalid'>
|
|
1751
|
+
<Value>UMPV</Value>
|
|
1752
|
+
</Depend>
|
|
1753
|
+
<Depend type='Invalid'>
|
|
1754
|
+
<Value>0</Value>
|
|
1755
|
+
</Depend>
|
|
1756
|
+
</Dependencies>
|
|
1757
|
+
<Metadata>
|
|
1758
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1759
|
+
</Metadata>
|
|
1760
|
+
</Prop>
|
|
1761
|
+
<Prop hidden='1'>
|
|
1762
|
+
<Id>KEY_PREVIOUS</Id>
|
|
1763
|
+
<Name>Previous record key</Name>
|
|
1764
|
+
<Description>Previous record key</Description>
|
|
1765
|
+
<Type>Combo</Type>
|
|
1766
|
+
<Values>
|
|
1767
|
+
<Value id='N' desc='None'/>
|
|
1768
|
+
<Value id='0' desc='Disabled'/>
|
|
1769
|
+
<Value id='1' desc='F1'/>
|
|
1770
|
+
<Value id='2' desc='F2'/>
|
|
1771
|
+
<Value id='3' desc='F3'/>
|
|
1772
|
+
<Value id='4' desc='F4'/>
|
|
1773
|
+
<Value id='5' desc='F5'/>
|
|
1774
|
+
<Value id='6' desc='F6'/>
|
|
1775
|
+
<Value id='7' desc='F7'/>
|
|
1776
|
+
<Value id='8' desc='F8'/>
|
|
1777
|
+
<Value id='9' desc='F9'/>
|
|
1778
|
+
<Value id='10' desc='F10'/>
|
|
1779
|
+
<Value id='11' desc='F11'/>
|
|
1780
|
+
<Value id='12' desc='F12'/>
|
|
1781
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1782
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1783
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1784
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1785
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1786
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1787
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1788
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1789
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1790
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1791
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1792
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1793
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1794
|
+
</Values>
|
|
1795
|
+
<Dependencies>
|
|
1796
|
+
<Depend type='Not Show'>
|
|
1797
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1798
|
+
<Condition>
|
|
1799
|
+
<Expression>
|
|
1800
|
+
<Type>Comparison</Type>
|
|
1801
|
+
<Operator>Equal</Operator>
|
|
1802
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1803
|
+
<Value>No</Value>
|
|
1804
|
+
</Expression>
|
|
1805
|
+
</Condition>
|
|
1806
|
+
</Depend>
|
|
1807
|
+
<Depend type='Default'>
|
|
1808
|
+
<Value>7</Value>
|
|
1809
|
+
</Depend>
|
|
1810
|
+
<Depend type='Invalid'>
|
|
1811
|
+
<Value>UMPV</Value>
|
|
1812
|
+
</Depend>
|
|
1813
|
+
<Depend type='Invalid'>
|
|
1814
|
+
<Value>0</Value>
|
|
1815
|
+
</Depend>
|
|
1816
|
+
</Dependencies>
|
|
1817
|
+
<Metadata>
|
|
1818
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1819
|
+
</Metadata>
|
|
1820
|
+
</Prop>
|
|
1821
|
+
<Prop hidden='1'>
|
|
1822
|
+
<Id>KEY_NEXT</Id>
|
|
1823
|
+
<Name>Next record key</Name>
|
|
1824
|
+
<Description>Next record key</Description>
|
|
1825
|
+
<Type>Combo</Type>
|
|
1826
|
+
<Values>
|
|
1827
|
+
<Value id='N' desc='None'/>
|
|
1828
|
+
<Value id='0' desc='Disabled'/>
|
|
1829
|
+
<Value id='1' desc='F1'/>
|
|
1830
|
+
<Value id='2' desc='F2'/>
|
|
1831
|
+
<Value id='3' desc='F3'/>
|
|
1832
|
+
<Value id='4' desc='F4'/>
|
|
1833
|
+
<Value id='5' desc='F5'/>
|
|
1834
|
+
<Value id='6' desc='F6'/>
|
|
1835
|
+
<Value id='7' desc='F7'/>
|
|
1836
|
+
<Value id='8' desc='F8'/>
|
|
1837
|
+
<Value id='9' desc='F9'/>
|
|
1838
|
+
<Value id='10' desc='F10'/>
|
|
1839
|
+
<Value id='11' desc='F11'/>
|
|
1840
|
+
<Value id='12' desc='F12'/>
|
|
1841
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1842
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1843
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1844
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1845
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1846
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1847
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1848
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1849
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1850
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1851
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1852
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1853
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1854
|
+
</Values>
|
|
1855
|
+
<Dependencies>
|
|
1856
|
+
<Depend type='Not Show'>
|
|
1857
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1858
|
+
<Condition>
|
|
1859
|
+
<Expression>
|
|
1860
|
+
<Type>Comparison</Type>
|
|
1861
|
+
<Operator>Equal</Operator>
|
|
1862
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1863
|
+
<Value>No</Value>
|
|
1864
|
+
</Expression>
|
|
1865
|
+
</Condition>
|
|
1866
|
+
</Depend>
|
|
1867
|
+
<Depend type='Default'>
|
|
1868
|
+
<Value>8</Value>
|
|
1869
|
+
</Depend>
|
|
1870
|
+
<Depend type='Invalid'>
|
|
1871
|
+
<Value>UMPV</Value>
|
|
1872
|
+
</Depend>
|
|
1873
|
+
<Depend type='Invalid'>
|
|
1874
|
+
<Value>0</Value>
|
|
1875
|
+
</Depend>
|
|
1876
|
+
</Dependencies>
|
|
1877
|
+
<Metadata>
|
|
1878
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1879
|
+
</Metadata>
|
|
1880
|
+
</Prop>
|
|
1881
|
+
<Prop hidden='1'>
|
|
1882
|
+
<Id>KEY_RETRIEVE</Id>
|
|
1883
|
+
<Name>Retrieve key</Name>
|
|
1884
|
+
<Description>Retrieve key</Description>
|
|
1885
|
+
<Type>Combo</Type>
|
|
1886
|
+
<Values>
|
|
1887
|
+
<Value id='N' desc='None'/>
|
|
1888
|
+
<Value id='0' desc='Disabled'/>
|
|
1889
|
+
<Value id='1' desc='F1'/>
|
|
1890
|
+
<Value id='2' desc='F2'/>
|
|
1891
|
+
<Value id='3' desc='F3'/>
|
|
1892
|
+
<Value id='4' desc='F4'/>
|
|
1893
|
+
<Value id='5' desc='F5'/>
|
|
1894
|
+
<Value id='6' desc='F6'/>
|
|
1895
|
+
<Value id='7' desc='F7'/>
|
|
1896
|
+
<Value id='8' desc='F8'/>
|
|
1897
|
+
<Value id='9' desc='F9'/>
|
|
1898
|
+
<Value id='10' desc='F10'/>
|
|
1899
|
+
<Value id='11' desc='F11'/>
|
|
1900
|
+
<Value id='12' desc='F12'/>
|
|
1901
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1902
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1903
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1904
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1905
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1906
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1907
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1908
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1909
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1910
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1911
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1912
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1913
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1914
|
+
</Values>
|
|
1915
|
+
<Dependencies>
|
|
1916
|
+
<Depend type='Not Show'>
|
|
1917
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1918
|
+
<Condition>
|
|
1919
|
+
<Expression>
|
|
1920
|
+
<Type>Comparison</Type>
|
|
1921
|
+
<Operator>Equal</Operator>
|
|
1922
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1923
|
+
<Value>No</Value>
|
|
1924
|
+
</Expression>
|
|
1925
|
+
</Condition>
|
|
1926
|
+
</Depend>
|
|
1927
|
+
<Depend type='Default'>
|
|
1928
|
+
<Value>9</Value>
|
|
1929
|
+
</Depend>
|
|
1930
|
+
<Depend type='Invalid'>
|
|
1931
|
+
<Value>UMPV</Value>
|
|
1932
|
+
</Depend>
|
|
1933
|
+
<Depend type='Invalid'>
|
|
1934
|
+
<Value>0</Value>
|
|
1935
|
+
</Depend>
|
|
1936
|
+
</Dependencies>
|
|
1937
|
+
<Metadata>
|
|
1938
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1939
|
+
</Metadata>
|
|
1940
|
+
</Prop>
|
|
1941
|
+
<Prop hidden='1'>
|
|
1942
|
+
<Id>KEY_MENU</Id>
|
|
1943
|
+
<Name>Menu key</Name>
|
|
1944
|
+
<Description>Menu key</Description>
|
|
1945
|
+
<Type>Combo</Type>
|
|
1946
|
+
<Values>
|
|
1947
|
+
<Value id='N' desc='None'/>
|
|
1948
|
+
<Value id='0' desc='Disabled'/>
|
|
1949
|
+
<Value id='1' desc='F1'/>
|
|
1950
|
+
<Value id='2' desc='F2'/>
|
|
1951
|
+
<Value id='3' desc='F3'/>
|
|
1952
|
+
<Value id='4' desc='F4'/>
|
|
1953
|
+
<Value id='5' desc='F5'/>
|
|
1954
|
+
<Value id='6' desc='F6'/>
|
|
1955
|
+
<Value id='7' desc='F7'/>
|
|
1956
|
+
<Value id='8' desc='F8'/>
|
|
1957
|
+
<Value id='9' desc='F9'/>
|
|
1958
|
+
<Value id='10' desc='F10'/>
|
|
1959
|
+
<Value id='11' desc='F11'/>
|
|
1960
|
+
<Value id='12' desc='F12'/>
|
|
1961
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1962
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1963
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1964
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1965
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1966
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1967
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1968
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1969
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1970
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1971
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1972
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1973
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1974
|
+
</Values>
|
|
1975
|
+
<Dependencies>
|
|
1976
|
+
<Depend type='Not Show'/>
|
|
1977
|
+
<Depend type='Default'>
|
|
1978
|
+
<Value>10</Value>
|
|
1979
|
+
</Depend>
|
|
1980
|
+
<Depend type='Invalid'>
|
|
1981
|
+
<Value>UMPV</Value>
|
|
1982
|
+
</Depend>
|
|
1983
|
+
<Depend type='Invalid'>
|
|
1984
|
+
<Value>0</Value>
|
|
1985
|
+
</Depend>
|
|
1986
|
+
</Dependencies>
|
|
1987
|
+
<Metadata>
|
|
1988
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1989
|
+
</Metadata>
|
|
1990
|
+
</Prop>
|
|
1991
|
+
<Prop hidden='1'>
|
|
1992
|
+
<Id>KEY_UPDATE</Id>
|
|
1993
|
+
<Name>Update key</Name>
|
|
1994
|
+
<Description>Update key</Description>
|
|
1995
|
+
<Type>Combo</Type>
|
|
1996
|
+
<Values>
|
|
1997
|
+
<Value id='N' desc='None'/>
|
|
1998
|
+
<Value id='0' desc='Disabled'/>
|
|
1999
|
+
<Value id='1' desc='F1'/>
|
|
2000
|
+
<Value id='2' desc='F2'/>
|
|
2001
|
+
<Value id='3' desc='F3'/>
|
|
2002
|
+
<Value id='4' desc='F4'/>
|
|
2003
|
+
<Value id='5' desc='F5'/>
|
|
2004
|
+
<Value id='6' desc='F6'/>
|
|
2005
|
+
<Value id='7' desc='F7'/>
|
|
2006
|
+
<Value id='8' desc='F8'/>
|
|
2007
|
+
<Value id='9' desc='F9'/>
|
|
2008
|
+
<Value id='10' desc='F10'/>
|
|
2009
|
+
<Value id='11' desc='F11'/>
|
|
2010
|
+
<Value id='12' desc='F12'/>
|
|
2011
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
2012
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
2013
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
2014
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
2015
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
2016
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
2017
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
2018
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
2019
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
2020
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
2021
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
2022
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
2023
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
2024
|
+
</Values>
|
|
2025
|
+
<Dependencies>
|
|
2026
|
+
<Depend type='Not Show'>
|
|
2027
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
2028
|
+
<Condition>
|
|
2029
|
+
<Expression>
|
|
2030
|
+
<Type>Comparison</Type>
|
|
2031
|
+
<Operator>Equal</Operator>
|
|
2032
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
2033
|
+
<Value>No</Value>
|
|
2034
|
+
</Expression>
|
|
2035
|
+
</Condition>
|
|
2036
|
+
</Depend>
|
|
2037
|
+
<Depend type='Default'>
|
|
2038
|
+
<Value>11</Value>
|
|
2039
|
+
</Depend>
|
|
2040
|
+
<Depend type='Invalid'>
|
|
2041
|
+
<Value>UMPV</Value>
|
|
2042
|
+
</Depend>
|
|
2043
|
+
<Depend type='Invalid'>
|
|
2044
|
+
<Value>0</Value>
|
|
2045
|
+
</Depend>
|
|
2046
|
+
</Dependencies>
|
|
2047
|
+
<Metadata>
|
|
2048
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
2049
|
+
</Metadata>
|
|
2050
|
+
</Prop>
|
|
2051
|
+
<Prop hidden='1'>
|
|
2052
|
+
<Id>KEY_CANCEL</Id>
|
|
2053
|
+
<Name>Cancel key</Name>
|
|
2054
|
+
<Description>Cancel key</Description>
|
|
2055
|
+
<Type>Combo</Type>
|
|
2056
|
+
<Values>
|
|
2057
|
+
<Value id='N' desc='None'/>
|
|
2058
|
+
<Value id='0' desc='Disabled'/>
|
|
2059
|
+
<Value id='1' desc='F1'/>
|
|
2060
|
+
<Value id='2' desc='F2'/>
|
|
2061
|
+
<Value id='3' desc='F3'/>
|
|
2062
|
+
<Value id='4' desc='F4'/>
|
|
2063
|
+
<Value id='5' desc='F5'/>
|
|
2064
|
+
<Value id='6' desc='F6'/>
|
|
2065
|
+
<Value id='7' desc='F7'/>
|
|
2066
|
+
<Value id='8' desc='F8'/>
|
|
2067
|
+
<Value id='9' desc='F9'/>
|
|
2068
|
+
<Value id='10' desc='F10'/>
|
|
2069
|
+
<Value id='11' desc='F11'/>
|
|
2070
|
+
<Value id='12' desc='F12'/>
|
|
2071
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
2072
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
2073
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
2074
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
2075
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
2076
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
2077
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
2078
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
2079
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
2080
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
2081
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
2082
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
2083
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
2084
|
+
</Values>
|
|
2085
|
+
<Dependencies>
|
|
2086
|
+
<Depend type='Not Show'>
|
|
2087
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
2088
|
+
<Condition>
|
|
2089
|
+
<Expression>
|
|
2090
|
+
<Type>Comparison</Type>
|
|
2091
|
+
<Operator>Equal</Operator>
|
|
2092
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
2093
|
+
<Value>No</Value>
|
|
2094
|
+
</Expression>
|
|
2095
|
+
</Condition>
|
|
2096
|
+
</Depend>
|
|
2097
|
+
<Depend type='Default'>
|
|
2098
|
+
<Value>12</Value>
|
|
2099
|
+
</Depend>
|
|
2100
|
+
<Depend type='Invalid'>
|
|
2101
|
+
<Value>UMPV</Value>
|
|
2102
|
+
</Depend>
|
|
2103
|
+
<Depend type='Invalid'>
|
|
2104
|
+
<Value>0</Value>
|
|
2105
|
+
</Depend>
|
|
2106
|
+
</Dependencies>
|
|
2107
|
+
<Metadata>
|
|
2108
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
2109
|
+
</Metadata>
|
|
2110
|
+
</Prop>
|
|
2111
|
+
<Prop hidden='1'>
|
|
2112
|
+
<Id>KEY_DELETE</Id>
|
|
2113
|
+
<Name>Delete key</Name>
|
|
2114
|
+
<Description>Delete key</Description>
|
|
2115
|
+
<Type>Combo</Type>
|
|
2116
|
+
<Values>
|
|
2117
|
+
<Value id='N' desc='None'/>
|
|
2118
|
+
<Value id='0' desc='Disabled'/>
|
|
2119
|
+
<Value id='1' desc='F1'/>
|
|
2120
|
+
<Value id='2' desc='F2'/>
|
|
2121
|
+
<Value id='3' desc='F3'/>
|
|
2122
|
+
<Value id='4' desc='F4'/>
|
|
2123
|
+
<Value id='5' desc='F5'/>
|
|
2124
|
+
<Value id='6' desc='F6'/>
|
|
2125
|
+
<Value id='7' desc='F7'/>
|
|
2126
|
+
<Value id='8' desc='F8'/>
|
|
2127
|
+
<Value id='9' desc='F9'/>
|
|
2128
|
+
<Value id='10' desc='F10'/>
|
|
2129
|
+
<Value id='11' desc='F11'/>
|
|
2130
|
+
<Value id='12' desc='F12'/>
|
|
2131
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
2132
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
2133
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
2134
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
2135
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
2136
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
2137
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
2138
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
2139
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
2140
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
2141
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
2142
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
2143
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
2144
|
+
</Values>
|
|
2145
|
+
<Dependencies>
|
|
2146
|
+
<Depend type='Not Show'>
|
|
2147
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
2148
|
+
<Condition>
|
|
2149
|
+
<Expression>
|
|
2150
|
+
<Type>Comparison</Type>
|
|
2151
|
+
<Operator>Equal</Operator>
|
|
2152
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
2153
|
+
<Value>No</Value>
|
|
2154
|
+
</Expression>
|
|
2155
|
+
</Condition>
|
|
2156
|
+
</Depend>
|
|
2157
|
+
<Depend type='Default'>
|
|
2158
|
+
<Value>13</Value>
|
|
2159
|
+
</Depend>
|
|
2160
|
+
<Depend type='Invalid'>
|
|
2161
|
+
<Value>UMPV</Value>
|
|
2162
|
+
</Depend>
|
|
2163
|
+
<Depend type='Invalid'>
|
|
2164
|
+
<Value>0</Value>
|
|
2165
|
+
</Depend>
|
|
2166
|
+
</Dependencies>
|
|
2167
|
+
<Metadata>
|
|
2168
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
2169
|
+
</Metadata>
|
|
2170
|
+
</Prop>
|
|
2171
|
+
<Prop hidden='1'>
|
|
2172
|
+
<Id>KEY_DISPLAY</Id>
|
|
2173
|
+
<Name>Display key</Name>
|
|
2174
|
+
<Description>Display key</Description>
|
|
2175
|
+
<Type>Combo</Type>
|
|
2176
|
+
<Values>
|
|
2177
|
+
<Value id='N' desc='None'/>
|
|
2178
|
+
<Value id='0' desc='Disabled'/>
|
|
2179
|
+
<Value id='1' desc='F1'/>
|
|
2180
|
+
<Value id='2' desc='F2'/>
|
|
2181
|
+
<Value id='3' desc='F3'/>
|
|
2182
|
+
<Value id='4' desc='F4'/>
|
|
2183
|
+
<Value id='5' desc='F5'/>
|
|
2184
|
+
<Value id='6' desc='F6'/>
|
|
2185
|
+
<Value id='7' desc='F7'/>
|
|
2186
|
+
<Value id='8' desc='F8'/>
|
|
2187
|
+
<Value id='9' desc='F9'/>
|
|
2188
|
+
<Value id='10' desc='F10'/>
|
|
2189
|
+
<Value id='11' desc='F11'/>
|
|
2190
|
+
<Value id='12' desc='F12'/>
|
|
2191
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
2192
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
2193
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
2194
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
2195
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
2196
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
2197
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
2198
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
2199
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
2200
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
2201
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
2202
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
2203
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
2204
|
+
</Values>
|
|
2205
|
+
<Dependencies>
|
|
2206
|
+
<Depend type='Not Show'>
|
|
2207
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
2208
|
+
<Condition>
|
|
2209
|
+
<Expression>
|
|
2210
|
+
<Type>Comparison</Type>
|
|
2211
|
+
<Operator>Equal</Operator>
|
|
2212
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
2213
|
+
<Value>No</Value>
|
|
2214
|
+
</Expression>
|
|
2215
|
+
</Condition>
|
|
2216
|
+
</Depend>
|
|
2217
|
+
<Depend type='Default'>
|
|
2218
|
+
<Value>14</Value>
|
|
2219
|
+
</Depend>
|
|
2220
|
+
<Depend type='Invalid'>
|
|
2221
|
+
<Value>UMPV</Value>
|
|
2222
|
+
</Depend>
|
|
2223
|
+
<Depend type='Invalid'>
|
|
2224
|
+
<Value>0</Value>
|
|
2225
|
+
</Depend>
|
|
2226
|
+
</Dependencies>
|
|
2227
|
+
<Metadata>
|
|
2228
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
2229
|
+
</Metadata>
|
|
2230
|
+
</Prop>
|
|
2231
|
+
<Prop hidden='1'>
|
|
2232
|
+
<Id>KEY_SELECT</Id>
|
|
2233
|
+
<Name>Select key</Name>
|
|
2234
|
+
<Description>Select key</Description>
|
|
2235
|
+
<Type>Combo</Type>
|
|
2236
|
+
<Values>
|
|
2237
|
+
<Value id='N' desc='None'/>
|
|
2238
|
+
<Value id='0' desc='Disabled'/>
|
|
2239
|
+
<Value id='1' desc='F1'/>
|
|
2240
|
+
<Value id='2' desc='F2'/>
|
|
2241
|
+
<Value id='3' desc='F3'/>
|
|
2242
|
+
<Value id='4' desc='F4'/>
|
|
2243
|
+
<Value id='5' desc='F5'/>
|
|
2244
|
+
<Value id='6' desc='F6'/>
|
|
2245
|
+
<Value id='7' desc='F7'/>
|
|
2246
|
+
<Value id='8' desc='F8'/>
|
|
2247
|
+
<Value id='9' desc='F9'/>
|
|
2248
|
+
<Value id='10' desc='F10'/>
|
|
2249
|
+
<Value id='11' desc='F11'/>
|
|
2250
|
+
<Value id='12' desc='F12'/>
|
|
2251
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
2252
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
2253
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
2254
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
2255
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
2256
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
2257
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
2258
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
2259
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
2260
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
2261
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
2262
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
2263
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
2264
|
+
</Values>
|
|
2265
|
+
<Dependencies>
|
|
2266
|
+
<Depend type='Not Show'>
|
|
2267
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
2268
|
+
<Condition>
|
|
2269
|
+
<Expression>
|
|
2270
|
+
<Type>Comparison</Type>
|
|
2271
|
+
<Operator>Equal</Operator>
|
|
2272
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
2273
|
+
<Value>No</Value>
|
|
2274
|
+
</Expression>
|
|
2275
|
+
</Condition>
|
|
2276
|
+
</Depend>
|
|
2277
|
+
<Depend type='Default'>
|
|
2278
|
+
<Value>16</Value>
|
|
2279
|
+
</Depend>
|
|
2280
|
+
<Depend type='Invalid'>
|
|
2281
|
+
<Value>UMPV</Value>
|
|
2282
|
+
</Depend>
|
|
2283
|
+
<Depend type='Invalid'>
|
|
2284
|
+
<Value>0</Value>
|
|
2285
|
+
</Depend>
|
|
2286
|
+
</Dependencies>
|
|
2287
|
+
<Metadata>
|
|
2288
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
2289
|
+
</Metadata>
|
|
2290
|
+
</Prop>
|
|
2291
|
+
<Prop hidden='1'>
|
|
2292
|
+
<Id>KEY_FIRST</Id>
|
|
2293
|
+
<Name>First record key</Name>
|
|
2294
|
+
<Description>First record key</Description>
|
|
2295
|
+
<Type>Combo</Type>
|
|
2296
|
+
<Values>
|
|
2297
|
+
<Value id='N' desc='None'/>
|
|
2298
|
+
<Value id='0' desc='Disabled'/>
|
|
2299
|
+
<Value id='1' desc='F1'/>
|
|
2300
|
+
<Value id='2' desc='F2'/>
|
|
2301
|
+
<Value id='3' desc='F3'/>
|
|
2302
|
+
<Value id='4' desc='F4'/>
|
|
2303
|
+
<Value id='5' desc='F5'/>
|
|
2304
|
+
<Value id='6' desc='F6'/>
|
|
2305
|
+
<Value id='7' desc='F7'/>
|
|
2306
|
+
<Value id='8' desc='F8'/>
|
|
2307
|
+
<Value id='9' desc='F9'/>
|
|
2308
|
+
<Value id='10' desc='F10'/>
|
|
2309
|
+
<Value id='11' desc='F11'/>
|
|
2310
|
+
<Value id='12' desc='F12'/>
|
|
2311
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
2312
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
2313
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
2314
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
2315
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
2316
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
2317
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
2318
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
2319
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
2320
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
2321
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
2322
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
2323
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
2324
|
+
</Values>
|
|
2325
|
+
<Dependencies>
|
|
2326
|
+
<Depend type='Not Show'>
|
|
2327
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
2328
|
+
<Condition>
|
|
2329
|
+
<Expression>
|
|
2330
|
+
<Type>Comparison</Type>
|
|
2331
|
+
<Operator>Equal</Operator>
|
|
2332
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
2333
|
+
<Value>No</Value>
|
|
2334
|
+
</Expression>
|
|
2335
|
+
</Condition>
|
|
2336
|
+
</Depend>
|
|
2337
|
+
<Depend type='Default'>
|
|
2338
|
+
<Value>19</Value>
|
|
2339
|
+
</Depend>
|
|
2340
|
+
<Depend type='Default'>
|
|
2341
|
+
<Value>N</Value>
|
|
2342
|
+
</Depend>
|
|
2343
|
+
<Depend type='Invalid'>
|
|
2344
|
+
<Value>UMPV</Value>
|
|
2345
|
+
</Depend>
|
|
2346
|
+
<Depend type='Invalid'>
|
|
2347
|
+
<Value>0</Value>
|
|
2348
|
+
</Depend>
|
|
2349
|
+
</Dependencies>
|
|
2350
|
+
<Metadata>
|
|
2351
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
2352
|
+
</Metadata>
|
|
2353
|
+
</Prop>
|
|
2354
|
+
<Prop hidden='1'>
|
|
2355
|
+
<Id>KEY_LAST</Id>
|
|
2356
|
+
<Name>Last record key</Name>
|
|
2357
|
+
<Description>Last record key</Description>
|
|
2358
|
+
<Type>Combo</Type>
|
|
2359
|
+
<Values>
|
|
2360
|
+
<Value id='N' desc='None'/>
|
|
2361
|
+
<Value id='0' desc='Disabled'/>
|
|
2362
|
+
<Value id='1' desc='F1'/>
|
|
2363
|
+
<Value id='2' desc='F2'/>
|
|
2364
|
+
<Value id='3' desc='F3'/>
|
|
2365
|
+
<Value id='4' desc='F4'/>
|
|
2366
|
+
<Value id='5' desc='F5'/>
|
|
2367
|
+
<Value id='6' desc='F6'/>
|
|
2368
|
+
<Value id='7' desc='F7'/>
|
|
2369
|
+
<Value id='8' desc='F8'/>
|
|
2370
|
+
<Value id='9' desc='F9'/>
|
|
2371
|
+
<Value id='10' desc='F10'/>
|
|
2372
|
+
<Value id='11' desc='F11'/>
|
|
2373
|
+
<Value id='12' desc='F12'/>
|
|
2374
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
2375
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
2376
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
2377
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
2378
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
2379
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
2380
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
2381
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
2382
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
2383
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
2384
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
2385
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
2386
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
2387
|
+
</Values>
|
|
2388
|
+
<Dependencies>
|
|
2389
|
+
<Depend type='Not Show'>
|
|
2390
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
2391
|
+
<Condition>
|
|
2392
|
+
<Expression>
|
|
2393
|
+
<Type>Comparison</Type>
|
|
2394
|
+
<Operator>Equal</Operator>
|
|
2395
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
2396
|
+
<Value>No</Value>
|
|
2397
|
+
</Expression>
|
|
2398
|
+
</Condition>
|
|
2399
|
+
</Depend>
|
|
2400
|
+
<Depend type='Default'>
|
|
2401
|
+
<Value>20</Value>
|
|
2402
|
+
</Depend>
|
|
2403
|
+
<Depend type='Invalid'>
|
|
2404
|
+
<Value>UMPV</Value>
|
|
2405
|
+
</Depend>
|
|
2406
|
+
<Depend type='Invalid'>
|
|
2407
|
+
<Value>0</Value>
|
|
2408
|
+
</Depend>
|
|
2409
|
+
</Dependencies>
|
|
2410
|
+
<Metadata>
|
|
2411
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
2412
|
+
</Metadata>
|
|
2413
|
+
</Prop>
|
|
2414
|
+
<Prop hidden='1'>
|
|
2415
|
+
<Id>KEY_ENTER</Id>
|
|
2416
|
+
<Name>Enter key</Name>
|
|
2417
|
+
<Description>Enter key</Description>
|
|
2418
|
+
<Type>Combo</Type>
|
|
2419
|
+
<Values>
|
|
2420
|
+
<Value id='N' desc='None'/>
|
|
2421
|
+
<Value id='0' desc='Disabled'/>
|
|
2422
|
+
<Value id='1' desc='F1'/>
|
|
2423
|
+
<Value id='2' desc='F2'/>
|
|
2424
|
+
<Value id='3' desc='F3'/>
|
|
2425
|
+
<Value id='4' desc='F4'/>
|
|
2426
|
+
<Value id='5' desc='F5'/>
|
|
2427
|
+
<Value id='6' desc='F6'/>
|
|
2428
|
+
<Value id='7' desc='F7'/>
|
|
2429
|
+
<Value id='8' desc='F8'/>
|
|
2430
|
+
<Value id='9' desc='F9'/>
|
|
2431
|
+
<Value id='10' desc='F10'/>
|
|
2432
|
+
<Value id='11' desc='F11'/>
|
|
2433
|
+
<Value id='12' desc='F12'/>
|
|
2434
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
2435
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
2436
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
2437
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
2438
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
2439
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
2440
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
2441
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
2442
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
2443
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
2444
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
2445
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
2446
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
2447
|
+
</Values>
|
|
2448
|
+
<Dependencies>
|
|
2449
|
+
<Depend type='Not Show'>
|
|
2450
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
2451
|
+
<Condition>
|
|
2452
|
+
<Expression>
|
|
2453
|
+
<Type>Comparison</Type>
|
|
2454
|
+
<Operator>Equal</Operator>
|
|
2455
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
2456
|
+
<Value>No</Value>
|
|
2457
|
+
</Expression>
|
|
2458
|
+
</Condition>
|
|
2459
|
+
</Depend>
|
|
2460
|
+
<Depend type='Default'>
|
|
2461
|
+
<Value>N</Value>
|
|
2462
|
+
</Depend>
|
|
2463
|
+
<Depend type='Invalid'>
|
|
2464
|
+
<Value>UMPV</Value>
|
|
2465
|
+
</Depend>
|
|
2466
|
+
<Depend type='Invalid'>
|
|
2467
|
+
<Value>0</Value>
|
|
2468
|
+
</Depend>
|
|
2469
|
+
</Dependencies>
|
|
2470
|
+
<Metadata>
|
|
2471
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
2472
|
+
</Metadata>
|
|
2473
|
+
</Prop>
|
|
2474
|
+
<Prop hidden='1'>
|
|
2475
|
+
<Id>KEY_MOREKEYS</Id>
|
|
2476
|
+
<Name>More keys key</Name>
|
|
2477
|
+
<Description>More keys key</Description>
|
|
2478
|
+
<Type>Combo</Type>
|
|
2479
|
+
<Values>
|
|
2480
|
+
<Value id='N' desc='None'/>
|
|
2481
|
+
<Value id='0' desc='Disabled'/>
|
|
2482
|
+
<Value id='1' desc='F1'/>
|
|
2483
|
+
<Value id='2' desc='F2'/>
|
|
2484
|
+
<Value id='3' desc='F3'/>
|
|
2485
|
+
<Value id='4' desc='F4'/>
|
|
2486
|
+
<Value id='5' desc='F5'/>
|
|
2487
|
+
<Value id='6' desc='F6'/>
|
|
2488
|
+
<Value id='7' desc='F7'/>
|
|
2489
|
+
<Value id='8' desc='F8'/>
|
|
2490
|
+
<Value id='9' desc='F9'/>
|
|
2491
|
+
<Value id='10' desc='F10'/>
|
|
2492
|
+
<Value id='11' desc='F11'/>
|
|
2493
|
+
<Value id='12' desc='F12'/>
|
|
2494
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
2495
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
2496
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
2497
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
2498
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
2499
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
2500
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
2501
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
2502
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
2503
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
2504
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
2505
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
2506
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
2507
|
+
</Values>
|
|
2508
|
+
<Dependencies>
|
|
2509
|
+
<Depend type='Not Show'/>
|
|
2510
|
+
<Depend type='Default'>
|
|
2511
|
+
<Value>24</Value>
|
|
2512
|
+
</Depend>
|
|
2513
|
+
<Depend type='Invalid'>
|
|
2514
|
+
<Value>UMPV</Value>
|
|
2515
|
+
</Depend>
|
|
2516
|
+
<Depend type='Invalid'>
|
|
2517
|
+
<Value>0</Value>
|
|
2518
|
+
</Depend>
|
|
2519
|
+
</Dependencies>
|
|
2520
|
+
<Metadata>
|
|
2521
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
2522
|
+
</Metadata>
|
|
2523
|
+
</Prop>
|
|
2524
|
+
</Children>
|
|
2525
|
+
</Group>
|
|
2526
|
+
<Prop hidden='1'>
|
|
2527
|
+
<Id>ESCAPE_FUNCTION</Id>
|
|
2528
|
+
<Name>Esc key action</Name>
|
|
2529
|
+
<Description>Esc key action</Description>
|
|
2530
|
+
<Type>Combo</Type>
|
|
2531
|
+
<Default>Exit_form</Default>
|
|
2532
|
+
<Values>
|
|
2533
|
+
<Value id='Exit_form' desc='Exit form'/>
|
|
2534
|
+
<Value id='Change_level' desc='Change level'/>
|
|
2535
|
+
<Value id='None' desc='None'/>
|
|
2536
|
+
</Values>
|
|
2537
|
+
<Dependencies>
|
|
2538
|
+
<Depend type='Invalid'>
|
|
2539
|
+
<Value>Change_level</Value>
|
|
2540
|
+
</Depend>
|
|
2541
|
+
<Depend type='Not Show'>
|
|
2542
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
2543
|
+
<Condition>
|
|
2544
|
+
<Expression>
|
|
2545
|
+
<Type>Comparison</Type>
|
|
2546
|
+
<Operator>Equal</Operator>
|
|
2547
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
2548
|
+
<Value>true</Value>
|
|
2549
|
+
</Expression>
|
|
2550
|
+
</Condition>
|
|
2551
|
+
</Depend>
|
|
2552
|
+
</Dependencies>
|
|
2553
|
+
</Prop>
|
|
2554
|
+
</Children>
|
|
2555
|
+
</Group>
|
|
2556
|
+
<Group>
|
|
2557
|
+
<Id>PRINT_GROUP</Id>
|
|
2558
|
+
<Name>Printing</Name>
|
|
2559
|
+
<Description>Printing</Description>
|
|
2560
|
+
<Type>Group</Type>
|
|
2561
|
+
<Children>
|
|
2562
|
+
<Prop hidden='1'>
|
|
2563
|
+
<Id>PRN_DLG</Id>
|
|
2564
|
+
<Name>Show printer dialog on reports</Name>
|
|
2565
|
+
<Description>Show printer dialog on reports</Description>
|
|
2566
|
+
<Type>Combo</Type>
|
|
2567
|
+
<Default>Yes</Default>
|
|
2568
|
+
<Values>
|
|
2569
|
+
<Value id='Yes' desc='Yes'/>
|
|
2570
|
+
<Value id='No' desc='No'/>
|
|
2571
|
+
</Values>
|
|
2572
|
+
<Dependencies>
|
|
2573
|
+
<Depend type='Not Show'>
|
|
2574
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
2575
|
+
<Condition>
|
|
2576
|
+
<Expression>
|
|
2577
|
+
<Type>Comparison</Type>
|
|
2578
|
+
<Operator>Equal</Operator>
|
|
2579
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
2580
|
+
<Value>true</Value>
|
|
2581
|
+
</Expression>
|
|
2582
|
+
</Condition>
|
|
2583
|
+
</Depend>
|
|
2584
|
+
</Dependencies>
|
|
2585
|
+
</Prop>
|
|
2586
|
+
<Prop>
|
|
2587
|
+
<Id>TEXT_RPT_OUTPUT</Id>
|
|
2588
|
+
<Name>Text report output</Name>
|
|
2589
|
+
<Description>Text report output</Description>
|
|
2590
|
+
<Type>Combo</Type>
|
|
2591
|
+
<Default>TEXT_RPT_OUTPUT_RV</Default>
|
|
2592
|
+
<Values>
|
|
2593
|
+
<Value id='TEXT_RPT_OUTPUT_RV' desc='Report Viewer'/>
|
|
2594
|
+
<Value id='TEXT_RPT_OUTPUT_TXT' desc='Text'/>
|
|
2595
|
+
</Values>
|
|
2596
|
+
</Prop>
|
|
2597
|
+
<Group hidden='1'>
|
|
2598
|
+
<Id>REPORT_VIEWER_GROUP</Id>
|
|
2599
|
+
<Name>Report viewer</Name>
|
|
2600
|
+
<Description>Report viewer</Description>
|
|
2601
|
+
<Type>Group</Type>
|
|
2602
|
+
<Dependencies>
|
|
2603
|
+
<Depend type='Not Show'>
|
|
2604
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
2605
|
+
<Condition>
|
|
2606
|
+
<Expression>
|
|
2607
|
+
<Type>Comparison</Type>
|
|
2608
|
+
<Operator>Equal</Operator>
|
|
2609
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
2610
|
+
<Value>true</Value>
|
|
2611
|
+
</Expression>
|
|
2612
|
+
</Condition>
|
|
2613
|
+
</Depend>
|
|
2614
|
+
</Dependencies>
|
|
2615
|
+
<Children>
|
|
2616
|
+
<Prop hidden='1'>
|
|
2617
|
+
<Id>RV_MAXIMIZE</Id>
|
|
2618
|
+
<Name>Maximized</Name>
|
|
2619
|
+
<Description>Maximized</Description>
|
|
2620
|
+
<Type>Combo</Type>
|
|
2621
|
+
<Default>No</Default>
|
|
2622
|
+
<Values>
|
|
2623
|
+
<Value id='Yes' desc='Yes'/>
|
|
2624
|
+
<Value id='No' desc='No'/>
|
|
2625
|
+
</Values>
|
|
2626
|
+
</Prop>
|
|
2627
|
+
<Prop hidden='1'>
|
|
2628
|
+
<Id>RV_ONTOP</Id>
|
|
2629
|
+
<Name>Always on top</Name>
|
|
2630
|
+
<Description>Always on top</Description>
|
|
2631
|
+
<Type>Combo</Type>
|
|
2632
|
+
<Default>No</Default>
|
|
2633
|
+
<Values>
|
|
2634
|
+
<Value id='Yes' desc='Yes'/>
|
|
2635
|
+
<Value id='No' desc='No'/>
|
|
2636
|
+
</Values>
|
|
2637
|
+
</Prop>
|
|
2638
|
+
<Prop hidden='1'>
|
|
2639
|
+
<Id>RV_MODAL</Id>
|
|
2640
|
+
<Name>Modal</Name>
|
|
2641
|
+
<Description>Modal</Description>
|
|
2642
|
+
<Type>Combo</Type>
|
|
2643
|
+
<Default>Yes</Default>
|
|
2644
|
+
<Values>
|
|
2645
|
+
<Value id='Yes' desc='Yes'/>
|
|
2646
|
+
<Value id='No' desc='No'/>
|
|
2647
|
+
</Values>
|
|
2648
|
+
</Prop>
|
|
2649
|
+
</Children>
|
|
2650
|
+
</Group>
|
|
2651
|
+
<Prop>
|
|
2652
|
+
<Id>PRINT_CUST_LAYOUT</Id>
|
|
2653
|
+
<Name>Customizable Layout</Name>
|
|
2654
|
+
<Type>Combo</Type>
|
|
2655
|
+
<Default>No</Default>
|
|
2656
|
+
<Values>
|
|
2657
|
+
<Value id='Yes' desc='Yes'/>
|
|
2658
|
+
<Value id='No' desc='No'/>
|
|
2659
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
2660
|
+
</Values>
|
|
2661
|
+
<Dependencies>
|
|
2662
|
+
<Depend type='Invalid'>
|
|
2663
|
+
<Value>UMPV</Value>
|
|
2664
|
+
</Depend>
|
|
2665
|
+
</Dependencies>
|
|
2666
|
+
</Prop>
|
|
2667
|
+
<Prop>
|
|
2668
|
+
<Id>PRINT_LAYOUT_METADATA_DIR</Id>
|
|
2669
|
+
<Name>Layout Metadata Directory</Name>
|
|
2670
|
+
<Type>Text</Type>
|
|
2671
|
+
<Default>LayoutMetadata</Default>
|
|
2672
|
+
</Prop>
|
|
2673
|
+
</Children>
|
|
2674
|
+
</Group>
|
|
2675
|
+
<Group hidden='1'>
|
|
2676
|
+
<Id>HELP_GROUP</Id>
|
|
2677
|
+
<Name>Help</Name>
|
|
2678
|
+
<Description>Help</Description>
|
|
2679
|
+
<Type>Group</Type>
|
|
2680
|
+
<Children>
|
|
2681
|
+
<Prop hidden='1'>
|
|
2682
|
+
<Id>HELP_MODE</Id>
|
|
2683
|
+
<Name>Help mode</Name>
|
|
2684
|
+
<Description>Help mode</Description>
|
|
2685
|
+
<Type>Combo</Type>
|
|
2686
|
+
<Default>WINHTML</Default>
|
|
2687
|
+
<Values>
|
|
2688
|
+
<Value id='WINHTML' desc='Windows HTML Help'/>
|
|
2689
|
+
<Value id='WEBHTML' desc='Web HTML Help'/>
|
|
2690
|
+
</Values>
|
|
2691
|
+
<Dependencies>
|
|
2692
|
+
<Depend type='Not Show'>
|
|
2693
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
2694
|
+
<Condition>
|
|
2695
|
+
<Expression>
|
|
2696
|
+
<Type>Comparison</Type>
|
|
2697
|
+
<Operator>Equal</Operator>
|
|
2698
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
2699
|
+
<Value>true</Value>
|
|
2700
|
+
</Expression>
|
|
2701
|
+
</Condition>
|
|
2702
|
+
</Depend>
|
|
2703
|
+
</Dependencies>
|
|
2704
|
+
</Prop>
|
|
2705
|
+
</Children>
|
|
2706
|
+
</Group>
|
|
2707
|
+
<Group hidden='1'>
|
|
2708
|
+
<Id>RIGHT_BUTTON</Id>
|
|
2709
|
+
<Name>Right button</Name>
|
|
2710
|
+
<Description>Right button</Description>
|
|
2711
|
+
<Type>Group</Type>
|
|
2712
|
+
<Dependencies>
|
|
2713
|
+
<Depend type='Not Show'>
|
|
2714
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
2715
|
+
<Condition>
|
|
2716
|
+
<Expression>
|
|
2717
|
+
<Type>Comparison</Type>
|
|
2718
|
+
<Operator>Equal</Operator>
|
|
2719
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
2720
|
+
<Value>true</Value>
|
|
2721
|
+
</Expression>
|
|
2722
|
+
</Condition>
|
|
2723
|
+
</Depend>
|
|
2724
|
+
</Dependencies>
|
|
2725
|
+
<Children>
|
|
2726
|
+
<Prop hidden='1'>
|
|
2727
|
+
<Id>CALC</Id>
|
|
2728
|
+
<Name>Calculator on numeric fields</Name>
|
|
2729
|
+
<Description>Calculator on numeric fields</Description>
|
|
2730
|
+
<Type>Combo</Type>
|
|
2731
|
+
<Default>Yes</Default>
|
|
2732
|
+
<Values>
|
|
2733
|
+
<Value id='Yes' desc='Yes'/>
|
|
2734
|
+
<Value id='No' desc='No'/>
|
|
2735
|
+
</Values>
|
|
2736
|
+
</Prop>
|
|
2737
|
+
<Prop hidden='1'>
|
|
2738
|
+
<Id>CALENDAR</Id>
|
|
2739
|
+
<Name>Calendar on date fields</Name>
|
|
2740
|
+
<Description>Calendar on date fields</Description>
|
|
2741
|
+
<Type>Combo</Type>
|
|
2742
|
+
<Default>Yes</Default>
|
|
2743
|
+
<Values>
|
|
2744
|
+
<Value id='Yes' desc='Yes'/>
|
|
2745
|
+
<Value id='No' desc='No'/>
|
|
2746
|
+
</Values>
|
|
2747
|
+
</Prop>
|
|
2748
|
+
</Children>
|
|
2749
|
+
</Group>
|
|
2750
|
+
<Group>
|
|
2751
|
+
<Id>FORMAT_GROUP</Id>
|
|
2752
|
+
<Name>Format</Name>
|
|
2753
|
+
<Description>Format</Description>
|
|
2754
|
+
<Type>Group</Type>
|
|
2755
|
+
<Children>
|
|
2756
|
+
<Prop>
|
|
2757
|
+
<Id>CTOD_FMT</Id>
|
|
2758
|
+
<Name>Date format in CTOD function</Name>
|
|
2759
|
+
<Description>Date format in CTOD function</Description>
|
|
2760
|
+
<Type>Combo</Type>
|
|
2761
|
+
<Default>L</Default>
|
|
2762
|
+
<Values>
|
|
2763
|
+
<Value id='ENG' desc='mm/dd/yy'/>
|
|
2764
|
+
<Value id='SPA' desc='dd/mm/yy'/>
|
|
2765
|
+
<Value id='YMD' desc='yy/mm/dd'/>
|
|
2766
|
+
<Value id='ENG4' desc='mm/dd/yyyy'/>
|
|
2767
|
+
<Value id='SPA4' desc='dd/mm/yyyy'/>
|
|
2768
|
+
<Value id='Y4MD' desc='yyyy/mm/dd'/>
|
|
2769
|
+
<Value id='L' desc='Language Dependent'/>
|
|
2770
|
+
</Values>
|
|
2771
|
+
</Prop>
|
|
2772
|
+
<Prop>
|
|
2773
|
+
<Id>YEAR_LIMIT</Id>
|
|
2774
|
+
<Name>First year of 20th century</Name>
|
|
2775
|
+
<Description>First year of 20th century</Description>
|
|
2776
|
+
<Type>Integer</Type>
|
|
2777
|
+
<Default>40</Default>
|
|
2778
|
+
</Prop>
|
|
2779
|
+
<Prop>
|
|
2780
|
+
<Id>BLANK_EMPTY_DATE</Id>
|
|
2781
|
+
<Name>Blank when empty</Name>
|
|
2782
|
+
<Description>Blank when empty</Description>
|
|
2783
|
+
<Type>Boolean</Type>
|
|
2784
|
+
<Default>false</Default>
|
|
2785
|
+
</Prop>
|
|
2786
|
+
</Children>
|
|
2787
|
+
</Group>
|
|
2788
|
+
</Children>
|
|
2789
|
+
</Group>
|
|
2790
|
+
<Group>
|
|
2791
|
+
<Id>idSPECIFIER_GROUP</Id>
|
|
2792
|
+
<Name>Specification</Name>
|
|
2793
|
+
<Description>Specification options</Description>
|
|
2794
|
+
<Type>Group</Type>
|
|
2795
|
+
<Children>
|
|
2796
|
+
<Group>
|
|
2797
|
+
<Id>TYPE_CHECKING_GROUP</Id>
|
|
2798
|
+
<Name>Type checking</Name>
|
|
2799
|
+
<Description>Type checking</Description>
|
|
2800
|
+
<Type>Group</Type>
|
|
2801
|
+
<Children>
|
|
2802
|
+
<Prop>
|
|
2803
|
+
<Id>TYPE_ERRORS</Id>
|
|
2804
|
+
<Name>Check type errors</Name>
|
|
2805
|
+
<Description>Check type errors</Description>
|
|
2806
|
+
<Type>Combo</Type>
|
|
2807
|
+
<Default>Yes</Default>
|
|
2808
|
+
<Values>
|
|
2809
|
+
<Value id='Yes' desc='Yes'/>
|
|
2810
|
+
<Value id='No' desc='No'/>
|
|
2811
|
+
</Values>
|
|
2812
|
+
</Prop>
|
|
2813
|
+
<Prop>
|
|
2814
|
+
<Id>STD_FUNC</Id>
|
|
2815
|
+
<Name>Standard Functions</Name>
|
|
2816
|
+
<Description>Standard Functions</Description>
|
|
2817
|
+
<Type>Combo</Type>
|
|
2818
|
+
<Default>Yes</Default>
|
|
2819
|
+
<Values>
|
|
2820
|
+
<Value id='Yes' desc='Error on non-standard functions when specifying'/>
|
|
2821
|
+
<Value id='No' desc='Allows non-standard functions when specifying'/>
|
|
2822
|
+
</Values>
|
|
2823
|
+
<Metadata>
|
|
2824
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForEnvironmentDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2825
|
+
<Value name='FlagOnlyDefault'></Value>
|
|
2826
|
+
</Metadata>
|
|
2827
|
+
<Options>
|
|
2828
|
+
<Option type='Readonly'/>
|
|
2829
|
+
</Options>
|
|
2830
|
+
</Prop>
|
|
2831
|
+
</Children>
|
|
2832
|
+
</Group>
|
|
2833
|
+
<Group>
|
|
2834
|
+
<Id>SPC_WARNING_MESSAGES_GROUP</Id>
|
|
2835
|
+
<Name>Warning messages</Name>
|
|
2836
|
+
<Description>Configure warning messages handling options.</Description>
|
|
2837
|
+
<Type>Group</Type>
|
|
2838
|
+
<Metadata>
|
|
2839
|
+
<Value name='FlagCategories'>Output</Value>
|
|
2840
|
+
</Metadata>
|
|
2841
|
+
<Children>
|
|
2842
|
+
<Prop>
|
|
2843
|
+
<Id>SPC_WARNINGS_DISABLED</Id>
|
|
2844
|
+
<Name>Disabled warnings</Name>
|
|
2845
|
+
<Description>Type a space separated list of warning message codes you want to be disabled.</Description>
|
|
2846
|
+
<Type>Text</Type>
|
|
2847
|
+
<Dependencies>
|
|
2848
|
+
<Depend type='Default'>
|
|
2849
|
+
<Value>spc0096 spc0107 spc0142</Value>
|
|
2850
|
+
</Depend>
|
|
2851
|
+
</Dependencies>
|
|
2852
|
+
<Metadata>
|
|
2853
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DisabledWarningsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2854
|
+
</Metadata>
|
|
2855
|
+
</Prop>
|
|
2856
|
+
<Prop>
|
|
2857
|
+
<Id>SPC_WARNINGS_AS_ERRORS</Id>
|
|
2858
|
+
<Name>Warnings treated as errors</Name>
|
|
2859
|
+
<Description>Type a space separated list of warning message codes you want to be treated as errors.</Description>
|
|
2860
|
+
<Type>Text</Type>
|
|
2861
|
+
</Prop>
|
|
2862
|
+
</Children>
|
|
2863
|
+
</Group>
|
|
2864
|
+
<Prop>
|
|
2865
|
+
<Id>EXPAND_DYNAMIC_CALL</Id>
|
|
2866
|
+
<Name>Expand dynamic calls</Name>
|
|
2867
|
+
<Description>Convert dynamic calls to static calls to every possible object.</Description>
|
|
2868
|
+
<Type>Combo</Type>
|
|
2869
|
+
<Default>No</Default>
|
|
2870
|
+
<Values>
|
|
2871
|
+
<Value id='Yes' desc='Yes'/>
|
|
2872
|
+
<Value id='No' desc='No'/>
|
|
2873
|
+
</Values>
|
|
2874
|
+
</Prop>
|
|
2875
|
+
<Prop>
|
|
2876
|
+
<Id>AutomaticPrompts</Id>
|
|
2877
|
+
<Name>Generate prompt programs</Name>
|
|
2878
|
+
<Description>Controls whether prompt objects are generated automatically or not.</Description>
|
|
2879
|
+
<Type>Combo</Type>
|
|
2880
|
+
<Values>
|
|
2881
|
+
<Value id='Yes' desc='Yes'/>
|
|
2882
|
+
<Value id='No' desc='No'/>
|
|
2883
|
+
</Values>
|
|
2884
|
+
<Metadata>
|
|
2885
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.AutomaticPromptsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2886
|
+
</Metadata>
|
|
2887
|
+
</Prop>
|
|
2888
|
+
</Children>
|
|
2889
|
+
</Group>
|
|
2890
|
+
<Group>
|
|
2891
|
+
<Id>BuildGroup</Id>
|
|
2892
|
+
<Name>Build Process</Name>
|
|
2893
|
+
<Type>Group</Type>
|
|
2894
|
+
<Children>
|
|
2895
|
+
<Prop>
|
|
2896
|
+
<Id>Compiler</Id>
|
|
2897
|
+
<Name>Compiler Path</Name>
|
|
2898
|
+
<Type>Custom</Type>
|
|
2899
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ExeFileType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2900
|
+
<Metadata>
|
|
2901
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DotNetCompilerDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2902
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.FileExistValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2903
|
+
<Value name='FlagStoreValueByUser'></Value>
|
|
2904
|
+
<Value name='FlagExport'>false</Value>
|
|
2905
|
+
</Metadata>
|
|
2906
|
+
</Prop>
|
|
2907
|
+
<Group>
|
|
2908
|
+
<Name>Advanced</Name>
|
|
2909
|
+
<Type>Group</Type>
|
|
2910
|
+
<Children>
|
|
2911
|
+
<Prop>
|
|
2912
|
+
<Id>ReorganizationOptions</Id>
|
|
2913
|
+
<Name>Reorganization Options</Name>
|
|
2914
|
+
<Type>Text</Type>
|
|
2915
|
+
<Default>-nogui</Default>
|
|
2916
|
+
</Prop>
|
|
2917
|
+
<Prop>
|
|
2918
|
+
<Id>CreateDataBaseOptions</Id>
|
|
2919
|
+
<Name>Create Database Options</Name>
|
|
2920
|
+
<Type>Text</Type>
|
|
2921
|
+
<Default>-nogui -noverifydatabaseschema</Default>
|
|
2922
|
+
</Prop>
|
|
2923
|
+
</Children>
|
|
2924
|
+
</Group>
|
|
2925
|
+
</Children>
|
|
2926
|
+
</Group>
|
|
2927
|
+
<Group hidden='1'>
|
|
2928
|
+
<Id>idWebGroup</Id>
|
|
2929
|
+
<Name>Web information</Name>
|
|
2930
|
+
<Description>Web information</Description>
|
|
2931
|
+
<Type>Group</Type>
|
|
2932
|
+
<Dependencies>
|
|
2933
|
+
<Depend type='Not Show'>
|
|
2934
|
+
<Cond>(value(IS_WEB_GEN) != true) and ((value(REMOTE_CALLS) != HTTP_STATELESS) and (value(REMOTE_CALLS) != HTTP_STATEFUL))</Cond>
|
|
2935
|
+
<Condition>
|
|
2936
|
+
<Expression>
|
|
2937
|
+
<Type>BooleanExpression</Type>
|
|
2938
|
+
<FirstPart>
|
|
2939
|
+
<Expression>
|
|
2940
|
+
<Type>Comparison</Type>
|
|
2941
|
+
<Operator>NotEqual</Operator>
|
|
2942
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
2943
|
+
<Value>true</Value>
|
|
2944
|
+
</Expression>
|
|
2945
|
+
</FirstPart>
|
|
2946
|
+
<Operator>and</Operator>
|
|
2947
|
+
<SecondPart>
|
|
2948
|
+
<Expression>
|
|
2949
|
+
<Type>BooleanExpression</Type>
|
|
2950
|
+
<FirstPart>
|
|
2951
|
+
<Expression>
|
|
2952
|
+
<Type>Comparison</Type>
|
|
2953
|
+
<Operator>NotEqual</Operator>
|
|
2954
|
+
<PropName>REMOTE_CALLS</PropName>
|
|
2955
|
+
<Value>HTTP_STATELESS</Value>
|
|
2956
|
+
</Expression>
|
|
2957
|
+
</FirstPart>
|
|
2958
|
+
<Operator>and</Operator>
|
|
2959
|
+
<SecondPart>
|
|
2960
|
+
<Expression>
|
|
2961
|
+
<Type>Comparison</Type>
|
|
2962
|
+
<Operator>NotEqual</Operator>
|
|
2963
|
+
<PropName>REMOTE_CALLS</PropName>
|
|
2964
|
+
<Value>HTTP_STATEFUL</Value>
|
|
2965
|
+
</Expression>
|
|
2966
|
+
</SecondPart>
|
|
2967
|
+
</Expression>
|
|
2968
|
+
</SecondPart>
|
|
2969
|
+
</Expression>
|
|
2970
|
+
</Condition>
|
|
2971
|
+
</Depend>
|
|
2972
|
+
</Dependencies>
|
|
2973
|
+
<Children>
|
|
2974
|
+
</Children>
|
|
2975
|
+
</Group>
|
|
2976
|
+
</Children>
|
|
2977
|
+
</Group>
|
|
2978
|
+
</Object>
|
|
2979
|
+
</Content>
|