batch commit

This commit is contained in:
Scott Settle
2025-07-02 13:04:15 -04:00
parent 32b0aa8e2f
commit f06c75b7c2
9 changed files with 4803 additions and 0 deletions

View 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>

View File

@ -0,0 +1,790 @@
namespace Journal
{
partial class Form1
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.NewPageButton = new System.Windows.Forms.ToolStripButton();
this.OpenTextButton = new System.Windows.Forms.ToolStripButton();
this.SaveButton = new System.Windows.Forms.ToolStripButton();
this.SaveAllButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.UndoButton = new System.Windows.Forms.ToolStripButton();
this.RedoButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.CutButton = new System.Windows.Forms.ToolStripButton();
this.CopyButton = new System.Windows.Forms.ToolStripButton();
this.PasteButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.BoldButton = new System.Windows.Forms.ToolStripButton();
this.UnderlineButton = new System.Windows.Forms.ToolStripButton();
this.ItalicButton = new System.Windows.Forms.ToolStripButton();
this.StrikeOutButton = new System.Windows.Forms.ToolStripButton();
this.BulletPointButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
this.AddPicture = new System.Windows.Forms.ToolStripButton();
this.Encrpyt_Decrypt_Button = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.FontTextToolStrip = new System.Windows.Forms.ToolStripLabel();
this.FontText = new System.Windows.Forms.ToolStripTextBox();
this.SizeFrontDownButton = new System.Windows.Forms.ToolStripButton();
this.SizeFontUpButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.signOutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.FontColorButton = new System.Windows.Forms.ToolStripMenuItem();
this.backgroundColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.saveWithKeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openWithKeyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.infoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.WordCount = new System.Windows.Forms.ToolStripStatusLabel();
this.WordCountText = new System.Windows.Forms.ToolStripStatusLabel();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.highlightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.encrpytDecryptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.styleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.boldToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.underlineToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.italicToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.cutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.pasteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.saveAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.JournalText = new System.Windows.Forms.RichTextBox();
this.FileTabs = new System.Windows.Forms.TabControl();
this.toolStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.FileTabs.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.Color.White;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.NewPageButton,
this.OpenTextButton,
this.SaveButton,
this.SaveAllButton,
this.toolStripSeparator7,
this.UndoButton,
this.RedoButton,
this.toolStripSeparator10,
this.CutButton,
this.CopyButton,
this.PasteButton,
this.toolStripSeparator11,
this.BoldButton,
this.UnderlineButton,
this.ItalicButton,
this.StrikeOutButton,
this.BulletPointButton,
this.toolStripSeparator14,
this.AddPicture,
this.Encrpyt_Decrypt_Button,
this.toolStripSeparator1,
this.FontTextToolStrip,
this.FontText,
this.SizeFrontDownButton,
this.SizeFontUpButton,
this.toolStripSeparator8});
resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.Name = "toolStrip1";
//
// NewPageButton
//
this.NewPageButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.NewPageButton, "NewPageButton");
this.NewPageButton.Name = "NewPageButton";
this.NewPageButton.Click += new System.EventHandler(this.newToolStripButton_Click);
//
// OpenTextButton
//
this.OpenTextButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.OpenTextButton, "OpenTextButton");
this.OpenTextButton.Name = "OpenTextButton";
this.OpenTextButton.Click += new System.EventHandler(this.openToolStripButton_Click);
//
// SaveButton
//
this.SaveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.SaveButton, "SaveButton");
this.SaveButton.Name = "SaveButton";
this.SaveButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
//
// SaveAllButton
//
this.SaveAllButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.SaveAllButton, "SaveAllButton");
this.SaveAllButton.Name = "SaveAllButton";
this.SaveAllButton.Click += new System.EventHandler(this.SaveAllButton_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
resources.ApplyResources(this.toolStripSeparator7, "toolStripSeparator7");
//
// UndoButton
//
this.UndoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.UndoButton, "UndoButton");
this.UndoButton.Name = "UndoButton";
this.UndoButton.Click += new System.EventHandler(this.UndoButton_Click);
//
// RedoButton
//
this.RedoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.RedoButton, "RedoButton");
this.RedoButton.Name = "RedoButton";
this.RedoButton.Click += new System.EventHandler(this.RedoButton_Click);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Name = "toolStripSeparator10";
resources.ApplyResources(this.toolStripSeparator10, "toolStripSeparator10");
//
// CutButton
//
this.CutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.CutButton, "CutButton");
this.CutButton.Name = "CutButton";
this.CutButton.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// CopyButton
//
this.CopyButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.CopyButton, "CopyButton");
this.CopyButton.Name = "CopyButton";
this.CopyButton.Click += new System.EventHandler(this.toolStripButton6_Click);
//
// PasteButton
//
this.PasteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.PasteButton, "PasteButton");
this.PasteButton.Name = "PasteButton";
this.PasteButton.Click += new System.EventHandler(this.Paste_Click);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
resources.ApplyResources(this.toolStripSeparator11, "toolStripSeparator11");
//
// BoldButton
//
this.BoldButton.BackColor = System.Drawing.Color.White;
this.BoldButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.BoldButton, "BoldButton");
this.BoldButton.Name = "BoldButton";
this.BoldButton.Click += new System.EventHandler(this.toolStripButton9_Click);
//
// UnderlineButton
//
this.UnderlineButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.UnderlineButton, "UnderlineButton");
this.UnderlineButton.Name = "UnderlineButton";
this.UnderlineButton.Click += new System.EventHandler(this.toolStripButton8_Click);
//
// ItalicButton
//
this.ItalicButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.ItalicButton, "ItalicButton");
this.ItalicButton.Name = "ItalicButton";
this.ItalicButton.Click += new System.EventHandler(this.ItalicButton_Click);
//
// StrikeOutButton
//
this.StrikeOutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.StrikeOutButton, "StrikeOutButton");
this.StrikeOutButton.Name = "StrikeOutButton";
//
// BulletPointButton
//
this.BulletPointButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.BulletPointButton, "BulletPointButton");
this.BulletPointButton.Name = "BulletPointButton";
this.BulletPointButton.Click += new System.EventHandler(this.toolStripButton5_Click);
//
// toolStripSeparator14
//
this.toolStripSeparator14.Name = "toolStripSeparator14";
resources.ApplyResources(this.toolStripSeparator14, "toolStripSeparator14");
//
// AddPicture
//
this.AddPicture.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.AddPicture, "AddPicture");
this.AddPicture.Name = "AddPicture";
this.AddPicture.Click += new System.EventHandler(this.AddPicture_Click);
//
// Encrpyt_Decrypt_Button
//
this.Encrpyt_Decrypt_Button.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.Encrpyt_Decrypt_Button, "Encrpyt_Decrypt_Button");
this.Encrpyt_Decrypt_Button.Name = "Encrpyt_Decrypt_Button";
this.Encrpyt_Decrypt_Button.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// FontTextToolStrip
//
this.FontTextToolStrip.Name = "FontTextToolStrip";
resources.ApplyResources(this.FontTextToolStrip, "FontTextToolStrip");
//
// FontText
//
this.FontText.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.FontText, "FontText");
this.FontText.Name = "FontText";
this.FontText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FontText_KeyDown);
this.FontText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FontText_KeyPress);
//
// SizeFrontDownButton
//
this.SizeFrontDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.SizeFrontDownButton, "SizeFrontDownButton");
this.SizeFrontDownButton.Name = "SizeFrontDownButton";
this.SizeFrontDownButton.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// SizeFontUpButton
//
this.SizeFontUpButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
resources.ApplyResources(this.SizeFontUpButton, "SizeFontUpButton");
this.SizeFontUpButton.Name = "SizeFontUpButton";
this.SizeFontUpButton.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
resources.ApplyResources(this.toolStripSeparator8, "toolStripSeparator8");
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.editToolStripMenuItem,
this.toolsToolStripMenuItem,
this.helpToolStripMenuItem});
this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
resources.ApplyResources(this.menuStrip1, "menuStrip1");
this.menuStrip1.Name = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem,
this.toolStripSeparator2,
this.saveToolStripMenuItem,
this.saveAsToolStripMenuItem,
this.toolStripSeparator3,
this.toolStripSeparator4,
this.exitToolStripMenuItem,
this.closeToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
//
// newToolStripMenuItem
//
resources.ApplyResources(this.newToolStripMenuItem, "newToolStripMenuItem");
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
//
// openToolStripMenuItem
//
resources.ApplyResources(this.openToolStripMenuItem, "openToolStripMenuItem");
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
//
// saveToolStripMenuItem
//
resources.ApplyResources(this.saveToolStripMenuItem, "saveToolStripMenuItem");
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
//
// saveAsToolStripMenuItem
//
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
resources.ApplyResources(this.saveAsToolStripMenuItem, "saveAsToolStripMenuItem");
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// closeToolStripMenuItem
//
this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem");
this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.undoToolStripMenuItem,
this.redoToolStripMenuItem,
this.toolStripSeparator5,
this.cutToolStripMenuItem,
this.copyToolStripMenuItem,
this.pasteToolStripMenuItem,
this.toolStripSeparator6,
this.selectAllToolStripMenuItem,
this.signOutToolStripMenuItem});
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
//
// undoToolStripMenuItem
//
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
resources.ApplyResources(this.undoToolStripMenuItem, "undoToolStripMenuItem");
this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
//
// redoToolStripMenuItem
//
this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
resources.ApplyResources(this.redoToolStripMenuItem, "redoToolStripMenuItem");
this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
resources.ApplyResources(this.toolStripSeparator5, "toolStripSeparator5");
//
// cutToolStripMenuItem
//
resources.ApplyResources(this.cutToolStripMenuItem, "cutToolStripMenuItem");
this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
//
// copyToolStripMenuItem
//
resources.ApplyResources(this.copyToolStripMenuItem, "copyToolStripMenuItem");
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
// pasteToolStripMenuItem
//
resources.ApplyResources(this.pasteToolStripMenuItem, "pasteToolStripMenuItem");
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
resources.ApplyResources(this.toolStripSeparator6, "toolStripSeparator6");
//
// selectAllToolStripMenuItem
//
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
resources.ApplyResources(this.selectAllToolStripMenuItem, "selectAllToolStripMenuItem");
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
//
// signOutToolStripMenuItem
//
this.signOutToolStripMenuItem.Name = "signOutToolStripMenuItem";
resources.ApplyResources(this.signOutToolStripMenuItem, "signOutToolStripMenuItem");
this.signOutToolStripMenuItem.Click += new System.EventHandler(this.signOutToolStripMenuItem_Click);
//
// toolsToolStripMenuItem
//
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.customizeToolStripMenuItem,
this.FontColorButton,
this.backgroundColorToolStripMenuItem,
this.toolStripSeparator9,
this.saveWithKeyToolStripMenuItem,
this.openWithKeyToolStripMenuItem});
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
resources.ApplyResources(this.toolsToolStripMenuItem, "toolsToolStripMenuItem");
//
// customizeToolStripMenuItem
//
resources.ApplyResources(this.customizeToolStripMenuItem, "customizeToolStripMenuItem");
this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
this.customizeToolStripMenuItem.Click += new System.EventHandler(this.customizeToolStripMenuItem_Click);
//
// FontColorButton
//
resources.ApplyResources(this.FontColorButton, "FontColorButton");
this.FontColorButton.Name = "FontColorButton";
this.FontColorButton.Click += new System.EventHandler(this.FontColorButton_Click);
//
// backgroundColorToolStripMenuItem
//
resources.ApplyResources(this.backgroundColorToolStripMenuItem, "backgroundColorToolStripMenuItem");
this.backgroundColorToolStripMenuItem.Name = "backgroundColorToolStripMenuItem";
this.backgroundColorToolStripMenuItem.Click += new System.EventHandler(this.backgroundColorToolStripMenuItem_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
resources.ApplyResources(this.toolStripSeparator9, "toolStripSeparator9");
//
// saveWithKeyToolStripMenuItem
//
this.saveWithKeyToolStripMenuItem.Name = "saveWithKeyToolStripMenuItem";
resources.ApplyResources(this.saveWithKeyToolStripMenuItem, "saveWithKeyToolStripMenuItem");
//
// openWithKeyToolStripMenuItem
//
this.openWithKeyToolStripMenuItem.Name = "openWithKeyToolStripMenuItem";
resources.ApplyResources(this.openWithKeyToolStripMenuItem, "openWithKeyToolStripMenuItem");
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.infoToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
//
// infoToolStripMenuItem
//
resources.ApplyResources(this.infoToolStripMenuItem, "infoToolStripMenuItem");
this.infoToolStripMenuItem.Name = "infoToolStripMenuItem";
this.infoToolStripMenuItem.Click += new System.EventHandler(this.infoToolStripMenuItem_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel2,
this.WordCount,
this.WordCountText});
resources.ApplyResources(this.statusStrip1, "statusStrip1");
this.statusStrip1.Name = "statusStrip1";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
resources.ApplyResources(this.toolStripStatusLabel2, "toolStripStatusLabel2");
//
// WordCount
//
this.WordCount.Margin = new System.Windows.Forms.Padding(300, 3, 2, 2);
this.WordCount.Name = "WordCount";
resources.ApplyResources(this.WordCount, "WordCount");
//
// WordCountText
//
this.WordCountText.Name = "WordCountText";
resources.ApplyResources(this.WordCountText, "WordCountText");
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.highlightToolStripMenuItem,
this.encrpytDecryptToolStripMenuItem,
this.fontToolStripMenuItem,
this.toolStripSeparator12,
this.cutToolStripMenuItem1,
this.copyToolStripMenuItem1,
this.pasteToolStripMenuItem1,
this.toolStripSeparator13,
this.saveToolStripMenuItem1,
this.saveAllToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
//
// highlightToolStripMenuItem
//
resources.ApplyResources(this.highlightToolStripMenuItem, "highlightToolStripMenuItem");
this.highlightToolStripMenuItem.Name = "highlightToolStripMenuItem";
this.highlightToolStripMenuItem.Click += new System.EventHandler(this.highlightToolStripMenuItem_Click);
//
// encrpytDecryptToolStripMenuItem
//
resources.ApplyResources(this.encrpytDecryptToolStripMenuItem, "encrpytDecryptToolStripMenuItem");
this.encrpytDecryptToolStripMenuItem.Name = "encrpytDecryptToolStripMenuItem";
this.encrpytDecryptToolStripMenuItem.Click += new System.EventHandler(this.encrpytDecryptToolStripMenuItem_Click);
//
// fontToolStripMenuItem
//
this.fontToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.styleToolStripMenuItem,
this.boldToolStripMenuItem,
this.underlineToolStripMenuItem,
this.italicToolStripMenuItem});
resources.ApplyResources(this.fontToolStripMenuItem, "fontToolStripMenuItem");
this.fontToolStripMenuItem.Name = "fontToolStripMenuItem";
//
// styleToolStripMenuItem
//
resources.ApplyResources(this.styleToolStripMenuItem, "styleToolStripMenuItem");
this.styleToolStripMenuItem.Name = "styleToolStripMenuItem";
//
// boldToolStripMenuItem
//
resources.ApplyResources(this.boldToolStripMenuItem, "boldToolStripMenuItem");
this.boldToolStripMenuItem.Name = "boldToolStripMenuItem";
this.boldToolStripMenuItem.Click += new System.EventHandler(this.boldToolStripMenuItem_Click);
//
// underlineToolStripMenuItem
//
resources.ApplyResources(this.underlineToolStripMenuItem, "underlineToolStripMenuItem");
this.underlineToolStripMenuItem.Name = "underlineToolStripMenuItem";
this.underlineToolStripMenuItem.Click += new System.EventHandler(this.underlineToolStripMenuItem_Click);
//
// italicToolStripMenuItem
//
resources.ApplyResources(this.italicToolStripMenuItem, "italicToolStripMenuItem");
this.italicToolStripMenuItem.Name = "italicToolStripMenuItem";
this.italicToolStripMenuItem.Click += new System.EventHandler(this.italicToolStripMenuItem_Click);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
resources.ApplyResources(this.toolStripSeparator12, "toolStripSeparator12");
//
// cutToolStripMenuItem1
//
resources.ApplyResources(this.cutToolStripMenuItem1, "cutToolStripMenuItem1");
this.cutToolStripMenuItem1.Name = "cutToolStripMenuItem1";
this.cutToolStripMenuItem1.Click += new System.EventHandler(this.cutToolStripMenuItem1_Click);
//
// copyToolStripMenuItem1
//
resources.ApplyResources(this.copyToolStripMenuItem1, "copyToolStripMenuItem1");
this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
this.copyToolStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem1_Click);
//
// pasteToolStripMenuItem1
//
resources.ApplyResources(this.pasteToolStripMenuItem1, "pasteToolStripMenuItem1");
this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1";
this.pasteToolStripMenuItem1.Click += new System.EventHandler(this.pasteToolStripMenuItem1_Click);
//
// toolStripSeparator13
//
this.toolStripSeparator13.Name = "toolStripSeparator13";
resources.ApplyResources(this.toolStripSeparator13, "toolStripSeparator13");
//
// saveToolStripMenuItem1
//
resources.ApplyResources(this.saveToolStripMenuItem1, "saveToolStripMenuItem1");
this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1";
this.saveToolStripMenuItem1.Click += new System.EventHandler(this.saveToolStripMenuItem1_Click);
//
// saveAllToolStripMenuItem
//
resources.ApplyResources(this.saveAllToolStripMenuItem, "saveAllToolStripMenuItem");
this.saveAllToolStripMenuItem.Name = "saveAllToolStripMenuItem";
this.saveAllToolStripMenuItem.Click += new System.EventHandler(this.saveAllToolStripMenuItem_Click);
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.White;
this.tabPage1.Controls.Add(this.JournalText);
resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.Name = "tabPage1";
//
// JournalText
//
this.JournalText.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.JournalText.ContextMenuStrip = this.contextMenuStrip1;
resources.ApplyResources(this.JournalText, "JournalText");
this.JournalText.Name = "JournalText";
this.JournalText.Click += new System.EventHandler(this.JournalText_Click);
this.JournalText.Resize += new System.EventHandler(this.JournalText_Resize);
//
// FileTabs
//
this.FileTabs.Controls.Add(this.tabPage1);
resources.ApplyResources(this.FileTabs, "FileTabs");
this.FileTabs.Name = "FileTabs";
this.FileTabs.SelectedIndex = 0;
this.FileTabs.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
this.FileTabs.TabStop = false;
this.FileTabs.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.FileTabs_DrawItem);
this.FileTabs.SelectedIndexChanged += new System.EventHandler(this.FileTabs_SelectedIndexChanged);
this.FileTabs.DoubleClick += new System.EventHandler(this.FileTabs_DoubleClick);
this.FileTabs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FileTabs_KeyDown);
//
// Form1
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.FileTabs);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.FileTabs.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton NewPageButton;
private System.Windows.Forms.ToolStripButton OpenTextButton;
private System.Windows.Forms.ToolStripButton SaveButton;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem FontColorButton;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripMenuItem signOutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem;
private System.Windows.Forms.ToolStripLabel FontTextToolStrip;
private System.Windows.Forms.ToolStripTextBox FontText;
private System.Windows.Forms.ToolStripButton SizeFrontDownButton;
private System.Windows.Forms.ToolStripButton SizeFontUpButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton UndoButton;
private System.Windows.Forms.ToolStripButton RedoButton;
private System.Windows.Forms.ToolStripButton CutButton;
private System.Windows.Forms.ToolStripButton PasteButton;
private System.Windows.Forms.ToolStripButton CopyButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripButton Encrpyt_Decrypt_Button;
private System.Windows.Forms.ToolStripButton BulletPointButton;
private System.Windows.Forms.ToolStripMenuItem backgroundColorToolStripMenuItem;
protected internal System.Windows.Forms.ToolStripMenuItem customizeToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripButton BoldButton;
private System.Windows.Forms.ToolStripButton UnderlineButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripMenuItem saveWithKeyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openWithKeyToolStripMenuItem;
private System.Windows.Forms.ToolStripButton SaveAllButton;
private System.Windows.Forms.ToolStripStatusLabel WordCount;
protected System.Windows.Forms.ToolStripStatusLabel WordCountText;
private System.Windows.Forms.ToolStripButton ItalicButton;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem highlightToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem encrpytDecryptToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fontToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem styleToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem boldToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem underlineToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem italicToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem saveAllToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
private System.Windows.Forms.ToolStripButton StrikeOutButton;
private System.Windows.Forms.ToolStripButton AddPicture;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.RichTextBox JournalText;
private System.Windows.Forms.TabControl FileTabs;
}
}

