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,388 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='SINGLEIMAGE' 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
|
+
<Metadata>
|
|
15
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.ObjectNameAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
16
|
+
<Value name='ShouldSerialize'>true</Value>
|
|
17
|
+
<Value name='FlagSpecificable'></Value>
|
|
18
|
+
<Value name='FlagSpecificationName'>ObjName</Value>
|
|
19
|
+
<Value name='FlagAssertSDTProperty'></Value>
|
|
20
|
+
<Value name='FlagDeklarit'></Value>
|
|
21
|
+
</Metadata>
|
|
22
|
+
<Options>
|
|
23
|
+
<Option type='Required'/>
|
|
24
|
+
<Option type="Don't serialize"/>
|
|
25
|
+
</Options>
|
|
26
|
+
</Prop>
|
|
27
|
+
<Prop>
|
|
28
|
+
<Id>ObjDesc</Id>
|
|
29
|
+
<Name>Description</Name>
|
|
30
|
+
<Description>Describe the content or purpose of the element</Description>
|
|
31
|
+
<Alias>Description</Alias>
|
|
32
|
+
<Type>Text</Type>
|
|
33
|
+
<Dependencies>
|
|
34
|
+
<Depend type='On Change'>
|
|
35
|
+
<Cond>onChange(ObjName)</Cond>
|
|
36
|
+
<Condition>
|
|
37
|
+
<Expression>
|
|
38
|
+
<Type>OnChange</Type>
|
|
39
|
+
<PropName>ObjName</PropName>
|
|
40
|
+
</Expression>
|
|
41
|
+
</Condition>
|
|
42
|
+
</Depend>
|
|
43
|
+
</Dependencies>
|
|
44
|
+
<Metadata>
|
|
45
|
+
<Value name='customDefaultResolver'>Artech.Architecture.Common.Resolvers.ObjectDescriptionResolver, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
46
|
+
<Value name='ShouldSerialize'>true</Value>
|
|
47
|
+
<Value name='FlagSpecificable'></Value>
|
|
48
|
+
<Value name='FlagSpecificationName'>ObjDesc</Value>
|
|
49
|
+
<Value name='FlagAssertSDTProperty'></Value>
|
|
50
|
+
<Value name='FlagDeklarit'></Value>
|
|
51
|
+
</Metadata>
|
|
52
|
+
<Options>
|
|
53
|
+
<Option type="Don't serialize"/>
|
|
54
|
+
<Option type='Dyn Default'/>
|
|
55
|
+
</Options>
|
|
56
|
+
</Prop>
|
|
57
|
+
</Children>
|
|
58
|
+
</Group>
|
|
59
|
+
<Group>
|
|
60
|
+
<Name>SINGLEIMAGE</Name>
|
|
61
|
+
<Type>Main</Type>
|
|
62
|
+
<Children>
|
|
63
|
+
<Prop>
|
|
64
|
+
<Id>IsExternalImage</Id>
|
|
65
|
+
<Name>Is External</Name>
|
|
66
|
+
<Type>Boolean</Type>
|
|
67
|
+
<Default>false</Default>
|
|
68
|
+
<Metadata>
|
|
69
|
+
<Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.SingleImageIsExternalReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
70
|
+
</Metadata>
|
|
71
|
+
</Prop>
|
|
72
|
+
<Prop>
|
|
73
|
+
<Id>ThemeReference</Id>
|
|
74
|
+
<Name>Theme</Name>
|
|
75
|
+
<Type>Custom</Type>
|
|
76
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
77
|
+
<Metadata>
|
|
78
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=C804FDBD-7C0B-440d-8527-4316C92649A6,AllowedType=78b3fa0e-174c-4b2b-8716-718167a428b5,AllowNone=true,NoneText=Any),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
79
|
+
<Value name='FlagExport'>false</Value>
|
|
80
|
+
<Value name='FlagDisplayName'>Style</Value>
|
|
81
|
+
</Metadata>
|
|
82
|
+
</Prop>
|
|
83
|
+
<Prop>
|
|
84
|
+
<Id>LanguageReference</Id>
|
|
85
|
+
<Name>Language</Name>
|
|
86
|
+
<Type>Custom</Type>
|
|
87
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
88
|
+
<Metadata>
|
|
89
|
+
<Value name='CustomAttribute'>Artech.Architecture.Common.Objects.KBObjectReferenceSettingsAttribute(AllowedType=88313F43-5EB2-0000-0028-E8D9F5BF9588,AllowNone=true,NoneText=Any),Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
90
|
+
<Value name='FlagExport'>false</Value>
|
|
91
|
+
</Metadata>
|
|
92
|
+
</Prop>
|
|
93
|
+
<Prop>
|
|
94
|
+
<Id>Density</Id>
|
|
95
|
+
<Name>Density</Name>
|
|
96
|
+
<Type>Combo</Type>
|
|
97
|
+
<Default></Default>
|
|
98
|
+
<Values>
|
|
99
|
+
<Value id='' desc='Unknown'/>
|
|
100
|
+
<Value id='_0.75x' desc='75% (ldpi Android, .75x Web)'/>
|
|
101
|
+
<Value id='_1x' desc='100% (mdpi Android, 1x iOS, 1x Web)'/>
|
|
102
|
+
<Value id='_1.25x' desc='125% (1.25x Web)'/>
|
|
103
|
+
<Value id='_1.5x' desc='150% (hdpi Android, 1.5x Web)'/>
|
|
104
|
+
<Value id='_2x' desc='200% (xhdpi Android, 2x iOS, 2x Web)'/>
|
|
105
|
+
<Value id='_3x' desc='300% (xxhdpi Android, 3x iOS, 3x Web)'/>
|
|
106
|
+
<Value id='_4x' desc='400% (xxxhdpi Android, 4x Web)'/>
|
|
107
|
+
</Values>
|
|
108
|
+
</Prop>
|
|
109
|
+
<Prop>
|
|
110
|
+
<Id>Layer</Id>
|
|
111
|
+
<Name>Layer</Name>
|
|
112
|
+
<Description>Specifies the layer for a multilayer image. It is used to generate the adaptive icon for the Android Application Icon.</Description>
|
|
113
|
+
<Type>Combo</Type>
|
|
114
|
+
<Default></Default>
|
|
115
|
+
<Values>
|
|
116
|
+
<Value id='' desc='None'/>
|
|
117
|
+
<Value id='background' desc='Background'/>
|
|
118
|
+
<Value id='middle' desc='Middle'/>
|
|
119
|
+
<Value id='foreground' desc='Foreground'/>
|
|
120
|
+
</Values>
|
|
121
|
+
</Prop>
|
|
122
|
+
<Prop>
|
|
123
|
+
<Id>RenderingMode</Id>
|
|
124
|
+
<Name>Rendering Mode</Name>
|
|
125
|
+
<Description>Specifies the rendering mode for the image (iOS7). Automatic = Use the default rendering mode for the context where the image is used. Original = Always draw the original image, without treating it as a template. Template = Always draw the image as a template image, ignoring its color information.</Description>
|
|
126
|
+
<Type>Combo</Type>
|
|
127
|
+
<Default>automatic</Default>
|
|
128
|
+
<Values>
|
|
129
|
+
<Value id='automatic' desc='Automatic'/>
|
|
130
|
+
<Value id='original' desc='Original'/>
|
|
131
|
+
<Value id='template' desc='Template'/>
|
|
132
|
+
</Values>
|
|
133
|
+
</Prop>
|
|
134
|
+
<Prop>
|
|
135
|
+
<Id>FlipsForRightToLeft</Id>
|
|
136
|
+
<Name>Flips for Right to Left</Name>
|
|
137
|
+
<Description>Indicates whether the image should be flipped in a right-to-left layout.</Description>
|
|
138
|
+
<Type>Boolean</Type>
|
|
139
|
+
<Default>false</Default>
|
|
140
|
+
</Prop>
|
|
141
|
+
<Prop>
|
|
142
|
+
<Id>ImageOriginalFullPath</Id>
|
|
143
|
+
<Name>Source</Name>
|
|
144
|
+
<Type>Text</Type>
|
|
145
|
+
<Dependencies>
|
|
146
|
+
<Depend type='Readonly'>
|
|
147
|
+
<Cond>value(IsExternalImage) == false</Cond>
|
|
148
|
+
<Condition>
|
|
149
|
+
<Expression>
|
|
150
|
+
<Type>Comparison</Type>
|
|
151
|
+
<Operator>Equal</Operator>
|
|
152
|
+
<PropName>IsExternalImage</PropName>
|
|
153
|
+
<Value>false</Value>
|
|
154
|
+
</Expression>
|
|
155
|
+
</Condition>
|
|
156
|
+
</Depend>
|
|
157
|
+
</Dependencies>
|
|
158
|
+
</Prop>
|
|
159
|
+
<Prop>
|
|
160
|
+
<Id>ScalableImage</Id>
|
|
161
|
+
<Name>Scalable Image</Name>
|
|
162
|
+
<Type>Boolean</Type>
|
|
163
|
+
<Metadata>
|
|
164
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.SingleImageNinePatchDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
165
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.SingleImageNinePatchVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
166
|
+
</Metadata>
|
|
167
|
+
<Options>
|
|
168
|
+
<Option type='Readonly'/>
|
|
169
|
+
</Options>
|
|
170
|
+
</Prop>
|
|
171
|
+
<Group hidden='1'>
|
|
172
|
+
<Id>ScalableImageGroup</Id>
|
|
173
|
+
<Name>Scalable Image</Name>
|
|
174
|
+
<Type>Group</Type>
|
|
175
|
+
<Options>
|
|
176
|
+
<Option type='Not Show'/>
|
|
177
|
+
</Options>
|
|
178
|
+
<Children>
|
|
179
|
+
<Prop hidden='1'>
|
|
180
|
+
<Id>ScalableArea</Id>
|
|
181
|
+
<Name>Scalable Area</Name>
|
|
182
|
+
<Description>Distance, in pixels, from the edge of the image to the scalable area.</Description>
|
|
183
|
+
<Type>Custom</Type>
|
|
184
|
+
<CustomType>Artech.Genexus.Common.Objects.Themes.CustomTypes.MultipleScalableAreaType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
185
|
+
<Dependencies>
|
|
186
|
+
<Depend type='On Change'>
|
|
187
|
+
<Cond>onChange(ScalableArea)</Cond>
|
|
188
|
+
<Condition>
|
|
189
|
+
<Expression>
|
|
190
|
+
<Type>OnChange</Type>
|
|
191
|
+
<PropName>ScalableArea</PropName>
|
|
192
|
+
</Expression>
|
|
193
|
+
</Condition>
|
|
194
|
+
</Depend>
|
|
195
|
+
<Depend type='On Change'>
|
|
196
|
+
<Cond>onChange(ScalableAreaTop)</Cond>
|
|
197
|
+
<Condition>
|
|
198
|
+
<Expression>
|
|
199
|
+
<Type>OnChange</Type>
|
|
200
|
+
<PropName>ScalableAreaTop</PropName>
|
|
201
|
+
</Expression>
|
|
202
|
+
</Condition>
|
|
203
|
+
</Depend>
|
|
204
|
+
<Depend type='On Change'>
|
|
205
|
+
<Cond>onChange(ScalableAreaLeft)</Cond>
|
|
206
|
+
<Condition>
|
|
207
|
+
<Expression>
|
|
208
|
+
<Type>OnChange</Type>
|
|
209
|
+
<PropName>ScalableAreaLeft</PropName>
|
|
210
|
+
</Expression>
|
|
211
|
+
</Condition>
|
|
212
|
+
</Depend>
|
|
213
|
+
<Depend type='On Change'>
|
|
214
|
+
<Cond>onChange(ScalableAreaRight)</Cond>
|
|
215
|
+
<Condition>
|
|
216
|
+
<Expression>
|
|
217
|
+
<Type>OnChange</Type>
|
|
218
|
+
<PropName>ScalableAreaRight</PropName>
|
|
219
|
+
</Expression>
|
|
220
|
+
</Condition>
|
|
221
|
+
</Depend>
|
|
222
|
+
<Depend type='On Change'>
|
|
223
|
+
<Cond>onChange(ScalableAreaBottom)</Cond>
|
|
224
|
+
<Condition>
|
|
225
|
+
<Expression>
|
|
226
|
+
<Type>OnChange</Type>
|
|
227
|
+
<PropName>ScalableAreaBottom</PropName>
|
|
228
|
+
</Expression>
|
|
229
|
+
</Condition>
|
|
230
|
+
</Depend>
|
|
231
|
+
</Dependencies>
|
|
232
|
+
<Metadata>
|
|
233
|
+
<Value name='FlagNoParent'></Value>
|
|
234
|
+
<Value name='FlagSilentReset'></Value>
|
|
235
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.CompositeTypeAfterSetValueHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
236
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.MultipleScalableAreaDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
237
|
+
</Metadata>
|
|
238
|
+
</Prop>
|
|
239
|
+
<Prop hidden='1'>
|
|
240
|
+
<Id>ScalableAreaTop</Id>
|
|
241
|
+
<Name>Scalable Area Top</Name>
|
|
242
|
+
<Description>Distance, in pixels, from the top edge of the image to the scalable area.</Description>
|
|
243
|
+
<Type>Integer</Type>
|
|
244
|
+
<Metadata>
|
|
245
|
+
<Value name='customVisibleResolver'>Artech.Common.Properties.Resolvers.IsDebugVisibleResolver, Artech.Common.Properties, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
246
|
+
</Metadata>
|
|
247
|
+
</Prop>
|
|
248
|
+
<Prop hidden='1'>
|
|
249
|
+
<Id>ScalableAreaLeft</Id>
|
|
250
|
+
<Name>Scalable Area Left</Name>
|
|
251
|
+
<Description>Distance, in pixels, from the left edge of the image to the scalable area.</Description>
|
|
252
|
+
<Type>Integer</Type>
|
|
253
|
+
<Metadata>
|
|
254
|
+
<Value name='customVisibleResolver'>Artech.Common.Properties.Resolvers.IsDebugVisibleResolver, Artech.Common.Properties, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
255
|
+
</Metadata>
|
|
256
|
+
</Prop>
|
|
257
|
+
<Prop hidden='1'>
|
|
258
|
+
<Id>ScalableAreaRight</Id>
|
|
259
|
+
<Name>Scalable Area Right</Name>
|
|
260
|
+
<Description>Distance, in pixels, from the right edge of the image to the scalable area.</Description>
|
|
261
|
+
<Type>Integer</Type>
|
|
262
|
+
<Metadata>
|
|
263
|
+
<Value name='customVisibleResolver'>Artech.Common.Properties.Resolvers.IsDebugVisibleResolver, Artech.Common.Properties, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
264
|
+
</Metadata>
|
|
265
|
+
</Prop>
|
|
266
|
+
<Prop hidden='1'>
|
|
267
|
+
<Id>ScalableAreaBottom</Id>
|
|
268
|
+
<Name>Scalable Area Bottom</Name>
|
|
269
|
+
<Description>Distance, in pixels, from the bottom edge of the image to the scalable area.</Description>
|
|
270
|
+
<Type>Integer</Type>
|
|
271
|
+
<Metadata>
|
|
272
|
+
<Value name='customVisibleResolver'>Artech.Common.Properties.Resolvers.IsDebugVisibleResolver, Artech.Common.Properties, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
273
|
+
</Metadata>
|
|
274
|
+
</Prop>
|
|
275
|
+
<Prop hidden='1'>
|
|
276
|
+
<Id>FillArea</Id>
|
|
277
|
+
<Name>Fill Area</Name>
|
|
278
|
+
<Description>Distance, in pixels, from the edge of the image to the fill area.</Description>
|
|
279
|
+
<Type>Custom</Type>
|
|
280
|
+
<CustomType>Artech.Genexus.Common.Objects.Themes.CustomTypes.MultipleFillAreaType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
281
|
+
<Dependencies>
|
|
282
|
+
<Depend type='On Change'>
|
|
283
|
+
<Cond>onChange(FillArea)</Cond>
|
|
284
|
+
<Condition>
|
|
285
|
+
<Expression>
|
|
286
|
+
<Type>OnChange</Type>
|
|
287
|
+
<PropName>FillArea</PropName>
|
|
288
|
+
</Expression>
|
|
289
|
+
</Condition>
|
|
290
|
+
</Depend>
|
|
291
|
+
<Depend type='On Change'>
|
|
292
|
+
<Cond>onChange(FillAreaTop)</Cond>
|
|
293
|
+
<Condition>
|
|
294
|
+
<Expression>
|
|
295
|
+
<Type>OnChange</Type>
|
|
296
|
+
<PropName>FillAreaTop</PropName>
|
|
297
|
+
</Expression>
|
|
298
|
+
</Condition>
|
|
299
|
+
</Depend>
|
|
300
|
+
<Depend type='On Change'>
|
|
301
|
+
<Cond>onChange(FillAreaLeft)</Cond>
|
|
302
|
+
<Condition>
|
|
303
|
+
<Expression>
|
|
304
|
+
<Type>OnChange</Type>
|
|
305
|
+
<PropName>FillAreaLeft</PropName>
|
|
306
|
+
</Expression>
|
|
307
|
+
</Condition>
|
|
308
|
+
</Depend>
|
|
309
|
+
<Depend type='On Change'>
|
|
310
|
+
<Cond>onChange(FillAreaRight)</Cond>
|
|
311
|
+
<Condition>
|
|
312
|
+
<Expression>
|
|
313
|
+
<Type>OnChange</Type>
|
|
314
|
+
<PropName>FillAreaRight</PropName>
|
|
315
|
+
</Expression>
|
|
316
|
+
</Condition>
|
|
317
|
+
</Depend>
|
|
318
|
+
<Depend type='On Change'>
|
|
319
|
+
<Cond>onChange(FillAreaBottom)</Cond>
|
|
320
|
+
<Condition>
|
|
321
|
+
<Expression>
|
|
322
|
+
<Type>OnChange</Type>
|
|
323
|
+
<PropName>FillAreaBottom</PropName>
|
|
324
|
+
</Expression>
|
|
325
|
+
</Condition>
|
|
326
|
+
</Depend>
|
|
327
|
+
</Dependencies>
|
|
328
|
+
<Metadata>
|
|
329
|
+
<Value name='FlagNoParent'></Value>
|
|
330
|
+
<Value name='FlagSilentReset'></Value>
|
|
331
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.CompositeTypeAfterSetValueHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
332
|
+
<Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.MultipleFillAreaDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
333
|
+
</Metadata>
|
|
334
|
+
</Prop>
|
|
335
|
+
<Prop hidden='1'>
|
|
336
|
+
<Id>FillAreaTop</Id>
|
|
337
|
+
<Name>Fill Area Top</Name>
|
|
338
|
+
<Description>Distance, in pixels, from the top edge of the image to the fill area.</Description>
|
|
339
|
+
<Type>Integer</Type>
|
|
340
|
+
<Metadata>
|
|
341
|
+
<Value name='customVisibleResolver'>Artech.Common.Properties.Resolvers.IsDebugVisibleResolver, Artech.Common.Properties, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
342
|
+
</Metadata>
|
|
343
|
+
</Prop>
|
|
344
|
+
<Prop hidden='1'>
|
|
345
|
+
<Id>FillAreaLeft</Id>
|
|
346
|
+
<Name>Fill Area Left</Name>
|
|
347
|
+
<Description>Distance, in pixels, from the left edge of the image to the fill area.</Description>
|
|
348
|
+
<Type>Integer</Type>
|
|
349
|
+
<Metadata>
|
|
350
|
+
<Value name='customVisibleResolver'>Artech.Common.Properties.Resolvers.IsDebugVisibleResolver, Artech.Common.Properties, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
351
|
+
</Metadata>
|
|
352
|
+
</Prop>
|
|
353
|
+
<Prop hidden='1'>
|
|
354
|
+
<Id>FillAreaRight</Id>
|
|
355
|
+
<Name>Fill Area Right</Name>
|
|
356
|
+
<Description>Distance, in pixels, from the right edge of the image to the fill area.</Description>
|
|
357
|
+
<Type>Integer</Type>
|
|
358
|
+
<Metadata>
|
|
359
|
+
<Value name='customVisibleResolver'>Artech.Common.Properties.Resolvers.IsDebugVisibleResolver, Artech.Common.Properties, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
360
|
+
</Metadata>
|
|
361
|
+
</Prop>
|
|
362
|
+
<Prop hidden='1'>
|
|
363
|
+
<Id>FillAreaBottom</Id>
|
|
364
|
+
<Name>Fill Area Bottom</Name>
|
|
365
|
+
<Description>Distance, in pixels, from the bottom edge of the image to the fill area.</Description>
|
|
366
|
+
<Type>Integer</Type>
|
|
367
|
+
<Metadata>
|
|
368
|
+
<Value name='customVisibleResolver'>Artech.Common.Properties.Resolvers.IsDebugVisibleResolver, Artech.Common.Properties, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
369
|
+
</Metadata>
|
|
370
|
+
</Prop>
|
|
371
|
+
</Children>
|
|
372
|
+
</Group>
|
|
373
|
+
<Prop>
|
|
374
|
+
<Id>DesignSystemOptions</Id>
|
|
375
|
+
<Name>Options</Name>
|
|
376
|
+
<Description>Specifies the design system options for the image.</Description>
|
|
377
|
+
<Type>Text</Type>
|
|
378
|
+
<Metadata>
|
|
379
|
+
<Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.DesignSystemSelectedVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
380
|
+
<Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.Valid.DesignSystemOptionsValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
381
|
+
<Value name='UITypeEditor'>Artech.Packages.Editors.Images.DesignSystemOptionsUITypeEditor, Artech.Packages.Editors.Images, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
382
|
+
<Value name='FlagOnlyDefault'>IfNotVisible</Value>
|
|
383
|
+
</Metadata>
|
|
384
|
+
</Prop>
|
|
385
|
+
</Children>
|
|
386
|
+
</Group>
|
|
387
|
+
</Object>
|
|
388
|
+
</Content>
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
2
|
+
<Content version='148598 $'>
|
|
3
|
+
<Object id='STENCIL' 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
|
+
<Metadata>
|
|
15
|
+
<Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.ObjectNameAfterSetHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
16
|
+
<Value name='ShouldSerialize'>true</Value>
|
|
17
|
+
<Value name='FlagSpecificable'></Value>
|
|
18
|
+
<Value name='FlagSpecificationName'>ObjName</Value>
|
|
19
|
+
<Value name='FlagAssertSDTProperty'></Value>
|
|
20
|
+
<Value name='FlagDeklarit'></Value>
|
|
21
|
+
</Metadata>
|
|
22
|
+
<Options>
|
|
23
|
+
<Option type='Required'/>
|
|
24
|
+
<Option type="Don't serialize"/>
|
|
25
|
+
</Options>
|
|
26
|
+
</Prop>
|
|
27
|
+
<Prop>
|
|
28
|
+
<Id>ObjDesc</Id>
|
|
29
|
+
<Name>Description</Name>
|
|
30
|
+
<Description>Describe the content or purpose of the element</Description>
|
|
31
|
+
<Alias>Description</Alias>
|
|
32
|
+
<Type>Text</Type>
|
|
33
|
+
<Dependencies>
|
|
34
|
+
<Depend type='On Change'>
|
|
35
|
+
<Cond>onChange(ObjName)</Cond>
|
|
36
|
+
<Condition>
|
|
37
|
+
<Expression>
|
|
38
|
+
<Type>OnChange</Type>
|
|
39
|
+
<PropName>ObjName</PropName>
|
|
40
|
+
</Expression>
|
|
41
|
+
</Condition>
|
|
42
|
+
</Depend>
|
|
43
|
+
</Dependencies>
|
|
44
|
+
<Metadata>
|
|
45
|
+
<Value name='customDefaultResolver'>Artech.Architecture.Common.Resolvers.ObjectDescriptionResolver, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
|
|
46
|
+
<Value name='ShouldSerialize'>true</Value>
|
|
47
|
+
<Value name='FlagSpecificable'></Value>
|
|
48
|
+
<Value name='FlagSpecificationName'>ObjDesc</Value>
|
|
49
|
+
<Value name='FlagAssertSDTProperty'></Value>
|
|
50
|
+
<Value name='FlagDeklarit'></Value>
|
|
51
|
+
</Metadata>
|
|
52
|
+
<Options>
|
|
53
|
+
<Option type="Don't serialize"/>
|
|
54
|
+
<Option type='Dyn Default'/>
|
|
55
|
+
</Options>
|
|
56
|
+
</Prop>
|
|
57
|
+
</Children>
|
|
58
|
+
</Group>
|
|
59
|
+
<Group>
|
|
60
|
+
<Name>STENCIL</Name>
|
|
61
|
+
<Type>Main</Type>
|
|
62
|
+
<Children>
|
|
63
|
+
<Prop>
|
|
64
|
+
<Id>Folder</Id>
|
|
65
|
+
<Name>Folder</Name>
|
|
66
|
+
<Description>Folder</Description>
|
|
67
|
+
<Type>Custom</Type>
|
|
68
|
+
<CustomType>Artech.Architecture.Common.Objects.KBObjectReference, Artech.Architecture.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
|
|
69
|
+
</Prop>
|
|
70
|
+
</Children>
|
|
71
|
+
</Group>
|
|
72
|
+
</Object>
|
|
73
|
+
</Content>
|