namespace WindowsFormsApp7 { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.button9 = new System.Windows.Forms.Button(); this.button10 = new System.Windows.Forms.Button(); this.OutputText = new System.Windows.Forms.TextBox(); this.Clear_Button = new System.Windows.Forms.Button(); this.AddOp_Button = new System.Windows.Forms.Button(); this.CurrentExpression = new System.Windows.Forms.TextBox(); this.ClearExpression_Button = new System.Windows.Forms.Button(); this.SubOp_Button = new System.Windows.Forms.Button(); this.MultOp_Button = new System.Windows.Forms.Button(); this.DivideOp_Button = new System.Windows.Forms.Button(); this.Assignment_Button = new System.Windows.Forms.Button(); this.Negate_Button = new System.Windows.Forms.Button(); this.SuspendLayout(); // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(62, 139); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(40, 40); this.button1.TabIndex = 0; this.button1.Text = "7"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.NumericKey_Click); // // button2 // this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.Location = new System.Drawing.Point(108, 139); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(40, 40); this.button2.TabIndex = 1; this.button2.Text = "8"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.NumericKey_Click); // // button3 // this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button3.Location = new System.Drawing.Point(154, 139); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(40, 40); this.button3.TabIndex = 2; this.button3.Text = "9"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.NumericKey_Click); // // button4 // this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button4.Location = new System.Drawing.Point(154, 185); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(40, 40); this.button4.TabIndex = 5; this.button4.Text = "6"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.NumericKey_Click); // // button5 // this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button5.Location = new System.Drawing.Point(108, 185); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(40, 40); this.button5.TabIndex = 4; this.button5.Text = "5"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.NumericKey_Click); // // button6 // this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button6.Location = new System.Drawing.Point(62, 185); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(40, 40); this.button6.TabIndex = 3; this.button6.Text = "4"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.NumericKey_Click); // // button7 // this.button7.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button7.Location = new System.Drawing.Point(154, 231); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(40, 40); this.button7.TabIndex = 8; this.button7.Text = "3"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.NumericKey_Click); // // button8 // this.button8.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button8.Location = new System.Drawing.Point(108, 231); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(40, 40); this.button8.TabIndex = 7; this.button8.Text = "2"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.NumericKey_Click); // // button9 // this.button9.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button9.Location = new System.Drawing.Point(62, 231); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(40, 40); this.button9.TabIndex = 6; this.button9.Text = "1"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.NumericKey_Click); // // button10 // this.button10.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button10.Location = new System.Drawing.Point(108, 277); this.button10.Name = "button10"; this.button10.Size = new System.Drawing.Size(40, 40); this.button10.TabIndex = 9; this.button10.Text = "0"; this.button10.UseVisualStyleBackColor = true; this.button10.Click += new System.EventHandler(this.NumericKey_Click); // // OutputText // this.OutputText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.OutputText.Location = new System.Drawing.Point(62, 61); this.OutputText.Name = "OutputText"; this.OutputText.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.OutputText.Size = new System.Drawing.Size(178, 26); this.OutputText.TabIndex = 10; this.OutputText.Text = "0"; // // Clear_Button // this.Clear_Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Clear_Button.Location = new System.Drawing.Point(154, 93); this.Clear_Button.Name = "Clear_Button"; this.Clear_Button.Size = new System.Drawing.Size(40, 40); this.Clear_Button.TabIndex = 11; this.Clear_Button.Text = "C"; this.Clear_Button.UseVisualStyleBackColor = true; this.Clear_Button.Click += new System.EventHandler(this.Clear_Button_Click); // // AddOp_Button // this.AddOp_Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.AddOp_Button.Location = new System.Drawing.Point(200, 231); this.AddOp_Button.Name = "AddOp_Button"; this.AddOp_Button.Size = new System.Drawing.Size(40, 40); this.AddOp_Button.TabIndex = 12; this.AddOp_Button.Text = "+"; this.AddOp_Button.UseVisualStyleBackColor = true; this.AddOp_Button.Click += new System.EventHandler(this.ArithmeticButton_Click); // // CurrentExpression // this.CurrentExpression.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CurrentExpression.ForeColor = System.Drawing.Color.DarkGray; this.CurrentExpression.Location = new System.Drawing.Point(62, 41); this.CurrentExpression.Name = "CurrentExpression"; this.CurrentExpression.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.CurrentExpression.Size = new System.Drawing.Size(178, 20); this.CurrentExpression.TabIndex = 13; // // ClearExpression_Button // this.ClearExpression_Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ClearExpression_Button.Location = new System.Drawing.Point(108, 93); this.ClearExpression_Button.Name = "ClearExpression_Button"; this.ClearExpression_Button.Size = new System.Drawing.Size(40, 40); this.ClearExpression_Button.TabIndex = 14; this.ClearExpression_Button.Text = "CE"; this.ClearExpression_Button.UseVisualStyleBackColor = true; this.ClearExpression_Button.Click += new System.EventHandler(this.ClearExpression_Button_Click); // // SubOp_Button // this.SubOp_Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SubOp_Button.Location = new System.Drawing.Point(200, 185); this.SubOp_Button.Name = "SubOp_Button"; this.SubOp_Button.Size = new System.Drawing.Size(40, 40); this.SubOp_Button.TabIndex = 15; this.SubOp_Button.Text = "-"; this.SubOp_Button.UseVisualStyleBackColor = true; this.SubOp_Button.Click += new System.EventHandler(this.ArithmeticButton_Click); // // MultOp_Button // this.MultOp_Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MultOp_Button.Location = new System.Drawing.Point(200, 139); this.MultOp_Button.Name = "MultOp_Button"; this.MultOp_Button.Size = new System.Drawing.Size(40, 40); this.MultOp_Button.TabIndex = 16; this.MultOp_Button.Text = "*"; this.MultOp_Button.UseVisualStyleBackColor = true; this.MultOp_Button.Click += new System.EventHandler(this.ArithmeticButton_Click); // // DivideOp_Button // this.DivideOp_Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.DivideOp_Button.Location = new System.Drawing.Point(200, 93); this.DivideOp_Button.Name = "DivideOp_Button"; this.DivideOp_Button.Size = new System.Drawing.Size(40, 40); this.DivideOp_Button.TabIndex = 17; this.DivideOp_Button.UseVisualStyleBackColor = true; this.DivideOp_Button.Click += new System.EventHandler(this.ArithmeticButton_Click); // // Assignment_Button // this.Assignment_Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Assignment_Button.Location = new System.Drawing.Point(200, 277); this.Assignment_Button.Name = "Assignment_Button"; this.Assignment_Button.Size = new System.Drawing.Size(40, 40); this.Assignment_Button.TabIndex = 18; this.Assignment_Button.Text = "="; this.Assignment_Button.UseVisualStyleBackColor = true; this.Assignment_Button.Click += new System.EventHandler(this.ArithmeticButton_Click); // // Negate_Button // this.Negate_Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Negate_Button.Location = new System.Drawing.Point(62, 277); this.Negate_Button.Name = "Negate_Button"; this.Negate_Button.Size = new System.Drawing.Size(40, 40); this.Negate_Button.TabIndex = 19; this.Negate_Button.Text = "+/-"; this.Negate_Button.UseVisualStyleBackColor = true; this.Negate_Button.Click += new System.EventHandler(this.Negate_Button_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(357, 398); this.Controls.Add(this.Negate_Button); this.Controls.Add(this.Assignment_Button); this.Controls.Add(this.DivideOp_Button); this.Controls.Add(this.MultOp_Button); this.Controls.Add(this.SubOp_Button); this.Controls.Add(this.ClearExpression_Button); this.Controls.Add(this.CurrentExpression); this.Controls.Add(this.AddOp_Button); this.Controls.Add(this.Clear_Button); this.Controls.Add(this.OutputText); this.Controls.Add(this.button10); this.Controls.Add(this.button7); this.Controls.Add(this.button8); this.Controls.Add(this.button9); this.Controls.Add(this.button4); this.Controls.Add(this.button5); this.Controls.Add(this.button6); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button10; private System.Windows.Forms.TextBox OutputText; private System.Windows.Forms.Button Clear_Button; private System.Windows.Forms.Button AddOp_Button; private System.Windows.Forms.TextBox CurrentExpression; private System.Windows.Forms.Button ClearExpression_Button; private System.Windows.Forms.Button SubOp_Button; private System.Windows.Forms.Button MultOp_Button; private System.Windows.Forms.Button DivideOp_Button; private System.Windows.Forms.Button Assignment_Button; private System.Windows.Forms.Button Negate_Button; } }