View File

@ -0,0 +1,368 @@
<?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="newToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAERSURBVDhPrZDbSgJRGIXnpewd6jXsjSQvIrwoI0RQMChU
0iiDPCGiE3ZCRkvR8VzTeBhnyR5/ccaZNnPhB4t9sdf6Ln5hb8QeathNJFVFKF5C8DqL4ksDVHWGDf7j
LHyPg6NjviSaFqlu5yQYR+KpupaIkrMknCxT3Y7v/NYYb0ITK1c3BarbWWhLQ7IR0cTKReyZ6lZ0XYei
ztHpK4bAc+h1FgQijzSxMptrGIxVSO0xX3AaStFki7bUMVFmaMm/eJMGfIH/MkGzLep0AXn4h/r3CJV3
mS9gn2bY4UY/UzQ7E9TqfeTFtnuB+XAfzSHKr11kSl/uBebDiZ89ZCst3OUkdwL28sIVsE83ock+EIQV
2Mz2wxeg6/UAAAAASUVORK5CYII=
</value>
</data>
<data name="openToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJHSURBVDhPxZBdSNNhFMb/F110ZZEVhVBgeeHNICiiuggp
olAUyyxI0oSaH1QYC3N+tKnp5ubm1JUua5uuqdNKMwr7kApFItTUkWZqVhSVYmao5Nevvy7UoYR3HXh4
4XCe33nOKyy3lAY7l9RWMo0O/raWXxEyo5spVYTNvOGyfIRPfW+ptOkXqaPl6T83hcRmExSdgzAz3NVm
YWyoYla/B+1M9JtxWLPpaH22JORIjI6gKAMB0jyEimIdo4OlbuaprwVMOOMovammpDADc34qppwUrmnl
5Kni3aFlFg2j3y1z5mnRTJccnNIltQhwq0jFry+mOXNtpWZWDx1Z1NhV3C3JwGFOw25SYjVe5oYhiUKd
HKMmwQUrMWUw/CF3NnZvvYKqUh1TvUroS3fXe7HXkwidMngTS2t5KLbregSzMY2f3Wr4qKW6LJvGR1rX
0MLor8OhKYTJBn/GHvvxrliCTBrsOqXIoOBHh5K+hmSq7FqmexTQHuUytkaKxuNMNgYyVneA4Qd7GKjc
hjLaRzxH7gIU6JIZaEvgtk1D8wsxSWecCDgNzWFMvwxm/PkhRmr3Mli1nW9lvjRdWc0Jf+/5jzRmyWmv
S+GOLQu6U6BFjPvqKOP1AYw88WOoZif9DgmfLVtxaj1RSLdwNvrkPCA3M54KqxrnvRia9MKcGrUrqFOt
5H7qKsqT1mGO9+Lqhc2ELdw+U/r0i+gVZ8hMiCDx3DHORwZyKnQ/hw/uYt9uCTskPvh6e7Fp41rWr/Fg
g6eHO+A/lyD8ARfG3mk9fv1YAAAAAElFTkSuQmCC
</value>
</data>
<data name="saveToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIySURBVDhPrZLfS5NRGMfff6H7boIuuq2pMZyL1eAt11CW
DcOKsB9vpFmaLtNExco0av6CbIVLJ61Wk3BSkT/AFCkRZSpZmrmiJQ41xSaCwdfznL15XEUX0Reem5f3
8znnec4j/Zc8fxYGla91CS3eRTx0z6OpMYS7jmnU1X6B/VYA18snUVoyjsKCt8jLHcH5c36ouCQR2NUJ
1Nas4G9ZXlmFKbULh1Kf8lJxSfI+WeCCyopv6q+/h+DQ/DJ2WV5Ao1FgPegRAveDOS4oLfmq/h6dn/DH
4AJizD4UXJrCAUuzEDgbZrjgou2DiohshIcnQtgme5GTPYbkJKcQ1N8OckHW2REVi+RXuM8fxGaDG4oy
ALPZIQQ11Z+5QDk1oKJ/hjv7P2FTfCMOH3mFxMQ6IbhROYWOdrCnBI4dfwPr0V4+bRoY9UzXppMjcDdS
rC8hy3YhuFI2gTYf2A4Aza4f7N2/o/zaLB8qDYx6zszwr8P7k1thNFYIweXCMXgeAfedq2xxwjClZUeV
Jd2GtDNFETiJwfs8MBjKhMCWN8pgoLoqzE8miH1GjE7G4PsZjE7OQsm9ij2mFg7rdrug1xcJAa2l4w7W
r00Cgk/n38S7wBwC04u4UGxHrMHF4CbEJtyDLj5fCDIzhljfSxzeavRgyw4Zj9t64GvvQ0d3P3pfD2Kv
2QqNvgFxDN6urYdWmyMElJMnevh60obRktA701PRtGlg1DOdSkXwzrisaMG/RZLWAE60OMW5fNhvAAAA
AElFTkSuQmCC
</value>
</data>
<data name="UndoButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEfSURBVDhPjVK7DgFBFN0/4A/4AvEJfkAi0ZLoNArR6hUq
tUgkElGJ1jYaDYVsI9Fq2EYyin2Ua864d9g1u/YkJ5nHOfcxcy2G53nVIAiEZBSGYdn3/TnviQJnuCPL
BzDf3aeoDNZaPFweo0J7EVnNmSLWOMMd9GR9AyaYIXQfT702kZKIWCUIwIJSd6XX9dE2sk9XRaz5HJWg
HbLHAzCn9pnbURklHQ6CdnBGdnMAsDXZKSF6lhkbqITvlIdhCvBthuZvAAO1WQhRlPv0FrKAIBCjIs7+
84hpkF9VS5qN32iCFHSSM4FAGLifQUpCltc3mZE5j3l+uNxiYzzeODA7f8um1xa96V6baaAc3JEsG/zq
PMaoKLeZQa+f46ss6wVeddKu0bn3NAAAAABJRU5ErkJggg==
</value>
</data>
<data name="toolStripButton7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEgSURBVDhPrZK9agJBFIXnDZJH8AkkLxIQbCP4AKls01tY
WS+CEEiRQmyzjY1NLGQbQbCyUZvAbLE/5TjfMHezrLsbhBy4MHPvPWfuz6gy8jzvpGk6z7JMWzPeND4b
G8o9SZInT/kFzvMl1m8fG/MweDeqP3PGGR/kcHs0L9PVrQgvQ+6OFgWxasQ+1wd3FhFPV4oSeUWSn8df
7jWMs/jLlVGRpyuFmgQh2HuEjyQsCHcFsUmgCHzvT8ZW1KNHRJraahSgbATwy2DrRKoCNy1orR+JSSUQ
qubIoDrE2lW1oW6Nd4tIvxBFBMHLT2z4hT6tHdLvf4hEk2VUiDBgv965T2sHG0Ck/IFeg7WbiWznT5DI
i/Kd7xpoGYhYsqknK3UFU4/RUE6VilMAAAAASUVORK5CYII=
</value>
</data>
<data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAETSURBVDhPlZI9joMwEEZ9hD3CHiFnoEfallNwhb1BDkNP
T5Ut6Jci2YYiifgrHT8zQwwklvaTRtjzvfGMLUyovu8P4zheCacPSRvWmoeR9F4AeZ7boijsMAzfkjas
yeHBSHovZ9okSWyWZR6ks3Ynhwcj+F4hqFNo9/BgwfcCLstyBYeHVlW1utpLdV33y111Cu1ODk+w93Id
vuq6XqbQ7uTwBIsrnOJf3RGv3ratL7yc/3ywjr4+csARiHh3QBBHKZtFgjumaerhWMDArg7hVIzT6cfe
rnf/BWYSnSb0YKmR8ucfCKDBvmkaH688aqZp+lwO2E6gXWKeL0Zus3oDvnrPmCflswReuoa/7NZjPzvG
PACo9vZBhvc9ZwAAAABJRU5ErkJggg==
</value>
</data>
<data name="toolStripButton6.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABYSURBVDhPY8AGvn379p8YDFWOCUCSTk5OeDH9DPjw/iMK
xmoAiEMMxmsATAIXpp8BML/CMLKGYWAAjA3jQ7XT0QB0DNWOagAujKIBHVDFAGIwVDkSYGAAAJ5YL7el
/ns1AAAAAElFTkSuQmCC
</value>
</data>
<data name="Paste.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACWSURBVDhP3Y5NCsMgEEY9Qo8U3HtD75LLpN24sIWOLlO+
wUkkTk0CWeWDB8P8PDW9xBgfRDSmlGaAGr0y3g8OvPeztZZBjV4Z/0/OecCLIQQ+fE4vBrX8pqy2kQUg
L9eCWgLK2Zr6sMY51/ROCTR2Be/4UWkEKDToS8whgTS3YHZYoC3eRCAHW64XaGDWYxH04CU1xvwAFVFR
+LRFzJEAAAAASUVORK5CYII=
</value>
</data>
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABeSURBVDhPYxim4OvXr/O/ffv2HxsGyUGVYQcwzTET9v1n
CJ4DxiD2wGrGhaFasWsmhKlrAAhgMyRn1mEUJ6NjqFYEIBAO/VBl+AE+Q0ByUGX4AcwQbJhoQ4YKYGAA
ALMhNijYvkl1AAAAAElFTkSuQmCC
</value>
</data>
<data name="toolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABOSURBVDhPYxhm4OvXr/O/ffv2HxsGyUGV4QcwQ2Im7PvP
EDwHjEFs2hoCksCFiTIEJAhTRAhjNYQqBuDCRHkBHYAUDKxmbJig5qEKGBgAvvE2Frk+kKAAAAAASUVO
RK5CYII=
</value>
</data>
<data name="newToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAERSURBVDhPrZDbSgJRGIXnpewd6jXsjSQvIrwoI0RQMChU
0iiDPCGiE3ZCRkvR8VzTeBhnyR5/ccaZNnPhB4t9sdf6Ln5hb8QeathNJFVFKF5C8DqL4ksDVHWGDf7j
LHyPg6NjviSaFqlu5yQYR+KpupaIkrMknCxT3Y7v/NYYb0ITK1c3BarbWWhLQ7IR0cTKReyZ6lZ0XYei
ztHpK4bAc+h1FgQijzSxMptrGIxVSO0xX3AaStFki7bUMVFmaMm/eJMGfIH/MkGzLep0AXn4h/r3CJV3
mS9gn2bY4UY/UzQ7E9TqfeTFtnuB+XAfzSHKr11kSl/uBebDiZ89ZCst3OUkdwL28sIVsE83ock+EIQV
2Mz2wxeg6/UAAAAASUVORK5CYII=
</value>
</data>
<data name="openToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJHSURBVDhPxZBdSNNhFMb/F110ZZEVhVBgeeHNICiiuggp
olAUyyxI0oSaH1QYC3N+tKnp5ubm1JUua5uuqdNKMwr7kApFItTUkWZqVhSVYmao5Nevvy7UoYR3HXh4
4XCe33nOKyy3lAY7l9RWMo0O/raWXxEyo5spVYTNvOGyfIRPfW+ptOkXqaPl6T83hcRmExSdgzAz3NVm
YWyoYla/B+1M9JtxWLPpaH22JORIjI6gKAMB0jyEimIdo4OlbuaprwVMOOMovammpDADc34qppwUrmnl
5Kni3aFlFg2j3y1z5mnRTJccnNIltQhwq0jFry+mOXNtpWZWDx1Z1NhV3C3JwGFOw25SYjVe5oYhiUKd
HKMmwQUrMWUw/CF3NnZvvYKqUh1TvUroS3fXe7HXkwidMngTS2t5KLbregSzMY2f3Wr4qKW6LJvGR1rX
0MLor8OhKYTJBn/GHvvxrliCTBrsOqXIoOBHh5K+hmSq7FqmexTQHuUytkaKxuNMNgYyVneA4Qd7GKjc
hjLaRzxH7gIU6JIZaEvgtk1D8wsxSWecCDgNzWFMvwxm/PkhRmr3Mli1nW9lvjRdWc0Jf+/5jzRmyWmv
S+GOLQu6U6BFjPvqKOP1AYw88WOoZif9DgmfLVtxaj1RSLdwNvrkPCA3M54KqxrnvRia9MKcGrUrqFOt
5H7qKsqT1mGO9+Lqhc2ELdw+U/r0i+gVZ8hMiCDx3DHORwZyKnQ/hw/uYt9uCTskPvh6e7Fp41rWr/Fg
g6eHO+A/lyD8ARfG3mk9fv1YAAAAAElFTkSuQmCC
</value>
</data>
<data name="saveToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIySURBVDhPrZLfS5NRGMfff6H7boIuuq2pMZyL1eAt11CW
DcOKsB9vpFmaLtNExco0av6CbIVLJ61Wk3BSkT/AFCkRZSpZmrmiJQ41xSaCwdfznL15XEUX0Reem5f3
8znnec4j/Zc8fxYGla91CS3eRTx0z6OpMYS7jmnU1X6B/VYA18snUVoyjsKCt8jLHcH5c36ouCQR2NUJ
1Nas4G9ZXlmFKbULh1Kf8lJxSfI+WeCCyopv6q+/h+DQ/DJ2WV5Ao1FgPegRAveDOS4oLfmq/h6dn/DH
4AJizD4UXJrCAUuzEDgbZrjgou2DiohshIcnQtgme5GTPYbkJKcQ1N8OckHW2REVi+RXuM8fxGaDG4oy
ALPZIQQ11Z+5QDk1oKJ/hjv7P2FTfCMOH3mFxMQ6IbhROYWOdrCnBI4dfwPr0V4+bRoY9UzXppMjcDdS
rC8hy3YhuFI2gTYf2A4Aza4f7N2/o/zaLB8qDYx6zszwr8P7k1thNFYIweXCMXgeAfedq2xxwjClZUeV
Jd2GtDNFETiJwfs8MBjKhMCWN8pgoLoqzE8miH1GjE7G4PsZjE7OQsm9ij2mFg7rdrug1xcJAa2l4w7W
r00Cgk/n38S7wBwC04u4UGxHrMHF4CbEJtyDLj5fCDIzhljfSxzeavRgyw4Zj9t64GvvQ0d3P3pfD2Kv
2QqNvgFxDN6urYdWmyMElJMnevh60obRktA701PRtGlg1DOdSkXwzrisaMG/RZLWAE60OMW5fNhvAAAA
AElFTkSuQmCC
</value>
</data>
<data name="cutToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGDSURBVDhPrZFNSwJRGIX9NYGbFoUlFElY1EJQKEYhCJsi
LaVsERnRF5iCaSZJO1toCDVGFkgoFpWQWWRR2aIvUxm1BKN1wSnHCFw4TOCzue+9nPNw4eVVnav4Izzb
QfxeGZ5TWaxT/rK3irzmC7CsusvC1G4IkbNLboIiDieF4GGUKeTeClDpppF8eeEu2PIfwfrzizSdw3Hk
EnKlFpkMzV2wH77AosOFTV8A+vkl9CiHuJeLJNNZjM8tYWB0FkTvMAwmy/8ERTR6CwjlGAi1Ccence6C
1NsXzN4PKIxJLLgeIJ2MoXvmFraNBKK3eXZRIveJPvs7FIYniEkXZENOdE+GIZ2Ko10TwLK7tJmKmL0F
EEYarYM+NMnt0C1sQzpx/lcSEnZ2gcKY/gs0dlmZuWvmjjmpwA1qxVp2AWFIMAF/OAGBzMjMI7ZrtJCb
4Df3o4Zfxy7QrdxDRFKol5khkpR2H4qmIOzUQNBGwrsXYxccnNOQqNbQ0KGGZ+eEPVwdeLxvqqrf4wGh
TNAAAAAASUVORK5CYII=
</value>
</data>
<data name="copyToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHkSURBVDhPvZHfS1NhHIf3p5QypLr2D4goMwoMCi/qIugH
Xe1Cr7qKDIMkZixwNhfWLGWbnuki0kXKzLU023KubBNPJrbRdOzocm6e2dPOO21mMS+CHvjcvOf9PF++
79H9M+7RT2iRRsIi9sEAXe43yAvf2LpSHq28G9uAnytNT4jMLewtcQ2Ht2pF8ps/aOt+gccX5lxD694S
+1BQFD1RkN5DSFa4Z3uONKbgHE3h8KZ4OJTC1J8UiSzmfhd2uf1CoJHbyKOsZokl0kKwm+aeJaov+wjO
rpQkVqdXfOz0bWAcVLghfaXxkUz3y2VxvpMGSwL3uMKh+gHezSSLEnNhX23vtYzKUirDfGyFj/Iy1mdx
UWqR8iKhwtQLxjgH659y4EwvVXWPiwJt3/Ws+muywRrlqvkDdx3zQrCN8l1ldnEd3/QqFmkS/akHJYGS
zjLzOUEwEsMf+sLI2zmaOou/93pPGoM5zvk7UU7fnBKxSBPoT7SXBNW1F/9Io2lKCNTCeomUyrS8xnBA
wfUqyf1eP5U1ptJD/o1LzeNCsHPydtqdr6k4aiwvOHvNSya3ibU/QIdrEkvfhJislc32MfYfuV1eUGPw
FF7bIVJVZ0N/soPK421UHGstlFvYd/hWecF/Qqf7CR0A5wwgSQA2AAAAAElFTkSuQmCC
</value>
</data>
<data name="pasteToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJSSURBVDhPtZJrSJNRGMdf6IN9KbpQn/pUEH2JIoLqQ0Zh
FqYZRmJG1iKmUqKyLB2pqSm6vC1Nm5GXoeatEsVJ0RASR3eNzegikRq5lrV3857Fr/d9ddlICoL+8OfA
Oef/e57zcIT/os7WLMw302muSGJ2689qqi7A44q8IzjtNYzarzHQm8tZtT8FmRqu6LToMxN+B8qhCbGR
KVcDE85ajKUaxoaryEuL4UVXIudPB5Ko2oy98xjDptXERuz3hsgAOTzlqqMk6yjdllzE90UM9Wp5azlB
S1kwkeG+1CSv4mmBQPThfd6Ahqq8GYB4A11yBKmaMLQxoZyLDkGjDiZOFUhUuB+FsWsUQFiArzegtlzH
pFjPpMPA2GA2jucx2KqWK7ZWLqO7dBGP9D5KWLbfto3eAKMhi3FHBeP9GYy9PMXos4OIrYvJrzSRbWjm
wuV6EnVG4tLLiEzSExGf4w0oL05nZEDPaK+akceBuO9v4uPtFUrYo6npbzhdE/QPOQmNSiPouHYOUpaf
gvgqA/dDf9wd63G1r2SgUlAqyyq/1anYUGfG2mdXwne7bOwJUc1AinOS+NxzBpd5HWLbUhyNPvRdF5S2
v05/54tbqvzBifWNHUvPOwLC4/CXwrv2HsB3+w6EwosJOB5ESeElfGpayGD1AmwlArHSm+W2PR1clToo
MrbT0mFTVtlbN6xFuJQar3wQz5Q9VksD+7XyPctrJdx4p5s605M5gKz8lJPSDwtGFbKboJ1blAN52vKb
PdXm80/AfDokTVu+8DfPXv9XCcIPTvjvLQ8YoakAAAAASUVORK5CYII=
</value>
</data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAMAEBAQAAEABAAoAQAANgAAABAQAAABAAgAaAUAAF4BAAAQEAAAAQAgAGgEAADGBgAAKAAAABAA
AAAgAAAAAQAEAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAIAAAACAgACAAAAAgACAAICA
AACAgIAAwMDAAAAA/wAA/wAAAP//AP8AAAD/AP8A//8AAP///wAA///wAAAAAA93d38AAAAA93d3d///
///3d3d3h3d3f/f///eHd3d/93d3d///93/3d3d3///3fw93d3////d/AP/4f///938AAPd////3fwAA
93////d/AAD3f//3d38AAPd///d38AAA93d3d38AAAD3d3d38AAAAP////8AAMH/AACA/wAAAAAAAAAA
AAAAAAAAAAAAAAAAAACAAAAAwAAAAPAAAADwAAAA8AAAAPABAADwAwAA8AcAAPAPAAAoAAAAEAAAACAA
AAABAAgAAAAAAAABAAAAAAAAAAAAAAABAAAAAQAAAAAAAEJCQgB6enoAhoaGAJGRkQCzs7MAvr6+APHv
8ADz8fIA9PP0APX19QD4+PgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAACwoKCgsAAAAAAAAAAAAACgQBAQEECgAA
AAAAAAAACwQBAQEBAQQKCgoKCgoKCgoBAQEBAQEBBgEBAQEBAQoKAQcHBwcHAQUBAQEBAQEKCgEBAQEB
AQEKBwcHBwEBCgsEAQEBAQEECgcHBwcBAQoACgQBAQEECgcHBwcHAQEKAAALCgoGAgcHBwcHBwEBCgAA
AAAKAQEHBwcHBwcBAQoAAAAACgEBBwcHBwcHAQEKAAAAAAoBAQcHBwcBAQEDCgAAAAAKAQEHBwcHAQED
CgAAAAAACgEBAQEBAQEDCgAAAAAAAAoBAQEBAQEDCgAAAAAAAAAKCgoKCgoKCgAAAADB/wAAgP8AAAAA
AAAAAAAAAAAAAAAAAAAAAAAAgAAAAMAAAADwAAAA8AAAAPAAAADwAQAA8AMAAPAHAADwDwAAKAAAABAA
AAAgAAAAAQAgAAAAAABABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD29vYg9vb2r/b29v/29vb/9vb2//b2
9q/29vYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD29vYg9vb275GRkf9CQkL/QkJC/0JC
Qv+RkZH/9vb27/b29iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9vb2r5GRkf9CQkL/QkJC/0JC
Qv9CQkL/QkJC/5GRkf/29vb/9vb2//b29v/29vb/9vb2//b29v/29vb/9vb2//b29v9CQkL/QkJC/0JC
Qv9CQkL/QkJC/0JCQv9CQkL/vr6+/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC//b29v/29vb/QkJC//Hv
8P/x7/D/8e/w//Hv8P/x7/D/QkJC/7Ozs/9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv/29vb/9vb2/0JC
Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv/09PT/8e/w//Hv8P/x7/D/8e/w/0JCQv9CQkL/9vb2//b2
9q+RkZH/QkJC/0JCQv9CQkL/QkJC/0JCQv+RkZH/8/Hy//Hv8P/x7/D/8e/w//Hv8P9CQkL/QkJC//b2
9v/29vYg9vb275GRkf9CQkL/QkJC/0JCQv+RkZH/9PP0//Hv8P/x7/D/8e/w//Hv8P/x7/D/QkJC/0JC
Qv/29vb/AAAAAPb29iD29vav9vb2//b29v++vr7/enp6//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w/0JC
Qv9CQkL/9vb2/wAAAAAAAAAAAAAAAAAAAAD29vb/QkJC/0JCQv/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv
8P9CQkL/QkJC//b29v8AAAAAAAAAAAAAAAAAAAAA9vb2/0JCQv9CQkL/8e/w//Hv8P/x7/D/8e/w//Hv
8P/x7/D/QkJC/0JCQv/29vb/AAAAAAAAAAAAAAAAAAAAAPb29v9CQkL/QkJC//Hv8P/x7/D/8e/w//Hv
8P9CQkL/QkJC/0JCQv+Ghob/9vb27wAAAAAAAAAAAAAAAAAAAAD29vb/QkJC/0JCQv/x7/D/8e/w//Hv
8P/x7/D/QkJC/0JCQv+Ghob/9vb27/b29jAAAAAAAAAAAAAAAAAAAAAA9vb2/0JCQv9CQkL/QkJC/0JC
Qv9CQkL/QkJC/0JCQv+Ghob/9vb27/b29jAAAAAAAAAAAAAAAAAAAAAAAAAAAPb29v9CQkL/QkJC/0JC
Qv9CQkL/QkJC/0JCQv+Ghob/9vb27/b29jAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD29vb/9vb2//b2
9v/29vb/9vb2//b29v/29vb/9vb27/b29jAAAAAAAAAAAAAAAACA/wAAAH8AAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAIAAAADwAAAA8AAAAPAAAADwAAAA8AEAAPADAADwBwAA
</value>
</data>
</root>

