namespace WindowsFormsApp6
{
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.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;
//
// 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.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;
//
// 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.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;
}
}