|
From: <nic...@us...> - 2014-02-21 16:11:44
|
Revision: 4760
http://sourceforge.net/p/mp-plugins/code/4760
Author: nicsergio
Date: 2014-02-21 16:11:41 +0000 (Fri, 21 Feb 2014)
Log Message:
-----------
Modified Paths:
--------------
trunk/plugins/ShortCuter&SkinEditor/Source/Common/My.Common.csproj
trunk/plugins/ShortCuter&SkinEditor/Source/MediaPortalPlugins.sln
Added Paths:
-----------
trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.Designer.cs
trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.cs
trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.resx
trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.Designer.cs
trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.cs
trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.resx
Added: trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.Designer.cs
===================================================================
--- trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.Designer.cs (rev 0)
+++ trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.Designer.cs 2014-02-21 16:11:41 UTC (rev 4760)
@@ -0,0 +1,59 @@
+namespace My.Common
+{
+ partial class Form1
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ this.skinItemsControl1 = new My.Common.SkinItemsControl();
+ this.SuspendLayout();
+ //
+ // skinItemsControl1
+ //
+ this.skinItemsControl1.Location = new System.Drawing.Point(12, 12);
+ this.skinItemsControl1.Name = "skinItemsControl1";
+ this.skinItemsControl1.Size = new System.Drawing.Size(247, 180);
+ this.skinItemsControl1.TabIndex = 0;
+ this.skinItemsControl1.Load += new System.EventHandler(this.skinItemsControl1_Load);
+ //
+ // Form1
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.Color.Red;
+ this.ClientSize = new System.Drawing.Size(284, 262);
+ this.Controls.Add(this.skinItemsControl1);
+ this.Name = "Form1";
+ this.Text = "Form1";
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private SkinItemsControl skinItemsControl1;
+ }
+}
\ No newline at end of file
Added: trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.cs
===================================================================
--- trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.cs (rev 0)
+++ trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.cs 2014-02-21 16:11:41 UTC (rev 4760)
@@ -0,0 +1,24 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Windows.Forms;
+
+namespace My.Common
+{
+ public partial class Form1 : Form
+ {
+ public Form1()
+ {
+ InitializeComponent();
+ }
+
+ private void skinItemsControl1_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
Added: trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.resx
===================================================================
--- trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.resx (rev 0)
+++ trunk/plugins/ShortCuter&SkinEditor/Source/Common/Form1.resx 2014-02-21 16:11:41 UTC (rev 4760)
@@ -0,0 +1,120 @@
+<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+</root>
\ No newline at end of file
Modified: trunk/plugins/ShortCuter&SkinEditor/Source/Common/My.Common.csproj
===================================================================
--- trunk/plugins/ShortCuter&SkinEditor/Source/Common/My.Common.csproj 2014-02-16 11:46:08 UTC (rev 4759)
+++ trunk/plugins/ShortCuter&SkinEditor/Source/Common/My.Common.csproj 2014-02-21 16:11:41 UTC (rev 4760)
@@ -35,6 +35,18 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Form1.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Form1.Designer.cs">
+ <DependentUpon>Form1.cs</DependentUpon>
+ </Compile>
+ <Compile Include="SkinItemsControl.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="SkinItemsControl.Designer.cs">
+ <DependentUpon>SkinItemsControl.cs</DependentUpon>
+ </Compile>
<Compile Include="VersionInfo.cs">
<SubType>Form</SubType>
</Compile>
@@ -113,10 +125,16 @@
</Content>
</ItemGroup>
<ItemGroup>
+ <EmbeddedResource Include="Form1.resx">
+ <DependentUpon>Form1.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Include="SkinItemsControl.resx">
+ <DependentUpon>SkinItemsControl.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="VersionInfo.resx">
<DependentUpon>VersionInfo.cs</DependentUpon>
</EmbeddedResource>
Added: trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.Designer.cs
===================================================================
--- trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.Designer.cs (rev 0)
+++ trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.Designer.cs 2014-02-21 16:11:41 UTC (rev 4760)
@@ -0,0 +1,125 @@
+namespace My.Common
+{
+ partial class SkinItemsControl
+ {
+ /// <summary>
+ /// Variabile di progettazione necessaria.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Liberare le risorse in uso.
+ /// </summary>
+ /// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Codice generato da Progettazione componenti
+
+ /// <summary>
+ /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
+ /// il contenuto del metodo con l'editor di codice.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ this.itemsTabControl = new System.Windows.Forms.TabControl();
+ this.linksTabPage = new System.Windows.Forms.TabPage();
+ this.skinLinksTreeView = new System.Windows.Forms.TreeView();
+ this.skinTabPage = new System.Windows.Forms.TabPage();
+ this.skinFilesListBox = new System.Windows.Forms.ListBox();
+ this.itemsTabControl.SuspendLayout();
+ this.linksTabPage.SuspendLayout();
+ this.skinTabPage.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // itemsTabControl
+ //
+ this.itemsTabControl.Controls.Add(this.linksTabPage);
+ this.itemsTabControl.Controls.Add(this.skinTabPage);
+ this.itemsTabControl.ItemSize = new System.Drawing.Size(74, 18);
+ this.itemsTabControl.Location = new System.Drawing.Point(0, 0);
+ this.itemsTabControl.Name = "itemsTabControl";
+ this.itemsTabControl.SelectedIndex = 0;
+ this.itemsTabControl.Size = new System.Drawing.Size(247, 573);
+ this.itemsTabControl.TabIndex = 1;
+ this.itemsTabControl.SelectedIndexChanged += new System.EventHandler(this.itemsTabControl_SelectedIndexChanged);
+ this.itemsTabControl.Click += new System.EventHandler(this.itemsTabControl_Click);
+ //
+ // linksTabPage
+ //
+ this.linksTabPage.Controls.Add(this.skinLinksTreeView);
+ this.linksTabPage.Location = new System.Drawing.Point(4, 22);
+ this.linksTabPage.Name = "linksTabPage";
+ this.linksTabPage.Padding = new System.Windows.Forms.Padding(3);
+ this.linksTabPage.Size = new System.Drawing.Size(239, 547);
+ this.linksTabPage.TabIndex = 0;
+ this.linksTabPage.Text = "Default Links";
+ this.linksTabPage.UseVisualStyleBackColor = true;
+ //
+ // skinLinksTreeView
+ //
+ this.skinLinksTreeView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(220)))), ((int)(((byte)(227)))));
+ this.skinLinksTreeView.FullRowSelect = true;
+ this.skinLinksTreeView.HideSelection = false;
+ this.skinLinksTreeView.Location = new System.Drawing.Point(1, 5);
+ this.skinLinksTreeView.Name = "skinLinksTreeView";
+ this.skinLinksTreeView.Size = new System.Drawing.Size(235, 538);
+ this.skinLinksTreeView.TabIndex = 1;
+ this.skinLinksTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.skinLinksTreeView_AfterSelect);
+ this.skinLinksTreeView.DoubleClick += new System.EventHandler(this.skinLinksTreeView_DoubleClick);
+ this.skinLinksTreeView.Enter += new System.EventHandler(this.skinLinksTreeView_Enter);
+ //
+ // skinTabPage
+ //
+ this.skinTabPage.Controls.Add(this.skinFilesListBox);
+ this.skinTabPage.Location = new System.Drawing.Point(4, 22);
+ this.skinTabPage.Name = "skinTabPage";
+ this.skinTabPage.Padding = new System.Windows.Forms.Padding(3);
+ this.skinTabPage.Size = new System.Drawing.Size(239, 547);
+ this.skinTabPage.TabIndex = 1;
+ this.skinTabPage.Text = "Skin Files";
+ this.skinTabPage.UseVisualStyleBackColor = true;
+ //
+ // skinFilesListBox
+ //
+ this.skinFilesListBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(220)))), ((int)(((byte)(227)))));
+ this.skinFilesListBox.FormattingEnabled = true;
+ this.skinFilesListBox.Location = new System.Drawing.Point(1, 5);
+ this.skinFilesListBox.Name = "skinFilesListBox";
+ this.skinFilesListBox.Size = new System.Drawing.Size(235, 537);
+ this.skinFilesListBox.TabIndex = 0;
+ this.skinFilesListBox.SelectedIndexChanged += new System.EventHandler(this.skinFilesListBox_SelectedIndexChanged);
+ this.skinFilesListBox.DoubleClick += new System.EventHandler(this.skinFilesListBox_DoubleClick);
+ this.skinFilesListBox.Enter += new System.EventHandler(this.skinFilesListBox_Enter);
+ //
+ // SkinItemsControl
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.itemsTabControl);
+ this.Name = "SkinItemsControl";
+ this.Size = new System.Drawing.Size(247, 573);
+ this.Load += new System.EventHandler(this.SkinItemsControl_Load);
+ this.SizeChanged += new System.EventHandler(this.SkinItemsControl_SizeChanged);
+ this.itemsTabControl.ResumeLayout(false);
+ this.linksTabPage.ResumeLayout(false);
+ this.skinTabPage.ResumeLayout(false);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.TabControl itemsTabControl;
+ private System.Windows.Forms.TabPage linksTabPage;
+ private System.Windows.Forms.TreeView skinLinksTreeView;
+ private System.Windows.Forms.TabPage skinTabPage;
+ private System.Windows.Forms.ListBox skinFilesListBox;
+ }
+}
Added: trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.cs
===================================================================
--- trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.cs (rev 0)
+++ trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.cs 2014-02-21 16:11:41 UTC (rev 4760)
@@ -0,0 +1,90 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Drawing;
+using System.Data;
+using System.Linq;
+using System.Text;
+using System.Windows.Forms;
+
+namespace My.Common
+{
+ public partial class SkinItemsControl : UserControl
+ {
+ public SkinItemsControl()
+ {
+ InitializeComponent();
+ }
+
+ public delegate void ItemChanged(SkinItemsType itemType, int index);
+ public event ItemChanged Enter;
+ public event ItemChanged Changed;
+
+ public enum SkinItemsType //Tipologie di azioni di modica stato
+ {
+ Links = 0, //--> reset blocco
+ Files = 1 //--> nessuna modifica (stato invariato)
+ }
+ //public event
+
+ private void SkinItemsControl_Load(object sender, EventArgs e)
+ {
+
+ }
+ private void SwitchFocus()
+ {
+ if (itemsTabControl.SelectedIndex == (int)SkinItemsType.Links)
+ skinLinksTreeView.Focus();
+ else
+ skinFilesListBox.Focus();
+ }
+
+ private void SkinItemsControl_SizeChanged(object sender, EventArgs e)
+ {
+ itemsTabControl.Size = this.Size;
+ skinLinksTreeView.Size = new Size(this.Size.Width - 12, this.Size.Height - 35);
+ skinFilesListBox.Size = new Size(this.Size.Width - 12, this.Size.Height - 35);
+
+ }
+
+ private void itemsTabControl_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ SwitchFocus();
+ }
+
+ private void itemsTabControl_Click(object sender, EventArgs e)
+ {
+ SwitchFocus();
+ }
+
+ private void skinFilesListBox_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ Changed(SkinItemsType.Files, skinFilesListBox.SelectedIndex);
+ }
+
+ private void skinFilesListBox_Enter(object sender, EventArgs e)
+ {
+ Enter(SkinItemsType.Files, skinFilesListBox.SelectedIndex);
+ }
+
+ private void skinFilesListBox_DoubleClick(object sender, EventArgs e)
+ {
+
+ }
+
+ private void skinLinksTreeView_AfterSelect(object sender, TreeViewEventArgs e)
+ {
+ Changed(SkinItemsType.Links, skinLinksTreeView.SelectedIndex);
+ }
+
+ private void skinLinksTreeView_Enter(object sender, EventArgs e)
+ {
+
+ }
+
+ private void skinLinksTreeView_DoubleClick(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
Added: trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.resx
===================================================================
--- trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.resx (rev 0)
+++ trunk/plugins/ShortCuter&SkinEditor/Source/Common/SkinItemsControl.resx 2014-02-21 16:11:41 UTC (rev 4760)
@@ -0,0 +1,120 @@
+<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+</root>
\ No newline at end of file
Modified: trunk/plugins/ShortCuter&SkinEditor/Source/MediaPortalPlugins.sln
===================================================================
--- trunk/plugins/ShortCuter&SkinEditor/Source/MediaPortalPlugins.sln 2014-02-16 11:46:08 UTC (rev 4759)
+++ trunk/plugins/ShortCuter&SkinEditor/Source/MediaPortalPlugins.sln 2014-02-21 16:11:41 UTC (rev 4760)
@@ -34,6 +34,7 @@
{4D76B200-01C9-48C6-BA04-DAF0845D56B0}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{4D76B200-01C9-48C6-BA04-DAF0845D56B0}.Debug|Any CPU.Build.0 = Release|Any CPU
{4D76B200-01C9-48C6-BA04-DAF0845D56B0}.Debug|Mixed Platforms.ActiveCfg = Release|Any CPU
+ {4D76B200-01C9-48C6-BA04-DAF0845D56B0}.Debug|Mixed Platforms.Build.0 = Release|Any CPU
{4D76B200-01C9-48C6-BA04-DAF0845D56B0}.Debug|x86.ActiveCfg = Release|Any CPU
{4D76B200-01C9-48C6-BA04-DAF0845D56B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D76B200-01C9-48C6-BA04-DAF0845D56B0}.Release|Any CPU.Build.0 = Release|Any CPU
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|