Last window created

This commit is contained in:
2020-03-22 16:09:26 +01:00
parent dcd64398e9
commit b1e62e829e
5 changed files with 416 additions and 99 deletions

View File

@ -35,20 +35,20 @@
this.addTeamMemberButton = new System.Windows.Forms.Button(); this.addTeamMemberButton = new System.Windows.Forms.Button();
this.selectTeamMemberDropDown = new System.Windows.Forms.ComboBox(); this.selectTeamMemberDropDown = new System.Windows.Forms.ComboBox();
this.selectTeamMemberLabel = new System.Windows.Forms.Label(); this.selectTeamMemberLabel = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.addNewMemberGroupBox = new System.Windows.Forms.GroupBox();
this.firstNameValue = new System.Windows.Forms.TextBox(); this.createMemberButton = new System.Windows.Forms.Button();
this.firstNameLabel = new System.Windows.Forms.Label();
this.lastNameValue = new System.Windows.Forms.TextBox();
this.lastNameLabel = new System.Windows.Forms.Label();
this.emailValue = new System.Windows.Forms.TextBox();
this.emailLabel = new System.Windows.Forms.Label();
this.cellPhoneNumber = new System.Windows.Forms.TextBox(); this.cellPhoneNumber = new System.Windows.Forms.TextBox();
this.cellPhoneLabel = new System.Windows.Forms.Label(); this.cellPhoneLabel = new System.Windows.Forms.Label();
this.createMemberButton = new System.Windows.Forms.Button(); this.emailValue = new System.Windows.Forms.TextBox();
this.emailLabel = new System.Windows.Forms.Label();
this.lastNameValue = new System.Windows.Forms.TextBox();
this.lastNameLabel = new System.Windows.Forms.Label();
this.firstNameValue = new System.Windows.Forms.TextBox();
this.firstNameLabel = new System.Windows.Forms.Label();
this.teamMembersListBox = new System.Windows.Forms.ListBox(); this.teamMembersListBox = new System.Windows.Forms.ListBox();
this.deleteSelectedMemberButton = new System.Windows.Forms.Button(); this.deleteSelectedMemberButton = new System.Windows.Forms.Button();
this.createTeamButton = new System.Windows.Forms.Button(); this.createTeamButton = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout(); this.addNewMemberGroupBox.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// createdTeamNameValue // createdTeamNameValue
@ -113,82 +113,40 @@
this.selectTeamMemberLabel.TabIndex = 17; this.selectTeamMemberLabel.TabIndex = 17;
this.selectTeamMemberLabel.Text = "Select Team Member"; this.selectTeamMemberLabel.Text = "Select Team Member";
// //
// groupBox1 // addNewMemberGroupBox
// //
this.groupBox1.Controls.Add(this.createMemberButton); this.addNewMemberGroupBox.Controls.Add(this.createMemberButton);
this.groupBox1.Controls.Add(this.cellPhoneNumber); this.addNewMemberGroupBox.Controls.Add(this.cellPhoneNumber);
this.groupBox1.Controls.Add(this.cellPhoneLabel); this.addNewMemberGroupBox.Controls.Add(this.cellPhoneLabel);
this.groupBox1.Controls.Add(this.emailValue); this.addNewMemberGroupBox.Controls.Add(this.emailValue);
this.groupBox1.Controls.Add(this.emailLabel); this.addNewMemberGroupBox.Controls.Add(this.emailLabel);
this.groupBox1.Controls.Add(this.lastNameValue); this.addNewMemberGroupBox.Controls.Add(this.lastNameValue);
this.groupBox1.Controls.Add(this.lastNameLabel); this.addNewMemberGroupBox.Controls.Add(this.lastNameLabel);
this.groupBox1.Controls.Add(this.firstNameValue); this.addNewMemberGroupBox.Controls.Add(this.firstNameValue);
this.groupBox1.Controls.Add(this.firstNameLabel); this.addNewMemberGroupBox.Controls.Add(this.firstNameLabel);
this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.addNewMemberGroupBox.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.ForeColor = System.Drawing.Color.DodgerBlue; this.addNewMemberGroupBox.ForeColor = System.Drawing.Color.DodgerBlue;
this.groupBox1.Location = new System.Drawing.Point(21, 333); this.addNewMemberGroupBox.Location = new System.Drawing.Point(21, 333);
this.groupBox1.Name = "groupBox1"; this.addNewMemberGroupBox.Name = "addNewMemberGroupBox";
this.groupBox1.Size = new System.Drawing.Size(383, 286); this.addNewMemberGroupBox.Size = new System.Drawing.Size(383, 286);
this.groupBox1.TabIndex = 20; this.addNewMemberGroupBox.TabIndex = 20;
this.groupBox1.TabStop = false; this.addNewMemberGroupBox.TabStop = false;
this.groupBox1.Text = "Add New Member"; this.addNewMemberGroupBox.Text = "Add New Member";
// //
// firstNameValue // createMemberButton
// //
this.firstNameValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.createMemberButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.firstNameValue.Location = new System.Drawing.Point(183, 46); this.createMemberButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.firstNameValue.Name = "firstNameValue"; this.createMemberButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
this.firstNameValue.Size = new System.Drawing.Size(185, 35); this.createMemberButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.firstNameValue.TabIndex = 10; this.createMemberButton.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
// this.createMemberButton.ForeColor = System.Drawing.Color.DodgerBlue;
// firstNameLabel this.createMemberButton.Location = new System.Drawing.Point(60, 214);
// this.createMemberButton.Name = "createMemberButton";
this.firstNameLabel.AutoSize = true; this.createMemberButton.Size = new System.Drawing.Size(191, 54);
this.firstNameLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.createMemberButton.TabIndex = 20;
this.firstNameLabel.ForeColor = System.Drawing.Color.DodgerBlue; this.createMemberButton.Text = "Create Member";
this.firstNameLabel.Location = new System.Drawing.Point(16, 47); this.createMemberButton.UseVisualStyleBackColor = true;
this.firstNameLabel.Name = "firstNameLabel";
this.firstNameLabel.Size = new System.Drawing.Size(113, 30);
this.firstNameLabel.TabIndex = 9;
this.firstNameLabel.Text = "First Name";
//
// lastNameValue
//
this.lastNameValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lastNameValue.Location = new System.Drawing.Point(183, 87);
this.lastNameValue.Name = "lastNameValue";
this.lastNameValue.Size = new System.Drawing.Size(185, 35);
this.lastNameValue.TabIndex = 12;
//
// lastNameLabel
//
this.lastNameLabel.AutoSize = true;
this.lastNameLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lastNameLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.lastNameLabel.Location = new System.Drawing.Point(16, 84);
this.lastNameLabel.Name = "lastNameLabel";
this.lastNameLabel.Size = new System.Drawing.Size(112, 30);
this.lastNameLabel.TabIndex = 11;
this.lastNameLabel.Text = "Last Name";
//
// emailValue
//
this.emailValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.emailValue.Location = new System.Drawing.Point(183, 128);
this.emailValue.Name = "emailValue";
this.emailValue.Size = new System.Drawing.Size(185, 35);
this.emailValue.TabIndex = 14;
//
// emailLabel
//
this.emailLabel.AutoSize = true;
this.emailLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.emailLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.emailLabel.Location = new System.Drawing.Point(16, 125);
this.emailLabel.Name = "emailLabel";
this.emailLabel.Size = new System.Drawing.Size(63, 30);
this.emailLabel.TabIndex = 13;
this.emailLabel.Text = "Email";
// //
// cellPhoneNumber // cellPhoneNumber
// //
@ -209,20 +167,62 @@
this.cellPhoneLabel.TabIndex = 15; this.cellPhoneLabel.TabIndex = 15;
this.cellPhoneLabel.Text = "Cellphone #"; this.cellPhoneLabel.Text = "Cellphone #";
// //
// createMemberButton // emailValue
// //
this.createMemberButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.emailValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.createMemberButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray; this.emailValue.Location = new System.Drawing.Point(183, 128);
this.createMemberButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke; this.emailValue.Name = "emailValue";
this.createMemberButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.emailValue.Size = new System.Drawing.Size(185, 35);
this.createMemberButton.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.emailValue.TabIndex = 14;
this.createMemberButton.ForeColor = System.Drawing.Color.DodgerBlue; //
this.createMemberButton.Location = new System.Drawing.Point(60, 214); // emailLabel
this.createMemberButton.Name = "createMemberButton"; //
this.createMemberButton.Size = new System.Drawing.Size(191, 54); this.emailLabel.AutoSize = true;
this.createMemberButton.TabIndex = 20; this.emailLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.createMemberButton.Text = "Create Member"; this.emailLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.createMemberButton.UseVisualStyleBackColor = true; this.emailLabel.Location = new System.Drawing.Point(16, 125);
this.emailLabel.Name = "emailLabel";
this.emailLabel.Size = new System.Drawing.Size(63, 30);
this.emailLabel.TabIndex = 13;
this.emailLabel.Text = "Email";
//
// lastNameValue
//
this.lastNameValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lastNameValue.Location = new System.Drawing.Point(183, 87);
this.lastNameValue.Name = "lastNameValue";
this.lastNameValue.Size = new System.Drawing.Size(185, 35);
this.lastNameValue.TabIndex = 12;
//
// lastNameLabel
//
this.lastNameLabel.AutoSize = true;
this.lastNameLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lastNameLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.lastNameLabel.Location = new System.Drawing.Point(16, 84);
this.lastNameLabel.Name = "lastNameLabel";
this.lastNameLabel.Size = new System.Drawing.Size(112, 30);
this.lastNameLabel.TabIndex = 11;
this.lastNameLabel.Text = "Last Name";
//
// firstNameValue
//
this.firstNameValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.firstNameValue.Location = new System.Drawing.Point(183, 46);
this.firstNameValue.Name = "firstNameValue";
this.firstNameValue.Size = new System.Drawing.Size(185, 35);
this.firstNameValue.TabIndex = 10;
//
// firstNameLabel
//
this.firstNameLabel.AutoSize = true;
this.firstNameLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.firstNameLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.firstNameLabel.Location = new System.Drawing.Point(16, 47);
this.firstNameLabel.Name = "firstNameLabel";
this.firstNameLabel.Size = new System.Drawing.Size(113, 30);
this.firstNameLabel.TabIndex = 9;
this.firstNameLabel.Text = "First Name";
// //
// teamMembersListBox // teamMembersListBox
// //
@ -272,7 +272,7 @@
this.Controls.Add(this.createTeamButton); this.Controls.Add(this.createTeamButton);
this.Controls.Add(this.deleteSelectedMemberButton); this.Controls.Add(this.deleteSelectedMemberButton);
this.Controls.Add(this.teamMembersListBox); this.Controls.Add(this.teamMembersListBox);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.addNewMemberGroupBox);
this.Controls.Add(this.addTeamMemberButton); this.Controls.Add(this.addTeamMemberButton);
this.Controls.Add(this.selectTeamMemberDropDown); this.Controls.Add(this.selectTeamMemberDropDown);
this.Controls.Add(this.selectTeamMemberLabel); this.Controls.Add(this.selectTeamMemberLabel);
@ -284,8 +284,8 @@
this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7); this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
this.Name = "CreateTeamForm"; this.Name = "CreateTeamForm";
this.Text = "Create Team"; this.Text = "Create Team";
this.groupBox1.ResumeLayout(false); this.addNewMemberGroupBox.ResumeLayout(false);
this.groupBox1.PerformLayout(); this.addNewMemberGroupBox.PerformLayout();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
@ -299,7 +299,7 @@
private System.Windows.Forms.Button addTeamMemberButton; private System.Windows.Forms.Button addTeamMemberButton;
private System.Windows.Forms.ComboBox selectTeamMemberDropDown; private System.Windows.Forms.ComboBox selectTeamMemberDropDown;
private System.Windows.Forms.Label selectTeamMemberLabel; private System.Windows.Forms.Label selectTeamMemberLabel;
private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox addNewMemberGroupBox;
private System.Windows.Forms.Button createMemberButton; private System.Windows.Forms.Button createMemberButton;
private System.Windows.Forms.TextBox cellPhoneNumber; private System.Windows.Forms.TextBox cellPhoneNumber;
private System.Windows.Forms.Label cellPhoneLabel; private System.Windows.Forms.Label cellPhoneLabel;

