mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Add size/cp editor control
Years from now this may have to be split (sizes arent related to CP)
This commit is contained in:
parent
e109c1ba64
commit
7b00e6cfd0
3 changed files with 453 additions and 0 deletions
246
PKHeX.WinForms/Controls/PKM Editor/SizeCP.Designer.cs
generated
Normal file
246
PKHeX.WinForms/Controls/PKM Editor/SizeCP.Designer.cs
generated
Normal file
|
@ -0,0 +1,246 @@
|
|||
namespace PKHeX.WinForms.Controls
|
||||
{
|
||||
partial class SizeCP
|
||||
{
|
||||
/// <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 Component 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.FLP_CP = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.MT_CP = new System.Windows.Forms.MaskedTextBox();
|
||||
this.CHK_Auto = new System.Windows.Forms.CheckBox();
|
||||
this.L_CP = new System.Windows.Forms.Label();
|
||||
this.L_Height = new System.Windows.Forms.Label();
|
||||
this.L_Weight = new System.Windows.Forms.Label();
|
||||
this.NUD_HeightScalar = new System.Windows.Forms.NumericUpDown();
|
||||
this.TB_HeightAbs = new System.Windows.Forms.TextBox();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.FLP_Weight = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.NUD_WeightScalar = new System.Windows.Forms.NumericUpDown();
|
||||
this.TB_WeightAbs = new System.Windows.Forms.TextBox();
|
||||
this.FLP_Height = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.FLP_CP.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_HeightScalar)).BeginInit();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.FLP_Weight.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_WeightScalar)).BeginInit();
|
||||
this.FLP_Height.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// FLP_CP
|
||||
//
|
||||
this.FLP_CP.Controls.Add(this.MT_CP);
|
||||
this.FLP_CP.Controls.Add(this.CHK_Auto);
|
||||
this.FLP_CP.Location = new System.Drawing.Point(63, 0);
|
||||
this.FLP_CP.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.FLP_CP.Name = "FLP_CP";
|
||||
this.FLP_CP.Size = new System.Drawing.Size(140, 23);
|
||||
this.FLP_CP.TabIndex = 1;
|
||||
//
|
||||
// MT_CP
|
||||
//
|
||||
this.MT_CP.Location = new System.Drawing.Point(0, 0);
|
||||
this.MT_CP.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.MT_CP.Mask = "00000";
|
||||
this.MT_CP.Name = "MT_CP";
|
||||
this.MT_CP.Size = new System.Drawing.Size(36, 20);
|
||||
this.MT_CP.TabIndex = 3;
|
||||
this.MT_CP.TextChanged += new System.EventHandler(this.MT_CP_TextChanged);
|
||||
//
|
||||
// CHK_Auto
|
||||
//
|
||||
this.CHK_Auto.AutoSize = true;
|
||||
this.CHK_Auto.Checked = true;
|
||||
this.CHK_Auto.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.CHK_Auto.Location = new System.Drawing.Point(39, 3);
|
||||
this.CHK_Auto.Name = "CHK_Auto";
|
||||
this.CHK_Auto.Size = new System.Drawing.Size(48, 17);
|
||||
this.CHK_Auto.TabIndex = 4;
|
||||
this.CHK_Auto.Text = "Auto";
|
||||
this.CHK_Auto.UseVisualStyleBackColor = true;
|
||||
this.CHK_Auto.CheckedChanged += new System.EventHandler(this.UpdateFlagState);
|
||||
//
|
||||
// L_CP
|
||||
//
|
||||
this.L_CP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.L_CP.Location = new System.Drawing.Point(3, 0);
|
||||
this.L_CP.Name = "L_CP";
|
||||
this.L_CP.Size = new System.Drawing.Size(57, 20);
|
||||
this.L_CP.TabIndex = 0;
|
||||
this.L_CP.Text = "CP:";
|
||||
this.L_CP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// L_Height
|
||||
//
|
||||
this.L_Height.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.L_Height.Location = new System.Drawing.Point(3, 23);
|
||||
this.L_Height.Name = "L_Height";
|
||||
this.L_Height.Size = new System.Drawing.Size(57, 20);
|
||||
this.L_Height.TabIndex = 1;
|
||||
this.L_Height.Text = "Height:";
|
||||
this.L_Height.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// L_Weight
|
||||
//
|
||||
this.L_Weight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.L_Weight.Location = new System.Drawing.Point(3, 46);
|
||||
this.L_Weight.Name = "L_Weight";
|
||||
this.L_Weight.Size = new System.Drawing.Size(57, 20);
|
||||
this.L_Weight.TabIndex = 2;
|
||||
this.L_Weight.Text = "Weight:";
|
||||
this.L_Weight.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// NUD_HeightScalar
|
||||
//
|
||||
this.NUD_HeightScalar.Location = new System.Drawing.Point(0, 0);
|
||||
this.NUD_HeightScalar.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.NUD_HeightScalar.Maximum = new decimal(new int[] {
|
||||
255,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUD_HeightScalar.Name = "NUD_HeightScalar";
|
||||
this.NUD_HeightScalar.Size = new System.Drawing.Size(40, 20);
|
||||
this.NUD_HeightScalar.TabIndex = 5;
|
||||
this.NUD_HeightScalar.Value = new decimal(new int[] {
|
||||
255,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUD_HeightScalar.ValueChanged += new System.EventHandler(this.NUD_HeightScalar_ValueChanged);
|
||||
//
|
||||
// TB_HeightAbs
|
||||
//
|
||||
this.TB_HeightAbs.Location = new System.Drawing.Point(40, 0);
|
||||
this.TB_HeightAbs.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.TB_HeightAbs.Name = "TB_HeightAbs";
|
||||
this.TB_HeightAbs.Size = new System.Drawing.Size(100, 20);
|
||||
this.TB_HeightAbs.TabIndex = 7;
|
||||
this.TB_HeightAbs.TextChanged += new System.EventHandler(this.TB_HeightAbs_TextChanged);
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 2;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 69F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.FLP_Weight, 1, 2);
|
||||
this.tableLayoutPanel1.Controls.Add(this.FLP_CP, 1, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.L_Weight, 0, 2);
|
||||
this.tableLayoutPanel1.Controls.Add(this.FLP_Height, 1, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.L_Height, 0, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.L_CP, 0, 0);
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 3;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(204, 68);
|
||||
this.tableLayoutPanel1.TabIndex = 2;
|
||||
//
|
||||
// FLP_Weight
|
||||
//
|
||||
this.FLP_Weight.Controls.Add(this.NUD_WeightScalar);
|
||||
this.FLP_Weight.Controls.Add(this.TB_WeightAbs);
|
||||
this.FLP_Weight.Location = new System.Drawing.Point(63, 46);
|
||||
this.FLP_Weight.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.FLP_Weight.Name = "FLP_Weight";
|
||||
this.FLP_Weight.Size = new System.Drawing.Size(140, 21);
|
||||
this.FLP_Weight.TabIndex = 4;
|
||||
//
|
||||
// NUD_WeightScalar
|
||||
//
|
||||
this.NUD_WeightScalar.Location = new System.Drawing.Point(0, 0);
|
||||
this.NUD_WeightScalar.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.NUD_WeightScalar.Maximum = new decimal(new int[] {
|
||||
255,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUD_WeightScalar.Name = "NUD_WeightScalar";
|
||||
this.NUD_WeightScalar.Size = new System.Drawing.Size(40, 20);
|
||||
this.NUD_WeightScalar.TabIndex = 5;
|
||||
this.NUD_WeightScalar.Value = new decimal(new int[] {
|
||||
255,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.NUD_WeightScalar.ValueChanged += new System.EventHandler(this.NUD_WeightScalar_ValueChanged);
|
||||
//
|
||||
// TB_WeightAbs
|
||||
//
|
||||
this.TB_WeightAbs.Location = new System.Drawing.Point(40, 0);
|
||||
this.TB_WeightAbs.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.TB_WeightAbs.Name = "TB_WeightAbs";
|
||||
this.TB_WeightAbs.Size = new System.Drawing.Size(100, 20);
|
||||
this.TB_WeightAbs.TabIndex = 7;
|
||||
this.TB_WeightAbs.TextChanged += new System.EventHandler(this.TB_WeightAbs_TextChanged);
|
||||
//
|
||||
// FLP_Height
|
||||
//
|
||||
this.FLP_Height.Controls.Add(this.NUD_HeightScalar);
|
||||
this.FLP_Height.Controls.Add(this.TB_HeightAbs);
|
||||
this.FLP_Height.Location = new System.Drawing.Point(63, 23);
|
||||
this.FLP_Height.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.FLP_Height.Name = "FLP_Height";
|
||||
this.FLP_Height.Size = new System.Drawing.Size(140, 21);
|
||||
this.FLP_Height.TabIndex = 3;
|
||||
//
|
||||
// SizeCP
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Name = "SizeCP";
|
||||
this.Size = new System.Drawing.Size(204, 68);
|
||||
this.FLP_CP.ResumeLayout(false);
|
||||
this.FLP_CP.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_HeightScalar)).EndInit();
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.FLP_Weight.ResumeLayout(false);
|
||||
this.FLP_Weight.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NUD_WeightScalar)).EndInit();
|
||||
this.FLP_Height.ResumeLayout(false);
|
||||
this.FLP_Height.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private System.Windows.Forms.FlowLayoutPanel FLP_CP;
|
||||
private System.Windows.Forms.MaskedTextBox MT_CP;
|
||||
private System.Windows.Forms.CheckBox CHK_Auto;
|
||||
private System.Windows.Forms.Label L_CP;
|
||||
private System.Windows.Forms.Label L_Height;
|
||||
private System.Windows.Forms.Label L_Weight;
|
||||
private System.Windows.Forms.NumericUpDown NUD_HeightScalar;
|
||||
private System.Windows.Forms.TextBox TB_HeightAbs;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||||
private System.Windows.Forms.FlowLayoutPanel FLP_Weight;
|
||||
private System.Windows.Forms.NumericUpDown NUD_WeightScalar;
|
||||
private System.Windows.Forms.TextBox TB_WeightAbs;
|
||||
private System.Windows.Forms.FlowLayoutPanel FLP_Height;
|
||||
}
|
||||
}
|
87
PKHeX.WinForms/Controls/PKM Editor/SizeCP.cs
Normal file
87
PKHeX.WinForms/Controls/PKM Editor/SizeCP.cs
Normal file
|
@ -0,0 +1,87 @@
|
|||
using System;
|
||||
using System.Globalization;
|
||||
using System.Windows.Forms;
|
||||
using PKHeX.Core;
|
||||
|
||||
namespace PKHeX.WinForms.Controls
|
||||
{
|
||||
public partial class SizeCP : UserControl
|
||||
{
|
||||
private PB7 pkm;
|
||||
private bool Loading;
|
||||
public SizeCP() => InitializeComponent();
|
||||
|
||||
public void LoadPKM(PKM pk)
|
||||
{
|
||||
pkm = pk as PB7;
|
||||
if (pkm == null)
|
||||
return;
|
||||
|
||||
if (CHK_Auto.Checked)
|
||||
pkm.ResetCalculatedValues();
|
||||
LoadStoredValues();
|
||||
}
|
||||
|
||||
private void LoadStoredValues()
|
||||
{
|
||||
Loading = true;
|
||||
MT_CP.Text = Math.Min(10000, pkm.Stat_CP).ToString();
|
||||
|
||||
NUD_HeightScalar.Value = pkm.HeightScalar;
|
||||
TB_HeightAbs.Text = pkm.HeightAbsolute.ToString();
|
||||
|
||||
NUD_WeightScalar.Value = pkm.WeightScalar;
|
||||
TB_WeightAbs.Text = pkm.WeightAbsolute.ToString();
|
||||
Loading = false;
|
||||
}
|
||||
|
||||
private void UpdateFlagState(object sender, EventArgs e)
|
||||
{
|
||||
if (!CHK_Auto.Checked)
|
||||
return;
|
||||
|
||||
pkm.ResetCalculatedValues();
|
||||
LoadStoredValues();
|
||||
}
|
||||
|
||||
private void MT_CP_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (int.TryParse(MT_CP.Text, out var cp))
|
||||
pkm.Stat_CP = Math.Min(10000, cp);
|
||||
}
|
||||
|
||||
private void NUD_HeightScalar_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
pkm.HeightScalar = (byte) NUD_HeightScalar.Value;
|
||||
if (!CHK_Auto.Checked || Loading)
|
||||
return;
|
||||
pkm.ResetHeight();
|
||||
TB_HeightAbs.Text = pkm.HeightAbsolute.ToString();
|
||||
}
|
||||
|
||||
private void NUD_WeightScalar_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
pkm.WeightScalar = (byte) NUD_WeightScalar.Value;
|
||||
if (!CHK_Auto.Checked || Loading)
|
||||
return;
|
||||
pkm.ResetWeight();
|
||||
TB_WeightAbs.Text = pkm.WeightAbsolute.ToString("F8");
|
||||
}
|
||||
|
||||
private void TB_HeightAbs_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (CHK_Auto.Checked)
|
||||
pkm.ResetHeight();
|
||||
else if (float.TryParse(TB_HeightAbs.Text, out var result))
|
||||
pkm.HeightAbsolute = result;
|
||||
}
|
||||
|
||||
private void TB_WeightAbs_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (CHK_Auto.Checked)
|
||||
pkm.ResetWeight();
|
||||
else if (float.TryParse(TB_WeightAbs.Text, out var result))
|
||||
pkm.WeightAbsolute = result;
|
||||
}
|
||||
}
|
||||
}
|
120
PKHeX.WinForms/Controls/PKM Editor/SizeCP.resx
Normal file
120
PKHeX.WinForms/Controls/PKM Editor/SizeCP.resx
Normal file
|
@ -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=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>
|
||||
</root>
|
Loading…
Add table
Reference in a new issue