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,1813 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='WKP' inheritance='BASE '>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>Base properties</Name>
|
|
6
|
+
<Type>Main</Type>
|
|
7
|
+
<Children>
|
|
8
|
+
<Prop>
|
|
9
|
+
<Id>ObjName</Id>
|
|
10
|
+
<Name>Name</Name>
|
|
11
|
+
<Description>Name</Description>
|
|
12
|
+
<Alias>Name</Alias>
|
|
13
|
+
<Type>Text</Type>
|
|
14
|
+
<Dependencies>
|
|
15
|
+
<Depend type='Readonly'>
|
|
16
|
+
<Cond>value(IsPrompt) == true</Cond>
|
|
17
|
+
<Condition>
|
|
18
|
+
<Expression>
|
|
19
|
+
<Type>Comparison</Type>
|
|
20
|
+
<Operator>Equal</Operator>
|
|
21
|
+
<PropName>IsPrompt</PropName>
|
|
22
|
+
<Value>true</Value>
|
|
23
|
+
</Expression>
|
|
24
|
+
</Condition>
|
|
25
|
+
</Depend>
|
|
26
|
+
</Dependencies>
|
|
27
|
+
<Metadata>
|
|
28
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.ObjectNameAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
29
|
+
<Value name='ShouldSerialize'>true</Value>
|
|
30
|
+
<Value name='FlagSpecificable'></Value>
|
|
31
|
+
<Value name='FlagSpecificationName'>ObjName</Value>
|
|
32
|
+
<Value name='FlagAssertSDTProperty'></Value>
|
|
33
|
+
<Value name='FlagDeklarit'></Value>
|
|
34
|
+
</Metadata>
|
|
35
|
+
<Options>
|
|
36
|
+
<Option type='Required'/>
|
|
37
|
+
<Option type="Don't serialize"/>
|
|
38
|
+
</Options>
|
|
39
|
+
</Prop>
|
|
40
|
+
<Prop>
|
|
41
|
+
<Id>ObjDesc</Id>
|
|
42
|
+
<Name>Description</Name>
|
|
43
|
+
<Description>Describe the content or purpose of the element</Description>
|
|
44
|
+
<Alias>Description</Alias>
|
|
45
|
+
<Type>Text</Type>
|
|
46
|
+
<Dependencies>
|
|
47
|
+
<Depend type='On Change'>
|
|
48
|
+
<Cond>onChange(ObjName)</Cond>
|
|
49
|
+
<Condition>
|
|
50
|
+
<Expression>
|
|
51
|
+
<Type>OnChange</Type>
|
|
52
|
+
<PropName>ObjName</PropName>
|
|
53
|
+
</Expression>
|
|
54
|
+
</Condition>
|
|
55
|
+
</Depend>
|
|
56
|
+
</Dependencies>
|
|
57
|
+
<Metadata>
|
|
58
|
+
<Value name='customDefaultResolver'>Artech.Architecture.Common.Resolvers.ObjectDescriptionResolver, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
59
|
+
<Value name='ShouldSerialize'>true</Value>
|
|
60
|
+
<Value name='FlagSpecificable'></Value>
|
|
61
|
+
<Value name='FlagSpecificationName'>ObjDesc</Value>
|
|
62
|
+
<Value name='FlagAssertSDTProperty'></Value>
|
|
63
|
+
<Value name='FlagDeklarit'></Value>
|
|
64
|
+
</Metadata>
|
|
65
|
+
<Options>
|
|
66
|
+
<Option type="Don't serialize"/>
|
|
67
|
+
<Option type='Dyn Default'/>
|
|
68
|
+
</Options>
|
|
69
|
+
</Prop>
|
|
70
|
+
</Children>
|
|
71
|
+
</Group>
|
|
72
|
+
<Group>
|
|
73
|
+
<Name>WKP</Name>
|
|
74
|
+
<Type>Main</Type>
|
|
75
|
+
<Children>
|
|
76
|
+
<Prop hidden='1'>
|
|
77
|
+
<Id>ObjId</Id>
|
|
78
|
+
<Name>ObjId</Name>
|
|
79
|
+
<Description>ObjId</Description>
|
|
80
|
+
<Alias>Key</Alias>
|
|
81
|
+
<Type>Integer</Type>
|
|
82
|
+
<Options>
|
|
83
|
+
<Option type='Readonly'/>
|
|
84
|
+
<Option type='Not Show'/>
|
|
85
|
+
<Option type="Don't serialize"/>
|
|
86
|
+
</Options>
|
|
87
|
+
</Prop>
|
|
88
|
+
<Prop hidden='1'>
|
|
89
|
+
<Id>ObjIsStyle</Id>
|
|
90
|
+
<Name>IsStyle</Name>
|
|
91
|
+
<Type>Boolean</Type>
|
|
92
|
+
<Default>false</Default>
|
|
93
|
+
<Options>
|
|
94
|
+
<Option type='Readonly'/>
|
|
95
|
+
<Option type='Not Show'/>
|
|
96
|
+
<Option type="Don't serialize"/>
|
|
97
|
+
</Options>
|
|
98
|
+
</Prop>
|
|
99
|
+
<Prop>
|
|
100
|
+
<Id>Folder</Id>
|
|
101
|
+
<Name>Folder</Name>
|
|
102
|
+
<Description>Folder</Description>
|
|
103
|
+
<Type>Custom</Type>
|
|
104
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
105
|
+
</Prop>
|
|
106
|
+
<Prop>
|
|
107
|
+
<Id>IsMain</Id>
|
|
108
|
+
<Name>Main program</Name>
|
|
109
|
+
<Description>To specify that the object is main. That is: it can be executed as standalone application.</Description>
|
|
110
|
+
<Type>Boolean</Type>
|
|
111
|
+
<Default>false</Default>
|
|
112
|
+
<Dependencies>
|
|
113
|
+
<Depend type='Not Show'>
|
|
114
|
+
<Cond>value(ObjIsStyle) == true</Cond>
|
|
115
|
+
<Condition>
|
|
116
|
+
<Expression>
|
|
117
|
+
<Type>Comparison</Type>
|
|
118
|
+
<Operator>Equal</Operator>
|
|
119
|
+
<PropName>ObjIsStyle</PropName>
|
|
120
|
+
<Value>true</Value>
|
|
121
|
+
</Expression>
|
|
122
|
+
</Condition>
|
|
123
|
+
</Depend>
|
|
124
|
+
<Depend type='Not Show'>
|
|
125
|
+
<Cond>context(WEB_COMP) == Master</Cond>
|
|
126
|
+
<Condition>
|
|
127
|
+
<Expression>
|
|
128
|
+
<Type>Comparison</Type>
|
|
129
|
+
<Operator>Equal</Operator>
|
|
130
|
+
<PropName source='context'>WEB_COMP</PropName>
|
|
131
|
+
<Value>Master</Value>
|
|
132
|
+
</Expression>
|
|
133
|
+
</Condition>
|
|
134
|
+
</Depend>
|
|
135
|
+
<Depend type='Readonly'>
|
|
136
|
+
<Cond>value(ObjIsStyle) == true</Cond>
|
|
137
|
+
<Condition>
|
|
138
|
+
<Expression>
|
|
139
|
+
<Type>Comparison</Type>
|
|
140
|
+
<Operator>Equal</Operator>
|
|
141
|
+
<PropName>ObjIsStyle</PropName>
|
|
142
|
+
<Value>true</Value>
|
|
143
|
+
</Expression>
|
|
144
|
+
</Condition>
|
|
145
|
+
</Depend>
|
|
146
|
+
<Depend type='Invalid'>
|
|
147
|
+
<Value>-1</Value>
|
|
148
|
+
<Cond>context(WEB_COMP) == Master</Cond>
|
|
149
|
+
<Condition>
|
|
150
|
+
<Expression>
|
|
151
|
+
<Type>Comparison</Type>
|
|
152
|
+
<Operator>Equal</Operator>
|
|
153
|
+
<PropName source='context'>WEB_COMP</PropName>
|
|
154
|
+
<Value>Master</Value>
|
|
155
|
+
</Expression>
|
|
156
|
+
</Condition>
|
|
157
|
+
</Depend>
|
|
158
|
+
</Dependencies>
|
|
159
|
+
<Metadata>
|
|
160
|
+
<Value name='FlagRedundantValue'>true</Value>
|
|
161
|
+
</Metadata>
|
|
162
|
+
<Options>
|
|
163
|
+
<Option type="Don't serialize"/>
|
|
164
|
+
</Options>
|
|
165
|
+
</Prop>
|
|
166
|
+
<Prop hidden='1'>
|
|
167
|
+
<Id>Signatures</Id>
|
|
168
|
+
<Name>Signatures</Name>
|
|
169
|
+
<Type>Text</Type>
|
|
170
|
+
<Default></Default>
|
|
171
|
+
<Options>
|
|
172
|
+
<Option type='Readonly'/>
|
|
173
|
+
<Option type='Not Show'/>
|
|
174
|
+
<Option type="Don't serialize"/>
|
|
175
|
+
</Options>
|
|
176
|
+
</Prop>
|
|
177
|
+
<Prop hidden='1'>
|
|
178
|
+
<Id>PublicMethods</Id>
|
|
179
|
+
<Name>Public Methods</Name>
|
|
180
|
+
<Type>Text</Type>
|
|
181
|
+
<Default></Default>
|
|
182
|
+
<Options>
|
|
183
|
+
<Option type='Readonly'/>
|
|
184
|
+
<Option type='Not Show'/>
|
|
185
|
+
<Option type="Don't serialize"/>
|
|
186
|
+
</Options>
|
|
187
|
+
</Prop>
|
|
188
|
+
<Group hidden='1'>
|
|
189
|
+
<Id>MainObjProps</Id>
|
|
190
|
+
<Name>Main object properties</Name>
|
|
191
|
+
<Description>Main object properties</Description>
|
|
192
|
+
<Type>Group</Type>
|
|
193
|
+
<Dependencies>
|
|
194
|
+
<Depend type='Not Show'>
|
|
195
|
+
<Cond>value(IsMain) == false</Cond>
|
|
196
|
+
<Condition>
|
|
197
|
+
<Expression>
|
|
198
|
+
<Type>Comparison</Type>
|
|
199
|
+
<Operator>Equal</Operator>
|
|
200
|
+
<PropName>IsMain</PropName>
|
|
201
|
+
<Value>false</Value>
|
|
202
|
+
</Expression>
|
|
203
|
+
</Condition>
|
|
204
|
+
</Depend>
|
|
205
|
+
</Dependencies>
|
|
206
|
+
<Children>
|
|
207
|
+
<Prop hidden='1'>
|
|
208
|
+
<Id>AppTitle</Id>
|
|
209
|
+
<Name>Application title</Name>
|
|
210
|
+
<Description>Application title</Description>
|
|
211
|
+
<Type>Text</Type>
|
|
212
|
+
<Dependencies>
|
|
213
|
+
<Depend type='Readonly'>
|
|
214
|
+
<Cond>value(IsMain) == false</Cond>
|
|
215
|
+
<Condition>
|
|
216
|
+
<Expression>
|
|
217
|
+
<Type>Comparison</Type>
|
|
218
|
+
<Operator>Equal</Operator>
|
|
219
|
+
<PropName>IsMain</PropName>
|
|
220
|
+
<Value>false</Value>
|
|
221
|
+
</Expression>
|
|
222
|
+
</Condition>
|
|
223
|
+
</Depend>
|
|
224
|
+
<Depend type='Not Show'>
|
|
225
|
+
<Cond>value(IsMain) == false</Cond>
|
|
226
|
+
<Condition>
|
|
227
|
+
<Expression>
|
|
228
|
+
<Type>Comparison</Type>
|
|
229
|
+
<Operator>Equal</Operator>
|
|
230
|
+
<PropName>IsMain</PropName>
|
|
231
|
+
<Value>false</Value>
|
|
232
|
+
</Expression>
|
|
233
|
+
</Condition>
|
|
234
|
+
</Depend>
|
|
235
|
+
</Dependencies>
|
|
236
|
+
<Options>
|
|
237
|
+
<Option type="Don't serialize"/>
|
|
238
|
+
</Options>
|
|
239
|
+
</Prop>
|
|
240
|
+
<Prop hidden='1'>
|
|
241
|
+
<Id>AppIcon</Id>
|
|
242
|
+
<Name>Application icon</Name>
|
|
243
|
+
<Description>Application icon</Description>
|
|
244
|
+
<Type>Text</Type>
|
|
245
|
+
<Dependencies>
|
|
246
|
+
<Depend type='Readonly'>
|
|
247
|
+
<Cond>value(IsMain) == false</Cond>
|
|
248
|
+
<Condition>
|
|
249
|
+
<Expression>
|
|
250
|
+
<Type>Comparison</Type>
|
|
251
|
+
<Operator>Equal</Operator>
|
|
252
|
+
<PropName>IsMain</PropName>
|
|
253
|
+
<Value>false</Value>
|
|
254
|
+
</Expression>
|
|
255
|
+
</Condition>
|
|
256
|
+
</Depend>
|
|
257
|
+
<Depend type='Not Show'>
|
|
258
|
+
<Cond>value(IsMain) == false</Cond>
|
|
259
|
+
<Condition>
|
|
260
|
+
<Expression>
|
|
261
|
+
<Type>Comparison</Type>
|
|
262
|
+
<Operator>Equal</Operator>
|
|
263
|
+
<PropName>IsMain</PropName>
|
|
264
|
+
<Value>false</Value>
|
|
265
|
+
</Expression>
|
|
266
|
+
</Condition>
|
|
267
|
+
</Depend>
|
|
268
|
+
</Dependencies>
|
|
269
|
+
<Options>
|
|
270
|
+
<Option type="Don't serialize"/>
|
|
271
|
+
</Options>
|
|
272
|
+
</Prop>
|
|
273
|
+
<Prop hidden='1'>
|
|
274
|
+
<Id>AppLocation</Id>
|
|
275
|
+
<Name>Location</Name>
|
|
276
|
+
<Description>Location</Description>
|
|
277
|
+
<Type>Text</Type>
|
|
278
|
+
<Dependencies>
|
|
279
|
+
<Depend type='Readonly'>
|
|
280
|
+
<Cond>value(IsMain) == false</Cond>
|
|
281
|
+
<Condition>
|
|
282
|
+
<Expression>
|
|
283
|
+
<Type>Comparison</Type>
|
|
284
|
+
<Operator>Equal</Operator>
|
|
285
|
+
<PropName>IsMain</PropName>
|
|
286
|
+
<Value>false</Value>
|
|
287
|
+
</Expression>
|
|
288
|
+
</Condition>
|
|
289
|
+
</Depend>
|
|
290
|
+
<Depend type='Not Show'>
|
|
291
|
+
<Cond>value(IsMain) == false</Cond>
|
|
292
|
+
<Condition>
|
|
293
|
+
<Expression>
|
|
294
|
+
<Type>Comparison</Type>
|
|
295
|
+
<Operator>Equal</Operator>
|
|
296
|
+
<PropName>IsMain</PropName>
|
|
297
|
+
<Value>false</Value>
|
|
298
|
+
</Expression>
|
|
299
|
+
</Condition>
|
|
300
|
+
</Depend>
|
|
301
|
+
<Depend type='Not Show'>
|
|
302
|
+
<Cond>context(CALL_PROTOCOL) == EJB</Cond>
|
|
303
|
+
<Condition>
|
|
304
|
+
<Expression>
|
|
305
|
+
<Type>Comparison</Type>
|
|
306
|
+
<Operator>Equal</Operator>
|
|
307
|
+
<PropName source='context'>CALL_PROTOCOL</PropName>
|
|
308
|
+
<Value>EJB</Value>
|
|
309
|
+
</Expression>
|
|
310
|
+
</Condition>
|
|
311
|
+
</Depend>
|
|
312
|
+
</Dependencies>
|
|
313
|
+
<Options>
|
|
314
|
+
<Option type="Don't serialize"/>
|
|
315
|
+
</Options>
|
|
316
|
+
</Prop>
|
|
317
|
+
<Prop hidden='1'>
|
|
318
|
+
<Id>AppGenerator</Id>
|
|
319
|
+
<Name>Generator</Name>
|
|
320
|
+
<Description>Generator</Description>
|
|
321
|
+
<Type>Custom</Type>
|
|
322
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.GeneratorCategoryReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
323
|
+
<Dependencies>
|
|
324
|
+
<Depend type='Readonly'>
|
|
325
|
+
<Cond>value(IsMain) == false</Cond>
|
|
326
|
+
<Condition>
|
|
327
|
+
<Expression>
|
|
328
|
+
<Type>Comparison</Type>
|
|
329
|
+
<Operator>Equal</Operator>
|
|
330
|
+
<PropName>IsMain</PropName>
|
|
331
|
+
<Value>false</Value>
|
|
332
|
+
</Expression>
|
|
333
|
+
</Condition>
|
|
334
|
+
</Depend>
|
|
335
|
+
<Depend type='Not Show'>
|
|
336
|
+
<Cond>value(IsMain) == false</Cond>
|
|
337
|
+
<Condition>
|
|
338
|
+
<Expression>
|
|
339
|
+
<Type>Comparison</Type>
|
|
340
|
+
<Operator>Equal</Operator>
|
|
341
|
+
<PropName>IsMain</PropName>
|
|
342
|
+
<Value>false</Value>
|
|
343
|
+
</Expression>
|
|
344
|
+
</Condition>
|
|
345
|
+
</Depend>
|
|
346
|
+
</Dependencies>
|
|
347
|
+
<Metadata>
|
|
348
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ObjectGeneratorDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
349
|
+
</Metadata>
|
|
350
|
+
<Options>
|
|
351
|
+
<Option type="Don't serialize"/>
|
|
352
|
+
</Options>
|
|
353
|
+
</Prop>
|
|
354
|
+
</Children>
|
|
355
|
+
</Group>
|
|
356
|
+
<Group hidden='1'>
|
|
357
|
+
<Id>OBJ_PRIVATE</Id>
|
|
358
|
+
<Name>Privacy</Name>
|
|
359
|
+
<Description>Privacy</Description>
|
|
360
|
+
<Type>Group</Type>
|
|
361
|
+
<Children>
|
|
362
|
+
<Prop hidden='1'>
|
|
363
|
+
<Id>ObjAlreadyPrivate</Id>
|
|
364
|
+
<Name>Was private object</Name>
|
|
365
|
+
<Description>Was private object</Description>
|
|
366
|
+
<Type>Boolean</Type>
|
|
367
|
+
<Default>false</Default>
|
|
368
|
+
<Options>
|
|
369
|
+
<Option type='Readonly'/>
|
|
370
|
+
<Option type='Not Show'/>
|
|
371
|
+
<Option type="Don't serialize"/>
|
|
372
|
+
</Options>
|
|
373
|
+
</Prop>
|
|
374
|
+
<Prop hidden='1'>
|
|
375
|
+
<Id>ObjIsPrivate</Id>
|
|
376
|
+
<Name>Private object</Name>
|
|
377
|
+
<Description>Private object</Description>
|
|
378
|
+
<Alias>PrivateObject</Alias>
|
|
379
|
+
<Type>Boolean</Type>
|
|
380
|
+
<Default>false</Default>
|
|
381
|
+
<Dependencies>
|
|
382
|
+
<Depend type='Readonly'>
|
|
383
|
+
<Cond>value(ObjAlreadyPrivate) == true</Cond>
|
|
384
|
+
<Condition>
|
|
385
|
+
<Expression>
|
|
386
|
+
<Type>Comparison</Type>
|
|
387
|
+
<Operator>Equal</Operator>
|
|
388
|
+
<PropName>ObjAlreadyPrivate</PropName>
|
|
389
|
+
<Value>true</Value>
|
|
390
|
+
</Expression>
|
|
391
|
+
</Condition>
|
|
392
|
+
</Depend>
|
|
393
|
+
<Depend type='Readonly'>
|
|
394
|
+
<Cond>value(ObjIsStyle) == true</Cond>
|
|
395
|
+
<Condition>
|
|
396
|
+
<Expression>
|
|
397
|
+
<Type>Comparison</Type>
|
|
398
|
+
<Operator>Equal</Operator>
|
|
399
|
+
<PropName>ObjIsStyle</PropName>
|
|
400
|
+
<Value>true</Value>
|
|
401
|
+
</Expression>
|
|
402
|
+
</Condition>
|
|
403
|
+
</Depend>
|
|
404
|
+
<Depend type='Not Show'>
|
|
405
|
+
<Cond>value(ObjIsStyle) == true</Cond>
|
|
406
|
+
<Condition>
|
|
407
|
+
<Expression>
|
|
408
|
+
<Type>Comparison</Type>
|
|
409
|
+
<Operator>Equal</Operator>
|
|
410
|
+
<PropName>ObjIsStyle</PropName>
|
|
411
|
+
<Value>true</Value>
|
|
412
|
+
</Expression>
|
|
413
|
+
</Condition>
|
|
414
|
+
</Depend>
|
|
415
|
+
</Dependencies>
|
|
416
|
+
<Metadata>
|
|
417
|
+
<Value name='FlagSpecificationName'>ObjIsPrivate</Value>
|
|
418
|
+
</Metadata>
|
|
419
|
+
<Options>
|
|
420
|
+
<Option type='Not Show'/>
|
|
421
|
+
<Option type="Don't serialize"/>
|
|
422
|
+
<Option type='Dyn Readonly'/>
|
|
423
|
+
</Options>
|
|
424
|
+
</Prop>
|
|
425
|
+
<Prop hidden='1'>
|
|
426
|
+
<Id>ObjCopyright</Id>
|
|
427
|
+
<Name>Copyright</Name>
|
|
428
|
+
<Description>Copyright</Description>
|
|
429
|
+
<Type>Text</Type>
|
|
430
|
+
<Dependencies>
|
|
431
|
+
<Depend type='Not Show'>
|
|
432
|
+
<Cond>value(ObjIsPrivate) == false</Cond>
|
|
433
|
+
<Condition>
|
|
434
|
+
<Expression>
|
|
435
|
+
<Type>Comparison</Type>
|
|
436
|
+
<Operator>Equal</Operator>
|
|
437
|
+
<PropName>ObjIsPrivate</PropName>
|
|
438
|
+
<Value>false</Value>
|
|
439
|
+
</Expression>
|
|
440
|
+
</Condition>
|
|
441
|
+
</Depend>
|
|
442
|
+
</Dependencies>
|
|
443
|
+
<Options>
|
|
444
|
+
<Option type='Readonly'/>
|
|
445
|
+
<Option type="Don't serialize"/>
|
|
446
|
+
</Options>
|
|
447
|
+
</Prop>
|
|
448
|
+
<Prop hidden='1'>
|
|
449
|
+
<Id>ObjBuyer</Id>
|
|
450
|
+
<Name>Buyer</Name>
|
|
451
|
+
<Description>Buyer</Description>
|
|
452
|
+
<Type>Text</Type>
|
|
453
|
+
<Dependencies>
|
|
454
|
+
<Depend type='Not Show'>
|
|
455
|
+
<Cond>value(ObjIsPrivate) == false</Cond>
|
|
456
|
+
<Condition>
|
|
457
|
+
<Expression>
|
|
458
|
+
<Type>Comparison</Type>
|
|
459
|
+
<Operator>Equal</Operator>
|
|
460
|
+
<PropName>ObjIsPrivate</PropName>
|
|
461
|
+
<Value>false</Value>
|
|
462
|
+
</Expression>
|
|
463
|
+
</Condition>
|
|
464
|
+
</Depend>
|
|
465
|
+
</Dependencies>
|
|
466
|
+
<Options>
|
|
467
|
+
<Option type='Readonly'/>
|
|
468
|
+
<Option type="Don't serialize"/>
|
|
469
|
+
</Options>
|
|
470
|
+
</Prop>
|
|
471
|
+
<Prop hidden='1'>
|
|
472
|
+
<Id>ObjPurpose</Id>
|
|
473
|
+
<Name>Purpose</Name>
|
|
474
|
+
<Description>Purpose</Description>
|
|
475
|
+
<Type>Text</Type>
|
|
476
|
+
<Dependencies>
|
|
477
|
+
<Depend type='Not Show'>
|
|
478
|
+
<Cond>value(ObjIsPrivate) == false</Cond>
|
|
479
|
+
<Condition>
|
|
480
|
+
<Expression>
|
|
481
|
+
<Type>Comparison</Type>
|
|
482
|
+
<Operator>Equal</Operator>
|
|
483
|
+
<PropName>ObjIsPrivate</PropName>
|
|
484
|
+
<Value>false</Value>
|
|
485
|
+
</Expression>
|
|
486
|
+
</Condition>
|
|
487
|
+
</Depend>
|
|
488
|
+
</Dependencies>
|
|
489
|
+
<Options>
|
|
490
|
+
<Option type='Readonly'/>
|
|
491
|
+
<Option type="Don't serialize"/>
|
|
492
|
+
</Options>
|
|
493
|
+
</Prop>
|
|
494
|
+
</Children>
|
|
495
|
+
</Group>
|
|
496
|
+
<Prop hidden='1'>
|
|
497
|
+
<Id>IsPrompt</Id>
|
|
498
|
+
<Name>IsPrompt</Name>
|
|
499
|
+
<Type>Boolean</Type>
|
|
500
|
+
<Default>false</Default>
|
|
501
|
+
<Options>
|
|
502
|
+
<Option type='Not Show'/>
|
|
503
|
+
</Options>
|
|
504
|
+
</Prop>
|
|
505
|
+
<Prop hidden='1'>
|
|
506
|
+
<Id>IsUserPrompt</Id>
|
|
507
|
+
<Name>Is User Prompt</Name>
|
|
508
|
+
<Description>Prompt was modified by user, it will not be generated automatically if associated table changes</Description>
|
|
509
|
+
<Type>Boolean</Type>
|
|
510
|
+
<Default>false</Default>
|
|
511
|
+
<Dependencies>
|
|
512
|
+
<Depend type='Not Show'>
|
|
513
|
+
<Cond>value(IsPrompt) == false</Cond>
|
|
514
|
+
<Condition>
|
|
515
|
+
<Expression>
|
|
516
|
+
<Type>Comparison</Type>
|
|
517
|
+
<Operator>Equal</Operator>
|
|
518
|
+
<PropName>IsPrompt</PropName>
|
|
519
|
+
<Value>false</Value>
|
|
520
|
+
</Expression>
|
|
521
|
+
</Condition>
|
|
522
|
+
</Depend>
|
|
523
|
+
</Dependencies>
|
|
524
|
+
<Options>
|
|
525
|
+
<Option type='Readonly'/>
|
|
526
|
+
</Options>
|
|
527
|
+
</Prop>
|
|
528
|
+
<Prop hidden='1'>
|
|
529
|
+
<Id>HelpKeyword</Id>
|
|
530
|
+
<Name>HelpKeyword</Name>
|
|
531
|
+
<Type>Integer</Type>
|
|
532
|
+
<Dependencies>
|
|
533
|
+
<Depend type='Default'>
|
|
534
|
+
<Value>2</Value>
|
|
535
|
+
</Depend>
|
|
536
|
+
</Dependencies>
|
|
537
|
+
<Options>
|
|
538
|
+
<Option type='Not Show'/>
|
|
539
|
+
</Options>
|
|
540
|
+
</Prop>
|
|
541
|
+
<Prop hidden='1'>
|
|
542
|
+
<Id>PMPTAssocTable</Id>
|
|
543
|
+
<Name>Associated table</Name>
|
|
544
|
+
<Description>Associated table</Description>
|
|
545
|
+
<Type>Custom</Type>
|
|
546
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
547
|
+
<Dependencies>
|
|
548
|
+
<Depend type='Apply'>
|
|
549
|
+
<Cond>value(IsPrompt) == true</Cond>
|
|
550
|
+
<Condition>
|
|
551
|
+
<Expression>
|
|
552
|
+
<Type>Comparison</Type>
|
|
553
|
+
<Operator>Equal</Operator>
|
|
554
|
+
<PropName>IsPrompt</PropName>
|
|
555
|
+
<Value>true</Value>
|
|
556
|
+
</Expression>
|
|
557
|
+
</Condition>
|
|
558
|
+
</Depend>
|
|
559
|
+
</Dependencies>
|
|
560
|
+
<Metadata>
|
|
561
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=857CA50E-7905-0000-0007-C5D9FF2975EC,DeclareReferences=Weak),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
562
|
+
<Value name='TypeConverter'>Artech.Genexus.Common.Converters.TableCompositionConverter, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
563
|
+
</Metadata>
|
|
564
|
+
<Options>
|
|
565
|
+
<Option type='Readonly'/>
|
|
566
|
+
</Options>
|
|
567
|
+
</Prop>
|
|
568
|
+
<Prop hidden='1'>
|
|
569
|
+
<Id>DEKLARIT_METADATA</Id>
|
|
570
|
+
<Name>DeklaritMetadata</Name>
|
|
571
|
+
<Type>Text</Type>
|
|
572
|
+
<Default></Default>
|
|
573
|
+
<Options>
|
|
574
|
+
<Option type='Not Show'/>
|
|
575
|
+
</Options>
|
|
576
|
+
</Prop>
|
|
577
|
+
<Prop hidden='1'>
|
|
578
|
+
<Id>OBJECT_METADATA</Id>
|
|
579
|
+
<Name>ObjectMetadata</Name>
|
|
580
|
+
<Type>Text</Type>
|
|
581
|
+
<Default></Default>
|
|
582
|
+
<Metadata>
|
|
583
|
+
<Value name='FlagSpecificable'></Value>
|
|
584
|
+
</Metadata>
|
|
585
|
+
<Options>
|
|
586
|
+
<Option type='Not Show'/>
|
|
587
|
+
</Options>
|
|
588
|
+
</Prop>
|
|
589
|
+
<Prop hidden='1'>
|
|
590
|
+
<Id>DKL_DEPENDENCIES_PROPS</Id>
|
|
591
|
+
<Name>DklDependenciesProps</Name>
|
|
592
|
+
<Type>Text</Type>
|
|
593
|
+
<Default></Default>
|
|
594
|
+
<Options>
|
|
595
|
+
<Option type='Not Show'/>
|
|
596
|
+
</Options>
|
|
597
|
+
</Prop>
|
|
598
|
+
<Prop hidden='1'>
|
|
599
|
+
<Id>DEKLARIT_TYPE</Id>
|
|
600
|
+
<Name>DeklaritType</Name>
|
|
601
|
+
<Type>Integer</Type>
|
|
602
|
+
<Default>-1</Default>
|
|
603
|
+
<Options>
|
|
604
|
+
<Option type='Not Show'/>
|
|
605
|
+
</Options>
|
|
606
|
+
</Prop>
|
|
607
|
+
<Prop hidden='1'>
|
|
608
|
+
<Id>WORKFLOW_METADATA</Id>
|
|
609
|
+
<Name>WorkflowMetadata</Name>
|
|
610
|
+
<Type>Text</Type>
|
|
611
|
+
<Default></Default>
|
|
612
|
+
<Options>
|
|
613
|
+
<Option type='Not Show'/>
|
|
614
|
+
</Options>
|
|
615
|
+
</Prop>
|
|
616
|
+
<Prop hidden='1'>
|
|
617
|
+
<Id>USER_METADATA</Id>
|
|
618
|
+
<Name>UserMetadata</Name>
|
|
619
|
+
<Type>Text</Type>
|
|
620
|
+
<Default></Default>
|
|
621
|
+
<Options>
|
|
622
|
+
<Option type='Not Show'/>
|
|
623
|
+
</Options>
|
|
624
|
+
</Prop>
|
|
625
|
+
<Prop hidden='1'>
|
|
626
|
+
<Id>DKL_CUSTOM_PROPERTIES</Id>
|
|
627
|
+
<Name>DKL_CUSTOM_PROPERTIES</Name>
|
|
628
|
+
<Type>Text</Type>
|
|
629
|
+
<Default></Default>
|
|
630
|
+
<Options>
|
|
631
|
+
<Option type='Not Show'/>
|
|
632
|
+
</Options>
|
|
633
|
+
</Prop>
|
|
634
|
+
<Prop hidden='1'>
|
|
635
|
+
<Id>DKL_BUILTIN_PROPERTIES</Id>
|
|
636
|
+
<Name>DKL_BUILTIN_PROPERTIES</Name>
|
|
637
|
+
<Type>Text</Type>
|
|
638
|
+
<Default></Default>
|
|
639
|
+
<Options>
|
|
640
|
+
<Option type='Not Show'/>
|
|
641
|
+
</Options>
|
|
642
|
+
</Prop>
|
|
643
|
+
<Prop hidden='1'>
|
|
644
|
+
<Id>Theme</Id>
|
|
645
|
+
<Name>Theme</Name>
|
|
646
|
+
<Type>Custom</Type>
|
|
647
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ThemeWebReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
648
|
+
<Dependencies>
|
|
649
|
+
<Depend type='Not Show'/>
|
|
650
|
+
</Dependencies>
|
|
651
|
+
<Metadata>
|
|
652
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=C804FDBD-7C0B-440d-8527-4316C92649A6,AllowedType=78b3fa0e-174c-4b2b-8716-718167a428b5),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
653
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.ThemeDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
654
|
+
<Value name='FlagSpecificable'></Value>
|
|
655
|
+
<Value name='FlagDisplayName'>Style</Value>
|
|
656
|
+
</Metadata>
|
|
657
|
+
</Prop>
|
|
658
|
+
<Group>
|
|
659
|
+
<Id>id_DEKLARIT_AUTHORIZATION_PROPERTIES</Id>
|
|
660
|
+
<Name>Authorization</Name>
|
|
661
|
+
<Description>Authorization</Description>
|
|
662
|
+
<Type>Group</Type>
|
|
663
|
+
<Children>
|
|
664
|
+
<Prop>
|
|
665
|
+
<Id>DKL_PERMISSION_BASE_ID</Id>
|
|
666
|
+
<Name>Parmission Base Id</Name>
|
|
667
|
+
<Description>Parmission Base Id</Description>
|
|
668
|
+
<Type>Integer</Type>
|
|
669
|
+
<Default>2001</Default>
|
|
670
|
+
</Prop>
|
|
671
|
+
<Prop hidden='1'>
|
|
672
|
+
<Id>DKL_ROLES</Id>
|
|
673
|
+
<Name>Security</Name>
|
|
674
|
+
<Description>Security Roles</Description>
|
|
675
|
+
<Type>Text</Type>
|
|
676
|
+
<Default></Default>
|
|
677
|
+
<Options>
|
|
678
|
+
<Option type='Not Show'/>
|
|
679
|
+
</Options>
|
|
680
|
+
</Prop>
|
|
681
|
+
</Children>
|
|
682
|
+
</Group>
|
|
683
|
+
<Group>
|
|
684
|
+
<Id>WKPBHV</Id>
|
|
685
|
+
<Name>Loading</Name>
|
|
686
|
+
<Description>Loading</Description>
|
|
687
|
+
<Type>Group</Type>
|
|
688
|
+
<Children>
|
|
689
|
+
<Prop>
|
|
690
|
+
<Id>LOADALL</Id>
|
|
691
|
+
<Name>Load records</Name>
|
|
692
|
+
<Description>Load records</Description>
|
|
693
|
+
<Type>Combo</Type>
|
|
694
|
+
<Default>NO</Default>
|
|
695
|
+
<Values>
|
|
696
|
+
<Value id='NO' desc='Load on request'/>
|
|
697
|
+
<Value id='YES' desc='Load all records'/>
|
|
698
|
+
</Values>
|
|
699
|
+
</Prop>
|
|
700
|
+
<Prop>
|
|
701
|
+
<Id>LOAD</Id>
|
|
702
|
+
<Name>Load at startup</Name>
|
|
703
|
+
<Description>Load at startup</Description>
|
|
704
|
+
<Type>Combo</Type>
|
|
705
|
+
<Default>YES</Default>
|
|
706
|
+
<Values>
|
|
707
|
+
<Value id='YES' desc='Yes'/>
|
|
708
|
+
<Value id='NO' desc='No'/>
|
|
709
|
+
</Values>
|
|
710
|
+
</Prop>
|
|
711
|
+
<Prop>
|
|
712
|
+
<Id>CANCEL</Id>
|
|
713
|
+
<Name>Allow user to cancel processing</Name>
|
|
714
|
+
<Description>Allow user to cancel processing</Description>
|
|
715
|
+
<Type>Combo</Type>
|
|
716
|
+
<Default>YES</Default>
|
|
717
|
+
<Values>
|
|
718
|
+
<Value id='YES' desc='Yes'/>
|
|
719
|
+
<Value id='NO' desc='No'/>
|
|
720
|
+
</Values>
|
|
721
|
+
</Prop>
|
|
722
|
+
<Prop>
|
|
723
|
+
<Id>REFRESH</Id>
|
|
724
|
+
<Name>Automatic refresh</Name>
|
|
725
|
+
<Description>Automatic refresh</Description>
|
|
726
|
+
<Type>Combo</Type>
|
|
727
|
+
<Default>COND</Default>
|
|
728
|
+
<Values>
|
|
729
|
+
<Value id='COND' desc='Only when variables in conditions change'/>
|
|
730
|
+
<Value id='ALL' desc='When any variable changes'/>
|
|
731
|
+
</Values>
|
|
732
|
+
<Metadata>
|
|
733
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
734
|
+
</Metadata>
|
|
735
|
+
</Prop>
|
|
736
|
+
<Prop>
|
|
737
|
+
<Id>WHENREFRESH</Id>
|
|
738
|
+
<Name>When to refresh</Name>
|
|
739
|
+
<Description>When to refresh</Description>
|
|
740
|
+
<Type>Combo</Type>
|
|
741
|
+
<Default>FOCUS</Default>
|
|
742
|
+
<Values>
|
|
743
|
+
<Value id='FOCUS' desc='When a grid receives focus'/>
|
|
744
|
+
<Value id='CHANGE' desc='While variables are being modified'/>
|
|
745
|
+
</Values>
|
|
746
|
+
</Prop>
|
|
747
|
+
<Group>
|
|
748
|
+
<Id>RTIMEOUT</Id>
|
|
749
|
+
<Name>Refresh timeout</Name>
|
|
750
|
+
<Description>Refresh timeout</Description>
|
|
751
|
+
<Type>Group</Type>
|
|
752
|
+
<Children>
|
|
753
|
+
<Prop>
|
|
754
|
+
<Id>REFRESH_TOUT</Id>
|
|
755
|
+
<Name>Lapse</Name>
|
|
756
|
+
<Description>Lapse</Description>
|
|
757
|
+
<Type>Text</Type>
|
|
758
|
+
</Prop>
|
|
759
|
+
<Prop>
|
|
760
|
+
<Id>REFRESH_TOUT_TRIG</Id>
|
|
761
|
+
<Name>Triggers</Name>
|
|
762
|
+
<Description>Triggers</Description>
|
|
763
|
+
<Type>Combo</Type>
|
|
764
|
+
<Default>ALL</Default>
|
|
765
|
+
<Values>
|
|
766
|
+
<Value id='ALL' desc='Always'/>
|
|
767
|
+
<Value id='FOCUS' desc='Only when the object has the focus'/>
|
|
768
|
+
</Values>
|
|
769
|
+
</Prop>
|
|
770
|
+
</Children>
|
|
771
|
+
</Group>
|
|
772
|
+
</Children>
|
|
773
|
+
</Group>
|
|
774
|
+
<Group>
|
|
775
|
+
<Id>USERUI_OBJ</Id>
|
|
776
|
+
<Name>User interface</Name>
|
|
777
|
+
<Description>User interface</Description>
|
|
778
|
+
<Type>Group</Type>
|
|
779
|
+
<Children>
|
|
780
|
+
<Prop>
|
|
781
|
+
<Id>CFMTRN</Id>
|
|
782
|
+
<Name>Confirm Transactions</Name>
|
|
783
|
+
<Description>Confirm Transactions</Description>
|
|
784
|
+
<Type>Combo</Type>
|
|
785
|
+
<Default>No</Default>
|
|
786
|
+
<Values>
|
|
787
|
+
<Value id='No' desc='No'/>
|
|
788
|
+
<Value id='Yes' desc='Yes'/>
|
|
789
|
+
</Values>
|
|
790
|
+
<Metadata>
|
|
791
|
+
<Value name='FlagCategories'>Win</Value>
|
|
792
|
+
</Metadata>
|
|
793
|
+
</Prop>
|
|
794
|
+
<Prop>
|
|
795
|
+
<Id>TRNCFM</Id>
|
|
796
|
+
<Name>Confirmation</Name>
|
|
797
|
+
<Description>In transactions, it indicates whether or not the user's confirmation will be requested when passing from one level to another.
|
|
798
|
+
In procedures, it indicates whether or not the user's confirmation will be requested when the process starts executing.</Description>
|
|
799
|
+
<Alias>ConfirmTransaction</Alias>
|
|
800
|
+
<Type>Combo</Type>
|
|
801
|
+
<Default>None</Default>
|
|
802
|
+
<Values>
|
|
803
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
804
|
+
<Value id='All' desc='Always prompt'/>
|
|
805
|
+
<Value id='None' desc='Never prompt'/>
|
|
806
|
+
<Value id='NoFirst' desc='Do not prompt on first level'/>
|
|
807
|
+
</Values>
|
|
808
|
+
<Dependencies>
|
|
809
|
+
<Depend type='Not Show'>
|
|
810
|
+
<Cond>value(CFMTRN) == Yes</Cond>
|
|
811
|
+
<Condition>
|
|
812
|
+
<Expression>
|
|
813
|
+
<Type>Comparison</Type>
|
|
814
|
+
<Operator>Equal</Operator>
|
|
815
|
+
<PropName>CFMTRN</PropName>
|
|
816
|
+
<Value>Yes</Value>
|
|
817
|
+
</Expression>
|
|
818
|
+
</Condition>
|
|
819
|
+
</Depend>
|
|
820
|
+
<Depend type='Default'>
|
|
821
|
+
<Value>UMPV</Value>
|
|
822
|
+
</Depend>
|
|
823
|
+
<Depend type='Default'>
|
|
824
|
+
<Value>All</Value>
|
|
825
|
+
<Cond>context(IS_WEB_GEN) == 0</Cond>
|
|
826
|
+
<Condition>
|
|
827
|
+
<Expression>
|
|
828
|
+
<Type>Comparison</Type>
|
|
829
|
+
<Operator>Equal</Operator>
|
|
830
|
+
<PropName source='context'>IS_WEB_GEN</PropName>
|
|
831
|
+
<Value>0</Value>
|
|
832
|
+
</Expression>
|
|
833
|
+
</Condition>
|
|
834
|
+
</Depend>
|
|
835
|
+
<Depend type='Invalid'>
|
|
836
|
+
<Value>NoFirst</Value>
|
|
837
|
+
</Depend>
|
|
838
|
+
</Dependencies>
|
|
839
|
+
<Metadata>
|
|
840
|
+
<Value name='FlagCategories'>Advanced</Value>
|
|
841
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
842
|
+
<Value name='FlagSpecificationName'>TRNCFM</Value>
|
|
843
|
+
<Value name='FlagModelIniName'>TRNCFM</Value>
|
|
844
|
+
</Metadata>
|
|
845
|
+
</Prop>
|
|
846
|
+
<Group>
|
|
847
|
+
<Id>KEYC</Id>
|
|
848
|
+
<Name>Key configuration</Name>
|
|
849
|
+
<Description>Key configuration</Description>
|
|
850
|
+
<Type>Group</Type>
|
|
851
|
+
<Metadata>
|
|
852
|
+
<Value name='FlagCategories'>Win</Value>
|
|
853
|
+
</Metadata>
|
|
854
|
+
<Children>
|
|
855
|
+
<Group>
|
|
856
|
+
<Id>AS4KEYS</Id>
|
|
857
|
+
<Name>Key assignment</Name>
|
|
858
|
+
<Description>Key assignment</Description>
|
|
859
|
+
<Type>Group</Type>
|
|
860
|
+
<Children>
|
|
861
|
+
<Prop>
|
|
862
|
+
<Id>ASSIGNED_FNC_KEYS</Id>
|
|
863
|
+
<Name>Assign Function Keys to Standard Events</Name>
|
|
864
|
+
<Type>Combo</Type>
|
|
865
|
+
<Default>No</Default>
|
|
866
|
+
<Values>
|
|
867
|
+
<Value id='Yes' desc='Yes'/>
|
|
868
|
+
<Value id='No' desc='No'/>
|
|
869
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
870
|
+
</Values>
|
|
871
|
+
<Dependencies>
|
|
872
|
+
<Depend type='Default'>
|
|
873
|
+
<Value>UMPV</Value>
|
|
874
|
+
</Depend>
|
|
875
|
+
<Depend type='Default'>
|
|
876
|
+
<Value>Yes</Value>
|
|
877
|
+
<Cond>context(IS_WEB_GEN) != -1</Cond>
|
|
878
|
+
<Condition>
|
|
879
|
+
<Expression>
|
|
880
|
+
<Type>Comparison</Type>
|
|
881
|
+
<Operator>NotEqual</Operator>
|
|
882
|
+
<PropName source='context'>IS_WEB_GEN</PropName>
|
|
883
|
+
<Value>-1</Value>
|
|
884
|
+
</Expression>
|
|
885
|
+
</Condition>
|
|
886
|
+
</Depend>
|
|
887
|
+
</Dependencies>
|
|
888
|
+
</Prop>
|
|
889
|
+
<Prop hidden='1'>
|
|
890
|
+
<Id>KEY_HELP</Id>
|
|
891
|
+
<Name>Help key</Name>
|
|
892
|
+
<Description>Help key</Description>
|
|
893
|
+
<Type>Combo</Type>
|
|
894
|
+
<Values>
|
|
895
|
+
<Value id='N' desc='None'/>
|
|
896
|
+
<Value id='0' desc='Disabled'/>
|
|
897
|
+
<Value id='1' desc='F1'/>
|
|
898
|
+
<Value id='2' desc='F2'/>
|
|
899
|
+
<Value id='3' desc='F3'/>
|
|
900
|
+
<Value id='4' desc='F4'/>
|
|
901
|
+
<Value id='5' desc='F5'/>
|
|
902
|
+
<Value id='6' desc='F6'/>
|
|
903
|
+
<Value id='7' desc='F7'/>
|
|
904
|
+
<Value id='8' desc='F8'/>
|
|
905
|
+
<Value id='9' desc='F9'/>
|
|
906
|
+
<Value id='10' desc='F10'/>
|
|
907
|
+
<Value id='11' desc='F11'/>
|
|
908
|
+
<Value id='12' desc='F12'/>
|
|
909
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
910
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
911
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
912
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
913
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
914
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
915
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
916
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
917
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
918
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
919
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
920
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
921
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
922
|
+
</Values>
|
|
923
|
+
<Dependencies>
|
|
924
|
+
<Depend type='Not Show'>
|
|
925
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
926
|
+
<Condition>
|
|
927
|
+
<Expression>
|
|
928
|
+
<Type>Comparison</Type>
|
|
929
|
+
<Operator>Equal</Operator>
|
|
930
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
931
|
+
<Value>No</Value>
|
|
932
|
+
</Expression>
|
|
933
|
+
</Condition>
|
|
934
|
+
</Depend>
|
|
935
|
+
<Depend type='Default'>
|
|
936
|
+
<Value>UMPV</Value>
|
|
937
|
+
</Depend>
|
|
938
|
+
</Dependencies>
|
|
939
|
+
<Metadata>
|
|
940
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
941
|
+
</Metadata>
|
|
942
|
+
</Prop>
|
|
943
|
+
<Prop hidden='1'>
|
|
944
|
+
<Id>KEY_EXIT</Id>
|
|
945
|
+
<Name>Exit key</Name>
|
|
946
|
+
<Description>Exit key</Description>
|
|
947
|
+
<Type>Combo</Type>
|
|
948
|
+
<Values>
|
|
949
|
+
<Value id='N' desc='None'/>
|
|
950
|
+
<Value id='0' desc='Disabled'/>
|
|
951
|
+
<Value id='1' desc='F1'/>
|
|
952
|
+
<Value id='2' desc='F2'/>
|
|
953
|
+
<Value id='3' desc='F3'/>
|
|
954
|
+
<Value id='4' desc='F4'/>
|
|
955
|
+
<Value id='5' desc='F5'/>
|
|
956
|
+
<Value id='6' desc='F6'/>
|
|
957
|
+
<Value id='7' desc='F7'/>
|
|
958
|
+
<Value id='8' desc='F8'/>
|
|
959
|
+
<Value id='9' desc='F9'/>
|
|
960
|
+
<Value id='10' desc='F10'/>
|
|
961
|
+
<Value id='11' desc='F11'/>
|
|
962
|
+
<Value id='12' desc='F12'/>
|
|
963
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
964
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
965
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
966
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
967
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
968
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
969
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
970
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
971
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
972
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
973
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
974
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
975
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
976
|
+
</Values>
|
|
977
|
+
<Dependencies>
|
|
978
|
+
<Depend type='Not Show'>
|
|
979
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
980
|
+
<Condition>
|
|
981
|
+
<Expression>
|
|
982
|
+
<Type>Comparison</Type>
|
|
983
|
+
<Operator>Equal</Operator>
|
|
984
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
985
|
+
<Value>No</Value>
|
|
986
|
+
</Expression>
|
|
987
|
+
</Condition>
|
|
988
|
+
</Depend>
|
|
989
|
+
<Depend type='Default'>
|
|
990
|
+
<Value>UMPV</Value>
|
|
991
|
+
</Depend>
|
|
992
|
+
</Dependencies>
|
|
993
|
+
<Metadata>
|
|
994
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
995
|
+
</Metadata>
|
|
996
|
+
</Prop>
|
|
997
|
+
<Prop hidden='1'>
|
|
998
|
+
<Id>KEY_REFRESH</Id>
|
|
999
|
+
<Name>Refresh key</Name>
|
|
1000
|
+
<Description>Refresh key</Description>
|
|
1001
|
+
<Type>Combo</Type>
|
|
1002
|
+
<Values>
|
|
1003
|
+
<Value id='N' desc='None'/>
|
|
1004
|
+
<Value id='0' desc='Disabled'/>
|
|
1005
|
+
<Value id='1' desc='F1'/>
|
|
1006
|
+
<Value id='2' desc='F2'/>
|
|
1007
|
+
<Value id='3' desc='F3'/>
|
|
1008
|
+
<Value id='4' desc='F4'/>
|
|
1009
|
+
<Value id='5' desc='F5'/>
|
|
1010
|
+
<Value id='6' desc='F6'/>
|
|
1011
|
+
<Value id='7' desc='F7'/>
|
|
1012
|
+
<Value id='8' desc='F8'/>
|
|
1013
|
+
<Value id='9' desc='F9'/>
|
|
1014
|
+
<Value id='10' desc='F10'/>
|
|
1015
|
+
<Value id='11' desc='F11'/>
|
|
1016
|
+
<Value id='12' desc='F12'/>
|
|
1017
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1018
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1019
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1020
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1021
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1022
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1023
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1024
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1025
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1026
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1027
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1028
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1029
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1030
|
+
</Values>
|
|
1031
|
+
<Dependencies>
|
|
1032
|
+
<Depend type='Not Show'>
|
|
1033
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1034
|
+
<Condition>
|
|
1035
|
+
<Expression>
|
|
1036
|
+
<Type>Comparison</Type>
|
|
1037
|
+
<Operator>Equal</Operator>
|
|
1038
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1039
|
+
<Value>No</Value>
|
|
1040
|
+
</Expression>
|
|
1041
|
+
</Condition>
|
|
1042
|
+
</Depend>
|
|
1043
|
+
<Depend type='Default'>
|
|
1044
|
+
<Value>UMPV</Value>
|
|
1045
|
+
</Depend>
|
|
1046
|
+
</Dependencies>
|
|
1047
|
+
<Metadata>
|
|
1048
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1049
|
+
</Metadata>
|
|
1050
|
+
</Prop>
|
|
1051
|
+
<Prop hidden='1'>
|
|
1052
|
+
<Id>KEY_MENU</Id>
|
|
1053
|
+
<Name>Menu key</Name>
|
|
1054
|
+
<Description>Menu key</Description>
|
|
1055
|
+
<Type>Combo</Type>
|
|
1056
|
+
<Values>
|
|
1057
|
+
<Value id='N' desc='None'/>
|
|
1058
|
+
<Value id='0' desc='Disabled'/>
|
|
1059
|
+
<Value id='1' desc='F1'/>
|
|
1060
|
+
<Value id='2' desc='F2'/>
|
|
1061
|
+
<Value id='3' desc='F3'/>
|
|
1062
|
+
<Value id='4' desc='F4'/>
|
|
1063
|
+
<Value id='5' desc='F5'/>
|
|
1064
|
+
<Value id='6' desc='F6'/>
|
|
1065
|
+
<Value id='7' desc='F7'/>
|
|
1066
|
+
<Value id='8' desc='F8'/>
|
|
1067
|
+
<Value id='9' desc='F9'/>
|
|
1068
|
+
<Value id='10' desc='F10'/>
|
|
1069
|
+
<Value id='11' desc='F11'/>
|
|
1070
|
+
<Value id='12' desc='F12'/>
|
|
1071
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1072
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1073
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1074
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1075
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1076
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1077
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1078
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1079
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1080
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1081
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1082
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1083
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1084
|
+
</Values>
|
|
1085
|
+
<Dependencies>
|
|
1086
|
+
<Depend type='Not Show'>
|
|
1087
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1088
|
+
<Condition>
|
|
1089
|
+
<Expression>
|
|
1090
|
+
<Type>Comparison</Type>
|
|
1091
|
+
<Operator>Equal</Operator>
|
|
1092
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1093
|
+
<Value>No</Value>
|
|
1094
|
+
</Expression>
|
|
1095
|
+
</Condition>
|
|
1096
|
+
</Depend>
|
|
1097
|
+
<Depend type='Default'>
|
|
1098
|
+
<Value>UMPV</Value>
|
|
1099
|
+
</Depend>
|
|
1100
|
+
</Dependencies>
|
|
1101
|
+
<Metadata>
|
|
1102
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1103
|
+
</Metadata>
|
|
1104
|
+
</Prop>
|
|
1105
|
+
<Prop hidden='1'>
|
|
1106
|
+
<Id>KEY_CANCEL</Id>
|
|
1107
|
+
<Name>Cancel key</Name>
|
|
1108
|
+
<Description>Cancel key</Description>
|
|
1109
|
+
<Type>Combo</Type>
|
|
1110
|
+
<Values>
|
|
1111
|
+
<Value id='N' desc='None'/>
|
|
1112
|
+
<Value id='0' desc='Disabled'/>
|
|
1113
|
+
<Value id='1' desc='F1'/>
|
|
1114
|
+
<Value id='2' desc='F2'/>
|
|
1115
|
+
<Value id='3' desc='F3'/>
|
|
1116
|
+
<Value id='4' desc='F4'/>
|
|
1117
|
+
<Value id='5' desc='F5'/>
|
|
1118
|
+
<Value id='6' desc='F6'/>
|
|
1119
|
+
<Value id='7' desc='F7'/>
|
|
1120
|
+
<Value id='8' desc='F8'/>
|
|
1121
|
+
<Value id='9' desc='F9'/>
|
|
1122
|
+
<Value id='10' desc='F10'/>
|
|
1123
|
+
<Value id='11' desc='F11'/>
|
|
1124
|
+
<Value id='12' desc='F12'/>
|
|
1125
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1126
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1127
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1128
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1129
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1130
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1131
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1132
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1133
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1134
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1135
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1136
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1137
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1138
|
+
</Values>
|
|
1139
|
+
<Dependencies>
|
|
1140
|
+
<Depend type='Not Show'>
|
|
1141
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1142
|
+
<Condition>
|
|
1143
|
+
<Expression>
|
|
1144
|
+
<Type>Comparison</Type>
|
|
1145
|
+
<Operator>Equal</Operator>
|
|
1146
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1147
|
+
<Value>No</Value>
|
|
1148
|
+
</Expression>
|
|
1149
|
+
</Condition>
|
|
1150
|
+
</Depend>
|
|
1151
|
+
<Depend type='Default'>
|
|
1152
|
+
<Value>UMPV</Value>
|
|
1153
|
+
</Depend>
|
|
1154
|
+
</Dependencies>
|
|
1155
|
+
<Metadata>
|
|
1156
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1157
|
+
</Metadata>
|
|
1158
|
+
</Prop>
|
|
1159
|
+
<Prop hidden='1'>
|
|
1160
|
+
<Id>KEY_ENTER</Id>
|
|
1161
|
+
<Name>Enter key</Name>
|
|
1162
|
+
<Description>Enter key</Description>
|
|
1163
|
+
<Type>Combo</Type>
|
|
1164
|
+
<Values>
|
|
1165
|
+
<Value id='N' desc='None'/>
|
|
1166
|
+
<Value id='0' desc='Disabled'/>
|
|
1167
|
+
<Value id='1' desc='F1'/>
|
|
1168
|
+
<Value id='2' desc='F2'/>
|
|
1169
|
+
<Value id='3' desc='F3'/>
|
|
1170
|
+
<Value id='4' desc='F4'/>
|
|
1171
|
+
<Value id='5' desc='F5'/>
|
|
1172
|
+
<Value id='6' desc='F6'/>
|
|
1173
|
+
<Value id='7' desc='F7'/>
|
|
1174
|
+
<Value id='8' desc='F8'/>
|
|
1175
|
+
<Value id='9' desc='F9'/>
|
|
1176
|
+
<Value id='10' desc='F10'/>
|
|
1177
|
+
<Value id='11' desc='F11'/>
|
|
1178
|
+
<Value id='12' desc='F12'/>
|
|
1179
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1180
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1181
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1182
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1183
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1184
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1185
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1186
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1187
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1188
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1189
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1190
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1191
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1192
|
+
</Values>
|
|
1193
|
+
<Dependencies>
|
|
1194
|
+
<Depend type='Not Show'>
|
|
1195
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1196
|
+
<Condition>
|
|
1197
|
+
<Expression>
|
|
1198
|
+
<Type>Comparison</Type>
|
|
1199
|
+
<Operator>Equal</Operator>
|
|
1200
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1201
|
+
<Value>No</Value>
|
|
1202
|
+
</Expression>
|
|
1203
|
+
</Condition>
|
|
1204
|
+
</Depend>
|
|
1205
|
+
<Depend type='Default'>
|
|
1206
|
+
<Value>UMPV</Value>
|
|
1207
|
+
</Depend>
|
|
1208
|
+
</Dependencies>
|
|
1209
|
+
<Metadata>
|
|
1210
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1211
|
+
</Metadata>
|
|
1212
|
+
</Prop>
|
|
1213
|
+
<Prop hidden='1'>
|
|
1214
|
+
<Id>KEY_MOREKEYS</Id>
|
|
1215
|
+
<Name>More keys key</Name>
|
|
1216
|
+
<Description>More keys key</Description>
|
|
1217
|
+
<Type>Combo</Type>
|
|
1218
|
+
<Values>
|
|
1219
|
+
<Value id='N' desc='None'/>
|
|
1220
|
+
<Value id='0' desc='Disabled'/>
|
|
1221
|
+
<Value id='1' desc='F1'/>
|
|
1222
|
+
<Value id='2' desc='F2'/>
|
|
1223
|
+
<Value id='3' desc='F3'/>
|
|
1224
|
+
<Value id='4' desc='F4'/>
|
|
1225
|
+
<Value id='5' desc='F5'/>
|
|
1226
|
+
<Value id='6' desc='F6'/>
|
|
1227
|
+
<Value id='7' desc='F7'/>
|
|
1228
|
+
<Value id='8' desc='F8'/>
|
|
1229
|
+
<Value id='9' desc='F9'/>
|
|
1230
|
+
<Value id='10' desc='F10'/>
|
|
1231
|
+
<Value id='11' desc='F11'/>
|
|
1232
|
+
<Value id='12' desc='F12'/>
|
|
1233
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1234
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1235
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1236
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1237
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1238
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1239
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1240
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1241
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1242
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1243
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1244
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1245
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1246
|
+
</Values>
|
|
1247
|
+
<Dependencies>
|
|
1248
|
+
<Depend type='Not Show'>
|
|
1249
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1250
|
+
<Condition>
|
|
1251
|
+
<Expression>
|
|
1252
|
+
<Type>Comparison</Type>
|
|
1253
|
+
<Operator>Equal</Operator>
|
|
1254
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1255
|
+
<Value>No</Value>
|
|
1256
|
+
</Expression>
|
|
1257
|
+
</Condition>
|
|
1258
|
+
</Depend>
|
|
1259
|
+
<Depend type='Default'>
|
|
1260
|
+
<Value>UMPV</Value>
|
|
1261
|
+
</Depend>
|
|
1262
|
+
</Dependencies>
|
|
1263
|
+
<Metadata>
|
|
1264
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1265
|
+
</Metadata>
|
|
1266
|
+
</Prop>
|
|
1267
|
+
</Children>
|
|
1268
|
+
</Group>
|
|
1269
|
+
</Children>
|
|
1270
|
+
</Group>
|
|
1271
|
+
<Group>
|
|
1272
|
+
<Id>USERUI_DSG</Id>
|
|
1273
|
+
<Name>Windows interface</Name>
|
|
1274
|
+
<Description>Windows interface</Description>
|
|
1275
|
+
<Type>Group</Type>
|
|
1276
|
+
<Metadata>
|
|
1277
|
+
<Value name='FlagCategories'>Win</Value>
|
|
1278
|
+
</Metadata>
|
|
1279
|
+
<Children>
|
|
1280
|
+
<Prop>
|
|
1281
|
+
<Id>SUBFILE_ORDER</Id>
|
|
1282
|
+
<Name>Click to sort in grid</Name>
|
|
1283
|
+
<Description>Click to sort in grid</Description>
|
|
1284
|
+
<Type>Combo</Type>
|
|
1285
|
+
<Default>Y</Default>
|
|
1286
|
+
<Values>
|
|
1287
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1288
|
+
<Value id='Y' desc='Enabled'/>
|
|
1289
|
+
<Value id='N' desc='Disabled'/>
|
|
1290
|
+
</Values>
|
|
1291
|
+
<Dependencies>
|
|
1292
|
+
<Depend type='Default'>
|
|
1293
|
+
<Value>UMPV</Value>
|
|
1294
|
+
</Depend>
|
|
1295
|
+
</Dependencies>
|
|
1296
|
+
</Prop>
|
|
1297
|
+
<Prop>
|
|
1298
|
+
<Id>MENUBAR</Id>
|
|
1299
|
+
<Name>Menubar</Name>
|
|
1300
|
+
<Description>Menubar</Description>
|
|
1301
|
+
<Type>Custom</Type>
|
|
1302
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.MenubarReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1303
|
+
<Metadata>
|
|
1304
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=28ECA899-04C7-4114-9556-5879B0A6414C,AllowedType=497C0353-2904-4b7e-8711-D0CA41AC4460,AllowNone=true,CreateMissingObject=true,MissingObjectNamespace=Objects),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1305
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.MenubarDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1306
|
+
</Metadata>
|
|
1307
|
+
</Prop>
|
|
1308
|
+
<Prop>
|
|
1309
|
+
<Id>BORSTY</Id>
|
|
1310
|
+
<Name>Border style</Name>
|
|
1311
|
+
<Description>Border style</Description>
|
|
1312
|
+
<Type>Combo</Type>
|
|
1313
|
+
<Default>2</Default>
|
|
1314
|
+
<Values>
|
|
1315
|
+
<Value id='2' desc='Sizable'/>
|
|
1316
|
+
<Value id='0' desc='None'/>
|
|
1317
|
+
<Value id='1' desc='Fixed Single'/>
|
|
1318
|
+
<Value id='3' desc='Fixed Dialog'/>
|
|
1319
|
+
</Values>
|
|
1320
|
+
</Prop>
|
|
1321
|
+
<Prop>
|
|
1322
|
+
<Id>MAXBUT</Id>
|
|
1323
|
+
<Name>Maximize button</Name>
|
|
1324
|
+
<Description>Maximize button</Description>
|
|
1325
|
+
<Type>Combo</Type>
|
|
1326
|
+
<Default>YES</Default>
|
|
1327
|
+
<Values>
|
|
1328
|
+
<Value id='YES' desc='Yes'/>
|
|
1329
|
+
<Value id='NO' desc='No'/>
|
|
1330
|
+
</Values>
|
|
1331
|
+
</Prop>
|
|
1332
|
+
<Prop>
|
|
1333
|
+
<Id>MINBUT</Id>
|
|
1334
|
+
<Name>Minimize button</Name>
|
|
1335
|
+
<Description>Minimize button</Description>
|
|
1336
|
+
<Type>Combo</Type>
|
|
1337
|
+
<Default>YES</Default>
|
|
1338
|
+
<Values>
|
|
1339
|
+
<Value id='YES' desc='Yes'/>
|
|
1340
|
+
<Value id='NO' desc='No'/>
|
|
1341
|
+
</Values>
|
|
1342
|
+
</Prop>
|
|
1343
|
+
<Prop>
|
|
1344
|
+
<Id>S_TASK</Id>
|
|
1345
|
+
<Name>Show in taskBar (SDI)</Name>
|
|
1346
|
+
<Description>Show in taskBar (SDI)</Description>
|
|
1347
|
+
<Type>Combo</Type>
|
|
1348
|
+
<Default>YES</Default>
|
|
1349
|
+
<Values>
|
|
1350
|
+
<Value id='YES' desc='Yes'/>
|
|
1351
|
+
<Value id='NO' desc='No'/>
|
|
1352
|
+
</Values>
|
|
1353
|
+
<Dependencies>
|
|
1354
|
+
<Depend type='Not Show'>
|
|
1355
|
+
<Cond>context(MDI_FORMS) == Yes</Cond>
|
|
1356
|
+
<Condition>
|
|
1357
|
+
<Expression>
|
|
1358
|
+
<Type>Comparison</Type>
|
|
1359
|
+
<Operator>Equal</Operator>
|
|
1360
|
+
<PropName source='context'>MDI_FORMS</PropName>
|
|
1361
|
+
<Value>Yes</Value>
|
|
1362
|
+
</Expression>
|
|
1363
|
+
</Condition>
|
|
1364
|
+
</Depend>
|
|
1365
|
+
</Dependencies>
|
|
1366
|
+
<Metadata>
|
|
1367
|
+
<Value name='FlagDisplayName'>Show in taskBar (SDI)</Value>
|
|
1368
|
+
</Metadata>
|
|
1369
|
+
</Prop>
|
|
1370
|
+
<Prop>
|
|
1371
|
+
<Id>ICON</Id>
|
|
1372
|
+
<Name>Form icon</Name>
|
|
1373
|
+
<Description>Form icon</Description>
|
|
1374
|
+
<Type>Text</Type>
|
|
1375
|
+
</Prop>
|
|
1376
|
+
<Prop>
|
|
1377
|
+
<Id>CTRBOX</Id>
|
|
1378
|
+
<Name>Control box</Name>
|
|
1379
|
+
<Description>Control box</Description>
|
|
1380
|
+
<Type>Combo</Type>
|
|
1381
|
+
<Default>YES</Default>
|
|
1382
|
+
<Values>
|
|
1383
|
+
<Value id='YES' desc='Yes'/>
|
|
1384
|
+
<Value id='NO' desc='No'/>
|
|
1385
|
+
</Values>
|
|
1386
|
+
</Prop>
|
|
1387
|
+
<Prop>
|
|
1388
|
+
<Id>MODAL</Id>
|
|
1389
|
+
<Name>Modal dialog</Name>
|
|
1390
|
+
<Description>Modal dialog</Description>
|
|
1391
|
+
<Type>Combo</Type>
|
|
1392
|
+
<Default>PARM</Default>
|
|
1393
|
+
<Values>
|
|
1394
|
+
<Value id='PARM' desc='Yes if parameters specified'/>
|
|
1395
|
+
<Value id='YES' desc='Yes'/>
|
|
1396
|
+
<Value id='NO' desc='No'/>
|
|
1397
|
+
</Values>
|
|
1398
|
+
</Prop>
|
|
1399
|
+
<Prop>
|
|
1400
|
+
<Id>SHOW_FRM</Id>
|
|
1401
|
+
<Name>Show form</Name>
|
|
1402
|
+
<Description>Show form</Description>
|
|
1403
|
+
<Type>Combo</Type>
|
|
1404
|
+
<Default>BEFORE</Default>
|
|
1405
|
+
<Values>
|
|
1406
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1407
|
+
<Value id='BEFORE' desc='Before Start Event'/>
|
|
1408
|
+
<Value id='AFTER' desc='After Start Event'/>
|
|
1409
|
+
</Values>
|
|
1410
|
+
<Dependencies>
|
|
1411
|
+
<Depend type='Default'>
|
|
1412
|
+
<Value>UMPV</Value>
|
|
1413
|
+
</Depend>
|
|
1414
|
+
</Dependencies>
|
|
1415
|
+
</Prop>
|
|
1416
|
+
<Prop>
|
|
1417
|
+
<Id>AUTOSCROLL_FORM</Id>
|
|
1418
|
+
<Name>Scrollable form</Name>
|
|
1419
|
+
<Description>Scrollable form</Description>
|
|
1420
|
+
<Type>Combo</Type>
|
|
1421
|
+
<Default>No</Default>
|
|
1422
|
+
<Values>
|
|
1423
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1424
|
+
<Value id='No' desc='No'/>
|
|
1425
|
+
<Value id='Yes' desc='Auto'/>
|
|
1426
|
+
</Values>
|
|
1427
|
+
<Dependencies>
|
|
1428
|
+
<Depend type='Default'>
|
|
1429
|
+
<Value>UMPV</Value>
|
|
1430
|
+
</Depend>
|
|
1431
|
+
</Dependencies>
|
|
1432
|
+
</Prop>
|
|
1433
|
+
<Prop>
|
|
1434
|
+
<Id>AUTOCENTER</Id>
|
|
1435
|
+
<Name>Autocenter objects in (0,0)</Name>
|
|
1436
|
+
<Description>Autocenter objects in (0,0)</Description>
|
|
1437
|
+
<Type>Combo</Type>
|
|
1438
|
+
<Default>No</Default>
|
|
1439
|
+
<Values>
|
|
1440
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1441
|
+
<Value id='No' desc='No'/>
|
|
1442
|
+
<Value id='Yes' desc='Yes'/>
|
|
1443
|
+
</Values>
|
|
1444
|
+
<Dependencies>
|
|
1445
|
+
<Depend type='Default'>
|
|
1446
|
+
<Value>UMPV</Value>
|
|
1447
|
+
</Depend>
|
|
1448
|
+
</Dependencies>
|
|
1449
|
+
</Prop>
|
|
1450
|
+
</Children>
|
|
1451
|
+
</Group>
|
|
1452
|
+
<Group>
|
|
1453
|
+
<Id>USERUI_CHARACTER</Id>
|
|
1454
|
+
<Name>Character interface</Name>
|
|
1455
|
+
<Description>Character interface</Description>
|
|
1456
|
+
<Type>Group</Type>
|
|
1457
|
+
<Metadata>
|
|
1458
|
+
<Value name='FlagCategories'>Text:Win</Value>
|
|
1459
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.HasCobolOrRPGVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1460
|
+
</Metadata>
|
|
1461
|
+
<Children>
|
|
1462
|
+
<Prop>
|
|
1463
|
+
<Id>WNDPOP</Id>
|
|
1464
|
+
<Name>Generate as a Popup window</Name>
|
|
1465
|
+
<Description>Generate as a Popup window</Description>
|
|
1466
|
+
<Type>Combo</Type>
|
|
1467
|
+
<Default>NO</Default>
|
|
1468
|
+
<Values>
|
|
1469
|
+
<Value id='NO' desc='No'/>
|
|
1470
|
+
<Value id='CMP' desc='Yes, automatic border'/>
|
|
1471
|
+
<Value id='YES' desc='Yes, user defined border'/>
|
|
1472
|
+
</Values>
|
|
1473
|
+
</Prop>
|
|
1474
|
+
<Group>
|
|
1475
|
+
<Id>WBORDER</Id>
|
|
1476
|
+
<Name>Automatic border</Name>
|
|
1477
|
+
<Description>Automatic border</Description>
|
|
1478
|
+
<Type>Group</Type>
|
|
1479
|
+
<Children>
|
|
1480
|
+
<Prop>
|
|
1481
|
+
<Id>WBCOLOR</Id>
|
|
1482
|
+
<Name>Color</Name>
|
|
1483
|
+
<Description>Color</Description>
|
|
1484
|
+
<Type>Combo</Type>
|
|
1485
|
+
<Default>none</Default>
|
|
1486
|
+
<Values>
|
|
1487
|
+
<Value id='none' desc='Default to color rule'/>
|
|
1488
|
+
<Value id='WHT' desc='White'/>
|
|
1489
|
+
<Value id='RED' desc='Red'/>
|
|
1490
|
+
<Value id='GRN' desc='Green'/>
|
|
1491
|
+
<Value id='YLW' desc='Yellow'/>
|
|
1492
|
+
<Value id='BLU' desc='Blue'/>
|
|
1493
|
+
<Value id='TRQ' desc='Cyan'/>
|
|
1494
|
+
<Value id='PNK' desc='Magenta'/>
|
|
1495
|
+
</Values>
|
|
1496
|
+
</Prop>
|
|
1497
|
+
<Prop>
|
|
1498
|
+
<Id>WBATTR</Id>
|
|
1499
|
+
<Name>Display attribute</Name>
|
|
1500
|
+
<Description>Display attribute</Description>
|
|
1501
|
+
<Type>Combo</Type>
|
|
1502
|
+
<Default>none</Default>
|
|
1503
|
+
<Values>
|
|
1504
|
+
<Value id='none' desc='Default to color rule'/>
|
|
1505
|
+
<Value id='RI' desc='Reverse Image'/>
|
|
1506
|
+
<Value id='+' desc='High'/>
|
|
1507
|
+
<Value id='*' desc='Blinking'/>
|
|
1508
|
+
<Value id='X' desc='No Display'/>
|
|
1509
|
+
</Values>
|
|
1510
|
+
</Prop>
|
|
1511
|
+
<Prop>
|
|
1512
|
+
<Id>WBCHAR</Id>
|
|
1513
|
+
<Name>Characters</Name>
|
|
1514
|
+
<Description>Characters</Description>
|
|
1515
|
+
<Type>Text</Type>
|
|
1516
|
+
</Prop>
|
|
1517
|
+
</Children>
|
|
1518
|
+
</Group>
|
|
1519
|
+
</Children>
|
|
1520
|
+
</Group>
|
|
1521
|
+
</Children>
|
|
1522
|
+
</Group>
|
|
1523
|
+
<Group>
|
|
1524
|
+
<Id>SPC_WARNING_MESSAGES_GROUP</Id>
|
|
1525
|
+
<Name>Warning messages</Name>
|
|
1526
|
+
<Description>Configure warning messages handling options.</Description>
|
|
1527
|
+
<Type>Group</Type>
|
|
1528
|
+
<Metadata>
|
|
1529
|
+
<Value name='FlagCategories'>Output</Value>
|
|
1530
|
+
</Metadata>
|
|
1531
|
+
<Children>
|
|
1532
|
+
<Prop>
|
|
1533
|
+
<Id>SPC_WARNINGS_DISABLED</Id>
|
|
1534
|
+
<Name>Disabled warnings</Name>
|
|
1535
|
+
<Description>Type a space separated list of warning message codes you want to be disabled.</Description>
|
|
1536
|
+
<Type>Text</Type>
|
|
1537
|
+
<Metadata>
|
|
1538
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DisabledWarningsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1539
|
+
</Metadata>
|
|
1540
|
+
</Prop>
|
|
1541
|
+
</Children>
|
|
1542
|
+
</Group>
|
|
1543
|
+
<Group>
|
|
1544
|
+
<Id>idObjectCompatibilityGroup</Id>
|
|
1545
|
+
<Name>Compatibility</Name>
|
|
1546
|
+
<Description>Compatibility with previous versions</Description>
|
|
1547
|
+
<Type>Group</Type>
|
|
1548
|
+
<Metadata>
|
|
1549
|
+
<Value name='FlagCategories'>Compatibility</Value>
|
|
1550
|
+
</Metadata>
|
|
1551
|
+
<Children>
|
|
1552
|
+
<Prop>
|
|
1553
|
+
<Id>STD_FUNC_OBJECT</Id>
|
|
1554
|
+
<Name>Standard Functions</Name>
|
|
1555
|
+
<Description>Standard functions checking</Description>
|
|
1556
|
+
<Type>Combo</Type>
|
|
1557
|
+
<Default>UMPV</Default>
|
|
1558
|
+
<Values>
|
|
1559
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1560
|
+
<Value id='Yes' desc='Only standard functions'/>
|
|
1561
|
+
<Value id='No' desc='Allow non-standard functions'/>
|
|
1562
|
+
</Values>
|
|
1563
|
+
<Metadata>
|
|
1564
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForObjectsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1565
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForObjectsValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1566
|
+
</Metadata>
|
|
1567
|
+
</Prop>
|
|
1568
|
+
</Children>
|
|
1569
|
+
</Group>
|
|
1570
|
+
<Group>
|
|
1571
|
+
<Id>TRNINT_WKP</Id>
|
|
1572
|
+
<Name>iSeries specific</Name>
|
|
1573
|
+
<Description>iSeries specific</Description>
|
|
1574
|
+
<Type>Group</Type>
|
|
1575
|
+
<Metadata>
|
|
1576
|
+
<Value name='FlagCategories'>Win:RPG:Advanced</Value>
|
|
1577
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.HasCobolOrRPGVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1578
|
+
</Metadata>
|
|
1579
|
+
<Children>
|
|
1580
|
+
<Prop>
|
|
1581
|
+
<Id>GENERATE_ILE</Id>
|
|
1582
|
+
<Name>Generate ILE RPG for iSeries</Name>
|
|
1583
|
+
<Description>Generate ILE RPG for iSeries</Description>
|
|
1584
|
+
<Type>Combo</Type>
|
|
1585
|
+
<Default>No</Default>
|
|
1586
|
+
<Values>
|
|
1587
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1588
|
+
<Value id='No' desc='No'/>
|
|
1589
|
+
<Value id='Yes' desc='Yes'/>
|
|
1590
|
+
</Values>
|
|
1591
|
+
<Dependencies>
|
|
1592
|
+
<Depend type='Default'>
|
|
1593
|
+
<Value>UMPV</Value>
|
|
1594
|
+
</Depend>
|
|
1595
|
+
</Dependencies>
|
|
1596
|
+
<Metadata>
|
|
1597
|
+
<Value name='FlagDisplayName'>Generate ILE RPG for iSeries</Value>
|
|
1598
|
+
</Metadata>
|
|
1599
|
+
</Prop>
|
|
1600
|
+
<Group>
|
|
1601
|
+
<Id>WKPUI</Id>
|
|
1602
|
+
<Name>User interface</Name>
|
|
1603
|
+
<Description>User interface</Description>
|
|
1604
|
+
<Type>Group</Type>
|
|
1605
|
+
<Children>
|
|
1606
|
+
<Prop>
|
|
1607
|
+
<Id>BEEPONMSG</Id>
|
|
1608
|
+
<Name>Beep on messages</Name>
|
|
1609
|
+
<Description>Beep on messages</Description>
|
|
1610
|
+
<Type>Combo</Type>
|
|
1611
|
+
<Default>No</Default>
|
|
1612
|
+
<Values>
|
|
1613
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1614
|
+
<Value id='No' desc='No'/>
|
|
1615
|
+
<Value id='Yes' desc='Yes'/>
|
|
1616
|
+
</Values>
|
|
1617
|
+
<Dependencies>
|
|
1618
|
+
<Depend type='Default'>
|
|
1619
|
+
<Value>UMPV</Value>
|
|
1620
|
+
</Depend>
|
|
1621
|
+
</Dependencies>
|
|
1622
|
+
<Metadata>
|
|
1623
|
+
<Value name='FlagCategories'>Win:Advanced</Value>
|
|
1624
|
+
</Metadata>
|
|
1625
|
+
</Prop>
|
|
1626
|
+
<Prop>
|
|
1627
|
+
<Id>AUTOENTER</Id>
|
|
1628
|
+
<Name>Automatic enter</Name>
|
|
1629
|
+
<Description>Automatic enter</Description>
|
|
1630
|
+
<Type>Combo</Type>
|
|
1631
|
+
<Default>No</Default>
|
|
1632
|
+
<Values>
|
|
1633
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1634
|
+
<Value id='No' desc='No'/>
|
|
1635
|
+
<Value id='Yes' desc='Yes'/>
|
|
1636
|
+
</Values>
|
|
1637
|
+
<Dependencies>
|
|
1638
|
+
<Depend type='Default'>
|
|
1639
|
+
<Value>UMPV</Value>
|
|
1640
|
+
</Depend>
|
|
1641
|
+
</Dependencies>
|
|
1642
|
+
<Metadata>
|
|
1643
|
+
<Value name='FlagCategories'>Win</Value>
|
|
1644
|
+
</Metadata>
|
|
1645
|
+
</Prop>
|
|
1646
|
+
</Children>
|
|
1647
|
+
</Group>
|
|
1648
|
+
</Children>
|
|
1649
|
+
</Group>
|
|
1650
|
+
<Group>
|
|
1651
|
+
<Id>CSGEN_WKP</Id>
|
|
1652
|
+
<Name>Client/Server specific</Name>
|
|
1653
|
+
<Description>Client/Server specific</Description>
|
|
1654
|
+
<Type>Group</Type>
|
|
1655
|
+
<Metadata>
|
|
1656
|
+
<Value name='FlagCategories'>Advanced</Value>
|
|
1657
|
+
</Metadata>
|
|
1658
|
+
<Children>
|
|
1659
|
+
<Prop>
|
|
1660
|
+
<Id>DBMS_JOINS</Id>
|
|
1661
|
+
<Name>Join management</Name>
|
|
1662
|
+
<Description>Join management</Description>
|
|
1663
|
+
<Type>Combo</Type>
|
|
1664
|
+
<Default>Yes</Default>
|
|
1665
|
+
<Values>
|
|
1666
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1667
|
+
<Value id='Yes' desc='Join tables on the server'/>
|
|
1668
|
+
<Value id='No' desc='Join tables on the client'/>
|
|
1669
|
+
</Values>
|
|
1670
|
+
<Dependencies>
|
|
1671
|
+
<Depend type='Default'>
|
|
1672
|
+
<Value>UMPV</Value>
|
|
1673
|
+
</Depend>
|
|
1674
|
+
</Dependencies>
|
|
1675
|
+
<Metadata>
|
|
1676
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
1677
|
+
</Metadata>
|
|
1678
|
+
</Prop>
|
|
1679
|
+
<Prop>
|
|
1680
|
+
<Id>JOIN_TYPE</Id>
|
|
1681
|
+
<Name>Join type</Name>
|
|
1682
|
+
<Description>Join type</Description>
|
|
1683
|
+
<Type>Combo</Type>
|
|
1684
|
+
<Default>Default</Default>
|
|
1685
|
+
<Values>
|
|
1686
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1687
|
+
<Value id='Default' desc='Use default for server'/>
|
|
1688
|
+
<Value id='Natural' desc='Natural join'/>
|
|
1689
|
+
<Value id='Outer' desc='Outer join'/>
|
|
1690
|
+
</Values>
|
|
1691
|
+
<Dependencies>
|
|
1692
|
+
<Depend type='Default'>
|
|
1693
|
+
<Value>UMPV</Value>
|
|
1694
|
+
</Depend>
|
|
1695
|
+
</Dependencies>
|
|
1696
|
+
<Options>
|
|
1697
|
+
<Option type='Dyn Show'/>
|
|
1698
|
+
</Options>
|
|
1699
|
+
</Prop>
|
|
1700
|
+
<Group>
|
|
1701
|
+
<Id>GRAL_OPT_WKP</Id>
|
|
1702
|
+
<Name>Optimization</Name>
|
|
1703
|
+
<Description>Optimization</Description>
|
|
1704
|
+
<Type>Group</Type>
|
|
1705
|
+
<Children>
|
|
1706
|
+
<Group>
|
|
1707
|
+
<Id>GRAL_HINTS_WKP</Id>
|
|
1708
|
+
<Name>Hints</Name>
|
|
1709
|
+
<Description>Hints</Description>
|
|
1710
|
+
<Type>Group</Type>
|
|
1711
|
+
<Children>
|
|
1712
|
+
<Prop>
|
|
1713
|
+
<Id>Hint_firstrows</Id>
|
|
1714
|
+
<Name>Fast first rows</Name>
|
|
1715
|
+
<Description>Fast first rows</Description>
|
|
1716
|
+
<Type>Combo</Type>
|
|
1717
|
+
<Default>Yes</Default>
|
|
1718
|
+
<Values>
|
|
1719
|
+
<Value id='Yes' desc='Yes'/>
|
|
1720
|
+
<Value id='No' desc='No'/>
|
|
1721
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1722
|
+
</Values>
|
|
1723
|
+
<Dependencies>
|
|
1724
|
+
<Depend type='Default'>
|
|
1725
|
+
<Value>UMPV</Value>
|
|
1726
|
+
</Depend>
|
|
1727
|
+
</Dependencies>
|
|
1728
|
+
</Prop>
|
|
1729
|
+
</Children>
|
|
1730
|
+
</Group>
|
|
1731
|
+
</Children>
|
|
1732
|
+
</Group>
|
|
1733
|
+
</Children>
|
|
1734
|
+
</Group>
|
|
1735
|
+
<Group>
|
|
1736
|
+
<Id>JAVA_WKP</Id>
|
|
1737
|
+
<Name>Java and .NET specific</Name>
|
|
1738
|
+
<Description>Java and .NET specific</Description>
|
|
1739
|
+
<Type>Group</Type>
|
|
1740
|
+
<Children>
|
|
1741
|
+
<Prop>
|
|
1742
|
+
<Id>WKP_LOAD_SERVER</Id>
|
|
1743
|
+
<Name>Execute load events in application server</Name>
|
|
1744
|
+
<Description>Execute load events in application server</Description>
|
|
1745
|
+
<Type>Combo</Type>
|
|
1746
|
+
<Default>No</Default>
|
|
1747
|
+
<Values>
|
|
1748
|
+
<Value id='No' desc='No'/>
|
|
1749
|
+
<Value id='Yes' desc='Yes'/>
|
|
1750
|
+
</Values>
|
|
1751
|
+
</Prop>
|
|
1752
|
+
</Children>
|
|
1753
|
+
</Group>
|
|
1754
|
+
<Group>
|
|
1755
|
+
<Id>idMiscellaneousGroup</Id>
|
|
1756
|
+
<Name>Miscellaneous</Name>
|
|
1757
|
+
<Type>Group</Type>
|
|
1758
|
+
<Children>
|
|
1759
|
+
<Prop hidden='1'>
|
|
1760
|
+
<Id>OBJ_IS_INTERFACE</Id>
|
|
1761
|
+
<Name>OBJ_IS_INTERFACE</Name>
|
|
1762
|
+
<Type>Boolean</Type>
|
|
1763
|
+
<Default>false</Default>
|
|
1764
|
+
<Metadata>
|
|
1765
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.IsInterfaceDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1766
|
+
</Metadata>
|
|
1767
|
+
<Options>
|
|
1768
|
+
<Option type='Not Show'/>
|
|
1769
|
+
<Option type="Don't serialize"/>
|
|
1770
|
+
</Options>
|
|
1771
|
+
</Prop>
|
|
1772
|
+
<Prop>
|
|
1773
|
+
<Id>GenerateObject</Id>
|
|
1774
|
+
<Name>GenerateObject</Name>
|
|
1775
|
+
<Description>Allows to enable or disable the object specification and generation.</Description>
|
|
1776
|
+
<Type>Boolean</Type>
|
|
1777
|
+
<Default>true</Default>
|
|
1778
|
+
<Dependencies>
|
|
1779
|
+
<Depend type='Default'>
|
|
1780
|
+
<Value>0</Value>
|
|
1781
|
+
<Cond>value(OBJ_IS_INTERFACE) == true</Cond>
|
|
1782
|
+
<Condition>
|
|
1783
|
+
<Expression>
|
|
1784
|
+
<Type>Comparison</Type>
|
|
1785
|
+
<Operator>Equal</Operator>
|
|
1786
|
+
<PropName>OBJ_IS_INTERFACE</PropName>
|
|
1787
|
+
<Value>true</Value>
|
|
1788
|
+
</Expression>
|
|
1789
|
+
</Condition>
|
|
1790
|
+
</Depend>
|
|
1791
|
+
<Depend type='Invalid'>
|
|
1792
|
+
<Value>-1</Value>
|
|
1793
|
+
<Cond>value(OBJ_IS_INTERFACE) == true</Cond>
|
|
1794
|
+
<Condition>
|
|
1795
|
+
<Expression>
|
|
1796
|
+
<Type>Comparison</Type>
|
|
1797
|
+
<Operator>Equal</Operator>
|
|
1798
|
+
<PropName>OBJ_IS_INTERFACE</PropName>
|
|
1799
|
+
<Value>true</Value>
|
|
1800
|
+
</Expression>
|
|
1801
|
+
</Condition>
|
|
1802
|
+
</Depend>
|
|
1803
|
+
</Dependencies>
|
|
1804
|
+
<Metadata>
|
|
1805
|
+
<Value name='FlagRedundantValue'>true</Value>
|
|
1806
|
+
</Metadata>
|
|
1807
|
+
</Prop>
|
|
1808
|
+
</Children>
|
|
1809
|
+
</Group>
|
|
1810
|
+
</Children>
|
|
1811
|
+
</Group>
|
|
1812
|
+
</Object>
|
|
1813
|
+
</Content>
|