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,1559 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='CSHARPCF'>
|
|
4
|
+
<Group>
|
|
5
|
+
<Name>CSHARPCF</Name>
|
|
6
|
+
<Type>Main</Type>
|
|
7
|
+
<Children>
|
|
8
|
+
<Prop hidden='1'>
|
|
9
|
+
<Id>MAIN_GEN</Id>
|
|
10
|
+
<Name>Main generator</Name>
|
|
11
|
+
<Type>Boolean</Type>
|
|
12
|
+
<Default>true</Default>
|
|
13
|
+
<Options>
|
|
14
|
+
<Option type='Not Show'/>
|
|
15
|
+
</Options>
|
|
16
|
+
</Prop>
|
|
17
|
+
<Prop hidden='1'>
|
|
18
|
+
<Id>MAIN_DBMS</Id>
|
|
19
|
+
<Name>Main DBMS</Name>
|
|
20
|
+
<Type>Integer</Type>
|
|
21
|
+
<Options>
|
|
22
|
+
<Option type='Not Show'/>
|
|
23
|
+
</Options>
|
|
24
|
+
</Prop>
|
|
25
|
+
<Prop hidden='1'>
|
|
26
|
+
<Id>IS_WEB_GEN</Id>
|
|
27
|
+
<Name>Is web generator</Name>
|
|
28
|
+
<Type>Boolean</Type>
|
|
29
|
+
<Default>true</Default>
|
|
30
|
+
<Options>
|
|
31
|
+
<Option type='Not Show'/>
|
|
32
|
+
</Options>
|
|
33
|
+
</Prop>
|
|
34
|
+
<Prop hidden='1'>
|
|
35
|
+
<Id>HelpKeyword</Id>
|
|
36
|
+
<Name>HelpKeyword</Name>
|
|
37
|
+
<Type>Integer</Type>
|
|
38
|
+
<Dependencies>
|
|
39
|
+
<Depend type='Default'>
|
|
40
|
+
<Value>20</Value>
|
|
41
|
+
</Depend>
|
|
42
|
+
</Dependencies>
|
|
43
|
+
<Options>
|
|
44
|
+
<Option type='Not Show'/>
|
|
45
|
+
</Options>
|
|
46
|
+
</Prop>
|
|
47
|
+
<Group>
|
|
48
|
+
<Id>GENERAL_GROUP</Id>
|
|
49
|
+
<Name>General</Name>
|
|
50
|
+
<Description>General</Description>
|
|
51
|
+
<Type>Group</Type>
|
|
52
|
+
<Children>
|
|
53
|
+
<Prop hidden='1'>
|
|
54
|
+
<Id>CONFIRM</Id>
|
|
55
|
+
<Name>Compatibility confirmation</Name>
|
|
56
|
+
<Description>Set confirmation option</Description>
|
|
57
|
+
<Type>Combo</Type>
|
|
58
|
+
<Default>Yes</Default>
|
|
59
|
+
<Values>
|
|
60
|
+
<Value id='Yes' desc='Yes'/>
|
|
61
|
+
<Value id='No' desc='No'/>
|
|
62
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
63
|
+
</Values>
|
|
64
|
+
<Dependencies>
|
|
65
|
+
<Depend type='Default'>
|
|
66
|
+
<Value>UMPV</Value>
|
|
67
|
+
<Cond>value(TRNCFM) == UMPV</Cond>
|
|
68
|
+
<Condition>
|
|
69
|
+
<Expression>
|
|
70
|
+
<Type>Comparison</Type>
|
|
71
|
+
<Operator>Equal</Operator>
|
|
72
|
+
<PropName>TRNCFM</PropName>
|
|
73
|
+
<Value>UMPV</Value>
|
|
74
|
+
</Expression>
|
|
75
|
+
</Condition>
|
|
76
|
+
</Depend>
|
|
77
|
+
<Depend type='Default'>
|
|
78
|
+
<Value>Yes</Value>
|
|
79
|
+
<Cond>value(TRNCFM) == All</Cond>
|
|
80
|
+
<Condition>
|
|
81
|
+
<Expression>
|
|
82
|
+
<Type>Comparison</Type>
|
|
83
|
+
<Operator>Equal</Operator>
|
|
84
|
+
<PropName>TRNCFM</PropName>
|
|
85
|
+
<Value>All</Value>
|
|
86
|
+
</Expression>
|
|
87
|
+
</Condition>
|
|
88
|
+
</Depend>
|
|
89
|
+
<Depend type='Default'>
|
|
90
|
+
<Value>No</Value>
|
|
91
|
+
<Cond>(value(TRNCFM) == None) or (value(TRNCFM) == NoFirst)</Cond>
|
|
92
|
+
<Condition>
|
|
93
|
+
<Expression>
|
|
94
|
+
<Type>BooleanExpression</Type>
|
|
95
|
+
<FirstPart>
|
|
96
|
+
<Expression>
|
|
97
|
+
<Type>Comparison</Type>
|
|
98
|
+
<Operator>Equal</Operator>
|
|
99
|
+
<PropName>TRNCFM</PropName>
|
|
100
|
+
<Value>None</Value>
|
|
101
|
+
</Expression>
|
|
102
|
+
</FirstPart>
|
|
103
|
+
<Operator>or</Operator>
|
|
104
|
+
<SecondPart>
|
|
105
|
+
<Expression>
|
|
106
|
+
<Type>Comparison</Type>
|
|
107
|
+
<Operator>Equal</Operator>
|
|
108
|
+
<PropName>TRNCFM</PropName>
|
|
109
|
+
<Value>NoFirst</Value>
|
|
110
|
+
</Expression>
|
|
111
|
+
</SecondPart>
|
|
112
|
+
</Expression>
|
|
113
|
+
</Condition>
|
|
114
|
+
</Depend>
|
|
115
|
+
</Dependencies>
|
|
116
|
+
<Metadata>
|
|
117
|
+
<Value name='FlagSpecificable'></Value>
|
|
118
|
+
</Metadata>
|
|
119
|
+
<Options>
|
|
120
|
+
<Option type='Not Show'/>
|
|
121
|
+
</Options>
|
|
122
|
+
</Prop>
|
|
123
|
+
<Prop>
|
|
124
|
+
<Id>DMENU_MAK</Id>
|
|
125
|
+
<Name>Generate developer menu makefile</Name>
|
|
126
|
+
<Description>Generate developer menu makefile</Description>
|
|
127
|
+
<Type>Combo</Type>
|
|
128
|
+
<Default>YES</Default>
|
|
129
|
+
<Values>
|
|
130
|
+
<Value id='YES' desc='Yes'/>
|
|
131
|
+
<Value id='NO' desc='No'/>
|
|
132
|
+
</Values>
|
|
133
|
+
</Prop>
|
|
134
|
+
<Prop>
|
|
135
|
+
<Id>DECIMAL_MATH</Id>
|
|
136
|
+
<Name>Use decimal arithmetic</Name>
|
|
137
|
+
<Description>Use decimal arithmetic</Description>
|
|
138
|
+
<Type>Combo</Type>
|
|
139
|
+
<Default>Y</Default>
|
|
140
|
+
<Values>
|
|
141
|
+
<Value id='N' desc='No'/>
|
|
142
|
+
<Value id='Y' desc='Yes'/>
|
|
143
|
+
</Values>
|
|
144
|
+
</Prop>
|
|
145
|
+
<Group>
|
|
146
|
+
<Name>.NET specific</Name>
|
|
147
|
+
<Description>.NET specific</Description>
|
|
148
|
+
<Type>Group</Type>
|
|
149
|
+
<Children>
|
|
150
|
+
<Prop>
|
|
151
|
+
<Id>CSHARP_NAME_SPACE</Id>
|
|
152
|
+
<Name>.Net Application namespace</Name>
|
|
153
|
+
<Description>.Net Application namespace</Description>
|
|
154
|
+
<Type>Text</Type>
|
|
155
|
+
<Default>GeneXus.Programs</Default>
|
|
156
|
+
<Metadata>
|
|
157
|
+
<Value name='FlagDisplayName'>.NET Application namespace</Value>
|
|
158
|
+
<Value name='FlagModuleExport'></Value>
|
|
159
|
+
</Metadata>
|
|
160
|
+
<Options>
|
|
161
|
+
<Option type='Required'/>
|
|
162
|
+
</Options>
|
|
163
|
+
</Prop>
|
|
164
|
+
<Prop>
|
|
165
|
+
<Id>STRONG_NAMED_ASSEMBLY</Id>
|
|
166
|
+
<Name>Generate strong named assemblies</Name>
|
|
167
|
+
<Description>Generate strong named assemblies</Description>
|
|
168
|
+
<Type>Combo</Type>
|
|
169
|
+
<Default>NO</Default>
|
|
170
|
+
<Values>
|
|
171
|
+
<Value id='NO' desc='No'/>
|
|
172
|
+
<Value id='YES' desc='Yes'/>
|
|
173
|
+
</Values>
|
|
174
|
+
</Prop>
|
|
175
|
+
<Prop hidden='1'>
|
|
176
|
+
<Id>ASSEMBLY_VERSION</Id>
|
|
177
|
+
<Name>Assembly version number</Name>
|
|
178
|
+
<Description>Assembly version number</Description>
|
|
179
|
+
<Type>Text</Type>
|
|
180
|
+
<Default>1.0.0.0</Default>
|
|
181
|
+
<Dependencies>
|
|
182
|
+
<Depend type='Not Show'>
|
|
183
|
+
<Cond>value(STRONG_NAMED_ASSEMBLY) == NO</Cond>
|
|
184
|
+
<Condition>
|
|
185
|
+
<Expression>
|
|
186
|
+
<Type>Comparison</Type>
|
|
187
|
+
<Operator>Equal</Operator>
|
|
188
|
+
<PropName>STRONG_NAMED_ASSEMBLY</PropName>
|
|
189
|
+
<Value>NO</Value>
|
|
190
|
+
</Expression>
|
|
191
|
+
</Condition>
|
|
192
|
+
</Depend>
|
|
193
|
+
</Dependencies>
|
|
194
|
+
</Prop>
|
|
195
|
+
<Prop>
|
|
196
|
+
<Id>MOBILE_VERSION</Id>
|
|
197
|
+
<Name>Target platform</Name>
|
|
198
|
+
<Description>Target platform</Description>
|
|
199
|
+
<Type>Combo</Type>
|
|
200
|
+
<Default>PPC2005</Default>
|
|
201
|
+
<Values>
|
|
202
|
+
<Value id='PPC2005' desc='Windows mobile Pocket PC'/>
|
|
203
|
+
<Value id='PHONE2005' desc='Windows mobile Smartphone'/>
|
|
204
|
+
</Values>
|
|
205
|
+
</Prop>
|
|
206
|
+
<Prop>
|
|
207
|
+
<Id>DEPLOY_MOBILE_SDK</Id>
|
|
208
|
+
<Name>Deploy required SDKs</Name>
|
|
209
|
+
<Description>Deploy required SDKs</Description>
|
|
210
|
+
<Type>Combo</Type>
|
|
211
|
+
<Default>1</Default>
|
|
212
|
+
<Values>
|
|
213
|
+
<Value id='1' desc='Yes'/>
|
|
214
|
+
<Value id='0' desc='No'/>
|
|
215
|
+
</Values>
|
|
216
|
+
</Prop>
|
|
217
|
+
<Prop>
|
|
218
|
+
<Id>Device</Id>
|
|
219
|
+
<Name>Device</Name>
|
|
220
|
+
<Description>Device</Description>
|
|
221
|
+
<Type>Custom</Type>
|
|
222
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.DeviceType, Artech.Genexus.Common</CustomType>
|
|
223
|
+
<Metadata>
|
|
224
|
+
<Value name='FlagStoreValueByUser'></Value>
|
|
225
|
+
<Value name='FlagExport'>false</Value>
|
|
226
|
+
</Metadata>
|
|
227
|
+
<Options>
|
|
228
|
+
<Option type='Required'/>
|
|
229
|
+
</Options>
|
|
230
|
+
</Prop>
|
|
231
|
+
<Prop>
|
|
232
|
+
<Id>CF_DEVICE_BASEDIR</Id>
|
|
233
|
+
<Name>Device installation directory</Name>
|
|
234
|
+
<Description>Device installation directory</Description>
|
|
235
|
+
<Type>Text</Type>
|
|
236
|
+
<Default>\Program Files\%AppName%</Default>
|
|
237
|
+
</Prop>
|
|
238
|
+
<Prop>
|
|
239
|
+
<Id>ASSEMBLIES_STRUCTURE</Id>
|
|
240
|
+
<Name>Assemblies structure</Name>
|
|
241
|
+
<Description>Assemblies structure</Description>
|
|
242
|
+
<Type>Combo</Type>
|
|
243
|
+
<Default>FOLDERS</Default>
|
|
244
|
+
<Values>
|
|
245
|
+
<Value id='FOLDERS' desc='By Folder'/>
|
|
246
|
+
<Value id='MAIN' desc='By Main'/>
|
|
247
|
+
</Values>
|
|
248
|
+
<Dependencies>
|
|
249
|
+
<Depend type='Default'>
|
|
250
|
+
<Value>MAIN</Value>
|
|
251
|
+
</Depend>
|
|
252
|
+
</Dependencies>
|
|
253
|
+
</Prop>
|
|
254
|
+
</Children>
|
|
255
|
+
</Group>
|
|
256
|
+
</Children>
|
|
257
|
+
</Group>
|
|
258
|
+
<Group>
|
|
259
|
+
<Id>CSINFO</Id>
|
|
260
|
+
<Name>Data Access Information</Name>
|
|
261
|
+
<Description>Data Access Information</Description>
|
|
262
|
+
<Type>Group</Type>
|
|
263
|
+
<Children>
|
|
264
|
+
<Prop>
|
|
265
|
+
<Id>CS_REORG</Id>
|
|
266
|
+
<Name>Reorganize server tables</Name>
|
|
267
|
+
<Description>Reorganize server tables</Description>
|
|
268
|
+
<Type>Combo</Type>
|
|
269
|
+
<Default>Yes</Default>
|
|
270
|
+
<Values>
|
|
271
|
+
<Value id='Yes' desc='Yes'/>
|
|
272
|
+
<Value id='No' desc='No'/>
|
|
273
|
+
</Values>
|
|
274
|
+
<Metadata>
|
|
275
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.DeployToCloudSettingAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
276
|
+
</Metadata>
|
|
277
|
+
</Prop>
|
|
278
|
+
<Prop>
|
|
279
|
+
<Id>DBMS_JOINS</Id>
|
|
280
|
+
<Name>Join management</Name>
|
|
281
|
+
<Description>Join management</Description>
|
|
282
|
+
<Type>Combo</Type>
|
|
283
|
+
<Default>Yes</Default>
|
|
284
|
+
<Values>
|
|
285
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
286
|
+
<Value id='Yes' desc='Join tables on the server'/>
|
|
287
|
+
<Value id='No' desc='Join tables on the client'/>
|
|
288
|
+
</Values>
|
|
289
|
+
<Dependencies>
|
|
290
|
+
<Depend type='Invalid'>
|
|
291
|
+
<Value>UMPV</Value>
|
|
292
|
+
</Depend>
|
|
293
|
+
</Dependencies>
|
|
294
|
+
<Metadata>
|
|
295
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
296
|
+
</Metadata>
|
|
297
|
+
</Prop>
|
|
298
|
+
<Prop>
|
|
299
|
+
<Id>JOIN_TYPE</Id>
|
|
300
|
+
<Name>Join type</Name>
|
|
301
|
+
<Description>Join type</Description>
|
|
302
|
+
<Type>Combo</Type>
|
|
303
|
+
<Default>Default</Default>
|
|
304
|
+
<Values>
|
|
305
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
306
|
+
<Value id='Default' desc='Use default for server'/>
|
|
307
|
+
<Value id='Natural' desc='Natural join'/>
|
|
308
|
+
<Value id='Outer' desc='Outer join'/>
|
|
309
|
+
</Values>
|
|
310
|
+
<Dependencies>
|
|
311
|
+
<Depend type='Invalid'>
|
|
312
|
+
<Value>UMPV</Value>
|
|
313
|
+
</Depend>
|
|
314
|
+
</Dependencies>
|
|
315
|
+
<Options>
|
|
316
|
+
<Option type='Dyn Show'/>
|
|
317
|
+
</Options>
|
|
318
|
+
</Prop>
|
|
319
|
+
<Prop>
|
|
320
|
+
<Id>COMMITMENT</Id>
|
|
321
|
+
<Name>Transactional integrity</Name>
|
|
322
|
+
<Description>Transactional integrity</Description>
|
|
323
|
+
<Type>Combo</Type>
|
|
324
|
+
<Default>Yes</Default>
|
|
325
|
+
<Values>
|
|
326
|
+
<Value id='Yes' desc='Yes'/>
|
|
327
|
+
<Value id='GX' desc='All files except Data Views'/>
|
|
328
|
+
<Value id='No' desc='No'/>
|
|
329
|
+
</Values>
|
|
330
|
+
<Dependencies>
|
|
331
|
+
<Depend type='Invalid'>
|
|
332
|
+
<Value>GX</Value>
|
|
333
|
+
</Depend>
|
|
334
|
+
</Dependencies>
|
|
335
|
+
</Prop>
|
|
336
|
+
<Prop>
|
|
337
|
+
<Id>ISOLATION_LEVEL</Id>
|
|
338
|
+
<Name>Isolation level</Name>
|
|
339
|
+
<Description>Isolation level</Description>
|
|
340
|
+
<Type>Combo</Type>
|
|
341
|
+
<Default>CR</Default>
|
|
342
|
+
<Values>
|
|
343
|
+
<Value id='CR' desc='Read Committed'/>
|
|
344
|
+
<Value id='UR' desc='Read Uncommitted'/>
|
|
345
|
+
<Value id='RR' desc='Repeatable Read'/>
|
|
346
|
+
<Value id='SE' desc='Serializable'/>
|
|
347
|
+
</Values>
|
|
348
|
+
<Dependencies>
|
|
349
|
+
<Depend type='Readonly'/>
|
|
350
|
+
<Depend type='Invalid'>
|
|
351
|
+
<Value>RR</Value>
|
|
352
|
+
</Depend>
|
|
353
|
+
<Depend type='Invalid'>
|
|
354
|
+
<Value>SE</Value>
|
|
355
|
+
</Depend>
|
|
356
|
+
</Dependencies>
|
|
357
|
+
<Metadata>
|
|
358
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.IsolationLevelVisibleResolver, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
359
|
+
<Value name='FlagModelIniIfApply'>false</Value>
|
|
360
|
+
</Metadata>
|
|
361
|
+
</Prop>
|
|
362
|
+
<Prop>
|
|
363
|
+
<Id>INITIALIZE_NEW</Id>
|
|
364
|
+
<Name>Initialize not referenced attributes</Name>
|
|
365
|
+
<Description>Initialize not referenced attributes</Description>
|
|
366
|
+
<Type>Combo</Type>
|
|
367
|
+
<Default>Yes</Default>
|
|
368
|
+
<Values>
|
|
369
|
+
<Value id='Yes' desc='Yes'/>
|
|
370
|
+
<Value id='No' desc='No'/>
|
|
371
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
372
|
+
</Values>
|
|
373
|
+
<Dependencies>
|
|
374
|
+
<Depend type='Invalid'>
|
|
375
|
+
<Value>UMPV</Value>
|
|
376
|
+
</Depend>
|
|
377
|
+
</Dependencies>
|
|
378
|
+
</Prop>
|
|
379
|
+
<Prop>
|
|
380
|
+
<Id>NULLVALUE_AS_NULL</Id>
|
|
381
|
+
<Name>Generate null for nullvalue()</Name>
|
|
382
|
+
<Description>Generate null for nullvalue()</Description>
|
|
383
|
+
<Type>Combo</Type>
|
|
384
|
+
<Default>idNULLVALUE_AS_NULL_No</Default>
|
|
385
|
+
<Values>
|
|
386
|
+
<Value id='No' desc='No'/>
|
|
387
|
+
<Value id='Yes' desc='Yes'/>
|
|
388
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
389
|
+
</Values>
|
|
390
|
+
<Dependencies>
|
|
391
|
+
<Depend type='Invalid'>
|
|
392
|
+
<Value>UMPV</Value>
|
|
393
|
+
</Depend>
|
|
394
|
+
<Depend type='Default'>
|
|
395
|
+
<Value>No</Value>
|
|
396
|
+
</Depend>
|
|
397
|
+
</Dependencies>
|
|
398
|
+
</Prop>
|
|
399
|
+
<Prop>
|
|
400
|
+
<Id>CS_BLOB_PATH</Id>
|
|
401
|
+
<Name>Blob local storage directory</Name>
|
|
402
|
+
<Description>Temporary blob data storage directory</Description>
|
|
403
|
+
<Type>Text</Type>
|
|
404
|
+
<Default>PublicTempStorage</Default>
|
|
405
|
+
<Metadata>
|
|
406
|
+
<Value name='FlagBuildAction'>UpdateWebConfig</Value>
|
|
407
|
+
</Metadata>
|
|
408
|
+
</Prop>
|
|
409
|
+
<Prop>
|
|
410
|
+
<Id>MAX_CURSOR</Id>
|
|
411
|
+
<Name>Maximum cached cursors per connection</Name>
|
|
412
|
+
<Description>Maximum cached cursors per connection</Description>
|
|
413
|
+
<Type>Integer</Type>
|
|
414
|
+
<Default>100</Default>
|
|
415
|
+
<Dependencies>
|
|
416
|
+
<Depend type='Default'>
|
|
417
|
+
<Value>50</Value>
|
|
418
|
+
</Depend>
|
|
419
|
+
</Dependencies>
|
|
420
|
+
<Metadata>
|
|
421
|
+
<Value name='FlagBuildAction'>UpdateWebConfig</Value>
|
|
422
|
+
</Metadata>
|
|
423
|
+
</Prop>
|
|
424
|
+
<Group>
|
|
425
|
+
<Id>CS_OPTIMIZATION</Id>
|
|
426
|
+
<Name>Optimization</Name>
|
|
427
|
+
<Description>Optimization</Description>
|
|
428
|
+
<Type>Group</Type>
|
|
429
|
+
<Children>
|
|
430
|
+
<Prop>
|
|
431
|
+
<Id>Optimize_copy</Id>
|
|
432
|
+
<Name>Copy table groups</Name>
|
|
433
|
+
<Description>Copy table groups</Description>
|
|
434
|
+
<Type>Combo</Type>
|
|
435
|
+
<Default>IfNoUniqueIndex</Default>
|
|
436
|
+
<Values>
|
|
437
|
+
<Value id='IfNoUniqueIndex' desc='If no unique index'/>
|
|
438
|
+
<Value id='Alway' desc='Always'/>
|
|
439
|
+
<Value id='Never' desc='Never'/>
|
|
440
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
441
|
+
</Values>
|
|
442
|
+
<Dependencies>
|
|
443
|
+
<Depend type='Invalid'>
|
|
444
|
+
<Value>UMPV</Value>
|
|
445
|
+
</Depend>
|
|
446
|
+
</Dependencies>
|
|
447
|
+
</Prop>
|
|
448
|
+
<Group>
|
|
449
|
+
<Id>GRAL4</Id>
|
|
450
|
+
<Name>Hints</Name>
|
|
451
|
+
<Description>Hints</Description>
|
|
452
|
+
<Type>Group</Type>
|
|
453
|
+
<Children>
|
|
454
|
+
<Prop>
|
|
455
|
+
<Id>Hint_firstrows</Id>
|
|
456
|
+
<Name>Fast first rows</Name>
|
|
457
|
+
<Description>Fast first rows</Description>
|
|
458
|
+
<Type>Combo</Type>
|
|
459
|
+
<Default>Yes</Default>
|
|
460
|
+
<Values>
|
|
461
|
+
<Value id='Yes' desc='Yes'/>
|
|
462
|
+
<Value id='No' desc='No'/>
|
|
463
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
464
|
+
</Values>
|
|
465
|
+
<Dependencies>
|
|
466
|
+
<Depend type='Invalid'>
|
|
467
|
+
<Value>UMPV</Value>
|
|
468
|
+
</Depend>
|
|
469
|
+
</Dependencies>
|
|
470
|
+
</Prop>
|
|
471
|
+
</Children>
|
|
472
|
+
</Group>
|
|
473
|
+
</Children>
|
|
474
|
+
</Group>
|
|
475
|
+
<Group hidden='1'>
|
|
476
|
+
<Id>DATABASE_INFO</Id>
|
|
477
|
+
<Name>Database information</Name>
|
|
478
|
+
<Description>Database information</Description>
|
|
479
|
+
<Type>Group</Type>
|
|
480
|
+
<Children>
|
|
481
|
+
</Children>
|
|
482
|
+
</Group>
|
|
483
|
+
<Group hidden='1'>
|
|
484
|
+
<Id>SQLSERVER_GROUP</Id>
|
|
485
|
+
<Name>SQL server</Name>
|
|
486
|
+
<Description>SQL server</Description>
|
|
487
|
+
<Type>Group</Type>
|
|
488
|
+
<Children>
|
|
489
|
+
</Children>
|
|
490
|
+
</Group>
|
|
491
|
+
</Children>
|
|
492
|
+
</Group>
|
|
493
|
+
<Group>
|
|
494
|
+
<Id>USER_INTERFACE</Id>
|
|
495
|
+
<Name>User interface</Name>
|
|
496
|
+
<Description>User interface</Description>
|
|
497
|
+
<Type>Group</Type>
|
|
498
|
+
<Children>
|
|
499
|
+
<Prop>
|
|
500
|
+
<Id>TRNCFM</Id>
|
|
501
|
+
<Name>Confirmation</Name>
|
|
502
|
+
<Description>In transactions, it indicates whether or not the user's confirmation will be requested when passing from one level to another.
|
|
503
|
+
In procedures, it indicates whether or not the user's confirmation will be requested when the process starts executing.</Description>
|
|
504
|
+
<Alias>ConfirmTransaction</Alias>
|
|
505
|
+
<Type>Combo</Type>
|
|
506
|
+
<Default>None</Default>
|
|
507
|
+
<Values>
|
|
508
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
509
|
+
<Value id='All' desc='Always prompt'/>
|
|
510
|
+
<Value id='None' desc='Never prompt'/>
|
|
511
|
+
<Value id='NoFirst' desc='Do not prompt on first level'/>
|
|
512
|
+
</Values>
|
|
513
|
+
<Dependencies>
|
|
514
|
+
<Depend type='Not Show'>
|
|
515
|
+
<Cond>context(CFMTRN) == Yes</Cond>
|
|
516
|
+
<Condition>
|
|
517
|
+
<Expression>
|
|
518
|
+
<Type>Comparison</Type>
|
|
519
|
+
<Operator>Equal</Operator>
|
|
520
|
+
<PropName source='context'>CFMTRN</PropName>
|
|
521
|
+
<Value>Yes</Value>
|
|
522
|
+
</Expression>
|
|
523
|
+
</Condition>
|
|
524
|
+
</Depend>
|
|
525
|
+
<Depend type='Default'>
|
|
526
|
+
<Value>All</Value>
|
|
527
|
+
<Cond>value(IS_WEB_GEN) == false</Cond>
|
|
528
|
+
<Condition>
|
|
529
|
+
<Expression>
|
|
530
|
+
<Type>Comparison</Type>
|
|
531
|
+
<Operator>Equal</Operator>
|
|
532
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
533
|
+
<Value>false</Value>
|
|
534
|
+
</Expression>
|
|
535
|
+
</Condition>
|
|
536
|
+
</Depend>
|
|
537
|
+
<Depend type='Invalid'>
|
|
538
|
+
<Value>UMPV</Value>
|
|
539
|
+
</Depend>
|
|
540
|
+
</Dependencies>
|
|
541
|
+
<Metadata>
|
|
542
|
+
<Value name='FlagCategories'>Advanced</Value>
|
|
543
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
544
|
+
<Value name='FlagSpecificationName'>TRNCFM</Value>
|
|
545
|
+
<Value name='FlagModelIniName'>TRNCFM</Value>
|
|
546
|
+
</Metadata>
|
|
547
|
+
</Prop>
|
|
548
|
+
<Prop>
|
|
549
|
+
<Id>AttWidthScale</Id>
|
|
550
|
+
<Name>Automatic width scale factor</Name>
|
|
551
|
+
<Description>Automatic width scale factor</Description>
|
|
552
|
+
<Type>Combo</Type>
|
|
553
|
+
<Default>1</Default>
|
|
554
|
+
<Values>
|
|
555
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
556
|
+
<Value id='1' desc='1x'/>
|
|
557
|
+
<Value id='2' desc='2x'/>
|
|
558
|
+
</Values>
|
|
559
|
+
<Dependencies>
|
|
560
|
+
<Depend type='On Change'>
|
|
561
|
+
<Cond>onChange(Type)</Cond>
|
|
562
|
+
<Condition>
|
|
563
|
+
<Expression>
|
|
564
|
+
<Type>OnChange</Type>
|
|
565
|
+
<PropName>Type</PropName>
|
|
566
|
+
</Expression>
|
|
567
|
+
</Condition>
|
|
568
|
+
</Depend>
|
|
569
|
+
<Depend type='Readonly'>
|
|
570
|
+
<Cond>context(IsStandardVariable) == -1</Cond>
|
|
571
|
+
<Condition>
|
|
572
|
+
<Expression>
|
|
573
|
+
<Type>Comparison</Type>
|
|
574
|
+
<Operator>Equal</Operator>
|
|
575
|
+
<PropName source='context'>IsStandardVariable</PropName>
|
|
576
|
+
<Value>-1</Value>
|
|
577
|
+
</Expression>
|
|
578
|
+
</Condition>
|
|
579
|
+
</Depend>
|
|
580
|
+
<Depend type='Invalid'>
|
|
581
|
+
<Value>UMPV</Value>
|
|
582
|
+
</Depend>
|
|
583
|
+
</Dependencies>
|
|
584
|
+
</Prop>
|
|
585
|
+
<Prop hidden='1'>
|
|
586
|
+
<Id>STATUSBAR</Id>
|
|
587
|
+
<Name>Show status bar</Name>
|
|
588
|
+
<Description>Show status bar</Description>
|
|
589
|
+
<Type>Combo</Type>
|
|
590
|
+
<Default>when_needed</Default>
|
|
591
|
+
<Values>
|
|
592
|
+
<Value id='when_needed' desc='Depending on object type'/>
|
|
593
|
+
<Value id='always' desc='Always'/>
|
|
594
|
+
<Value id='never' desc='Never'/>
|
|
595
|
+
</Values>
|
|
596
|
+
<Dependencies>
|
|
597
|
+
<Depend type='Default'>
|
|
598
|
+
<Value>always</Value>
|
|
599
|
+
<Cond>context(SHOW_S) == YES</Cond>
|
|
600
|
+
<Condition>
|
|
601
|
+
<Expression>
|
|
602
|
+
<Type>Comparison</Type>
|
|
603
|
+
<Operator>Equal</Operator>
|
|
604
|
+
<PropName source='context'>SHOW_S</PropName>
|
|
605
|
+
<Value>YES</Value>
|
|
606
|
+
</Expression>
|
|
607
|
+
</Condition>
|
|
608
|
+
</Depend>
|
|
609
|
+
<Depend type='Default'>
|
|
610
|
+
<Value>never</Value>
|
|
611
|
+
<Cond>context(SHOW_S) == NO</Cond>
|
|
612
|
+
<Condition>
|
|
613
|
+
<Expression>
|
|
614
|
+
<Type>Comparison</Type>
|
|
615
|
+
<Operator>Equal</Operator>
|
|
616
|
+
<PropName source='context'>SHOW_S</PropName>
|
|
617
|
+
<Value>NO</Value>
|
|
618
|
+
</Expression>
|
|
619
|
+
</Condition>
|
|
620
|
+
</Depend>
|
|
621
|
+
<Depend type='Not Show'>
|
|
622
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
623
|
+
<Condition>
|
|
624
|
+
<Expression>
|
|
625
|
+
<Type>Comparison</Type>
|
|
626
|
+
<Operator>Equal</Operator>
|
|
627
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
628
|
+
<Value>true</Value>
|
|
629
|
+
</Expression>
|
|
630
|
+
</Condition>
|
|
631
|
+
</Depend>
|
|
632
|
+
</Dependencies>
|
|
633
|
+
</Prop>
|
|
634
|
+
<Prop hidden='1'>
|
|
635
|
+
<Id>SHOW_FRM</Id>
|
|
636
|
+
<Name>Show form</Name>
|
|
637
|
+
<Description>Show form</Description>
|
|
638
|
+
<Type>Combo</Type>
|
|
639
|
+
<Default>BEFORE</Default>
|
|
640
|
+
<Values>
|
|
641
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
642
|
+
<Value id='BEFORE' desc='Before Start Event'/>
|
|
643
|
+
<Value id='AFTER' desc='After Start Event'/>
|
|
644
|
+
</Values>
|
|
645
|
+
<Dependencies>
|
|
646
|
+
<Depend type='Invalid'>
|
|
647
|
+
<Value>UMPV</Value>
|
|
648
|
+
</Depend>
|
|
649
|
+
<Depend type='Not Show'>
|
|
650
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
651
|
+
<Condition>
|
|
652
|
+
<Expression>
|
|
653
|
+
<Type>Comparison</Type>
|
|
654
|
+
<Operator>Equal</Operator>
|
|
655
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
656
|
+
<Value>true</Value>
|
|
657
|
+
</Expression>
|
|
658
|
+
</Condition>
|
|
659
|
+
</Depend>
|
|
660
|
+
</Dependencies>
|
|
661
|
+
</Prop>
|
|
662
|
+
<Prop>
|
|
663
|
+
<Id>AUTOSCROLL_FORM</Id>
|
|
664
|
+
<Name>Scrollable form</Name>
|
|
665
|
+
<Description>Scrollable form</Description>
|
|
666
|
+
<Type>Combo</Type>
|
|
667
|
+
<Default>No</Default>
|
|
668
|
+
<Values>
|
|
669
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
670
|
+
<Value id='No' desc='No'/>
|
|
671
|
+
<Value id='Yes' desc='Auto'/>
|
|
672
|
+
</Values>
|
|
673
|
+
<Dependencies>
|
|
674
|
+
<Depend type='Invalid'>
|
|
675
|
+
<Value>UMPV</Value>
|
|
676
|
+
</Depend>
|
|
677
|
+
</Dependencies>
|
|
678
|
+
</Prop>
|
|
679
|
+
<Prop hidden='1'>
|
|
680
|
+
<Id>FC_READONLY</Id>
|
|
681
|
+
<Name>Color in read-only fields</Name>
|
|
682
|
+
<Description>Color in read-only fields</Description>
|
|
683
|
+
<Type>Combo</Type>
|
|
684
|
+
<Default>GRAYED</Default>
|
|
685
|
+
<Values>
|
|
686
|
+
<Value id='GRAYED' desc='Grayed (Windows Default)'/>
|
|
687
|
+
<Value id='ORIGINAL' desc='Original'/>
|
|
688
|
+
</Values>
|
|
689
|
+
<Dependencies>
|
|
690
|
+
<Depend type='Not Show'>
|
|
691
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
692
|
+
<Condition>
|
|
693
|
+
<Expression>
|
|
694
|
+
<Type>Comparison</Type>
|
|
695
|
+
<Operator>Equal</Operator>
|
|
696
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
697
|
+
<Value>true</Value>
|
|
698
|
+
</Expression>
|
|
699
|
+
</Condition>
|
|
700
|
+
</Depend>
|
|
701
|
+
</Dependencies>
|
|
702
|
+
</Prop>
|
|
703
|
+
<Prop hidden='1'>
|
|
704
|
+
<Id>SUBFILE_ORDER</Id>
|
|
705
|
+
<Name>Click to sort in grid</Name>
|
|
706
|
+
<Description>Click to sort in grid</Description>
|
|
707
|
+
<Type>Combo</Type>
|
|
708
|
+
<Default>Y</Default>
|
|
709
|
+
<Values>
|
|
710
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
711
|
+
<Value id='Y' desc='Enabled'/>
|
|
712
|
+
<Value id='N' desc='Disabled'/>
|
|
713
|
+
</Values>
|
|
714
|
+
<Dependencies>
|
|
715
|
+
<Depend type='Invalid'>
|
|
716
|
+
<Value>UMPV</Value>
|
|
717
|
+
</Depend>
|
|
718
|
+
<Depend type='Not Show'>
|
|
719
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
720
|
+
<Condition>
|
|
721
|
+
<Expression>
|
|
722
|
+
<Type>Comparison</Type>
|
|
723
|
+
<Operator>Equal</Operator>
|
|
724
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
725
|
+
<Value>true</Value>
|
|
726
|
+
</Expression>
|
|
727
|
+
</Condition>
|
|
728
|
+
</Depend>
|
|
729
|
+
</Dependencies>
|
|
730
|
+
</Prop>
|
|
731
|
+
<Prop hidden='1'>
|
|
732
|
+
<Id>FIELD_TO_FIELD</Id>
|
|
733
|
+
<Name>Client side validation</Name>
|
|
734
|
+
<Description>Client side validation</Description>
|
|
735
|
+
<Type>Combo</Type>
|
|
736
|
+
<Default>Yes</Default>
|
|
737
|
+
<Values>
|
|
738
|
+
<Value id='Yes' desc='Yes'/>
|
|
739
|
+
<Value id='No' desc='No'/>
|
|
740
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
741
|
+
</Values>
|
|
742
|
+
<Dependencies>
|
|
743
|
+
<Depend type='Invalid'>
|
|
744
|
+
<Value>UMPV</Value>
|
|
745
|
+
</Depend>
|
|
746
|
+
<Depend type='Not Show'>
|
|
747
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
748
|
+
<Condition>
|
|
749
|
+
<Expression>
|
|
750
|
+
<Type>Comparison</Type>
|
|
751
|
+
<Operator>Equal</Operator>
|
|
752
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
753
|
+
<Value>true</Value>
|
|
754
|
+
</Expression>
|
|
755
|
+
</Condition>
|
|
756
|
+
</Depend>
|
|
757
|
+
</Dependencies>
|
|
758
|
+
<Metadata>
|
|
759
|
+
<Value name='FlagCategories'>Win</Value>
|
|
760
|
+
</Metadata>
|
|
761
|
+
</Prop>
|
|
762
|
+
<Prop>
|
|
763
|
+
<Id>SIP_ACTIVATION</Id>
|
|
764
|
+
<Name>Simple input panel activation</Name>
|
|
765
|
+
<Description>Simple input panel activation</Description>
|
|
766
|
+
<Type>Combo</Type>
|
|
767
|
+
<Default>No</Default>
|
|
768
|
+
<Values>
|
|
769
|
+
<Value id='Auto' desc='Auto'/>
|
|
770
|
+
<Value id='No' desc='No'/>
|
|
771
|
+
</Values>
|
|
772
|
+
<Dependencies>
|
|
773
|
+
<Depend type='Not Show'>
|
|
774
|
+
<Cond>value(MOBILE_VERSION) == PHONE2005</Cond>
|
|
775
|
+
<Condition>
|
|
776
|
+
<Expression>
|
|
777
|
+
<Type>Comparison</Type>
|
|
778
|
+
<Operator>Equal</Operator>
|
|
779
|
+
<PropName>MOBILE_VERSION</PropName>
|
|
780
|
+
<Value>PHONE2005</Value>
|
|
781
|
+
</Expression>
|
|
782
|
+
</Condition>
|
|
783
|
+
</Depend>
|
|
784
|
+
</Dependencies>
|
|
785
|
+
</Prop>
|
|
786
|
+
<Prop>
|
|
787
|
+
<Id>OKBUT</Id>
|
|
788
|
+
<Name>Ok button</Name>
|
|
789
|
+
<Description>Ok button</Description>
|
|
790
|
+
<Type>Combo</Type>
|
|
791
|
+
<Default>YES</Default>
|
|
792
|
+
<Values>
|
|
793
|
+
<Value id='YES' desc='Yes'/>
|
|
794
|
+
<Value id='NO' desc='No'/>
|
|
795
|
+
</Values>
|
|
796
|
+
</Prop>
|
|
797
|
+
<Group>
|
|
798
|
+
<Name>Web interface</Name>
|
|
799
|
+
<Description>Web interface</Description>
|
|
800
|
+
<Type>Group</Type>
|
|
801
|
+
<Children>
|
|
802
|
+
<Group>
|
|
803
|
+
<Id>PROP_DATEPICKER_GROUP</Id>
|
|
804
|
+
<Name>Datepicker</Name>
|
|
805
|
+
<Type>Group</Type>
|
|
806
|
+
<Dependencies>
|
|
807
|
+
<Depend type='Not Show'>
|
|
808
|
+
<Cond>value(IS_WEB_GEN) != true</Cond>
|
|
809
|
+
<Condition>
|
|
810
|
+
<Expression>
|
|
811
|
+
<Type>Comparison</Type>
|
|
812
|
+
<Operator>NotEqual</Operator>
|
|
813
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
814
|
+
<Value>true</Value>
|
|
815
|
+
</Expression>
|
|
816
|
+
</Condition>
|
|
817
|
+
</Depend>
|
|
818
|
+
</Dependencies>
|
|
819
|
+
<Children>
|
|
820
|
+
<Prop>
|
|
821
|
+
<Id>idUSE_WEB_DATEPICKER</Id>
|
|
822
|
+
<Name>Enable Datepicker</Name>
|
|
823
|
+
<Description>Enable datepicker calendar generation</Description>
|
|
824
|
+
<Type>Combo</Type>
|
|
825
|
+
<Default>Yes</Default>
|
|
826
|
+
<Values>
|
|
827
|
+
<Value id='Yes' desc='Yes'/>
|
|
828
|
+
<Value id='No' desc='No'/>
|
|
829
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
830
|
+
</Values>
|
|
831
|
+
<Dependencies>
|
|
832
|
+
<Depend type='Invalid'>
|
|
833
|
+
<Value>UMPV</Value>
|
|
834
|
+
</Depend>
|
|
835
|
+
</Dependencies>
|
|
836
|
+
</Prop>
|
|
837
|
+
<Prop>
|
|
838
|
+
<Id>WNUM_DATEPICKER</Id>
|
|
839
|
+
<Name>Show week numbers</Name>
|
|
840
|
+
<Description>Show calendar week numbers</Description>
|
|
841
|
+
<Type>Combo</Type>
|
|
842
|
+
<Default>No</Default>
|
|
843
|
+
<Values>
|
|
844
|
+
<Value id='Yes' desc='Yes'/>
|
|
845
|
+
<Value id='No' desc='No'/>
|
|
846
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
847
|
+
</Values>
|
|
848
|
+
<Dependencies>
|
|
849
|
+
<Depend type='Not Show'>
|
|
850
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
851
|
+
<Condition>
|
|
852
|
+
<Expression>
|
|
853
|
+
<Type>Comparison</Type>
|
|
854
|
+
<Operator>Equal</Operator>
|
|
855
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
856
|
+
<Value>No</Value>
|
|
857
|
+
</Expression>
|
|
858
|
+
</Condition>
|
|
859
|
+
</Depend>
|
|
860
|
+
<Depend type='Invalid'>
|
|
861
|
+
<Value>Yes</Value>
|
|
862
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
863
|
+
<Condition>
|
|
864
|
+
<Expression>
|
|
865
|
+
<Type>Comparison</Type>
|
|
866
|
+
<Operator>Equal</Operator>
|
|
867
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
868
|
+
<Value>No</Value>
|
|
869
|
+
</Expression>
|
|
870
|
+
</Condition>
|
|
871
|
+
</Depend>
|
|
872
|
+
<Depend type='Invalid'>
|
|
873
|
+
<Value>UMPV</Value>
|
|
874
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
875
|
+
<Condition>
|
|
876
|
+
<Expression>
|
|
877
|
+
<Type>Comparison</Type>
|
|
878
|
+
<Operator>Equal</Operator>
|
|
879
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
880
|
+
<Value>No</Value>
|
|
881
|
+
</Expression>
|
|
882
|
+
</Condition>
|
|
883
|
+
</Depend>
|
|
884
|
+
<Depend type='Invalid'>
|
|
885
|
+
<Value>UMPV</Value>
|
|
886
|
+
</Depend>
|
|
887
|
+
</Dependencies>
|
|
888
|
+
</Prop>
|
|
889
|
+
<Prop>
|
|
890
|
+
<Id>FIRST_WD_DATEPICKER</Id>
|
|
891
|
+
<Name>First day of week</Name>
|
|
892
|
+
<Description>Select first day of week for calendar</Description>
|
|
893
|
+
<Type>Combo</Type>
|
|
894
|
+
<Default>Sunday</Default>
|
|
895
|
+
<Values>
|
|
896
|
+
<Value id='Sunday' desc='Sunday'/>
|
|
897
|
+
<Value id='Monday' desc='Monday'/>
|
|
898
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
899
|
+
</Values>
|
|
900
|
+
<Dependencies>
|
|
901
|
+
<Depend type='Not Show'>
|
|
902
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
903
|
+
<Condition>
|
|
904
|
+
<Expression>
|
|
905
|
+
<Type>Comparison</Type>
|
|
906
|
+
<Operator>Equal</Operator>
|
|
907
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
908
|
+
<Value>No</Value>
|
|
909
|
+
</Expression>
|
|
910
|
+
</Condition>
|
|
911
|
+
</Depend>
|
|
912
|
+
<Depend type='Invalid'>
|
|
913
|
+
<Value>Monday</Value>
|
|
914
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
915
|
+
<Condition>
|
|
916
|
+
<Expression>
|
|
917
|
+
<Type>Comparison</Type>
|
|
918
|
+
<Operator>Equal</Operator>
|
|
919
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
920
|
+
<Value>No</Value>
|
|
921
|
+
</Expression>
|
|
922
|
+
</Condition>
|
|
923
|
+
</Depend>
|
|
924
|
+
<Depend type='Invalid'>
|
|
925
|
+
<Value>UMPV</Value>
|
|
926
|
+
<Cond>value(idUSE_WEB_DATEPICKER) == No</Cond>
|
|
927
|
+
<Condition>
|
|
928
|
+
<Expression>
|
|
929
|
+
<Type>Comparison</Type>
|
|
930
|
+
<Operator>Equal</Operator>
|
|
931
|
+
<PropName>idUSE_WEB_DATEPICKER</PropName>
|
|
932
|
+
<Value>No</Value>
|
|
933
|
+
</Expression>
|
|
934
|
+
</Condition>
|
|
935
|
+
</Depend>
|
|
936
|
+
<Depend type='Invalid'>
|
|
937
|
+
<Value>UMPV</Value>
|
|
938
|
+
</Depend>
|
|
939
|
+
</Dependencies>
|
|
940
|
+
</Prop>
|
|
941
|
+
</Children>
|
|
942
|
+
</Group>
|
|
943
|
+
</Children>
|
|
944
|
+
</Group>
|
|
945
|
+
<Group>
|
|
946
|
+
<Id>KEYC</Id>
|
|
947
|
+
<Name>Key configuration</Name>
|
|
948
|
+
<Description>Key configuration</Description>
|
|
949
|
+
<Type>Group</Type>
|
|
950
|
+
<Metadata>
|
|
951
|
+
<Value name='FlagCategories'>Win</Value>
|
|
952
|
+
</Metadata>
|
|
953
|
+
<Children>
|
|
954
|
+
<Prop>
|
|
955
|
+
<Id>FIELD_EXIT</Id>
|
|
956
|
+
<Name>Field exit</Name>
|
|
957
|
+
<Description>Field exit</Description>
|
|
958
|
+
<Type>Combo</Type>
|
|
959
|
+
<Default>Tab</Default>
|
|
960
|
+
<Values>
|
|
961
|
+
<Value id='Tab' desc='Tab, Shift-Tab'/>
|
|
962
|
+
<Value id='TabEnter' desc='Enter, Tab, Shift-Tab'/>
|
|
963
|
+
<Value id='Only+' desc="'+' Key, Tab, Shift-Tab"/>
|
|
964
|
+
<Value id='Enter' desc='Enter, Down Arrow, Up Arrow, Tab, Shift-Tab'/>
|
|
965
|
+
<Value id='+' desc="'+' Key, Down Arrow, Up Arrow, Tab, Shift-Tab"/>
|
|
966
|
+
<Value id='fpw_comp' desc='FoxPro 2.6 generator'/>
|
|
967
|
+
<Value id='last_char' desc='Passing last char'/>
|
|
968
|
+
</Values>
|
|
969
|
+
<Dependencies>
|
|
970
|
+
<Depend type='Invalid'>
|
|
971
|
+
<Value>fpw_comp</Value>
|
|
972
|
+
</Depend>
|
|
973
|
+
<Depend type='Invalid'>
|
|
974
|
+
<Value>Only+</Value>
|
|
975
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
976
|
+
<Condition>
|
|
977
|
+
<Expression>
|
|
978
|
+
<Type>Comparison</Type>
|
|
979
|
+
<Operator>Equal</Operator>
|
|
980
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
981
|
+
<Value>true</Value>
|
|
982
|
+
</Expression>
|
|
983
|
+
</Condition>
|
|
984
|
+
</Depend>
|
|
985
|
+
<Depend type='Invalid'>
|
|
986
|
+
<Value>Enter</Value>
|
|
987
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
988
|
+
<Condition>
|
|
989
|
+
<Expression>
|
|
990
|
+
<Type>Comparison</Type>
|
|
991
|
+
<Operator>Equal</Operator>
|
|
992
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
993
|
+
<Value>true</Value>
|
|
994
|
+
</Expression>
|
|
995
|
+
</Condition>
|
|
996
|
+
</Depend>
|
|
997
|
+
<Depend type='Invalid'>
|
|
998
|
+
<Value>+</Value>
|
|
999
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1000
|
+
<Condition>
|
|
1001
|
+
<Expression>
|
|
1002
|
+
<Type>Comparison</Type>
|
|
1003
|
+
<Operator>Equal</Operator>
|
|
1004
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1005
|
+
<Value>true</Value>
|
|
1006
|
+
</Expression>
|
|
1007
|
+
</Condition>
|
|
1008
|
+
</Depend>
|
|
1009
|
+
</Dependencies>
|
|
1010
|
+
</Prop>
|
|
1011
|
+
<Group>
|
|
1012
|
+
<Id>AS4KEYS</Id>
|
|
1013
|
+
<Name>Key assignment</Name>
|
|
1014
|
+
<Description>Key assignment</Description>
|
|
1015
|
+
<Type>Group</Type>
|
|
1016
|
+
<Children>
|
|
1017
|
+
<Prop>
|
|
1018
|
+
<Id>ASSIGNED_FNC_KEYS</Id>
|
|
1019
|
+
<Name>Assign Function Keys to Standard Events</Name>
|
|
1020
|
+
<Type>Combo</Type>
|
|
1021
|
+
<Default>No</Default>
|
|
1022
|
+
<Values>
|
|
1023
|
+
<Value id='Yes' desc='Yes'/>
|
|
1024
|
+
<Value id='No' desc='No'/>
|
|
1025
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1026
|
+
</Values>
|
|
1027
|
+
<Dependencies>
|
|
1028
|
+
<Depend type='Default'>
|
|
1029
|
+
<Value>Yes</Value>
|
|
1030
|
+
<Cond>value(IS_WEB_GEN) != true</Cond>
|
|
1031
|
+
<Condition>
|
|
1032
|
+
<Expression>
|
|
1033
|
+
<Type>Comparison</Type>
|
|
1034
|
+
<Operator>NotEqual</Operator>
|
|
1035
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1036
|
+
<Value>true</Value>
|
|
1037
|
+
</Expression>
|
|
1038
|
+
</Condition>
|
|
1039
|
+
</Depend>
|
|
1040
|
+
<Depend type='Invalid'>
|
|
1041
|
+
<Value>UMPV</Value>
|
|
1042
|
+
</Depend>
|
|
1043
|
+
</Dependencies>
|
|
1044
|
+
</Prop>
|
|
1045
|
+
<Prop hidden='1'>
|
|
1046
|
+
<Id>KEY_HELP</Id>
|
|
1047
|
+
<Name>Help key</Name>
|
|
1048
|
+
<Description>Help key</Description>
|
|
1049
|
+
<Type>Combo</Type>
|
|
1050
|
+
<Values>
|
|
1051
|
+
<Value id='N' desc='None'/>
|
|
1052
|
+
<Value id='0' desc='Disabled'/>
|
|
1053
|
+
<Value id='1' desc='F1'/>
|
|
1054
|
+
<Value id='2' desc='F2'/>
|
|
1055
|
+
<Value id='3' desc='F3'/>
|
|
1056
|
+
<Value id='4' desc='F4'/>
|
|
1057
|
+
<Value id='5' desc='F5'/>
|
|
1058
|
+
<Value id='6' desc='F6'/>
|
|
1059
|
+
<Value id='7' desc='F7'/>
|
|
1060
|
+
<Value id='8' desc='F8'/>
|
|
1061
|
+
<Value id='9' desc='F9'/>
|
|
1062
|
+
<Value id='10' desc='F10'/>
|
|
1063
|
+
<Value id='11' desc='F11'/>
|
|
1064
|
+
<Value id='12' desc='F12'/>
|
|
1065
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1066
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1067
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1068
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1069
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1070
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1071
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1072
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1073
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1074
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1075
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1076
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1077
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1078
|
+
</Values>
|
|
1079
|
+
<Dependencies>
|
|
1080
|
+
<Depend type='Not Show'>
|
|
1081
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1082
|
+
<Condition>
|
|
1083
|
+
<Expression>
|
|
1084
|
+
<Type>Comparison</Type>
|
|
1085
|
+
<Operator>Equal</Operator>
|
|
1086
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1087
|
+
<Value>No</Value>
|
|
1088
|
+
</Expression>
|
|
1089
|
+
</Condition>
|
|
1090
|
+
</Depend>
|
|
1091
|
+
<Depend type='Default'>
|
|
1092
|
+
<Value>1</Value>
|
|
1093
|
+
</Depend>
|
|
1094
|
+
<Depend type='Invalid'>
|
|
1095
|
+
<Value>UMPV</Value>
|
|
1096
|
+
</Depend>
|
|
1097
|
+
<Depend type='Invalid'>
|
|
1098
|
+
<Value>0</Value>
|
|
1099
|
+
</Depend>
|
|
1100
|
+
</Dependencies>
|
|
1101
|
+
<Metadata>
|
|
1102
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1103
|
+
</Metadata>
|
|
1104
|
+
</Prop>
|
|
1105
|
+
<Prop hidden='1'>
|
|
1106
|
+
<Id>KEY_REFRESH</Id>
|
|
1107
|
+
<Name>Refresh key</Name>
|
|
1108
|
+
<Description>Refresh 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>5</Value>
|
|
1153
|
+
</Depend>
|
|
1154
|
+
<Depend type='Invalid'>
|
|
1155
|
+
<Value>UMPV</Value>
|
|
1156
|
+
</Depend>
|
|
1157
|
+
<Depend type='Invalid'>
|
|
1158
|
+
<Value>0</Value>
|
|
1159
|
+
</Depend>
|
|
1160
|
+
</Dependencies>
|
|
1161
|
+
<Metadata>
|
|
1162
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1163
|
+
</Metadata>
|
|
1164
|
+
</Prop>
|
|
1165
|
+
<Prop hidden='1'>
|
|
1166
|
+
<Id>KEY_CANCEL</Id>
|
|
1167
|
+
<Name>Cancel key</Name>
|
|
1168
|
+
<Description>Cancel key</Description>
|
|
1169
|
+
<Type>Combo</Type>
|
|
1170
|
+
<Values>
|
|
1171
|
+
<Value id='N' desc='None'/>
|
|
1172
|
+
<Value id='0' desc='Disabled'/>
|
|
1173
|
+
<Value id='1' desc='F1'/>
|
|
1174
|
+
<Value id='2' desc='F2'/>
|
|
1175
|
+
<Value id='3' desc='F3'/>
|
|
1176
|
+
<Value id='4' desc='F4'/>
|
|
1177
|
+
<Value id='5' desc='F5'/>
|
|
1178
|
+
<Value id='6' desc='F6'/>
|
|
1179
|
+
<Value id='7' desc='F7'/>
|
|
1180
|
+
<Value id='8' desc='F8'/>
|
|
1181
|
+
<Value id='9' desc='F9'/>
|
|
1182
|
+
<Value id='10' desc='F10'/>
|
|
1183
|
+
<Value id='11' desc='F11'/>
|
|
1184
|
+
<Value id='12' desc='F12'/>
|
|
1185
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1186
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1187
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1188
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1189
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1190
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1191
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1192
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1193
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1194
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1195
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1196
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1197
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1198
|
+
</Values>
|
|
1199
|
+
<Dependencies>
|
|
1200
|
+
<Depend type='Not Show'>
|
|
1201
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1202
|
+
<Condition>
|
|
1203
|
+
<Expression>
|
|
1204
|
+
<Type>Comparison</Type>
|
|
1205
|
+
<Operator>Equal</Operator>
|
|
1206
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1207
|
+
<Value>No</Value>
|
|
1208
|
+
</Expression>
|
|
1209
|
+
</Condition>
|
|
1210
|
+
</Depend>
|
|
1211
|
+
<Depend type='Default'>
|
|
1212
|
+
<Value>12</Value>
|
|
1213
|
+
</Depend>
|
|
1214
|
+
<Depend type='Invalid'>
|
|
1215
|
+
<Value>UMPV</Value>
|
|
1216
|
+
</Depend>
|
|
1217
|
+
<Depend type='Invalid'>
|
|
1218
|
+
<Value>0</Value>
|
|
1219
|
+
</Depend>
|
|
1220
|
+
</Dependencies>
|
|
1221
|
+
<Metadata>
|
|
1222
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1223
|
+
</Metadata>
|
|
1224
|
+
</Prop>
|
|
1225
|
+
<Prop hidden='1'>
|
|
1226
|
+
<Id>KEY_ENTER</Id>
|
|
1227
|
+
<Name>Enter key</Name>
|
|
1228
|
+
<Description>Enter key</Description>
|
|
1229
|
+
<Type>Combo</Type>
|
|
1230
|
+
<Values>
|
|
1231
|
+
<Value id='N' desc='None'/>
|
|
1232
|
+
<Value id='0' desc='Disabled'/>
|
|
1233
|
+
<Value id='1' desc='F1'/>
|
|
1234
|
+
<Value id='2' desc='F2'/>
|
|
1235
|
+
<Value id='3' desc='F3'/>
|
|
1236
|
+
<Value id='4' desc='F4'/>
|
|
1237
|
+
<Value id='5' desc='F5'/>
|
|
1238
|
+
<Value id='6' desc='F6'/>
|
|
1239
|
+
<Value id='7' desc='F7'/>
|
|
1240
|
+
<Value id='8' desc='F8'/>
|
|
1241
|
+
<Value id='9' desc='F9'/>
|
|
1242
|
+
<Value id='10' desc='F10'/>
|
|
1243
|
+
<Value id='11' desc='F11'/>
|
|
1244
|
+
<Value id='12' desc='F12'/>
|
|
1245
|
+
<Value id='13' desc='F13 (Shift-F1)'/>
|
|
1246
|
+
<Value id='14' desc='F14 (Shift-F2)'/>
|
|
1247
|
+
<Value id='15' desc='F15 (Shift-F3)'/>
|
|
1248
|
+
<Value id='16' desc='F16 (Shift-F4)'/>
|
|
1249
|
+
<Value id='17' desc='F17 (Shift-F5)'/>
|
|
1250
|
+
<Value id='18' desc='F18 (Shift-F6)'/>
|
|
1251
|
+
<Value id='19' desc='F19 (Shift-F7)'/>
|
|
1252
|
+
<Value id='20' desc='F20 (Shift-F8)'/>
|
|
1253
|
+
<Value id='21' desc='F21 (Shift-F9)'/>
|
|
1254
|
+
<Value id='22' desc='F22 (Shift-F10)'/>
|
|
1255
|
+
<Value id='23' desc='F23 (Shift-F11)'/>
|
|
1256
|
+
<Value id='24' desc='F24 (Shift-F12)'/>
|
|
1257
|
+
<Value id='UMPV' desc='Use Environment property value'/>
|
|
1258
|
+
</Values>
|
|
1259
|
+
<Dependencies>
|
|
1260
|
+
<Depend type='Not Show'>
|
|
1261
|
+
<Cond>value(ASSIGNED_FNC_KEYS) == No</Cond>
|
|
1262
|
+
<Condition>
|
|
1263
|
+
<Expression>
|
|
1264
|
+
<Type>Comparison</Type>
|
|
1265
|
+
<Operator>Equal</Operator>
|
|
1266
|
+
<PropName>ASSIGNED_FNC_KEYS</PropName>
|
|
1267
|
+
<Value>No</Value>
|
|
1268
|
+
</Expression>
|
|
1269
|
+
</Condition>
|
|
1270
|
+
</Depend>
|
|
1271
|
+
<Depend type='Default'>
|
|
1272
|
+
<Value>N</Value>
|
|
1273
|
+
</Depend>
|
|
1274
|
+
<Depend type='Invalid'>
|
|
1275
|
+
<Value>UMPV</Value>
|
|
1276
|
+
</Depend>
|
|
1277
|
+
<Depend type='Invalid'>
|
|
1278
|
+
<Value>0</Value>
|
|
1279
|
+
</Depend>
|
|
1280
|
+
</Dependencies>
|
|
1281
|
+
<Metadata>
|
|
1282
|
+
<Value name='FlagModelIniIfApply'></Value>
|
|
1283
|
+
</Metadata>
|
|
1284
|
+
</Prop>
|
|
1285
|
+
</Children>
|
|
1286
|
+
</Group>
|
|
1287
|
+
<Prop hidden='1'>
|
|
1288
|
+
<Id>ESCAPE_FUNCTION</Id>
|
|
1289
|
+
<Name>Esc key action</Name>
|
|
1290
|
+
<Description>Esc key action</Description>
|
|
1291
|
+
<Type>Combo</Type>
|
|
1292
|
+
<Default>Exit_form</Default>
|
|
1293
|
+
<Values>
|
|
1294
|
+
<Value id='Exit_form' desc='Exit form'/>
|
|
1295
|
+
<Value id='Change_level' desc='Change level'/>
|
|
1296
|
+
<Value id='None' desc='None'/>
|
|
1297
|
+
</Values>
|
|
1298
|
+
<Dependencies>
|
|
1299
|
+
<Depend type='Not Show'>
|
|
1300
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1301
|
+
<Condition>
|
|
1302
|
+
<Expression>
|
|
1303
|
+
<Type>Comparison</Type>
|
|
1304
|
+
<Operator>Equal</Operator>
|
|
1305
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1306
|
+
<Value>true</Value>
|
|
1307
|
+
</Expression>
|
|
1308
|
+
</Condition>
|
|
1309
|
+
</Depend>
|
|
1310
|
+
</Dependencies>
|
|
1311
|
+
</Prop>
|
|
1312
|
+
</Children>
|
|
1313
|
+
</Group>
|
|
1314
|
+
<Group hidden='1'>
|
|
1315
|
+
<Id>PRINT_GROUP</Id>
|
|
1316
|
+
<Name>Printing</Name>
|
|
1317
|
+
<Description>Printing</Description>
|
|
1318
|
+
<Type>Group</Type>
|
|
1319
|
+
<Children>
|
|
1320
|
+
</Children>
|
|
1321
|
+
</Group>
|
|
1322
|
+
<Group hidden='1'>
|
|
1323
|
+
<Id>HELP_GROUP</Id>
|
|
1324
|
+
<Name>Help</Name>
|
|
1325
|
+
<Description>Help</Description>
|
|
1326
|
+
<Type>Group</Type>
|
|
1327
|
+
<Children>
|
|
1328
|
+
<Prop hidden='1'>
|
|
1329
|
+
<Id>HELP_MODE</Id>
|
|
1330
|
+
<Name>Help mode</Name>
|
|
1331
|
+
<Description>Help mode</Description>
|
|
1332
|
+
<Type>Combo</Type>
|
|
1333
|
+
<Default>WINHTML</Default>
|
|
1334
|
+
<Values>
|
|
1335
|
+
<Value id='WINHTML' desc='Windows HTML Help'/>
|
|
1336
|
+
<Value id='WEBHTML' desc='Web HTML Help'/>
|
|
1337
|
+
</Values>
|
|
1338
|
+
<Dependencies>
|
|
1339
|
+
<Depend type='Not Show'>
|
|
1340
|
+
<Cond>value(IS_WEB_GEN) == true</Cond>
|
|
1341
|
+
<Condition>
|
|
1342
|
+
<Expression>
|
|
1343
|
+
<Type>Comparison</Type>
|
|
1344
|
+
<Operator>Equal</Operator>
|
|
1345
|
+
<PropName>IS_WEB_GEN</PropName>
|
|
1346
|
+
<Value>true</Value>
|
|
1347
|
+
</Expression>
|
|
1348
|
+
</Condition>
|
|
1349
|
+
</Depend>
|
|
1350
|
+
</Dependencies>
|
|
1351
|
+
</Prop>
|
|
1352
|
+
</Children>
|
|
1353
|
+
</Group>
|
|
1354
|
+
<Group>
|
|
1355
|
+
<Id>FORMAT_GROUP</Id>
|
|
1356
|
+
<Name>Format</Name>
|
|
1357
|
+
<Description>Format</Description>
|
|
1358
|
+
<Type>Group</Type>
|
|
1359
|
+
<Children>
|
|
1360
|
+
<Prop>
|
|
1361
|
+
<Id>CTOD_FMT</Id>
|
|
1362
|
+
<Name>Date format in CTOD function</Name>
|
|
1363
|
+
<Description>Date format in CTOD function</Description>
|
|
1364
|
+
<Type>Combo</Type>
|
|
1365
|
+
<Default>L</Default>
|
|
1366
|
+
<Values>
|
|
1367
|
+
<Value id='ENG' desc='mm/dd/yy'/>
|
|
1368
|
+
<Value id='SPA' desc='dd/mm/yy'/>
|
|
1369
|
+
<Value id='YMD' desc='yy/mm/dd'/>
|
|
1370
|
+
<Value id='ENG4' desc='mm/dd/yyyy'/>
|
|
1371
|
+
<Value id='SPA4' desc='dd/mm/yyyy'/>
|
|
1372
|
+
<Value id='Y4MD' desc='yyyy/mm/dd'/>
|
|
1373
|
+
<Value id='L' desc='Language Dependent'/>
|
|
1374
|
+
</Values>
|
|
1375
|
+
</Prop>
|
|
1376
|
+
<Prop>
|
|
1377
|
+
<Id>YEAR_LIMIT</Id>
|
|
1378
|
+
<Name>First year of 20th century</Name>
|
|
1379
|
+
<Description>First year of 20th century</Description>
|
|
1380
|
+
<Type>Integer</Type>
|
|
1381
|
+
<Default>40</Default>
|
|
1382
|
+
</Prop>
|
|
1383
|
+
<Prop>
|
|
1384
|
+
<Id>BLANK_EMPTY_DATE</Id>
|
|
1385
|
+
<Name>Blank when empty</Name>
|
|
1386
|
+
<Description>Blank when empty</Description>
|
|
1387
|
+
<Type>Boolean</Type>
|
|
1388
|
+
<Default>false</Default>
|
|
1389
|
+
</Prop>
|
|
1390
|
+
</Children>
|
|
1391
|
+
</Group>
|
|
1392
|
+
</Children>
|
|
1393
|
+
</Group>
|
|
1394
|
+
<Group>
|
|
1395
|
+
<Id>idSPECIFIER_GROUP</Id>
|
|
1396
|
+
<Name>Specification</Name>
|
|
1397
|
+
<Description>Specification options</Description>
|
|
1398
|
+
<Type>Group</Type>
|
|
1399
|
+
<Children>
|
|
1400
|
+
<Group>
|
|
1401
|
+
<Id>TYPE_CHECKING_GROUP</Id>
|
|
1402
|
+
<Name>Type checking</Name>
|
|
1403
|
+
<Description>Type checking</Description>
|
|
1404
|
+
<Type>Group</Type>
|
|
1405
|
+
<Children>
|
|
1406
|
+
<Prop>
|
|
1407
|
+
<Id>TYPE_ERRORS</Id>
|
|
1408
|
+
<Name>Check type errors</Name>
|
|
1409
|
+
<Description>Check type errors</Description>
|
|
1410
|
+
<Type>Combo</Type>
|
|
1411
|
+
<Default>Yes</Default>
|
|
1412
|
+
<Values>
|
|
1413
|
+
<Value id='Yes' desc='Yes'/>
|
|
1414
|
+
<Value id='No' desc='No'/>
|
|
1415
|
+
</Values>
|
|
1416
|
+
</Prop>
|
|
1417
|
+
<Prop>
|
|
1418
|
+
<Id>STD_FUNC</Id>
|
|
1419
|
+
<Name>Standard Functions</Name>
|
|
1420
|
+
<Description>Standard Functions</Description>
|
|
1421
|
+
<Type>Combo</Type>
|
|
1422
|
+
<Default>Yes</Default>
|
|
1423
|
+
<Values>
|
|
1424
|
+
<Value id='Yes' desc='Error on non-standard functions when specifying'/>
|
|
1425
|
+
<Value id='No' desc='Allows non-standard functions when specifying'/>
|
|
1426
|
+
</Values>
|
|
1427
|
+
<Metadata>
|
|
1428
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.StandardFunctionsForEnvironmentDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1429
|
+
<Value name='FlagOnlyDefault'></Value>
|
|
1430
|
+
<Value name='FlagBuildAction'>NoActionIsRequired</Value>
|
|
1431
|
+
</Metadata>
|
|
1432
|
+
<Options>
|
|
1433
|
+
<Option type='Readonly'/>
|
|
1434
|
+
</Options>
|
|
1435
|
+
</Prop>
|
|
1436
|
+
</Children>
|
|
1437
|
+
</Group>
|
|
1438
|
+
<Group>
|
|
1439
|
+
<Id>SPC_WARNING_MESSAGES_GROUP</Id>
|
|
1440
|
+
<Name>Warning messages</Name>
|
|
1441
|
+
<Description>Configure warning messages handling options.</Description>
|
|
1442
|
+
<Type>Group</Type>
|
|
1443
|
+
<Metadata>
|
|
1444
|
+
<Value name='FlagCategories'>Output</Value>
|
|
1445
|
+
</Metadata>
|
|
1446
|
+
<Children>
|
|
1447
|
+
<Prop>
|
|
1448
|
+
<Id>SPC_WARNINGS_DISABLED</Id>
|
|
1449
|
+
<Name>Disabled warnings</Name>
|
|
1450
|
+
<Description>Type a space separated list of warning message codes you want to be disabled.</Description>
|
|
1451
|
+
<Type>Text</Type>
|
|
1452
|
+
<Dependencies>
|
|
1453
|
+
<Depend type='Default'>
|
|
1454
|
+
<Value>spc0096 spc0107 spc0142</Value>
|
|
1455
|
+
</Depend>
|
|
1456
|
+
</Dependencies>
|
|
1457
|
+
<Metadata>
|
|
1458
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DisabledWarningsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1459
|
+
</Metadata>
|
|
1460
|
+
</Prop>
|
|
1461
|
+
<Prop>
|
|
1462
|
+
<Id>SPC_WARNINGS_AS_ERRORS</Id>
|
|
1463
|
+
<Name>Warnings treated as errors</Name>
|
|
1464
|
+
<Description>Type a space separated list of warning message codes you want to be treated as errors.</Description>
|
|
1465
|
+
<Type>Text</Type>
|
|
1466
|
+
</Prop>
|
|
1467
|
+
</Children>
|
|
1468
|
+
</Group>
|
|
1469
|
+
<Prop>
|
|
1470
|
+
<Id>EXPAND_DYNAMIC_CALL</Id>
|
|
1471
|
+
<Name>Expand dynamic calls</Name>
|
|
1472
|
+
<Description>Convert dynamic calls to static calls to every possible object.</Description>
|
|
1473
|
+
<Type>Combo</Type>
|
|
1474
|
+
<Default>No</Default>
|
|
1475
|
+
<Values>
|
|
1476
|
+
<Value id='Yes' desc='Yes'/>
|
|
1477
|
+
<Value id='No' desc='No'/>
|
|
1478
|
+
</Values>
|
|
1479
|
+
<Metadata>
|
|
1480
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
1481
|
+
</Metadata>
|
|
1482
|
+
</Prop>
|
|
1483
|
+
<Prop>
|
|
1484
|
+
<Id>AutomaticPrompts</Id>
|
|
1485
|
+
<Name>Generate prompt programs</Name>
|
|
1486
|
+
<Description>Controls whether prompt objects are generated automatically or not.</Description>
|
|
1487
|
+
<Type>Combo</Type>
|
|
1488
|
+
<Values>
|
|
1489
|
+
<Value id='Yes' desc='Yes'/>
|
|
1490
|
+
<Value id='No' desc='No'/>
|
|
1491
|
+
</Values>
|
|
1492
|
+
<Metadata>
|
|
1493
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.AutomaticPromptsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1494
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
1495
|
+
</Metadata>
|
|
1496
|
+
</Prop>
|
|
1497
|
+
</Children>
|
|
1498
|
+
</Group>
|
|
1499
|
+
<Group>
|
|
1500
|
+
<Id>BuildGroup</Id>
|
|
1501
|
+
<Name>Build Process</Name>
|
|
1502
|
+
<Type>Group</Type>
|
|
1503
|
+
<Children>
|
|
1504
|
+
<Prop>
|
|
1505
|
+
<Id>Compiler</Id>
|
|
1506
|
+
<Name>Compiler Path</Name>
|
|
1507
|
+
<Type>Custom</Type>
|
|
1508
|
+
<CustomType>Artech.Genexus.Common.CustomTypes.ExeFileType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
1509
|
+
<Metadata>
|
|
1510
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DotNetCompilerDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1511
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.CompilerPathValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
1512
|
+
<Value name='FlagStoreValueByUser'></Value>
|
|
1513
|
+
<Value name='FlagExport'>false</Value>
|
|
1514
|
+
<Value name='FlagBuildAction'>RebuildAll</Value>
|
|
1515
|
+
</Metadata>
|
|
1516
|
+
</Prop>
|
|
1517
|
+
<Group>
|
|
1518
|
+
<Name>Advanced</Name>
|
|
1519
|
+
<Type>Group</Type>
|
|
1520
|
+
<Children>
|
|
1521
|
+
<Prop>
|
|
1522
|
+
<Id>CSHARP_COMPILER_FLAGS</Id>
|
|
1523
|
+
<Name>Compiler flags</Name>
|
|
1524
|
+
<Description>Compiler flags</Description>
|
|
1525
|
+
<Type>Text</Type>
|
|
1526
|
+
<Dependencies>
|
|
1527
|
+
<Depend type='Not Show'>
|
|
1528
|
+
<Cond>context(PROTOTYPE_BUILD) == MSBUILD</Cond>
|
|
1529
|
+
<Condition>
|
|
1530
|
+
<Expression>
|
|
1531
|
+
<Type>Comparison</Type>
|
|
1532
|
+
<Operator>Equal</Operator>
|
|
1533
|
+
<PropName source='context'>PROTOTYPE_BUILD</PropName>
|
|
1534
|
+
<Value>MSBUILD</Value>
|
|
1535
|
+
</Expression>
|
|
1536
|
+
</Condition>
|
|
1537
|
+
</Depend>
|
|
1538
|
+
</Dependencies>
|
|
1539
|
+
</Prop>
|
|
1540
|
+
<Prop>
|
|
1541
|
+
<Id>ReorganizationOptions</Id>
|
|
1542
|
+
<Name>Reorganization Options</Name>
|
|
1543
|
+
<Type>Text</Type>
|
|
1544
|
+
<Default>-nogui</Default>
|
|
1545
|
+
</Prop>
|
|
1546
|
+
<Prop>
|
|
1547
|
+
<Id>CreateDataBaseOptions</Id>
|
|
1548
|
+
<Name>Create Database Options</Name>
|
|
1549
|
+
<Type>Text</Type>
|
|
1550
|
+
<Default>-nogui -noverifydatabaseschema</Default>
|
|
1551
|
+
</Prop>
|
|
1552
|
+
</Children>
|
|
1553
|
+
</Group>
|
|
1554
|
+
</Children>
|
|
1555
|
+
</Group>
|
|
1556
|
+
</Children>
|
|
1557
|
+
</Group>
|
|
1558
|
+
</Object>
|
|
1559
|
+
</Content>
|