Advertisement
GlobalAccessSoftware

Smesa.Designer.cs

Apr 26th, 2019
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 78.72 KB | None | 0 0
  1. namespace MyEditor
  2. {
  3.   partial class Smesa
  4.   {
  5.     /// <summary>
  6.     /// Required designer variable.
  7.     /// </summary>
  8.     private System.ComponentModel.IContainer components = null;
  9.  
  10.     ///// <summary>
  11.     ///// Clean up any resources being used.
  12.     ///// </summary>
  13.     ///// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.     //protected override void Dispose(bool disposing)
  15.     //{
  16.     //  if (disposing && (components != null))
  17.     //  {
  18.     //    components.Dispose();
  19.     //  }
  20.     //  base.Dispose(disposing);
  21.     //}
  22.  
  23.     #region Windows Form Designer generated code
  24.  
  25.     /// <summary>
  26.     /// Required method for Designer support - do not modify
  27.     /// the contents of this method with the code editor.
  28.     /// </summary>
  29.     private void InitializeComponent()
  30.     {
  31.       this.components = new System.ComponentModel.Container();
  32.       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Smesa));
  33.       this.ContextMenu1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  34.       this.UndoContext = new System.Windows.Forms.ToolStripMenuItem();
  35.       this.RedoContext = new System.Windows.Forms.ToolStripMenuItem();
  36.       this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  37.       this.CutContext = new System.Windows.Forms.ToolStripMenuItem();
  38.       this.CopyContext = new System.Windows.Forms.ToolStripMenuItem();
  39.       this.PasteContext = new System.Windows.Forms.ToolStripMenuItem();
  40.       this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  41.       this.SelectAllContext = new System.Windows.Forms.ToolStripMenuItem();
  42.       this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
  43.       this.changeFontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44.       this.editorBackgroundColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45.       this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator();
  46.       this.selectionForecolorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47.       this.SlighBackcolorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48.       this.toolStripSeparator20 = new System.Windows.Forms.ToolStripSeparator();
  49.       this.saveThisFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50.       this.saveFileAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51.       this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
  52.       this.printFontAndColorToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  53.       this.printPageSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  54.       this.toolStripSeparator26 = new System.Windows.Forms.ToolStripSeparator();
  55.       this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  56.       this.PrintThisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  57.       this.toolStripSeparator23 = new System.Windows.Forms.ToolStripSeparator();
  58.       this.closeApplicationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59.       this.MenuStrip1 = new System.Windows.Forms.MenuStrip();
  60.       this.FileMenu = new System.Windows.Forms.ToolStripMenuItem();
  61.       this.NewMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  62.       this.OpenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  63.       this.CloseMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  64.       this.CloseFile = new System.Windows.Forms.ToolStripMenuItem();
  65.       this.CloseFileAndTab = new System.Windows.Forms.ToolStripMenuItem();
  66.       this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
  67.       this.CloseAllFiles = new System.Windows.Forms.ToolStripMenuItem();
  68.       this.CloseAllTabs = new System.Windows.Forms.ToolStripMenuItem();
  69.       this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  70.       this.SaveMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  71.       this.SaveAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  72.       this.SaveAllTabsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  73.       this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  74.       this.printFontAndColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  75.       this.PageSetupMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  76.       this.toolStripSeparator27 = new System.Windows.Forms.ToolStripSeparator();
  77.       this.PrintPreviewMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  78.       this.PrintThisFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  79.       this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  80.       this.QuitOut = new System.Windows.Forms.ToolStripMenuItem();
  81.       this.EditMenu = new System.Windows.Forms.ToolStripMenuItem();
  82.       this.UndoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  83.       this.RedoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  84.       this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  85.       this.CutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  86.       this.CopyMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  87.       this.PasteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  88.       this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
  89.       this.SelectAllMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  90.       this.ViewMenu = new System.Windows.Forms.ToolStripMenuItem();
  91.       this.WordWrap = new System.Windows.Forms.ToolStripMenuItem();
  92.       this.toolStripSeparator21 = new System.Windows.Forms.ToolStripSeparator();
  93.       this.NextTabMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  94.       this.PreviousTabMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  95.       this.toolStripSeparator22 = new System.Windows.Forms.ToolStripSeparator();
  96.       this.ShowFileNamesList = new System.Windows.Forms.ToolStripMenuItem();
  97.       this.toolStripSeparator25 = new System.Windows.Forms.ToolStripSeparator();
  98.       this.TestCode1 = new System.Windows.Forms.ToolStripMenuItem();
  99.       this.nowTestingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  100.       this.OptionsMenu = new System.Windows.Forms.ToolStripMenuItem();
  101.       this.ChangeFontMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  102.       this.SetBackColor = new System.Windows.Forms.ToolStripMenuItem();
  103.       this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
  104.       this.SetForeColorMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  105.       this.HighBackMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  106.       this.SetFormColor = new System.Windows.Forms.ToolStripMenuItem();
  107.       this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
  108.       this.OtherPreferences = new System.Windows.Forms.ToolStripMenuItem();
  109.       this.toolStripSeparator24 = new System.Windows.Forms.ToolStripSeparator();
  110.       this.runPrintBlasterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  111.       this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
  112.       this.AboutSmesa = new System.Windows.Forms.ToolStripMenuItem();
  113.       this.ZoomFactor = new System.Windows.Forms.ToolStripMenuItem();
  114.       this.ZoomInMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  115.       this.ZoomOutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  116.       this.orCtrlMouseWheelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  117.       this.ZoomMenu = new System.Windows.Forms.ToolStripComboBox();
  118.       this.TabControl = new System.Windows.Forms.TabControl();
  119.       this.tabPage1 = new System.Windows.Forms.TabPage();
  120.       this.RichTextBox1 = new System.Windows.Forms.RichTextBox();
  121.       this.ToolStrip1 = new System.Windows.Forms.ToolStrip();
  122.       this.PrintButton = new System.Windows.Forms.ToolStripButton();
  123.       this.NewButton = new System.Windows.Forms.ToolStripButton();
  124.       this.OpenButton = new System.Windows.Forms.ToolStripButton();
  125.       this.SaveButton = new System.Windows.Forms.ToolStripButton();
  126.       this.SaveAllButton = new System.Windows.Forms.ToolStripButton();
  127.       this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
  128.       this.UndoButton = new System.Windows.Forms.ToolStripButton();
  129.       this.RedoButton = new System.Windows.Forms.ToolStripButton();
  130.       this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
  131.       this.WordWrapButton = new System.Windows.Forms.ToolStripButton();
  132.       this.PrintBlasterButton = new System.Windows.Forms.ToolStripButton();
  133.       this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
  134.       this.CutButton = new System.Windows.Forms.ToolStripButton();
  135.       this.CopyButton = new System.Windows.Forms.ToolStripButton();
  136.       this.PasteButton = new System.Windows.Forms.ToolStripButton();
  137.       this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
  138.       this.ChangeFontButton = new System.Windows.Forms.ToolStripButton();
  139.       this.BackColorButton = new System.Windows.Forms.ToolStripButton();
  140.       this.HighLightColorButton = new System.Windows.Forms.ToolStripButton();
  141.       this.HighBackColorButton = new System.Windows.Forms.ToolStripButton();
  142.       this.FormColorButton = new System.Windows.Forms.ToolStripButton();
  143.       this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
  144.       this.CloseFileButton = new System.Windows.Forms.ToolStripButton();
  145.       this.CloseTabButton = new System.Windows.Forms.ToolStripButton();
  146.       this.StatusStrip1 = new System.Windows.Forms.StatusStrip();
  147.       this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
  148.       this.ProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
  149.       this.CharacterCountLabel = new System.Windows.Forms.Label();
  150.       this.ContextMenu1.SuspendLayout();
  151.       this.MenuStrip1.SuspendLayout();
  152.       this.TabControl.SuspendLayout();
  153.       this.tabPage1.SuspendLayout();
  154.       this.ToolStrip1.SuspendLayout();
  155.       this.StatusStrip1.SuspendLayout();
  156.       this.SuspendLayout();
  157.       //
  158.       // ContextMenu1
  159.       //
  160.       this.ContextMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  161.             this.UndoContext,
  162.             this.RedoContext,
  163.             this.toolStripSeparator5,
  164.             this.CutContext,
  165.             this.CopyContext,
  166.             this.PasteContext,
  167.             this.toolStripSeparator6,
  168.             this.SelectAllContext,
  169.             this.toolStripSeparator18,
  170.             this.changeFontToolStripMenuItem,
  171.             this.editorBackgroundColorToolStripMenuItem,
  172.             this.toolStripSeparator19,
  173.             this.selectionForecolorToolStripMenuItem,
  174.             this.SlighBackcolorToolStripMenuItem,
  175.             this.toolStripSeparator20,
  176.             this.saveThisFileToolStripMenuItem,
  177.             this.saveFileAsToolStripMenuItem,
  178.             this.toolStripSeparator8,
  179.             this.printFontAndColorToolStripMenuItem1,
  180.             this.printPageSetupToolStripMenuItem,
  181.             this.toolStripSeparator26,
  182.             this.printPreviewToolStripMenuItem,
  183.             this.PrintThisToolStripMenuItem,
  184.             this.toolStripSeparator23,
  185.             this.closeApplicationToolStripMenuItem});
  186.       this.ContextMenu1.Name = "ContextMenu";
  187.       this.ContextMenu1.Size = new System.Drawing.Size(312, 460);
  188.       //
  189.       // UndoContext
  190.       //
  191.       this.UndoContext.Name = "UndoContext";
  192.       this.UndoContext.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
  193.       this.UndoContext.Size = new System.Drawing.Size(311, 24);
  194.       this.UndoContext.Text = "Undo";
  195.       this.UndoContext.Click += new System.EventHandler(this.UndoClick);
  196.       //
  197.       // RedoContext
  198.       //
  199.       this.RedoContext.Name = "RedoContext";
  200.       this.RedoContext.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
  201.       this.RedoContext.Size = new System.Drawing.Size(311, 24);
  202.       this.RedoContext.Text = "Redo";
  203.       this.RedoContext.Click += new System.EventHandler(this.RedoClick);
  204.       //
  205.       // toolStripSeparator5
  206.       //
  207.       this.toolStripSeparator5.Name = "toolStripSeparator5";
  208.       this.toolStripSeparator5.Size = new System.Drawing.Size(308, 6);
  209.       //
  210.       // CutContext
  211.       //
  212.       this.CutContext.Name = "CutContext";
  213.       this.CutContext.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
  214.       this.CutContext.Size = new System.Drawing.Size(311, 24);
  215.       this.CutContext.Text = "Cut Selected Text";
  216.       this.CutContext.Click += new System.EventHandler(this.CutClick);
  217.       //
  218.       // CopyContext
  219.       //
  220.       this.CopyContext.Name = "CopyContext";
  221.       this.CopyContext.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
  222.       this.CopyContext.Size = new System.Drawing.Size(311, 24);
  223.       this.CopyContext.Text = "Copy Selected Text";
  224.       this.CopyContext.Click += new System.EventHandler(this.CopyClick);
  225.       //
  226.       // PasteContext
  227.       //
  228.       this.PasteContext.Name = "PasteContext";
  229.       this.PasteContext.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
  230.       this.PasteContext.Size = new System.Drawing.Size(311, 24);
  231.       this.PasteContext.Text = "Paste Clipboard Text";
  232.       this.PasteContext.Click += new System.EventHandler(this.PasteClick);
  233.       //
  234.       // toolStripSeparator6
  235.       //
  236.       this.toolStripSeparator6.Name = "toolStripSeparator6";
  237.       this.toolStripSeparator6.Size = new System.Drawing.Size(308, 6);
  238.       //
  239.       // SelectAllContext
  240.       //
  241.       this.SelectAllContext.Name = "SelectAllContext";
  242.       this.SelectAllContext.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
  243.       this.SelectAllContext.Size = new System.Drawing.Size(311, 24);
  244.       this.SelectAllContext.Text = "Select All Text";
  245.       this.SelectAllContext.Click += new System.EventHandler(this.SelectAllClick);
  246.       //
  247.       // toolStripSeparator18
  248.       //
  249.       this.toolStripSeparator18.Name = "toolStripSeparator18";
  250.       this.toolStripSeparator18.Size = new System.Drawing.Size(308, 6);
  251.       //
  252.       // changeFontToolStripMenuItem
  253.       //
  254.       this.changeFontToolStripMenuItem.Name = "changeFontToolStripMenuItem";
  255.       this.changeFontToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
  256.       this.changeFontToolStripMenuItem.Size = new System.Drawing.Size(311, 24);
  257.       this.changeFontToolStripMenuItem.Text = "Editor/Selection Font";
  258.       this.changeFontToolStripMenuItem.Click += new System.EventHandler(this.ChangeFontClick);
  259.       //
  260.       // editorBackgroundColorToolStripMenuItem
  261.       //
  262.       this.editorBackgroundColorToolStripMenuItem.Name = "editorBackgroundColorToolStripMenuItem";
  263.       this.editorBackgroundColorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.B)));
  264.       this.editorBackgroundColorToolStripMenuItem.Size = new System.Drawing.Size(311, 24);
  265.       this.editorBackgroundColorToolStripMenuItem.Text = "Editor Background Color";
  266.       this.editorBackgroundColorToolStripMenuItem.Click += new System.EventHandler(this.SetColorClick);
  267.       //
  268.       // toolStripSeparator19
  269.       //
  270.       this.toolStripSeparator19.Name = "toolStripSeparator19";
  271.       this.toolStripSeparator19.Size = new System.Drawing.Size(308, 6);
  272.       //
  273.       // selectionForecolorToolStripMenuItem
  274.       //
  275.       this.selectionForecolorToolStripMenuItem.Name = "selectionForecolorToolStripMenuItem";
  276.       this.selectionForecolorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C)));
  277.       this.selectionForecolorToolStripMenuItem.Size = new System.Drawing.Size(311, 24);
  278.       this.selectionForecolorToolStripMenuItem.Text = "Selection Foreground Color";
  279.       this.selectionForecolorToolStripMenuItem.Click += new System.EventHandler(this.SetColorClick);
  280.       //
  281.       // SlighBackcolorToolStripMenuItem
  282.       //
  283.       this.SlighBackcolorToolStripMenuItem.Name = "SlighBackcolorToolStripMenuItem";
  284.       this.SlighBackcolorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H)));
  285.       this.SlighBackcolorToolStripMenuItem.Size = new System.Drawing.Size(311, 24);
  286.       this.SlighBackcolorToolStripMenuItem.Text = "Selection Background Color";
  287.       this.SlighBackcolorToolStripMenuItem.Click += new System.EventHandler(this.SetColorClick);
  288.       //
  289.       // toolStripSeparator20
  290.       //
  291.       this.toolStripSeparator20.Name = "toolStripSeparator20";
  292.       this.toolStripSeparator20.Size = new System.Drawing.Size(308, 6);
  293.       //
  294.       // saveThisFileToolStripMenuItem
  295.       //
  296.       this.saveThisFileToolStripMenuItem.Name = "saveThisFileToolStripMenuItem";
  297.       this.saveThisFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
  298.       this.saveThisFileToolStripMenuItem.Size = new System.Drawing.Size(311, 24);
  299.       this.saveThisFileToolStripMenuItem.Text = "Save This File";
  300.       this.saveThisFileToolStripMenuItem.Click += new System.EventHandler(this.SaveClick);
  301.       //
  302.       // saveFileAsToolStripMenuItem
  303.       //
  304.       this.saveFileAsToolStripMenuItem.Name = "saveFileAsToolStripMenuItem";
  305.       this.saveFileAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  306.             | System.Windows.Forms.Keys.A)));
  307.       this.saveFileAsToolStripMenuItem.Size = new System.Drawing.Size(311, 24);
  308.       this.saveFileAsToolStripMenuItem.Text = "Save File As";
  309.       this.saveFileAsToolStripMenuItem.Click += new System.EventHandler(this.SaveAsClick);
  310.       //
  311.       // toolStripSeparator8
  312.       //
  313.       this.toolStripSeparator8.Name = "toolStripSeparator8";
  314.       this.toolStripSeparator8.Size = new System.Drawing.Size(308, 6);
  315.       //
  316.       // printFontAndColorToolStripMenuItem1
  317.       //
  318.       this.printFontAndColorToolStripMenuItem1.Name = "printFontAndColorToolStripMenuItem1";
  319.       this.printFontAndColorToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  320.             | System.Windows.Forms.Keys.F)));
  321.       this.printFontAndColorToolStripMenuItem1.Size = new System.Drawing.Size(311, 24);
  322.       this.printFontAndColorToolStripMenuItem1.Text = "Print Font and Color";
  323.       this.printFontAndColorToolStripMenuItem1.Click += new System.EventHandler(this.PrintItemEventHandler);
  324.       //
  325.       // printPageSetupToolStripMenuItem
  326.       //
  327.       this.printPageSetupToolStripMenuItem.Name = "printPageSetupToolStripMenuItem";
  328.       this.printPageSetupToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
  329.       this.printPageSetupToolStripMenuItem.Size = new System.Drawing.Size(311, 24);
  330.       this.printPageSetupToolStripMenuItem.Text = "Print Page Setup";
  331.       this.printPageSetupToolStripMenuItem.Click += new System.EventHandler(this.PrintItemEventHandler);
  332.       //
  333.       // toolStripSeparator26
  334.       //
  335.       this.toolStripSeparator26.Name = "toolStripSeparator26";
  336.       this.toolStripSeparator26.Size = new System.Drawing.Size(308, 6);
  337.       //
  338.       // printPreviewToolStripMenuItem
  339.       //
  340.       this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
  341.       this.printPreviewToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.P)));
  342.       this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(311, 24);
  343.       this.printPreviewToolStripMenuItem.Text = "Print Preview";
  344.       this.printPreviewToolStripMenuItem.Click += new System.EventHandler(this.PrintItemEventHandler);
  345.       //
  346.       // PrintThisToolStripMenuItem
  347.       //
  348.       this.PrintThisToolStripMenuItem.Name = "PrintThisToolStripMenuItem";
  349.       this.PrintThisToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
  350.       this.PrintThisToolStripMenuItem.Size = new System.Drawing.Size(311, 24);
  351.       this.PrintThisToolStripMenuItem.Text = "Print This";
  352.       this.PrintThisToolStripMenuItem.Click += new System.EventHandler(this.PrintItemEventHandler);
  353.       //
  354.       // toolStripSeparator23
  355.       //
  356.       this.toolStripSeparator23.Name = "toolStripSeparator23";
  357.       this.toolStripSeparator23.Size = new System.Drawing.Size(308, 6);
  358.       //
  359.       // closeApplicationToolStripMenuItem
  360.       //
  361.       this.closeApplicationToolStripMenuItem.Name = "closeApplicationToolStripMenuItem";
  362.       this.closeApplicationToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
  363.       this.closeApplicationToolStripMenuItem.Size = new System.Drawing.Size(311, 24);
  364.       this.closeApplicationToolStripMenuItem.Text = "Exit My Editor";
  365.       this.closeApplicationToolStripMenuItem.Click += new System.EventHandler(this.QuitOutClick);
  366.       //
  367.       // MenuStrip1
  368.       //
  369.       this.MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  370.             this.FileMenu,
  371.             this.EditMenu,
  372.             this.ViewMenu,
  373.             this.OptionsMenu,
  374.             this.ZoomFactor,
  375.             this.ZoomMenu});
  376.       this.MenuStrip1.Location = new System.Drawing.Point(0, 0);
  377.       this.MenuStrip1.Name = "MenuStrip1";
  378.       this.MenuStrip1.Size = new System.Drawing.Size(547, 32);
  379.       this.MenuStrip1.TabIndex = 2;
  380.       this.MenuStrip1.Text = "Menu Strip";
  381.       //
  382.       // FileMenu
  383.       //
  384.       this.FileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  385.             this.NewMenuItem,
  386.             this.OpenMenuItem,
  387.             this.CloseMenuItem,
  388.             this.toolStripSeparator2,
  389.             this.SaveMenuItem,
  390.             this.SaveAsMenuItem,
  391.             this.SaveAllTabsMenuItem,
  392.             this.toolStripSeparator1,
  393.             this.printFontAndColorToolStripMenuItem,
  394.             this.PageSetupMenuItem,
  395.             this.toolStripSeparator27,
  396.             this.PrintPreviewMenuItem,
  397.             this.PrintThisFileMenuItem,
  398.             this.toolStripSeparator3,
  399.             this.QuitOut});
  400.       this.FileMenu.Name = "FileMenu";
  401.       this.FileMenu.Size = new System.Drawing.Size(44, 28);
  402.       this.FileMenu.Text = "File";
  403.       this.FileMenu.ToolTipText = "Allows User to Manipulate Files in their File-System and Print Environment.";
  404.       //
  405.       // NewMenuItem
  406.       //
  407.       this.NewMenuItem.Name = "NewMenuItem";
  408.       this.NewMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
  409.       this.NewMenuItem.Size = new System.Drawing.Size(299, 24);
  410.       this.NewMenuItem.Text = "New File";
  411.       this.NewMenuItem.ToolTipText = "Create New File in New Tab.";
  412.       this.NewMenuItem.Click += new System.EventHandler(this.NewClick);
  413.       //
  414.       // OpenMenuItem
  415.       //
  416.       this.OpenMenuItem.Name = "OpenMenuItem";
  417.       this.OpenMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
  418.       this.OpenMenuItem.Size = new System.Drawing.Size(299, 24);
  419.       this.OpenMenuItem.Text = "Open File";
  420.       this.OpenMenuItem.ToolTipText = "Open Existing File.";
  421.       this.OpenMenuItem.Click += new System.EventHandler(this.OpenClick);
  422.       //
  423.       // CloseMenuItem
  424.       //
  425.       this.CloseMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  426.             this.CloseFile,
  427.             this.CloseFileAndTab,
  428.             this.toolStripSeparator15,
  429.             this.CloseAllFiles,
  430.             this.CloseAllTabs});
  431.       this.CloseMenuItem.Name = "CloseMenuItem";
  432.       this.CloseMenuItem.Size = new System.Drawing.Size(299, 24);
  433.       this.CloseMenuItem.Text = "Close ";
  434.       this.CloseMenuItem.ToolTipText = "Close the File in the Current Editor.";
  435.       this.CloseMenuItem.Click += new System.EventHandler(this.CloseFileClick);
  436.       //
  437.       // CloseFile
  438.       //
  439.       this.CloseFile.Name = "CloseFile";
  440.       this.CloseFile.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C)));
  441.       this.CloseFile.Size = new System.Drawing.Size(257, 24);
  442.       this.CloseFile.Text = "Close This File";
  443.       this.CloseFile.ToolTipText = "Close the File in the Current Editor.";
  444.       this.CloseFile.Click += new System.EventHandler(this.CloseFileClick);
  445.       //
  446.       // CloseFileAndTab
  447.       //
  448.       this.CloseFileAndTab.Name = "CloseFileAndTab";
  449.       this.CloseFileAndTab.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.T)));
  450.       this.CloseFileAndTab.Size = new System.Drawing.Size(257, 24);
  451.       this.CloseFileAndTab.Text = "Close File And Tab";
  452.       this.CloseFileAndTab.ToolTipText = "Closes Not Only the File But The Entire Tab.";
  453.       this.CloseFileAndTab.Click += new System.EventHandler(this.CloseTabClick);
  454.       //
  455.       // toolStripSeparator15
  456.       //
  457.       this.toolStripSeparator15.Name = "toolStripSeparator15";
  458.       this.toolStripSeparator15.Size = new System.Drawing.Size(254, 6);
  459.       //
  460.       // CloseAllFiles
  461.       //
  462.       this.CloseAllFiles.Name = "CloseAllFiles";
  463.       this.CloseAllFiles.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Shift)
  464.             | System.Windows.Forms.Keys.C)));
  465.       this.CloseAllFiles.Size = new System.Drawing.Size(257, 24);
  466.       this.CloseAllFiles.Text = "Close All Files";
  467.       this.CloseAllFiles.ToolTipText = "Closes all Open Files in all Tabs.";
  468.       this.CloseAllFiles.Click += new System.EventHandler(this.CloseAllFilesClick);
  469.       //
  470.       // CloseAllTabs
  471.       //
  472.       this.CloseAllTabs.Name = "CloseAllTabs";
  473.       this.CloseAllTabs.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Shift)
  474.             | System.Windows.Forms.Keys.T)));
  475.       this.CloseAllTabs.Size = new System.Drawing.Size(257, 24);
  476.       this.CloseAllTabs.Text = "Close All Tabs";
  477.       this.CloseAllTabs.ToolTipText = "Closes all Files and all Tabs.";
  478.       this.CloseAllTabs.Click += new System.EventHandler(this.CloseAllTabsClick);
  479.       //
  480.       // toolStripSeparator2
  481.       //
  482.       this.toolStripSeparator2.Name = "toolStripSeparator2";
  483.       this.toolStripSeparator2.Size = new System.Drawing.Size(296, 6);
  484.       //
  485.       // SaveMenuItem
  486.       //
  487.       this.SaveMenuItem.Name = "SaveMenuItem";
  488.       this.SaveMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
  489.       this.SaveMenuItem.Size = new System.Drawing.Size(299, 24);
  490.       this.SaveMenuItem.Text = "Save File";
  491.       this.SaveMenuItem.ToolTipText = "Save Contents of this Tab to Disk.";
  492.       this.SaveMenuItem.Click += new System.EventHandler(this.SaveClick);
  493.       //
  494.       // SaveAsMenuItem
  495.       //
  496.       this.SaveAsMenuItem.Name = "SaveAsMenuItem";
  497.       this.SaveAsMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  498.             | System.Windows.Forms.Keys.A)));
  499.       this.SaveAsMenuItem.Size = new System.Drawing.Size(299, 24);
  500.       this.SaveAsMenuItem.Text = "Save As";
  501.       this.SaveAsMenuItem.ToolTipText = "Save the Current File to Disk with Another Name and/or File Type.";
  502.       this.SaveAsMenuItem.Click += new System.EventHandler(this.SaveAsClick);
  503.       //
  504.       // SaveAllTabsMenuItem
  505.       //
  506.       this.SaveAllTabsMenuItem.Name = "SaveAllTabsMenuItem";
  507.       this.SaveAllTabsMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  508.             | System.Windows.Forms.Keys.S)));
  509.       this.SaveAllTabsMenuItem.Size = new System.Drawing.Size(299, 24);
  510.       this.SaveAllTabsMenuItem.Text = "Save All Tabs";
  511.       this.SaveAllTabsMenuItem.ToolTipText = "Save All Open Tabs to Disk. Un-named Files will Prompt you for Naming.";
  512.       this.SaveAllTabsMenuItem.Click += new System.EventHandler(this.SaveAllClick);
  513.       //
  514.       // toolStripSeparator1
  515.       //
  516.       this.toolStripSeparator1.Name = "toolStripSeparator1";
  517.       this.toolStripSeparator1.Size = new System.Drawing.Size(296, 6);
  518.       //
  519.       // printFontAndColorToolStripMenuItem
  520.       //
  521.       this.printFontAndColorToolStripMenuItem.Name = "printFontAndColorToolStripMenuItem";
  522.       this.printFontAndColorToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
  523.             | System.Windows.Forms.Keys.F)));
  524.       this.printFontAndColorToolStripMenuItem.Size = new System.Drawing.Size(299, 24);
  525.       this.printFontAndColorToolStripMenuItem.Text = "Print Font and Color";
  526.       this.printFontAndColorToolStripMenuItem.Click += new System.EventHandler(this.PrintItemEventHandler);
  527.       //
  528.       // PageSetupMenuItem
  529.       //
  530.       this.PageSetupMenuItem.Name = "PageSetupMenuItem";
  531.       this.PageSetupMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
  532.       this.PageSetupMenuItem.Size = new System.Drawing.Size(299, 24);
  533.       this.PageSetupMenuItem.Text = "Print Page Setup";
  534.       this.PageSetupMenuItem.ToolTipText = "Allows User to Configure Page Setup for Printing.";
  535.       this.PageSetupMenuItem.Click += new System.EventHandler(this.PrintItemEventHandler);
  536.       //
  537.       // toolStripSeparator27
  538.       //
  539.       this.toolStripSeparator27.Name = "toolStripSeparator27";
  540.       this.toolStripSeparator27.Size = new System.Drawing.Size(296, 6);
  541.       //
  542.       // PrintPreviewMenuItem
  543.       //
  544.       this.PrintPreviewMenuItem.Name = "PrintPreviewMenuItem";
  545.       this.PrintPreviewMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.P)));
  546.       this.PrintPreviewMenuItem.Size = new System.Drawing.Size(299, 24);
  547.       this.PrintPreviewMenuItem.Text = "Print Preview";
  548.       this.PrintPreviewMenuItem.ToolTipText = "Allows User to See a Simulation Preview of what this File will look like Printed." +
  549.     "";
  550.       this.PrintPreviewMenuItem.Click += new System.EventHandler(this.PrintItemEventHandler);
  551.       //
  552.       // PrintThisFileMenuItem
  553.       //
  554.       this.PrintThisFileMenuItem.Name = "PrintThisFileMenuItem";
  555.       this.PrintThisFileMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
  556.       this.PrintThisFileMenuItem.Size = new System.Drawing.Size(299, 24);
  557.       this.PrintThisFileMenuItem.Text = "Print This";
  558.       this.PrintThisFileMenuItem.ToolTipText = "Print the File or Selection with the Page Setup and Printer Preferences Selected." +
  559.     " (Options Menu)";
  560.       this.PrintThisFileMenuItem.Click += new System.EventHandler(this.PrintItemEventHandler);
  561.       //
  562.       // toolStripSeparator3
  563.       //
  564.       this.toolStripSeparator3.Name = "toolStripSeparator3";
  565.       this.toolStripSeparator3.Size = new System.Drawing.Size(296, 6);
  566.       //
  567.       // QuitOut
  568.       //
  569.       this.QuitOut.Name = "QuitOut";
  570.       this.QuitOut.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
  571.       this.QuitOut.Size = new System.Drawing.Size(299, 24);
  572.       this.QuitOut.Text = "Exit My Editor ";
  573.       this.QuitOut.ToolTipText = "Quit The App with Option to Save Unsaved Changes.";
  574.       this.QuitOut.Click += new System.EventHandler(this.QuitOutClick);
  575.       //
  576.       // EditMenu
  577.       //
  578.       this.EditMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  579.             this.UndoMenuItem,
  580.             this.RedoMenuItem,
  581.             this.toolStripSeparator4,
  582.             this.CutMenuItem,
  583.             this.CopyMenuItem,
  584.             this.PasteMenuItem,
  585.             this.toolStripSeparator7,
  586.             this.SelectAllMenuItem});
  587.       this.EditMenu.Name = "EditMenu";
  588.       this.EditMenu.Size = new System.Drawing.Size(47, 28);
  589.       this.EditMenu.Text = "Edit";
  590.       this.EditMenu.ToolTipText = "Allows User to Access Edit Commands in a number of ways.";
  591.       //
  592.       // UndoMenuItem
  593.       //
  594.       this.UndoMenuItem.Name = "UndoMenuItem";
  595.       this.UndoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
  596.       this.UndoMenuItem.Size = new System.Drawing.Size(257, 24);
  597.       this.UndoMenuItem.Text = "Undo";
  598.       this.UndoMenuItem.ToolTipText = "Undoes the last Editor Change that was Recorded.";
  599.       this.UndoMenuItem.Click += new System.EventHandler(this.UndoClick);
  600.       //
  601.       // RedoMenuItem
  602.       //
  603.       this.RedoMenuItem.Name = "RedoMenuItem";
  604.       this.RedoMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
  605.       this.RedoMenuItem.Size = new System.Drawing.Size(257, 24);
  606.       this.RedoMenuItem.Text = "Redo";
  607.       this.RedoMenuItem.ToolTipText = "Redoes the Previous Undo back to where you were.";
  608.       this.RedoMenuItem.Click += new System.EventHandler(this.RedoClick);
  609.       //
  610.       // toolStripSeparator4
  611.       //
  612.       this.toolStripSeparator4.Name = "toolStripSeparator4";
  613.       this.toolStripSeparator4.Size = new System.Drawing.Size(254, 6);
  614.       //
  615.       // CutMenuItem
  616.       //
  617.       this.CutMenuItem.Name = "CutMenuItem";
  618.       this.CutMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
  619.       this.CutMenuItem.Size = new System.Drawing.Size(257, 24);
  620.       this.CutMenuItem.Text = "Cut Selected Text";
  621.       this.CutMenuItem.ToolTipText = "Move Selected Text to The Clipboard.";
  622.       this.CutMenuItem.Click += new System.EventHandler(this.CutClick);
  623.       //
  624.       // CopyMenuItem
  625.       //
  626.       this.CopyMenuItem.Name = "CopyMenuItem";
  627.       this.CopyMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
  628.       this.CopyMenuItem.Size = new System.Drawing.Size(257, 24);
  629.       this.CopyMenuItem.Text = "Copy Selected Text";
  630.       this.CopyMenuItem.ToolTipText = "Copy Selected Text To The ClipBoard.";
  631.       this.CopyMenuItem.Click += new System.EventHandler(this.CopyClick);
  632.       //
  633.       // PasteMenuItem
  634.       //
  635.       this.PasteMenuItem.Name = "PasteMenuItem";
  636.       this.PasteMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
  637.       this.PasteMenuItem.Size = new System.Drawing.Size(257, 24);
  638.       this.PasteMenuItem.Text = "Paste Selected Text";
  639.       this.PasteMenuItem.ToolTipText = "Paste Clipboard Text At Cursor Position.";
  640.       this.PasteMenuItem.Click += new System.EventHandler(this.PasteClick);
  641.       //
  642.       // toolStripSeparator7
  643.       //
  644.       this.toolStripSeparator7.Name = "toolStripSeparator7";
  645.       this.toolStripSeparator7.Size = new System.Drawing.Size(254, 6);
  646.       //
  647.       // SelectAllMenuItem
  648.       //
  649.       this.SelectAllMenuItem.Name = "SelectAllMenuItem";
  650.       this.SelectAllMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
  651.       this.SelectAllMenuItem.Size = new System.Drawing.Size(257, 24);
  652.       this.SelectAllMenuItem.Text = "Select All Text";
  653.       this.SelectAllMenuItem.ToolTipText = "Selects literally ALL of the Text in this particular Editor in Focus.";
  654.       this.SelectAllMenuItem.Click += new System.EventHandler(this.SelectAllClick);
  655.       //
  656.       // ViewMenu
  657.       //
  658.       this.ViewMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  659.             this.WordWrap,
  660.             this.toolStripSeparator21,
  661.             this.NextTabMenuItem,
  662.             this.PreviousTabMenuItem,
  663.             this.toolStripSeparator22,
  664.             this.ShowFileNamesList,
  665.             this.toolStripSeparator25,
  666.             this.TestCode1,
  667.             this.nowTestingToolStripMenuItem});
  668.       this.ViewMenu.Name = "ViewMenu";
  669.       this.ViewMenu.Size = new System.Drawing.Size(53, 28);
  670.       this.ViewMenu.Text = "View";
  671.       this.ViewMenu.ToolTipText = "Allows User to Change The View and Perspective.";
  672.       //
  673.       // WordWrap
  674.       //
  675.       this.WordWrap.Checked = true;
  676.       this.WordWrap.CheckState = System.Windows.Forms.CheckState.Checked;
  677.       this.WordWrap.Name = "WordWrap";
  678.       this.WordWrap.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W)));
  679.       this.WordWrap.Size = new System.Drawing.Size(283, 24);
  680.       this.WordWrap.Text = "Word Wrap On/Off";
  681.       this.WordWrap.ToolTipText = "Toggles Word-Wrap Mode on or Off.";
  682.       this.WordWrap.Click += new System.EventHandler(this.WordWrapClick);
  683.       //
  684.       // toolStripSeparator21
  685.       //
  686.       this.toolStripSeparator21.Name = "toolStripSeparator21";
  687.       this.toolStripSeparator21.Size = new System.Drawing.Size(280, 6);
  688.       //
  689.       // NextTabMenuItem
  690.       //
  691.       this.NextTabMenuItem.Name = "NextTabMenuItem";
  692.       this.NextTabMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Right)));
  693.       this.NextTabMenuItem.Size = new System.Drawing.Size(283, 24);
  694.       this.NextTabMenuItem.Text = "Next Tab";
  695.       this.NextTabMenuItem.ToolTipText = "Flip to the Next Tab Page.";
  696.       this.NextTabMenuItem.Click += new System.EventHandler(this.TabChange);
  697.       //
  698.       // PreviousTabMenuItem
  699.       //
  700.       this.PreviousTabMenuItem.Name = "PreviousTabMenuItem";
  701.       this.PreviousTabMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Left)));
  702.       this.PreviousTabMenuItem.Size = new System.Drawing.Size(283, 24);
  703.       this.PreviousTabMenuItem.Text = "Previous Tab";
  704.       this.PreviousTabMenuItem.ToolTipText = "Flip to the Previous Tab Page.";
  705.       this.PreviousTabMenuItem.Click += new System.EventHandler(this.TabChange);
  706.       //
  707.       // toolStripSeparator22
  708.       //
  709.       this.toolStripSeparator22.Name = "toolStripSeparator22";
  710.       this.toolStripSeparator22.Size = new System.Drawing.Size(280, 6);
  711.       //
  712.       // ShowFileNamesList
  713.       //
  714.       this.ShowFileNamesList.Name = "ShowFileNamesList";
  715.       this.ShowFileNamesList.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.L)));
  716.       this.ShowFileNamesList.Size = new System.Drawing.Size(283, 24);
  717.       this.ShowFileNamesList.Text = "Show FileNames List";
  718.       this.ShowFileNamesList.Click += new System.EventHandler(this.ShowLists);
  719.       //
  720.       // toolStripSeparator25
  721.       //
  722.       this.toolStripSeparator25.Name = "toolStripSeparator25";
  723.       this.toolStripSeparator25.Size = new System.Drawing.Size(280, 6);
  724.       //
  725.       // TestCode1
  726.       //
  727.       this.TestCode1.Name = "TestCode1";
  728.       this.TestCode1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
  729.       this.TestCode1.Size = new System.Drawing.Size(283, 24);
  730.       this.TestCode1.Text = "TestCode1 Method Call";
  731.       this.TestCode1.Visible = false;
  732.       this.TestCode1.Click += new System.EventHandler(this.Test1Click);
  733.       //
  734.       // nowTestingToolStripMenuItem
  735.       //
  736.       this.nowTestingToolStripMenuItem.Name = "nowTestingToolStripMenuItem";
  737.       this.nowTestingToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
  738.             | System.Windows.Forms.Keys.T)));
  739.       this.nowTestingToolStripMenuItem.Size = new System.Drawing.Size(283, 24);
  740.       this.nowTestingToolStripMenuItem.Text = "Now Testing";
  741.       this.nowTestingToolStripMenuItem.Visible = false;
  742.       this.nowTestingToolStripMenuItem.Click += new System.EventHandler(this.NowTestingClick);
  743.       //
  744.       // OptionsMenu
  745.       //
  746.       this.OptionsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  747.             this.ChangeFontMenuItem,
  748.             this.SetBackColor,
  749.             this.toolStripSeparator16,
  750.             this.SetForeColorMenuItem,
  751.             this.HighBackMenuItem,
  752.             this.SetFormColor,
  753.             this.toolStripSeparator17,
  754.             this.OtherPreferences,
  755.             this.toolStripSeparator24,
  756.             this.runPrintBlasterToolStripMenuItem,
  757.             this.toolStripSeparator9,
  758.             this.AboutSmesa});
  759.       this.OptionsMenu.Name = "OptionsMenu";
  760.       this.OptionsMenu.Size = new System.Drawing.Size(73, 28);
  761.       this.OptionsMenu.Text = "Options";
  762.       this.OptionsMenu.ToolTipText = "Optional Settings the User can configure as Preferences.";
  763.       //
  764.       // ChangeFontMenuItem
  765.       //
  766.       this.ChangeFontMenuItem.Name = "ChangeFontMenuItem";
  767.       this.ChangeFontMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F)));
  768.       this.ChangeFontMenuItem.Size = new System.Drawing.Size(309, 24);
  769.       this.ChangeFontMenuItem.Text = "Editor/Selection Font";
  770.       this.ChangeFontMenuItem.ToolTipText = "Change Editor Font, Size, Color, etc.";
  771.       this.ChangeFontMenuItem.Click += new System.EventHandler(this.ChangeFontClick);
  772.       //
  773.       // SetBackColor
  774.       //
  775.       this.SetBackColor.Name = "SetBackColor";
  776.       this.SetBackColor.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.B)));
  777.       this.SetBackColor.Size = new System.Drawing.Size(309, 24);
  778.       this.SetBackColor.Text = "Set Background Color";
  779.       this.SetBackColor.ToolTipText = "Allows User to Set Editor Background Color Preference.";
  780.       this.SetBackColor.Click += new System.EventHandler(this.SetColorClick);
  781.       //
  782.       // toolStripSeparator16
  783.       //
  784.       this.toolStripSeparator16.Name = "toolStripSeparator16";
  785.       this.toolStripSeparator16.Size = new System.Drawing.Size(306, 6);
  786.       //
  787.       // SetForeColorMenuItem
  788.       //
  789.       this.SetForeColorMenuItem.Name = "SetForeColorMenuItem";
  790.       this.SetForeColorMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C)));
  791.       this.SetForeColorMenuItem.Size = new System.Drawing.Size(309, 24);
  792.       this.SetForeColorMenuItem.Text = "Selection Fore Color";
  793.       this.SetForeColorMenuItem.ToolTipText = "Allows the Editor Highlight Color to be Set to User Preferred Color. (For Selecte" +
  794.     "d Text)";
  795.       this.SetForeColorMenuItem.Click += new System.EventHandler(this.SetColorClick);
  796.       //
  797.       // HighBackMenuItem
  798.       //
  799.       this.HighBackMenuItem.Name = "HighBackMenuItem";
  800.       this.HighBackMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.H)));
  801.       this.HighBackMenuItem.Size = new System.Drawing.Size(309, 24);
  802.       this.HighBackMenuItem.Text = "Selection Back Color";
  803.       this.HighBackMenuItem.Click += new System.EventHandler(this.SetColorClick);
  804.       //
  805.       // SetFormColor
  806.       //
  807.       this.SetFormColor.Name = "SetFormColor";
  808.       this.SetFormColor.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F)));
  809.       this.SetFormColor.Size = new System.Drawing.Size(309, 24);
  810.       this.SetFormColor.Text = "Set Form Color";
  811.       this.SetFormColor.ToolTipText = "Allows User to Change Application Color Preference.";
  812.       this.SetFormColor.Click += new System.EventHandler(this.SetColorClick);
  813.       //
  814.       // toolStripSeparator17
  815.       //
  816.       this.toolStripSeparator17.Name = "toolStripSeparator17";
  817.       this.toolStripSeparator17.Size = new System.Drawing.Size(306, 6);
  818.       //
  819.       // OtherPreferences
  820.       //
  821.       this.OtherPreferences.Name = "OtherPreferences";
  822.       this.OtherPreferences.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
  823.             | System.Windows.Forms.Keys.P)));
  824.       this.OtherPreferences.Size = new System.Drawing.Size(309, 24);
  825.       this.OtherPreferences.Text = "User Preferences";
  826.       this.OtherPreferences.ToolTipText = "Allows User to Change More Preferences.";
  827.       this.OtherPreferences.Click += new System.EventHandler(this.UserPrefsClick);
  828.       //
  829.       // toolStripSeparator24
  830.       //
  831.       this.toolStripSeparator24.Name = "toolStripSeparator24";
  832.       this.toolStripSeparator24.Size = new System.Drawing.Size(306, 6);
  833.       //
  834.       // runPrintBlasterToolStripMenuItem
  835.       //
  836.       this.runPrintBlasterToolStripMenuItem.Name = "runPrintBlasterToolStripMenuItem";
  837.       this.runPrintBlasterToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Shift)
  838.             | System.Windows.Forms.Keys.B)));
  839.       this.runPrintBlasterToolStripMenuItem.Size = new System.Drawing.Size(309, 24);
  840.       this.runPrintBlasterToolStripMenuItem.Text = "Switch to Print Blaster";
  841.       this.runPrintBlasterToolStripMenuItem.Click += new System.EventHandler(this.PrintItemEventHandler);
  842.       //
  843.       // toolStripSeparator9
  844.       //
  845.       this.toolStripSeparator9.Name = "toolStripSeparator9";
  846.       this.toolStripSeparator9.Size = new System.Drawing.Size(306, 6);
  847.       //
  848.       // AboutSmesa
  849.       //
  850.       this.AboutSmesa.Name = "AboutSmesa";
  851.       this.AboutSmesa.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.A)));
  852.       this.AboutSmesa.Size = new System.Drawing.Size(309, 24);
  853.       this.AboutSmesa.Text = "About My Editor";
  854.       this.AboutSmesa.ToolTipText = "Get Product Info.";
  855.       this.AboutSmesa.Click += new System.EventHandler(this.AboutMyEditorClick);
  856.       //
  857.       // ZoomFactor
  858.       //
  859.       this.ZoomFactor.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  860.             this.ZoomInMenuItem,
  861.             this.ZoomOutMenuItem,
  862.             this.orCtrlMouseWheelToolStripMenuItem});
  863.       this.ZoomFactor.Name = "ZoomFactor";
  864.       this.ZoomFactor.Size = new System.Drawing.Size(68, 28);
  865.       this.ZoomFactor.Text = "Zoom: ";
  866.       //
  867.       // ZoomInMenuItem
  868.       //
  869.       this.ZoomInMenuItem.Name = "ZoomInMenuItem";
  870.       this.ZoomInMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Up)));
  871.       this.ZoomInMenuItem.Size = new System.Drawing.Size(227, 24);
  872.       this.ZoomInMenuItem.Text = "Zoom In";
  873.       this.ZoomInMenuItem.ToolTipText = "Make the text bigger like it\'s closer.";
  874.       this.ZoomInMenuItem.Click += new System.EventHandler(this.ZoomIn);
  875.       //
  876.       // ZoomOutMenuItem
  877.       //
  878.       this.ZoomOutMenuItem.Name = "ZoomOutMenuItem";
  879.       this.ZoomOutMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Down)));
  880.       this.ZoomOutMenuItem.Size = new System.Drawing.Size(227, 24);
  881.       this.ZoomOutMenuItem.Text = "Zoom Out";
  882.       this.ZoomOutMenuItem.ToolTipText = "Make the text smaller like it\'s farther away.";
  883.       this.ZoomOutMenuItem.Click += new System.EventHandler(this.ZoomOut);
  884.       //
  885.       // orCtrlMouseWheelToolStripMenuItem
  886.       //
  887.       this.orCtrlMouseWheelToolStripMenuItem.Name = "orCtrlMouseWheelToolStripMenuItem";
  888.       this.orCtrlMouseWheelToolStripMenuItem.Size = new System.Drawing.Size(227, 24);
  889.       this.orCtrlMouseWheelToolStripMenuItem.Text = "or Ctrl+Mouse Wheel.";
  890.       this.orCtrlMouseWheelToolStripMenuItem.ToolTipText = "Use Control Key and Mouse Wheel To Zoom in and out.";
  891.       //
  892.       // ZoomMenu
  893.       //
  894.       this.ZoomMenu.AutoToolTip = true;
  895.       this.ZoomMenu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  896.       this.ZoomMenu.Items.AddRange(new object[] {
  897.             "10%",
  898.             "20%",
  899.             "30%",
  900.             "40%",
  901.             "50%",
  902.             "60%",
  903.             "70%",
  904.             "80%",
  905.             "90%",
  906.             "100%",
  907.             "110%",
  908.             "120%",
  909.             "130%",
  910.             "140%",
  911.             "150%",
  912.             "160%",
  913.             "170%",
  914.             "180%",
  915.             "190%",
  916.             "200%",
  917.             "210%",
  918.             "220%",
  919.             "230%",
  920.             "240%",
  921.             "250%",
  922.             "260%",
  923.             "270%",
  924.             "280%",
  925.             "290%",
  926.             "300%",
  927.             "310%",
  928.             "320%",
  929.             "330%",
  930.             "340%",
  931.             "350%",
  932.             "360%",
  933.             "370%",
  934.             "380%",
  935.             "390%",
  936.             "400%",
  937.             "410%",
  938.             "420%",
  939.             "430%",
  940.             "440%",
  941.             "450%",
  942.             "460%",
  943.             "470%",
  944.             "480%",
  945.             "490%",
  946.             "500%"});
  947.       this.ZoomMenu.MaxDropDownItems = 12;
  948.       this.ZoomMenu.Name = "ZoomMenu";
  949.       this.ZoomMenu.Size = new System.Drawing.Size(75, 28);
  950.       this.ZoomMenu.ToolTipText = "Adjust Zoom Level.";
  951.       this.ZoomMenu.SelectedIndexChanged += new System.EventHandler(this.ZoomIndexChanged);
  952.       //
  953.       // TabControl
  954.       //
  955.       this.TabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  956.             | System.Windows.Forms.AnchorStyles.Left)
  957.             | System.Windows.Forms.AnchorStyles.Right)));
  958.       this.TabControl.Controls.Add(this.tabPage1);
  959.       this.TabControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  960.       this.TabControl.HotTrack = true;
  961.       this.TabControl.Location = new System.Drawing.Point(12, 60);
  962.       this.TabControl.Multiline = true;
  963.       this.TabControl.Name = "TabControl";
  964.       this.TabControl.SelectedIndex = 0;
  965.       this.TabControl.ShowToolTips = true;
  966.       this.TabControl.Size = new System.Drawing.Size(523, 207);
  967.       this.TabControl.TabIndex = 3;
  968.       this.TabControl.SelectedIndexChanged += new System.EventHandler(this.ChangedTabs);
  969.       this.TabControl.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.PageDeselecting);
  970.       //
  971.       // tabPage1
  972.       //
  973.       this.tabPage1.Controls.Add(this.RichTextBox1);
  974.       this.tabPage1.Location = new System.Drawing.Point(4, 22);
  975.       this.tabPage1.Name = "tabPage1";
  976.       this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  977.       this.tabPage1.Size = new System.Drawing.Size(515, 181);
  978.       this.tabPage1.TabIndex = 1;
  979.       this.tabPage1.Text = "tabPage1";
  980.       this.tabPage1.UseVisualStyleBackColor = true;
  981.       //
  982.       // RichTextBox1
  983.       //
  984.       this.RichTextBox1.AcceptsTab = true;
  985.       this.RichTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  986.             | System.Windows.Forms.AnchorStyles.Left)
  987.             | System.Windows.Forms.AnchorStyles.Right)));
  988.       this.RichTextBox1.BulletIndent = 2;
  989.       this.RichTextBox1.ContextMenuStrip = this.ContextMenu1;
  990.       this.RichTextBox1.EnableAutoDragDrop = true;
  991.       this.RichTextBox1.Location = new System.Drawing.Point(3, 0);
  992.       this.RichTextBox1.Name = "RichTextBox1";
  993.       this.RichTextBox1.Size = new System.Drawing.Size(506, 178);
  994.       this.RichTextBox1.TabIndex = 1;
  995.       this.RichTextBox1.Text = "";
  996.       this.RichTextBox1.ContentsResized += new System.Windows.Forms.ContentsResizedEventHandler(this.Zoomer);
  997.       //
  998.       // ToolStrip1
  999.       //
  1000.       this.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  1001.       this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1002.             this.PrintButton,
  1003.             this.NewButton,
  1004.             this.OpenButton,
  1005.             this.SaveButton,
  1006.             this.SaveAllButton,
  1007.             this.toolStripSeparator10,
  1008.             this.UndoButton,
  1009.             this.RedoButton,
  1010.             this.toolStripSeparator11,
  1011.             this.WordWrapButton,
  1012.             this.PrintBlasterButton,
  1013.             this.toolStripSeparator14,
  1014.             this.CutButton,
  1015.             this.CopyButton,
  1016.             this.PasteButton,
  1017.             this.toolStripSeparator13,
  1018.             this.ChangeFontButton,
  1019.             this.BackColorButton,
  1020.             this.HighLightColorButton,
  1021.             this.HighBackColorButton,
  1022.             this.FormColorButton,
  1023.             this.toolStripSeparator12,
  1024.             this.CloseFileButton,
  1025.             this.CloseTabButton});
  1026.       this.ToolStrip1.Location = new System.Drawing.Point(0, 32);
  1027.       this.ToolStrip1.Name = "ToolStrip1";
  1028.       this.ToolStrip1.Size = new System.Drawing.Size(547, 25);
  1029.       this.ToolStrip1.Stretch = true;
  1030.       this.ToolStrip1.TabIndex = 5;
  1031.       this.ToolStrip1.Text = "toolStrip1";
  1032.       //
  1033.       // PrintButton
  1034.       //
  1035.       this.PrintButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1036.       this.PrintButton.Image = ((System.Drawing.Image)(resources.GetObject("PrintButton.Image")));
  1037.       this.PrintButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1038.       this.PrintButton.Name = "PrintButton";
  1039.       this.PrintButton.Size = new System.Drawing.Size(23, 22);
  1040.       this.PrintButton.Text = "Print This";
  1041.       this.PrintButton.ToolTipText = "Print This File or Selection Now.";
  1042.       this.PrintButton.Click += new System.EventHandler(this.PrintItemEventHandler);
  1043.       //
  1044.       // NewButton
  1045.       //
  1046.       this.NewButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1047.       this.NewButton.Image = ((System.Drawing.Image)(resources.GetObject("NewButton.Image")));
  1048.       this.NewButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1049.       this.NewButton.Name = "NewButton";
  1050.       this.NewButton.Size = new System.Drawing.Size(23, 22);
  1051.       this.NewButton.ToolTipText = "Create a New File Now.";
  1052.       this.NewButton.Click += new System.EventHandler(this.NewClick);
  1053.       //
  1054.       // OpenButton
  1055.       //
  1056.       this.OpenButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1057.       this.OpenButton.Image = ((System.Drawing.Image)(resources.GetObject("OpenButton.Image")));
  1058.       this.OpenButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1059.       this.OpenButton.Name = "OpenButton";
  1060.       this.OpenButton.Size = new System.Drawing.Size(23, 22);
  1061.       this.OpenButton.ToolTipText = "Open an Existing-File Now.";
  1062.       this.OpenButton.Click += new System.EventHandler(this.OpenClick);
  1063.       //
  1064.       // SaveButton
  1065.       //
  1066.       this.SaveButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1067.       this.SaveButton.Enabled = false;
  1068.       this.SaveButton.Image = ((System.Drawing.Image)(resources.GetObject("SaveButton.Image")));
  1069.       this.SaveButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1070.       this.SaveButton.Name = "SaveButton";
  1071.       this.SaveButton.Size = new System.Drawing.Size(23, 22);
  1072.       this.SaveButton.ToolTipText = "Save this File to Disk Now.";
  1073.       this.SaveButton.Click += new System.EventHandler(this.SaveClick);
  1074.       //
  1075.       // SaveAllButton
  1076.       //
  1077.       this.SaveAllButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1078.       this.SaveAllButton.Enabled = false;
  1079.       this.SaveAllButton.Image = ((System.Drawing.Image)(resources.GetObject("SaveAllButton.Image")));
  1080.       this.SaveAllButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1081.       this.SaveAllButton.Name = "SaveAllButton";
  1082.       this.SaveAllButton.Size = new System.Drawing.Size(23, 22);
  1083.       this.SaveAllButton.ToolTipText = "Save All Files to Disk Now.";
  1084.       this.SaveAllButton.Click += new System.EventHandler(this.SaveAllClick);
  1085.       //
  1086.       // toolStripSeparator10
  1087.       //
  1088.       this.toolStripSeparator10.Name = "toolStripSeparator10";
  1089.       this.toolStripSeparator10.Size = new System.Drawing.Size(6, 25);
  1090.       //
  1091.       // UndoButton
  1092.       //
  1093.       this.UndoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1094.       this.UndoButton.Image = ((System.Drawing.Image)(resources.GetObject("UndoButton.Image")));
  1095.       this.UndoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1096.       this.UndoButton.Name = "UndoButton";
  1097.       this.UndoButton.Size = new System.Drawing.Size(23, 22);
  1098.       this.UndoButton.ToolTipText = "Undo Last Change.";
  1099.       this.UndoButton.Click += new System.EventHandler(this.UndoClick);
  1100.       //
  1101.       // RedoButton
  1102.       //
  1103.       this.RedoButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1104.       this.RedoButton.Image = ((System.Drawing.Image)(resources.GetObject("RedoButton.Image")));
  1105.       this.RedoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1106.       this.RedoButton.Name = "RedoButton";
  1107.       this.RedoButton.Size = new System.Drawing.Size(23, 22);
  1108.       this.RedoButton.ToolTipText = "Redo Previous Change.";
  1109.       this.RedoButton.Click += new System.EventHandler(this.RedoClick);
  1110.       //
  1111.       // toolStripSeparator11
  1112.       //
  1113.       this.toolStripSeparator11.Name = "toolStripSeparator11";
  1114.       this.toolStripSeparator11.Size = new System.Drawing.Size(6, 25);
  1115.       //
  1116.       // WordWrapButton
  1117.       //
  1118.       this.WordWrapButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1119.       this.WordWrapButton.Image = ((System.Drawing.Image)(resources.GetObject("WordWrapButton.Image")));
  1120.       this.WordWrapButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1121.       this.WordWrapButton.Name = "WordWrapButton";
  1122.       this.WordWrapButton.Size = new System.Drawing.Size(23, 22);
  1123.       this.WordWrapButton.ToolTipText = "Toggle Word-Wrap On/Off.";
  1124.       this.WordWrapButton.Click += new System.EventHandler(this.WordWrapClick);
  1125.       //
  1126.       // PrintBlasterButton
  1127.       //
  1128.       this.PrintBlasterButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  1129.       this.PrintBlasterButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1130.       this.PrintBlasterButton.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  1131.       this.PrintBlasterButton.Image = ((System.Drawing.Image)(resources.GetObject("PrintBlasterButton.Image")));
  1132.       this.PrintBlasterButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1133.       this.PrintBlasterButton.Name = "PrintBlasterButton";
  1134.       this.PrintBlasterButton.Size = new System.Drawing.Size(23, 22);
  1135.       this.PrintBlasterButton.Text = "Go to Print Blaster";
  1136.       this.PrintBlasterButton.ToolTipText = "Jump to Print Blaster.";
  1137.       this.PrintBlasterButton.Click += new System.EventHandler(this.PrintItemEventHandler);
  1138.       //
  1139.       // toolStripSeparator14
  1140.       //
  1141.       this.toolStripSeparator14.Name = "toolStripSeparator14";
  1142.       this.toolStripSeparator14.Size = new System.Drawing.Size(6, 25);
  1143.       //
  1144.       // CutButton
  1145.       //
  1146.       this.CutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1147.       this.CutButton.Image = ((System.Drawing.Image)(resources.GetObject("CutButton.Image")));
  1148.       this.CutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1149.       this.CutButton.Name = "CutButton";
  1150.       this.CutButton.Size = new System.Drawing.Size(23, 22);
  1151.       this.CutButton.ToolTipText = "Cut Selected Text and place it on your Clipboard.";
  1152.       this.CutButton.Click += new System.EventHandler(this.CutClick);
  1153.       //
  1154.       // CopyButton
  1155.       //
  1156.       this.CopyButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1157.       this.CopyButton.Image = ((System.Drawing.Image)(resources.GetObject("CopyButton.Image")));
  1158.       this.CopyButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1159.       this.CopyButton.Name = "CopyButton";
  1160.       this.CopyButton.Size = new System.Drawing.Size(23, 22);
  1161.       this.CopyButton.ToolTipText = "Copy Selected Text to your Clipboard.";
  1162.       this.CopyButton.Click += new System.EventHandler(this.CopyClick);
  1163.       //
  1164.       // PasteButton
  1165.       //
  1166.       this.PasteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1167.       this.PasteButton.Image = ((System.Drawing.Image)(resources.GetObject("PasteButton.Image")));
  1168.       this.PasteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1169.       this.PasteButton.Name = "PasteButton";
  1170.       this.PasteButton.Size = new System.Drawing.Size(23, 22);
  1171.       this.PasteButton.ToolTipText = "Paste Clipboard Text and Cursor.";
  1172.       this.PasteButton.Click += new System.EventHandler(this.PasteClick);
  1173.       //
  1174.       // toolStripSeparator13
  1175.       //
  1176.       this.toolStripSeparator13.Name = "toolStripSeparator13";
  1177.       this.toolStripSeparator13.Size = new System.Drawing.Size(6, 25);
  1178.       //
  1179.       // ChangeFontButton
  1180.       //
  1181.       this.ChangeFontButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1182.       this.ChangeFontButton.Image = ((System.Drawing.Image)(resources.GetObject("ChangeFontButton.Image")));
  1183.       this.ChangeFontButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1184.       this.ChangeFontButton.Name = "ChangeFontButton";
  1185.       this.ChangeFontButton.Size = new System.Drawing.Size(23, 22);
  1186.       this.ChangeFontButton.ToolTipText = "Change the Font for this Tab. (Includes Font Color)";
  1187.       this.ChangeFontButton.Click += new System.EventHandler(this.ChangeFontClick);
  1188.       //
  1189.       // BackColorButton
  1190.       //
  1191.       this.BackColorButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1192.       this.BackColorButton.Image = ((System.Drawing.Image)(resources.GetObject("BackColorButton.Image")));
  1193.       this.BackColorButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1194.       this.BackColorButton.Name = "BackColorButton";
  1195.       this.BackColorButton.Size = new System.Drawing.Size(23, 22);
  1196.       this.BackColorButton.Text = "Background";
  1197.       this.BackColorButton.ToolTipText = "Change Editor Background Color.";
  1198.       this.BackColorButton.Visible = false;
  1199.       this.BackColorButton.Click += new System.EventHandler(this.SetColorClick);
  1200.       //
  1201.       // HighLightColorButton
  1202.       //
  1203.       this.HighLightColorButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1204.       this.HighLightColorButton.Image = ((System.Drawing.Image)(resources.GetObject("HighLightColorButton.Image")));
  1205.       this.HighLightColorButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1206.       this.HighLightColorButton.Name = "HighLightColorButton";
  1207.       this.HighLightColorButton.Size = new System.Drawing.Size(23, 22);
  1208.       this.HighLightColorButton.Text = "Fore Color";
  1209.       this.HighLightColorButton.ToolTipText = "Change Selection Font Color.";
  1210.       this.HighLightColorButton.Click += new System.EventHandler(this.SetColorClick);
  1211.       //
  1212.       // HighBackColorButton
  1213.       //
  1214.       this.HighBackColorButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1215.       this.HighBackColorButton.Image = global::MyEditor.Properties.Resources.tnt_icon_13;
  1216.       this.HighBackColorButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1217.       this.HighBackColorButton.Name = "HighBackColorButton";
  1218.       this.HighBackColorButton.Size = new System.Drawing.Size(23, 22);
  1219.       this.HighBackColorButton.Text = "Selection Background";
  1220.       this.HighBackColorButton.ToolTipText = "Change Selection Background Color.";
  1221.       this.HighBackColorButton.Click += new System.EventHandler(this.SetColorClick);
  1222.       //
  1223.       // FormColorButton
  1224.       //
  1225.       this.FormColorButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1226.       this.FormColorButton.Image = ((System.Drawing.Image)(resources.GetObject("FormColorButton.Image")));
  1227.       this.FormColorButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1228.       this.FormColorButton.Name = "FormColorButton";
  1229.       this.FormColorButton.Size = new System.Drawing.Size(23, 22);
  1230.       this.FormColorButton.Text = "Form";
  1231.       this.FormColorButton.ToolTipText = "Change the App Color.";
  1232.       this.FormColorButton.Click += new System.EventHandler(this.SetColorClick);
  1233.       //
  1234.       // toolStripSeparator12
  1235.       //
  1236.       this.toolStripSeparator12.Name = "toolStripSeparator12";
  1237.       this.toolStripSeparator12.Size = new System.Drawing.Size(6, 25);
  1238.       //
  1239.       // CloseFileButton
  1240.       //
  1241.       this.CloseFileButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1242.       this.CloseFileButton.Image = ((System.Drawing.Image)(resources.GetObject("CloseFileButton.Image")));
  1243.       this.CloseFileButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1244.       this.CloseFileButton.Name = "CloseFileButton";
  1245.       this.CloseFileButton.Size = new System.Drawing.Size(23, 22);
  1246.       this.CloseFileButton.ToolTipText = "Close this File leaving a New-File in this Tab.";
  1247.       this.CloseFileButton.Click += new System.EventHandler(this.CloseFileClick);
  1248.       //
  1249.       // CloseTabButton
  1250.       //
  1251.       this.CloseTabButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  1252.       this.CloseTabButton.Image = ((System.Drawing.Image)(resources.GetObject("CloseTabButton.Image")));
  1253.       this.CloseTabButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  1254.       this.CloseTabButton.Name = "CloseTabButton";
  1255.       this.CloseTabButton.Size = new System.Drawing.Size(23, 22);
  1256.       this.CloseTabButton.ToolTipText = "Close this File and this Tab.";
  1257.       this.CloseTabButton.Click += new System.EventHandler(this.CloseTabClick);
  1258.       //
  1259.       // StatusStrip1
  1260.       //
  1261.       this.StatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1262.             this.StatusLabel,
  1263.             this.ProgressBar1});
  1264.       this.StatusStrip1.Location = new System.Drawing.Point(0, 276);
  1265.       this.StatusStrip1.Name = "StatusStrip1";
  1266.       this.StatusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  1267.       this.StatusStrip1.ShowItemToolTips = true;
  1268.       this.StatusStrip1.Size = new System.Drawing.Size(547, 29);
  1269.       this.StatusStrip1.Stretch = false;
  1270.       this.StatusStrip1.TabIndex = 6;
  1271.       this.StatusStrip1.Text = "Design Time";
  1272.       //
  1273.       // StatusLabel
  1274.       //
  1275.       this.StatusLabel.AutoToolTip = true;
  1276.       this.StatusLabel.BackColor = System.Drawing.SystemColors.ControlLight;
  1277.       this.StatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
  1278.             | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
  1279.             | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
  1280.       this.StatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner;
  1281.       this.StatusLabel.Font = new System.Drawing.Font("Tahoma", 7.4F);
  1282.       this.StatusLabel.ForeColor = System.Drawing.Color.MediumBlue;
  1283.       this.StatusLabel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  1284.       this.StatusLabel.Name = "StatusLabel";
  1285.       this.StatusLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
  1286.       this.StatusLabel.Size = new System.Drawing.Size(270, 24);
  1287.       this.StatusLabel.Spring = true;
  1288.       this.StatusLabel.Text = "App Status Goes Here.";
  1289.       this.StatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1290.       this.StatusLabel.ToolTipText = "Status Bar tells you the current file\'s status.";
  1291.       //
  1292.       // ProgressBar1
  1293.       //
  1294.       this.ProgressBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  1295.       this.ProgressBar1.Name = "ProgressBar1";
  1296.       this.ProgressBar1.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
  1297.       this.ProgressBar1.Size = new System.Drawing.Size(260, 23);
  1298.       this.ProgressBar1.Step = 1;
  1299.       this.ProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
  1300.       this.ProgressBar1.ToolTipText = "The progress of the task you are currently performing.";
  1301.       this.ProgressBar1.Value = 42;
  1302.       //
  1303.       // CharacterCountLabel
  1304.       //
  1305.       this.CharacterCountLabel.AutoSize = true;
  1306.       this.CharacterCountLabel.BackColor = System.Drawing.SystemColors.Window;
  1307.       this.CharacterCountLabel.Font = new System.Drawing.Font("Tahoma", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(186)));
  1308.       this.CharacterCountLabel.Location = new System.Drawing.Point(398, 9);
  1309.       this.CharacterCountLabel.Name = "CharacterCountLabel";
  1310.       this.CharacterCountLabel.Size = new System.Drawing.Size(113, 14);
  1311.       this.CharacterCountLabel.TabIndex = 7;
  1312.       this.CharacterCountLabel.Text = "9999999999 chars.";
  1313.       //
  1314.       // Smesa
  1315.       //
  1316.       this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  1317.       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1318.       this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1319.       this.ClientSize = new System.Drawing.Size(547, 305);
  1320.       this.Controls.Add(this.CharacterCountLabel);
  1321.       this.Controls.Add(this.ToolStrip1);
  1322.       this.Controls.Add(this.TabControl);
  1323.       this.Controls.Add(this.MenuStrip1);
  1324.       this.Controls.Add(this.StatusStrip1);
  1325.       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1326.       this.KeyPreview = true;
  1327.       this.Location = new System.Drawing.Point(500, 25);
  1328.       this.MinimumSize = new System.Drawing.Size(549, 300);
  1329.       this.Name = "Smesa";
  1330.       this.Text = "My Editor";
  1331.       this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SmesaClosing);
  1332.       this.Load += new System.EventHandler(this.SmesaLoading);
  1333.       this.Shown += new System.EventHandler(this.ShownForm);
  1334.       this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SmesaKeyDown);
  1335.       this.ContextMenu1.ResumeLayout(false);
  1336.       this.MenuStrip1.ResumeLayout(false);
  1337.       this.MenuStrip1.PerformLayout();
  1338.       this.TabControl.ResumeLayout(false);
  1339.       this.tabPage1.ResumeLayout(false);
  1340.       this.ToolStrip1.ResumeLayout(false);
  1341.       this.ToolStrip1.PerformLayout();
  1342.       this.StatusStrip1.ResumeLayout(false);
  1343.       this.StatusStrip1.PerformLayout();
  1344.       this.ResumeLayout(false);
  1345.       this.PerformLayout();
  1346.  
  1347.     }
  1348.  
  1349.     #endregion
  1350.  
  1351.     private System.Windows.Forms.MenuStrip MenuStrip1;
  1352.     private System.Windows.Forms.ToolStripMenuItem FileMenu;
  1353.     private System.Windows.Forms.ToolStripMenuItem ViewMenu;
  1354.     private System.Windows.Forms.ToolStripMenuItem EditMenu;
  1355.     private System.Windows.Forms.TabControl TabControl;
  1356.     private System.Windows.Forms.TabPage tabPage1;
  1357.     private System.Windows.Forms.ContextMenuStrip ContextMenu1;
  1358.     private System.Windows.Forms.ToolStripMenuItem CutContext;
  1359.     private System.Windows.Forms.ToolStripMenuItem CopyContext;
  1360.     private System.Windows.Forms.ToolStripMenuItem PasteContext;
  1361.     private System.Windows.Forms.ToolStripMenuItem CutMenuItem;
  1362.     private System.Windows.Forms.ToolStripMenuItem CopyMenuItem;
  1363.     private System.Windows.Forms.ToolStripMenuItem PasteMenuItem;
  1364.     private System.Windows.Forms.ToolStripMenuItem NewMenuItem;
  1365.     private System.Windows.Forms.ToolStripMenuItem OpenMenuItem;
  1366.     private System.Windows.Forms.ToolStripMenuItem SaveMenuItem;
  1367.     private System.Windows.Forms.ToolStripMenuItem SaveAsMenuItem;
  1368.     private System.Windows.Forms.ToolStripMenuItem PrintPreviewMenuItem;
  1369.     private System.Windows.Forms.ToolStripMenuItem PageSetupMenuItem;
  1370.     private System.Windows.Forms.ToolStripMenuItem PrintThisFileMenuItem;
  1371.     private System.Windows.Forms.ToolStripMenuItem SaveAllTabsMenuItem;
  1372.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1373.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1374.     private System.Windows.Forms.ToolStrip ToolStrip1;
  1375.     private System.Windows.Forms.ToolStripButton PrintButton;
  1376.     private System.Windows.Forms.ToolStripButton OpenButton;
  1377.     private System.Windows.Forms.ToolStripButton SaveButton;
  1378.     private System.Windows.Forms.StatusStrip StatusStrip1;
  1379.     private System.Windows.Forms.ToolStripProgressBar ProgressBar1;
  1380.     private System.Windows.Forms.ToolStripStatusLabel StatusLabel;
  1381.     private System.Windows.Forms.ToolStripMenuItem WordWrap;
  1382.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1383.     private System.Windows.Forms.ToolStripMenuItem QuitOut;
  1384.     private System.Windows.Forms.RichTextBox RichTextBox1;
  1385.     private System.Windows.Forms.ToolStripMenuItem RedoMenuItem;
  1386.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  1387.     private System.Windows.Forms.ToolStripMenuItem UndoMenuItem;
  1388.     private System.Windows.Forms.ToolStripMenuItem SelectAllMenuItem;
  1389.     private System.Windows.Forms.ToolStripMenuItem UndoContext;
  1390.     private System.Windows.Forms.ToolStripMenuItem RedoContext;
  1391.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  1392.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  1393.     private System.Windows.Forms.ToolStripMenuItem SelectAllContext;
  1394.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  1395.     private System.Windows.Forms.ToolStripMenuItem OptionsMenu;
  1396.     private System.Windows.Forms.ToolStripMenuItem ChangeFontMenuItem;
  1397.     private System.Windows.Forms.ToolStripMenuItem SetFormColor;
  1398.     private System.Windows.Forms.ToolStripMenuItem SetBackColor;
  1399.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
  1400.     private System.Windows.Forms.ToolStripMenuItem AboutSmesa;
  1401.     private System.Windows.Forms.ToolStripMenuItem OtherPreferences;
  1402.     private System.Windows.Forms.ToolStripButton NewButton;
  1403.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
  1404.     private System.Windows.Forms.ToolStripButton CloseFileButton;
  1405.     private System.Windows.Forms.ToolStripButton CloseTabButton;
  1406.     private System.Windows.Forms.ToolStripButton SaveAllButton;
  1407.     private System.Windows.Forms.ToolStripButton CopyButton;
  1408.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
  1409.     private System.Windows.Forms.ToolStripButton UndoButton;
  1410.     private System.Windows.Forms.ToolStripButton RedoButton;
  1411.     private System.Windows.Forms.ToolStripButton CutButton;
  1412.     private System.Windows.Forms.ToolStripButton PasteButton;
  1413.     private System.Windows.Forms.ToolStripButton ChangeFontButton;
  1414.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
  1415.     private System.Windows.Forms.ToolStripButton BackColorButton;
  1416.     private System.Windows.Forms.ToolStripButton HighLightColorButton;
  1417.     private System.Windows.Forms.ToolStripButton FormColorButton;
  1418.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
  1419.     private System.Windows.Forms.ToolStripButton WordWrapButton;
  1420.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
  1421.     private System.Windows.Forms.ToolStripMenuItem CloseMenuItem;
  1422.     private System.Windows.Forms.ToolStripMenuItem CloseFileAndTab;
  1423.     private System.Windows.Forms.ToolStripMenuItem SetForeColorMenuItem;
  1424.     private System.Windows.Forms.ToolStripMenuItem CloseFile;
  1425.     private System.Windows.Forms.ToolStripMenuItem CloseAllFiles;
  1426.     private System.Windows.Forms.ToolStripMenuItem CloseAllTabs;
  1427.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator15;
  1428.     private System.Windows.Forms.ToolStripMenuItem TestCode1;
  1429.     private System.Windows.Forms.ToolStripMenuItem ShowFileNamesList;
  1430.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;
  1431.     private System.Windows.Forms.ToolStripMenuItem HighBackMenuItem;
  1432.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
  1433.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator18;
  1434.     private System.Windows.Forms.ToolStripMenuItem editorBackgroundColorToolStripMenuItem;
  1435.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator19;
  1436.     private System.Windows.Forms.ToolStripMenuItem changeFontToolStripMenuItem;
  1437.     private System.Windows.Forms.ToolStripMenuItem selectionForecolorToolStripMenuItem;
  1438.     private System.Windows.Forms.ToolStripMenuItem SlighBackcolorToolStripMenuItem;
  1439.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator20;
  1440.     private System.Windows.Forms.ToolStripMenuItem saveThisFileToolStripMenuItem;
  1441.     private System.Windows.Forms.ToolStripMenuItem saveFileAsToolStripMenuItem;
  1442.     private System.Windows.Forms.ToolStripButton HighBackColorButton;
  1443.     private System.Windows.Forms.ToolStripMenuItem ZoomFactor;
  1444.     private System.Windows.Forms.ToolStripMenuItem ZoomInMenuItem;
  1445.     private System.Windows.Forms.ToolStripComboBox ZoomMenu;
  1446.     private System.Windows.Forms.ToolStripMenuItem orCtrlMouseWheelToolStripMenuItem;
  1447.     private System.Windows.Forms.ToolStripMenuItem ZoomOutMenuItem;
  1448.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator21;
  1449.     private System.Windows.Forms.ToolStripMenuItem NextTabMenuItem;
  1450.     private System.Windows.Forms.ToolStripMenuItem PreviousTabMenuItem;
  1451.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator22;
  1452.     private System.Windows.Forms.ToolStripMenuItem nowTestingToolStripMenuItem;
  1453.     private System.Windows.Forms.Label CharacterCountLabel;
  1454.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator23;
  1455.     private System.Windows.Forms.ToolStripMenuItem closeApplicationToolStripMenuItem;
  1456.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
  1457.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator24;
  1458.     private System.Windows.Forms.ToolStripMenuItem runPrintBlasterToolStripMenuItem;
  1459.     private System.Windows.Forms.ToolStripMenuItem PrintThisToolStripMenuItem;
  1460.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator25;
  1461.     private System.Windows.Forms.ToolStripButton PrintBlasterButton;
  1462.     private System.Windows.Forms.ToolStripMenuItem printFontAndColorToolStripMenuItem;
  1463.     private System.Windows.Forms.ToolStripMenuItem printFontAndColorToolStripMenuItem1;
  1464.     private System.Windows.Forms.ToolStripMenuItem printPageSetupToolStripMenuItem;
  1465.     private System.Windows.Forms.ToolStripMenuItem printPreviewToolStripMenuItem;
  1466.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator26;
  1467.     private System.Windows.Forms.ToolStripSeparator toolStripSeparator27;
  1468.   }
  1469. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement