김선호

C# UI start

Showing 38 changed files with 1029 additions and 0 deletions
No preview for this file type
GunaFramework EULA:
License Type
Activation Code is per developer meaning each developer should have a unique activation code. Each code allows up-to two(2) activations (two machines/devices/PCs). If you are collaborating you can have two devices activated using the same activation code.
Subscription
All renewals are paid annually from date of purchase
No run time limitations
When the activation code expires,compiled projects including deployes systems, software, projects developed using our framework will continue to function without any hindrances.
Feature updates
Free feature updates will be made available to all specific products within an active subscription period.
Source code
We do not provide the product (Framework) source code.
Royalties and distribution
You will not pay any royalties for applications you make and deploy using our framework. You can sell and distribute applications you make using our framework, royalty free! No attribution is required.
Resetting and transfers
If you bought a new PC or need to transfer your license to another machine, you can use the framework manager to manage (activate, deactivate and reactivate) your activation codes. Wehave made this for your convenience.
Post expiry
Your compiled applications will continue running even after expiry of license. However, your will not be able to edit your project / solution in design time.
Bug fixing
Will be handled on case by case basis which will dictate the timeframe for resolving bugs.
Free Trial
We provide a 30-day free trial for all users. Upon trial expiry, you will need to purchase to continue using the product.
Activation process
All activations are online. This means you will need internet to activate. There are no offline activations. During activation process we will collect personal info such as your email so that we activate your code. Please see our privacy policy.
Licensing changes
We reserve the right to modify the licensing from time to time without notice.Please visit this section of the website to keep up-to-date with latest terms.
Last updated 10 January, 2020

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "project", "project\project.csproj", "{EBED33C0-6AB0-42C8-BCF3-6814FD9026FA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBED33C0-6AB0-42C8-BCF3-6814FD9026FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBED33C0-6AB0-42C8-BCF3-6814FD9026FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBED33C0-6AB0-42C8-BCF3-6814FD9026FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBED33C0-6AB0-42C8-BCF3-6814FD9026FA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {190578EC-8F7B-42CF-8167-BE98F7B259DE}
EndGlobalSection
EndGlobal
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
\ No newline at end of file
namespace project
{
partial class Form1
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.panel1 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.guna2Button1 = new Guna.UI2.WinForms.Guna2Button();
this.guna2Button2 = new Guna.UI2.WinForms.Guna2Button();
this.guna2Button3 = new Guna.UI2.WinForms.Guna2Button();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.guna2Button3);
this.panel1.Controls.Add(this.guna2Button2);
this.panel1.Controls.Add(this.guna2Button1);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(180, 608);
this.panel1.TabIndex = 0;
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(50, 50);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(68, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(105, 23);
this.label1.TabIndex = 1;
this.label1.Text = "TROLL.GG";
//
// guna2Button1
//
this.guna2Button1.BackColor = System.Drawing.Color.Transparent;
this.guna2Button1.BorderRadius = 22;
this.guna2Button1.ButtonMode = Guna.UI2.WinForms.Enums.ButtonMode.RadioButton;
this.guna2Button1.Checked = true;
this.guna2Button1.CheckedState.BorderColor = System.Drawing.Color.White;
this.guna2Button1.CheckedState.CustomBorderColor = System.Drawing.Color.White;
this.guna2Button1.CheckedState.FillColor = System.Drawing.Color.White;
this.guna2Button1.CheckedState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
this.guna2Button1.CheckedState.Image = ((System.Drawing.Image)(resources.GetObject("guna2Button1.CheckedState.Image")));
this.guna2Button1.CheckedState.Parent = this.guna2Button1;
this.guna2Button1.CustomImages.Parent = this.guna2Button1;
this.guna2Button1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
this.guna2Button1.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.guna2Button1.ForeColor = System.Drawing.Color.White;
this.guna2Button1.HoverState.Parent = this.guna2Button1;
this.guna2Button1.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.guna2Button1.ImageOffset = new System.Drawing.Point(10, 0);
this.guna2Button1.Location = new System.Drawing.Point(12, 105);
this.guna2Button1.Name = "guna2Button1";
this.guna2Button1.ShadowDecoration.Parent = this.guna2Button1;
this.guna2Button1.Size = new System.Drawing.Size(163, 43);
this.guna2Button1.TabIndex = 2;
this.guna2Button1.Text = "MAIN";
this.guna2Button1.UseTransparentBackground = true;
this.guna2Button1.CheckedChanged += new System.EventHandler(this.guna2Button1_CheckedChanged);
//
// guna2Button2
//
this.guna2Button2.BackColor = System.Drawing.Color.Transparent;
this.guna2Button2.BorderRadius = 22;
this.guna2Button2.ButtonMode = Guna.UI2.WinForms.Enums.ButtonMode.RadioButton;
this.guna2Button2.CheckedState.BorderColor = System.Drawing.Color.White;
this.guna2Button2.CheckedState.CustomBorderColor = System.Drawing.Color.White;
this.guna2Button2.CheckedState.FillColor = System.Drawing.Color.White;
this.guna2Button2.CheckedState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
this.guna2Button2.CheckedState.Parent = this.guna2Button2;
this.guna2Button2.CustomImages.Parent = this.guna2Button2;
this.guna2Button2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
this.guna2Button2.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.guna2Button2.ForeColor = System.Drawing.Color.White;
this.guna2Button2.HoverState.Parent = this.guna2Button2;
this.guna2Button2.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.guna2Button2.ImageOffset = new System.Drawing.Point(10, 0);
this.guna2Button2.Location = new System.Drawing.Point(12, 392);
this.guna2Button2.Name = "guna2Button2";
this.guna2Button2.ShadowDecoration.Parent = this.guna2Button2;
this.guna2Button2.Size = new System.Drawing.Size(163, 43);
this.guna2Button2.TabIndex = 3;
this.guna2Button2.Text = "NOTICE";
this.guna2Button2.UseTransparentBackground = true;
this.guna2Button2.CheckedChanged += new System.EventHandler(this.guna2Button1_CheckedChanged);
//
// guna2Button3
//
this.guna2Button3.BackColor = System.Drawing.Color.Transparent;
this.guna2Button3.BorderRadius = 22;
this.guna2Button3.ButtonMode = Guna.UI2.WinForms.Enums.ButtonMode.RadioButton;
this.guna2Button3.CheckedState.BorderColor = System.Drawing.Color.White;
this.guna2Button3.CheckedState.CustomBorderColor = System.Drawing.Color.White;
this.guna2Button3.CheckedState.FillColor = System.Drawing.Color.White;
this.guna2Button3.CheckedState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
this.guna2Button3.CheckedState.Parent = this.guna2Button3;
this.guna2Button3.CustomImages.Parent = this.guna2Button3;
this.guna2Button3.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
this.guna2Button3.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.guna2Button3.ForeColor = System.Drawing.Color.White;
this.guna2Button3.HoverState.Parent = this.guna2Button3;
this.guna2Button3.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.guna2Button3.ImageOffset = new System.Drawing.Point(10, 0);
this.guna2Button3.Location = new System.Drawing.Point(12, 175);
this.guna2Button3.Name = "guna2Button3";
this.guna2Button3.ShadowDecoration.Parent = this.guna2Button3;
this.guna2Button3.Size = new System.Drawing.Size(163, 43);
this.guna2Button3.TabIndex = 4;
this.guna2Button3.Text = "MANUAL";
this.guna2Button3.UseTransparentBackground = true;
this.guna2Button3.CheckedChanged += new System.EventHandler(this.guna2Button1_CheckedChanged);
//
// panel2
//
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(180, 0);
this.panel2.Name = "panel2";
this.panel2.Padding = new System.Windows.Forms.Padding(0, 6, 6, 6);
this.panel2.Size = new System.Drawing.Size(892, 608);
this.panel2.TabIndex = 1;
//
// Form1
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(118)))), ((int)(((byte)(212)))));
this.ClientSize = new System.Drawing.Size(1072, 608);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ForeColor = System.Drawing.Color.Black;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private Guna.UI2.WinForms.Guna2Button guna2Button2;
private Guna.UI2.WinForms.Guna2Button guna2Button1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private Guna.UI2.WinForms.Guna2Button guna2Button3;
private System.Windows.Forms.Panel panel2;
}
}
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 project
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void moveImageBox(object sender)
{
}
private void guna2Button1_CheckedChanged(object sender, EventArgs e)
{
}
}
}
<?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="guna2Button1.CheckedState.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAACgAAAApCAYAAABHomvIAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAS
dAAAEnQB3mYfeAAAA3hJREFUWEftmM1LVFEYxk+LiKg/oBZBBEF/QEbQokVEqzZtWhnlt46OzowGhbnI
kkikKCLaFBmhpm0KdKGljdqo06jjXB2lMMzvVLRMF5m+Pcd7dL7OzNy5czWheeBhYOa87/nNPfc+58ww
2uH6fwBXlhboafMQlb1ykN07hXfW1A/ilCGAlpfdxJJbieV6iJkVYtl9xDIbaWJ6VozQr7gBz92uJ2bq
J3aVG3AbLhwgdrmNPB5FjNSnuACPVwAkzw8q2EWATuuh1sFpURG7dAKu0bGbXYDDksrA/F0Ep7mo3vlZ
1MYmHYDLdLCwiVh+0JJGModMdVFlQ4fooV0xAq7SPmsbMUsMcP4GZEXTiOilTdoBV5dol8UJOMnEsTjd
TSWv+0TT6NIG+GuWWA5ixCqZUI+zPJT9pFk0j6yogD8X5oldalBjQzaZXucodOFRl5glvCICTn6fw7d1
AU7nPRfNJg+dfdArZpMrLOCX4RHc1B2AkzQ20rkKnbj1QcwaKimgwzuGZbWrQStrarTN/XSkuF3MHqgQ
wEY34JD+2wa34XyFDpTw5f6jgggFANbaAZWCe44Hq6zJVrtAof02fiWXVSBoE/BhPU4gCFJp4XbairTI
aBBUArCpZxhwbnnBvzAgd5vtPsCTFb3YITRs/NvpzD7yfptRAc+Ut+vfX7fKab00OoYHlgMOfR3Fidih
7rPr25keWNTY8GrDq97s5BsCn9+k0NHr7zia7yFRhsfp9H03nbrbiXMeYLVCchh+aL3SQodvOCip1E57
LKhPRR++KloTAXCHrtkp6Y6TzNUDIFLjZhPQXyy5BkXe0CbBtgLA1EEv3ntQFZhfi/MzdP4eDhhZSAct
kAjrx29CwzoMYC2KogBiKfdaWjF6RS0Ko6oWfAnc8KwoykMIwPK6NlHlkz5AfkUyOzHSF6iRVFwHwGg/
DwwFNHuo7O2gGK1FazgU4J6M9PAYCpjRTb8X58Robcp4jqwtiHAVDQPkh4hsNeVj0bPmQSwzllrWk9sw
QL5MVpcYqV01zkk88RG2U0MBLZ/ESO2q7ppIAKpOAAYqAbghYwEv8sMCcovvn8G2wQWxA1Z1AjAHgLKe
3HkDVFoVmq9SwPV/TFNwEslHsJrR1N95sCn6PwLBqvw4TiwdvxaD+60bgCn1NDX3Q4z2SQq4k5QAjE9E
fwG3dE3EZV1GJgAAAABJRU5ErkJggg==
</value>
</data>
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAS
dAAAEnQB3mYfeAAAAk9JREFUaEPtmMtPE1EUh+/CpSTG/461VncQoxgX6sKlmkiMaTtJDZQFMSzUBRgi
uvCxonVa+hhoAwot7cwUSAg+YlvNzzN4m5J5gMV7y7S5X/JL05vbc843t50mwzAkKJGwoUTChq/I9/Zv
vKk38cE+u7y3W3heaQLtb3yq4/EVSe00wSarYFrtjFKn/jU8/pjiE52Mr8jKXutvwRmr/0lS4ibm9Cyf
5t8Il4gjEbPxItObhEN4RByJqI35bIZP0RvhEDk8CROL+RyfwMvCsoHN3R/8nZfeRZIm2LTgxOt4VVzl
3b2kiyWw0WWYB7/4ipfeRLjExWc2RmbFhM00sGCUeWcvmbUy2BWdkkHja5uveuld5Gmd75JPmgTZVZK4
UaBX0SKJ/oikCqtdiZsDKvIu/wUsckRiUEVGZ6n32EpXYlBFLs1R73El0kWJEE8MC/fzJh4WgnMvW8Pe
zxb/hJdQiEyVdxBbs6GVGoF5VLSw3wweSom4USKEEjmCEnGjRIihERmaP0QRKBE3gSLTFK3Cd8lDrojz
yEarYmN7g++ShzyRpA0Wq2Czts53yEWOyKHEFmxL/kl0EC/SkTD7cxIdxl7STUWYSJyKaVuo1kp81Ut0
yWliYOSOuFy4a+DcLao7kf9/kfRuG2zyM6rbwRLa6ywVp6t2nRqKjlvitCKfrH3o68HPYhNLOlgkRw1d
zWTmNCLHEV3MkIRz1XyayYxIkQfzJHFZ0tfppER02AcCRBJvqdh4Aedv+/9IZYddy4kRCTtKJGwokbCh
RMIF8Ad6d1L2kzimuAAAAABJRU5ErkJggg==
</value>
</data>
</root>
\ No newline at end of file
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace project
{
static class Program
{
/// <summary>
/// 해당 애플리케이션의 주 진입점입니다.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해
// 제어됩니다. 어셈블리와 관련된 정보를 수정하려면
// 이러한 특성 값을 변경하세요.
[assembly: AssemblyTitle("project")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("project")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// ComVisible을 false로 설정하면 이 어셈블리의 형식이 COM 구성 요소에
// 표시되지 않습니다. COM에서 이 어셈블리의 형식에 액세스하려면
// 해당 형식에 대해 ComVisible 특성을 true로 설정하세요.
[assembly: ComVisible(false)]
// 이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.
[assembly: Guid("ebed33c0-6ab0-42c8-bcf3-6814fd9026fa")]
// 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.
//
// 주 버전
// 부 버전
// 빌드 번호
// 수정 버전
//
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
// 기본값으로 할 수 있습니다.
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
//------------------------------------------------------------------------------
// <auto-generated>
// 이 코드는 도구를 사용하여 생성되었습니다.
// 런타임 버전:4.0.30319.42000
//
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
// 이러한 변경 내용이 손실됩니다.
// </auto-generated>
//------------------------------------------------------------------------------
namespace project.Properties
{
/// <summary>
/// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
/// </summary>
// 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
// 클래스에서 자동으로 생성되었습니다.
// 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여
// ResGen을 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources
{
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources()
{
}
/// <summary>
/// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager
{
get
{
if ((resourceMan == null))
{
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("project.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을
/// 재정의합니다.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture
{
get
{
return resourceCulture;
}
set
{
resourceCulture = value;
}
}
}
}
<?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.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="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</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" 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>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace project.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
{
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default
{
get
{
return defaultInstance;
}
}
}
}
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
namespace project.UserControls
{
partial class UC_Inbox
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 구성 요소 디자이너에서 생성한 코드
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UC_Inbox));
this.panel1 = new System.Windows.Forms.Panel();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.guna2TextBox1 = new Guna.UI2.WinForms.Guna2TextBox();
this.guna2ContextMenuStrip1 = new Guna.UI2.WinForms.Guna2ContextMenuStrip();
this.guna2Button1 = new Guna.UI2.WinForms.Guna2Button();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.guna2Button1);
this.panel1.Controls.Add(this.guna2TextBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(892, 100);
this.panel1.TabIndex = 0;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left;
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 100);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(312, 508);
this.flowLayoutPanel1.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.label1.Location = new System.Drawing.Point(17, 63);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(90, 23);
this.label1.TabIndex = 2;
this.label1.Text = "activate";
//
// guna2TextBox1
//
this.guna2TextBox1.BorderRadius = 15;
this.guna2TextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
this.guna2TextBox1.DefaultText = "";
this.guna2TextBox1.DisabledState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
this.guna2TextBox1.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
this.guna2TextBox1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.guna2TextBox1.DisabledState.Parent = this.guna2TextBox1;
this.guna2TextBox1.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(138)))), ((int)(((byte)(138)))));
this.guna2TextBox1.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.guna2TextBox1.FocusedState.Parent = this.guna2TextBox1;
this.guna2TextBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.guna2TextBox1.HoverState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(148)))), ((int)(((byte)(255)))));
this.guna2TextBox1.HoverState.Parent = this.guna2TextBox1;
this.guna2TextBox1.IconLeft = ((System.Drawing.Image)(resources.GetObject("guna2TextBox1.IconLeft")));
this.guna2TextBox1.IconLeftOffset = new System.Drawing.Point(5, 0);
this.guna2TextBox1.Location = new System.Drawing.Point(21, 13);
this.guna2TextBox1.Name = "guna2TextBox1";
this.guna2TextBox1.PasswordChar = '\0';
this.guna2TextBox1.PlaceholderText = "Search Username";
this.guna2TextBox1.SelectedText = "";
this.guna2TextBox1.ShadowDecoration.Parent = this.guna2TextBox1;
this.guna2TextBox1.Size = new System.Drawing.Size(200, 36);
this.guna2TextBox1.TabIndex = 3;
//
// guna2ContextMenuStrip1
//
this.guna2ContextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.guna2ContextMenuStrip1.Name = "guna2ContextMenuStrip1";
this.guna2ContextMenuStrip1.RenderStyle.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(143)))), ((int)(((byte)(255)))));
this.guna2ContextMenuStrip1.RenderStyle.BorderColor = System.Drawing.Color.Gainsboro;
this.guna2ContextMenuStrip1.RenderStyle.ColorTable = null;
this.guna2ContextMenuStrip1.RenderStyle.RoundedEdges = true;
this.guna2ContextMenuStrip1.RenderStyle.SelectionArrowColor = System.Drawing.Color.White;
this.guna2ContextMenuStrip1.RenderStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(88)))), ((int)(((byte)(255)))));
this.guna2ContextMenuStrip1.RenderStyle.SelectionForeColor = System.Drawing.Color.White;
this.guna2ContextMenuStrip1.RenderStyle.SeparatorColor = System.Drawing.Color.Gainsboro;
this.guna2ContextMenuStrip1.RenderStyle.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;
this.guna2ContextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// guna2Button1
//
this.guna2Button1.CheckedState.Parent = this.guna2Button1;
this.guna2Button1.CustomImages.Parent = this.guna2Button1;
this.guna2Button1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.guna2Button1.ForeColor = System.Drawing.Color.White;
this.guna2Button1.HoverState.Parent = this.guna2Button1;
this.guna2Button1.Location = new System.Drawing.Point(243, 31);
this.guna2Button1.Name = "guna2Button1";
this.guna2Button1.ShadowDecoration.Parent = this.guna2Button1;
this.guna2Button1.Size = new System.Drawing.Size(35, 35);
this.guna2Button1.TabIndex = 0;
//
// UC_Inbox
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "UC_Inbox";
this.Size = new System.Drawing.Size(892, 608);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private Guna.UI2.WinForms.Guna2TextBox guna2TextBox1;
private System.Windows.Forms.Label label1;
private Guna.UI2.WinForms.Guna2Button guna2Button1;
private Guna.UI2.WinForms.Guna2ContextMenuStrip guna2ContextMenuStrip1;
}
}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace project.UserControls
{
public partial class UC_Inbox : UserControl
{
public UC_Inbox()
{
InitializeComponent();
}
}
}
This diff is collapsed. Click to expand it.
No preview for this file type
No preview for this file type
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
\ No newline at end of file
No preview for this file type
C:\Users\ksh970\source\repos\project\project\bin\Debug\project.exe.config
C:\Users\ksh970\source\repos\project\project\bin\Debug\project.exe
C:\Users\ksh970\source\repos\project\project\bin\Debug\project.pdb
C:\Users\ksh970\source\repos\project\project\bin\Debug\Guna.UI2.dll
C:\Users\ksh970\source\repos\project\project\obj\Debug\project.csprojAssemblyReference.cache
C:\Users\ksh970\source\repos\project\project\obj\Debug\project.Form1.resources
C:\Users\ksh970\source\repos\project\project\obj\Debug\project.Properties.Resources.resources
C:\Users\ksh970\source\repos\project\project\obj\Debug\project.csproj.GenerateResource.cache
C:\Users\ksh970\source\repos\project\project\obj\Debug\project.csproj.CopyComplete
C:\Users\ksh970\source\repos\project\project\obj\Debug\project.exe
C:\Users\ksh970\source\repos\project\project\obj\Debug\project.pdb
No preview for this file type
No preview for this file type
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Guna.UI2.WinForms" version="2.0.1.2" targetFramework="net472" />
</packages>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{EBED33C0-6AB0-42C8-BCF3-6814FD9026FA}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>project</RootNamespace>
<AssemblyName>project</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Guna.UI2, Version=2.0.1.2, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Guna.UI2.WinForms.2.0.1.2\lib\net40\Guna.UI2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UserControls\UC_Inbox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="UserControls\UC_Inbox.Designer.cs">
<DependentUpon>UC_Inbox.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<EmbeddedResource Include="UserControls\UC_Inbox.resx">
<DependentUpon>UC_Inbox.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file