View File

@ -0,0 +1,368 @@
<?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="newToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAERSURBVDhPrZDbSgJRGIXnpewd6jXsjSQvIrwoI0RQMChU
0iiDPCGiE3ZCRkvR8VzTeBhnyR5/ccaZNnPhB4t9sdf6Ln5hb8QeathNJFVFKF5C8DqL4ksDVHWGDf7j
LHyPg6NjviSaFqlu5yQYR+KpupaIkrMknCxT3Y7v/NYYb0ITK1c3BarbWWhLQ7IR0cTKReyZ6lZ0XYei
ztHpK4bAc+h1FgQijzSxMptrGIxVSO0xX3AaStFki7bUMVFmaMm/eJMGfIH/MkGzLep0AXn4h/r3CJV3
mS9gn2bY4UY/UzQ7E9TqfeTFtnuB+XAfzSHKr11kSl/uBebDiZ89ZCst3OUkdwL28sIVsE83ock+EIQV
2Mz2wxeg6/UAAAAASUVORK5CYII=
</value>
</data>
<data name="openToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJHSURBVDhPxZBdSNNhFMb/F110ZZEVhVBgeeHNICiiuggp
olAUyyxI0oSaH1QYC3N+tKnp5ubm1JUua5uuqdNKMwr7kApFItTUkWZqVhSVYmao5Nevvy7UoYR3HXh4
4XCe33nOKyy3lAY7l9RWMo0O/raWXxEyo5spVYTNvOGyfIRPfW+ptOkXqaPl6T83hcRmExSdgzAz3NVm
YWyoYla/B+1M9JtxWLPpaH22JORIjI6gKAMB0jyEimIdo4OlbuaprwVMOOMovammpDADc34qppwUrmnl
5Kni3aFlFg2j3y1z5mnRTJccnNIltQhwq0jFry+mOXNtpWZWDx1Z1NhV3C3JwGFOw25SYjVe5oYhiUKd
HKMmwQUrMWUw/CF3NnZvvYKqUh1TvUroS3fXe7HXkwidMngTS2t5KLbregSzMY2f3Wr4qKW6LJvGR1rX
0MLor8OhKYTJBn/GHvvxrliCTBrsOqXIoOBHh5K+hmSq7FqmexTQHuUytkaKxuNMNgYyVneA4Qd7GKjc
hjLaRzxH7gIU6JIZaEvgtk1D8wsxSWecCDgNzWFMvwxm/PkhRmr3Mli1nW9lvjRdWc0Jf+/5jzRmyWmv
S+GOLQu6U6BFjPvqKOP1AYw88WOoZif9DgmfLVtxaj1RSLdwNvrkPCA3M54KqxrnvRia9MKcGrUrqFOt
5H7qKsqT1mGO9+Lqhc2ELdw+U/r0i+gVZ8hMiCDx3DHORwZyKnQ/hw/uYt9uCTskPvh6e7Fp41rWr/Fg
g6eHO+A/lyD8ARfG3mk9fv1YAAAAAElFTkSuQmCC
</value>
</data>
<data name="saveToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIySURBVDhPrZLfS5NRGMfff6H7boIuuq2pMZyL1eAt11CW
DcOKsB9vpFmaLtNExco0av6CbIVLJ61Wk3BSkT/AFCkRZSpZmrmiJQ41xSaCwdfznL15XEUX0Reem5f3
8znnec4j/Zc8fxYGla91CS3eRTx0z6OpMYS7jmnU1X6B/VYA18snUVoyjsKCt8jLHcH5c36ouCQR2NUJ
1Nas4G9ZXlmFKbULh1Kf8lJxSfI+WeCCyopv6q+/h+DQ/DJ2WV5Ao1FgPegRAveDOS4oLfmq/h6dn/DH
4AJizD4UXJrCAUuzEDgbZrjgou2DiohshIcnQtgme5GTPYbkJKcQ1N8OckHW2REVi+RXuM8fxGaDG4oy
ALPZIQQ11Z+5QDk1oKJ/hjv7P2FTfCMOH3mFxMQ6IbhROYWOdrCnBI4dfwPr0V4+bRoY9UzXppMjcDdS
rC8hy3YhuFI2gTYf2A4Aza4f7N2/o/zaLB8qDYx6zszwr8P7k1thNFYIweXCMXgeAfedq2xxwjClZUeV
Jd2GtDNFETiJwfs8MBjKhMCWN8pgoLoqzE8miH1GjE7G4PsZjE7OQsm9ij2mFg7rdrug1xcJAa2l4w7W
r00Cgk/n38S7wBwC04u4UGxHrMHF4CbEJtyDLj5fCDIzhljfSxzeavRgyw4Zj9t64GvvQ0d3P3pfD2Kv
2QqNvgFxDN6urYdWmyMElJMnevh60obRktA701PRtGlg1DOdSkXwzrisaMG/RZLWAE60OMW5fNhvAAAA
AElFTkSuQmCC
</value>
</data>
<data name="UndoButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEfSURBVDhPjVK7DgFBFN0/4A/4AvEJfkAi0ZLoNArR6hUq
tUgkElGJ1jYaDYVsI9Fq2EYyin2Ua864d9g1u/YkJ5nHOfcxcy2G53nVIAiEZBSGYdn3/TnviQJnuCPL
BzDf3aeoDNZaPFweo0J7EVnNmSLWOMMd9GR9AyaYIXQfT702kZKIWCUIwIJSd6XX9dE2sk9XRaz5HJWg
HbLHAzCn9pnbURklHQ6CdnBGdnMAsDXZKSF6lhkbqITvlIdhCvBthuZvAAO1WQhRlPv0FrKAIBCjIs7+
84hpkF9VS5qN32iCFHSSM4FAGLifQUpCltc3mZE5j3l+uNxiYzzeODA7f8um1xa96V6baaAc3JEsG/zq
PMaoKLeZQa+f46ss6wVeddKu0bn3NAAAAABJRU5ErkJggg==
</value>
</data>
<data name="toolStripButton7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEgSURBVDhPrZK9agJBFIXnDZJH8AkkLxIQbCP4AKls01tY
WS+CEEiRQmyzjY1NLGQbQbCyUZvAbLE/5TjfMHezrLsbhBy4MHPvPWfuz6gy8jzvpGk6z7JMWzPeND4b
G8o9SZInT/kFzvMl1m8fG/MweDeqP3PGGR/kcHs0L9PVrQgvQ+6OFgWxasQ+1wd3FhFPV4oSeUWSn8df
7jWMs/jLlVGRpyuFmgQh2HuEjyQsCHcFsUmgCHzvT8ZW1KNHRJraahSgbATwy2DrRKoCNy1orR+JSSUQ
qubIoDrE2lW1oW6Nd4tIvxBFBMHLT2z4hT6tHdLvf4hEk2VUiDBgv965T2sHG0Ck/IFeg7WbiWznT5DI
i/Kd7xpoGYhYsqknK3UFU4/RUE6VilMAAAAASUVORK5CYII=
</value>
</data>
<data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAETSURBVDhPlZI9joMwEEZ9hD3CHiFnoEfallNwhb1BDkNP
T5Ut6Jci2YYiifgrHT8zQwwklvaTRtjzvfGMLUyovu8P4zheCacPSRvWmoeR9F4AeZ7boijsMAzfkjas
yeHBSHovZ9okSWyWZR6ks3Ynhwcj+F4hqFNo9/BgwfcCLstyBYeHVlW1utpLdV33y111Cu1ODk+w93Id
vuq6XqbQ7uTwBIsrnOJf3RGv3ratL7yc/3ywjr4+csARiHh3QBBHKZtFgjumaerhWMDArg7hVIzT6cfe
rnf/BWYSnSb0YKmR8ucfCKDBvmkaH688aqZp+lwO2E6gXWKeL0Zus3oDvnrPmCflswReuoa/7NZjPzvG
PACo9vZBhvc9ZwAAAABJRU5ErkJggg==
</value>
</data>
<data name="toolStripButton6.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABYSURBVDhPY8AGvn379p8YDFWOCUCSTk5OeDH9DPjw/iMK
xmoAiEMMxmsATAIXpp8BML/CMLKGYWAAjA3jQ7XT0QB0DNWOagAujKIBHVDFAGIwVDkSYGAAAJ5YL7el
/ns1AAAAAElFTkSuQmCC
</value>
</data>
<data name="Paste.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACWSURBVDhP3Y5NCsMgEEY9Qo8U3HtD75LLpN24sIWOLlO+
wUkkTk0CWeWDB8P8PDW9xBgfRDSmlGaAGr0y3g8OvPeztZZBjV4Z/0/OecCLIQQ+fE4vBrX8pqy2kQUg
L9eCWgLK2Zr6sMY51/ROCTR2Be/4UWkEKDToS8whgTS3YHZYoC3eRCAHW64XaGDWYxH04CU1xvwAFVFR
+LRFzJEAAAAASUVORK5CYII=
</value>
</data>
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABeSURBVDhPYxim4OvXr/O/ffv2HxsGyUGVYQcwzTET9v1n
CJ4DxiD2wGrGhaFasWsmhKlrAAhgMyRn1mEUJ6NjqFYEIBAO/VBl+AE+Q0ByUGX4AcwQbJhoQ4YKYGAA
ALMhNijYvkl1AAAAAElFTkSuQmCC
</value>
</data>
<data name="toolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABOSURBVDhPYxhm4OvXr/O/ffv2HxsGyUGV4QcwQ2Im7PvP
EDwHjEFs2hoCksCFiTIEJAhTRAhjNYQqBuDCRHkBHYAUDKxmbJig5qEKGBgAvvE2Frk+kKAAAAAASUVO
RK5CYII=
</value>
</data>
<data name="newToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAERSURBVDhPrZDbSgJRGIXnpewd6jXsjSQvIrwoI0RQMChU
0iiDPCGiE3ZCRkvR8VzTeBhnyR5/ccaZNnPhB4t9sdf6Ln5hb8QeathNJFVFKF5C8DqL4ksDVHWGDf7j
LHyPg6NjviSaFqlu5yQYR+KpupaIkrMknCxT3Y7v/NYYb0ITK1c3BarbWWhLQ7IR0cTKReyZ6lZ0XYei
ztHpK4bAc+h1FgQijzSxMptrGIxVSO0xX3AaStFki7bUMVFmaMm/eJMGfIH/MkGzLep0AXn4h/r3CJV3
mS9gn2bY4UY/UzQ7E9TqfeTFtnuB+XAfzSHKr11kSl/uBebDiZ89ZCst3OUkdwL28sIVsE83ock+EIQV
2Mz2wxeg6/UAAAAASUVORK5CYII=
</value>
</data>
<data name="openToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJHSURBVDhPxZBdSNNhFMb/F110ZZEVhVBgeeHNICiiuggp
olAUyyxI0oSaH1QYC3N+tKnp5ubm1JUua5uuqdNKMwr7kApFItTUkWZqVhSVYmao5Nevvy7UoYR3HXh4
4XCe33nOKyy3lAY7l9RWMo0O/raWXxEyo5spVYTNvOGyfIRPfW+ptOkXqaPl6T83hcRmExSdgzAz3NVm
YWyoYla/B+1M9JtxWLPpaH22JORIjI6gKAMB0jyEimIdo4OlbuaprwVMOOMovammpDADc34qppwUrmnl
5Kni3aFlFg2j3y1z5mnRTJccnNIltQhwq0jFry+mOXNtpWZWDx1Z1NhV3C3JwGFOw25SYjVe5oYhiUKd
HKMmwQUrMWUw/CF3NnZvvYKqUh1TvUroS3fXe7HXkwidMngTS2t5KLbregSzMY2f3Wr4qKW6LJvGR1rX
0MLor8OhKYTJBn/GHvvxrliCTBrsOqXIoOBHh5K+hmSq7FqmexTQHuUytkaKxuNMNgYyVneA4Qd7GKjc
hjLaRzxH7gIU6JIZaEvgtk1D8wsxSWecCDgNzWFMvwxm/PkhRmr3Mli1nW9lvjRdWc0Jf+/5jzRmyWmv
S+GOLQu6U6BFjPvqKOP1AYw88WOoZif9DgmfLVtxaj1RSLdwNvrkPCA3M54KqxrnvRia9MKcGrUrqFOt
5H7qKsqT1mGO9+Lqhc2ELdw+U/r0i+gVZ8hMiCDx3DHORwZyKnQ/hw/uYt9uCTskPvh6e7Fp41rWr/Fg
g6eHO+A/lyD8ARfG3mk9fv1YAAAAAElFTkSuQmCC
</value>
</data>
<data name="saveToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIySURBVDhPrZLfS5NRGMfff6H7boIuuq2pMZyL1eAt11CW
DcOKsB9vpFmaLtNExco0av6CbIVLJ61Wk3BSkT/AFCkRZSpZmrmiJQ41xSaCwdfznL15XEUX0Reem5f3
8znnec4j/Zc8fxYGla91CS3eRTx0z6OpMYS7jmnU1X6B/VYA18snUVoyjsKCt8jLHcH5c36ouCQR2NUJ
1Nas4G9ZXlmFKbULh1Kf8lJxSfI+WeCCyopv6q+/h+DQ/DJ2WV5Ao1FgPegRAveDOS4oLfmq/h6dn/DH
4AJizD4UXJrCAUuzEDgbZrjgou2DiohshIcnQtgme5GTPYbkJKcQ1N8OckHW2REVi+RXuM8fxGaDG4oy
ALPZIQQ11Z+5QDk1oKJ/hjv7P2FTfCMOH3mFxMQ6IbhROYWOdrCnBI4dfwPr0V4+bRoY9UzXppMjcDdS
rC8hy3YhuFI2gTYf2A4Aza4f7N2/o/zaLB8qDYx6zszwr8P7k1thNFYIweXCMXgeAfedq2xxwjClZUeV
Jd2GtDNFETiJwfs8MBjKhMCWN8pgoLoqzE8miH1GjE7G4PsZjE7OQsm9ij2mFg7rdrug1xcJAa2l4w7W
r00Cgk/n38S7wBwC04u4UGxHrMHF4CbEJtyDLj5fCDIzhljfSxzeavRgyw4Zj9t64GvvQ0d3P3pfD2Kv
2QqNvgFxDN6urYdWmyMElJMnevh60obRktA701PRtGlg1DOdSkXwzrisaMG/RZLWAE60OMW5fNhvAAAA
AElFTkSuQmCC
</value>
</data>
<data name="cutToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGDSURBVDhPrZFNSwJRGIX9NYGbFoUlFElY1EJQKEYhCJsi
LaVsERnRF5iCaSZJO1toCDVGFkgoFpWQWWRR2aIvUxm1BKN1wSnHCFw4TOCzue+9nPNw4eVVnav4Izzb
QfxeGZ5TWaxT/rK3irzmC7CsusvC1G4IkbNLboIiDieF4GGUKeTeClDpppF8eeEu2PIfwfrzizSdw3Hk
EnKlFpkMzV2wH77AosOFTV8A+vkl9CiHuJeLJNNZjM8tYWB0FkTvMAwmy/8ERTR6CwjlGAi1Ccence6C
1NsXzN4PKIxJLLgeIJ2MoXvmFraNBKK3eXZRIveJPvs7FIYniEkXZENOdE+GIZ2Ko10TwLK7tJmKmL0F
EEYarYM+NMnt0C1sQzpx/lcSEnZ2gcKY/gs0dlmZuWvmjjmpwA1qxVp2AWFIMAF/OAGBzMjMI7ZrtJCb
4Df3o4Zfxy7QrdxDRFKol5khkpR2H4qmIOzUQNBGwrsXYxccnNOQqNbQ0KGGZ+eEPVwdeLxvqqrf4wGh
TNAAAAAASUVORK5CYII=
</value>
</data>
<data name="copyToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHkSURBVDhPvZHfS1NhHIf3p5QypLr2D4goMwoMCi/qIugH
Xe1Cr7qKDIMkZixwNhfWLGWbnuki0kXKzLU023KubBNPJrbRdOzocm6e2dPOO21mMS+CHvjcvOf9PF++
79H9M+7RT2iRRsIi9sEAXe43yAvf2LpSHq28G9uAnytNT4jMLewtcQ2Ht2pF8ps/aOt+gccX5lxD694S
+1BQFD1RkN5DSFa4Z3uONKbgHE3h8KZ4OJTC1J8UiSzmfhd2uf1CoJHbyKOsZokl0kKwm+aeJaov+wjO
rpQkVqdXfOz0bWAcVLghfaXxkUz3y2VxvpMGSwL3uMKh+gHezSSLEnNhX23vtYzKUirDfGyFj/Iy1mdx
UWqR8iKhwtQLxjgH659y4EwvVXWPiwJt3/Ws+muywRrlqvkDdx3zQrCN8l1ldnEd3/QqFmkS/akHJYGS
zjLzOUEwEsMf+sLI2zmaOou/93pPGoM5zvk7UU7fnBKxSBPoT7SXBNW1F/9Io2lKCNTCeomUyrS8xnBA
wfUqyf1eP5U1ptJD/o1LzeNCsHPydtqdr6k4aiwvOHvNSya3ibU/QIdrEkvfhJislc32MfYfuV1eUGPw
FF7bIVJVZ0N/soPK421UHGstlFvYd/hWecF/Qqf7CR0A5wwgSQA2AAAAAElFTkSuQmCC
</value>
</data>
<data name="pasteToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJSSURBVDhPtZJrSJNRGMdf6IN9KbpQn/pUEH2JIoLqQ0Zh
FqYZRmJG1iKmUqKyLB2pqSm6vC1Nm5GXoeatEsVJ0RASR3eNzegikRq5lrV3857Fr/d9ddlICoL+8OfA
Oef/e57zcIT/os7WLMw302muSGJ2689qqi7A44q8IzjtNYzarzHQm8tZtT8FmRqu6LToMxN+B8qhCbGR
KVcDE85ajKUaxoaryEuL4UVXIudPB5Ko2oy98xjDptXERuz3hsgAOTzlqqMk6yjdllzE90UM9Wp5azlB
S1kwkeG+1CSv4mmBQPThfd6Ahqq8GYB4A11yBKmaMLQxoZyLDkGjDiZOFUhUuB+FsWsUQFiArzegtlzH
pFjPpMPA2GA2jucx2KqWK7ZWLqO7dBGP9D5KWLbfto3eAKMhi3FHBeP9GYy9PMXos4OIrYvJrzSRbWjm
wuV6EnVG4tLLiEzSExGf4w0oL05nZEDPaK+akceBuO9v4uPtFUrYo6npbzhdE/QPOQmNSiPouHYOUpaf
gvgqA/dDf9wd63G1r2SgUlAqyyq/1anYUGfG2mdXwne7bOwJUc1AinOS+NxzBpd5HWLbUhyNPvRdF5S2
v05/54tbqvzBifWNHUvPOwLC4/CXwrv2HsB3+w6EwosJOB5ESeElfGpayGD1AmwlArHSm+W2PR1clToo
MrbT0mFTVtlbN6xFuJQar3wQz5Q9VksD+7XyPctrJdx4p5s605M5gKz8lJPSDwtGFbKboJ1blAN52vKb
PdXm80/AfDokTVu+8DfPXv9XCcIPTvjvLQ8YoakAAAAASUVORK5CYII=
</value>
</data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAMAEBAQAAEABAAoAQAANgAAABAQAAABAAgAaAUAAF4BAAAQEAAAAQAgAGgEAADGBgAAKAAAABAA
AAAgAAAAAQAEAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAIAAAACAgACAAAAAgACAAICA
AACAgIAAwMDAAAAA/wAA/wAAAP//AP8AAAD/AP8A//8AAP///wAA///wAAAAAA93d38AAAAA93d3d///
///3d3d3h3d3f/f///eHd3d/93d3d///93/3d3d3///3fw93d3////d/AP/4f///938AAPd////3fwAA
93////d/AAD3f//3d38AAPd///d38AAA93d3d38AAAD3d3d38AAAAP////8AAMH/AACA/wAAAAAAAAAA
AAAAAAAAAAAAAAAAAACAAAAAwAAAAPAAAADwAAAA8AAAAPABAADwAwAA8AcAAPAPAAAoAAAAEAAAACAA
AAABAAgAAAAAAAABAAAAAAAAAAAAAAABAAAAAQAAAAAAAEJCQgB6enoAhoaGAJGRkQCzs7MAvr6+APHv
8ADz8fIA9PP0APX19QD4+PgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAACwoKCgsAAAAAAAAAAAAACgQBAQEECgAA
AAAAAAAACwQBAQEBAQQKCgoKCgoKCgoBAQEBAQEBBgEBAQEBAQoKAQcHBwcHAQUBAQEBAQEKCgEBAQEB
AQEKBwcHBwEBCgsEAQEBAQEECgcHBwcBAQoACgQBAQEECgcHBwcHAQEKAAALCgoGAgcHBwcHBwEBCgAA
AAAKAQEHBwcHBwcBAQoAAAAACgEBBwcHBwcHAQEKAAAAAAoBAQcHBwcBAQEDCgAAAAAKAQEHBwcHAQED
CgAAAAAACgEBAQEBAQEDCgAAAAAAAAoBAQEBAQEDCgAAAAAAAAAKCgoKCgoKCgAAAADB/wAAgP8AAAAA
AAAAAAAAAAAAAAAAAAAAAAAAgAAAAMAAAADwAAAA8AAAAPAAAADwAQAA8AMAAPAHAADwDwAAKAAAABAA
AAAgAAAAAQAgAAAAAABABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD29vYg9vb2r/b29v/29vb/9vb2//b2
9q/29vYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD29vYg9vb275GRkf9CQkL/QkJC/0JC
Qv+RkZH/9vb27/b29iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9vb2r5GRkf9CQkL/QkJC/0JC
Qv9CQkL/QkJC/5GRkf/29vb/9vb2//b29v/29vb/9vb2//b29v/29vb/9vb2//b29v9CQkL/QkJC/0JC
Qv9CQkL/QkJC/0JCQv9CQkL/vr6+/0JCQv9CQkL/QkJC/0JCQv9CQkL/QkJC//b29v/29vb/QkJC//Hv
8P/x7/D/8e/w//Hv8P/x7/D/QkJC/7Ozs/9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv/29vb/9vb2/0JC
Qv9CQkL/QkJC/0JCQv9CQkL/QkJC/0JCQv/09PT/8e/w//Hv8P/x7/D/8e/w/0JCQv9CQkL/9vb2//b2
9q+RkZH/QkJC/0JCQv9CQkL/QkJC/0JCQv+RkZH/8/Hy//Hv8P/x7/D/8e/w//Hv8P9CQkL/QkJC//b2
9v/29vYg9vb275GRkf9CQkL/QkJC/0JCQv+RkZH/9PP0//Hv8P/x7/D/8e/w//Hv8P/x7/D/QkJC/0JC
Qv/29vb/AAAAAPb29iD29vav9vb2//b29v++vr7/enp6//Hv8P/x7/D/8e/w//Hv8P/x7/D/8e/w/0JC
Qv9CQkL/9vb2/wAAAAAAAAAAAAAAAAAAAAD29vb/QkJC/0JCQv/x7/D/8e/w//Hv8P/x7/D/8e/w//Hv
8P9CQkL/QkJC//b29v8AAAAAAAAAAAAAAAAAAAAA9vb2/0JCQv9CQkL/8e/w//Hv8P/x7/D/8e/w//Hv
8P/x7/D/QkJC/0JCQv/29vb/AAAAAAAAAAAAAAAAAAAAAPb29v9CQkL/QkJC//Hv8P/x7/D/8e/w//Hv
8P9CQkL/QkJC/0JCQv+Ghob/9vb27wAAAAAAAAAAAAAAAAAAAAD29vb/QkJC/0JCQv/x7/D/8e/w//Hv
8P/x7/D/QkJC/0JCQv+Ghob/9vb27/b29jAAAAAAAAAAAAAAAAAAAAAA9vb2/0JCQv9CQkL/QkJC/0JC
Qv9CQkL/QkJC/0JCQv+Ghob/9vb27/b29jAAAAAAAAAAAAAAAAAAAAAAAAAAAPb29v9CQkL/QkJC/0JC
Qv9CQkL/QkJC/0JCQv+Ghob/9vb27/b29jAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD29vb/9vb2//b2
9v/29vb/9vb2//b29v/29vb/9vb27/b29jAAAAAAAAAAAAAAAACA/wAAAH8AAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAIAAAADwAAAA8AAAAPAAAADwAAAA8AEAAPADAADwBwAA
</value>
</data>
</root>

View File

@ -0,0 +1,798 @@
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;
using System.IO;
using System.Runtime.InteropServices;
using System.Diagnostics;
namespace Journal
{
public partial class Form1 : Form
{
public struct DataVariable
{
public RichTextBox Tabs;
public bool Encrypted;
public string FileSources;
}
#region Variables
//byte[] Encryptedbytes;
static string Source = Properties.Settings.Default.SourceFile;
int NumberPages = 1;
int fontsize = 12;
int WordCountint = 0;
//const int LEADING_SPACE = 12;
//const int CLOSE_SPACE = 15;
//const int CLOSE_AREA = 15;
DataVariable Datavar = new DataVariable();
static List<DataVariable> DataVarList = new List<DataVariable>();
Button temp = new Button();
RichTextBox _Paste = null; // = new RichTextBox();
// Save_Open__File Save_Open = new Save_Open__File(DataVarList, Source);
ColorDialog Colordlg = new ColorDialog();
PictureBox _image = null; //= new PictureBox();
//List<RichTextBox> Tabs = new List<RichTextBox>();
//List<bool> Encrypted = new List<bool>();
//Undo_Redo UnRedo = new Undo_Redo();
//static List<string> FileSources = new List<string>();
// TabControl tb;
// UnRedo m_buffer;
//_32bitEncryption _32bit;//= new _32bitEncryption();
#endregion
#region Initialize
public Form1()
{
InitializeComponent();
CenterToScreen();
Datavar.Tabs = JournalText;
int tabLength = FileTabs.ItemSize.Width;
Datavar.Encrypted = false;
Datavar.FileSources = "Entery.txt";
DataVarList.Add(Datavar);
}
private void Form1_Load(object sender, EventArgs e)
{
// get the inital length
int tabLength = FileTabs.ItemSize.Width;
// measure the text in each tab and make adjustment to the size
for (int i = 0; i < this.FileTabs.TabPages.Count; i++)
{
TabPage currentPage = FileTabs.TabPages[i];
FileTabs.Padding = new System.Drawing.Point(5, 3);
int currentTabLength = TextRenderer.MeasureText(currentPage.Text, FileTabs.Font).Width;
// adjust the length for what text is written
//currentTabLength += LEADING_SPACE + CLOSE_SPACE + CLOSE_AREA;
if (currentTabLength > tabLength)
tabLength = currentTabLength;
}
Size newTabSize = new Size(tabLength, FileTabs.ItemSize.Height);
FileTabs.ItemSize = newTabSize;
}
#endregion
#region Custom_Methods
public TabControl GetFiletabs()
{
return FileTabs;
}
public void SetTab(int _page, string _name)
{
if (_page <= NumberPages)
FileTabs.TabPages[_page].Text = _name;
}
public void AddPage(string FileName, string _text)
{
TabPage tb = new TabPage(FileName);
tb.BackColor = Color.White;
RichTextBox RTB = new RichTextBox();
RTB.Click += JournalText_Click;
RTB.BorderStyle = BorderStyle.None;
string name = "New Page";
RTB.ScrollBars = RichTextBoxScrollBars.Vertical;
RTB.Multiline = true;
RTB.Dock = DockStyle.Fill;
RTB.WordWrap = false;
tb.Controls.Add(RTB);
RTB.ContextMenuStrip = contextMenuStrip1;
name += NumberPages.ToString();
RTB.Name = name;
FontFamily family = new FontFamily("Times New Roman");
Font new_font = new Font(family, fontsize);
RTB.Font = new_font;
RTB.Rtf = _text;
FileTabs.TabPages.Add(tb);
Datavar = new DataVariable();
Datavar.Tabs = RTB;
Datavar.Encrypted = false;
NumberPages++;
Datavar.FileSources = Source;
DataVarList.Add(Datavar);
FileTabs.SelectTab(NumberPages - 1);
CalcWordCount();
FontText.Text = fontsize.ToString();
//UnRedo.AddPage();
Debug.WriteLine("Added new page " + FileName);
}
private void CheckButtonBackground()
{
if (DataVarList[FileTabs.SelectedIndex].Encrypted)
{
Encrpyt_Decrypt_Button.BackColor = Color.LightGray;
UnderlineButton.BackColor = Color.White;
BoldButton.BackColor = Color.White;
ItalicButton.BackColor = Color.White;
BulletPointButton.BackColor = Color.White;
}
else
{
Encrpyt_Decrypt_Button.BackColor = Color.White;
if (!DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Underline)
UnderlineButton.BackColor = Color.White;
else
UnderlineButton.BackColor = Color.LightGray;
if (!DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Bold)
BoldButton.BackColor = Color.White;
else
BoldButton.BackColor = Color.LightGray;
if (!DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Italic)
ItalicButton.BackColor = Color.White;
else
ItalicButton.BackColor = Color.LightGray;
if (DataVarList[FileTabs.SelectedIndex].Tabs.BulletIndent != 0)
BulletPointButton.BackColor = Color.LightGray;
else
BulletPointButton.BackColor = Color.White;
}
}
#endregion
#region ToolStripButtons
private void saveToolStripButton_Click(object sender, EventArgs e)
{
if (NumberPages > 0)
{
//Save_Open.SetEncryptedBytes();
Save_Open__File Save_Open = new Save_Open__File(DataVarList, Source);
Save_Open.SaveFile(FileTabs, DataVarList);
}
}
private void newToolStripButton_Click(object sender, EventArgs e)
{
if (NumberPages < 20)
{
WordCountint = 0;
WordCountText.Text = WordCountint.ToString();
Source = "Entery.txt";
if (NumberPages != 0)
AddPage("NewPage" + NumberPages, "");
else if (NumberPages == 0)
AddPage("NewPage", "");
if (NumberPages > 0)
{
FileTabs.SelectTab(NumberPages - 1);
}
Debug.WriteLine("Added new page ");
}
}
private void closeToolStripMenuItem_Click(object sender, EventArgs e)
{
try
{
if (DataVarList.Count == 1)
{
Close();
}
//FileSources.RemoveAt(FileTabs.SelectedIndex);
int _neweselected = FileTabs.SelectedIndex - 1;
//Tabs.Remove(DataVarList[FileTabs.SelectedIndex].Tabs);
DataVarList.RemoveAt(FileTabs.SelectedIndex);
FileTabs.TabPages.Remove(FileTabs.SelectedTab);
// UnRedo.RemovePage(FileTabs.SelectedIndex);
//Encrypted.Remove(false);
if (_neweselected > 0)
{
FileTabs.SelectedIndex = _neweselected;
}
NumberPages--;
Debug.WriteLine("Clossed Passed ");
}
catch
{
Debug.WriteLine("Close Failed");
}
}
private void exitToolStripMenuItem_Click(object sender, EventArgs e)
{
Close();
}
private void signOutToolStripMenuItem_Click(object sender, EventArgs e)
{
Close();
}
private void openToolStripButton_Click(object sender, EventArgs e)
{
Save_Open__File Save_Open = new Save_Open__File(DataVarList, Source);
string[] Arg = Save_Open.OpenFile();
if (Arg != null)
{
Source = Arg[2];
AddPage(Arg[0], Arg[1]);
}
CalcWordCount();
}
private void openToolStripMenuItem_Click(object sender, EventArgs e)
{
openToolStripButton_Click(sender, e);
}
private void saveToolStripMenuItem_Click(object sender, EventArgs e)
{
if (DataVarList.Count > 0)
saveToolStripButton_Click(sender, e);
}
private void newToolStripMenuItem_Click(object sender, EventArgs e)
{
newToolStripButton_Click(sender, e);
}
private void infoToolStripMenuItem_Click(object sender, EventArgs e)
{
Info infoscreen = new Info();
Debug.WriteLine("Info Screen Called ");
infoscreen.ShowDialog();
}
private void toolStripButton1_Click(object sender, EventArgs e)
{
if (DataVarList.Count > 0)
if (fontsize > 8)
{
fontsize--;
FontText.Text = fontsize.ToString();
if (DataVarList.Count > 0)
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont = new Font(DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Name, fontsize,
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Style, DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Unit);
Debug.WriteLine("Font Size -- ");
}
}
private void toolStripButton2_Click(object sender, EventArgs e)
{
if (DataVarList.Count > 0)
if (fontsize < 72)
{
fontsize++;
FontText.Text = fontsize.ToString();
if (DataVarList.Count > 0)
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont = new Font(DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Name, fontsize,
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Style, DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Unit);
Debug.WriteLine("Font Size ++");
}
}
private void copyToolStripMenuItem_Click(object sender, EventArgs e)
{
//string buffertext = "";
_Paste = new RichTextBox();
_Paste.Text = "";
if (DataVarList.Count > 0)
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionLength > 0)
{
_Paste.Text += (DataVarList[FileTabs.SelectedIndex].Tabs.SelectedText);
// _Paste.Text = DataVarList[FileTabs.SelectedIndex].Tabs.SelectedText;
DataVarList[FileTabs.SelectedIndex].Tabs.Copy();
}
_Paste = null;
}
private void pasteToolStripMenuItem_Click(object sender, EventArgs e)
{
if (DataVarList.Count > 0)
{
DataVarList[FileTabs.SelectedIndex].Tabs.Paste();
CalcWordCount();
}
}
private void cutToolStripMenuItem_Click(object sender, EventArgs e)
{
if (DataVarList.Count > 0)
{
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionLength > 0)
{
WordCountint -= CalcWordCount(DataVarList[FileTabs.SelectedIndex].Tabs.SelectedText);
WordCountText.Text = WordCountint.ToString();
_Paste.Text = DataVarList[FileTabs.SelectedIndex].Tabs.SelectedText;
DataVarList[FileTabs.SelectedIndex].Tabs.SelectedText = "";
}
}
}
private void undoToolStripMenuItem_Click(object sender, EventArgs e)
{
UndoButton_Click(sender, e);
CalcWordCount();
}
private void selectAllToolStripMenuItem_Click(object sender, EventArgs e)
{
if (DataVarList.Count > 0)
DataVarList[FileTabs.SelectedIndex].Tabs.SelectAll();
}
private void redoToolStripMenuItem_Click(object sender, EventArgs e)
{
//save undo in buffer then redo it in this snip of code
//if (UnRedo.CheckRedu(FileTabs.SelectedIndex))
//{
// //DataVarList[FileTabs.SelectedIndex].Tabs.Rtf = UnRedo.GetRedo(FileTabs.SelectedIndex);
// //m_buffer = UnRedo.GetRedo(FileTabs.SelectedIndex);
// //DataVarList[FileTabs.SelectedIndex].Tabs.Select(m_buffer.m_position, 0);
// //DataVarList[FileTabs.SelectedIndex].Tabs.SelectedRtf = m_buffer.m_var;
// //DataVarList[FileTabs.SelectedIndex].Tabs.Select(DataVarList[FileTabs.SelectedIndex].Tabs.Text.Length, DataVarList[FileTabs.SelectedIndex].Tabs.Text.Length);
//}
CalcWordCount();
}
private void toolStripButton4_Click(object sender, EventArgs e)
{
cutToolStripMenuItem_Click(sender, e);
}
private void toolStripButton6_Click(object sender, EventArgs e)
{
copyToolStripMenuItem_Click(sender, e);
}
private void Paste_Click(object sender, EventArgs e)
{
if (DataVarList.Count > 0)
pasteToolStripMenuItem_Click(sender, e);
CalcWordCount();
}
private void UndoButton_Click(object sender, EventArgs e)
{
//if (UnRedo.CheckUndo(FileTabs.SelectedIndex))
//{
// //DataVarList[FileTabs.SelectedIndex].Tabs.Rtf = UnRedo.GetUndo(FileTabs.SelectedIndex);
// //m_buffer = UnRedo.GetUndo(FileTabs.SelectedIndex);
// //DataVarList[FileTabs.SelectedIndex].Tabs.Select(m_buffer.m_position, 0);
// //DataVarList[FileTabs.SelectedIndex].Tabs.SelectedRtf = m_buffer.m_var;
// //DataVarList[FileTabs.SelectedIndex].Tabs.Select(DataVarList[FileTabs.SelectedIndex].Tabs.Text.Length, DataVarList[FileTabs.SelectedIndex].Tabs.Text.Length);
//}
CalcWordCount();
}
//Save as
private void saveAsToolStripMenuItem_Click(object sender, EventArgs e)
{
if (DataVarList.Count > 0)
{
Save_Open__File Save_Open = new Save_Open__File(DataVarList, Source);
//Save_Open.SetEncryptedBytes(Encryptedbytes);
Save_Open.SaveAs(FileTabs, DataVarList);
Debug.WriteLine("Save As Called ");
}
}
//Encrypt / Decrypt
private void toolStripButton3_Click(object sender, EventArgs e)
{
if (DataVarList.Count > 0)
{
if (!DataVarList[FileTabs.SelectedIndex].Encrypted)
{
if (DataVarList[FileTabs.SelectedIndex].Tabs.Text != "")
{
Save_Open__File Save_Open = new Save_Open__File(DataVarList, Source);
string _string =
Save_Open.Encrypt(DataVarList[FileTabs.SelectedIndex].Tabs.Rtf);
DataVarList[FileTabs.SelectedIndex].Tabs.WordWrap = true;
DataVarList[FileTabs.SelectedIndex].Tabs.Text = _string;
DataVarList[FileTabs.SelectedIndex].Tabs.SelectAll();
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionColor = Color.Black;
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionBackColor = Color.WhiteSmoke;
DataVarList[FileTabs.SelectedIndex].Tabs.ReadOnly = true;
//DataVarList[FileTabs.SelectedIndex].Encrypted = true;
DataVarList[FileTabs.SelectedIndex].Tabs.Enabled = false;
Datavar = new DataVariable();
Datavar.Tabs = DataVarList[FileTabs.SelectedIndex].Tabs;
Datavar.Encrypted = true;
Datavar.FileSources = DataVarList[FileTabs.SelectedIndex].FileSources;
DataVarList[FileTabs.SelectedIndex] = Datavar;
Encrpyt_Decrypt_Button.BackColor = Color.LightGray;
UnderlineButton.BackColor = Color.White;
BoldButton.BackColor = Color.White;
ItalicButton.BackColor = Color.White;
BulletPointButton.BackColor = Color.White;
FileTabs.SelectedTab.BackColor = Color.WhiteSmoke;
Datavar = new DataVariable();
}
}
else
{
if (DataVarList[FileTabs.SelectedIndex].Tabs.Text != "")
{
Save_Open__File Save_Open = new Save_Open__File(DataVarList, Source);
DataVarList[FileTabs.SelectedIndex].Tabs.WordWrap = false;
string _string = Save_Open.Decrypt(DataVarList[FileTabs.SelectedIndex].Tabs.Text);
DataVarList[FileTabs.SelectedIndex].Tabs.Rtf = _string;
DataVarList[FileTabs.SelectedIndex].Tabs.ReadOnly = false;
//DataVarList[FileTabs.SelectedIndex].Encrypted = false;
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionStart = DataVarList[FileTabs.SelectedIndex].Tabs.Text.Length;
DataVarList[FileTabs.SelectedIndex].Tabs.Enabled = true;
Datavar = new DataVariable();
Datavar.Tabs = DataVarList[FileTabs.SelectedIndex].Tabs;
Datavar.Encrypted = false;
Datavar.FileSources = DataVarList[FileTabs.SelectedIndex].FileSources;
DataVarList[FileTabs.SelectedIndex] = Datavar;
Encrpyt_Decrypt_Button.BackColor = Color.White;
CheckButtonBackground();
FileTabs.SelectedTab.BackColor = DataVarList[FileTabs.SelectedIndex].Tabs.BackColor;
Datavar = new DataVariable();
}
}
}
}
//Bullet points
private void toolStripButton5_Click(object sender, EventArgs e)
{
if (DataVarList.Count > 0)
{
if (DataVarList[FileTabs.SelectedIndex].Tabs.BulletIndent == 0)
{
DataVarList[FileTabs.SelectedIndex].Tabs.BulletIndent = 10;
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionBullet = true;
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionIndent = 10;
BulletPointButton.BackColor = Color.LightGray;
}
else
{
DataVarList[FileTabs.SelectedIndex].Tabs.BulletIndent = 0;
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionBullet = false;
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionIndent = 0;
BulletPointButton.BackColor = Color.White;
}
}
}
//Save multiple files at once
private void SaveAllButton_Click(object sender, EventArgs e)
{
if (NumberPages > 0)
{
//Save_Open.SetEncryptedBytes(Encryptedbytes);
Save_Open__File Save_Open = new Save_Open__File(DataVarList, Source);
Save_Open.SaveAllFile(FileTabs, DataVarList, NumberPages);
}
}
private void customizeToolStripMenuItem_Click(object sender, EventArgs e)
{
FontDialog FontDia = new FontDialog();
if (FontDia.ShowDialog() == DialogResult.OK)
{
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont = FontDia.Font;
fontsize = (int)DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Size + 1;
FontText.Text = fontsize.ToString();
}
}
//Change File Tab Background color
private void backgroundColorToolStripMenuItem_Click(object sender, EventArgs e)
{
//ColorDialog Colordlg = new ColorDialog();
if (Colordlg.ShowDialog() == DialogResult.OK)
{
DataVarList[FileTabs.SelectedIndex].Tabs.BackColor = Colordlg.Color;
FileTabs.SelectedTab.BackColor = DataVarList[FileTabs.SelectedIndex].Tabs.BackColor;
for (int loop = 0; loop < DataVarList[FileTabs.SelectedIndex].Tabs.Text.Length; loop++)
{
DataVarList[FileTabs.SelectedIndex].Tabs.Select(loop, 1);
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionBackColor != Color.Yellow)
{
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionBackColor = Colordlg.Color;
}
}
DataVarList[FileTabs.SelectedIndex].Tabs.Select(DataVarList[FileTabs.SelectedIndex].Tabs.Text.Length, 0);
}
}
#endregion
#region Clac_WordCount
//Calculate Word Count
private void CalcWordCount()
{
if (DataVarList[FileTabs.SelectedIndex].Tabs.Text.Length > 0)
{
WordCountint = 0;
string[] numbers;
numbers = DataVarList[FileTabs.SelectedIndex].Tabs.Text.Split(' ');
for (int loop = 0; loop < numbers.Length; loop++)
{
if (numbers[loop] != "")
WordCountint++;
}
WordCountText.Text = WordCountint.ToString();
}
else
WordCountText.Text = "0";
}
//Calculate the word count overload 1
private int CalcWordCount(string _Word)
{
if (_Word.Length > 0)
{
string[] numbers;
numbers = _Word.Split(' ');
return numbers.Length;
}
else
return 0;
}
#endregion
#region VS_Methods
private void FileTabs_Selected(object sender, TabControlEventArgs e)
{
throw new NotImplementedException();
}
//Do word count, update when user does lower case i to I
private void FileTabs_KeyDown(object sender, KeyEventArgs e)
{
string _tb = DataVarList[FileTabs.SelectedIndex].Tabs.Rtf;
// int posbuffer = DataVarList[FileTabs.SelectedIndex].Tabs.SelectionStart;
// UnRedo.AddToUndo(FileTabs.SelectedIndex, _tb, DataVarList[FileTabs.SelectedIndex].Tabs.SelectionStart);
CalcWordCount();
CheckButtonBackground();
}
//Change word count to new tab word count
private void FileTabs_SelectedIndexChanged(object sender, EventArgs e)
{
WordCountText.Text = WordCountint.ToString();
fontsize = (int)DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Size;
FontText.Text = fontsize.ToString();
CalcWordCount();
CheckButtonBackground();
}
//Change Font
private void JournalText_Resize(object sender, EventArgs e)
{
Padding pad = new Padding(Size.Width - 400, WordCount.Margin.Top, WordCount.Margin.Right, WordCount.Margin.Bottom);
WordCount.Margin = pad;
}
//Make sure no one can type letters or special characters in Font size
private void FontText_KeyPress(object sender, KeyPressEventArgs e)
{
if (!char.IsControl(e.KeyChar) && !char.IsDigit(e.KeyChar) &&
(e.KeyChar != '.'))
{
e.Handled = true;
}
}
//When user hits enter on the font size
//TODO: need to make it go back to the files tab
private void FontText_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Enter)
{
if (FontText.Text.Length > 0)
{
int convert_string_int;
if (Int32.TryParse(FontText.Text, out convert_string_int))
{
fontsize = convert_string_int;
if (DataVarList.Count > 0)
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont = new Font(DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Name, fontsize,
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Style, DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Unit);
}
}
}
}
#endregion
#region Bold_Underline_Italic
//Make Text Italic
private void ItalicButton_Click(object sender, EventArgs e)
{
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Italic)
ItalicButton.BackColor = Color.White;
else
ItalicButton.BackColor = Color.LightGray;
Font NFont = new Font(DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont, FontStyle.Regular);
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Bold == true)
NFont = new Font(NFont, FontStyle.Bold | NFont.Style);
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Italic == false)
NFont = new Font(NFont, FontStyle.Italic | NFont.Style);
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Underline == true)
NFont = new Font(NFont, FontStyle.Underline | NFont.Style);
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont = NFont;
}
private void toolStripButton9_Click(object sender, EventArgs e)
{
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Bold == true)
BoldButton.BackColor = Color.White;
else
BoldButton.BackColor = Color.LightGray;
Font NFont = new Font(DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont, FontStyle.Regular);
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Bold == false)
NFont = new Font(NFont, FontStyle.Bold | NFont.Style);
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Italic == true)
NFont = new Font(NFont, FontStyle.Italic | NFont.Style);
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Underline == true)
NFont = new Font(NFont, FontStyle.Underline | NFont.Style);
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont = NFont;
}
private void toolStripButton8_Click(object sender, EventArgs e)
{
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Underline == true)
UnderlineButton.BackColor = Color.White;
else
UnderlineButton.BackColor = Color.LightGray;
Font NFont = new Font(DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont, FontStyle.Regular);
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Bold == true)
NFont = new Font(NFont, FontStyle.Bold | NFont.Style);
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Italic == true)
NFont = new Font(NFont, FontStyle.Italic | NFont.Style);
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont.Underline == false)
NFont = new Font(NFont, FontStyle.Underline | NFont.Style);
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionFont = NFont;
}
#endregion
#region Contextmenue_RightClick_Tab_Methods
private void highlightToolStripMenuItem_Click(object sender, EventArgs e)
{
if (DataVarList[FileTabs.SelectedIndex].Tabs.SelectionBackColor != Color.Yellow)
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionBackColor = Color.Yellow;
else
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionBackColor = DataVarList[FileTabs.SelectedIndex].Tabs.BackColor;
}
private void encrpytDecryptToolStripMenuItem_Click(object sender, EventArgs e)
{
toolStripButton3_Click(sender, e);
}
private void cutToolStripMenuItem1_Click(object sender, EventArgs e)
{
cutToolStripMenuItem_Click(sender, e);
}
private void copyToolStripMenuItem1_Click(object sender, EventArgs e)
{
copyToolStripMenuItem_Click(sender, e);
}
private void pasteToolStripMenuItem1_Click(object sender, EventArgs e)
{
pasteToolStripMenuItem_Click(sender, e);
}
private void saveToolStripMenuItem1_Click(object sender, EventArgs e)
{
saveToolStripMenuItem_Click(sender, e);
}
private void saveAllToolStripMenuItem_Click(object sender, EventArgs e)
{
SaveAllButton_Click(sender, e);
}
private void boldToolStripMenuItem_Click(object sender, EventArgs e)
{
toolStripButton9_Click(sender, e);
}
private void underlineToolStripMenuItem_Click(object sender, EventArgs e)
{
toolStripButton8_Click(sender, e);
}
private void italicToolStripMenuItem_Click(object sender, EventArgs e)
{
ItalicButton_Click(sender, e);
}
#endregion
private void FileTabs_DrawItem(object sender, DrawItemEventArgs e)
{
Rectangle rec = new Rectangle();
rec.Size = e.Bounds.Size;
rec.X = e.Bounds.X;
rec.Y = e.Bounds.Y;
rec.Location = e.Bounds.Location;
// e.Graphics.DrawRectangle(Pens.Black, rec);
e.Graphics.DrawString("x", e.Font, Brushes.Black, e.Bounds.Right - 12, e.Bounds.Top);
e.Graphics.DrawString(FileTabs.TabPages[e.Index].Text, e.Font, Brushes.Black, e.Bounds.Left + 2, e.Bounds.Top + 6);
e.DrawFocusRectangle();
}
private void FileTabs_DoubleClick(object sender, EventArgs e)
{
closeToolStripMenuItem_Click(sender, e);
}
private void RedoButton_Click(object sender, EventArgs e)
{
//if (UnRedo.CheckRedu(FileTabs.SelectedIndex))
//{
// DataVarList[FileTabs.SelectedIndex].Tabs.Rtf = UnRedo.GetRedo(FileTabs.SelectedIndex);
// DataVarList[FileTabs.SelectedIndex].Tabs.Select(DataVarList[FileTabs.SelectedIndex].Tabs.Text.Length, DataVarList[FileTabs.SelectedIndex].Tabs.Text.Length);
//}
//CalcWordCount();
redoToolStripMenuItem_Click(sender, e);
}
private void FontColorButton_Click(object sender, EventArgs e)
{
//ColorDialog Colordlg = new ColorDialog();
if (Colordlg.ShowDialog() == DialogResult.OK)
{
DataVarList[FileTabs.SelectedIndex].Tabs.SelectionColor = Colordlg.Color;
}
}
private void Form1_FormClosing(object sender, FormClosingEventArgs e)
{
DataVarList.Clear();
}
private void AddPicture_Click(object sender, EventArgs e)
{
//OpenFileDialog OpenImage = new OpenFileDialog();
//OpenImage.Filter = "Image files (*.jpg, *.jpeg, *.jpe, *.jfif, *.png) | *.jpg; *.jpeg; *.jpe; *.jfif; *.png";
//OpenImage.FilterIndex = 2;
//OpenImage.RestoreDirectory = true;
//if (OpenImage.ShowDialog() == DialogResult.OK)
//{
// _image = new PictureBox();
// Size Max = new Size(300, 300);
// _image.MaximumSize = Max;
// _image.Load(OpenImage.FileName);
// Clipboard.SetImage(_image.Image);
// DataVarList[FileTabs.SelectedIndex].Tabs.Paste();
//}
//_image = null;
}
private void JournalText_Click(object sender, EventArgs e)
{
CheckButtonBackground();
}
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,205 @@
namespace Journal
{
partial class UsernamePassword
{
/// <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.Info = new System.Windows.Forms.Label();
this.Username = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.UsernameText = new System.Windows.Forms.TextBox();
this.PasswordText = new System.Windows.Forms.TextBox();
this.UserPasMatch = new System.Windows.Forms.Label();
this.VerifyLabel = new System.Windows.Forms.Label();
this.VerifyTextBox = new System.Windows.Forms.TextBox();
this.OkButton = new System.Windows.Forms.Button();
this.CancelButton = new System.Windows.Forms.Button();
this.PasswordMatch = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// Info
//
this.Info.AutoSize = true;
this.Info.Location = new System.Drawing.Point(27, 61);
this.Info.Name = "Info";
this.Info.Size = new System.Drawing.Size(225, 13);
this.Info.TabIndex = 0;
this.Info.Text = "Please Enter Current Username and Password";
//
// Username
//
this.Username.AutoSize = true;
this.Username.Location = new System.Drawing.Point(30, 88);
this.Username.Name = "Username";
this.Username.Size = new System.Drawing.Size(55, 13);
this.Username.TabIndex = 1;
this.Username.Text = "Username";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(27, 115);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Password";
//
// UsernameText
//
this.UsernameText.Location = new System.Drawing.Point(92, 88);
this.UsernameText.Name = "UsernameText";
this.UsernameText.Size = new System.Drawing.Size(160, 20);
this.UsernameText.TabIndex = 3;
//
// PasswordText
//
this.PasswordText.Location = new System.Drawing.Point(92, 115);
this.PasswordText.Name = "PasswordText";
this.PasswordText.PasswordChar = '-';
this.PasswordText.Size = new System.Drawing.Size(160, 20);
this.PasswordText.TabIndex = 4;
//
// UserPasMatch
//
this.UserPasMatch.AutoSize = true;
this.UserPasMatch.ForeColor = System.Drawing.Color.Red;
this.UserPasMatch.Location = new System.Drawing.Point(45, 186);
this.UserPasMatch.Name = "UserPasMatch";
this.UserPasMatch.Size = new System.Drawing.Size(170, 13);
this.UserPasMatch.TabIndex = 9;
this.UserPasMatch.Text = "Username or Password is incorrect";
this.UserPasMatch.Visible = false;
//
// VerifyLabel
//
this.VerifyLabel.AutoSize = true;
this.VerifyLabel.Location = new System.Drawing.Point(27, 148);
this.VerifyLabel.Name = "VerifyLabel";
this.VerifyLabel.Size = new System.Drawing.Size(33, 13);
this.VerifyLabel.TabIndex = 10;
this.VerifyLabel.Text = "Verify";
this.VerifyLabel.Visible = false;
//
// VerifyTextBox
//
this.VerifyTextBox.Location = new System.Drawing.Point(92, 141);
this.VerifyTextBox.Name = "VerifyTextBox";
this.VerifyTextBox.PasswordChar = '-';
this.VerifyTextBox.Size = new System.Drawing.Size(160, 20);
this.VerifyTextBox.TabIndex = 11;
this.VerifyTextBox.Visible = false;
//
// OkButton
//
this.OkButton.Location = new System.Drawing.Point(221, 208);
this.OkButton.Name = "OkButton";
this.OkButton.Size = new System.Drawing.Size(48, 23);
this.OkButton.TabIndex = 12;
this.OkButton.Text = "Ok";
this.OkButton.UseVisualStyleBackColor = true;
this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
//
// CancelButton
//
this.CancelButton.Location = new System.Drawing.Point(167, 208);
this.CancelButton.Name = "CancelButton";
this.CancelButton.Size = new System.Drawing.Size(48, 23);
this.CancelButton.TabIndex = 13;
this.CancelButton.Text = "Cancel";
this.CancelButton.UseVisualStyleBackColor = true;
this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
//
// PasswordMatch
//
this.PasswordMatch.AutoSize = true;
this.PasswordMatch.ForeColor = System.Drawing.Color.Red;
this.PasswordMatch.Location = new System.Drawing.Point(89, 173);
this.PasswordMatch.Name = "PasswordMatch";
this.PasswordMatch.Size = new System.Drawing.Size(126, 13);
this.PasswordMatch.TabIndex = 14;
this.PasswordMatch.Text = "Passwords do not match!";
this.PasswordMatch.Visible = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label6.Font = new System.Drawing.Font("Agency FB", 20F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
this.label6.Location = new System.Drawing.Point(92, 9);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(103, 36);
this.label6.TabIndex = 27;
this.label6.Text = "CryptNote";
//
// UsernamePassword
//
this.AcceptButton = this.OkButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 235);
this.Controls.Add(this.label6);
this.Controls.Add(this.PasswordMatch);
this.Controls.Add(this.CancelButton);
this.Controls.Add(this.OkButton);
this.Controls.Add(this.VerifyTextBox);
this.Controls.Add(this.VerifyLabel);
this.Controls.Add(this.UserPasMatch);
this.Controls.Add(this.PasswordText);
this.Controls.Add(this.UsernameText);
this.Controls.Add(this.label2);
this.Controls.Add(this.Username);
this.Controls.Add(this.Info);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(300, 274);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(300, 274);
this.Name = "UsernamePassword";
this.Text = "Username/Password";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label Info;
private System.Windows.Forms.Label Username;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox UsernameText;
private System.Windows.Forms.TextBox PasswordText;
private System.Windows.Forms.Label UserPasMatch;
private System.Windows.Forms.Label VerifyLabel;
private System.Windows.Forms.TextBox VerifyTextBox;
private System.Windows.Forms.Button OkButton;
new private System.Windows.Forms.Button CancelButton;
private System.Windows.Forms.Label PasswordMatch;
private System.Windows.Forms.Label label6;
}
}

View File

@ -0,0 +1,88 @@
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 Journal
{
public partial class UsernamePassword : Form
{
bool IsNewUser = false;
public UsernamePassword()
{
InitializeComponent();
CenterToScreen();
}
public void SetNewUser(bool _isNew)
{
IsNewUser = _isNew;
if (_isNew)
{
VerifyLabel.Visible = true;
VerifyTextBox.Visible = true;
Info.Text = "Please Enter New Username and Password";
UserPasMatch.Visible = false;
PasswordText.Text = null;
UsernameText.Text = null;
CancelButton.Visible = false;
}
}
private void OkButton_Click(object sender, EventArgs e)
{
if (Info.Text == "Please Enter Current Username and Password")
{
if (UsernameText.Text == Properties.Settings.Default.Username)
{
if (PasswordText.Text == Properties.Settings.Default.Password)
{
VerifyLabel.Visible = true;
VerifyTextBox.Visible = true;
Info.Text = "Please Enter New Username and Password";
UserPasMatch.Visible = false;
PasswordText.Text = null;
UsernameText.Text = null;
}
else
{
UserPasMatch.Visible = true;
}
}
else
{
UserPasMatch.Visible = true;
}
}
else if (Info.Text == "Please Enter New Username and Password")
{
if (PasswordText.Text == VerifyTextBox.Text)
{
Properties.Settings.Default.Username = UsernameText.Text;
Properties.Settings.Default.Password = PasswordText.Text;
Properties.Settings.Default.Save();
if (IsNewUser)
{
Login _login = new Login();
Hide();
_login.ShowDialog();
}
Close();
}
else
{
UserPasMatch.Visible = true;
}
}
}
private void CancelButton_Click(object sender, EventArgs e)
{
Close();
}
}
}

View File

@ -0,0 +1,123 @@
<?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>
<metadata name="$this.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>