This commit is contained in:
BIN
utils/AylXML/App.ico
Normal file
BIN
utils/AylXML/App.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
58
utils/AylXML/AssemblyInfo.cs
Normal file
58
utils/AylXML/AssemblyInfo.cs
Normal file
@@ -0,0 +1,58 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
//
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
//
|
||||
[assembly: AssemblyTitle("")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("")]
|
||||
[assembly: AssemblyCopyright("")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
//
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
|
||||
[assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
//
|
||||
// In order to sign your assembly you must specify a key to use. Refer to the
|
||||
// Microsoft .NET Framework documentation for more information on assembly signing.
|
||||
//
|
||||
// Use the attributes below to control which key is used for signing.
|
||||
//
|
||||
// Notes:
|
||||
// (*) If no key is specified, the assembly is not signed.
|
||||
// (*) KeyName refers to a key that has been installed in the Crypto Service
|
||||
// Provider (CSP) on your machine. KeyFile refers to a file which contains
|
||||
// a key.
|
||||
// (*) If the KeyFile and the KeyName values are both specified, the
|
||||
// following processing occurs:
|
||||
// (1) If the KeyName can be found in the CSP, that key is used.
|
||||
// (2) If the KeyName does not exist and the KeyFile does exist, the key
|
||||
// in the KeyFile is installed into the CSP and used.
|
||||
// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
|
||||
// When specifying the KeyFile, the location of the KeyFile should be
|
||||
// relative to the project output directory which is
|
||||
// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
|
||||
// located in the project directory, you would specify the AssemblyKeyFile
|
||||
// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
|
||||
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
|
||||
// documentation for more information on this.
|
||||
//
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
[assembly: AssemblyKeyFile("")]
|
||||
[assembly: AssemblyKeyName("")]
|
||||
27
utils/AylXML/AylXML.csproj
Normal file
27
utils/AylXML/AylXML.csproj
Normal file
@@ -0,0 +1,27 @@
|
||||
<VisualStudioProject>
|
||||
<CSHARP ProjectType="Local" ProductVersion="7.10.3077" SchemaVersion="2.0" ProjectGuid="{9E4CA787-41EA-4AD8-A701-01C13021DD7B}">
|
||||
<Build>
|
||||
<Settings ApplicationIcon="App.ico" AssemblyKeyContainerName="" AssemblyName="AylXML" AssemblyOriginatorKeyFile="" DefaultClientScript="JScript" DefaultHTMLPageLayout="Grid" DefaultTargetSchema="IE50" DelaySign="false" OutputType="WinExe" PreBuildEvent="" PostBuildEvent="" RootNamespace="AylXML" RunPostBuildEvent="OnBuildSuccess" StartupObject="">
|
||||
<Config Name="Debug" AllowUnsafeBlocks="false" BaseAddress="285212672" CheckForOverflowUnderflow="false" ConfigurationOverrideFile="" DefineConstants="DEBUG;TRACE" DocumentationFile="" DebugSymbols="true" FileAlignment="4096" IncrementalBuild="false" NoStdLib="false" NoWarn="" Optimize="false" OutputPath="bin\Debug\" RegisterForComInterop="false" RemoveIntegerChecks="false" TreatWarningsAsErrors="false" WarningLevel="4" />
|
||||
<Config Name="Release" AllowUnsafeBlocks="false" BaseAddress="285212672" CheckForOverflowUnderflow="false" ConfigurationOverrideFile="" DefineConstants="TRACE" DocumentationFile="" DebugSymbols="false" FileAlignment="4096" IncrementalBuild="false" NoStdLib="false" NoWarn="" Optimize="true" OutputPath="bin\Release\" RegisterForComInterop="false" RemoveIntegerChecks="false" TreatWarningsAsErrors="false" WarningLevel="4" />
|
||||
</Settings>
|
||||
<References>
|
||||
<Reference Name="System" AssemblyName="System" HintPath="..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll" />
|
||||
<Reference Name="System.Data" AssemblyName="System.Data" HintPath="..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" />
|
||||
<Reference Name="System.Drawing" AssemblyName="System.Drawing" HintPath="..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll" />
|
||||
<Reference Name="System.Windows.Forms" AssemblyName="System.Windows.Forms" HintPath="..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll" />
|
||||
<Reference Name="System.XML" AssemblyName="System.XML" HintPath="..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" />
|
||||
<Reference Name="GZTW.AyaNova.BLL" AssemblyName="GZTW.AyaNova.BLL" HintPath="GZTW.AyaNova.BLL.dll" />
|
||||
</References>
|
||||
</Build>
|
||||
<Files>
|
||||
<Include>
|
||||
<File RelPath="App.ico" BuildAction="Content" />
|
||||
<File RelPath="AssemblyInfo.cs" SubType="Code" BuildAction="Compile" />
|
||||
<File RelPath="Form1.cs" SubType="Form" BuildAction="Compile" />
|
||||
<File RelPath="Form1.resx" DependentUpon="Form1.cs" BuildAction="EmbeddedResource" />
|
||||
</Include>
|
||||
</Files>
|
||||
</CSHARP>
|
||||
</VisualStudioProject>
|
||||
|
||||
48
utils/AylXML/AylXML.csproj.user
Normal file
48
utils/AylXML/AylXML.csproj.user
Normal file
@@ -0,0 +1,48 @@
|
||||
<VisualStudioProject>
|
||||
<CSHARP LastOpenVersion = "7.10.3077" >
|
||||
<Build>
|
||||
<Settings ReferencePath = "C:\data\AyaNova 3.1\utils\AylXML\;C:\data\AyaNova 3.1\utils\AyaImport\bin\Release\" >
|
||||
<Config
|
||||
Name = "Debug"
|
||||
EnableASPDebugging = "false"
|
||||
EnableASPXDebugging = "false"
|
||||
EnableUnmanagedDebugging = "false"
|
||||
EnableSQLServerDebugging = "false"
|
||||
RemoteDebugEnabled = "false"
|
||||
RemoteDebugMachine = ""
|
||||
StartAction = "Project"
|
||||
StartArguments = ""
|
||||
StartPage = ""
|
||||
StartProgram = ""
|
||||
StartURL = ""
|
||||
StartWorkingDirectory = ""
|
||||
StartWithIE = "true"
|
||||
/>
|
||||
<Config
|
||||
Name = "Release"
|
||||
EnableASPDebugging = "false"
|
||||
EnableASPXDebugging = "false"
|
||||
EnableUnmanagedDebugging = "false"
|
||||
EnableSQLServerDebugging = "false"
|
||||
RemoteDebugEnabled = "false"
|
||||
RemoteDebugMachine = ""
|
||||
StartAction = "Project"
|
||||
StartArguments = ""
|
||||
StartPage = ""
|
||||
StartProgram = ""
|
||||
StartURL = ""
|
||||
StartWorkingDirectory = ""
|
||||
StartWithIE = "false"
|
||||
/>
|
||||
</Settings>
|
||||
</Build>
|
||||
<OtherProjectSettings
|
||||
CopyProjectDestinationFolder = ""
|
||||
CopyProjectUncPath = ""
|
||||
CopyProjectOption = "0"
|
||||
ProjectView = "ProjectFiles"
|
||||
ProjectTrust = "0"
|
||||
/>
|
||||
</CSHARP>
|
||||
</VisualStudioProject>
|
||||
|
||||
21
utils/AylXML/AylXML.sln
Normal file
21
utils/AylXML/AylXML.sln
Normal file
@@ -0,0 +1,21 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AylXML", "AylXML.csproj", "{9E4CA787-41EA-4AD8-A701-01C13021DD7B}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
Debug = Debug
|
||||
Release = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{9E4CA787-41EA-4AD8-A701-01C13021DD7B}.Debug.ActiveCfg = Debug|.NET
|
||||
{9E4CA787-41EA-4AD8-A701-01C13021DD7B}.Debug.Build.0 = Debug|.NET
|
||||
{9E4CA787-41EA-4AD8-A701-01C13021DD7B}.Release.ActiveCfg = Release|.NET
|
||||
{9E4CA787-41EA-4AD8-A701-01C13021DD7B}.Release.Build.0 = Release|.NET
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
BIN
utils/AylXML/AylXML.suo
Normal file
BIN
utils/AylXML/AylXML.suo
Normal file
Binary file not shown.
285
utils/AylXML/Form1.cs
Normal file
285
utils/AylXML/Form1.cs
Normal file
@@ -0,0 +1,285 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Collections;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
using System.Data;
|
||||
|
||||
|
||||
using System.IO;
|
||||
using System.Runtime.Serialization.Formatters.Binary;
|
||||
using System.Runtime.Serialization;
|
||||
using GZTW.AyaNova.BLL;
|
||||
|
||||
|
||||
namespace AylXML
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for Form1.
|
||||
/// </summary>
|
||||
public class Form1 : System.Windows.Forms.Form
|
||||
{
|
||||
private System.Windows.Forms.OpenFileDialog dlgOpen;
|
||||
private System.Windows.Forms.MainMenu mnu;
|
||||
private System.Windows.Forms.MenuItem menuItem1;
|
||||
private System.Windows.Forms.MenuItem mnuOpen;
|
||||
private System.Windows.Forms.DataGrid grid;
|
||||
private System.Windows.Forms.MenuItem mnuSaveAsXML;
|
||||
private System.Windows.Forms.SaveFileDialog dlgSave;
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.Container components = null;
|
||||
|
||||
public Form1()
|
||||
{
|
||||
//
|
||||
// Required for Windows Form Designer support
|
||||
//
|
||||
InitializeComponent();
|
||||
|
||||
//
|
||||
// TODO: Add any constructor code after InitializeComponent call
|
||||
//
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
protected override void Dispose( bool disposing )
|
||||
{
|
||||
if( disposing )
|
||||
{
|
||||
if (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.dlgOpen = new System.Windows.Forms.OpenFileDialog();
|
||||
this.mnu = new System.Windows.Forms.MainMenu();
|
||||
this.menuItem1 = new System.Windows.Forms.MenuItem();
|
||||
this.mnuOpen = new System.Windows.Forms.MenuItem();
|
||||
this.mnuSaveAsXML = new System.Windows.Forms.MenuItem();
|
||||
this.grid = new System.Windows.Forms.DataGrid();
|
||||
this.dlgSave = new System.Windows.Forms.SaveFileDialog();
|
||||
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// mnu
|
||||
//
|
||||
this.mnu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
|
||||
this.menuItem1});
|
||||
//
|
||||
// menuItem1
|
||||
//
|
||||
this.menuItem1.Index = 0;
|
||||
this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
|
||||
this.mnuOpen,
|
||||
this.mnuSaveAsXML});
|
||||
this.menuItem1.Text = "&File";
|
||||
//
|
||||
// mnuOpen
|
||||
//
|
||||
this.mnuOpen.Index = 0;
|
||||
this.mnuOpen.Text = "&Open";
|
||||
this.mnuOpen.Click += new System.EventHandler(this.mnuOpen_Click);
|
||||
//
|
||||
// mnuSaveAsXML
|
||||
//
|
||||
this.mnuSaveAsXML.Enabled = false;
|
||||
this.mnuSaveAsXML.Index = 1;
|
||||
this.mnuSaveAsXML.Text = "Save to XML";
|
||||
this.mnuSaveAsXML.Click += new System.EventHandler(this.mnuSaveAsXML_Click);
|
||||
//
|
||||
// grid
|
||||
//
|
||||
this.grid.DataMember = "";
|
||||
this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.grid.FlatMode = true;
|
||||
this.grid.HeaderForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this.grid.Location = new System.Drawing.Point(0, 0);
|
||||
this.grid.Name = "grid";
|
||||
this.grid.PreferredColumnWidth = 100;
|
||||
this.grid.ReadOnly = true;
|
||||
this.grid.Size = new System.Drawing.Size(608, 409);
|
||||
this.grid.TabIndex = 0;
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
|
||||
this.ClientSize = new System.Drawing.Size(608, 409);
|
||||
this.Controls.Add(this.grid);
|
||||
this.Menu = this.mnu;
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.Run(new Form1());
|
||||
}
|
||||
|
||||
|
||||
// __ _ _ ___ ____ __ __ __ __ __ ___ ___
|
||||
// / _)( )( )/ __)(_ _)/ \( \/ ) / _)/ \( \( _)
|
||||
// ( (_ )()( \__ \ )( ( () )) ( ( (_( () )) ) )) _)
|
||||
// \__) \__/ (___/ (__) \__/(_/\/\_) \__)\__/(___/(___)
|
||||
//
|
||||
|
||||
|
||||
private DataTable dt=null;
|
||||
private void Form1_Load(object sender, System.EventArgs e)
|
||||
{
|
||||
dt=new DataTable("LT");
|
||||
//setup the columns
|
||||
dt.Columns.Add("Locale",typeof(string));
|
||||
dt.Columns.Add("Key",typeof(string));
|
||||
dt.Columns.Add("DisplayText",typeof(string));
|
||||
|
||||
|
||||
dt.PrimaryKey=new DataColumn[]{dt.Columns[0],dt.Columns[1]};
|
||||
grid.DataSource=dt;
|
||||
}
|
||||
|
||||
private void mnuOpen_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
dlgOpen.Filter=
|
||||
"Localized text file|*.ayl";
|
||||
if(dlgOpen.ShowDialog()==DialogResult.OK)
|
||||
{
|
||||
|
||||
Import(dlgOpen.FileName);
|
||||
|
||||
}
|
||||
this.mnuSaveAsXML.Enabled=true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private void Import(string path)
|
||||
{
|
||||
LocalePortable lp =null;
|
||||
FileStream fs = new FileStream(path, FileMode.Open);
|
||||
try
|
||||
{
|
||||
// Construct a BinaryFormatter and use it to de-serialize the data from the stream.
|
||||
BinaryFormatter formatter = new BinaryFormatter();
|
||||
formatter.AssemblyFormat=System.Runtime.Serialization.Formatters.FormatterAssemblyStyle.Simple;
|
||||
|
||||
lp=(LocalePortable)formatter.Deserialize(fs);
|
||||
}
|
||||
catch (SerializationException e)
|
||||
{
|
||||
MessageBox.Show("Failed to deserialize. Reason: " + e.Message);
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
fs.Close();
|
||||
}
|
||||
|
||||
dt.Clear();
|
||||
this.Refresh();
|
||||
Cursor.Current=Cursors.WaitCursor;
|
||||
foreach(LocalizedTextPortable o in lp.Items)
|
||||
{
|
||||
dt.Rows.Add(new object[] {lp.Locale,o.Key,o.DisplayText});
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
private void Export(string path)
|
||||
{
|
||||
|
||||
DataSet ds=new DataSet();
|
||||
ds.Tables.Add(dt);
|
||||
ds.WriteXml(path,XmlWriteMode.WriteSchema);
|
||||
}
|
||||
|
||||
private void mnuSaveAsXML_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
dlgSave.FileName=dt.Rows[0]["Locale"].ToString();
|
||||
|
||||
dlgSave.Filter=
|
||||
"XML file|*.xml";
|
||||
|
||||
dlgSave.RestoreDirectory=true;
|
||||
dlgSave.FilterIndex=1;
|
||||
if(dlgSave.ShowDialog()==DialogResult.OK)
|
||||
{
|
||||
Cursor.Current=Cursors.WaitCursor;
|
||||
Export(dlgSave.FileName);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// /// <summary>
|
||||
// /// Contains a portable Locale
|
||||
// ///
|
||||
// ///
|
||||
// /// Used for serializing and de-serializing a locale
|
||||
// /// (i.e. importing and exporting locales outside the program)
|
||||
// /// </summary>
|
||||
// [Serializable]
|
||||
// public class LocalePortable
|
||||
// {
|
||||
//
|
||||
// private ArrayList mItems;
|
||||
// public ArrayList Items{get{return mItems;}set{mItems=value;}}
|
||||
//
|
||||
// private string mLocale;
|
||||
// public string Locale{get{return mLocale;}set{mLocale=value;}}
|
||||
//
|
||||
//
|
||||
// }
|
||||
//
|
||||
//
|
||||
//
|
||||
// /// <summary>
|
||||
// /// Contains a portable Localized text object data
|
||||
// ///
|
||||
// ///
|
||||
// /// Used for serializing and de-serializing a locale
|
||||
// /// (i.e. importing and exporting locales outside the program)
|
||||
// /// </summary>
|
||||
// [Serializable]
|
||||
// public class LocalizedTextPortable
|
||||
// {
|
||||
//
|
||||
// private string mKey;
|
||||
// public string Key{get{return mKey;}set{mKey=value;}}
|
||||
//
|
||||
// private string mDisplayText;
|
||||
// public string DisplayText{get{return mDisplayText;}set{mDisplayText=value;}}
|
||||
//
|
||||
//
|
||||
// }
|
||||
//------------------------
|
||||
}
|
||||
}
|
||||
184
utils/AylXML/Form1.resx
Normal file
184
utils/AylXML/Form1.resx
Normal file
@@ -0,0 +1,184 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
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">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</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 forserialized 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.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:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<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" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</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>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="dlgOpen.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="dlgOpen.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="dlgOpen.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</data>
|
||||
<data name="mnu.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="mnu.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>111, 17</value>
|
||||
</data>
|
||||
<data name="mnu.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="menuItem1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="menuItem1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="mnuOpen.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="mnuOpen.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="mnuSaveAsXML.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="mnuSaveAsXML.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="grid.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="grid.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="grid.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="dlgSave.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="dlgSave.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
<data name="dlgSave.Location" type="System.Drawing.Point, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>425, 17</value>
|
||||
</data>
|
||||
<data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>(Default)</value>
|
||||
</data>
|
||||
<data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>8, 8</value>
|
||||
</data>
|
||||
<data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>80</value>
|
||||
</data>
|
||||
<data name="$this.Name">
|
||||
<value>Form1</value>
|
||||
</data>
|
||||
<data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>Private</value>
|
||||
</data>
|
||||
</root>
|
||||
BIN
utils/AylXML/Thumbs.db
Normal file
BIN
utils/AylXML/Thumbs.db
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Debug/AylXML.exe
Normal file
BIN
utils/AylXML/bin/Debug/AylXML.exe
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Debug/AylXML.pdb
Normal file
BIN
utils/AylXML/bin/Debug/AylXML.pdb
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Debug/CSLA.Core.Bindablebase.dll
Normal file
BIN
utils/AylXML/bin/Debug/CSLA.Core.Bindablebase.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Debug/CSLA.Server.DataPortal.dll
Normal file
BIN
utils/AylXML/bin/Debug/CSLA.Server.DataPortal.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Debug/CSLA.Server.ServicedDataPortal.dll
Normal file
BIN
utils/AylXML/bin/Debug/CSLA.Server.ServicedDataPortal.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Debug/CSLA.dll
Normal file
BIN
utils/AylXML/bin/Debug/CSLA.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Debug/ChilkatDotNet.dll
Normal file
BIN
utils/AylXML/bin/Debug/ChilkatDotNet.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Debug/GZTW.Data.dll
Normal file
BIN
utils/AylXML/bin/Debug/GZTW.Data.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Debug/GZTW.Profile.dll
Normal file
BIN
utils/AylXML/bin/Debug/GZTW.Profile.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Debug/log4net.dll
Normal file
BIN
utils/AylXML/bin/Debug/log4net.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Release/AylXML.exe
Normal file
BIN
utils/AylXML/bin/Release/AylXML.exe
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Release/CSLA.Core.Bindablebase.dll
Normal file
BIN
utils/AylXML/bin/Release/CSLA.Core.Bindablebase.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Release/CSLA.Server.DataPortal.dll
Normal file
BIN
utils/AylXML/bin/Release/CSLA.Server.DataPortal.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Release/CSLA.Server.ServicedDataPortal.dll
Normal file
BIN
utils/AylXML/bin/Release/CSLA.Server.ServicedDataPortal.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Release/CSLA.dll
Normal file
BIN
utils/AylXML/bin/Release/CSLA.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Release/ChilkatDotNet.dll
Normal file
BIN
utils/AylXML/bin/Release/ChilkatDotNet.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Release/GZTW.Data.dll
Normal file
BIN
utils/AylXML/bin/Release/GZTW.Data.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Release/GZTW.Profile.dll
Normal file
BIN
utils/AylXML/bin/Release/GZTW.Profile.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/bin/Release/log4net.dll
Normal file
BIN
utils/AylXML/bin/Release/log4net.dll
Normal file
Binary file not shown.
BIN
utils/AylXML/obj/Debug/AylXML.exe
Normal file
BIN
utils/AylXML/obj/Debug/AylXML.exe
Normal file
Binary file not shown.
BIN
utils/AylXML/obj/Debug/AylXML.pdb
Normal file
BIN
utils/AylXML/obj/Debug/AylXML.pdb
Normal file
Binary file not shown.
BIN
utils/AylXML/obj/Debug/AylXML.projdata
Normal file
BIN
utils/AylXML/obj/Debug/AylXML.projdata
Normal file
Binary file not shown.
BIN
utils/AylXML/obj/Release/AylXML.Form1.resources
Normal file
BIN
utils/AylXML/obj/Release/AylXML.Form1.resources
Normal file
Binary file not shown.
BIN
utils/AylXML/obj/Release/AylXML.exe
Normal file
BIN
utils/AylXML/obj/Release/AylXML.exe
Normal file
Binary file not shown.
BIN
utils/AylXML/obj/Release/AylXML.projdata
Normal file
BIN
utils/AylXML/obj/Release/AylXML.projdata
Normal file
Binary file not shown.
Reference in New Issue
Block a user