View File

@ -0,0 +1,127 @@
namespace TrackerUI
{
partial class TournamentDashboardForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TournamentDashboardForm));
this.headerLabel = new System.Windows.Forms.Label();
this.loadExistingTournamentDropDown = new System.Windows.Forms.ComboBox();
this.loadExistingTournamentLabel = new System.Windows.Forms.Label();
this.loadTournamentButton = new System.Windows.Forms.Button();
this.createTournamentButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// headerLabel
//
this.headerLabel.AutoSize = true;
this.headerLabel.Font = new System.Drawing.Font("Segoe UI Light", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.headerLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.headerLabel.Location = new System.Drawing.Point(130, 45);
this.headerLabel.Name = "headerLabel";
this.headerLabel.Size = new System.Drawing.Size(385, 50);
this.headerLabel.TabIndex = 13;
this.headerLabel.Text = "Tournament Dashboard";
//
// loadExistingTournamentDropDown
//
this.loadExistingTournamentDropDown.FormattingEnabled = true;
this.loadExistingTournamentDropDown.Location = new System.Drawing.Point(138, 152);
this.loadExistingTournamentDropDown.Name = "loadExistingTournamentDropDown";
this.loadExistingTournamentDropDown.Size = new System.Drawing.Size(368, 38);
this.loadExistingTournamentDropDown.TabIndex = 20;
//
// loadExistingTournamentLabel
//
this.loadExistingTournamentLabel.AutoSize = true;
this.loadExistingTournamentLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.loadExistingTournamentLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.loadExistingTournamentLabel.Location = new System.Drawing.Point(161, 105);
this.loadExistingTournamentLabel.Name = "loadExistingTournamentLabel";
this.loadExistingTournamentLabel.Size = new System.Drawing.Size(322, 37);
this.loadExistingTournamentLabel.TabIndex = 19;
this.loadExistingTournamentLabel.Text = "Load existing Tournament";
//
// loadTournamentButton
//
this.loadTournamentButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.loadTournamentButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.loadTournamentButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
this.loadTournamentButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.loadTournamentButton.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.loadTournamentButton.ForeColor = System.Drawing.Color.DodgerBlue;
this.loadTournamentButton.Location = new System.Drawing.Point(210, 200);
this.loadTournamentButton.Name = "loadTournamentButton";
this.loadTournamentButton.Size = new System.Drawing.Size(224, 54);
this.loadTournamentButton.TabIndex = 25;
this.loadTournamentButton.Text = "Load Tournament";
this.loadTournamentButton.UseVisualStyleBackColor = true;
//
// createTournamentButton
//
this.createTournamentButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.createTournamentButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.createTournamentButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
this.createTournamentButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.createTournamentButton.ForeColor = System.Drawing.Color.DodgerBlue;
this.createTournamentButton.Location = new System.Drawing.Point(180, 264);
this.createTournamentButton.Name = "createTournamentButton";
this.createTournamentButton.Size = new System.Drawing.Size(284, 54);
this.createTournamentButton.TabIndex = 26;
this.createTournamentButton.Text = "Create Tournament";
this.createTournamentButton.UseVisualStyleBackColor = true;
//
// TournamentDashboardForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 30F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(645, 367);
this.Controls.Add(this.createTournamentButton);
this.Controls.Add(this.loadTournamentButton);
this.Controls.Add(this.loadExistingTournamentDropDown);
this.Controls.Add(this.loadExistingTournamentLabel);
this.Controls.Add(this.headerLabel);
this.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
this.Name = "TournamentDashboardForm";
this.Text = "Tournament Dashboard";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label headerLabel;
private System.Windows.Forms.ComboBox loadExistingTournamentDropDown;
private System.Windows.Forms.Label loadExistingTournamentLabel;
private System.Windows.Forms.Button loadTournamentButton;
private System.Windows.Forms.Button createTournamentButton;
}
}

