Commit 8b230777 authored by LakmaSanjula-97's avatar LakmaSanjula-97

add form 3.cs file

parent e95986f9
namespace ADHD_level
{
partial class Form3
{
/// <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.quectionLabel = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button5 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// quectionLabel
//
this.quectionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.quectionLabel.Location = new System.Drawing.Point(558, 426);
this.quectionLabel.Name = "quectionLabel";
this.quectionLabel.Size = new System.Drawing.Size(936, 66);
this.quectionLabel.TabIndex = 3;
this.quectionLabel.Text = "Quection";
this.quectionLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// button4
//
this.button4.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.button4.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.button4.FlatAppearance.BorderSize = 5;
this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button4.Location = new System.Drawing.Point(1088, 659);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(274, 82);
this.button4.TabIndex = 9;
this.button4.Tag = "4";
this.button4.Text = "Very much";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.checkAnswerEvent);
//
// button3
//
this.button3.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.button3.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.button3.FlatAppearance.BorderSize = 5;
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.Location = new System.Drawing.Point(710, 659);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(273, 82);
this.button3.TabIndex = 8;
this.button3.Tag = "3";
this.button3.Text = "Quite a bit";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.checkAnswerEvent);
//
// button2
//
this.button2.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.button2.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.button2.FlatAppearance.BorderSize = 5;
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button2.Location = new System.Drawing.Point(1088, 539);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(274, 90);
this.button2.TabIndex = 7;
this.button2.Tag = "2";
this.button2.Text = "Just a little";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.checkAnswerEvent);
//
// button1
//
this.button1.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.button1.FlatAppearance.BorderSize = 5;
this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Silver;
this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.button1.Font = new System.Drawing.Font("MS Outlook", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(709, 539);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(274, 90);
this.button1.TabIndex = 6;
this.button1.Tag = "1";
this.button1.Text = "Not at all";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.checkAnswerEvent);
//
// pictureBox1
//
this.pictureBox1.Image = global::ADHD_level.Properties.Resources.kids_wearing_masks_at_school_bro_1;
this.pictureBox1.Location = new System.Drawing.Point(637, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(748, 397);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// button5
//
this.button5.BackColor = System.Drawing.SystemColors.Info;
this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button5.Location = new System.Drawing.Point(975, 776);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(119, 57);
this.button5.TabIndex = 10;
this.button5.Text = "Back";
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1636, 845);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.quectionLabel);
this.Controls.Add(this.pictureBox1);
this.MinimumSize = new System.Drawing.Size(1000, 700);
this.Name = "Form3";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form3";
this.Load += new System.EventHandler(this.Form3_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label quectionLabel;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button5;
}
}
\ No newline at end of file
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 ADHD_level
{
public partial class Form3 : Form
{
//quiz game variables
string level;
int halfScore;
int quectionNumber = 1;
int score;
int totalQuections;
public Form3()
{
InitializeComponent();
askQuection(quectionNumber);
totalQuections = 18;
}
private void checkAnswerEvent(object sender, EventArgs e)
{
var senderObject = (Button)sender;
int buttonTag = Convert.ToInt32(senderObject.Tag);
//set value to buttons
if (buttonTag == 1)
{
score += 0;
}
else if (buttonTag == 2)
{
score += 1;
}
else if (buttonTag == 3)
{
score += 2;
}
else
{
score += 3;
}
//--------------end-----------------//
//set margins of the score
if (score < 13)
{
level = "Symptoms not clinically significant";
}
else if (score >= 13 && score <= 17)
{
level = "Mild symptoms";
}
else if (score > 18 && score <= 22)
{
level = "Moderate symptoms";
}
else if (score > 23 && score <= 27)
{
level = "Severe symptoms";
}
else
{
level = "අවලංගුයි";
}
//---------------end-----------------//
if (quectionNumber == 9)
{
//work out the scores
halfScore = score;
string message1 = "ප්‍රශ්නාවලිය නවතන ලදී ! " + "ඔබේ ලකුණු " + score + " ක් වන අතර " + "ඔබේ " + " ADHD මට්ටම " + level + "වේ";
MessageBoxButtons buttons = MessageBoxButtons.OK;
string title = "දිගටම කරගෙන යාමට OK ක්ලික් කරන්න";
DialogResult result = MessageBox.Show(message1, title, buttons, MessageBoxIcon.Information);
score = 0;
quectionNumber = 9;
askQuection(quectionNumber);
}
else if (quectionNumber == totalQuections)
{
int sum = score + halfScore;
if (sum > 14 && sum <= 17)
{
level = "Mild symptoms";
}
else if (sum >= 18 && sum <= 22)
{
level = "Moderate symptoms";
}
else if (sum >= 23 && sum <= 27)
{
level = "Severe symptoms";
}
else
{
level = "අවලංගුයි";
}
string message1 = "ප්‍රශ්නාවලිය අවසන් විය! " + "ඔබේ ලකුණු " + sum + " ක් වන අතර " + "ඔබේ " + " ADHD මට්ටම " + level + "වේ";
MessageBoxButtons buttons = MessageBoxButtons.OK;
string title = "නැවත උත්සාහ කිරීමට OK ක්ලික් කරන්න";
DialogResult result = MessageBox.Show(message1, title, buttons, MessageBoxIcon.Information);
score = 0;
quectionNumber = 0;
askQuection(quectionNumber);
}
//----------------------------end-------------------------------------//
quectionNumber++;
askQuection(quectionNumber);
}
private void askQuection(int qnum)
{
//Quections switch case
switch (qnum)
{
case 1:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "1) බොහෝ විට විස්තර කෙරෙහි අවධානය යොමු කිරීමට අපොහොසත් වීම හෝ පාසල් වැඩ, රැකියාව හෝ වෙනත් ක්‍රියාකාරකම් වලදී නොසැලකිලිමත් වැරදි සිදු කරයි";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 2:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "2) බොහෝ විට කාර්යයන් හෝ ක්‍රීඩා ක්‍රියාකාරකම් වලදී අවධානය පවත්වා ගැනීමට අපහසු වේ";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 3:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "3) බොහෝ විට කෙලින්ම කතා කරන විට ඇහුම්කන් දෙන බවක් නොපෙනේ";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 4:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "4) බොහෝ විට උපදෙස් අනුගමනය නොකරන අතර පාසල් වැඩ, ගෙදර දොරේ වැඩ හෝ රාජකාරි අවසන් කිරීමට අසමත් වේ";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 5:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "5) බොහෝ විට කාර්යයන් සහ ක්රියාකාරකම් සංවිධානය කිරීමේ දුෂ්කරතා ඇත";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 6:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "6) තිරසාර මානසික වෑයමක් අවශ්‍ය කරන කාර්යයන් (උදා: පාසල් වැඩ හෝ ගෙදර වැඩ) බොහෝ විට මඟහැරීම, අකමැති වීම හෝ ඒවාට නොපැමිණීම";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 7:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "7) බොහෝ විට කාර්යයන් හෝ ක්‍රියාකාරකම් සඳහා අවශ්‍ය දේවල් අහිමි වේ (උදා: සෙල්ලම් බඩු, පාසල් පැවරුම්, පැන්සල්, පොත්, හෝ මෙවලම්)";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 8:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "8) බොහෝ විට බාහිර උත්තේජක මගින් අවධානය වෙනතකට යොමු වේ";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 9:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "9) එදිනෙදා කටයුතුවලදී බොහෝ විට අමතක වේ";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 10:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "10) බොහෝ විට අත් හෝ පාද සමඟ චංචල වීම හෝ ආසනයේ දඟලයි";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 11:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "11) බොහෝ විට පන්ති කාමරයේ හෝ වාඩි වී සිටීමට අපේක්ෂා කරන වෙනත් අවස්ථාවන්හිදී ආසනය තබයි";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 12:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "12) එය නුසුදුසු අවස්ථාවන්හිදී බොහෝ විට ධාවනය හෝ අධික ලෙස නැගීම";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 13:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "13) බොහෝ විට නිහඬව සෙල්ලම් කිරීමට හෝ විවේක ක්‍රියාකාරකම්වල යෙදීමට අපහසු වේ";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 14:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "14) බොහෝ විට ගමනේ යෙදී සිටී හෝ බොහෝ විට මෝටරයකින් ධාවනය වන ලෙස ක්‍රියා කරයි";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 15:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "15) බොහෝ විට අධික ලෙස කතා කරයි";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 16:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "16) බොහෝ විට ප්‍රශ්න සම්පූර්ණ කිරීමට පෙර පිළිතුරු බොඳ කරයි";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 17:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "17) බොහෝ විට වාරය බලා සිටීම දුෂ්කර ය";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
case 18:
pictureBox1.Image = Properties.Resources.kids_wearing_masks_at_school_bro_1;
quectionLabel.Text = "18) බොහෝ විට බාධා කිරීම් හෝ අන්‍යයන්ට අනවසරයෙන් ඇතුල් වීම (උදා., සංවාද/ක්‍රීඩා වලට බට්) ";
button1.Text = "කොහෙත්ම නැහැ";
button2.Text = "පොඩ්ඩක්";
button3.Text = "තරමක්";
button4.Text = "ගොඩාක්";
break;
}
//----------------------------------end--------------------------------------------------//
}
private void button5_Click(object sender, EventArgs e)
{
Form2 ff = new Form2();
ff.Show();
this.Hide();
}
private void Form3_Load(object sender, EventArgs e)
{
int w = Screen.PrimaryScreen.Bounds.Width;
int h = Screen.PrimaryScreen.Bounds.Height;
this.Location = new Point(0, 0);
this.Size = new Size(w, h);
}
}
}
<?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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment