namespace Text_Editor
{
partial class frmEditor
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEditor));
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.richContextStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.saveStripButton = new System.Windows.Forms.ToolStripButton();
this.openFileStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.printStripButton = new System.Windows.Forms.ToolStripButton();
this.printPreviewStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.undoStripButton = new System.Windows.Forms.ToolStripButton();
this.redoStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.fontStripComboBox = new System.Windows.Forms.ToolStripComboBox();
this.fontSizeComboBox = new System.Windows.Forms.ToolStripComboBox();
this.increaseStripButton = new System.Windows.Forms.ToolStripButton();
this.decreaseStripButton = new System.Windows.Forms.ToolStripButton();
this.colorStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
this.changeCaseDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
this.lowercaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.uppercaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.clearFormattingStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.boldStripButton3 = new System.Windows.Forms.ToolStripButton();
this.italicStripButton = new System.Windows.Forms.ToolStripButton();
this.underlineStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.leftAlignStripButton = new System.Windows.Forms.ToolStripButton();
this.centerAlignStripButton = new System.Windows.Forms.ToolStripButton();
this.rightAlignStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.bulletListStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.zoomDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.OpenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.printStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.printPreviewStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = 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.toolStripSeparator6 = 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.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.selectAllToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.clearAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.formatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.wordWrapToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.colorOptionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.printDialog = new System.Windows.Forms.PrintDialog();
this.fontDialog1 = new System.Windows.Forms.FontDialog();
this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
this.printDocument = new System.Drawing.Printing.PrintDocument();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.lineColumnStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.richTextBox2 = new System.Windows.Forms.RichTextBox();
this.richContextStrip.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// richTextBox1
//
this.richTextBox1.ContextMenuStrip = this.richContextStrip;
this.richTextBox1.Location = new System.Drawing.Point(12, 68);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(833, 258);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
this.richTextBox1.DragDrop += new System.Windows.Forms.DragEventHandler(this.richTextBox1_DragDrop);
this.richTextBox1.DragEnter += new System.Windows.Forms.DragEventHandler(this.richTextBox1_DragEnter);
this.richTextBox1.SelectionChanged += new System.EventHandler(this.richTextBox1_SelectionChanged);
this.richTextBox1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyUp);
this.richTextBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.richTextBox1_MouseDown);
//
// richContextStrip
//
this.richContextStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.richContextStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cutToolStripMenuItem,
this.copyToolStripMenuItem,
this.pasteToolStripMenuItem,
this.deleteStripMenuItem,
this.selectAllToolStripMenuItem,
this.clearToolStripMenuItem});
this.richContextStrip.Name = "richContextStrip";
this.richContextStrip.Size = new System.Drawing.Size(175, 184);
//
// cutToolStripMenuItem
//
this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
this.cutToolStripMenuItem.Size = new System.Drawing.Size(174, 30);
this.cutToolStripMenuItem.Text = "Cut";
this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.copyToolStripMenuItem.Size = new System.Drawing.Size(174, 30);
this.copyToolStripMenuItem.Text = "Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
// pasteToolStripMenuItem
//
this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(174, 30);
this.pasteToolStripMenuItem.Text = "Paste";
this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
//
// deleteStripMenuItem
//
this.deleteStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteStripMenuItem.Image")));
this.deleteStripMenuItem.Name = "deleteStripMenuItem";
this.deleteStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
this.deleteStripMenuItem.Size = new System.Drawing.Size(174, 30);
this.deleteStripMenuItem.Text = "Delete";
this.deleteStripMenuItem.Click += new System.EventHandler(this.deleteStripMenuItem_Click);
//
// selectAllToolStripMenuItem
//
this.selectAllToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("selectAllToolStripMenuItem.Image")));
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(174, 30);
this.selectAllToolStripMenuItem.Text = "Select All";
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
//
// clearToolStripMenuItem
//
this.clearToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("clearToolStripMenuItem.Image")));
this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
this.clearToolStripMenuItem.Size = new System.Drawing.Size(174, 30);
this.clearToolStripMenuItem.Text = "Clear All";
this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.DodgerBlue;
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 613);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(852, 5);
this.panel2.TabIndex = 15;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.DodgerBlue;
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(852, 7);
this.panel1.TabIndex = 14;
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.saveStripButton,
this.openFileStripButton,
this.toolStripSeparator10,
this.printStripButton,
this.printPreviewStripButton,
this.toolStripSeparator5,
this.undoStripButton,
this.redoStripButton,
this.toolStripSeparator1,
this.fontStripComboBox,
this.fontSizeComboBox,
this.increaseStripButton,
this.decreaseStripButton,
this.colorStripDropDownButton,
this.changeCaseDropDownButton,
this.toolStripSeparator9,
this.clearFormattingStripButton,
this.toolStripSeparator2,
this.boldStripButton3,
this.italicStripButton,
this.underlineStripButton,
this.toolStripSeparator3,
this.leftAlignStripButton,
this.centerAlignStripButton,
this.rightAlignStripButton,
this.toolStripSeparator4,
this.bulletListStripButton,
this.toolStripSeparator8,
this.zoomDropDownButton});
this.toolStrip1.Location = new System.Drawing.Point(0, 31);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(852, 31);
this.toolStrip1.TabIndex = 16;
this.toolStrip1.Text = "toolStrip1";
this.toolStrip1.Visible = false;
//
// saveStripButton
//
this.saveStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.saveStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveStripButton.Image")));
this.saveStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.saveStripButton.Name = "saveStripButton";
this.saveStripButton.Size = new System.Drawing.Size(28, 28);
this.saveStripButton.Text = "Save File";
this.saveStripButton.Click += new System.EventHandler(this.saveStripButton_Click);
//
// openFileStripButton
//
this.openFileStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.openFileStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openFileStripButton.Image")));
this.openFileStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.openFileStripButton.Name = "openFileStripButton";
this.openFileStripButton.Size = new System.Drawing.Size(28, 28);
this.openFileStripButton.Text = "Open File";
this.openFileStripButton.Click += new System.EventHandler(this.openFileStripButton_Click);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 31);
//
// printStripButton
//
this.printStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.printStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printStripButton.Image")));
this.printStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.printStripButton.Name = "printStripButton";
this.printStripButton.Size = new System.Drawing.Size(28, 28);
this.printStripButton.Text = "Print Page";
this.printStripButton.Click += new System.EventHandler(this.printStripButton_Click);
//
// printPreviewStripButton
//
this.printPreviewStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.printPreviewStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewStripButton.Image")));
this.printPreviewStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.printPreviewStripButton.Name = "printPreviewStripButton";
this.printPreviewStripButton.Size = new System.Drawing.Size(28, 28);
this.printPreviewStripButton.Text = "Print Preview";
this.printPreviewStripButton.Click += new System.EventHandler(this.printPreviewStripButton_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 31);
//
// undoStripButton
//
this.undoStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.undoStripButton.Image = ((System.Drawing.Image)(resources.GetObject("undoStripButton.Image")));
this.undoStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.undoStripButton.Name = "undoStripButton";
this.undoStripButton.Size = new System.Drawing.Size(28, 28);
this.undoStripButton.Text = "Undo Move";
this.undoStripButton.Click += new System.EventHandler(this.undoStripButton_Click);
//
// redoStripButton
//
this.redoStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.redoStripButton.Image = ((System.Drawing.Image)(resources.GetObject("redoStripButton.Image")));
this.redoStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.redoStripButton.Name = "redoStripButton";
this.redoStripButton.Size = new System.Drawing.Size(28, 28);
this.redoStripButton.Text = "Redo Move";
this.redoStripButton.Click += new System.EventHandler(this.redoStripButton_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
//
// fontStripComboBox
//
this.fontStripComboBox.Name = "fontStripComboBox";
this.fontStripComboBox.Size = new System.Drawing.Size(155, 31);
this.fontStripComboBox.Sorted = true;
this.fontStripComboBox.Text = "Font Family";
this.fontStripComboBox.ToolTipText = "Font Family";
this.fontStripComboBox.SelectedIndexChanged += new System.EventHandler(this.fontStripComboBox_SelectedIndexChanged);
//
// fontSizeComboBox
//
this.fontSizeComboBox.AutoSize = false;
this.fontSizeComboBox.Name = "fontSizeComboBox";
this.fontSizeComboBox.Size = new System.Drawing.Size(73, 23);
this.fontSizeComboBox.Text = "Font Size";
this.fontSizeComboBox.ToolTipText = "Font Size";
this.fontSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.fontSizeComboBox_SelectedIndexChanged);
//
// increaseStripButton
//
this.increaseStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.increaseStripButton.Image = ((System.Drawing.Image)(resources.GetObject("increaseStripButton.Image")));
this.increaseStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.increaseStripButton.Name = "increaseStripButton";
this.increaseStripButton.Size = new System.Drawing.Size(28, 28);
this.increaseStripButton.Text = "Increase Font Size";
this.increaseStripButton.Click += new System.EventHandler(this.increaseStripButton_Click);
//
// decreaseStripButton
//
this.decreaseStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.decreaseStripButton.Image = ((System.Drawing.Image)(resources.GetObject("decreaseStripButton.Image")));
this.decreaseStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.decreaseStripButton.Name = "decreaseStripButton";
this.decreaseStripButton.Size = new System.Drawing.Size(28, 28);
this.decreaseStripButton.Text = "Decrease Font Size";
this.decreaseStripButton.Click += new System.EventHandler(this.decreaseStripButton_Click);
//
// colorStripDropDownButton
//
this.colorStripDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.colorStripDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("colorStripDropDownButton.Image")));
this.colorStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.colorStripDropDownButton.Name = "colorStripDropDownButton";
this.colorStripDropDownButton.Size = new System.Drawing.Size(37, 28);
this.colorStripDropDownButton.Text = "Font Color";
this.colorStripDropDownButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.colorStripDropDownButton_DropDownItemClicked);
//
// changeCaseDropDownButton
//
this.changeCaseDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.changeCaseDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lowercaseToolStripMenuItem,
this.uppercaseToolStripMenuItem});
this.changeCaseDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("changeCaseDropDownButton.Image")));
this.changeCaseDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.changeCaseDropDownButton.Name = "changeCaseDropDownButton";
this.changeCaseDropDownButton.Size = new System.Drawing.Size(37, 28);
this.changeCaseDropDownButton.Text = "Change Case";
//
// lowercaseToolStripMenuItem
//
this.lowercaseToolStripMenuItem.Name = "lowercaseToolStripMenuItem";
this.lowercaseToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
this.lowercaseToolStripMenuItem.Text = "&lowercase";
this.lowercaseToolStripMenuItem.Click += new System.EventHandler(this.lowercaseToolStripMenuItem_Click);
//
// uppercaseToolStripMenuItem
//
this.uppercaseToolStripMenuItem.Name = "uppercaseToolStripMenuItem";
this.uppercaseToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
this.uppercaseToolStripMenuItem.Text = "&UPPERCASE";
this.uppercaseToolStripMenuItem.Click += new System.EventHandler(this.uppercaseToolStripMenuItem_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(6, 31);
//
// clearFormattingStripButton
//
this.clearFormattingStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.clearFormattingStripButton.Image = ((System.Drawing.Image)(resources.GetObject("clearFormattingStripButton.Image")));
this.clearFormattingStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.clearFormattingStripButton.Name = "clearFormattingStripButton";
this.clearFormattingStripButton.Size = new System.Drawing.Size(28, 28);
this.clearFormattingStripButton.Text = "Clear All Formatting";
this.clearFormattingStripButton.Click += new System.EventHandler(this.clearFormattingStripButton_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
//
// boldStripButton3
//
this.boldStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.boldStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("boldStripButton3.Image")));
this.boldStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.boldStripButton3.Name = "boldStripButton3";
this.boldStripButton3.Size = new System.Drawing.Size(28, 28);
this.boldStripButton3.Text = "Bold";
this.boldStripButton3.Click += new System.EventHandler(this.boldStripButton3_Click);
//
// italicStripButton
//
this.italicStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.italicStripButton.Image = ((System.Drawing.Image)(resources.GetObject("italicStripButton.Image")));
this.italicStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.italicStripButton.Name = "italicStripButton";
this.italicStripButton.Size = new System.Drawing.Size(28, 28);
this.italicStripButton.Text = "Italics";
this.italicStripButton.Click += new System.EventHandler(this.italicStripButton_Click);
//
// underlineStripButton
//
this.underlineStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.underlineStripButton.Image = ((System.Drawing.Image)(resources.GetObject("underlineStripButton.Image")));
this.underlineStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.underlineStripButton.Name = "underlineStripButton";
this.underlineStripButton.Size = new System.Drawing.Size(28, 28);
this.underlineStripButton.Text = "Underline";
this.underlineStripButton.Click += new System.EventHandler(this.underlineStripButton_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 31);
//
// leftAlignStripButton
//
this.leftAlignStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.leftAlignStripButton.Image = ((System.Drawing.Image)(resources.GetObject("leftAlignStripButton.Image")));
this.leftAlignStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.leftAlignStripButton.Name = "leftAlignStripButton";
this.leftAlignStripButton.Size = new System.Drawing.Size(28, 28);
this.leftAlignStripButton.Text = "Left Align";
this.leftAlignStripButton.Click += new System.EventHandler(this.leftAlignStripButton_Click);
//
// centerAlignStripButton
//
this.centerAlignStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.centerAlignStripButton.Image = ((System.Drawing.Image)(resources.GetObject("centerAlignStripButton.Image")));
this.centerAlignStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.centerAlignStripButton.Name = "centerAlignStripButton";
this.centerAlignStripButton.Size = new System.Drawing.Size(28, 28);
this.centerAlignStripButton.Text = "Center Align";
this.centerAlignStripButton.Click += new System.EventHandler(this.centerAlignStripButton_Click);
//
// rightAlignStripButton
//
this.rightAlignStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.rightAlignStripButton.Image = ((System.Drawing.Image)(resources.GetObject("rightAlignStripButton.Image")));
this.rightAlignStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.rightAlignStripButton.Name = "rightAlignStripButton";
this.rightAlignStripButton.Size = new System.Drawing.Size(28, 28);
this.rightAlignStripButton.Text = "Right Align";
this.rightAlignStripButton.Click += new System.EventHandler(this.rightAlignStripButton_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 31);
//
// bulletListStripButton
//
this.bulletListStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.bulletListStripButton.Image = ((System.Drawing.Image)(resources.GetObject("bulletListStripButton.Image")));
this.bulletListStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bulletListStripButton.Name = "bulletListStripButton";
this.bulletListStripButton.Size = new System.Drawing.Size(28, 28);
this.bulletListStripButton.Text = "Bullet List";
this.bulletListStripButton.Click += new System.EventHandler(this.bulletListStripButton_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 31);
//
// zoomDropDownButton
//
this.zoomDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.zoomDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("zoomDropDownButton.Image")));
this.zoomDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.zoomDropDownButton.Name = "zoomDropDownButton";
this.zoomDropDownButton.Size = new System.Drawing.Size(37, 28);
this.zoomDropDownButton.Text = "Zoom Factor";
this.zoomDropDownButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.zoomDropDownButton_DropDownItemClicked);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.White;
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.editToolStripMenuItem,
this.formatToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 7);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 1, 0, 1);
this.menuStrip1.Size = new System.Drawing.Size(852, 24);
this.menuStrip1.TabIndex = 17;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newMenuItem,
this.toolStripMenuItem1,
this.OpenMenuItem,
this.toolStripMenuItem2,
this.saveToolStripMenuItem,
this.toolStripSeparator11,
this.printStripMenuItem,
this.printPreviewStripMenuItem,
this.toolStripSeparator7,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 22);
this.fileToolStripMenuItem.Text = "&File";
//
// newMenuItem
//
this.newMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newMenuItem.Image")));
this.newMenuItem.Name = "newMenuItem";
this.newMenuItem.Size = new System.Drawing.Size(188, 30);
this.newMenuItem.Text = "&New";
this.newMenuItem.Visible = false;
this.newMenuItem.Click += new System.EventHandler(this.newMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(188, 30);
this.toolStripMenuItem1.Text = "&Open";
this.toolStripMenuItem1.Visible = false;
//
// OpenMenuItem
//
this.OpenMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("OpenMenuItem.Image")));
this.OpenMenuItem.Name = "OpenMenuItem";
this.OpenMenuItem.Size = new System.Drawing.Size(188, 30);
this.OpenMenuItem.Text = "&Open";
this.OpenMenuItem.Click += new System.EventHandler(this.OpenMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem2.Image")));
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.toolStripMenuItem2.Size = new System.Drawing.Size(188, 30);
this.toolStripMenuItem2.Text = "&Save";
this.toolStripMenuItem2.Visible = false;
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.saveToolStripMenuItem.Size = new System.Drawing.Size(188, 30);
this.saveToolStripMenuItem.Text = "&Save";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(185, 6);
//
// printStripMenuItem
//
this.printStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printStripMenuItem.Image")));
this.printStripMenuItem.Name = "printStripMenuItem";
this.printStripMenuItem.Size = new System.Drawing.Size(188, 30);
this.printStripMenuItem.Text = "&Print";
this.printStripMenuItem.Visible = false;
this.printStripMenuItem.Click += new System.EventHandler(this.printStripMenuItem_Click);
//
// printPreviewStripMenuItem
//
this.printPreviewStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewStripMenuItem.Image")));
this.printPreviewStripMenuItem.Name = "printPreviewStripMenuItem";
this.printPreviewStripMenuItem.Size = new System.Drawing.Size(188, 30);
this.printPreviewStripMenuItem.Text = "P&rint Preview";
this.printPreviewStripMenuItem.Visible = false;
this.printPreviewStripMenuItem.Click += new System.EventHandler(this.printPreviewStripMenuItem_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(185, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exitToolStripMenuItem.Image")));
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
this.exitToolStripMenuItem.Size = new System.Drawing.Size(188, 30);
this.exitToolStripMenuItem.Text = "E&xit";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.undoToolStripMenuItem,
this.redoToolStripMenuItem,
this.toolStripSeparator6,
this.cutToolStripMenuItem1,
this.copyToolStripMenuItem1,
this.pasteToolStripMenuItem1,
this.deleteToolStripMenuItem,
this.selectAllToolStripMenuItem1,
this.clearAllToolStripMenuItem});
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 22);
this.editToolStripMenuItem.Text = "&Edit";
this.editToolStripMenuItem.Visible = false;
//
// undoToolStripMenuItem
//
this.undoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("undoToolStripMenuItem.Image")));
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
this.undoToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.undoToolStripMenuItem.Text = "&Undo";
this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
//
// redoToolStripMenuItem
//
this.redoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("redoToolStripMenuItem.Image")));
this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
this.redoToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.redoToolStripMenuItem.Text = "&Redo";
this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(163, 6);
//
// cutToolStripMenuItem1
//
this.cutToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem1.Image")));
this.cutToolStripMenuItem1.Name = "cutToolStripMenuItem1";
this.cutToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
this.cutToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
this.cutToolStripMenuItem1.Text = "&Cut";
this.cutToolStripMenuItem1.Click += new System.EventHandler(this.cutToolStripMenuItem1_Click);
//
// copyToolStripMenuItem1
//
this.copyToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem1.Image")));
this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
this.copyToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
this.copyToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
this.copyToolStripMenuItem1.Text = "C&opy";
this.copyToolStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem1_Click);
//
// pasteToolStripMenuItem1
//
this.pasteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem1.Image")));
this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1";
this.pasteToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
this.pasteToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
this.pasteToolStripMenuItem1.Text = "&Paste";
this.pasteToolStripMenuItem1.Click += new System.EventHandler(this.pasteToolStripMenuItem1_Click);
//
// deleteToolStripMenuItem
//
this.deleteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("deleteToolStripMenuItem.Image")));
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete;
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.deleteToolStripMenuItem.Text = "&Delete";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// selectAllToolStripMenuItem1
//
this.selectAllToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("selectAllToolStripMenuItem1.Image")));
this.selectAllToolStripMenuItem1.Name = "selectAllToolStripMenuItem1";
this.selectAllToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
this.selectAllToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
this.selectAllToolStripMenuItem1.Text = "&Select All";
this.selectAllToolStripMenuItem1.Click += new System.EventHandler(this.selectAllToolStripMenuItem1_Click);
//
// clearAllToolStripMenuItem
//
this.clearAllToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("clearAllToolStripMenuItem.Image")));
this.clearAllToolStripMenuItem.Name = "clearAllToolStripMenuItem";
this.clearAllToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
this.clearAllToolStripMenuItem.Text = "C&lear All";
this.clearAllToolStripMenuItem.Click += new System.EventHandler(this.clearAllToolStripMenuItem_Click);
//
// formatToolStripMenuItem
//
this.formatToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.wordWrapToolStripMenuItem,
this.fontToolStripMenuItem,
this.colorOptionsToolStripMenuItem});
this.formatToolStripMenuItem.Name = "formatToolStripMenuItem";
this.formatToolStripMenuItem.Size = new System.Drawing.Size(57, 22);
this.formatToolStripMenuItem.Text = "Fo&rmat";
this.formatToolStripMenuItem.Visible = false;
//
// wordWrapToolStripMenuItem
//
this.wordWrapToolStripMenuItem.Name = "wordWrapToolStripMenuItem";
this.wordWrapToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.wordWrapToolStripMenuItem.Text = "&WordWrap";
this.wordWrapToolStripMenuItem.Click += new System.EventHandler(this.wordWrapToolStripMenuItem_Click);
//
// fontToolStripMenuItem
//
this.fontToolStripMenuItem.Name = "fontToolStripMenuItem";
this.fontToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.fontToolStripMenuItem.Text = "&Font...";
this.fontToolStripMenuItem.Click += new System.EventHandler(this.fontToolStripMenuItem_Click);
//
// colorOptionsToolStripMenuItem
//
this.colorOptionsToolStripMenuItem.Name = "colorOptionsToolStripMenuItem";
this.colorOptionsToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.colorOptionsToolStripMenuItem.Text = "&Color Options";
this.colorOptionsToolStripMenuItem.Click += new System.EventHandler(this.colorOptionsToolStripMenuItem_Click);
//
// printDialog
//
this.printDialog.UseEXDialog = true;
//
// fontDialog1
//
this.fontDialog1.Apply += new System.EventHandler(this.fontDialog1_Apply);
this.fontDialog1.HelpRequest += new System.EventHandler(this.fontDialog1_HelpRequest);
//
// printPreviewDialog
//
this.printPreviewDialog.AutoScrollMargin = new System.Drawing.Size(0, 0);
this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
this.printPreviewDialog.ClientSize = new System.Drawing.Size(400, 300);
this.printPreviewDialog.Enabled = true;
this.printPreviewDialog.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
this.printPreviewDialog.Name = "printPreviewDialog";
this.printPreviewDialog.Visible = false;
//
// printDocument
//
this.printDocument.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument_PrintPage);
//
// colorDialog1
//
this.colorDialog1.HelpRequest += new System.EventHandler(this.colorDialog1_HelpRequest);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lineColumnStatusLabel});
this.statusStrip1.Location = new System.Drawing.Point(0, 591);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(852, 22);
this.statusStrip1.TabIndex = 19;
this.statusStrip1.Text = "statusStrip1";
//
// lineColumnStatusLabel
//
this.lineColumnStatusLabel.Name = "lineColumnStatusLabel";
this.lineColumnStatusLabel.Size = new System.Drawing.Size(837, 17);
this.lineColumnStatusLabel.Spring = true;
this.lineColumnStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(81, 42);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(597, 20);
this.textBox1.TabIndex = 20;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 45);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 13);
this.label1.TabIndex = 21;
this.label1.Text = "Passphrase";
//
// richTextBox2
//
this.richTextBox2.ContextMenuStrip = this.richContextStrip;
this.richTextBox2.Location = new System.Drawing.Point(12, 396);
this.richTextBox2.Name = "richTextBox2";
this.richTextBox2.Size = new System.Drawing.Size(833, 178);
this.richTextBox2.TabIndex = 22;
this.richTextBox2.Text = "";
//
// frmEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(852, 618);
this.Controls.Add(this.richTextBox2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.richTextBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "frmEditor";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "StringChipper";
this.Load += new System.EventHandler(this.frmEditor_Load);
this.richContextStrip.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ContextMenuStrip richContextStrip;
private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton saveStripButton;
private System.Windows.Forms.ToolStripButton openFileStripButton;
private System.Windows.Forms.ToolStripComboBox fontStripComboBox;
private System.Windows.Forms.ToolStripComboBox fontSizeComboBox;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton boldStripButton3;
private System.Windows.Forms.ToolStripButton italicStripButton;
private System.Windows.Forms.ToolStripButton underlineStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripDropDownButton colorStripDropDownButton;
private System.Windows.Forms.ToolStripButton leftAlignStripButton;
private System.Windows.Forms.ToolStripButton centerAlignStripButton;
private System.Windows.Forms.ToolStripButton rightAlignStripButton;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton increaseStripButton;
private System.Windows.Forms.ToolStripButton decreaseStripButton;
private System.Windows.Forms.ToolStripButton bulletListStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton undoStripButton;
private System.Windows.Forms.ToolStripButton redoStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem clearAllToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deleteStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.PrintDialog printDialog;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripDropDownButton changeCaseDropDownButton;
private System.Windows.Forms.ToolStripMenuItem lowercaseToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem uppercaseToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem formatToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem wordWrapToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fontToolStripMenuItem;
private System.Windows.Forms.FontDialog fontDialog1;
private System.Windows.Forms.ToolStripDropDownButton zoomDropDownButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripButton clearFormattingStripButton;
private System.Windows.Forms.PrintPreviewDialog printPreviewDialog;
private System.Drawing.Printing.PrintDocument printDocument;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripButton printStripButton;
private System.Windows.Forms.ToolStripButton printPreviewStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripMenuItem printStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem printPreviewStripMenuItem;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.ToolStripMenuItem colorOptionsToolStripMenuItem;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel lineColumnStatusLabel;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem OpenMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RichTextBox richTextBox2;
}
}