annotate Implab.Fx.Test/Sample/OverlayForm.resx @ 196:40d7fed4a09e

fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers.
author cin
date Mon, 29 Aug 2016 23:15:51 +0300
parents f2559580b481
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
2 <root>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
3 <!--
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
4 Microsoft ResX Schema
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
5
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
6 Version 2.0
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
7
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
8 The primary goals of this format is to allow a simple XML format
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
9 that is mostly human readable. The generation and parsing of the
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
10 various data types are done through the TypeConverter classes
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
11 associated with the data types.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
12
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
13 Example:
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
14
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
15 ... ado.net/XML headers & schema ...
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
16 <resheader name="resmimetype">text/microsoft-resx</resheader>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
17 <resheader name="version">2.0</resheader>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
18 <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
19 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
20 <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
21 <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
22 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
23 <value>[base64 mime encoded serialized .NET Framework object]</value>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
24 </data>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
26 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
27 <comment>This is a comment</comment>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
28 </data>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
29
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
30 There are any number of "resheader" rows that contain simple
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
31 name/value pairs.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
32
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
33 Each data row contains a name, and value. The row also contains a
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
34 type or mimetype. Type corresponds to a .NET class that support
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
35 text/value conversion through the TypeConverter architecture.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
36 Classes that don't support this are serialized and stored with the
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
37 mimetype set.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
38
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
39 The mimetype is used for serialized objects, and tells the
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
40 ResXResourceReader how to depersist the object. This is currently not
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
41 extensible. For a given mimetype the value must be set accordingly:
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
42
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
43 Note - application/x-microsoft.net.object.binary.base64 is the format
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
44 that the ResXResourceWriter will generate, however the reader can
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
45 read any of the formats listed below.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
46
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
47 mimetype: application/x-microsoft.net.object.binary.base64
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
48 value : The object must be serialized with
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
49 : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
50 : and then encoded with base64 encoding.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
51
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
52 mimetype: application/x-microsoft.net.object.soap.base64
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
53 value : The object must be serialized with
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
54 : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
55 : and then encoded with base64 encoding.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
56
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
57 mimetype: application/x-microsoft.net.object.bytearray.base64
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
58 value : The object must be serialized into a byte array
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
59 : using a System.ComponentModel.TypeConverter
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
60 : and then encoded with base64 encoding.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
61 -->
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
62 <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
63 <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
64 <xsd:element name="root" msdata:IsDataSet="true">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
65 <xsd:complexType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
66 <xsd:choice maxOccurs="unbounded">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
67 <xsd:element name="metadata">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
68 <xsd:complexType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
69 <xsd:sequence>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
70 <xsd:element name="value" type="xsd:string" minOccurs="0" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
71 </xsd:sequence>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
72 <xsd:attribute name="name" use="required" type="xsd:string" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
73 <xsd:attribute name="type" type="xsd:string" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
74 <xsd:attribute name="mimetype" type="xsd:string" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
75 <xsd:attribute ref="xml:space" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
76 </xsd:complexType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
77 </xsd:element>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
78 <xsd:element name="assembly">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
79 <xsd:complexType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
80 <xsd:attribute name="alias" type="xsd:string" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
81 <xsd:attribute name="name" type="xsd:string" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
82 </xsd:complexType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
83 </xsd:element>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
84 <xsd:element name="data">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
85 <xsd:complexType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
86 <xsd:sequence>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
87 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
88 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
89 </xsd:sequence>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
90 <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
91 <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
92 <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
93 <xsd:attribute ref="xml:space" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
94 </xsd:complexType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
95 </xsd:element>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
96 <xsd:element name="resheader">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
97 <xsd:complexType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
98 <xsd:sequence>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
99 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
100 </xsd:sequence>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
101 <xsd:attribute name="name" type="xsd:string" use="required" />
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
102 </xsd:complexType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
103 </xsd:element>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
104 </xsd:choice>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
105 </xsd:complexType>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
106 </xsd:element>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
107 </xsd:schema>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
108 <resheader name="resmimetype">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
109 <value>text/microsoft-resx</value>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
110 </resheader>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
111 <resheader name="version">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
112 <value>2.0</value>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
113 </resheader>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
114 <resheader name="reader">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
115 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
116 </resheader>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
117 <resheader name="writer">
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
119 </resheader>
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
120 </root>