Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.KeyDate       = new System.Windows.Forms.Button();
     this.KeyOne        = new System.Windows.Forms.Button();
     this.KeySix        = new System.Windows.Forms.Button();
     this.KeyFive       = new System.Windows.Forms.Button();
     this.KeyEqual      = new System.Windows.Forms.Button();
     this.KeyTwo        = new System.Windows.Forms.Button();
     this.KeyZero       = new System.Windows.Forms.Button();
     this.KeyThree      = new System.Windows.Forms.Button();
     this.KeyPlus       = new System.Windows.Forms.Button();
     this.KeyExit       = new System.Windows.Forms.Button();
     this.KeySign       = new System.Windows.Forms.Button();
     this.KeySeven      = new System.Windows.Forms.Button();
     this.KeyPoint      = new System.Windows.Forms.Button();
     this.KeyNine       = new System.Windows.Forms.Button();
     this.OutputDisplay = new System.Windows.Forms.TextBox();
     this.KeyMinus      = new System.Windows.Forms.Button();
     this.KeyEight      = new System.Windows.Forms.Button();
     this.KeyMultiply   = new System.Windows.Forms.Button();
     this.KeyFour       = new System.Windows.Forms.Button();
     this.KeyClear      = new System.Windows.Forms.Button();
     this.KeyDivide     = new System.Windows.Forms.Button();
     this.VersionInfo   = new System.Windows.Forms.TextBox();
     this.menuStrip1    = new System.Windows.Forms.MenuStrip();
     this.íàñòðîéêèToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ColorForm                   = new System.Windows.Forms.ToolStripMenuItem();
     this.âèäToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.îáû÷íûéToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.èíæåíåðíûéToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.colorDialog1                = new System.Windows.Forms.ColorDialog();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // KeyDate
     //
     this.KeyDate.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyDate.ForeColor = System.Drawing.Color.Blue;
     this.KeyDate.Location  = new System.Drawing.Point(232, 185);
     this.KeyDate.Name      = "KeyDate";
     this.KeyDate.Size      = new System.Drawing.Size(67, 47);
     this.KeyDate.TabIndex  = 19;
     this.KeyDate.TabStop   = false;
     this.KeyDate.Text      = "Date";
     this.KeyDate.Click    += new System.EventHandler(this.KeyDate_Click);
     //
     // KeyOne
     //
     this.KeyOne.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyOne.ForeColor = System.Drawing.Color.Blue;
     this.KeyOne.Location  = new System.Drawing.Point(2, 241);
     this.KeyOne.Name      = "KeyOne";
     this.KeyOne.Size      = new System.Drawing.Size(48, 46);
     this.KeyOne.TabIndex  = 2;
     this.KeyOne.TabStop   = false;
     this.KeyOne.Text      = "1";
     this.KeyOne.Click    += new System.EventHandler(this.KeyOne_Click);
     //
     // KeySix
     //
     this.KeySix.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeySix.ForeColor = System.Drawing.Color.Blue;
     this.KeySix.Location  = new System.Drawing.Point(117, 185);
     this.KeySix.Name      = "KeySix";
     this.KeySix.Size      = new System.Drawing.Size(48, 47);
     this.KeySix.TabIndex  = 7;
     this.KeySix.TabStop   = false;
     this.KeySix.Text      = "6";
     this.KeySix.Click    += new System.EventHandler(this.KeySix_Click);
     //
     // KeyFive
     //
     this.KeyFive.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyFive.ForeColor = System.Drawing.Color.Blue;
     this.KeyFive.Location  = new System.Drawing.Point(59, 185);
     this.KeyFive.Name      = "KeyFive";
     this.KeyFive.Size      = new System.Drawing.Size(48, 47);
     this.KeyFive.TabIndex  = 6;
     this.KeyFive.TabStop   = false;
     this.KeyFive.Text      = "5";
     this.KeyFive.Click    += new System.EventHandler(this.KeyFive_Click);
     //
     // KeyEqual
     //
     this.KeyEqual.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyEqual.ForeColor = System.Drawing.Color.Red;
     this.KeyEqual.Location  = new System.Drawing.Point(232, 296);
     this.KeyEqual.Name      = "KeyEqual";
     this.KeyEqual.Size      = new System.Drawing.Size(67, 46);
     this.KeyEqual.TabIndex  = 18;
     this.KeyEqual.TabStop   = false;
     this.KeyEqual.Text      = "=";
     this.KeyEqual.Click    += new System.EventHandler(this.KeyEqual_Click);
     //
     // KeyTwo
     //
     this.KeyTwo.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyTwo.ForeColor = System.Drawing.Color.Blue;
     this.KeyTwo.Location  = new System.Drawing.Point(59, 241);
     this.KeyTwo.Name      = "KeyTwo";
     this.KeyTwo.Size      = new System.Drawing.Size(48, 46);
     this.KeyTwo.TabIndex  = 3;
     this.KeyTwo.TabStop   = false;
     this.KeyTwo.Text      = "2";
     this.KeyTwo.Click    += new System.EventHandler(this.KeyTwo_Click);
     //
     // KeyZero
     //
     this.KeyZero.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyZero.ForeColor = System.Drawing.Color.Blue;
     this.KeyZero.Location  = new System.Drawing.Point(2, 296);
     this.KeyZero.Name      = "KeyZero";
     this.KeyZero.Size      = new System.Drawing.Size(48, 46);
     this.KeyZero.TabIndex  = 11;
     this.KeyZero.TabStop   = false;
     this.KeyZero.Text      = "0";
     this.KeyZero.Click    += new System.EventHandler(this.KeyZero_Click);
     //
     // KeyThree
     //
     this.KeyThree.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyThree.ForeColor = System.Drawing.Color.Blue;
     this.KeyThree.Location  = new System.Drawing.Point(117, 241);
     this.KeyThree.Name      = "KeyThree";
     this.KeyThree.Size      = new System.Drawing.Size(48, 46);
     this.KeyThree.TabIndex  = 4;
     this.KeyThree.TabStop   = false;
     this.KeyThree.Text      = "3";
     this.KeyThree.Click    += new System.EventHandler(this.KeyThree_Click);
     //
     // KeyPlus
     //
     this.KeyPlus.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyPlus.ForeColor = System.Drawing.Color.Red;
     this.KeyPlus.Location  = new System.Drawing.Point(174, 296);
     this.KeyPlus.Name      = "KeyPlus";
     this.KeyPlus.Size      = new System.Drawing.Size(48, 46);
     this.KeyPlus.TabIndex  = 12;
     this.KeyPlus.TabStop   = false;
     this.KeyPlus.Text      = "+";
     this.KeyPlus.Click    += new System.EventHandler(this.KeyPlus_Click);
     //
     // KeyExit
     //
     this.KeyExit.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyExit.ForeColor = System.Drawing.Color.Red;
     this.KeyExit.Location  = new System.Drawing.Point(232, 241);
     this.KeyExit.Name      = "KeyExit";
     this.KeyExit.Size      = new System.Drawing.Size(67, 46);
     this.KeyExit.TabIndex  = 21;
     this.KeyExit.TabStop   = false;
     this.KeyExit.Text      = "Exit";
     this.KeyExit.Click    += new System.EventHandler(this.KeyExit_Click);
     //
     // KeySign
     //
     this.KeySign.Font      = new System.Drawing.Font("Courier New", 8F, System.Drawing.FontStyle.Bold);
     this.KeySign.ForeColor = System.Drawing.Color.Blue;
     this.KeySign.Location  = new System.Drawing.Point(117, 296);
     this.KeySign.Name      = "KeySign";
     this.KeySign.Size      = new System.Drawing.Size(48, 46);
     this.KeySign.TabIndex  = 16;
     this.KeySign.TabStop   = false;
     this.KeySign.Text      = "+/-";
     this.KeySign.Click    += new System.EventHandler(this.KeySign_Click);
     //
     // KeySeven
     //
     this.KeySeven.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeySeven.ForeColor = System.Drawing.Color.Blue;
     this.KeySeven.Location  = new System.Drawing.Point(2, 130);
     this.KeySeven.Name      = "KeySeven";
     this.KeySeven.Size      = new System.Drawing.Size(48, 46);
     this.KeySeven.TabIndex  = 8;
     this.KeySeven.TabStop   = false;
     this.KeySeven.Text      = "7";
     this.KeySeven.Click    += new System.EventHandler(this.KeySeven_Click);
     //
     // KeyPoint
     //
     this.KeyPoint.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyPoint.ForeColor = System.Drawing.Color.Blue;
     this.KeyPoint.Location  = new System.Drawing.Point(59, 296);
     this.KeyPoint.Name      = "KeyPoint";
     this.KeyPoint.Size      = new System.Drawing.Size(48, 46);
     this.KeyPoint.TabIndex  = 17;
     this.KeyPoint.TabStop   = false;
     this.KeyPoint.Text      = ".";
     this.KeyPoint.Click    += new System.EventHandler(this.KeyPoint_Click);
     //
     // KeyNine
     //
     this.KeyNine.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyNine.ForeColor = System.Drawing.Color.Blue;
     this.KeyNine.Location  = new System.Drawing.Point(117, 130);
     this.KeyNine.Name      = "KeyNine";
     this.KeyNine.Size      = new System.Drawing.Size(48, 46);
     this.KeyNine.TabIndex  = 10;
     this.KeyNine.TabStop   = false;
     this.KeyNine.Text      = "9";
     this.KeyNine.Click    += new System.EventHandler(this.KeyNine_Click);
     //
     // OutputDisplay
     //
     this.OutputDisplay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.OutputDisplay.Font      = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Bold);
     this.OutputDisplay.Location  = new System.Drawing.Point(2, 93);
     this.OutputDisplay.Name      = "OutputDisplay";
     this.OutputDisplay.ReadOnly  = true;
     this.OutputDisplay.Size      = new System.Drawing.Size(297, 30);
     this.OutputDisplay.TabIndex  = 1;
     this.OutputDisplay.TabStop   = false;
     this.OutputDisplay.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // KeyMinus
     //
     this.KeyMinus.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyMinus.ForeColor = System.Drawing.Color.Red;
     this.KeyMinus.Location  = new System.Drawing.Point(174, 241);
     this.KeyMinus.Name      = "KeyMinus";
     this.KeyMinus.Size      = new System.Drawing.Size(48, 46);
     this.KeyMinus.TabIndex  = 13;
     this.KeyMinus.TabStop   = false;
     this.KeyMinus.Text      = "-";
     this.KeyMinus.Click    += new System.EventHandler(this.KeyMinus_Click);
     //
     // KeyEight
     //
     this.KeyEight.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyEight.ForeColor = System.Drawing.Color.Blue;
     this.KeyEight.Location  = new System.Drawing.Point(59, 130);
     this.KeyEight.Name      = "KeyEight";
     this.KeyEight.Size      = new System.Drawing.Size(48, 46);
     this.KeyEight.TabIndex  = 9;
     this.KeyEight.TabStop   = false;
     this.KeyEight.Text      = "8";
     this.KeyEight.Click    += new System.EventHandler(this.KeyEight_Click);
     //
     // KeyMultiply
     //
     this.KeyMultiply.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyMultiply.ForeColor = System.Drawing.Color.Red;
     this.KeyMultiply.Location  = new System.Drawing.Point(174, 185);
     this.KeyMultiply.Name      = "KeyMultiply";
     this.KeyMultiply.Size      = new System.Drawing.Size(48, 47);
     this.KeyMultiply.TabIndex  = 14;
     this.KeyMultiply.TabStop   = false;
     this.KeyMultiply.Text      = "*";
     this.KeyMultiply.Click    += new System.EventHandler(this.KeyMultiply_Click);
     //
     // KeyFour
     //
     this.KeyFour.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyFour.ForeColor = System.Drawing.Color.Blue;
     this.KeyFour.Location  = new System.Drawing.Point(2, 185);
     this.KeyFour.Name      = "KeyFour";
     this.KeyFour.Size      = new System.Drawing.Size(48, 47);
     this.KeyFour.TabIndex  = 5;
     this.KeyFour.TabStop   = false;
     this.KeyFour.Text      = "4";
     this.KeyFour.Click    += new System.EventHandler(this.KeyFour_Click);
     //
     // KeyClear
     //
     this.KeyClear.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyClear.ForeColor = System.Drawing.Color.Red;
     this.KeyClear.Location  = new System.Drawing.Point(232, 130);
     this.KeyClear.Name      = "KeyClear";
     this.KeyClear.Size      = new System.Drawing.Size(67, 46);
     this.KeyClear.TabIndex  = 20;
     this.KeyClear.TabStop   = false;
     this.KeyClear.Text      = "C";
     this.KeyClear.Click    += new System.EventHandler(this.KeyClear_Click);
     //
     // KeyDivide
     //
     this.KeyDivide.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyDivide.ForeColor = System.Drawing.Color.Red;
     this.KeyDivide.Location  = new System.Drawing.Point(174, 130);
     this.KeyDivide.Name      = "KeyDivide";
     this.KeyDivide.Size      = new System.Drawing.Size(48, 46);
     this.KeyDivide.TabIndex  = 15;
     this.KeyDivide.TabStop   = false;
     this.KeyDivide.Text      = "/";
     this.KeyDivide.Click    += new System.EventHandler(this.KeyDivide_Click);
     //
     // VersionInfo
     //
     this.VersionInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.VersionInfo.Cursor    = System.Windows.Forms.Cursors.No;
     this.VersionInfo.Font      = new System.Drawing.Font("Verdana", 8F);
     this.VersionInfo.Location  = new System.Drawing.Point(2, 56);
     this.VersionInfo.Name      = "VersionInfo";
     this.VersionInfo.ReadOnly  = true;
     this.VersionInfo.Size      = new System.Drawing.Size(297, 24);
     this.VersionInfo.TabIndex  = 0;
     this.VersionInfo.TabStop   = false;
     this.VersionInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor        = System.Drawing.SystemColors.ActiveCaption;
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.íàñòðîéêèToolStripMenuItem,
         this.âèäToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(365, 28);
     this.menuStrip1.TabIndex = 22;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // íàñòðîéêèToolStripMenuItem
     //
     this.íàñòðîéêèToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ColorForm
     });
     this.íàñòðîéêèToolStripMenuItem.Name = "íàñòðîéêèToolStripMenuItem";
     this.íàñòðîéêèToolStripMenuItem.Size = new System.Drawing.Size(98, 24);
     this.íàñòðîéêèToolStripMenuItem.Text = "Íàñòðîéêè";
     //
     // ColorForm
     //
     this.ColorForm.Name   = "ColorForm";
     this.ColorForm.Size   = new System.Drawing.Size(162, 26);
     this.ColorForm.Text   = "Öâåò îêíà";
     this.ColorForm.Click += new System.EventHandler(this.ColorForm_Click);
     //
     // âèäToolStripMenuItem
     //
     this.âèäToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.îáû÷íûéToolStripMenuItem,
         this.èíæåíåðíûéToolStripMenuItem
     });
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.KeyDate                     = new System.Windows.Forms.Button();
     this.KeyOne                      = new System.Windows.Forms.Button();
     this.VersionInfo                 = new System.Windows.Forms.TextBox();
     this.KeySix                      = new System.Windows.Forms.Button();
     this.KeyFive                     = new System.Windows.Forms.Button();
     this.KeyEqual                    = new System.Windows.Forms.Button();
     this.KeyTwo                      = new System.Windows.Forms.Button();
     this.KeyZero                     = new System.Windows.Forms.Button();
     this.KeyThree                    = new System.Windows.Forms.Button();
     this.KeyPlus                     = new System.Windows.Forms.Button();
     this.KeyExit                     = new System.Windows.Forms.Button();
     this.KeySign                     = new System.Windows.Forms.Button();
     this.KeySeven                    = new System.Windows.Forms.Button();
     this.KeyPoint                    = new System.Windows.Forms.Button();
     this.KeyNine                     = new System.Windows.Forms.Button();
     this.OutputDisplay               = new System.Windows.Forms.TextBox();
     this.KeyMinus                    = new System.Windows.Forms.Button();
     this.KeyEight                    = new System.Windows.Forms.Button();
     this.KeyMultiply                 = new System.Windows.Forms.Button();
     this.KeyFour                     = new System.Windows.Forms.Button();
     this.KeyClear                    = new System.Windows.Forms.Button();
     this.KeyDivide                   = new System.Windows.Forms.Button();
     this.menuStrip1                  = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.saveUsToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.âèäToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.îáû÷íûéToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.èíæåíåðíûéToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveFileDialog1             = new System.Windows.Forms.SaveFileDialog();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // KeyDate
     //
     this.KeyDate.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyDate.ForeColor = System.Drawing.Color.Blue;
     this.KeyDate.Location  = new System.Drawing.Point(196, 139);
     this.KeyDate.Name      = "KeyDate";
     this.KeyDate.Size      = new System.Drawing.Size(56, 40);
     this.KeyDate.TabIndex  = 19;
     this.KeyDate.TabStop   = false;
     this.KeyDate.Text      = "Date";
     this.KeyDate.Click    += new System.EventHandler(this.KeyDate_Click);
     //
     // KeyOne
     //
     this.KeyOne.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyOne.ForeColor = System.Drawing.Color.Blue;
     this.KeyOne.Location  = new System.Drawing.Point(4, 187);
     this.KeyOne.Name      = "KeyOne";
     this.KeyOne.Size      = new System.Drawing.Size(40, 40);
     this.KeyOne.TabIndex  = 2;
     this.KeyOne.TabStop   = false;
     this.KeyOne.Text      = "1";
     this.KeyOne.Click    += new System.EventHandler(this.KeyOne_Click);
     //
     // VersionInfo
     //
     this.VersionInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.VersionInfo.Cursor    = System.Windows.Forms.Cursors.No;
     this.VersionInfo.Font      = new System.Drawing.Font("Verdana", 8F);
     this.VersionInfo.Location  = new System.Drawing.Point(4, 27);
     this.VersionInfo.Name      = "VersionInfo";
     this.VersionInfo.ReadOnly  = true;
     this.VersionInfo.Size      = new System.Drawing.Size(248, 20);
     this.VersionInfo.TabIndex  = 0;
     this.VersionInfo.TabStop   = false;
     this.VersionInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // KeySix
     //
     this.KeySix.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeySix.ForeColor = System.Drawing.Color.Blue;
     this.KeySix.Location  = new System.Drawing.Point(100, 139);
     this.KeySix.Name      = "KeySix";
     this.KeySix.Size      = new System.Drawing.Size(40, 40);
     this.KeySix.TabIndex  = 7;
     this.KeySix.TabStop   = false;
     this.KeySix.Text      = "6";
     this.KeySix.Click    += new System.EventHandler(this.KeySix_Click);
     //
     // KeyFive
     //
     this.KeyFive.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyFive.ForeColor = System.Drawing.Color.Blue;
     this.KeyFive.Location  = new System.Drawing.Point(52, 139);
     this.KeyFive.Name      = "KeyFive";
     this.KeyFive.Size      = new System.Drawing.Size(40, 40);
     this.KeyFive.TabIndex  = 6;
     this.KeyFive.TabStop   = false;
     this.KeyFive.Text      = "5";
     this.KeyFive.Click    += new System.EventHandler(this.KeyFive_Click);
     //
     // KeyEqual
     //
     this.KeyEqual.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyEqual.ForeColor = System.Drawing.Color.Red;
     this.KeyEqual.Location  = new System.Drawing.Point(196, 235);
     this.KeyEqual.Name      = "KeyEqual";
     this.KeyEqual.Size      = new System.Drawing.Size(56, 40);
     this.KeyEqual.TabIndex  = 18;
     this.KeyEqual.TabStop   = false;
     this.KeyEqual.Text      = "=";
     this.KeyEqual.Click    += new System.EventHandler(this.KeyEqual_Click);
     //
     // KeyTwo
     //
     this.KeyTwo.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyTwo.ForeColor = System.Drawing.Color.Blue;
     this.KeyTwo.Location  = new System.Drawing.Point(52, 187);
     this.KeyTwo.Name      = "KeyTwo";
     this.KeyTwo.Size      = new System.Drawing.Size(40, 40);
     this.KeyTwo.TabIndex  = 3;
     this.KeyTwo.TabStop   = false;
     this.KeyTwo.Text      = "2";
     this.KeyTwo.Click    += new System.EventHandler(this.KeyTwo_Click);
     //
     // KeyZero
     //
     this.KeyZero.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyZero.ForeColor = System.Drawing.Color.Blue;
     this.KeyZero.Location  = new System.Drawing.Point(4, 235);
     this.KeyZero.Name      = "KeyZero";
     this.KeyZero.Size      = new System.Drawing.Size(40, 40);
     this.KeyZero.TabIndex  = 11;
     this.KeyZero.TabStop   = false;
     this.KeyZero.Text      = "0";
     this.KeyZero.Click    += new System.EventHandler(this.KeyZero_Click);
     //
     // KeyThree
     //
     this.KeyThree.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyThree.ForeColor = System.Drawing.Color.Blue;
     this.KeyThree.Location  = new System.Drawing.Point(100, 187);
     this.KeyThree.Name      = "KeyThree";
     this.KeyThree.Size      = new System.Drawing.Size(40, 40);
     this.KeyThree.TabIndex  = 4;
     this.KeyThree.TabStop   = false;
     this.KeyThree.Text      = "3";
     this.KeyThree.Click    += new System.EventHandler(this.KeyThree_Click);
     //
     // KeyPlus
     //
     this.KeyPlus.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyPlus.ForeColor = System.Drawing.Color.Red;
     this.KeyPlus.Location  = new System.Drawing.Point(148, 235);
     this.KeyPlus.Name      = "KeyPlus";
     this.KeyPlus.Size      = new System.Drawing.Size(40, 40);
     this.KeyPlus.TabIndex  = 12;
     this.KeyPlus.TabStop   = false;
     this.KeyPlus.Text      = "+";
     this.KeyPlus.Click    += new System.EventHandler(this.KeyPlus_Click);
     //
     // KeyExit
     //
     this.KeyExit.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyExit.ForeColor = System.Drawing.Color.Red;
     this.KeyExit.Location  = new System.Drawing.Point(196, 187);
     this.KeyExit.Name      = "KeyExit";
     this.KeyExit.Size      = new System.Drawing.Size(56, 40);
     this.KeyExit.TabIndex  = 21;
     this.KeyExit.TabStop   = false;
     this.KeyExit.Text      = "Exit";
     this.KeyExit.Click    += new System.EventHandler(this.KeyExit_Click);
     //
     // KeySign
     //
     this.KeySign.Font      = new System.Drawing.Font("Courier New", 8F, System.Drawing.FontStyle.Bold);
     this.KeySign.ForeColor = System.Drawing.Color.Blue;
     this.KeySign.Location  = new System.Drawing.Point(100, 235);
     this.KeySign.Name      = "KeySign";
     this.KeySign.Size      = new System.Drawing.Size(40, 40);
     this.KeySign.TabIndex  = 16;
     this.KeySign.TabStop   = false;
     this.KeySign.Text      = "+/-";
     this.KeySign.Click    += new System.EventHandler(this.KeySign_Click);
     //
     // KeySeven
     //
     this.KeySeven.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeySeven.ForeColor = System.Drawing.Color.Blue;
     this.KeySeven.Location  = new System.Drawing.Point(4, 91);
     this.KeySeven.Name      = "KeySeven";
     this.KeySeven.Size      = new System.Drawing.Size(40, 40);
     this.KeySeven.TabIndex  = 8;
     this.KeySeven.TabStop   = false;
     this.KeySeven.Text      = "7";
     this.KeySeven.Click    += new System.EventHandler(this.KeySeven_Click);
     //
     // KeyPoint
     //
     this.KeyPoint.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyPoint.ForeColor = System.Drawing.Color.Blue;
     this.KeyPoint.Location  = new System.Drawing.Point(52, 235);
     this.KeyPoint.Name      = "KeyPoint";
     this.KeyPoint.Size      = new System.Drawing.Size(40, 40);
     this.KeyPoint.TabIndex  = 17;
     this.KeyPoint.TabStop   = false;
     this.KeyPoint.Text      = ".";
     this.KeyPoint.Click    += new System.EventHandler(this.KeyPoint_Click);
     //
     // KeyNine
     //
     this.KeyNine.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyNine.ForeColor = System.Drawing.Color.Blue;
     this.KeyNine.Location  = new System.Drawing.Point(100, 91);
     this.KeyNine.Name      = "KeyNine";
     this.KeyNine.Size      = new System.Drawing.Size(40, 40);
     this.KeyNine.TabIndex  = 10;
     this.KeyNine.TabStop   = false;
     this.KeyNine.Text      = "9";
     this.KeyNine.Click    += new System.EventHandler(this.KeyNine_Click);
     //
     // OutputDisplay
     //
     this.OutputDisplay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.OutputDisplay.Font      = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Bold);
     this.OutputDisplay.Location  = new System.Drawing.Point(4, 59);
     this.OutputDisplay.Name      = "OutputDisplay";
     this.OutputDisplay.ReadOnly  = true;
     this.OutputDisplay.Size      = new System.Drawing.Size(248, 26);
     this.OutputDisplay.TabIndex  = 1;
     this.OutputDisplay.TabStop   = false;
     this.OutputDisplay.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // KeyMinus
     //
     this.KeyMinus.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyMinus.ForeColor = System.Drawing.Color.Red;
     this.KeyMinus.Location  = new System.Drawing.Point(148, 187);
     this.KeyMinus.Name      = "KeyMinus";
     this.KeyMinus.Size      = new System.Drawing.Size(40, 40);
     this.KeyMinus.TabIndex  = 13;
     this.KeyMinus.TabStop   = false;
     this.KeyMinus.Text      = "-";
     this.KeyMinus.Click    += new System.EventHandler(this.KeyMinus_Click);
     //
     // KeyEight
     //
     this.KeyEight.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyEight.ForeColor = System.Drawing.Color.Blue;
     this.KeyEight.Location  = new System.Drawing.Point(52, 91);
     this.KeyEight.Name      = "KeyEight";
     this.KeyEight.Size      = new System.Drawing.Size(40, 40);
     this.KeyEight.TabIndex  = 9;
     this.KeyEight.TabStop   = false;
     this.KeyEight.Text      = "8";
     this.KeyEight.Click    += new System.EventHandler(this.KeyEight_Click);
     //
     // KeyMultiply
     //
     this.KeyMultiply.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyMultiply.ForeColor = System.Drawing.Color.Red;
     this.KeyMultiply.Location  = new System.Drawing.Point(148, 139);
     this.KeyMultiply.Name      = "KeyMultiply";
     this.KeyMultiply.Size      = new System.Drawing.Size(40, 40);
     this.KeyMultiply.TabIndex  = 14;
     this.KeyMultiply.TabStop   = false;
     this.KeyMultiply.Text      = "*";
     this.KeyMultiply.Click    += new System.EventHandler(this.KeyMultiply_Click);
     //
     // KeyFour
     //
     this.KeyFour.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyFour.ForeColor = System.Drawing.Color.Blue;
     this.KeyFour.Location  = new System.Drawing.Point(4, 139);
     this.KeyFour.Name      = "KeyFour";
     this.KeyFour.Size      = new System.Drawing.Size(40, 40);
     this.KeyFour.TabIndex  = 5;
     this.KeyFour.TabStop   = false;
     this.KeyFour.Text      = "4";
     this.KeyFour.Click    += new System.EventHandler(this.KeyFour_Click);
     //
     // KeyClear
     //
     this.KeyClear.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyClear.ForeColor = System.Drawing.Color.Red;
     this.KeyClear.Location  = new System.Drawing.Point(196, 91);
     this.KeyClear.Name      = "KeyClear";
     this.KeyClear.Size      = new System.Drawing.Size(56, 40);
     this.KeyClear.TabIndex  = 20;
     this.KeyClear.TabStop   = false;
     this.KeyClear.Text      = "C";
     this.KeyClear.Click    += new System.EventHandler(this.KeyClear_Click);
     //
     // KeyDivide
     //
     this.KeyDivide.Font      = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Bold);
     this.KeyDivide.ForeColor = System.Drawing.Color.Red;
     this.KeyDivide.Location  = new System.Drawing.Point(148, 91);
     this.KeyDivide.Name      = "KeyDivide";
     this.KeyDivide.Size      = new System.Drawing.Size(40, 40);
     this.KeyDivide.TabIndex  = 15;
     this.KeyDivide.TabStop   = false;
     this.KeyDivide.Text      = "/";
     this.KeyDivide.Click    += new System.EventHandler(this.KeyDivide_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.âèäToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(264, 24);
     this.menuStrip1.TabIndex = 22;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.saveUsToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name   = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size   = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text   = "File";
     this.fileToolStripMenuItem.Click += new System.EventHandler(this.fileToolStripMenuItem_Click);
     //
     // saveUsToolStripMenuItem
     //
     this.saveUsToolStripMenuItem.Name   = "saveUsToolStripMenuItem";
     this.saveUsToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.saveUsToolStripMenuItem.Text   = "Save result us";
     this.saveUsToolStripMenuItem.Click += new System.EventHandler(this.saveUsToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // âèäToolStripMenuItem
     //
     this.âèäToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.îáû÷íûéToolStripMenuItem,
         this.èíæåíåðíûéToolStripMenuItem
     });