aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicCalculator.Designer.cs
diff options
context:
space:
mode:
authorjtsshieh <[email protected]>2017-07-14 17:59:22 -0400
committerjtsshieh <[email protected]>2017-07-14 17:59:22 -0400
commit606a3275a174ea4f31e4b027d614dac1d32a9525 (patch)
tree95ab73cb8b90fdc537faabb23d8a75afe9e53c78 /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicCalculator.Designer.cs
parentc579cf249977c9aa6abef79ef39c6d28960fea6c (diff)
downloadhistacom2-606a3275a174ea4f31e4b027d614dac1d32a9525.tar.gz
histacom2-606a3275a174ea4f31e4b027d614dac1d32a9525.tar.bz2
histacom2-606a3275a174ea4f31e4b027d614dac1d32a9525.zip
Nice almost working Calculator
A calculator that has been totally recoded! Things to do -Make decimal work -Figure out why infinity sign is breaking everything -Get negative working
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicCalculator.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WinClassicCalculator.Designer.cs73
1 files changed, 36 insertions, 37 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicCalculator.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicCalculator.Designer.cs
index 49a47d0..92190a3 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicCalculator.Designer.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicCalculator.Designer.cs
@@ -54,7 +54,7 @@
this.Button16 = new System.Windows.Forms.Button();
this.Button24 = new System.Windows.Forms.Button();
this.Button12 = new System.Windows.Forms.Button();
- this.Button6 = new System.Windows.Forms.Button();
+ this.one = new System.Windows.Forms.Button();
this.Button15 = new System.Windows.Forms.Button();
this.Button17 = new System.Windows.Forms.Button();
this.Button13 = new System.Windows.Forms.Button();
@@ -90,6 +90,7 @@
this.AboutCalculatorToolStripMenuItem.Name = "AboutCalculatorToolStripMenuItem";
this.AboutCalculatorToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.AboutCalculatorToolStripMenuItem.Text = "About Calculator";
+ this.AboutCalculatorToolStripMenuItem.Click += new System.EventHandler(this.AboutCalculatorToolStripMenuItem_Click);
//
// StandardToolStripMenuItem
//
@@ -160,7 +161,7 @@
this.Button27.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Button27.ForeColor = System.Drawing.Color.Firebrick;
- this.Button27.Location = new System.Drawing.Point(157, 71);
+ this.Button27.Location = new System.Drawing.Point(159, 71);
this.Button27.Name = "Button27";
this.Button27.Size = new System.Drawing.Size(49, 28);
this.Button27.TabIndex = 84;
@@ -262,7 +263,7 @@
this.Button22.Text = "sqrt";
this.Button22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.Button22.UseVisualStyleBackColor = true;
- this.Button22.Click += new System.EventHandler(this.Button22_Click);
+ this.Button22.Click += new System.EventHandler(this.arithmitic_click);
//
// Button4
//
@@ -289,7 +290,7 @@
this.Button23.TabIndex = 79;
this.Button23.Text = "1/x";
this.Button23.UseVisualStyleBackColor = true;
- this.Button23.Click += new System.EventHandler(this.Button23_Click);
+ this.Button23.Click += new System.EventHandler(this.arithmitic_click);
//
// Button11
//
@@ -303,7 +304,7 @@
this.Button11.TabIndex = 70;
this.Button11.Text = "9";
this.Button11.UseVisualStyleBackColor = true;
- this.Button11.Click += new System.EventHandler(this.Button11_Click);
+ this.Button11.Click += new System.EventHandler(this.number_click);
//
// Button7
//
@@ -317,7 +318,7 @@
this.Button7.TabIndex = 62;
this.Button7.Text = "4";
this.Button7.UseVisualStyleBackColor = true;
- this.Button7.Click += new System.EventHandler(this.Button7_Click);
+ this.Button7.Click += new System.EventHandler(this.number_click);
//
// Button16
//
@@ -331,7 +332,7 @@
this.Button16.TabIndex = 71;
this.Button16.Text = "0";
this.Button16.UseVisualStyleBackColor = true;
- this.Button16.Click += new System.EventHandler(this.Button16_Click);
+ this.Button16.Click += new System.EventHandler(this.number_click);
//
// Button24
//
@@ -345,7 +346,7 @@
this.Button24.TabIndex = 78;
this.Button24.Text = "%";
this.Button24.UseVisualStyleBackColor = true;
- this.Button24.Click += new System.EventHandler(this.Button24_Click);
+ this.Button24.Click += new System.EventHandler(this.arithmitic_click);
//
// Button12
//
@@ -359,21 +360,21 @@
this.Button12.TabIndex = 69;
this.Button12.Text = "3";
this.Button12.UseVisualStyleBackColor = true;
- this.Button12.Click += new System.EventHandler(this.Button12_Click);
- //
- // Button6
- //
- this.Button6.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
- this.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Button6.ForeColor = System.Drawing.Color.Blue;
- this.Button6.Location = new System.Drawing.Point(63, 173);
- this.Button6.Name = "Button6";
- this.Button6.Size = new System.Drawing.Size(36, 28);
- this.Button6.TabIndex = 63;
- this.Button6.Text = "1";
- this.Button6.UseVisualStyleBackColor = true;
- this.Button6.Click += new System.EventHandler(this.Button6_Click);
+ this.Button12.Click += new System.EventHandler(this.number_click);
+ //
+ // one
+ //
+ this.one.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
+ this.one.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.one.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.one.ForeColor = System.Drawing.Color.Blue;
+ this.one.Location = new System.Drawing.Point(63, 173);
+ this.one.Name = "one";
+ this.one.Size = new System.Drawing.Size(36, 28);
+ this.one.TabIndex = 63;
+ this.one.Text = "1";
+ this.one.UseVisualStyleBackColor = true;
+ this.one.Click += new System.EventHandler(this.number_click);
//
// Button15
//
@@ -387,7 +388,6 @@
this.Button15.TabIndex = 72;
this.Button15.Text = "+/-";
this.Button15.UseVisualStyleBackColor = true;
- this.Button15.Click += new System.EventHandler(this.Button15_Click);
//
// Button17
//
@@ -401,7 +401,7 @@
this.Button17.TabIndex = 77;
this.Button17.Text = "+";
this.Button17.UseVisualStyleBackColor = true;
- this.Button17.Click += new System.EventHandler(this.Button17_Click);
+ this.Button17.Click += new System.EventHandler(this.arithmitic_click);
//
// Button13
//
@@ -415,7 +415,7 @@
this.Button13.TabIndex = 68;
this.Button13.Text = "6";
this.Button13.UseVisualStyleBackColor = true;
- this.Button13.Click += new System.EventHandler(this.Button13_Click);
+ this.Button13.Click += new System.EventHandler(this.number_click);
//
// Button5
//
@@ -429,7 +429,7 @@
this.Button5.TabIndex = 64;
this.Button5.Text = "7";
this.Button5.UseVisualStyleBackColor = true;
- this.Button5.Click += new System.EventHandler(this.Button5_Click);
+ this.Button5.Click += new System.EventHandler(this.number_click);
//
// Button14
//
@@ -443,7 +443,7 @@
this.Button14.TabIndex = 73;
this.Button14.Text = ".";
this.Button14.UseVisualStyleBackColor = true;
- this.Button14.Click += new System.EventHandler(this.Button14_Click);
+ this.Button14.Click += new System.EventHandler(this.number_click);
//
// Button18
//
@@ -457,7 +457,7 @@
this.Button18.TabIndex = 76;
this.Button18.Text = "/";
this.Button18.UseVisualStyleBackColor = true;
- this.Button18.Click += new System.EventHandler(this.Button18_Click);
+ this.Button18.Click += new System.EventHandler(this.arithmitic_click);
//
// Button8
//
@@ -471,7 +471,7 @@
this.Button8.TabIndex = 67;
this.Button8.Text = "8";
this.Button8.UseVisualStyleBackColor = true;
- this.Button8.Click += new System.EventHandler(this.Button8_Click);
+ this.Button8.Click += new System.EventHandler(this.number_click);
//
// Button10
//
@@ -485,7 +485,7 @@
this.Button10.TabIndex = 65;
this.Button10.Text = "5";
this.Button10.UseVisualStyleBackColor = true;
- this.Button10.Click += new System.EventHandler(this.Button10_Click);
+ this.Button10.Click += new System.EventHandler(this.number_click);
//
// Button20
//
@@ -499,7 +499,7 @@
this.Button20.TabIndex = 74;
this.Button20.Text = "*";
this.Button20.UseVisualStyleBackColor = true;
- this.Button20.Click += new System.EventHandler(this.Button20_Click);
+ this.Button20.Click += new System.EventHandler(this.arithmitic_click);
//
// Button19
//
@@ -513,7 +513,7 @@
this.Button19.TabIndex = 75;
this.Button19.Text = "-";
this.Button19.UseVisualStyleBackColor = true;
- this.Button19.Click += new System.EventHandler(this.Button19_Click);
+ this.Button19.Click += new System.EventHandler(this.arithmitic_click);
//
// Button9
//
@@ -527,7 +527,7 @@
this.Button9.TabIndex = 66;
this.Button9.Text = "2";
this.Button9.UseVisualStyleBackColor = true;
- this.Button9.Click += new System.EventHandler(this.Button9_Click);
+ this.Button9.Click += new System.EventHandler(this.number_click);
//
// MenuStrip2
//
@@ -575,7 +575,7 @@
this.Controls.Add(this.Button16);
this.Controls.Add(this.Button24);
this.Controls.Add(this.Button12);
- this.Controls.Add(this.Button6);
+ this.Controls.Add(this.one);
this.Controls.Add(this.Button15);
this.Controls.Add(this.Button17);
this.Controls.Add(this.Button13);
@@ -590,7 +590,6 @@
this.Controls.Add(this.MenuStrip2);
this.Name = "WinClassicCalculator";
this.Size = new System.Drawing.Size(270, 247);
- this.Load += new System.EventHandler(this.WinClassicCalculator_Load);
this.MenuStrip2.ResumeLayout(false);
this.MenuStrip2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
@@ -626,7 +625,7 @@
internal System.Windows.Forms.Button Button16;
internal System.Windows.Forms.Button Button24;
internal System.Windows.Forms.Button Button12;
- internal System.Windows.Forms.Button Button6;
+ internal System.Windows.Forms.Button one;
internal System.Windows.Forms.Button Button15;
internal System.Windows.Forms.Button Button17;
internal System.Windows.Forms.Button Button13;