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,2372 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='93996 $'>
|
|
3
|
+
<Object id='VFP'>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>VFP</Name>
|
|
6
|
+
<Type>Main</Type>
|
|
7
|
+
<Children>
|
|
8
|
+
<Prop hidden='1'>
|
|
9
|
+
<Id>MAIN_GEN</Id>
|
|
10
|
+
<Name>Main generator</Name>
|
|
11
|
+
<Type>Boolean</Type>
|
|
12
|
+
<Default>true</Default>
|
|
13
|
+
<Options>
|
|
14
|
+
<Option type='Not Show'/>
|
|
15
|
+
</Options>
|
|
16
|
+
</Prop>
|
|
17
|
+
<Prop hidden='1'>
|
|
18
|
+
<Id>MAIN_DBMS</Id>
|
|
19
|
+
<Name>Main DBMS</Name>
|
|
20
|
+
<Type>Integer</Type>
|
|
21
|
+
<Options>
|
|
22
|
+
<Option type='Not Show'/>
|
|
23
|
+
</Options>
|
|
24
|
+
</Prop>
|
|
25
|
+
<Prop hidden='1'>
|
|
26
|
+
<Id>IS_WEB_GEN</Id>
|
|
27
|
+
<Name>Is web generator</Name>
|
|
28
|
+
<Type>Boolean</Type>
|
|
29
|
+
<Default>true</Default>
|
|
30
|
+
<Options>
|
|
31
|
+
<Option type='Not Show'/>
|
|
32
|
+
</Options>
|
|
33
|
+
</Prop>
|
|
34
|
+
<Prop hidden='1'>
|
|
35
|
+
<Id>HelpKeyword</Id>
|
|
36
|
+
<Name>HelpKeyword</Name>
|
|
37
|
+
<Type>Integer</Type>
|
|
38
|
+
<Dependencies>
|
|
39
|
+
<Depend type='Default'>
|
|
40
|
+
<Value>9</Value>
|
|
41
|
+
</Depend>
|
|
42
|
+
</Dependencies>
|
|
43
|
+
<Options>
|
|
44
|
+
<Option type='Not Show'/>
|
|
45
|
+
</Options>
|
|
46
|
+
</Prop>
|
|
47
|
+
<Group>
|
|
48
|
+
<Id>GENERAL_GROUP</Id>
|
|
49
|
+
<Name>General</Name>
|
|
50
|
+
<Description>General</Description>
|
|
51
|
+
<Type>Group</Type>
|
|
52
|
+
<Children>
|
|
53
|
+
<Prop>
|
|
54
|
+
<Id>PSEUDO_CHECK</Id>
|
|
55
|
+
<Name>Transaction's dialog locking scheme</Name>
|
|
56
|
+
<Description>Transaction's dialog locking scheme</Description>
|
|
57
|
+
<Type>Combo</Type>
|
|
58
|
+
<Default>Yes</Default>
|
|
59
|
+
<Values>
|
|
60
|
+
<Value id='Yes' desc='Pseudo-conversational (updated tables only)'/>
|
|
61
|
+
<Value id='No' desc='Conversational (updated tables only)'/>
|
|
62
|
+
<Value id='All' desc='Pseudo-conversational (all accessed tables)'/>
|
|
63
|
+
</Values>
|
|
64
|
+
</Prop>
|
|
65
|
+
<Prop hidden='1'>
|
|
66
|
+
<Id>CONFIRM</Id>
|
|
67
|
+
<Name>Compatibility confirmation</Name>
|
|
68
|
+
<Description>Set confirmation option</Description>
|
|
69
|
+
<Type>Combo</Type>
|
|
70
|
+
<Default>Yes</Default>
|
|
71
|
+
<Values>
|
|
72
|
+
<Value id='Yes' desc='Yes'/>
|
|
73
|
+
<Value id='No' desc='No'/>
|
|
74
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
75
|
+
</Values>
|
|
76
|
+
<Dependencies>
|
|
77
|
+
<Depend type='Default'>
|
|
78
|
+
<Value>UMPV</Value>
|
|
79
|
+
<Cond>value(TRNCFM) == UMPV</Cond>
|
|
80
|
+
<Condition>
|
|
81
|
+
<Expression>
|
|
82
|
+
<Type>Comparison</Type>
|
|
83
|
+
<Operator>Equal</Operator>
|
|
84
|
+
<PropName>TRNCFM</PropName>
|
|
85
|
+
<Value>UMPV</Value>
|
|
86
|
+
</Expression>
|
|
87
|
+
</Condition>
|
|
88
|
+
</Depend>
|
|
89
|
+
<Depend type='Default'>
|
|
90
|
+
<Value>Yes</Value>
|
|
91
|
+
<Cond>value(TRNCFM) == All</Cond>
|
|
92
|
+
<Condition>
|
|
93
|
+
<Expression>
|
|
94
|
+
<Type>Comparison</Type>
|
|
95
|
+
<Operator>Equal</Operator>
|
|
96
|
+
<PropName>TRNCFM</PropName>
|
|
97
|
+
<Value>All</Value>
|
|
98
|
+
</Expression>
|
|
99
|
+
</Condition>
|
|
100
|
+
</Depend>
|
|
101
|
+
<Depend type='Default'>
|
|
102
|
+
<Value>No</Value>
|
|
103
|
+
<Cond>(value(TRNCFM) == None) or (value(TRNCFM) == NoFirst)</Cond>
|
|
104
|
+
<Condition>
|
|
105
|
+
<Expression>
|
|
106
|
+
<Type>BooleanExpression</Type>
|
|
107
|
+
<FirstPart>
|
|
108
|
+
<Expression>
|
|
109
|
+
<Type>Comparison</Type>
|
|
110
|
+
<Operator>Equal</Operator>
|
|
111
|
+
<PropName>TRNCFM</PropName>
|
|
112
|
+
<Value>None</Value>
|
|
113
|
+
</Expression>
|
|
114
|
+
</FirstPart>
|
|
115
|
+
<Operator>or</Operator>
|
|
116
|
+
<SecondPart>
|
|
117
|
+
<Expression>
|
|
118
|
+
<Type>Comparison</Type>
|
|
119
|
+
<Operator>Equal</Operator>
|
|
120
|
+
<PropName>TRNCFM</PropName>
|
|
121
|
+
<Value>NoFirst</Value>
|
|
122
|
+
</Expression>
|
|
123
|
+
</SecondPart>
|
|
124
|
+
</Expression>
|
|
125
|
+
</Condition>
|
|
126
|
+
</Depend>
|
|
127
|
+
</Dependencies>
|
|
128
|
+
<Metadata>
|
|
129
|
+
<Value name='FlagSpecificable'></Value>
|
|
130
|
+
</Metadata>
|
|
131
|
+
<Options>
|
|
132
|
+
<Option type='Not Show'/>
|
|
133
|
+
</Options>
|
|
134
|
+
</Prop>
|
|
135
|
+
<Group>
|
|
136
|
+
<Id>GENERAL_GROUP_VFP</Id>
|
|
137
|
+
<Name>VFP specific</Name>
|
|
138
|
+
<Description>VFP specific</Description>
|
|
139
|
+
<Type>Group</Type>
|
|
140
|
+
<Children>
|
|
141
|
+
<Prop>
|
|
142
|
+
<Id>SET_EXACT</Id>
|
|
143
|
+
<Name>Set exact</Name>
|
|
144
|
+
<Description>Set exact</Description>
|
|
145
|
+
<Type>Combo</Type>
|
|
146
|
+
<Default>ON</Default>
|
|
147
|
+
<Values>
|
|
148
|
+
<Value id='OFF' desc='Off'/>
|
|
149
|
+
<Value id='ON' desc='On'/>
|
|
150
|
+
</Values>
|
|
151
|
+
</Prop>
|
|
152
|
+
<Prop>
|
|
153
|
+
<Id>INDEX_CHK</Id>
|
|
154
|
+
<Name>Check indices existence</Name>
|
|
155
|
+
<Description>Check indices existence</Description>
|
|
156
|
+
<Type>Combo</Type>
|
|
157
|
+
<Default>No</Default>
|
|
158
|
+
<Values>
|
|
159
|
+
<Value id='No' desc='No'/>
|
|
160
|
+
<Value id='Yes' desc='Every time the application runs'/>
|
|
161
|
+
</Values>
|
|
162
|
+
</Prop>
|
|
163
|
+
<Prop>
|
|
164
|
+
<Id>MAIN_CALL_TYPE</Id>
|
|
165
|
+
<Name>Main objects build</Name>
|
|
166
|
+
<Description>Main objects build</Description>
|
|
167
|
+
<Type>Combo</Type>
|
|
168
|
+
<Default>Dir</Default>
|
|
169
|
+
<Values>
|
|
170
|
+
<Value id='Dir' desc='Include with caller'/>
|
|
171
|
+
<Value id='No' desc='Call as external'/>
|
|
172
|
+
</Values>
|
|
173
|
+
</Prop>
|
|
174
|
+
</Children>
|
|
175
|
+
</Group>
|
|
176
|
+
<Prop>
|
|
177
|
+
<Id>DECIMAL_MATH</Id>
|
|
178
|
+
<Name>Use decimal arithmetic</Name>
|
|
179
|
+
<Description>Use decimal arithmetic</Description>
|
|
180
|
+
<Type>Combo</Type>
|
|
181
|
+
<Default>Y</Default>
|
|
182
|
+
<Values>
|
|
183
|
+
<Value id='N' desc='No'/>
|
|
184
|
+
<Value id='Y' desc='Yes'/>
|
|
185
|
+
</Values>
|
|
186
|
+
</Prop>
|
|
187
|
+
</Children>
|
|
188
|
+
</Group>
|
|
189
|
+
<Group>
|
|
190
|
+
<Id>USER_INTERFACE</Id>
|
|
191
|
+
<Name>User interface</Name>
|
|
192
|
+
<Description>User interface</Description>
|
|
193
|
+
<Type>Group</Type>
|
|
194
|
+
<Children>
|
|
195
|
+
<Prop>
|
|
196
|
+
<Id>TRNCFM</Id>
|
|
197
|
+
<Name>Confirmation</Name>
|
|
198
|
+
<Description>In transactions, it indicates whether or not the user's confirmation will be requested when passing from one level to another.
|
|
199
|
+
In procedures, it indicates whether or not the user's confirmation will be requested when the process starts executing.</Description>
|
|
200
|
+
<Alias>ConfirmTransaction</Alias>
|
|
201
|
+
<Type>Combo</Type>
|
|
202
|
+
<Default>None</Default>
|
|
203
|
+
<Values>
|
|
204
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
205
|
+
<Value id='All' desc='Always prompt'/>
|
|
206
|
+
<Value id='None' desc='Never prompt'/>
|
|
207
|
+
<Value id='NoFirst' desc='Do not prompt on first level'/>
|
|
208
|
+
</Values>
|
|
209
|
+
<Dependencies>
|
|
210
|
+
<Depend type='Not Show'>
|
|
211
|
+
<Cond>context(CFMTRN) == Yes</Cond>
|
|
212
|
+
<Condition>
|
|
213
|
+
<Expression>
|
|
214
|
+
<Type>Comparison</Type>
|
|
215
|
+
<Operator>Equal</Operator>
|
|
216
|
+
<PropName source='context'>CFMTRN</PropName>
|
|
217
|
+
<Value>Yes</Value>
|
|
218
|
+
</Expression>
|
|
219
|
+
</Condition>
|
|
220
|
+
</Depend>
|
|
221
|
+
<Depend type='Default'>
|
|
222
|
+
<Value>All</Value>
|
|
223
|
+
<Cond>value(IS_WEB_GEN) == false</Cond>
|
|
224
|
+
<Condition>
|
|
225
|
+
<Expression>
|
|
226
|
+
<Type>Comparison</Type>
|
|
227
|
+
<Operator>Equal</Operator>
|
|
228
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
229
|
+
<Value>false</Value>
|
|
230
|
+
</Expression>
|
|
231
|
+
</Condition>
|
|
232
|
+
</Depend>
|
|
233
|
+
<Depend type='Invalid'>
|
|
234
|
+
<Value>UMPV</Value>
|
|
235
|
+
</Depend>
|
|
236
|
+
</Dependencies>
|
|
237
|
+
<Metadata>
|
|
238
|
+
<Value name='FlagCategories'>Advanced</Value>
|
|
239
|
+
<Value name='FlagSpecificationName'>TRNCFM</Value>
|
|
240
|
+
<Value name='FlagModelIniName'>TRNCFM</Value>
|
|
241
|
+
</Metadata>
|
|
242
|
+
</Prop>
|
|
243
|
+
<Prop hidden='1'>
|
|
244
|
+
<Id>AUTOCENTER</Id>
|
|
245
|
+
<Name>Autocenter objects in (0,0)</Name>
|
|
246
|
+
<Description>Autocenter objects in (0,0)</Description>
|
|
247
|
+
<Type>Combo</Type>
|
|
248
|
+
<Default>No</Default>
|
|
249
|
+
<Values>
|
|
250
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
251
|
+
<Value id='No' desc='No'/>
|
|
252
|
+
<Value id='Yes' desc='Yes'/>
|
|
253
|
+
</Values>
|
|
254
|
+
<Dependencies>
|
|
255
|
+
<Depend type='Invalid'>
|
|
256
|
+
<Value>UMPV</Value>
|
|
257
|
+
</Depend>
|
|
258
|
+
<Depend type='Not Show'>
|
|
259
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
260
|
+
<Condition>
|
|
261
|
+
<Expression>
|
|
262
|
+
<Type>Comparison</Type>
|
|
263
|
+
<Operator>Equal</Operator>
|
|
264
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
265
|
+
<Value>true</Value>
|
|
266
|
+
</Expression>
|
|
267
|
+
</Condition>
|
|
268
|
+
</Depend>
|
|
269
|
+
</Dependencies>
|
|
270
|
+
</Prop>
|
|
271
|
+
<Prop>
|
|
272
|
+
<Id>AttWidthScale</Id>
|
|
273
|
+
<Name>Automatic width scale factor</Name>
|
|
274
|
+
<Description>Automatic width scale factor</Description>
|
|
275
|
+
<Type>Combo</Type>
|
|
276
|
+
<Default>1</Default>
|
|
277
|
+
<Values>
|
|
278
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
279
|
+
<Value id='1' desc='1x'/>
|
|
280
|
+
<Value id='2' desc='2x'/>
|
|
281
|
+
</Values>
|
|
282
|
+
<Dependencies>
|
|
283
|
+
<Depend type='On Change'>
|
|
284
|
+
<Cond>onChange(Type)</Cond>
|
|
285
|
+
<Condition>
|
|
286
|
+
<Expression>
|
|
287
|
+
<Type>OnChange</Type>
|
|
288
|
+
<PropName>Type</PropName>
|
|
289
|
+
</Expression>
|
|
290
|
+
</Condition>
|
|
291
|
+
</Depend>
|
|
292
|
+
<Depend type='Readonly'>
|
|
293
|
+
<Cond>context(IsStandardVariable) == -1</Cond>
|
|
294
|
+
<Condition>
|
|
295
|
+
<Expression>
|
|
296
|
+
<Type>Comparison</Type>
|
|
297
|
+
<Operator>Equal</Operator>
|
|
298
|
+
<PropName source='context'>IsStandardVariable</PropName>
|
|
299
|
+
<Value>-1</Value>
|
|
300
|
+
</Expression>
|
|
301
|
+
</Condition>
|
|
302
|
+
</Depend>
|
|
303
|
+
<Depend type='Invalid'>
|
|
304
|
+
<Value>UMPV</Value>
|
|
305
|
+
</Depend>
|
|
306
|
+
</Dependencies>
|
|
307
|
+
</Prop>
|
|
308
|
+
<Prop hidden='1'>
|
|
309
|
+
<Id>FormClassSelector</Id>
|
|
310
|
+
<Name>Form Class</Name>
|
|
311
|
+
<Type>Custom</Type>
|
|
312
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.FormClassSelector, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
313
|
+
<Dependencies>
|
|
314
|
+
<Depend type='Apply'>
|
|
315
|
+
<Cond>value(IS_WEB_GEN) == false</Cond>
|
|
316
|
+
<Condition>
|
|
317
|
+
<Expression>
|
|
318
|
+
<Type>Comparison</Type>
|
|
319
|
+
<Operator>Equal</Operator>
|
|
320
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
321
|
+
<Value>false</Value>
|
|
322
|
+
</Expression>
|
|
323
|
+
</Condition>
|
|
324
|
+
</Depend>
|
|
325
|
+
</Dependencies>
|
|
326
|
+
</Prop>
|
|
327
|
+
<Prop hidden='1'>
|
|
328
|
+
<Id>STATUSBAR</Id>
|
|
329
|
+
<Name>Show status bar</Name>
|
|
330
|
+
<Description>Show status bar</Description>
|
|
331
|
+
<Type>Combo</Type>
|
|
332
|
+
<Default>when_needed</Default>
|
|
333
|
+
<Values>
|
|
334
|
+
<Value id='when_needed' desc='Depending on object type'/>
|
|
335
|
+
<Value id='always' desc='Always'/>
|
|
336
|
+
<Value id='never' desc='Never'/>
|
|
337
|
+
</Values>
|
|
338
|
+
<Dependencies>
|
|
339
|
+
<Depend type='Default'>
|
|
340
|
+
<Value>always</Value>
|
|
341
|
+
<Cond>context(SHOW_S) == YES</Cond>
|
|
342
|
+
<Condition>
|
|
343
|
+
<Expression>
|
|
344
|
+
<Type>Comparison</Type>
|
|
345
|
+
<Operator>Equal</Operator>
|
|
346
|
+
<PropName source='context'>SHOW_S</PropName>
|
|
347
|
+
<Value>YES</Value>
|
|
348
|
+
</Expression>
|
|
349
|
+
</Condition>
|
|
350
|
+
</Depend>
|
|
351
|
+
<Depend type='Default'>
|
|
352
|
+
<Value>never</Value>
|
|
353
|
+
<Cond>context(SHOW_S) == NO</Cond>
|
|
354
|
+
<Condition>
|
|
355
|
+
<Expression>
|
|
356
|
+
<Type>Comparison</Type>
|
|
357
|
+
<Operator>Equal</Operator>
|
|
358
|
+
<PropName source='context'>SHOW_S</PropName>
|
|
359
|
+
<Value>NO</Value>
|
|
360
|
+
</Expression>
|
|
361
|
+
</Condition>
|
|
362
|
+
</Depend>
|
|
363
|
+
<Depend type='Not Show'>
|
|
364
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
365
|
+
<Condition>
|
|
366
|
+
<Expression>
|
|
367
|
+
<Type>Comparison</Type>
|
|
368
|
+
<Operator>Equal</Operator>
|
|
369
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
370
|
+
<Value>true</Value>
|
|
371
|
+
</Expression>
|
|
372
|
+
</Condition>
|
|
373
|
+
</Depend>
|
|
374
|
+
</Dependencies>
|
|
375
|
+
</Prop>
|
|
376
|
+
<Prop>
|
|
377
|
+
<Id>TAB_PAGE_EXIT</Id>
|
|
378
|
+
<Name>End tab page action</Name>
|
|
379
|
+
<Description>End tab page action</Description>
|
|
380
|
+
<Type>Combo</Type>
|
|
381
|
+
<Default>next_page</Default>
|
|
382
|
+
<Values>
|
|
383
|
+
<Value id='next_page' desc='Jump to next page'/>
|
|
384
|
+
<Value id='exit_tab' desc='Exit tab'/>
|
|
385
|
+
</Values>
|
|
386
|
+
</Prop>
|
|
387
|
+
<Prop hidden='1'>
|
|
388
|
+
<Id>SHOW_FRM</Id>
|
|
389
|
+
<Name>Show form</Name>
|
|
390
|
+
<Description>Show form</Description>
|
|
391
|
+
<Type>Combo</Type>
|
|
392
|
+
<Default>BEFORE</Default>
|
|
393
|
+
<Values>
|
|
394
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
395
|
+
<Value id='BEFORE' desc='Before Start Event'/>
|
|
396
|
+
<Value id='AFTER' desc='After Start Event'/>
|
|
397
|
+
</Values>
|
|
398
|
+
<Dependencies>
|
|
399
|
+
<Depend type='Invalid'>
|
|
400
|
+
<Value>UMPV</Value>
|
|
401
|
+
</Depend>
|
|
402
|
+
<Depend type='Not Show'>
|
|
403
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
404
|
+
<Condition>
|
|
405
|
+
<Expression>
|
|
406
|
+
<Type>Comparison</Type>
|
|
407
|
+
<Operator>Equal</Operator>
|
|
408
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
409
|
+
<Value>true</Value>
|
|
410
|
+
</Expression>
|
|
411
|
+
</Condition>
|
|
412
|
+
</Depend>
|
|
413
|
+
</Dependencies>
|
|
414
|
+
</Prop>
|
|
415
|
+
<Prop hidden='1'>
|
|
416
|
+
<Id>FC_READONLY</Id>
|
|
417
|
+
<Name>Color in read-only fields</Name>
|
|
418
|
+
<Description>Color in read-only fields</Description>
|
|
419
|
+
<Type>Combo</Type>
|
|
420
|
+
<Default>GRAYED</Default>
|
|
421
|
+
<Values>
|
|
422
|
+
<Value id='GRAYED' desc='Grayed (Windows Default)'/>
|
|
423
|
+
<Value id='ORIGINAL' desc='Original'/>
|
|
424
|
+
</Values>
|
|
425
|
+
<Dependencies>
|
|
426
|
+
<Depend type='Not Show'>
|
|
427
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
428
|
+
<Condition>
|
|
429
|
+
<Expression>
|
|
430
|
+
<Type>Comparison</Type>
|
|
431
|
+
<Operator>Equal</Operator>
|
|
432
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
433
|
+
<Value>true</Value>
|
|
434
|
+
</Expression>
|
|
435
|
+
</Condition>
|
|
436
|
+
</Depend>
|
|
437
|
+
</Dependencies>
|
|
438
|
+
</Prop>
|
|
439
|
+
<Prop hidden='1'>
|
|
440
|
+
<Id>SUBFILE_ORDER</Id>
|
|
441
|
+
<Name>Click to sort in grid</Name>
|
|
442
|
+
<Description>Click to sort in grid</Description>
|
|
443
|
+
<Type>Combo</Type>
|
|
444
|
+
<Default>Y</Default>
|
|
445
|
+
<Values>
|
|
446
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
447
|
+
<Value id='Y' desc='Enabled'/>
|
|
448
|
+
<Value id='N' desc='Disabled'/>
|
|
449
|
+
</Values>
|
|
450
|
+
<Dependencies>
|
|
451
|
+
<Depend type='Invalid'>
|
|
452
|
+
<Value>UMPV</Value>
|
|
453
|
+
</Depend>
|
|
454
|
+
<Depend type='Not Show'>
|
|
455
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
456
|
+
<Condition>
|
|
457
|
+
<Expression>
|
|
458
|
+
<Type>Comparison</Type>
|
|
459
|
+
<Operator>Equal</Operator>
|
|
460
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
461
|
+
<Value>true</Value>
|
|
462
|
+
</Expression>
|
|
463
|
+
</Condition>
|
|
464
|
+
</Depend>
|
|
465
|
+
</Dependencies>
|
|
466
|
+
</Prop>
|
|
467
|
+
<Prop>
|
|
468
|
+
<Id>WP_SKIP</Id>
|
|
469
|
+
<Name>Skip read-only columns</Name>
|
|
470
|
+
<Description>Skip read-only columns</Description>
|
|
471
|
+
<Type>Combo</Type>
|
|
472
|
+
<Default>Yes</Default>
|
|
473
|
+
<Values>
|
|
474
|
+
<Value id='Yes' desc='Yes'/>
|
|
475
|
+
<Value id='No' desc='No'/>
|
|
476
|
+
</Values>
|
|
477
|
+
</Prop>
|
|
478
|
+
<Prop>
|
|
479
|
+
<Id>SHOW_M</Id>
|
|
480
|
+
<Name>Show menu bar</Name>
|
|
481
|
+
<Description>Show menu bar</Description>
|
|
482
|
+
<Type>Combo</Type>
|
|
483
|
+
<Default>YES</Default>
|
|
484
|
+
<Values>
|
|
485
|
+
<Value id='YES' desc='Yes'/>
|
|
486
|
+
<Value id='NO' desc='No'/>
|
|
487
|
+
</Values>
|
|
488
|
+
</Prop>
|
|
489
|
+
<Prop>
|
|
490
|
+
<Id>SHOW_T</Id>
|
|
491
|
+
<Name>Show toolbar</Name>
|
|
492
|
+
<Description>Show toolbar</Description>
|
|
493
|
+
<Type>Combo</Type>
|
|
494
|
+
<Default>YES</Default>
|
|
495
|
+
<Values>
|
|
496
|
+
<Value id='YES' desc='Yes'/>
|
|
497
|
+
<Value id='NO' desc='No'/>
|
|
498
|
+
</Values>
|
|
499
|
+
</Prop>
|
|
500
|
+
<Prop>
|
|
501
|
+
<Id>WORKFILE_LINES</Id>
|
|
502
|
+
<Name>Maximum workFile lines</Name>
|
|
503
|
+
<Description>Maximum workFile lines</Description>
|
|
504
|
+
<Type>Integer</Type>
|
|
505
|
+
<Default>10000</Default>
|
|
506
|
+
</Prop>
|
|
507
|
+
<Prop hidden='1'>
|
|
508
|
+
<Id>WP_RESIZE</Id>
|
|
509
|
+
<Name>Allow column resizing</Name>
|
|
510
|
+
<Description>Allow column resizing</Description>
|
|
511
|
+
<Type>Combo</Type>
|
|
512
|
+
<Default>Yes</Default>
|
|
513
|
+
<Values>
|
|
514
|
+
<Value id='Yes' desc='Yes'/>
|
|
515
|
+
<Value id='No' desc='No'/>
|
|
516
|
+
</Values>
|
|
517
|
+
<Dependencies>
|
|
518
|
+
<Depend type='Not Show'>
|
|
519
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
520
|
+
<Condition>
|
|
521
|
+
<Expression>
|
|
522
|
+
<Type>Comparison</Type>
|
|
523
|
+
<Operator>Equal</Operator>
|
|
524
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
525
|
+
<Value>true</Value>
|
|
526
|
+
</Expression>
|
|
527
|
+
</Condition>
|
|
528
|
+
</Depend>
|
|
529
|
+
</Dependencies>
|
|
530
|
+
</Prop>
|
|
531
|
+
<Group>
|
|
532
|
+
<Name>Web interface</Name>
|
|
533
|
+
<Description>Web interface</Description>
|
|
534
|
+
<Type>Group</Type>
|
|
535
|
+
<Children>
|
|
536
|
+
<Group>
|
|
537
|
+
<Id>PROP_DATEPICKER_GROUP</Id>
|
|
538
|
+
<Name>Datepicker</Name>
|
|
539
|
+
<Type>Group</Type>
|
|
540
|
+
<Dependencies>
|
|
541
|
+
<Depend type='Not Show'>
|
|
542
|
+
<Cond>value(IS_WEB_GEN) != true</Cond>
|
|
543
|
+
<Condition>
|
|
544
|
+
<Expression>
|
|
545
|
+
<Type>Comparison</Type>
|
|
546
|
+
<Operator>NotEqual</Operator>
|
|
547
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
548
|
+
<Value>true</Value>
|
|
549
|
+
</Expression>
|
|
550
|
+
</Condition>
|
|
551
|
+
</Depend>
|
|
552
|
+
</Dependencies>
|
|
553
|
+
<Children>
|
|
554
|
+
<Prop>
|
|
555
|
+
<Id>idUSE_WEB_DATEPICKER</Id>
|
|
556
|
+
<Name>Enable Datepicker</Name>
|
|
557
|
+
<Description>Enable datepicker calendar generation</Description>
|
|
558
|
+
<Type>Combo</Type>
|
|
559
|
+
<Default>Yes</Default>
|
|
560
|
+
<Values>
|
|
561
|
+
<Value id='Yes' desc='Yes'/>
|
|
562
|
+
<Value id='No' desc='No'/>
|
|
563
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
564
|
+
</Values>
|
|
565
|
+
<Dependencies>
|
|
566
|
+
<Depend type='Invalid'>
|
|
567
|
+
<Value>UMPV</Value>
|
|
568
|
+
</Depend>
|
|
569
|
+
</Dependencies>
|
|
570
|
+
</Prop>
|
|
571
|
+
<Prop>
|
|
572
|
+
<Id>WNUM_DATEPICKER</Id>
|
|
573
|
+
<Name>Show week numbers</Name>
|
|
574
|
+
<Description>Show calendar week numbers</Description>
|
|
575
|
+
<Type>Combo</Type>
|
|
576
|
+
<Default>No</Default>
|
|
577
|
+
<Values>
|
|
578
|
+
<Value id='Yes' desc='Yes'/>
|
|
579
|
+
<Value id='No' desc='No'/>
|
|
580
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
581
|
+
</Values>
|
|
582
|
+
<Dependencies>
|
|
583
|
+
<Depend type='Not Show'>
|
|
584
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
585
|
+
<Condition>
|
|
586
|
+
<Expression>
|
|
587
|
+
<Type>Comparison</Type>
|
|
588
|
+
<Operator>Equal</Operator>
|
|
589
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
590
|
+
<Value>No</Value>
|
|
591
|
+
</Expression>
|
|
592
|
+
</Condition>
|
|
593
|
+
</Depend>
|
|
594
|
+
<Depend type='Invalid'>
|
|
595
|
+
<Value>Yes</Value>
|
|
596
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
597
|
+
<Condition>
|
|
598
|
+
<Expression>
|
|
599
|
+
<Type>Comparison</Type>
|
|
600
|
+
<Operator>Equal</Operator>
|
|
601
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
602
|
+
<Value>No</Value>
|
|
603
|
+
</Expression>
|
|
604
|
+
</Condition>
|
|
605
|
+
</Depend>
|
|
606
|
+
<Depend type='Invalid'>
|
|
607
|
+
<Value>UMPV</Value>
|
|
608
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
609
|
+
<Condition>
|
|
610
|
+
<Expression>
|
|
611
|
+
<Type>Comparison</Type>
|
|
612
|
+
<Operator>Equal</Operator>
|
|
613
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
614
|
+
<Value>No</Value>
|
|
615
|
+
</Expression>
|
|
616
|
+
</Condition>
|
|
617
|
+
</Depend>
|
|
618
|
+
<Depend type='Invalid'>
|
|
619
|
+
<Value>UMPV</Value>
|
|
620
|
+
</Depend>
|
|
621
|
+
</Dependencies>
|
|
622
|
+
</Prop>
|
|
623
|
+
<Prop>
|
|
624
|
+
<Id>FIRST_WD_DATEPICKER</Id>
|
|
625
|
+
<Name>First day of week</Name>
|
|
626
|
+
<Description>Select first day of week for calendar</Description>
|
|
627
|
+
<Type>Combo</Type>
|
|
628
|
+
<Default>Sunday</Default>
|
|
629
|
+
<Values>
|
|
630
|
+
<Value id='Sunday' desc='Sunday'/>
|
|
631
|
+
<Value id='Monday' desc='Monday'/>
|
|
632
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
633
|
+
</Values>
|
|
634
|
+
<Dependencies>
|
|
635
|
+
<Depend type='Not Show'>
|
|
636
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
637
|
+
<Condition>
|
|
638
|
+
<Expression>
|
|
639
|
+
<Type>Comparison</Type>
|
|
640
|
+
<Operator>Equal</Operator>
|
|
641
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
642
|
+
<Value>No</Value>
|
|
643
|
+
</Expression>
|
|
644
|
+
</Condition>
|
|
645
|
+
</Depend>
|
|
646
|
+
<Depend type='Invalid'>
|
|
647
|
+
<Value>Monday</Value>
|
|
648
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
649
|
+
<Condition>
|
|
650
|
+
<Expression>
|
|
651
|
+
<Type>Comparison</Type>
|
|
652
|
+
<Operator>Equal</Operator>
|
|
653
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
654
|
+
<Value>No</Value>
|
|
655
|
+
</Expression>
|
|
656
|
+
</Condition>
|
|
657
|
+
</Depend>
|
|
658
|
+
<Depend type='Invalid'>
|
|
659
|
+
<Value>UMPV</Value>
|
|
660
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
661
|
+
<Condition>
|
|
662
|
+
<Expression>
|
|
663
|
+
<Type>Comparison</Type>
|
|
664
|
+
<Operator>Equal</Operator>
|
|
665
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
666
|
+
<Value>No</Value>
|
|
667
|
+
</Expression>
|
|
668
|
+
</Condition>
|
|
669
|
+
</Depend>
|
|
670
|
+
<Depend type='Invalid'>
|
|
671
|
+
<Value>UMPV</Value>
|
|
672
|
+
</Depend>
|
|
673
|
+
</Dependencies>
|
|
674
|
+
</Prop>
|
|
675
|
+
</Children>
|
|
676
|
+
</Group>
|
|
677
|
+
</Children>
|
|
678
|
+
</Group>
|
|
679
|
+
<Group>
|
|
680
|
+
<Id>KEYC</Id>
|
|
681
|
+
<Name>Key configuration</Name>
|
|
682
|
+
<Description>Key configuration</Description>
|
|
683
|
+
<Type>Group</Type>
|
|
684
|
+
<Metadata>
|
|
685
|
+
<Value name='FlagCategories'>Win</Value>
|
|
686
|
+
</Metadata>
|
|
687
|
+
<Children>
|
|
688
|
+
<Prop>
|
|
689
|
+
<Id>FIELD_EXIT</Id>
|
|
690
|
+
<Name>Field exit</Name>
|
|
691
|
+
<Description>Field exit</Description>
|
|
692
|
+
<Type>Combo</Type>
|
|
693
|
+
<Default>Tab</Default>
|
|
694
|
+
<Values>
|
|
695
|
+
<Value id='Tab' desc='Tab, Shift-Tab'/>
|
|
696
|
+
<Value id='TabEnter' desc='Enter, Tab, Shift-Tab'/>
|
|
697
|
+
<Value id='Only+' desc="'+' Key, Tab, Shift-Tab"/>
|
|
698
|
+
<Value id='Enter' desc='Enter, Down Arrow, Up Arrow, Tab, Shift-Tab'/>
|
|
699
|
+
<Value id='+' desc="'+' Key, Down Arrow, Up Arrow, Tab, Shift-Tab"/>
|
|
700
|
+
<Value id='fpw_comp' desc='FoxPro 2.6 generator'/>
|
|
701
|
+
<Value id='last_char' desc='Passing last char'/>
|
|
702
|
+
</Values>
|
|
703
|
+
<Dependencies>
|
|
704
|
+
<Depend type='Invalid'>
|
|
705
|
+
<Value>Only+</Value>
|
|
706
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
707
|
+
<Condition>
|
|
708
|
+
<Expression>
|
|
709
|
+
<Type>Comparison</Type>
|
|
710
|
+
<Operator>Equal</Operator>
|
|
711
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
712
|
+
<Value>true</Value>
|
|
713
|
+
</Expression>
|
|
714
|
+
</Condition>
|
|
715
|
+
</Depend>
|
|
716
|
+
<Depend type='Invalid'>
|
|
717
|
+
<Value>Enter</Value>
|
|
718
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
719
|
+
<Condition>
|
|
720
|
+
<Expression>
|
|
721
|
+
<Type>Comparison</Type>
|
|
722
|
+
<Operator>Equal</Operator>
|
|
723
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
724
|
+
<Value>true</Value>
|
|
725
|
+
</Expression>
|
|
726
|
+
</Condition>
|
|
727
|
+
</Depend>
|
|
728
|
+
<Depend type='Invalid'>
|
|
729
|
+
<Value>+</Value>
|
|
730
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
731
|
+
<Condition>
|
|
732
|
+
<Expression>
|
|
733
|
+
<Type>Comparison</Type>
|
|
734
|
+
<Operator>Equal</Operator>
|
|
735
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
736
|
+
<Value>true</Value>
|
|
737
|
+
</Expression>
|
|
738
|
+
</Condition>
|
|
739
|
+
</Depend>
|
|
740
|
+
</Dependencies>
|
|
741
|
+
</Prop>
|
|
742
|
+
<Group>
|
|
743
|
+
<Id>AS4KEYS</Id>
|
|
744
|
+
<Name>Key assignment</Name>
|
|
745
|
+
<Description>Key assignment</Description>
|
|
746
|
+
<Type>Group</Type>
|
|
747
|
+
<Children>
|
|
748
|
+
<Prop>
|
|
749
|
+
<Id>ASSIGNED_FNC_KEYS</Id>
|
|
750
|
+
<Name>Assign Function Keys to Standard Events</Name>
|
|
751
|
+
<Type>Combo</Type>
|
|
752
|
+
<Default>No</Default>
|
|
753
|
+
<Values>
|
|
754
|
+
<Value id='Yes' desc='Yes'/>
|
|
755
|
+
<Value id='No' desc='No'/>
|
|
756
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
757
|
+
</Values>
|
|
758
|
+
<Dependencies>
|
|
759
|
+
<Depend type='Default'>
|
|
760
|
+
<Value>Yes</Value>
|
|
761
|
+
<Cond>value(IS_WEB_GEN) != true</Cond>
|
|
762
|
+
<Condition>
|
|
763
|
+
<Expression>
|
|
764
|
+
<Type>Comparison</Type>
|
|
765
|
+
<Operator>NotEqual</Operator>
|
|
766
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
767
|
+
<Value>true</Value>
|
|
768
|
+
</Expression>
|
|
769
|
+
</Condition>
|
|
770
|
+
</Depend>
|
|
771
|
+
<Depend type='Invalid'>
|
|
772
|
+
<Value>UMPV</Value>
|
|
773
|
+
</Depend>
|
|
774
|
+
</Dependencies>
|
|
775
|
+
</Prop>
|
|
776
|
+
<Prop hidden='1'>
|
|
777
|
+
<Id>KEY_HELP</Id>
|
|
778
|
+
<Name>Help key</Name>
|
|
779
|
+
<Description>Help key</Description>
|
|
780
|
+
<Type>Combo</Type>
|
|
781
|
+
<Values>
|
|
782
|
+
<Value id='N' desc='None'/>
|
|
783
|
+
<Value id='0' desc='Disabled'/>
|
|
784
|
+
<Value id='1' desc='F1'/>
|
|
785
|
+
<Value id='2' desc='F2'/>
|
|
786
|
+
<Value id='3' desc='F3'/>
|
|
787
|
+
<Value id='4' desc='F4'/>
|
|
788
|
+
<Value id='5' desc='F5'/>
|
|
789
|
+
<Value id='6' desc='F6'/>
|
|
790
|
+
<Value id='7' desc='F7'/>
|
|
791
|
+
<Value id='8' desc='F8'/>
|
|
792
|
+
<Value id='9' desc='F9'/>
|
|
793
|
+
<Value id='10' desc='F10'/>
|
|
794
|
+
<Value id='11' desc='F11'/>
|
|
795
|
+
<Value id='12' desc='F12'/>
|
|
796
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
797
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
798
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
799
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
800
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
801
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
802
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
803
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
804
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
805
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
806
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
807
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
808
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
809
|
+
</Values>
|
|
810
|
+
<Dependencies>
|
|
811
|
+
<Depend type='Not Show'>
|
|
812
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
813
|
+
<Condition>
|
|
814
|
+
<Expression>
|
|
815
|
+
<Type>Comparison</Type>
|
|
816
|
+
<Operator>Equal</Operator>
|
|
817
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
818
|
+
<Value>No</Value>
|
|
819
|
+
</Expression>
|
|
820
|
+
</Condition>
|
|
821
|
+
</Depend>
|
|
822
|
+
<Depend type='Default'>
|
|
823
|
+
<Value>1</Value>
|
|
824
|
+
</Depend>
|
|
825
|
+
<Depend type='Invalid'>
|
|
826
|
+
<Value>UMPV</Value>
|
|
827
|
+
</Depend>
|
|
828
|
+
<Depend type='Invalid'>
|
|
829
|
+
<Value>0</Value>
|
|
830
|
+
</Depend>
|
|
831
|
+
</Dependencies>
|
|
832
|
+
<Metadata>
|
|
833
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
834
|
+
</Metadata>
|
|
835
|
+
</Prop>
|
|
836
|
+
<Prop hidden='1'>
|
|
837
|
+
<Id>KEY_CHECK</Id>
|
|
838
|
+
<Name>Check key</Name>
|
|
839
|
+
<Description>Check key</Description>
|
|
840
|
+
<Type>Combo</Type>
|
|
841
|
+
<Values>
|
|
842
|
+
<Value id='N' desc='None'/>
|
|
843
|
+
<Value id='0' desc='Disabled'/>
|
|
844
|
+
<Value id='1' desc='F1'/>
|
|
845
|
+
<Value id='2' desc='F2'/>
|
|
846
|
+
<Value id='3' desc='F3'/>
|
|
847
|
+
<Value id='4' desc='F4'/>
|
|
848
|
+
<Value id='5' desc='F5'/>
|
|
849
|
+
<Value id='6' desc='F6'/>
|
|
850
|
+
<Value id='7' desc='F7'/>
|
|
851
|
+
<Value id='8' desc='F8'/>
|
|
852
|
+
<Value id='9' desc='F9'/>
|
|
853
|
+
<Value id='10' desc='F10'/>
|
|
854
|
+
<Value id='11' desc='F11'/>
|
|
855
|
+
<Value id='12' desc='F12'/>
|
|
856
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
857
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
858
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
859
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
860
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
861
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
862
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
863
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
864
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
865
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
866
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
867
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
868
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
869
|
+
</Values>
|
|
870
|
+
<Dependencies>
|
|
871
|
+
<Depend type='Not Show'>
|
|
872
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
873
|
+
<Condition>
|
|
874
|
+
<Expression>
|
|
875
|
+
<Type>Comparison</Type>
|
|
876
|
+
<Operator>Equal</Operator>
|
|
877
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
878
|
+
<Value>No</Value>
|
|
879
|
+
</Expression>
|
|
880
|
+
</Condition>
|
|
881
|
+
</Depend>
|
|
882
|
+
<Depend type='Default'>
|
|
883
|
+
<Value>2</Value>
|
|
884
|
+
</Depend>
|
|
885
|
+
<Depend type='Invalid'>
|
|
886
|
+
<Value>UMPV</Value>
|
|
887
|
+
</Depend>
|
|
888
|
+
<Depend type='Invalid'>
|
|
889
|
+
<Value>0</Value>
|
|
890
|
+
</Depend>
|
|
891
|
+
</Dependencies>
|
|
892
|
+
<Metadata>
|
|
893
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
894
|
+
</Metadata>
|
|
895
|
+
</Prop>
|
|
896
|
+
<Prop hidden='1'>
|
|
897
|
+
<Id>KEY_EXIT</Id>
|
|
898
|
+
<Name>Exit key</Name>
|
|
899
|
+
<Description>Exit key</Description>
|
|
900
|
+
<Type>Combo</Type>
|
|
901
|
+
<Values>
|
|
902
|
+
<Value id='N' desc='None'/>
|
|
903
|
+
<Value id='0' desc='Disabled'/>
|
|
904
|
+
<Value id='1' desc='F1'/>
|
|
905
|
+
<Value id='2' desc='F2'/>
|
|
906
|
+
<Value id='3' desc='F3'/>
|
|
907
|
+
<Value id='4' desc='F4'/>
|
|
908
|
+
<Value id='5' desc='F5'/>
|
|
909
|
+
<Value id='6' desc='F6'/>
|
|
910
|
+
<Value id='7' desc='F7'/>
|
|
911
|
+
<Value id='8' desc='F8'/>
|
|
912
|
+
<Value id='9' desc='F9'/>
|
|
913
|
+
<Value id='10' desc='F10'/>
|
|
914
|
+
<Value id='11' desc='F11'/>
|
|
915
|
+
<Value id='12' desc='F12'/>
|
|
916
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
917
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
918
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
919
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
920
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
921
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
922
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
923
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
924
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
925
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
926
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
927
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
928
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
929
|
+
</Values>
|
|
930
|
+
<Dependencies>
|
|
931
|
+
<Depend type='Not Show'>
|
|
932
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
933
|
+
<Condition>
|
|
934
|
+
<Expression>
|
|
935
|
+
<Type>Comparison</Type>
|
|
936
|
+
<Operator>Equal</Operator>
|
|
937
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
938
|
+
<Value>No</Value>
|
|
939
|
+
</Expression>
|
|
940
|
+
</Condition>
|
|
941
|
+
</Depend>
|
|
942
|
+
<Depend type='Default'>
|
|
943
|
+
<Value>3</Value>
|
|
944
|
+
</Depend>
|
|
945
|
+
<Depend type='Invalid'>
|
|
946
|
+
<Value>UMPV</Value>
|
|
947
|
+
</Depend>
|
|
948
|
+
<Depend type='Invalid'>
|
|
949
|
+
<Value>0</Value>
|
|
950
|
+
</Depend>
|
|
951
|
+
</Dependencies>
|
|
952
|
+
<Metadata>
|
|
953
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
954
|
+
</Metadata>
|
|
955
|
+
</Prop>
|
|
956
|
+
<Prop hidden='1'>
|
|
957
|
+
<Id>KEY_PROMPT</Id>
|
|
958
|
+
<Name>Prompt key</Name>
|
|
959
|
+
<Description>Prompt key</Description>
|
|
960
|
+
<Type>Combo</Type>
|
|
961
|
+
<Default>4</Default>
|
|
962
|
+
<Values>
|
|
963
|
+
<Value id='N' desc='None'/>
|
|
964
|
+
<Value id='0' desc='Disabled'/>
|
|
965
|
+
<Value id='1' desc='F1'/>
|
|
966
|
+
<Value id='2' desc='F2'/>
|
|
967
|
+
<Value id='3' desc='F3'/>
|
|
968
|
+
<Value id='4' desc='F4'/>
|
|
969
|
+
<Value id='5' desc='F5'/>
|
|
970
|
+
<Value id='6' desc='F6'/>
|
|
971
|
+
<Value id='7' desc='F7'/>
|
|
972
|
+
<Value id='8' desc='F8'/>
|
|
973
|
+
<Value id='9' desc='F9'/>
|
|
974
|
+
<Value id='10' desc='F10'/>
|
|
975
|
+
<Value id='11' desc='F11'/>
|
|
976
|
+
<Value id='12' desc='F12'/>
|
|
977
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
978
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
979
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
980
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
981
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
982
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
983
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
984
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
985
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
986
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
987
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
988
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
989
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
990
|
+
</Values>
|
|
991
|
+
<Dependencies>
|
|
992
|
+
<Depend type='Not Show'>
|
|
993
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
994
|
+
<Condition>
|
|
995
|
+
<Expression>
|
|
996
|
+
<Type>Comparison</Type>
|
|
997
|
+
<Operator>Equal</Operator>
|
|
998
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
999
|
+
<Value>No</Value>
|
|
1000
|
+
</Expression>
|
|
1001
|
+
</Condition>
|
|
1002
|
+
</Depend>
|
|
1003
|
+
<Depend type='Default'>
|
|
1004
|
+
<Value>4</Value>
|
|
1005
|
+
</Depend>
|
|
1006
|
+
<Depend type='Default'>
|
|
1007
|
+
<Value>N</Value>
|
|
1008
|
+
</Depend>
|
|
1009
|
+
<Depend type='Invalid'>
|
|
1010
|
+
<Value>UMPV</Value>
|
|
1011
|
+
</Depend>
|
|
1012
|
+
<Depend type='Invalid'>
|
|
1013
|
+
<Value>0</Value>
|
|
1014
|
+
</Depend>
|
|
1015
|
+
</Dependencies>
|
|
1016
|
+
<Metadata>
|
|
1017
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1018
|
+
</Metadata>
|
|
1019
|
+
</Prop>
|
|
1020
|
+
<Prop hidden='1'>
|
|
1021
|
+
<Id>KEY_REFRESH</Id>
|
|
1022
|
+
<Name>Refresh key</Name>
|
|
1023
|
+
<Description>Refresh key</Description>
|
|
1024
|
+
<Type>Combo</Type>
|
|
1025
|
+
<Values>
|
|
1026
|
+
<Value id='N' desc='None'/>
|
|
1027
|
+
<Value id='0' desc='Disabled'/>
|
|
1028
|
+
<Value id='1' desc='F1'/>
|
|
1029
|
+
<Value id='2' desc='F2'/>
|
|
1030
|
+
<Value id='3' desc='F3'/>
|
|
1031
|
+
<Value id='4' desc='F4'/>
|
|
1032
|
+
<Value id='5' desc='F5'/>
|
|
1033
|
+
<Value id='6' desc='F6'/>
|
|
1034
|
+
<Value id='7' desc='F7'/>
|
|
1035
|
+
<Value id='8' desc='F8'/>
|
|
1036
|
+
<Value id='9' desc='F9'/>
|
|
1037
|
+
<Value id='10' desc='F10'/>
|
|
1038
|
+
<Value id='11' desc='F11'/>
|
|
1039
|
+
<Value id='12' desc='F12'/>
|
|
1040
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1041
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1042
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1043
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1044
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1045
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1046
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1047
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1048
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1049
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1050
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1051
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1052
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1053
|
+
</Values>
|
|
1054
|
+
<Dependencies>
|
|
1055
|
+
<Depend type='Not Show'>
|
|
1056
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1057
|
+
<Condition>
|
|
1058
|
+
<Expression>
|
|
1059
|
+
<Type>Comparison</Type>
|
|
1060
|
+
<Operator>Equal</Operator>
|
|
1061
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1062
|
+
<Value>No</Value>
|
|
1063
|
+
</Expression>
|
|
1064
|
+
</Condition>
|
|
1065
|
+
</Depend>
|
|
1066
|
+
<Depend type='Default'>
|
|
1067
|
+
<Value>5</Value>
|
|
1068
|
+
</Depend>
|
|
1069
|
+
<Depend type='Invalid'>
|
|
1070
|
+
<Value>UMPV</Value>
|
|
1071
|
+
</Depend>
|
|
1072
|
+
<Depend type='Invalid'>
|
|
1073
|
+
<Value>0</Value>
|
|
1074
|
+
</Depend>
|
|
1075
|
+
</Dependencies>
|
|
1076
|
+
<Metadata>
|
|
1077
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1078
|
+
</Metadata>
|
|
1079
|
+
</Prop>
|
|
1080
|
+
<Prop hidden='1'>
|
|
1081
|
+
<Id>KEY_INSERT</Id>
|
|
1082
|
+
<Name>Insert key</Name>
|
|
1083
|
+
<Description>Insert key</Description>
|
|
1084
|
+
<Type>Combo</Type>
|
|
1085
|
+
<Values>
|
|
1086
|
+
<Value id='N' desc='None'/>
|
|
1087
|
+
<Value id='0' desc='Disabled'/>
|
|
1088
|
+
<Value id='1' desc='F1'/>
|
|
1089
|
+
<Value id='2' desc='F2'/>
|
|
1090
|
+
<Value id='3' desc='F3'/>
|
|
1091
|
+
<Value id='4' desc='F4'/>
|
|
1092
|
+
<Value id='5' desc='F5'/>
|
|
1093
|
+
<Value id='6' desc='F6'/>
|
|
1094
|
+
<Value id='7' desc='F7'/>
|
|
1095
|
+
<Value id='8' desc='F8'/>
|
|
1096
|
+
<Value id='9' desc='F9'/>
|
|
1097
|
+
<Value id='10' desc='F10'/>
|
|
1098
|
+
<Value id='11' desc='F11'/>
|
|
1099
|
+
<Value id='12' desc='F12'/>
|
|
1100
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1101
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1102
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1103
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1104
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1105
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1106
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1107
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1108
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1109
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1110
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1111
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1112
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1113
|
+
</Values>
|
|
1114
|
+
<Dependencies>
|
|
1115
|
+
<Depend type='Not Show'>
|
|
1116
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1117
|
+
<Condition>
|
|
1118
|
+
<Expression>
|
|
1119
|
+
<Type>Comparison</Type>
|
|
1120
|
+
<Operator>Equal</Operator>
|
|
1121
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1122
|
+
<Value>No</Value>
|
|
1123
|
+
</Expression>
|
|
1124
|
+
</Condition>
|
|
1125
|
+
</Depend>
|
|
1126
|
+
<Depend type='Default'>
|
|
1127
|
+
<Value>6</Value>
|
|
1128
|
+
</Depend>
|
|
1129
|
+
<Depend type='Invalid'>
|
|
1130
|
+
<Value>UMPV</Value>
|
|
1131
|
+
</Depend>
|
|
1132
|
+
<Depend type='Invalid'>
|
|
1133
|
+
<Value>0</Value>
|
|
1134
|
+
</Depend>
|
|
1135
|
+
</Dependencies>
|
|
1136
|
+
<Metadata>
|
|
1137
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1138
|
+
</Metadata>
|
|
1139
|
+
</Prop>
|
|
1140
|
+
<Prop hidden='1'>
|
|
1141
|
+
<Id>KEY_PREVIOUS</Id>
|
|
1142
|
+
<Name>Previous record key</Name>
|
|
1143
|
+
<Description>Previous record key</Description>
|
|
1144
|
+
<Type>Combo</Type>
|
|
1145
|
+
<Values>
|
|
1146
|
+
<Value id='N' desc='None'/>
|
|
1147
|
+
<Value id='0' desc='Disabled'/>
|
|
1148
|
+
<Value id='1' desc='F1'/>
|
|
1149
|
+
<Value id='2' desc='F2'/>
|
|
1150
|
+
<Value id='3' desc='F3'/>
|
|
1151
|
+
<Value id='4' desc='F4'/>
|
|
1152
|
+
<Value id='5' desc='F5'/>
|
|
1153
|
+
<Value id='6' desc='F6'/>
|
|
1154
|
+
<Value id='7' desc='F7'/>
|
|
1155
|
+
<Value id='8' desc='F8'/>
|
|
1156
|
+
<Value id='9' desc='F9'/>
|
|
1157
|
+
<Value id='10' desc='F10'/>
|
|
1158
|
+
<Value id='11' desc='F11'/>
|
|
1159
|
+
<Value id='12' desc='F12'/>
|
|
1160
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1161
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1162
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1163
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1164
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1165
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1166
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1167
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1168
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1169
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1170
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1171
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1172
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1173
|
+
</Values>
|
|
1174
|
+
<Dependencies>
|
|
1175
|
+
<Depend type='Not Show'>
|
|
1176
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1177
|
+
<Condition>
|
|
1178
|
+
<Expression>
|
|
1179
|
+
<Type>Comparison</Type>
|
|
1180
|
+
<Operator>Equal</Operator>
|
|
1181
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1182
|
+
<Value>No</Value>
|
|
1183
|
+
</Expression>
|
|
1184
|
+
</Condition>
|
|
1185
|
+
</Depend>
|
|
1186
|
+
<Depend type='Default'>
|
|
1187
|
+
<Value>7</Value>
|
|
1188
|
+
</Depend>
|
|
1189
|
+
<Depend type='Invalid'>
|
|
1190
|
+
<Value>UMPV</Value>
|
|
1191
|
+
</Depend>
|
|
1192
|
+
<Depend type='Invalid'>
|
|
1193
|
+
<Value>0</Value>
|
|
1194
|
+
</Depend>
|
|
1195
|
+
</Dependencies>
|
|
1196
|
+
<Metadata>
|
|
1197
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1198
|
+
</Metadata>
|
|
1199
|
+
</Prop>
|
|
1200
|
+
<Prop hidden='1'>
|
|
1201
|
+
<Id>KEY_NEXT</Id>
|
|
1202
|
+
<Name>Next record key</Name>
|
|
1203
|
+
<Description>Next record key</Description>
|
|
1204
|
+
<Type>Combo</Type>
|
|
1205
|
+
<Values>
|
|
1206
|
+
<Value id='N' desc='None'/>
|
|
1207
|
+
<Value id='0' desc='Disabled'/>
|
|
1208
|
+
<Value id='1' desc='F1'/>
|
|
1209
|
+
<Value id='2' desc='F2'/>
|
|
1210
|
+
<Value id='3' desc='F3'/>
|
|
1211
|
+
<Value id='4' desc='F4'/>
|
|
1212
|
+
<Value id='5' desc='F5'/>
|
|
1213
|
+
<Value id='6' desc='F6'/>
|
|
1214
|
+
<Value id='7' desc='F7'/>
|
|
1215
|
+
<Value id='8' desc='F8'/>
|
|
1216
|
+
<Value id='9' desc='F9'/>
|
|
1217
|
+
<Value id='10' desc='F10'/>
|
|
1218
|
+
<Value id='11' desc='F11'/>
|
|
1219
|
+
<Value id='12' desc='F12'/>
|
|
1220
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1221
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1222
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1223
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1224
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1225
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1226
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1227
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1228
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1229
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1230
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1231
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1232
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1233
|
+
</Values>
|
|
1234
|
+
<Dependencies>
|
|
1235
|
+
<Depend type='Not Show'>
|
|
1236
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1237
|
+
<Condition>
|
|
1238
|
+
<Expression>
|
|
1239
|
+
<Type>Comparison</Type>
|
|
1240
|
+
<Operator>Equal</Operator>
|
|
1241
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1242
|
+
<Value>No</Value>
|
|
1243
|
+
</Expression>
|
|
1244
|
+
</Condition>
|
|
1245
|
+
</Depend>
|
|
1246
|
+
<Depend type='Default'>
|
|
1247
|
+
<Value>8</Value>
|
|
1248
|
+
</Depend>
|
|
1249
|
+
<Depend type='Invalid'>
|
|
1250
|
+
<Value>UMPV</Value>
|
|
1251
|
+
</Depend>
|
|
1252
|
+
<Depend type='Invalid'>
|
|
1253
|
+
<Value>0</Value>
|
|
1254
|
+
</Depend>
|
|
1255
|
+
</Dependencies>
|
|
1256
|
+
<Metadata>
|
|
1257
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1258
|
+
</Metadata>
|
|
1259
|
+
</Prop>
|
|
1260
|
+
<Prop hidden='1'>
|
|
1261
|
+
<Id>KEY_RETRIEVE</Id>
|
|
1262
|
+
<Name>Retrieve key</Name>
|
|
1263
|
+
<Description>Retrieve key</Description>
|
|
1264
|
+
<Type>Combo</Type>
|
|
1265
|
+
<Values>
|
|
1266
|
+
<Value id='N' desc='None'/>
|
|
1267
|
+
<Value id='0' desc='Disabled'/>
|
|
1268
|
+
<Value id='1' desc='F1'/>
|
|
1269
|
+
<Value id='2' desc='F2'/>
|
|
1270
|
+
<Value id='3' desc='F3'/>
|
|
1271
|
+
<Value id='4' desc='F4'/>
|
|
1272
|
+
<Value id='5' desc='F5'/>
|
|
1273
|
+
<Value id='6' desc='F6'/>
|
|
1274
|
+
<Value id='7' desc='F7'/>
|
|
1275
|
+
<Value id='8' desc='F8'/>
|
|
1276
|
+
<Value id='9' desc='F9'/>
|
|
1277
|
+
<Value id='10' desc='F10'/>
|
|
1278
|
+
<Value id='11' desc='F11'/>
|
|
1279
|
+
<Value id='12' desc='F12'/>
|
|
1280
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1281
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1282
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1283
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1284
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1285
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1286
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1287
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1288
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1289
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1290
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1291
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1292
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1293
|
+
</Values>
|
|
1294
|
+
<Dependencies>
|
|
1295
|
+
<Depend type='Not Show'>
|
|
1296
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1297
|
+
<Condition>
|
|
1298
|
+
<Expression>
|
|
1299
|
+
<Type>Comparison</Type>
|
|
1300
|
+
<Operator>Equal</Operator>
|
|
1301
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1302
|
+
<Value>No</Value>
|
|
1303
|
+
</Expression>
|
|
1304
|
+
</Condition>
|
|
1305
|
+
</Depend>
|
|
1306
|
+
<Depend type='Default'>
|
|
1307
|
+
<Value>9</Value>
|
|
1308
|
+
</Depend>
|
|
1309
|
+
<Depend type='Invalid'>
|
|
1310
|
+
<Value>UMPV</Value>
|
|
1311
|
+
</Depend>
|
|
1312
|
+
<Depend type='Invalid'>
|
|
1313
|
+
<Value>0</Value>
|
|
1314
|
+
</Depend>
|
|
1315
|
+
</Dependencies>
|
|
1316
|
+
<Metadata>
|
|
1317
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1318
|
+
</Metadata>
|
|
1319
|
+
</Prop>
|
|
1320
|
+
<Prop hidden='1'>
|
|
1321
|
+
<Id>KEY_MENU</Id>
|
|
1322
|
+
<Name>Menu key</Name>
|
|
1323
|
+
<Description>Menu key</Description>
|
|
1324
|
+
<Type>Combo</Type>
|
|
1325
|
+
<Values>
|
|
1326
|
+
<Value id='N' desc='None'/>
|
|
1327
|
+
<Value id='0' desc='Disabled'/>
|
|
1328
|
+
<Value id='1' desc='F1'/>
|
|
1329
|
+
<Value id='2' desc='F2'/>
|
|
1330
|
+
<Value id='3' desc='F3'/>
|
|
1331
|
+
<Value id='4' desc='F4'/>
|
|
1332
|
+
<Value id='5' desc='F5'/>
|
|
1333
|
+
<Value id='6' desc='F6'/>
|
|
1334
|
+
<Value id='7' desc='F7'/>
|
|
1335
|
+
<Value id='8' desc='F8'/>
|
|
1336
|
+
<Value id='9' desc='F9'/>
|
|
1337
|
+
<Value id='10' desc='F10'/>
|
|
1338
|
+
<Value id='11' desc='F11'/>
|
|
1339
|
+
<Value id='12' desc='F12'/>
|
|
1340
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1341
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1342
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1343
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1344
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1345
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1346
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1347
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1348
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1349
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1350
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1351
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1352
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1353
|
+
</Values>
|
|
1354
|
+
<Dependencies>
|
|
1355
|
+
<Depend type='Not Show'/>
|
|
1356
|
+
<Depend type='Default'>
|
|
1357
|
+
<Value>10</Value>
|
|
1358
|
+
</Depend>
|
|
1359
|
+
<Depend type='Invalid'>
|
|
1360
|
+
<Value>UMPV</Value>
|
|
1361
|
+
</Depend>
|
|
1362
|
+
<Depend type='Invalid'>
|
|
1363
|
+
<Value>0</Value>
|
|
1364
|
+
</Depend>
|
|
1365
|
+
</Dependencies>
|
|
1366
|
+
<Metadata>
|
|
1367
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1368
|
+
</Metadata>
|
|
1369
|
+
</Prop>
|
|
1370
|
+
<Prop hidden='1'>
|
|
1371
|
+
<Id>KEY_UPDATE</Id>
|
|
1372
|
+
<Name>Update key</Name>
|
|
1373
|
+
<Description>Update key</Description>
|
|
1374
|
+
<Type>Combo</Type>
|
|
1375
|
+
<Values>
|
|
1376
|
+
<Value id='N' desc='None'/>
|
|
1377
|
+
<Value id='0' desc='Disabled'/>
|
|
1378
|
+
<Value id='1' desc='F1'/>
|
|
1379
|
+
<Value id='2' desc='F2'/>
|
|
1380
|
+
<Value id='3' desc='F3'/>
|
|
1381
|
+
<Value id='4' desc='F4'/>
|
|
1382
|
+
<Value id='5' desc='F5'/>
|
|
1383
|
+
<Value id='6' desc='F6'/>
|
|
1384
|
+
<Value id='7' desc='F7'/>
|
|
1385
|
+
<Value id='8' desc='F8'/>
|
|
1386
|
+
<Value id='9' desc='F9'/>
|
|
1387
|
+
<Value id='10' desc='F10'/>
|
|
1388
|
+
<Value id='11' desc='F11'/>
|
|
1389
|
+
<Value id='12' desc='F12'/>
|
|
1390
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1391
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1392
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1393
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1394
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1395
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1396
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1397
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1398
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1399
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1400
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1401
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1402
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1403
|
+
</Values>
|
|
1404
|
+
<Dependencies>
|
|
1405
|
+
<Depend type='Not Show'>
|
|
1406
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1407
|
+
<Condition>
|
|
1408
|
+
<Expression>
|
|
1409
|
+
<Type>Comparison</Type>
|
|
1410
|
+
<Operator>Equal</Operator>
|
|
1411
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1412
|
+
<Value>No</Value>
|
|
1413
|
+
</Expression>
|
|
1414
|
+
</Condition>
|
|
1415
|
+
</Depend>
|
|
1416
|
+
<Depend type='Default'>
|
|
1417
|
+
<Value>11</Value>
|
|
1418
|
+
</Depend>
|
|
1419
|
+
<Depend type='Invalid'>
|
|
1420
|
+
<Value>UMPV</Value>
|
|
1421
|
+
</Depend>
|
|
1422
|
+
<Depend type='Invalid'>
|
|
1423
|
+
<Value>0</Value>
|
|
1424
|
+
</Depend>
|
|
1425
|
+
</Dependencies>
|
|
1426
|
+
<Metadata>
|
|
1427
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1428
|
+
</Metadata>
|
|
1429
|
+
</Prop>
|
|
1430
|
+
<Prop hidden='1'>
|
|
1431
|
+
<Id>KEY_CANCEL</Id>
|
|
1432
|
+
<Name>Cancel key</Name>
|
|
1433
|
+
<Description>Cancel key</Description>
|
|
1434
|
+
<Type>Combo</Type>
|
|
1435
|
+
<Values>
|
|
1436
|
+
<Value id='N' desc='None'/>
|
|
1437
|
+
<Value id='0' desc='Disabled'/>
|
|
1438
|
+
<Value id='1' desc='F1'/>
|
|
1439
|
+
<Value id='2' desc='F2'/>
|
|
1440
|
+
<Value id='3' desc='F3'/>
|
|
1441
|
+
<Value id='4' desc='F4'/>
|
|
1442
|
+
<Value id='5' desc='F5'/>
|
|
1443
|
+
<Value id='6' desc='F6'/>
|
|
1444
|
+
<Value id='7' desc='F7'/>
|
|
1445
|
+
<Value id='8' desc='F8'/>
|
|
1446
|
+
<Value id='9' desc='F9'/>
|
|
1447
|
+
<Value id='10' desc='F10'/>
|
|
1448
|
+
<Value id='11' desc='F11'/>
|
|
1449
|
+
<Value id='12' desc='F12'/>
|
|
1450
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1451
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1452
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1453
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1454
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1455
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1456
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1457
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1458
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1459
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1460
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1461
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1462
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1463
|
+
</Values>
|
|
1464
|
+
<Dependencies>
|
|
1465
|
+
<Depend type='Not Show'>
|
|
1466
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1467
|
+
<Condition>
|
|
1468
|
+
<Expression>
|
|
1469
|
+
<Type>Comparison</Type>
|
|
1470
|
+
<Operator>Equal</Operator>
|
|
1471
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1472
|
+
<Value>No</Value>
|
|
1473
|
+
</Expression>
|
|
1474
|
+
</Condition>
|
|
1475
|
+
</Depend>
|
|
1476
|
+
<Depend type='Default'>
|
|
1477
|
+
<Value>12</Value>
|
|
1478
|
+
</Depend>
|
|
1479
|
+
<Depend type='Invalid'>
|
|
1480
|
+
<Value>UMPV</Value>
|
|
1481
|
+
</Depend>
|
|
1482
|
+
<Depend type='Invalid'>
|
|
1483
|
+
<Value>0</Value>
|
|
1484
|
+
</Depend>
|
|
1485
|
+
</Dependencies>
|
|
1486
|
+
<Metadata>
|
|
1487
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1488
|
+
</Metadata>
|
|
1489
|
+
</Prop>
|
|
1490
|
+
<Prop hidden='1'>
|
|
1491
|
+
<Id>KEY_DELETE</Id>
|
|
1492
|
+
<Name>Delete key</Name>
|
|
1493
|
+
<Description>Delete key</Description>
|
|
1494
|
+
<Type>Combo</Type>
|
|
1495
|
+
<Values>
|
|
1496
|
+
<Value id='N' desc='None'/>
|
|
1497
|
+
<Value id='0' desc='Disabled'/>
|
|
1498
|
+
<Value id='1' desc='F1'/>
|
|
1499
|
+
<Value id='2' desc='F2'/>
|
|
1500
|
+
<Value id='3' desc='F3'/>
|
|
1501
|
+
<Value id='4' desc='F4'/>
|
|
1502
|
+
<Value id='5' desc='F5'/>
|
|
1503
|
+
<Value id='6' desc='F6'/>
|
|
1504
|
+
<Value id='7' desc='F7'/>
|
|
1505
|
+
<Value id='8' desc='F8'/>
|
|
1506
|
+
<Value id='9' desc='F9'/>
|
|
1507
|
+
<Value id='10' desc='F10'/>
|
|
1508
|
+
<Value id='11' desc='F11'/>
|
|
1509
|
+
<Value id='12' desc='F12'/>
|
|
1510
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1511
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1512
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1513
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1514
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1515
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1516
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1517
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1518
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1519
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1520
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1521
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1522
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1523
|
+
</Values>
|
|
1524
|
+
<Dependencies>
|
|
1525
|
+
<Depend type='Not Show'>
|
|
1526
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1527
|
+
<Condition>
|
|
1528
|
+
<Expression>
|
|
1529
|
+
<Type>Comparison</Type>
|
|
1530
|
+
<Operator>Equal</Operator>
|
|
1531
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1532
|
+
<Value>No</Value>
|
|
1533
|
+
</Expression>
|
|
1534
|
+
</Condition>
|
|
1535
|
+
</Depend>
|
|
1536
|
+
<Depend type='Default'>
|
|
1537
|
+
<Value>13</Value>
|
|
1538
|
+
</Depend>
|
|
1539
|
+
<Depend type='Invalid'>
|
|
1540
|
+
<Value>UMPV</Value>
|
|
1541
|
+
</Depend>
|
|
1542
|
+
<Depend type='Invalid'>
|
|
1543
|
+
<Value>0</Value>
|
|
1544
|
+
</Depend>
|
|
1545
|
+
</Dependencies>
|
|
1546
|
+
<Metadata>
|
|
1547
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1548
|
+
</Metadata>
|
|
1549
|
+
</Prop>
|
|
1550
|
+
<Prop hidden='1'>
|
|
1551
|
+
<Id>KEY_DISPLAY</Id>
|
|
1552
|
+
<Name>Display key</Name>
|
|
1553
|
+
<Description>Display key</Description>
|
|
1554
|
+
<Type>Combo</Type>
|
|
1555
|
+
<Values>
|
|
1556
|
+
<Value id='N' desc='None'/>
|
|
1557
|
+
<Value id='0' desc='Disabled'/>
|
|
1558
|
+
<Value id='1' desc='F1'/>
|
|
1559
|
+
<Value id='2' desc='F2'/>
|
|
1560
|
+
<Value id='3' desc='F3'/>
|
|
1561
|
+
<Value id='4' desc='F4'/>
|
|
1562
|
+
<Value id='5' desc='F5'/>
|
|
1563
|
+
<Value id='6' desc='F6'/>
|
|
1564
|
+
<Value id='7' desc='F7'/>
|
|
1565
|
+
<Value id='8' desc='F8'/>
|
|
1566
|
+
<Value id='9' desc='F9'/>
|
|
1567
|
+
<Value id='10' desc='F10'/>
|
|
1568
|
+
<Value id='11' desc='F11'/>
|
|
1569
|
+
<Value id='12' desc='F12'/>
|
|
1570
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1571
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1572
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1573
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1574
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1575
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1576
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1577
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1578
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1579
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1580
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1581
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1582
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1583
|
+
</Values>
|
|
1584
|
+
<Dependencies>
|
|
1585
|
+
<Depend type='Not Show'>
|
|
1586
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1587
|
+
<Condition>
|
|
1588
|
+
<Expression>
|
|
1589
|
+
<Type>Comparison</Type>
|
|
1590
|
+
<Operator>Equal</Operator>
|
|
1591
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1592
|
+
<Value>No</Value>
|
|
1593
|
+
</Expression>
|
|
1594
|
+
</Condition>
|
|
1595
|
+
</Depend>
|
|
1596
|
+
<Depend type='Default'>
|
|
1597
|
+
<Value>14</Value>
|
|
1598
|
+
</Depend>
|
|
1599
|
+
<Depend type='Invalid'>
|
|
1600
|
+
<Value>UMPV</Value>
|
|
1601
|
+
</Depend>
|
|
1602
|
+
<Depend type='Invalid'>
|
|
1603
|
+
<Value>0</Value>
|
|
1604
|
+
</Depend>
|
|
1605
|
+
</Dependencies>
|
|
1606
|
+
<Metadata>
|
|
1607
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1608
|
+
</Metadata>
|
|
1609
|
+
</Prop>
|
|
1610
|
+
<Prop hidden='1'>
|
|
1611
|
+
<Id>KEY_SELECT</Id>
|
|
1612
|
+
<Name>Select key</Name>
|
|
1613
|
+
<Description>Select key</Description>
|
|
1614
|
+
<Type>Combo</Type>
|
|
1615
|
+
<Values>
|
|
1616
|
+
<Value id='N' desc='None'/>
|
|
1617
|
+
<Value id='0' desc='Disabled'/>
|
|
1618
|
+
<Value id='1' desc='F1'/>
|
|
1619
|
+
<Value id='2' desc='F2'/>
|
|
1620
|
+
<Value id='3' desc='F3'/>
|
|
1621
|
+
<Value id='4' desc='F4'/>
|
|
1622
|
+
<Value id='5' desc='F5'/>
|
|
1623
|
+
<Value id='6' desc='F6'/>
|
|
1624
|
+
<Value id='7' desc='F7'/>
|
|
1625
|
+
<Value id='8' desc='F8'/>
|
|
1626
|
+
<Value id='9' desc='F9'/>
|
|
1627
|
+
<Value id='10' desc='F10'/>
|
|
1628
|
+
<Value id='11' desc='F11'/>
|
|
1629
|
+
<Value id='12' desc='F12'/>
|
|
1630
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1631
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1632
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1633
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1634
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1635
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1636
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1637
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1638
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1639
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1640
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1641
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1642
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1643
|
+
</Values>
|
|
1644
|
+
<Dependencies>
|
|
1645
|
+
<Depend type='Not Show'>
|
|
1646
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1647
|
+
<Condition>
|
|
1648
|
+
<Expression>
|
|
1649
|
+
<Type>Comparison</Type>
|
|
1650
|
+
<Operator>Equal</Operator>
|
|
1651
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1652
|
+
<Value>No</Value>
|
|
1653
|
+
</Expression>
|
|
1654
|
+
</Condition>
|
|
1655
|
+
</Depend>
|
|
1656
|
+
<Depend type='Default'>
|
|
1657
|
+
<Value>16</Value>
|
|
1658
|
+
</Depend>
|
|
1659
|
+
<Depend type='Invalid'>
|
|
1660
|
+
<Value>UMPV</Value>
|
|
1661
|
+
</Depend>
|
|
1662
|
+
<Depend type='Invalid'>
|
|
1663
|
+
<Value>0</Value>
|
|
1664
|
+
</Depend>
|
|
1665
|
+
</Dependencies>
|
|
1666
|
+
<Metadata>
|
|
1667
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1668
|
+
</Metadata>
|
|
1669
|
+
</Prop>
|
|
1670
|
+
<Prop hidden='1'>
|
|
1671
|
+
<Id>KEY_FIRST</Id>
|
|
1672
|
+
<Name>First record key</Name>
|
|
1673
|
+
<Description>First record key</Description>
|
|
1674
|
+
<Type>Combo</Type>
|
|
1675
|
+
<Values>
|
|
1676
|
+
<Value id='N' desc='None'/>
|
|
1677
|
+
<Value id='0' desc='Disabled'/>
|
|
1678
|
+
<Value id='1' desc='F1'/>
|
|
1679
|
+
<Value id='2' desc='F2'/>
|
|
1680
|
+
<Value id='3' desc='F3'/>
|
|
1681
|
+
<Value id='4' desc='F4'/>
|
|
1682
|
+
<Value id='5' desc='F5'/>
|
|
1683
|
+
<Value id='6' desc='F6'/>
|
|
1684
|
+
<Value id='7' desc='F7'/>
|
|
1685
|
+
<Value id='8' desc='F8'/>
|
|
1686
|
+
<Value id='9' desc='F9'/>
|
|
1687
|
+
<Value id='10' desc='F10'/>
|
|
1688
|
+
<Value id='11' desc='F11'/>
|
|
1689
|
+
<Value id='12' desc='F12'/>
|
|
1690
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1691
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1692
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1693
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1694
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1695
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1696
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1697
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1698
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1699
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1700
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1701
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1702
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1703
|
+
</Values>
|
|
1704
|
+
<Dependencies>
|
|
1705
|
+
<Depend type='Not Show'>
|
|
1706
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1707
|
+
<Condition>
|
|
1708
|
+
<Expression>
|
|
1709
|
+
<Type>Comparison</Type>
|
|
1710
|
+
<Operator>Equal</Operator>
|
|
1711
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1712
|
+
<Value>No</Value>
|
|
1713
|
+
</Expression>
|
|
1714
|
+
</Condition>
|
|
1715
|
+
</Depend>
|
|
1716
|
+
<Depend type='Default'>
|
|
1717
|
+
<Value>19</Value>
|
|
1718
|
+
</Depend>
|
|
1719
|
+
<Depend type='Default'>
|
|
1720
|
+
<Value>N</Value>
|
|
1721
|
+
</Depend>
|
|
1722
|
+
<Depend type='Invalid'>
|
|
1723
|
+
<Value>UMPV</Value>
|
|
1724
|
+
</Depend>
|
|
1725
|
+
<Depend type='Invalid'>
|
|
1726
|
+
<Value>0</Value>
|
|
1727
|
+
</Depend>
|
|
1728
|
+
</Dependencies>
|
|
1729
|
+
<Metadata>
|
|
1730
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1731
|
+
</Metadata>
|
|
1732
|
+
</Prop>
|
|
1733
|
+
<Prop hidden='1'>
|
|
1734
|
+
<Id>KEY_LAST</Id>
|
|
1735
|
+
<Name>Last record key</Name>
|
|
1736
|
+
<Description>Last record key</Description>
|
|
1737
|
+
<Type>Combo</Type>
|
|
1738
|
+
<Values>
|
|
1739
|
+
<Value id='N' desc='None'/>
|
|
1740
|
+
<Value id='0' desc='Disabled'/>
|
|
1741
|
+
<Value id='1' desc='F1'/>
|
|
1742
|
+
<Value id='2' desc='F2'/>
|
|
1743
|
+
<Value id='3' desc='F3'/>
|
|
1744
|
+
<Value id='4' desc='F4'/>
|
|
1745
|
+
<Value id='5' desc='F5'/>
|
|
1746
|
+
<Value id='6' desc='F6'/>
|
|
1747
|
+
<Value id='7' desc='F7'/>
|
|
1748
|
+
<Value id='8' desc='F8'/>
|
|
1749
|
+
<Value id='9' desc='F9'/>
|
|
1750
|
+
<Value id='10' desc='F10'/>
|
|
1751
|
+
<Value id='11' desc='F11'/>
|
|
1752
|
+
<Value id='12' desc='F12'/>
|
|
1753
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1754
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1755
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1756
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1757
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1758
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1759
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1760
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1761
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1762
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1763
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1764
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1765
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1766
|
+
</Values>
|
|
1767
|
+
<Dependencies>
|
|
1768
|
+
<Depend type='Not Show'>
|
|
1769
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1770
|
+
<Condition>
|
|
1771
|
+
<Expression>
|
|
1772
|
+
<Type>Comparison</Type>
|
|
1773
|
+
<Operator>Equal</Operator>
|
|
1774
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1775
|
+
<Value>No</Value>
|
|
1776
|
+
</Expression>
|
|
1777
|
+
</Condition>
|
|
1778
|
+
</Depend>
|
|
1779
|
+
<Depend type='Default'>
|
|
1780
|
+
<Value>20</Value>
|
|
1781
|
+
</Depend>
|
|
1782
|
+
<Depend type='Invalid'>
|
|
1783
|
+
<Value>UMPV</Value>
|
|
1784
|
+
</Depend>
|
|
1785
|
+
<Depend type='Invalid'>
|
|
1786
|
+
<Value>0</Value>
|
|
1787
|
+
</Depend>
|
|
1788
|
+
</Dependencies>
|
|
1789
|
+
<Metadata>
|
|
1790
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1791
|
+
</Metadata>
|
|
1792
|
+
</Prop>
|
|
1793
|
+
<Prop hidden='1'>
|
|
1794
|
+
<Id>KEY_ENTER</Id>
|
|
1795
|
+
<Name>Enter key</Name>
|
|
1796
|
+
<Description>Enter key</Description>
|
|
1797
|
+
<Type>Combo</Type>
|
|
1798
|
+
<Values>
|
|
1799
|
+
<Value id='N' desc='None'/>
|
|
1800
|
+
<Value id='0' desc='Disabled'/>
|
|
1801
|
+
<Value id='1' desc='F1'/>
|
|
1802
|
+
<Value id='2' desc='F2'/>
|
|
1803
|
+
<Value id='3' desc='F3'/>
|
|
1804
|
+
<Value id='4' desc='F4'/>
|
|
1805
|
+
<Value id='5' desc='F5'/>
|
|
1806
|
+
<Value id='6' desc='F6'/>
|
|
1807
|
+
<Value id='7' desc='F7'/>
|
|
1808
|
+
<Value id='8' desc='F8'/>
|
|
1809
|
+
<Value id='9' desc='F9'/>
|
|
1810
|
+
<Value id='10' desc='F10'/>
|
|
1811
|
+
<Value id='11' desc='F11'/>
|
|
1812
|
+
<Value id='12' desc='F12'/>
|
|
1813
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1814
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1815
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1816
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1817
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1818
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1819
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1820
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1821
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1822
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1823
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1824
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1825
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1826
|
+
</Values>
|
|
1827
|
+
<Dependencies>
|
|
1828
|
+
<Depend type='Not Show'>
|
|
1829
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1830
|
+
<Condition>
|
|
1831
|
+
<Expression>
|
|
1832
|
+
<Type>Comparison</Type>
|
|
1833
|
+
<Operator>Equal</Operator>
|
|
1834
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1835
|
+
<Value>No</Value>
|
|
1836
|
+
</Expression>
|
|
1837
|
+
</Condition>
|
|
1838
|
+
</Depend>
|
|
1839
|
+
<Depend type='Default'>
|
|
1840
|
+
<Value>N</Value>
|
|
1841
|
+
</Depend>
|
|
1842
|
+
<Depend type='Invalid'>
|
|
1843
|
+
<Value>UMPV</Value>
|
|
1844
|
+
</Depend>
|
|
1845
|
+
<Depend type='Invalid'>
|
|
1846
|
+
<Value>0</Value>
|
|
1847
|
+
</Depend>
|
|
1848
|
+
</Dependencies>
|
|
1849
|
+
<Metadata>
|
|
1850
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1851
|
+
</Metadata>
|
|
1852
|
+
</Prop>
|
|
1853
|
+
<Prop hidden='1'>
|
|
1854
|
+
<Id>KEY_MOREKEYS</Id>
|
|
1855
|
+
<Name>More keys key</Name>
|
|
1856
|
+
<Description>More keys key</Description>
|
|
1857
|
+
<Type>Combo</Type>
|
|
1858
|
+
<Values>
|
|
1859
|
+
<Value id='N' desc='None'/>
|
|
1860
|
+
<Value id='0' desc='Disabled'/>
|
|
1861
|
+
<Value id='1' desc='F1'/>
|
|
1862
|
+
<Value id='2' desc='F2'/>
|
|
1863
|
+
<Value id='3' desc='F3'/>
|
|
1864
|
+
<Value id='4' desc='F4'/>
|
|
1865
|
+
<Value id='5' desc='F5'/>
|
|
1866
|
+
<Value id='6' desc='F6'/>
|
|
1867
|
+
<Value id='7' desc='F7'/>
|
|
1868
|
+
<Value id='8' desc='F8'/>
|
|
1869
|
+
<Value id='9' desc='F9'/>
|
|
1870
|
+
<Value id='10' desc='F10'/>
|
|
1871
|
+
<Value id='11' desc='F11'/>
|
|
1872
|
+
<Value id='12' desc='F12'/>
|
|
1873
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1874
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1875
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1876
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1877
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1878
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1879
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1880
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1881
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1882
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1883
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1884
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1885
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1886
|
+
</Values>
|
|
1887
|
+
<Dependencies>
|
|
1888
|
+
<Depend type='Not Show'/>
|
|
1889
|
+
<Depend type='Default'>
|
|
1890
|
+
<Value>24</Value>
|
|
1891
|
+
</Depend>
|
|
1892
|
+
<Depend type='Invalid'>
|
|
1893
|
+
<Value>UMPV</Value>
|
|
1894
|
+
</Depend>
|
|
1895
|
+
<Depend type='Invalid'>
|
|
1896
|
+
<Value>0</Value>
|
|
1897
|
+
</Depend>
|
|
1898
|
+
</Dependencies>
|
|
1899
|
+
<Metadata>
|
|
1900
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1901
|
+
</Metadata>
|
|
1902
|
+
</Prop>
|
|
1903
|
+
</Children>
|
|
1904
|
+
</Group>
|
|
1905
|
+
<Prop hidden='1'>
|
|
1906
|
+
<Id>ESCAPE_FUNCTION</Id>
|
|
1907
|
+
<Name>Esc key action</Name>
|
|
1908
|
+
<Description>Esc key action</Description>
|
|
1909
|
+
<Type>Combo</Type>
|
|
1910
|
+
<Default>Exit_form</Default>
|
|
1911
|
+
<Values>
|
|
1912
|
+
<Value id='Exit_form' desc='Exit form'/>
|
|
1913
|
+
<Value id='Change_level' desc='Change level'/>
|
|
1914
|
+
<Value id='None' desc='None'/>
|
|
1915
|
+
</Values>
|
|
1916
|
+
<Dependencies>
|
|
1917
|
+
<Depend type='Not Show'>
|
|
1918
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1919
|
+
<Condition>
|
|
1920
|
+
<Expression>
|
|
1921
|
+
<Type>Comparison</Type>
|
|
1922
|
+
<Operator>Equal</Operator>
|
|
1923
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1924
|
+
<Value>true</Value>
|
|
1925
|
+
</Expression>
|
|
1926
|
+
</Condition>
|
|
1927
|
+
</Depend>
|
|
1928
|
+
</Dependencies>
|
|
1929
|
+
</Prop>
|
|
1930
|
+
</Children>
|
|
1931
|
+
</Group>
|
|
1932
|
+
<Group>
|
|
1933
|
+
<Id>PRINT_GROUP</Id>
|
|
1934
|
+
<Name>Printing</Name>
|
|
1935
|
+
<Description>Printing</Description>
|
|
1936
|
+
<Type>Group</Type>
|
|
1937
|
+
<Children>
|
|
1938
|
+
<Prop hidden='1'>
|
|
1939
|
+
<Id>PRN_DLG</Id>
|
|
1940
|
+
<Name>Show printer dialog on reports</Name>
|
|
1941
|
+
<Description>Show printer dialog on reports</Description>
|
|
1942
|
+
<Type>Combo</Type>
|
|
1943
|
+
<Default>Yes</Default>
|
|
1944
|
+
<Values>
|
|
1945
|
+
<Value id='Yes' desc='Yes'/>
|
|
1946
|
+
<Value id='No' desc='No'/>
|
|
1947
|
+
</Values>
|
|
1948
|
+
<Dependencies>
|
|
1949
|
+
<Depend type='Not Show'>
|
|
1950
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1951
|
+
<Condition>
|
|
1952
|
+
<Expression>
|
|
1953
|
+
<Type>Comparison</Type>
|
|
1954
|
+
<Operator>Equal</Operator>
|
|
1955
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1956
|
+
<Value>true</Value>
|
|
1957
|
+
</Expression>
|
|
1958
|
+
</Condition>
|
|
1959
|
+
</Depend>
|
|
1960
|
+
</Dependencies>
|
|
1961
|
+
</Prop>
|
|
1962
|
+
<Prop>
|
|
1963
|
+
<Id>PRINT_METHOD</Id>
|
|
1964
|
+
<Name>Print method</Name>
|
|
1965
|
+
<Description>Print method</Description>
|
|
1966
|
+
<Type>Combo</Type>
|
|
1967
|
+
<Default>RV</Default>
|
|
1968
|
+
<Values>
|
|
1969
|
+
<Value id='RV' desc='Report Viewer'/>
|
|
1970
|
+
<Value id='DLL' desc='Use DLL'/>
|
|
1971
|
+
<Value id='Native' desc='Native Printing'/>
|
|
1972
|
+
</Values>
|
|
1973
|
+
</Prop>
|
|
1974
|
+
<Group hidden='1'>
|
|
1975
|
+
<Id>REPORT_VIEWER_GROUP</Id>
|
|
1976
|
+
<Name>Report viewer</Name>
|
|
1977
|
+
<Description>Report viewer</Description>
|
|
1978
|
+
<Type>Group</Type>
|
|
1979
|
+
<Dependencies>
|
|
1980
|
+
<Depend type='Not Show'>
|
|
1981
|
+
<Cond>value(PRINT_METHOD) != RV</Cond>
|
|
1982
|
+
<Condition>
|
|
1983
|
+
<Expression>
|
|
1984
|
+
<Type>Comparison</Type>
|
|
1985
|
+
<Operator>NotEqual</Operator>
|
|
1986
|
+
<PropName>PRINT_METHOD</PropName>
|
|
1987
|
+
<Value>RV</Value>
|
|
1988
|
+
</Expression>
|
|
1989
|
+
</Condition>
|
|
1990
|
+
</Depend>
|
|
1991
|
+
<Depend type='Not Show'>
|
|
1992
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1993
|
+
<Condition>
|
|
1994
|
+
<Expression>
|
|
1995
|
+
<Type>Comparison</Type>
|
|
1996
|
+
<Operator>Equal</Operator>
|
|
1997
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1998
|
+
<Value>true</Value>
|
|
1999
|
+
</Expression>
|
|
2000
|
+
</Condition>
|
|
2001
|
+
</Depend>
|
|
2002
|
+
</Dependencies>
|
|
2003
|
+
<Children>
|
|
2004
|
+
<Prop hidden='1'>
|
|
2005
|
+
<Id>RV_MAXIMIZE</Id>
|
|
2006
|
+
<Name>Maximized</Name>
|
|
2007
|
+
<Description>Maximized</Description>
|
|
2008
|
+
<Type>Combo</Type>
|
|
2009
|
+
<Default>No</Default>
|
|
2010
|
+
<Values>
|
|
2011
|
+
<Value id='Yes' desc='Yes'/>
|
|
2012
|
+
<Value id='No' desc='No'/>
|
|
2013
|
+
</Values>
|
|
2014
|
+
</Prop>
|
|
2015
|
+
<Prop hidden='1'>
|
|
2016
|
+
<Id>RV_ONTOP</Id>
|
|
2017
|
+
<Name>Always on top</Name>
|
|
2018
|
+
<Description>Always on top</Description>
|
|
2019
|
+
<Type>Combo</Type>
|
|
2020
|
+
<Default>No</Default>
|
|
2021
|
+
<Values>
|
|
2022
|
+
<Value id='Yes' desc='Yes'/>
|
|
2023
|
+
<Value id='No' desc='No'/>
|
|
2024
|
+
</Values>
|
|
2025
|
+
</Prop>
|
|
2026
|
+
<Prop hidden='1'>
|
|
2027
|
+
<Id>RV_MODAL</Id>
|
|
2028
|
+
<Name>Modal</Name>
|
|
2029
|
+
<Description>Modal</Description>
|
|
2030
|
+
<Type>Combo</Type>
|
|
2031
|
+
<Default>Yes</Default>
|
|
2032
|
+
<Values>
|
|
2033
|
+
<Value id='Yes' desc='Yes'/>
|
|
2034
|
+
<Value id='No' desc='No'/>
|
|
2035
|
+
</Values>
|
|
2036
|
+
</Prop>
|
|
2037
|
+
</Children>
|
|
2038
|
+
</Group>
|
|
2039
|
+
<Group>
|
|
2040
|
+
<Id>PRINT_GROUP_VFP</Id>
|
|
2041
|
+
<Name>VFP specific</Name>
|
|
2042
|
+
<Description>VFP specific</Description>
|
|
2043
|
+
<Type>Group</Type>
|
|
2044
|
+
<Children>
|
|
2045
|
+
<Prop>
|
|
2046
|
+
<Id>PRN_ROW_HEIGHT</Id>
|
|
2047
|
+
<Name>Text grid size</Name>
|
|
2048
|
+
<Description>Text grid size</Description>
|
|
2049
|
+
<Type>Combo</Type>
|
|
2050
|
+
<Default>GXGRID</Default>
|
|
2051
|
+
<Values>
|
|
2052
|
+
<Value id='GXGRID' desc='GeneXus Grid'/>
|
|
2053
|
+
<Value id='CN10' desc='Courier New, 10'/>
|
|
2054
|
+
</Values>
|
|
2055
|
+
</Prop>
|
|
2056
|
+
</Children>
|
|
2057
|
+
</Group>
|
|
2058
|
+
</Children>
|
|
2059
|
+
</Group>
|
|
2060
|
+
<Group hidden='1'>
|
|
2061
|
+
<Id>RIGHT_BUTTON</Id>
|
|
2062
|
+
<Name>Right button</Name>
|
|
2063
|
+
<Description>Right button</Description>
|
|
2064
|
+
<Type>Group</Type>
|
|
2065
|
+
<Dependencies>
|
|
2066
|
+
<Depend type='Not Show'>
|
|
2067
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
2068
|
+
<Condition>
|
|
2069
|
+
<Expression>
|
|
2070
|
+
<Type>Comparison</Type>
|
|
2071
|
+
<Operator>Equal</Operator>
|
|
2072
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
2073
|
+
<Value>true</Value>
|
|
2074
|
+
</Expression>
|
|
2075
|
+
</Condition>
|
|
2076
|
+
</Depend>
|
|
2077
|
+
</Dependencies>
|
|
2078
|
+
<Children>
|
|
2079
|
+
<Prop hidden='1'>
|
|
2080
|
+
<Id>CALC</Id>
|
|
2081
|
+
<Name>Calculator on numeric fields</Name>
|
|
2082
|
+
<Description>Calculator on numeric fields</Description>
|
|
2083
|
+
<Type>Combo</Type>
|
|
2084
|
+
<Default>Yes</Default>
|
|
2085
|
+
<Values>
|
|
2086
|
+
<Value id='Yes' desc='Yes'/>
|
|
2087
|
+
<Value id='No' desc='No'/>
|
|
2088
|
+
</Values>
|
|
2089
|
+
</Prop>
|
|
2090
|
+
<Prop hidden='1'>
|
|
2091
|
+
<Id>CALENDAR</Id>
|
|
2092
|
+
<Name>Calendar on date fields</Name>
|
|
2093
|
+
<Description>Calendar on date fields</Description>
|
|
2094
|
+
<Type>Combo</Type>
|
|
2095
|
+
<Default>Yes</Default>
|
|
2096
|
+
<Values>
|
|
2097
|
+
<Value id='Yes' desc='Yes'/>
|
|
2098
|
+
<Value id='No' desc='No'/>
|
|
2099
|
+
</Values>
|
|
2100
|
+
</Prop>
|
|
2101
|
+
</Children>
|
|
2102
|
+
</Group>
|
|
2103
|
+
<Group>
|
|
2104
|
+
<Id>FORMAT_GROUP</Id>
|
|
2105
|
+
<Name>Format</Name>
|
|
2106
|
+
<Description>Format</Description>
|
|
2107
|
+
<Type>Group</Type>
|
|
2108
|
+
<Children>
|
|
2109
|
+
<Prop>
|
|
2110
|
+
<Id>CTOD_FMT</Id>
|
|
2111
|
+
<Name>Date format in CTOD function</Name>
|
|
2112
|
+
<Description>Date format in CTOD function</Description>
|
|
2113
|
+
<Type>Combo</Type>
|
|
2114
|
+
<Default>L</Default>
|
|
2115
|
+
<Values>
|
|
2116
|
+
<Value id='ENG' desc='mm/dd/yy'/>
|
|
2117
|
+
<Value id='SPA' desc='dd/mm/yy'/>
|
|
2118
|
+
<Value id='YMD' desc='yy/mm/dd'/>
|
|
2119
|
+
<Value id='ENG4' desc='mm/dd/yyyy'/>
|
|
2120
|
+
<Value id='SPA4' desc='dd/mm/yyyy'/>
|
|
2121
|
+
<Value id='Y4MD' desc='yyyy/mm/dd'/>
|
|
2122
|
+
<Value id='L' desc='Language Dependent'/>
|
|
2123
|
+
</Values>
|
|
2124
|
+
</Prop>
|
|
2125
|
+
<Prop>
|
|
2126
|
+
<Id>YEAR_LIMIT</Id>
|
|
2127
|
+
<Name>First year of 20th century</Name>
|
|
2128
|
+
<Description>First year of 20th century</Description>
|
|
2129
|
+
<Type>Integer</Type>
|
|
2130
|
+
<Default>40</Default>
|
|
2131
|
+
</Prop>
|
|
2132
|
+
</Children>
|
|
2133
|
+
</Group>
|
|
2134
|
+
<Group>
|
|
2135
|
+
<Id>USER_INTERFACE_VISUAL</Id>
|
|
2136
|
+
<Name>VFP/VB specific</Name>
|
|
2137
|
+
<Description>VFP/VB specific</Description>
|
|
2138
|
+
<Type>Group</Type>
|
|
2139
|
+
<Children>
|
|
2140
|
+
<Prop>
|
|
2141
|
+
<Id>GRID_COMBO</Id>
|
|
2142
|
+
<Name>Combo style</Name>
|
|
2143
|
+
<Description>Combo style</Description>
|
|
2144
|
+
<Type>Combo</Type>
|
|
2145
|
+
<Default>NC</Default>
|
|
2146
|
+
<Values>
|
|
2147
|
+
<Value id='NC' desc='Show Descriptions Only'/>
|
|
2148
|
+
<Value id='DD' desc='Show Values And Descriptions'/>
|
|
2149
|
+
</Values>
|
|
2150
|
+
</Prop>
|
|
2151
|
+
<Prop>
|
|
2152
|
+
<Id>GRID_LISTBOX</Id>
|
|
2153
|
+
<Name>Listbox style</Name>
|
|
2154
|
+
<Description>Listbox style</Description>
|
|
2155
|
+
<Type>Combo</Type>
|
|
2156
|
+
<Default>NC_LB</Default>
|
|
2157
|
+
<Values>
|
|
2158
|
+
<Value id='NC_LB' desc='Show Descriptions Only'/>
|
|
2159
|
+
<Value id='DD_LB' desc='Show Values And Descriptions'/>
|
|
2160
|
+
</Values>
|
|
2161
|
+
</Prop>
|
|
2162
|
+
</Children>
|
|
2163
|
+
</Group>
|
|
2164
|
+
<Group>
|
|
2165
|
+
<Id>USER_INTERFACE_VFP</Id>
|
|
2166
|
+
<Name>VFP specific</Name>
|
|
2167
|
+
<Description>VFP specific</Description>
|
|
2168
|
+
<Type>Group</Type>
|
|
2169
|
+
<Children>
|
|
2170
|
+
<Prop>
|
|
2171
|
+
<Id>CANCEL_FUNCTION</Id>
|
|
2172
|
+
<Name>Cancel button action</Name>
|
|
2173
|
+
<Description>Cancel button action</Description>
|
|
2174
|
+
<Type>Combo</Type>
|
|
2175
|
+
<Default>exit_form</Default>
|
|
2176
|
+
<Values>
|
|
2177
|
+
<Value id='exit_form' desc='Exit form'/>
|
|
2178
|
+
<Value id='exit_level' desc='Exit level'/>
|
|
2179
|
+
</Values>
|
|
2180
|
+
</Prop>
|
|
2181
|
+
<Prop>
|
|
2182
|
+
<Id>OUT_RANGE_ERROR</Id>
|
|
2183
|
+
<Name>Error if control value invalid</Name>
|
|
2184
|
+
<Description>Error if control value invalid</Description>
|
|
2185
|
+
<Type>Combo</Type>
|
|
2186
|
+
<Default>Yes</Default>
|
|
2187
|
+
<Values>
|
|
2188
|
+
<Value id='Yes' desc='Yes'/>
|
|
2189
|
+
<Value id='No' desc='No'/>
|
|
2190
|
+
</Values>
|
|
2191
|
+
</Prop>
|
|
2192
|
+
<Prop>
|
|
2193
|
+
<Id>SIZE_CORRECT</Id>
|
|
2194
|
+
<Name>Interface size</Name>
|
|
2195
|
+
<Description>Interface size</Description>
|
|
2196
|
+
<Type>Combo</Type>
|
|
2197
|
+
<Default>Normal</Default>
|
|
2198
|
+
<Values>
|
|
2199
|
+
<Value id='Normal' desc='Normal'/>
|
|
2200
|
+
<Value id='Fit' desc='Arrange to fit fonts in controls'/>
|
|
2201
|
+
</Values>
|
|
2202
|
+
</Prop>
|
|
2203
|
+
</Children>
|
|
2204
|
+
</Group>
|
|
2205
|
+
</Children>
|
|
2206
|
+
</Group>
|
|
2207
|
+
<Group>
|
|
2208
|
+
<Id>TEMP_FILES_GROUP</Id>
|
|
2209
|
+
<Name>Temporary files</Name>
|
|
2210
|
+
<Description>Temporary files</Description>
|
|
2211
|
+
<Type>Group</Type>
|
|
2212
|
+
<Children>
|
|
2213
|
+
<Group>
|
|
2214
|
+
<Id>TEMP_FILES_GROUP_VFP</Id>
|
|
2215
|
+
<Name>VFP specific</Name>
|
|
2216
|
+
<Description>VFP specific</Description>
|
|
2217
|
+
<Type>Group</Type>
|
|
2218
|
+
<Children>
|
|
2219
|
+
<Prop>
|
|
2220
|
+
<Id>TMP_FILES</Id>
|
|
2221
|
+
<Name>Temp. files environment variable</Name>
|
|
2222
|
+
<Description>Temp. files environment variable</Description>
|
|
2223
|
+
<Type>Text</Type>
|
|
2224
|
+
</Prop>
|
|
2225
|
+
</Children>
|
|
2226
|
+
</Group>
|
|
2227
|
+
</Children>
|
|
2228
|
+
</Group>
|
|
2229
|
+
<Group>
|
|
2230
|
+
<Id>idSPECIFIER_GROUP</Id>
|
|
2231
|
+
<Name>Specification</Name>
|
|
2232
|
+
<Description>Specification options</Description>
|
|
2233
|
+
<Type>Group</Type>
|
|
2234
|
+
<Children>
|
|
2235
|
+
<Group>
|
|
2236
|
+
<Id>TYPE_CHECKING_GROUP</Id>
|
|
2237
|
+
<Name>Type checking</Name>
|
|
2238
|
+
<Description>Type checking</Description>
|
|
2239
|
+
<Type>Group</Type>
|
|
2240
|
+
<Children>
|
|
2241
|
+
<Prop>
|
|
2242
|
+
<Id>TYPE_ERRORS</Id>
|
|
2243
|
+
<Name>Check type errors</Name>
|
|
2244
|
+
<Description>Check type errors</Description>
|
|
2245
|
+
<Type>Combo</Type>
|
|
2246
|
+
<Default>Yes</Default>
|
|
2247
|
+
<Values>
|
|
2248
|
+
<Value id='Yes' desc='Yes'/>
|
|
2249
|
+
<Value id='No' desc='No'/>
|
|
2250
|
+
</Values>
|
|
2251
|
+
</Prop>
|
|
2252
|
+
<Prop>
|
|
2253
|
+
<Id>STD_FUNC</Id>
|
|
2254
|
+
<Name>Standard Functions</Name>
|
|
2255
|
+
<Description>Standard Functions</Description>
|
|
2256
|
+
<Type>Combo</Type>
|
|
2257
|
+
<Default>Yes</Default>
|
|
2258
|
+
<Values>
|
|
2259
|
+
<Value id='Yes' desc='Error on non-standard functions when specifying'/>
|
|
2260
|
+
<Value id='No' desc='Allows non-standard functions when specifying'/>
|
|
2261
|
+
</Values>
|
|
2262
|
+
<Metadata>
|
|
2263
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForEnvironmentDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2264
|
+
<Value name='FlagOnlyDefault'></Value>
|
|
2265
|
+
</Metadata>
|
|
2266
|
+
<Options>
|
|
2267
|
+
<Option type='Readonly'/>
|
|
2268
|
+
</Options>
|
|
2269
|
+
</Prop>
|
|
2270
|
+
</Children>
|
|
2271
|
+
</Group>
|
|
2272
|
+
<Group>
|
|
2273
|
+
<Id>SPC_WARNING_MESSAGES_GROUP</Id>
|
|
2274
|
+
<Name>Warning messages</Name>
|
|
2275
|
+
<Description>Configure warning messages handling options.</Description>
|
|
2276
|
+
<Type>Group</Type>
|
|
2277
|
+
<Metadata>
|
|
2278
|
+
<Value name='FlagCategories'>Output</Value>
|
|
2279
|
+
</Metadata>
|
|
2280
|
+
<Children>
|
|
2281
|
+
<Prop>
|
|
2282
|
+
<Id>SPC_WARNINGS_DISABLED</Id>
|
|
2283
|
+
<Name>Disabled warnings</Name>
|
|
2284
|
+
<Description>Type a space separated list of warning message codes you want to be disabled.</Description>
|
|
2285
|
+
<Type>Text</Type>
|
|
2286
|
+
<Dependencies>
|
|
2287
|
+
<Depend type='Default'>
|
|
2288
|
+
<Value>spc0096 spc0107 spc0142</Value>
|
|
2289
|
+
</Depend>
|
|
2290
|
+
</Dependencies>
|
|
2291
|
+
<Metadata>
|
|
2292
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DisabledWarningsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2293
|
+
</Metadata>
|
|
2294
|
+
</Prop>
|
|
2295
|
+
<Prop>
|
|
2296
|
+
<Id>SPC_WARNINGS_AS_ERRORS</Id>
|
|
2297
|
+
<Name>Warnings treated as errors</Name>
|
|
2298
|
+
<Description>Type a space separated list of warning message codes you want to be treated as errors.</Description>
|
|
2299
|
+
<Type>Text</Type>
|
|
2300
|
+
</Prop>
|
|
2301
|
+
</Children>
|
|
2302
|
+
</Group>
|
|
2303
|
+
<Prop>
|
|
2304
|
+
<Id>EXPAND_DYNAMIC_CALL</Id>
|
|
2305
|
+
<Name>Expand dynamic calls</Name>
|
|
2306
|
+
<Description>Convert dynamic calls to static calls to every possible object.</Description>
|
|
2307
|
+
<Type>Combo</Type>
|
|
2308
|
+
<Default>No</Default>
|
|
2309
|
+
<Values>
|
|
2310
|
+
<Value id='Yes' desc='Yes'/>
|
|
2311
|
+
<Value id='No' desc='No'/>
|
|
2312
|
+
</Values>
|
|
2313
|
+
</Prop>
|
|
2314
|
+
<Prop>
|
|
2315
|
+
<Id>AutomaticPrompts</Id>
|
|
2316
|
+
<Name>Generate prompt programs</Name>
|
|
2317
|
+
<Description>Controls whether prompt objects are generated automatically or not.</Description>
|
|
2318
|
+
<Type>Combo</Type>
|
|
2319
|
+
<Values>
|
|
2320
|
+
<Value id='Yes' desc='Yes'/>
|
|
2321
|
+
<Value id='No' desc='No'/>
|
|
2322
|
+
</Values>
|
|
2323
|
+
<Metadata>
|
|
2324
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.AutomaticPromptsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2325
|
+
</Metadata>
|
|
2326
|
+
</Prop>
|
|
2327
|
+
</Children>
|
|
2328
|
+
</Group>
|
|
2329
|
+
<Group>
|
|
2330
|
+
<Id>idExecutionGroup</Id>
|
|
2331
|
+
<Name>Execution</Name>
|
|
2332
|
+
<Type>Group</Type>
|
|
2333
|
+
<Children>
|
|
2334
|
+
<Prop>
|
|
2335
|
+
<Id>VFPPath</Id>
|
|
2336
|
+
<Name>Visual Foxpro Path</Name>
|
|
2337
|
+
<Description>Visual Foxpro Path</Description>
|
|
2338
|
+
<Type>Custom</Type>
|
|
2339
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ExeFileType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
2340
|
+
<Metadata>
|
|
2341
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.VFPPathDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2342
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.FileExistValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
2343
|
+
<Value name='FlagStoreValueByUser'></Value>
|
|
2344
|
+
<Value name='FlagExport'>false</Value>
|
|
2345
|
+
</Metadata>
|
|
2346
|
+
</Prop>
|
|
2347
|
+
</Children>
|
|
2348
|
+
</Group>
|
|
2349
|
+
<Group>
|
|
2350
|
+
<Id>RPL</Id>
|
|
2351
|
+
<Name>Replication</Name>
|
|
2352
|
+
<Description>Replication</Description>
|
|
2353
|
+
<Type>Group</Type>
|
|
2354
|
+
<Children>
|
|
2355
|
+
<Prop>
|
|
2356
|
+
<Id>LOG_TABLES</Id>
|
|
2357
|
+
<Name>Tables to replicate (*ALL replicate all tables)</Name>
|
|
2358
|
+
<Description>Tables to replicate (*ALL replicate all tables)</Description>
|
|
2359
|
+
<Type>Text</Type>
|
|
2360
|
+
</Prop>
|
|
2361
|
+
<Prop>
|
|
2362
|
+
<Id>LOG_FILE</Id>
|
|
2363
|
+
<Name>Replication log file name</Name>
|
|
2364
|
+
<Description>Replication log file name</Description>
|
|
2365
|
+
<Type>Text</Type>
|
|
2366
|
+
</Prop>
|
|
2367
|
+
</Children>
|
|
2368
|
+
</Group>
|
|
2369
|
+
</Children>
|
|
2370
|
+
</Group>
|
|
2371
|
+
</Object>
|
|
2372
|
+
</Content>
|