CodeS-SourceS Files, codes sources databaseCodeS-SourceS is host by Frontier.fr
Find a code source file :
   

Version Française - English Version
Home > 

C#

 > 

EXTENSION DES LISTES GÉNÉRIQUES (DESIGN PATTERN "DECORATEUR")

 > 

MainForm.resx


EXTENSION DES LISTES GÉNÉRIQUES (DESIGN PATTERN "DECORATEUR")

MainForm.resx


Informations about this code source

Code Source EXTENSION DES LISTES GÉNÉRIQUES (DESIGN PATTERN "DECORATEUR")
Author yoannd
File MainForm.resx en C# / C#.NET
Published 01/10/2007
Updated date 02/10/2007

 

File : MainForm.resx

Lines of code : 120 lines


Show this file in fullscreen
  • <?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>


Files listed in the ZIP file

FileSize
AssemblyInfo.cs1,06 KB
EventList.csproj1,81 KB
EventList.sln836 B
EvtList.cs12,69 KB
MainForm.cs2,46 KB
MainForm.Designer.cs2,77 KB
MainForm.resx5,68 KB
Program.cs456 B

To download the full zip, please visit this page (French)
Download EXTENSION DES LISTES GÉNÉRIQUES (DESIGN PATTERN "DECORATEUR")


Sources including a ZIP by the same author


  • C# / C#.NET Pixel shader - création, utilisation, et binding
    Ce code a pour but de montrer comment créer un pixel shader, et comment l'utiliser dans une application wpf (ou silverlight). Tout d'abor...
    Language : C# / C#.NET, posted @ 13/01/2010 by yoannd

  • C# / C#.NET Création et envoi de fichiers zippés
    Ce petit prog fait en wpf permet de zipper le contenu d'un dossier en excluant les fichiers binaires si on le souhaite. le fichier zippé pe...
    Language : C# / C#.NET, posted @ 25/02/2008 by yoannd

  • C# / C#.NET Les références faibles
    Il arrive parfois qu'il faille faire un choix entre performances, et consommation mémoire. Les références faibles sont justement ici pour no...
    Language : C# / C#.NET, posted @ 02/10/2007 by yoannd

  • C# / C#.NET Un peu de 3d avec xaml et blender
    Voila, j'avais envie de m'amuser un peu. J'ai fait un petit mesh en 3D avec Blender. Rien de bien compliqué, pour ceux qui connaissent, j'a...
    Language : C# / C#.NET, posted @ 13/02/2007 by yoannd

  • C# / C#.NET Quelques effets en xaml
    Ceci est une petite source sans prétention qui a pour but de vous montrer quelque unes des possibilités offertes par les animations en XAML....
    Language : C# / C#.NET, posted @ 06/02/2007 by yoannd

More...


Last posted sources with the same language


  • C# / C#.NET Inet radio
    Application permettant d'écouter la radio via internet. Cette application contient des chaînes radio françaises et une seule chaîne étrangèr...
    Language : C# / C#.NET, posted @ 08/09/2010 by yousee

  • C# / C#.NET Usercontrol planning / semaine / journée
    Il n'existe pas d'usercontrol de style calendrier (planing) permettant le pointage de redez-vous sur plusieur journée, de plus les pointage...
    Language : C# / C#.NET, posted @ 06/09/2010 by yohan49

  • C# / C#.NET Cryptography v2
    Le même que dans la version 1 mais à une petite difference près, celui-ci ajoute salt au premier choix des passwords
    Language : C# / C#.NET, posted @ 16/08/2010 by DanMor498

  • C# / C#.NET Liste des tâches (ressources) - microsoft project 2010
    Ce code permet de récupérer en C#, les tâches ainsi que ses ressources d'un projet dans Microsoft Project 2010. Les tâches manuelles n'exist...
    Language : C# / C#.NET, posted @ 10/08/2010 by kichou86

  • C# / C#.NET Explorateur de registre windows
    Explorateur de Registre Windows version 0.9.8.10 - release (août 2010) Utilise .Net Framework 3.5 Testé sous Windows 7 uniquement, ma...
    Language : C# / C#.NET, posted @ 09/08/2010 by thebestdrummer

More...





Logiciels à télécharger...

  • Microsoft Office (2010)
    Microsoft Office (2010)
    Microsoft Office 2010 offre de nouveaux moyens flexibles et puissants pour optimiser votre travail, au bureau, à la maison ou à l'école. Créez des rapports et des présentations d'exception avec des...
  • SeaMonkey (2.0.7) [Gratuit / Freeware]
    SeaMonkey (2.0.7) [Gratuit / Freeware]
    Le projet SeaMonkey est issu d'un effort communautaire pour developper une application tout en un autour de l'internet. Cela comprend un navigateur, un editeur html, un client irc, un client e-mail...
  • Safari (5.0.2) [Gratuit / Freeware]
    Safari (5.0.2) [Gratuit / Freeware]
    Le navigateur d'Apple a lui aussi été mis à jour, aussi bien dans sa mouture Windows que celle pour Mac OS X. il n'est pas forcément question ici de colmatage de brèche, mais plutôt de trois modificat...

Survey...

Le top des photos

Photo Village en OmbriePhoto moulin de mon enfance
Photo ciel d'oragePhoto toits
 

Développement réalisé par Nicolas SOREL (Nix) et Emmanuel (EBArtSoft) avec l'aide de Cyril DURAND, Merci à Vincent pour ses précieux conseils
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés
Temps d'éxécution de la page : 0,42 sec