mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-16 20:32:04 +01:00
- added missing DLL required for printing - support for channel file name as command line argument - added explorer integration option in settings menu (to register file types) - added drag/drop support to drag a file from windows explorer onto chansort to open it - added reference list for vodafone cable TV in Berlin
457 lines
20 KiB
XML
457 lines
20 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<root>
|
|
<!--
|
|
Microsoft ResX Schema
|
|
|
|
Version 2.0
|
|
|
|
The primary goals of this format is to allow a simple XML format
|
|
that is mostly human readable. The generation and parsing of the
|
|
various data types are done through the TypeConverter classes
|
|
associated with the data types.
|
|
|
|
Example:
|
|
|
|
... ado.net/XML headers & schema ...
|
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
<resheader name="version">2.0</resheader>
|
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
</data>
|
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
<comment>This is a comment</comment>
|
|
</data>
|
|
|
|
There are any number of "resheader" rows that contain simple
|
|
name/value pairs.
|
|
|
|
Each data row contains a name, and value. The row also contains a
|
|
type or mimetype. Type corresponds to a .NET class that support
|
|
text/value conversion through the TypeConverter architecture.
|
|
Classes that don't support this are serialized and stored with the
|
|
mimetype set.
|
|
|
|
The mimetype is used for serialized objects, and tells the
|
|
ResXResourceReader how to depersist the object. This is currently not
|
|
extensible. For a given mimetype the value must be set accordingly:
|
|
|
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
that the ResXResourceWriter will generate, however the reader can
|
|
read any of the formats listed below.
|
|
|
|
mimetype: application/x-microsoft.net.object.binary.base64
|
|
value : The object must be serialized with
|
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
: and then encoded with base64 encoding.
|
|
|
|
mimetype: application/x-microsoft.net.object.soap.base64
|
|
value : The object must be serialized with
|
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
: and then encoded with base64 encoding.
|
|
|
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
value : The object must be serialized into a byte array
|
|
: using a System.ComponentModel.TypeConverter
|
|
: and then encoded with base64 encoding.
|
|
-->
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
<xsd:complexType>
|
|
<xsd:choice maxOccurs="unbounded">
|
|
<xsd:element name="metadata">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
<xsd:attribute name="type" type="xsd:string" />
|
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
<xsd:attribute ref="xml:space" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="assembly">
|
|
<xsd:complexType>
|
|
<xsd:attribute name="alias" type="xsd:string" />
|
|
<xsd:attribute name="name" type="xsd:string" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="data">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
<xsd:attribute ref="xml:space" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="resheader">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:choice>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:schema>
|
|
<resheader name="resmimetype">
|
|
<value>text/microsoft-resx</value>
|
|
</resheader>
|
|
<resheader name="version">
|
|
<value>2.0</value>
|
|
</resheader>
|
|
<resheader name="reader">
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<resheader name="writer">
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<assembly alias="DevExpress.XtraEditors.v19.1" name="DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
<data name="lblWebsite.AutoSizeMode" type="DevExpress.XtraEditors.LabelAutoSizeMode, DevExpress.XtraEditors.v19.1">
|
|
<value>Vertical</value>
|
|
</data>
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
<data name="lblWebsite.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>12, 92</value>
|
|
</data>
|
|
<data name="lblWebsite.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>90, 13</value>
|
|
</data>
|
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
<data name="lblWebsite.TabIndex" type="System.Int32, mscorlib">
|
|
<value>0</value>
|
|
</data>
|
|
<data name="lblWebsite.Text" xml:space="preserve">
|
|
<value>Project website:</value>
|
|
</data>
|
|
<data name=">>lblWebsite.Name" xml:space="preserve">
|
|
<value>lblWebsite</value>
|
|
</data>
|
|
<data name=">>lblWebsite.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>lblWebsite.Parent" xml:space="preserve">
|
|
<value>$this</value>
|
|
</data>
|
|
<data name=">>lblWebsite.ZOrder" xml:space="preserve">
|
|
<value>9</value>
|
|
</data>
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
<data name="lnkDownload.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
<value>Top, Left, Right</value>
|
|
</data>
|
|
<data name="lnkDownload.EditValue" xml:space="preserve">
|
|
<value>http://github.com/PredatH0r/ChanSort</value>
|
|
<comment>@Invariant</comment></data>
|
|
<data name="lnkDownload.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>108, 90</value>
|
|
</data>
|
|
<data name="lnkDownload.Properties.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
|
<value>Transparent</value>
|
|
</data>
|
|
<data name="lnkDownload.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>205, 18</value>
|
|
</data>
|
|
<data name="lnkDownload.TabIndex" type="System.Int32, mscorlib">
|
|
<value>1</value>
|
|
</data>
|
|
<data name=">>lnkDownload.Name" xml:space="preserve">
|
|
<value>lnkDownload</value>
|
|
</data>
|
|
<data name=">>lnkDownload.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.HyperLinkEdit, DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>lnkDownload.Parent" xml:space="preserve">
|
|
<value>$this</value>
|
|
</data>
|
|
<data name=">>lnkDownload.ZOrder" xml:space="preserve">
|
|
<value>8</value>
|
|
</data>
|
|
<data name="gcPlugins.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
<value>Fill</value>
|
|
</data>
|
|
<data name="gcPlugins.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>0, 0</value>
|
|
</data>
|
|
<data name="gcPlugins.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>400, 200</value>
|
|
</data>
|
|
<data name="gcPlugins.TabIndex" type="System.Int32, mscorlib">
|
|
<value>0</value>
|
|
</data>
|
|
<data name=">>gcPlugins.Name" xml:space="preserve">
|
|
<value>gcPlugins</value>
|
|
</data>
|
|
<data name=">>gcPlugins.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name="lnkEmail.EditValue" xml:space="preserve">
|
|
<value>horst@beham.biz</value>
|
|
<comment>@Invariant</comment></data>
|
|
<data name="lnkEmail.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>108, 31</value>
|
|
</data>
|
|
<data name="lnkEmail.Properties.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
|
<value>Transparent</value>
|
|
</data>
|
|
<data name="lnkEmail.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>97, 18</value>
|
|
</data>
|
|
<data name="lnkEmail.TabIndex" type="System.Int32, mscorlib">
|
|
<value>8</value>
|
|
</data>
|
|
<data name=">>lnkEmail.Name" xml:space="preserve">
|
|
<value>lnkEmail</value>
|
|
</data>
|
|
<data name=">>lnkEmail.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.HyperLinkEdit, DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>lnkEmail.Parent" xml:space="preserve">
|
|
<value>$this</value>
|
|
</data>
|
|
<data name=">>lnkEmail.ZOrder" xml:space="preserve">
|
|
<value>7</value>
|
|
</data>
|
|
<data name="lblAuthor.AutoSizeMode" type="DevExpress.XtraEditors.LabelAutoSizeMode, DevExpress.XtraEditors.v19.1">
|
|
<value>Vertical</value>
|
|
</data>
|
|
<data name="lblAuthor.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>12, 12</value>
|
|
</data>
|
|
<data name="lblAuthor.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>90, 13</value>
|
|
</data>
|
|
<data name="lblAuthor.TabIndex" type="System.Int32, mscorlib">
|
|
<value>9</value>
|
|
</data>
|
|
<data name="lblAuthor.Text" xml:space="preserve">
|
|
<value>Program author:</value>
|
|
</data>
|
|
<data name=">>lblAuthor.Name" xml:space="preserve">
|
|
<value>lblAuthor</value>
|
|
</data>
|
|
<data name=">>lblAuthor.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>lblAuthor.Parent" xml:space="preserve">
|
|
<value>$this</value>
|
|
</data>
|
|
<data name=">>lblAuthor.ZOrder" xml:space="preserve">
|
|
<value>6</value>
|
|
</data>
|
|
<data name="lblLicense.AutoSizeMode" type="DevExpress.XtraEditors.LabelAutoSizeMode, DevExpress.XtraEditors.v19.1">
|
|
<value>Vertical</value>
|
|
</data>
|
|
<data name="lblLicense.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>12, 68</value>
|
|
</data>
|
|
<data name="lblLicense.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>90, 13</value>
|
|
</data>
|
|
<data name="lblLicense.TabIndex" type="System.Int32, mscorlib">
|
|
<value>10</value>
|
|
</data>
|
|
<data name="lblLicense.Text" xml:space="preserve">
|
|
<value>License:</value>
|
|
</data>
|
|
<data name=">>lblLicense.Name" xml:space="preserve">
|
|
<value>lblLicense</value>
|
|
</data>
|
|
<data name=">>lblLicense.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>lblLicense.Parent" xml:space="preserve">
|
|
<value>$this</value>
|
|
</data>
|
|
<data name=">>lblLicense.ZOrder" xml:space="preserve">
|
|
<value>5</value>
|
|
</data>
|
|
<data name="lnkLicense.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
<value>Top, Left, Right</value>
|
|
</data>
|
|
<data name="lnkLicense.EditValue" xml:space="preserve">
|
|
<value>GNU GPLv3</value>
|
|
<comment>@Invariant</comment></data>
|
|
<data name="lnkLicense.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>108, 66</value>
|
|
</data>
|
|
<data name="lnkLicense.Properties.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
|
<value>Transparent</value>
|
|
</data>
|
|
<data name="lnkLicense.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>338, 18</value>
|
|
</data>
|
|
<data name="lnkLicense.TabIndex" type="System.Int32, mscorlib">
|
|
<value>11</value>
|
|
</data>
|
|
<data name=">>lnkLicense.Name" xml:space="preserve">
|
|
<value>lnkLicense</value>
|
|
</data>
|
|
<data name=">>lnkLicense.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.HyperLinkEdit, DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>lnkLicense.Parent" xml:space="preserve">
|
|
<value>$this</value>
|
|
</data>
|
|
<data name=">>lnkLicense.ZOrder" xml:space="preserve">
|
|
<value>4</value>
|
|
</data>
|
|
<data name="lblCredits.AutoSizeMode" type="DevExpress.XtraEditors.LabelAutoSizeMode, DevExpress.XtraEditors.v19.1">
|
|
<value>Vertical</value>
|
|
</data>
|
|
<data name="lblCredits.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>12, 116</value>
|
|
</data>
|
|
<data name="lblCredits.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>90, 13</value>
|
|
</data>
|
|
<data name="lblCredits.TabIndex" type="System.Int32, mscorlib">
|
|
<value>12</value>
|
|
</data>
|
|
<data name="lblCredits.Text" xml:space="preserve">
|
|
<value>Credits:</value>
|
|
</data>
|
|
<data name=">>lblCredits.Name" xml:space="preserve">
|
|
<value>lblCredits</value>
|
|
</data>
|
|
<data name=">>lblCredits.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>lblCredits.Parent" xml:space="preserve">
|
|
<value>$this</value>
|
|
</data>
|
|
<data name=">>lblCredits.ZOrder" xml:space="preserve">
|
|
<value>3</value>
|
|
</data>
|
|
<data name="txtCredits.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
<value>Top, Bottom, Left, Right</value>
|
|
</data>
|
|
<data name="txtCredits.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>108, 113</value>
|
|
</data>
|
|
<data name="txtCredits.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>374, 120</value>
|
|
</data>
|
|
<data name="txtCredits.TabIndex" type="System.Int32, mscorlib">
|
|
<value>13</value>
|
|
</data>
|
|
<data name=">>txtCredits.Name" xml:space="preserve">
|
|
<value>txtCredits</value>
|
|
</data>
|
|
<data name=">>txtCredits.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.MemoEdit, DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>txtCredits.Parent" xml:space="preserve">
|
|
<value>$this</value>
|
|
</data>
|
|
<data name=">>txtCredits.ZOrder" xml:space="preserve">
|
|
<value>2</value>
|
|
</data>
|
|
<data name="btnClose.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
<value>Bottom, Left</value>
|
|
</data>
|
|
<data name="btnClose.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>12, 210</value>
|
|
</data>
|
|
<data name="btnClose.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>75, 23</value>
|
|
</data>
|
|
<data name="btnClose.TabIndex" type="System.Int32, mscorlib">
|
|
<value>14</value>
|
|
</data>
|
|
<data name="btnClose.Text" xml:space="preserve">
|
|
<value>Close</value>
|
|
</data>
|
|
<data name=">>btnClose.Name" xml:space="preserve">
|
|
<value>btnClose</value>
|
|
</data>
|
|
<data name=">>btnClose.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.SimpleButton, DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>btnClose.Parent" xml:space="preserve">
|
|
<value>$this</value>
|
|
</data>
|
|
<data name=">>btnClose.ZOrder" xml:space="preserve">
|
|
<value>1</value>
|
|
</data>
|
|
<data name="txtAuthor.Location" type="System.Drawing.Point, System.Drawing">
|
|
<value>110, 12</value>
|
|
</data>
|
|
<data name="txtAuthor.Size" type="System.Drawing.Size, System.Drawing">
|
|
<value>61, 13</value>
|
|
</data>
|
|
<data name="txtAuthor.TabIndex" type="System.Int32, mscorlib">
|
|
<value>15</value>
|
|
</data>
|
|
<data name="txtAuthor.Text" xml:space="preserve">
|
|
<value>Horst Beham</value>
|
|
<comment>@Invariant</comment></data>
|
|
<data name=">>txtAuthor.Name" xml:space="preserve">
|
|
<value>txtAuthor</value>
|
|
</data>
|
|
<data name=">>txtAuthor.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>txtAuthor.Parent" xml:space="preserve">
|
|
<value>$this</value>
|
|
</data>
|
|
<data name=">>txtAuthor.ZOrder" xml:space="preserve">
|
|
<value>0</value>
|
|
</data>
|
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<value>True</value>
|
|
</metadata>
|
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
|
<value>6, 13</value>
|
|
</data>
|
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
|
<value>494, 245</value>
|
|
</data>
|
|
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
|
|
<value>CenterParent</value>
|
|
</data>
|
|
<data name="$this.Text" xml:space="preserve">
|
|
<value>About ChanSort</value>
|
|
</data>
|
|
<data name=">>gvPlugins.Name" xml:space="preserve">
|
|
<value>gvPlugins</value>
|
|
</data>
|
|
<data name=">>gvPlugins.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>colPlugin.Name" xml:space="preserve">
|
|
<value>colPlugin</value>
|
|
</data>
|
|
<data name=">>colPlugin.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>colDisplayText.Name" xml:space="preserve">
|
|
<value>colDisplayText</value>
|
|
</data>
|
|
<data name=">>colDisplayText.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>colFileTypes.Name" xml:space="preserve">
|
|
<value>colFileTypes</value>
|
|
</data>
|
|
<data name=">>colFileTypes.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
<data name=">>$this.Name" xml:space="preserve">
|
|
<value>AboutForm</value>
|
|
</data>
|
|
<data name=">>$this.Type" xml:space="preserve">
|
|
<value>DevExpress.XtraEditors.XtraForm, DevExpress.Utils.v19.1, Version=19.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
|
</data>
|
|
</root> |