7f6241dff8f6975354a8c8eb1715f72f47427f8c.svn-base 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3. <!--
  4. Microsoft ResX Schema
  5. Version 2.0
  6. The primary goals of this format is to allow a simple XML format
  7. that is mostly human readable. The generation and parsing of the
  8. various data types are done through the TypeConverter classes
  9. associated with the data types.
  10. Example:
  11. ... ado.net/XML headers & schema ...
  12. <resheader name="resmimetype">text/microsoft-resx</resheader>
  13. <resheader name="version">2.0</resheader>
  14. <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
  15. <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
  16. <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
  17. <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
  18. <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
  19. <value>[base64 mime encoded serialized .NET Framework object]</value>
  20. </data>
  21. <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
  22. <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
  23. <comment>This is a comment</comment>
  24. </data>
  25. There are any number of "resheader" rows that contain simple
  26. name/value pairs.
  27. Each data row contains a name, and value. The row also contains a
  28. type or mimetype. Type corresponds to a .NET class that support
  29. text/value conversion through the TypeConverter architecture.
  30. Classes that don't support this are serialized and stored with the
  31. mimetype set.
  32. The mimetype is used for serialized objects, and tells the
  33. ResXResourceReader how to depersist the object. This is currently not
  34. extensible. For a given mimetype the value must be set accordingly:
  35. Note - application/x-microsoft.net.object.binary.base64 is the format
  36. that the ResXResourceWriter will generate, however the reader can
  37. read any of the formats listed below.
  38. mimetype: application/x-microsoft.net.object.binary.base64
  39. value : The object must be serialized with
  40. : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
  41. : and then encoded with base64 encoding.
  42. mimetype: application/x-microsoft.net.object.soap.base64
  43. value : The object must be serialized with
  44. : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
  45. : and then encoded with base64 encoding.
  46. mimetype: application/x-microsoft.net.object.bytearray.base64
  47. value : The object must be serialized into a byte array
  48. : using a System.ComponentModel.TypeConverter
  49. : and then encoded with base64 encoding.
  50. -->
  51. <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  52. <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
  53. <xsd:element name="root" msdata:IsDataSet="true">
  54. <xsd:complexType>
  55. <xsd:choice maxOccurs="unbounded">
  56. <xsd:element name="metadata">
  57. <xsd:complexType>
  58. <xsd:sequence>
  59. <xsd:element name="value" type="xsd:string" minOccurs="0" />
  60. </xsd:sequence>
  61. <xsd:attribute name="name" use="required" type="xsd:string" />
  62. <xsd:attribute name="type" type="xsd:string" />
  63. <xsd:attribute name="mimetype" type="xsd:string" />
  64. <xsd:attribute ref="xml:space" />
  65. </xsd:complexType>
  66. </xsd:element>
  67. <xsd:element name="assembly">
  68. <xsd:complexType>
  69. <xsd:attribute name="alias" type="xsd:string" />
  70. <xsd:attribute name="name" type="xsd:string" />
  71. </xsd:complexType>
  72. </xsd:element>
  73. <xsd:element name="data">
  74. <xsd:complexType>
  75. <xsd:sequence>
  76. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  77. <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
  78. </xsd:sequence>
  79. <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
  80. <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
  81. <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
  82. <xsd:attribute ref="xml:space" />
  83. </xsd:complexType>
  84. </xsd:element>
  85. <xsd:element name="resheader">
  86. <xsd:complexType>
  87. <xsd:sequence>
  88. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  89. </xsd:sequence>
  90. <xsd:attribute name="name" type="xsd:string" use="required" />
  91. </xsd:complexType>
  92. </xsd:element>
  93. </xsd:choice>
  94. </xsd:complexType>
  95. </xsd:element>
  96. </xsd:schema>
  97. <resheader name="resmimetype">
  98. <value>text/microsoft-resx</value>
  99. </resheader>
  100. <resheader name="version">
  101. <value>2.0</value>
  102. </resheader>
  103. <resheader name="reader">
  104. <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  105. </resheader>
  106. <resheader name="writer">
  107. <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  108. </resheader>
  109. <metadata name="officeFormAdorner.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  110. <value>17, 17</value>
  111. </metadata>
  112. <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  113. <value>58</value>
  114. </metadata>
  115. <data name="gridEX_Project_DesignTimeLayout.LayoutString" xml:space="preserve">
  116. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  117. </data>
  118. <data name="gridEX_Receiver_DesignTimeLayout.LayoutString" xml:space="preserve">
  119. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  120. </data>
  121. <data name="gridEX_InOut_DesignTimeLayout.LayoutString" xml:space="preserve">
  122. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  123. </data>
  124. <data name="gridEX_InOut_CommBoard_DesignTimeLayout.LayoutString" xml:space="preserve">
  125. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  126. </data>
  127. <data name="gridEX_InOut_IOBoard_DesignTimeLayout.LayoutString" xml:space="preserve">
  128. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  129. </data>
  130. <data name="gridEX_InOut_KeyPad_DesignTimeLayout.LayoutString" xml:space="preserve">
  131. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  132. </data>
  133. <data name="gridEX_InOut_EmergencyBroadcast_DesignTimeLayout.LayoutString" xml:space="preserve">
  134. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  135. </data>
  136. <data name="gridEX_Point_DesignTimeLayout.LayoutString" xml:space="preserve">
  137. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  138. </data>
  139. <data name="gridEX_Point_Input_DesignTimeLayout.LayoutString" xml:space="preserve">
  140. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  141. </data>
  142. <data name="gridEX_Point_Output_DesignTimeLayout.LayoutString" xml:space="preserve">
  143. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  144. </data>
  145. <data name="gridEX_Oper_DesignTimeLayout.LayoutString" xml:space="preserve">
  146. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  147. </data>
  148. <metadata name="uiPanel_WorkViewContainer_Oper_Set.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  149. <value>True</value>
  150. </metadata>
  151. <data name="gridEX_Image_DesignTimeLayout.LayoutString" xml:space="preserve">
  152. <value>&lt;GridEXLayoutData&gt;&lt;RootTable&gt;&lt;NewRowPosition&gt;BottomRow&lt;/NewRowPosition&gt;&lt;Caption&gt;Suppliers_Products&lt;/Caption&gt;&lt;AllowRemoveColumns&gt;False&lt;/AllowRemoveColumns&gt;&lt;ColumnSetRowCount&gt;1&lt;/ColumnSetRowCount&gt;&lt;GroupCondition /&gt;&lt;RepeatHeaders&gt;True&lt;/RepeatHeaders&gt;&lt;/RootTable&gt;&lt;DropDowns Collection="true" ElementName="DropDown"&gt;&lt;DropDown0 ID="Products"&gt;&lt;RootTable&gt;&lt;Columns Collection="true" ElementName="Column"&gt;&lt;Column0 ID="ProductID"&gt;&lt;AllowSize&gt;False&lt;/AllowSize&gt;&lt;Caption&gt;Product ID&lt;/Caption&gt;&lt;DataTypeCode&gt;Int32&lt;/DataTypeCode&gt;&lt;TypeNameEmptyStringValue&gt;NULL&lt;/TypeNameEmptyStringValue&gt;&lt;EmptyStringValue /&gt;&lt;DataMember&gt;ProductID&lt;/DataMember&gt;&lt;Key&gt;ProductID&lt;/Key&gt;&lt;Position&gt;0&lt;/Position&gt;&lt;Width&gt;70&lt;/Width&gt;&lt;/Column0&gt;&lt;Column1 ID="ProductName"&gt;&lt;Caption&gt;Product Name&lt;/Caption&gt;&lt;DataTypeCode&gt;String&lt;/DataTypeCode&gt;&lt;DataMember&gt;ProductName&lt;/DataMember&gt;&lt;Key&gt;ProductName&lt;/Key&gt;&lt;MaxLength&gt;40&lt;/MaxLength&gt;&lt;Position&gt;1&lt;/Position&gt;&lt;/Column1&gt;&lt;/Columns&gt;&lt;GroupCondition /&gt;&lt;/RootTable&gt;&lt;RowWithErrorsFormatStyle&gt;&lt;PredefinedStyle&gt;RowWithErrorsFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowWithErrorsFormatStyle&gt;&lt;LinkFormatStyle&gt;&lt;PredefinedStyle&gt;LinkFormatStyle&lt;/PredefinedStyle&gt;&lt;/LinkFormatStyle&gt;&lt;CardCaptionFormatStyle&gt;&lt;PredefinedStyle&gt;CardCaptionFormatStyle&lt;/PredefinedStyle&gt;&lt;/CardCaptionFormatStyle&gt;&lt;GroupByBoxFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxFormatStyle&gt;&lt;GroupByBoxInfoFormatStyle&gt;&lt;PredefinedStyle&gt;GroupByBoxInfoFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupByBoxInfoFormatStyle&gt;&lt;GroupRowFormatStyle&gt;&lt;PredefinedStyle&gt;GroupRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/GroupRowFormatStyle&gt;&lt;HeaderFormatStyle&gt;&lt;PredefinedStyle&gt;HeaderFormatStyle&lt;/PredefinedStyle&gt;&lt;/HeaderFormatStyle&gt;&lt;PreviewRowFormatStyle&gt;&lt;PredefinedStyle&gt;PreviewRowFormatStyle&lt;/PredefinedStyle&gt;&lt;/PreviewRowFormatStyle&gt;&lt;RowFormatStyle&gt;&lt;PredefinedStyle&gt;RowFormatStyle&lt;/PredefinedStyle&gt;&lt;/RowFormatStyle&gt;&lt;SelectedFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedFormatStyle&gt;&lt;SelectedInactiveFormatStyle&gt;&lt;PredefinedStyle&gt;SelectedInactiveFormatStyle&lt;/PredefinedStyle&gt;&lt;/SelectedInactiveFormatStyle&gt;&lt;WatermarkImage /&gt;&lt;Font&gt;Microsoft Sans Serif, 8.25pt&lt;/Font&gt;&lt;VisualStyle&gt;Standard&lt;/VisualStyle&gt;&lt;AllowEdit&gt;False&lt;/AllowEdit&gt;&lt;ColumnAutoResize&gt;True&lt;/ColumnAutoResize&gt;&lt;ExpandableGroups&gt;False&lt;/ExpandableGroups&gt;&lt;GroupByBoxVisible&gt;False&lt;/GroupByBoxVisible&gt;&lt;HideSelection&gt;Highlight&lt;/HideSelection&gt;&lt;Key&gt;Products&lt;/Key&gt;&lt;DisplayMember&gt;ProductName&lt;/DisplayMember&gt;&lt;ValueMember&gt;ProductID&lt;/ValueMember&gt;&lt;/DropDown0&gt;&lt;/DropDowns&gt;&lt;/GridEXLayoutData&gt;</value>
  153. </data>
  154. <metadata name="imageList_Icon_16by16.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  155. <value>555, 19</value>
  156. </metadata>
  157. <data name="imageList_Icon_16by16.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
  158. <value>
  159. AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
  160. LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
  161. ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAB+
  162. KAAAAk1TRnQBSQFMAgEBKgEAAUQBAAFEAQABDAEAAQwBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
  163. AwABMAMAAYQDAAEBAQABCAUAAcABGBgAAYACAAGAAwACgAEAAYADAAGAAQABgAEAAoACAAPAAQABwAHc
  164. AcABAAHwAcoBpgEAATMFAAEzAQABMwEAATMBAAIzAgADFgEAAxwBAAMiAQADKQEAA1UBAANNAQADQgEA
  165. AzkBAAGAAXwB/wEAAlAB/wEAAZMBAAHWAQAB/wHsAcwBAAHGAdYB7wEAAdYC5wEAAZABqQGtAgAB/wEz
  166. AwABZgMAAZkDAAHMAgABMwMAAjMCAAEzAWYCAAEzAZkCAAEzAcwCAAEzAf8CAAFmAwABZgEzAgACZgIA
  167. AWYBmQIAAWYBzAIAAWYB/wIAAZkDAAGZATMCAAGZAWYCAAKZAgABmQHMAgABmQH/AgABzAMAAcwBMwIA
  168. AcwBZgIAAcwBmQIAAswCAAHMAf8CAAH/AWYCAAH/AZkCAAH/AcwBAAEzAf8CAAH/AQABMwEAATMBAAFm
  169. AQABMwEAAZkBAAEzAQABzAEAATMBAAH/AQAB/wEzAgADMwEAAjMBZgEAAjMBmQEAAjMBzAEAAjMB/wEA
  170. ATMBZgIAATMBZgEzAQABMwJmAQABMwFmAZkBAAEzAWYBzAEAATMBZgH/AQABMwGZAgABMwGZATMBAAEz
  171. AZkBZgEAATMCmQEAATMBmQHMAQABMwGZAf8BAAEzAcwCAAEzAcwBMwEAATMBzAFmAQABMwHMAZkBAAEz
  172. AswBAAEzAcwB/wEAATMB/wEzAQABMwH/AWYBAAEzAf8BmQEAATMB/wHMAQABMwL/AQABZgMAAWYBAAEz
  173. AQABZgEAAWYBAAFmAQABmQEAAWYBAAHMAQABZgEAAf8BAAFmATMCAAFmAjMBAAFmATMBZgEAAWYBMwGZ
  174. AQABZgEzAcwBAAFmATMB/wEAAmYCAAJmATMBAANmAQACZgGZAQACZgHMAQABZgGZAgABZgGZATMBAAFm
  175. AZkBZgEAAWYCmQEAAWYBmQHMAQABZgGZAf8BAAFmAcwCAAFmAcwBMwEAAWYBzAGZAQABZgLMAQABZgHM
  176. Af8BAAFmAf8CAAFmAf8BMwEAAWYB/wGZAQABZgH/AcwBAAHMAQAB/wEAAf8BAAHMAQACmQIAAZkBMwGZ
  177. AQABmQEAAZkBAAGZAQABzAEAAZkDAAGZAjMBAAGZAQABZgEAAZkBMwHMAQABmQEAAf8BAAGZAWYCAAGZ
  178. AWYBMwEAAZkBMwFmAQABmQFmAZkBAAGZAWYBzAEAAZkBMwH/AQACmQEzAQACmQFmAQADmQEAApkBzAEA
  179. ApkB/wEAAZkBzAIAAZkBzAEzAQABZgHMAWYBAAGZAcwBmQEAAZkCzAEAAZkBzAH/AQABmQH/AgABmQH/
  180. ATMBAAGZAcwBZgEAAZkB/wGZAQABmQH/AcwBAAGZAv8BAAHMAwABmQEAATMBAAHMAQABZgEAAcwBAAGZ
  181. AQABzAEAAcwBAAGZATMCAAHMAjMBAAHMATMBZgEAAcwBMwGZAQABzAEzAcwBAAHMATMB/wEAAcwBZgIA
  182. AcwBZgEzAQABmQJmAQABzAFmAZkBAAHMAWYBzAEAAZkBZgH/AQABzAGZAgABzAGZATMBAAHMAZkBZgEA
  183. AcwCmQEAAcwBmQHMAQABzAGZAf8BAALMAgACzAEzAQACzAFmAQACzAGZAQADzAEAAswB/wEAAcwB/wIA
  184. AcwB/wEzAQABmQH/AWYBAAHMAf8BmQEAAcwB/wHMAQABzAL/AQABzAEAATMBAAH/AQABZgEAAf8BAAGZ
  185. AQABzAEzAgAB/wIzAQAB/wEzAWYBAAH/ATMBmQEAAf8BMwHMAQAB/wEzAf8BAAH/AWYCAAH/AWYBMwEA
  186. AcwCZgEAAf8BZgGZAQAB/wFmAcwBAAHMAWYB/wEAAf8BmQIAAf8BmQEzAQAB/wGZAWYBAAH/ApkBAAH/
  187. AZkBzAEAAf8BmQH/AQAB/wHMAgAB/wHMATMBAAH/AcwBZgEAAf8BzAGZAQAB/wLMAQAB/wHMAf8BAAL/
  188. ATMBAAHMAf8BZgEAAv8BmQEAAv8BzAEAAmYB/wEAAWYB/wFmAQABZgL/AQAB/wJmAQAB/wFmAf8BAAL/
  189. AWYBAAEhAQABpQEAA18BAAN3AQADhgEAA5YBAAPLAQADsgEAA9cBAAPdAQAD4wEAA+oBAAPxAQAD+AEA
  190. AfAB+wH/AQABpAKgAQADgAMAAf8CAAH/AwAC/wEAAf8DAAH/AQAB/wEAAv8CAAP/AQABtQq0AbUBxwrP
  191. Aa0YAAGsCgkBswGsCv8BtBgAAawB8QLtAfIB8AEHAfMCBwHwAbQBrAH/CRkBtBgAAawB9AHxAfAC9AHz
  192. Af8C8wH0AbQBrAoJAbMYAAGsAfQB8QHwAfQC8wH0AvMB9AG0AawE1QHUAdMB1AHTAdUBRQGLGAABrAHx
  193. AuwB8AEHAe8B8QLvAbwBtAumAccYAAGsAfMCvAHyAfEB8AHyAvEB8gG0AawK/wG0GAABrAHzAQcBvALx
  194. AfAB8QLwAfIBtAGsAf8IGQH0AbQYAAGsAfAB7AHrAQcB7wH3AbwC9wEHAbQBrAr/AbQYAAGsARkICQEZ
  195. AbMBrASzAqwBswGsAbMBrgGtGAABsgEJCLsB3AGzAawEswKsAbMBrAGzAa4BrRgAAbMKsgGzJAAB9wpr
  196. AZEBAALwBLwCBwG8AfABAAHvCvcB7wH3BGYGhgHPAWUFawJlA2sBZQEAAvAB8QHyAfMB9AHDAfIBBwG8
  197. AfAB7ArwAfcEZgiGAWUCawNlAWYBbAFlAmsBZQEAAfAB8gHzAfQBGgJZAeUB8gEHAbwB7AP/AbQBiwG1
  198. BP8B7wNmAYYC/wGGAv8DhgFrAYoBiwKuAZEC/wH3AWsBigFrAfABCQHcAQkB3AEaA1kB9AHwAQcB7AH/
  199. Au8BtAG7Aa4B8QHvAQcB8AHvAmYChgL0AbwC9AOGAWsBiwG0Av8BkQH0Af8B8QGKAYsBawHwARkB1AHN
  200. AdQBGQJZAXoBGgHxAQcB7AH/Ae8B/wHyAbwB8gH/AvQB/wHvBIYC9AG8AvQDhgOLAv8BuwFrAmUBawKL
  201. AfAB8wHUAs0B3AH2AfQBwgH/AfMBvAHsAf8B7wH/AbQBiwG0Af8D9AHvBIYCvAGGArwDhgOLAZACrgGR
  202. Av8BkQKLAfEB9AEZAdUB3AEaARsCVgFXAfQBvAHsAf8C7wG0AbsBrgHwAu8BvAHvBIYC9AG8AvQDhgOL
  203. AbQC/wGLAfMB/wHxAosB8QH0Ab0BRgJHAb0BUAJWAQgBvAHsAf8B7wH/AbwBBwHwAvMB8gHzAe8EhgL0
  204. AbwC9AOGBIsC/wG1AbQBiwGzAosB8AHyAfQCIAH5AZQCeAKYAbwB7AHxAosBuwPzAvIB8wHvBIYCvAGG
  205. ArwDhgSLAbMBtAaLAQAB8QHzAW8BRgFHARYB/wH0AfMC8AHsAfACtAG1A+8B8AHxAfMB7wSGAbwB9AG8
  206. AfQBvAKGDYsBAAHwAfEB8gK9AfQB8wHxA/AB7AH0ArwG8wH0Ae8FhgHPAYYBzwOGAYsBBwGLCGYBZQH3
  207. AwAB8ALxA/ADAAHtCuwB7QEACYYCiwEHCpgB7wF0ClMBMgG8Ae8IBwHvAQcB8AEHArwEBwK8AQcBvAEA
  208. AVQBTgQIAZ0DTgGYASsCMgaaAjIBUwHvAbwC8ALxAhoB8gHwAbwBBwHwCvEB8AEAAVQBTgH/B04BmAEr
  209. ATIBmgb/AjIBUwHvAfEC8wHyAXoDMgHxAfABBwG8BPIB8AKZAbwC8gHxAQABVAFOAf8CTgFxAZ0DTgGY
  210. ASsBMgGaAf8HMgFTAe8BuwGzAdUBswG7AzgB8AHxAQcBvAHxAbwCBwF0AVgBegF5AvIB8QEAAlQB/wFU
  211. AXcB8QEIA1QBmAErATIBmgH/BTIBGgEyAVMBBwG8A7MBCQE3AXkBWAF0AfICvAHyAbsBugGzAe0BWAF6
  212. AVgB8QHyAfEBAAJUAf8BVQHCBP8BCAGYAUwBMgGaAf8BMgGaBP8BGgFTAQcB8QOzAbsB8QKYAQgB8wK8
  213. AfMBCAG6AbMBkQF0AnMB8AHzAfEBAAJUAf8BVAGdAf8B9AIIAZ0BmAFMATIBmgH/ATIBegOaAf8BmgFT
  214. AQcB8gEaA5QBvAE1AS8BLgO8AfMB8QH3AZIBHAFyAVABeAGYAfMB8QEAAlQB/wJUAXcBwQNUAZgBUgEy
  215. AZoB/wUyARoBMgFTAbwB8wGTASYBJQEmAfMBNAIuAZgB8AG8AvMBdAFZAUwBHAFQAngB8gHxAQACVAH/
  216. B1QBmAFTATIBmgH/BzIBUwG8AfMB8gEmAiUB4wFQAuwBcgHwAbwC9AEaAVkBTQF0AZgBvAEHAvEBAAJU
  217. BAgBnQNUAZgBUwEyAXoG/wIyAVMB8AL0AXQCTAGTAfMC9AHzAfIBvAL0AfMCmQHwAfMD9AHxAQAKWgGY
  218. AXUCMgZ6AjIBUwHxAfQC/wL0BP8B9AHyAfAB9Aj/AfQB8Q0AAXUJUwF5AfAB8grxAQAB8Am8BAABkwFv
  219. AyABbwGTAfACAAHwArwBBwLvAgcBvALwAQAC7wEABO8BBwHvAQcCAAHvAa4BrQSzAa0BiwGuAe8CAAFv
  220. ASABbwGTAW4CkwEgAW8B8AEAAfACvAFyA1YBkgK8AfABAAEHAbwB7AHtAgcB9wFtAgcB8AEAAbQD2wGN
  221. AW4BuwHcAdsBswGuAQABkwEgAbwBbQHsAfEBBwFGAiABkwIAAfABLwFXA34BVwFQAwAE8gPzAvIB8QIA
  222. AdUC3AEJAW8B+QHtAdwB2wHcAa4BAAJvAe8BvAFtAeoBFgFGAe8CbwEAAbwBVgJ+AcMB/wFXAX4BVwGY
  223. AgAB8AG0AQkBtAG1BO0B8QEHAQAB1QIJARkBkwFGAbwCCQHcAa4BAAEgAW8BuwFtAeoCRgHvAewBkwEg
  224. AQABmAFXAVwBVwEbAf8CVwFcAXgBvAEAAfQBtAEHAYsB9wTtAfIBBwEAAbQBGQH/AfQBkwFGAfIB/wEZ
  225. AQkB9wEHASABjQH/AVIBJQEgAbwB/wHsAZMBIAEAAZgCfQX/AVwBfgEIAQAB/wG0AYYBiwG1A/cB8AH0
  226. AcIBAAIJAhkBbwElAbUB3QEZAbUCBwEgAZMBUQJGAbUBGQHyAQcBbgEgAQABmAFXAX0BwwH2Af8BGwHD
  227. AX4BeAEIAQAB8AHyAvEBwgT0AfMB8AEAAfABCQGRAZkCdAFSAe0BrgEHAQABBwFGAZMBaAFGAfcB8wH0
  228. AQkB/wGTAW8BAAEIAVYBmQGfAcMB/wF4AZ8BmAFzAfABAAG8AfABcQHvAZ0B9AOYAe8BBwIAApkEmgF5
  229. AUoB7wIAAZMCIAH3AfMB/wHwAQkB9wEgAZMCAAFXApgDeAGYAS4BCAMAAfIDcQH/BPMB8gIAAZMGmgFS
  230. Ae0DAAFvASADkwJuASABbwQAAVcEeAGXAZgEAAHyCPQB8QIAAZMDwwEaApoBdAHvBAABkwFvAyABbwGT
  231. BgABmQOYAQgFAAHwB/EC8AIAAbwBkwH0AfYBwwEaAXoB7AHwBwABkyAAAbwBdAKaAXQBHAMAAfAD8QEH
  232. Ae8BBwTxAfAC/wEbAhoCCAKZARoBGwH/AwABBwHsAbwB7AHtAW4BcwHwBQAB8AG8AfAFAAHwBP8B8AFZ
  233. AZoD/wHyAf8B9AGZA6AB5QF6AlkBeQH/AQAB8AHvAewBHAGZARwB7AHrAbwB9wUAAQcB8AHvAbwB8AQA
  234. Bf8BegE4ARoC/wHyAv8BmQOgAeUBegJZAXkB/wEAAe0B8gESARwB7QESAewBSgHvArwDAAG8AW0BkgHz
  235. AQcB7wHwAwAB/wPzAvQBegE4ARoB/wHyAv8BGgH2AXkBdANSAVkBeQH/AQAB7AEcAe8B6gEVAewBbgFL
  236. AeoB9wHvAQAB8AEHAe8BvAHqAW0BBwG8Ae8BBwG8AQAB/wPzAfIB9AH2AaABWAHwAfIC/wEaAfYCmQF5
  237. AXQBUgFZAXkB/wEAAW0BRAF0AW0B7AFRAVIBSgESARMBkgEAAbwBBwG7AW0B6gHrAW0B7wHsAfEBBwEA
  238. AfMCBwG8AfID/wHzArwC/wEaAfYBRQIeASMBRQFZAXkB/wEAAewCSgHqAXQCSwHrAfIBZwHvAQABBwG1
  239. Af8BUgGZAREBvAH/AuwBkgEABP8B8gT/AZMBbwL/ARoB9gFuA28BdAGaAXkB/wEAAQcBbQEUAewBSgEU
  240. AUoB7AGSAW0DBwHyAVEBSgHsAbUBGQHyAQcB7AH3AQAB9ALwAfEB8gT/AfQB8AL/ARoB9gG8ARsCwwKa
  241. AXkB/wIAAe8B7AHtAesBcwESARQB6gHrAwcB8wGRAbUBuwH0Af8BCQH/AQcB8AEABP8F8gHzAfIC/wEa
  242. AfYBvAEaA8MB9gEbAf8EAAETAXMBmQHtAhIBkgG8BAAB9wHzAf8B8AEJAfcDAAq6AbsC/wEaAfYBvAEb
  243. AsMBmQEbAv8EAAEHAe0B6wFtAZIBbQkAAu8EAAHcCQkBvAL/AfQB/wG8AfMC9gEbA/8FAAEHAW0B6wG8
  244. GwAM/xgAAcMBeQFRAVgBGwf/BAABkgEHAmwB7AMAA/8B8wLxAfAC8QHyARkB/wcAAQcB7wEHAgABegNS
  245. AVEBGgb/AQABBwGRAbwB6wLsAe8B7AH3AewBAAL/AfIFBwHvAbQBuQEZBwAB7wH3Ae8CAAF5AVEBWAJS
  246. AVgBGgX/AQAB8gHxAe8B7AH3AfQBvAHtARIBiwH3A/8B9AHyAfEB8AG8AbQBswG7Af8HAAHsAe8DAANY
  247. AlIBUQFYAcME/wEAAQcBvAEHAesCFAHsAZIBFQGSAe0D/wHzAf8B9AH/AQkBugHcARkB/wMAAZIB7AHt
  248. AW0B7AG8AwAEWAF5AVIBUQFYARsD/wMAAe8B6wFtARMBBwHsARMB8QEAAv8BvALxAvABuwEJAfQC/wIA
  249. AesBDwIOAUMBEAH3AwACWAFRAXoBGwF0AVIBUQFYA/8DAAHvAesBbQFmAbwB7QHqAgAB/wHyAe8B9AP/
  250. AbwE/wIAARIBDgPxARMB7QMAAlgBUQGaAf8BwwJSAVEBeQH2Af8DAAG8AewB7QHsAfIB7wFsAgAB/wEH
  251. AvMD/wEHAfQD/wEAAe0BDwHxAvIB8wHvAREDAAHDAlgBGgL/AcMBWAFSAQMBegH2AwAB8wGSAQcBkgHz
  252. AfcBBwIAAf8BBwHzAf8B8wH0Af8BvAH0A/8BAAGSARAC8wL/Ae8BFQMAB/8BwwJSATABmQMAAf8CBwG8
  253. Af8BBwG8AgAB/wHwAfMC/wH0Af8BBwHzA/8CAAFtARUB9AL/ARQB9wMACP8BGgFRAVIBUQMAAfEB8wG1
  254. AewBbAG1AfECAAH/AfQB8QHzAv8BBwHwBP8CAAHtAW0B6gEUARIBbQHvAwAJ/wEbAVgBUQMAAQcB8QHv
  255. ApEB9wHxAgAC/wH0AfABvAHwAfMF/wMAAgcC7wEHBAAK/wHDAVgMAAz/DAABwgGXAU8BVQHCCf8B8wGU
  256. ARYCTQHjAZQBvQP/AZMBRgFvARsJ/wH2AaABegJZAXoBmgEbAv8B5ANVAU8BCAf/ARsBdQRNARcBTQHj
  257. Ab0B/wG9ASACQAFGARsH/wHDAXoGWQF6ARoB/wGXAU8EVQEIBv8BdQdNARcB4wG9ARYBIAFHAUABQQFG
  258. B/8BeghZAXoBGwVVAU8BVQHCBP8BvQEXA00BFwFNAeMBFwJNAZQB4wIXA0ABaQH0BP8BwwZZAXoDWQGa
  259. BFUBlwFVAU8BVQEbA/8BFgNNARcF4wEXAeMCFwFHAeMBbwJAAW8B9AP/AXoEWQV6AVkBegJVAU8B5AHC
  260. AZcBVQFPAVYD/wVNAeMCFgLjAU0CFwHjAUYBBwH0AW8BQQFAAZMD/wVZBXoCWQJVAU8BngH/AcICVQFP
  261. AZcB9AH/Ak0BFwFNAuMCFgLjARcBTQEWARcBRgEbAf8B9AFpAUEBQAGTAv8EWQZ6AlkBwgJVAQgC/wHC
  262. AlUBLgHkAfQBlANNARcF4wEXARYB8wHjARcD/wG9AWoBQQEgAZMB/wGaBFkFegFZAXoH/wHCAlUBLgGY
  263. Ab0BFwFNARcBTQTjARcBTQGUB/8BvQFpAUEBRgEaAcMEWQR6AlkBoAj/AQgBTwJVAf8BlANNARcBTQIX
  264. AU0BdQHzCP8BvQFGAUABaQH/AZoIWQF6AfYJ/wHCAVUBTwH/AfQBlAEXA00BFwFNARYB8wr/Ab0BRwFA
  265. Af8B9gGaBlkBegH2C/8BwgFVA/8BvQGUAk0BFgG9Df8BvQFvA/8BwwGaAlkBegHDA/8B8AG8AQcIvAHw
  266. AQAB8AK8AQcC7wIHAbwD8AEHCewBvAL/AfMBngHkAloB5AGeAcIC/wG8CnQBmQEAAfACvAFyA1YBkgK8
  267. AvABbQGSB+8B7AHvAf8BGwHkBloB5AHCAf8B8AFSCVkBmQIAAfABLwFXA34BVwFQAwAKEwHrAf8B5Aha
  268. AeQBwgEAAVIJWQGZAQABvAFWAn4BwwH/AVcBfgFXAZgCAAHxAfcC7QWSAfAB9wHCBFoCWwHkAVsCWgGe
  269. AQACUgZZAuUBmQEAAZgBVwFcAVcBGwH/AlcBXAF4AbwBAAHyAW0GEwESAfIB9wHkA1oBWwXkAVoB5AEA
  270. AlIDWQF6AXkCNAGgAXkBAAGYAn0F/wFcAX4BCAEAAf8B7AH3AZID7QGSAe8B9AHvBFoBWwXkAVsBWgEA
  271. AVIDWQHlAX4BeAI0AX4BUQEAAZgBVwF9AcMB9gH/ARsBwwF+AXgBCAEAAfABbQbsAeoB8AEHBFoG5AJb
  272. AQADUgJYAloCMwE0AS4BAAEIAVYBmQGfAcMB/wF4AZ8BmAFzAfABAAGSAUMB/wLwAQcC8AHsAe0BAAGe
  273. A1oBWwXkAVsB5AEAAVIEWQFaATwB+gIzAU8CAAFXApgDeAGYAS4BCAIAAfcBEwH/AfAB7wH3AQcB8AGS
  274. AQcBAAHCBFoE5AFbAVoBngEAAXkCegF5A5kBWgFUAQcBvAMAAVcEeAGXAZgDAALvAf8B8gEHAfcC8gHv
  275. AbwBAAH/AZ4EWgNbAVoB5AHzAQAEvAIAAQgBlwF3BgABmQOYAQgGAAH/AfQB8gHxAvMBBwIAAf8B8wGe
  276. BloB5AEbAf8bAAYHAbwCAAP/AcIBngJaAeQBwgP/BAAB8AEIBAcBCAG8AQAB8AEHAesBbQHsAZIBbQHv
  277. AfICAAG8AQcBvAHwCQAB7wGSBO0BkgHtAZIB7wG8AwAB8AFzAlgB6wHvAQcB7wEHAQAB8gHvAewB7QLs
  278. AZIC8gIAAfABvATvAQcGAAHvAe0B8AGRAZIB9wGSAe0BkQH3AbwCAAHwAXIBWAFZAfsBWQEbBAABBwHr
  279. ARUC6wESAewB7wHwAfICAAEHAe8BrQLbAbMB7wHwBAAB7wGRAf8BkQOuAZIBkQH3AbwBAAHwARwBNwFS
  280. AXQBWQGaAfEEAAG8AfMBGQHwAQcB7AHrAW0B7AHxAgABvAG0A9sBswG6AQcB8AMAAe8BkQG8Aa4B7wG8
  281. Ae0BvAGuAfcBvAEAAZkBWAFZAbwCGgYAAbwD8wEZAt0B9wHrAfECAAG8AQkC2wKzAbQBugEHAwABvAHw
  282. CbwBAAFzATgB8QH0CAAB7wL0AfMCGQHdAfcB6wHxAgABvAEJAdwCtAHvA7MBBwIAAfAI/wHzAbwB8QE3
  283. AVkC8wgAAe8B/wL0AfMCGQH3AesB8QMAAbUEtAGzAbQB2wEHAgAB8Af/AvMBvAGSATcBdAHvAfQB8QYA
  284. AfIB9wL/AfQD8wHvAW0B8QMAAfAB8QG1ArQC2wEJAQcCAAHwAfQB/wH0AvMB9APzAbwBSgF0AVEBHAHx
  285. AfIGAAH3AesBvAHwAfEB8wH0AfMB7wESAQcB8QQAAfABtAPcAa0B7wIAAfAC9ATzAvIB8wG8AW4BWAFZ
  286. AXoB8QHyBgAB6wHvBgcB9wESAe0B8AUAAbUCGQG7Au8BvAEAAfAB8wHyA/EB8wHxAbwB8QG8AXkBUwE4
  287. AXoB9AHyBgABvAMHAe8BBwLvAQcB7QEHAfAIAAHwAwcBAAHwAfEE8AHxAf8CvAIAAbwBkwEaDAABvAHv
  288. AfQBAAG8AfQPAAG8Bu8BBwQAAfEC8ALxCgAB8QEHAZgB8gYAAfABCQG1ArQBtQEHAfEDAAHxAfABBwL3
  289. Ae0B7wG8AwABvAH3A7UB7wEHAfIFAALxAQAB7wHsARABBwUAAfABtQGnAoYBpgGnAa0BtQHxAgAB8AIJ
  290. AQcC9wG1Ae8B8AIAAbUBhgKuAc8BiwGGAfEEAAH2AfEB/wEAAfcBCQFEAQcB8gEAAfMB8QEAAQkDpgFr
  291. AqYBhgGtAbQB8QEAAbwC3QG8AgkBuwHsAQcB8gH0AbUBhgLPAbwBzwGuAfIEAAHzAbwB8QEAAZIBHAFt
  292. Ae8B8QH0AZkB8AHxAa0BpgLHAkgBxwGmAYYBiwK8AQkBGQLwAbwBCAEHAbUBrgH3AbwB8AG1AbQBuwEJ
  293. Ac8BBwHyBQACvAEIARwBoAGZAW0BvAH0AbwB8QEJAccCrAGKAUgBawGsAYoBawFsAZEB7wHzAhkB8gEI
  294. AfMBGQG8Ae0B7wG1AQAB9wESAkUBrgH0BwAB8AF0AZoBwwH2AZkBcwHwAfQBAAG7AqwBgQEGAYEB0wGy
  295. AUgBAgFIAewBkQHvARUBDwENAQoBZQELAW0BkQH3AZIB9wEPASMCJAFuAfIBAAGTAwABvAHyAZkCoAH2
  296. Av8BkwEcAvMBuwGsAXABLgFwAdQC0wEGAQIBSAFxAQcB7wG8Au8C7AHvAfAB7wL3ARUBEANMAUsBvAGT
  297. AUcBFwIAAZMBmQGaAeUBoAHDAf8B9gEaAW8B8QGTARkBswFVAlYBnQHbAdMBgQECAUgB7AEAA7wC7wHt
  298. Aa8BBwG8AfABAAFDARUBUgJTAUwBmQP5ARcCAAHxAcMC5QLDAaACmQHyAQAB/wGdAVUBlwG7AQgBCQHa
  299. AbIBBgFJAQcCAAHzAfIB8QHvAQgBGgQAAewBFQFLAlIBdAEIAUcBkwEXAfkB4wEAAfIB8QLDAeUCoAGZ
  300. AvMB8QEAAQgBlwGdAQgBvAGYAXcCsgGdAfEBAAPyAfMB8QHyAfQB8QMAAfEBbQHrAfcBbQHrAfEBkwIA
  301. AeMB+QG8ARoB8QHzARoBmQF5AZkB8QEAAQgB8QEAAvABmAKdAVYBVQGzAbQB8gHxAQAB8AH0AfIB9APx
  302. BQABvAHsAesB7AHyBQABFwFSAQgCAAEbAZkBCAH0AgABmQEaAwAB/wHxA7sB8wH/BgAB8AHxBwAB8AG8
  303. Au8BBwG8AvAEAAG8AXQBUgExBVIBvAYAAgcBvAHwBAAB8QG8ATEEHAEHAbwB8AIAAZkBeQGaAZkBeQIc
  304. Ae8BBwHwAwAB8QG8AZkCWQGZAQcB8QQAAfIB8AHvAc8BiwGRAQcBwgHyAgABkwHsAVIBdAFSAnQBbgFL
  305. AQcB8QEAAQcEmgJ6AXkBUQGSAbwEAAHyAeUBUgH0BQAB8QEIAWkBrgG0AYsBrgFGAe0BBwG8AfEBdAGg
  306. AeUBXgPlAZoBdAFLAbwBAAEHAZoBmQOaA3oBeQEHBAAB8QHlAVIB8gQAAbwBtQFvAfkB9wG1AYoBtQFH
  307. AY0BkQEHAQgBdAFYAVIDeQFSAVgBeQFzAbwBAAEHAZoBkwGZA5oCegF5AQcBAAK8AQABGgFeAVIBegEA
  308. AfEBBwEAArQBUgH5ArsBiwG7AUcBCQGtAbUBCAF0AZoBoAKaAZkBGgGaARoBcwG8AQABBwF0AhwEmgF6
  309. AXkBBwEAAbwBBwEAAzgBUgGZAQcBCAHwAYoBuwF0AUEBrgGRAYUBzwFGAZIBtQHvAbwBcwEcAXkBUQFS
  310. AXQBHAGTAXQBcwG8AQABBwEcA5MCmQGaAZkBdAEHAQAB8AGZAUsB+wI4ATcBUgF5AfABAAGLAQkBdAFH
  311. AbYCCQEcAUcBBwG0AbUB3gFSAZkB7QGZAbQB5QGZAnkBmQHxAQAB7wEcAnoBdQLDAZoBmQGTAQcBAAGZ
  312. AXoBMQH7AzgBMQGZAXkBvAG0AbwCuwGTARcBtgHjAe8BtQGSAZkBtgEIARoBrAGSAa0BMAG1AewBvAHw
  313. AgABGgGgAvYBwwKaAnoBeQIHAVkBAAExAfsDOAExAQACmQEAAbUB7QGOAfkBbwEJAUEB7AHwBAABGQGs
  314. AfABtAEaAbUBCQQAAfABvAGTAVIBmgEbAZkBmgIaAbwBWQF5AZkBMQH7AzgBMQEAAXkBegEAAQkBBwGT
  315. ARoBdAH5AZQBFgH2Ab0DAAF5AbsBGgGTAfQBvAHwBgAB8AF1AXQBkwFvAZMBvAHwAgABmQF5AVMD+wFS
  316. ATEBUgGZARoBAAHxAZoBagHjAZQBdQGTAZQBvQG8AwABugEXAbsBkwHwAZMBGgcAAfEBCAGZAZMGAAJS
  317. AVECSwFSAVgBMQgAAYABdQHjAf4FAAEXAwABtgGTAwABQgFNAT4HAAE+AwABKAMAATADAAGEAwABAQEA
  318. AQEFAAEgAQQWAAP/WgABDwH/BgABCAEBBgABCAcAAQg3AAEIBwABCAcAAQ4BBwEAAQgLAAGABwABgAcA
  319. AYAHAAGABwABgAcAAYAHAAGABwABgAcAAYAHAAGABwAB/wH4AgABCAEBAgAB4AEYAQABkAEYAwABwAEI
  320. AQABgAEIAwABgAEMAQMBgAEYAwABgAEIAQEBgAEIAwABgAEIAQABgAEIBAABCAEAAYABCAQAAQgBAAGA
  321. AQgBAQMAAQgBAAGAAQwBAQIAAYABDAEBAcABDAEBAgABwAEeAQMBwAEMAQECAAHgAT8BBwHAAQwBAQIA
  322. Af0D/wH+AQcFAAHgAh8FAAGAAR8BBwIAAYACAAGAAQ4BAwIAAYACAAGAAQgDAAGAAgABgAEIAwABgAIA
  323. AYABCAMAAYACAAGABAABgAIAAcAEAAGAAgAB8AEPAQMCAAGAAgAB8AE/AecCAAGAAgAB+AF/Af8CAAH/
  324. AfABAAP/AwABDwEHAQABDwHjAwABCAEBAQABDwHjAwABCAIAAQ8B5wMAAQgCAAEOAQcDAAEOAQEBAAEM
  325. AQcDAAEOAQMBAAEMAQcDAAEOAQMBAAEIAQcDAAEOAQMBAAEIAQcDAAEOAQMBAAEMAQcDAAEOAQMBAAEM
  326. AQcDAAEOAQMBAAEOAQ8DAAEPAf8BAAEPAf9jAAEIBwABCAcAAQwBAwGABAABgAEIAQEBgAQAAYABCAEA
  327. AYAEAAGAAQgBAAGABAABgAEIAQABgAQAAYABCAEAAYABEAMAAYABDAEBAYABEAMAAYABDgEDAYABEAMA
  328. AYYBPwEHAeABMAMAA/8B4AEwAwAB8AEIAQMBDwH4AwAB4AEIAQMBAQH4AwABwAF4AQEBgAF4AwABgAF4
  329. AQEBgAE4AwABgQH4AQEBgAE4AwABhwH4AQEBgAEYAwABBwH4AQEBwAEYAwABAwHwAQEBwAEYAwABAwHw
  330. AQAB8AEYAwABAwHwAQAB+AEIAwABAwHwAQAB/wEIAQECAAGPAf8BEwH/AfgBBwIAAYMB/wEPAcABOAEH
  331. AwAB+QEPAYABGAEDAwAB8QEEAYABCAQAAfEHAAH4BgABgQH8AQEFAAEBAXAHAAEwAgABCAEBAwABGAEB
  332. AQABDAEPAwABCAEAAYABCAEHAwABwAEEAYABCAEPAgABgwHjAQwB4AI/AgABgAF4AQEB+AF4AQECAAGA
  333. ARwBAwHAARgDAAGAAg8BgAQAAYACDwUAAYACCQUAAYABCQYAAYABCAEBBQABgAEIAwABAQIAAYABAgEE
  334. AYABPAEHAgABgAEAAQQBgAEcAQcCAAHgARgBAAGAARwBBwIAAfAB/AEDAfwBPgHnAgAL
  335. </value>
  336. </data>
  337. <metadata name="visualStyleManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  338. <value>180, 17</value>
  339. </metadata>
  340. <metadata name="uiPanelManager_FrameWorkView.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
  341. <value>337, 19</value>
  342. </metadata>
  343. </root>