View File

@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace TrackerUI
{
public partial class TournamentDashboardForm : Form
{
public TournamentDashboardForm()
{
InitializeComponent();
}
}
}

View File

@ -0,0 +1,161 @@
<?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="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
</value>
</data>
</root>

View File

@ -64,6 +64,12 @@
<Compile Include="CreateTournamentForm.Designer.cs"> <Compile Include="CreateTournamentForm.Designer.cs">
<DependentUpon>CreateTournamentForm.cs</DependentUpon> <DependentUpon>CreateTournamentForm.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="TournamentDashboardForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="TournamentDashboardForm.Designer.cs">
<DependentUpon>TournamentDashboardForm.cs</DependentUpon>
</Compile>
<Compile Include="TournamentViewerForm.cs"> <Compile Include="TournamentViewerForm.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>
@ -90,6 +96,9 @@
<AutoGen>True</AutoGen> <AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon> <DependentUpon>Resources.resx</DependentUpon>
</Compile> </Compile>
<EmbeddedResource Include="TournamentDashboardForm.resx">
<DependentUpon>TournamentDashboardForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TournamentViewerForm.resx"> <EmbeddedResource Include="TournamentViewerForm.resx">
<DependentUpon>TournamentViewerForm.cs</DependentUpon> <DependentUpon>TournamentViewerForm.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>