diff --git a/BizHawk.Client.Common/config/Config.cs b/BizHawk.Client.Common/config/Config.cs
index 3ee7ae3a9d..a21b9441bb 100644
--- a/BizHawk.Client.Common/config/Config.cs
+++ b/BizHawk.Client.Common/config/Config.cs
@@ -493,10 +493,8 @@ namespace BizHawk.Client.Common
public bool PlayMovie_MatchGameName = false;
//TI83
+ public ToolDialogSettings TI83KeypadSettings = new ToolDialogSettings();
public bool TI83autoloadKeyPad = true;
- public bool TI83KeypadSaveWindowPosition = true;
- public int TI83KeyPadWndx = -1;
- public int TI83KeyPadWndy = -1;
public bool TI83ToolTips = true;
public BindingCollection HotkeyBindings = new BindingCollection();
diff --git a/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.Designer.cs b/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.Designer.cs
index 64bba5f6b7..d3a8c74bc6 100644
--- a/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.Designer.cs
+++ b/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.Designer.cs
@@ -28,1905 +28,1930 @@
///
private void InitializeComponent()
{
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TI83KeyPad));
- this.menuStrip1 = new MenuStripEx();
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.keyPadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.showHotkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.YEQUAL = new System.Windows.Forms.Button();
- this.SECOND = new System.Windows.Forms.Button();
- this.WINDOW = new System.Windows.Forms.Button();
- this.ZOOM = new System.Windows.Forms.Button();
- this.TRACE = new System.Windows.Forms.Button();
- this.GRAPH = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.MODE = new System.Windows.Forms.Button();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.DEL = new System.Windows.Forms.Button();
- this.XT = new System.Windows.Forms.Button();
- this.STAT = new System.Windows.Forms.Button();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.ALPHA = new System.Windows.Forms.Button();
- this.label10 = new System.Windows.Forms.Label();
- this.MATH = new System.Windows.Forms.Button();
- this.label11 = new System.Windows.Forms.Label();
- this.MATRIX = new System.Windows.Forms.Button();
- this.PRGM = new System.Windows.Forms.Button();
- this.VARS = new System.Windows.Forms.Button();
- this.CLEAR = new System.Windows.Forms.Button();
- this.label12 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.NEG1 = new System.Windows.Forms.Button();
- this.SIN = new System.Windows.Forms.Button();
- this.COS = new System.Windows.Forms.Button();
- this.TAN = new System.Windows.Forms.Button();
- this.EXP = new System.Windows.Forms.Button();
- this.label20 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.label29 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.label31 = new System.Windows.Forms.Label();
- this.label32 = new System.Windows.Forms.Label();
- this.label33 = new System.Windows.Forms.Label();
- this.label34 = new System.Windows.Forms.Label();
- this.label35 = new System.Windows.Forms.Label();
- this.DIVIDE = new System.Windows.Forms.Button();
- this.PARACLOSE = new System.Windows.Forms.Button();
- this.PARAOPEN = new System.Windows.Forms.Button();
- this.COMMA = new System.Windows.Forms.Button();
- this.SQUARED = new System.Windows.Forms.Button();
- this.label36 = new System.Windows.Forms.Label();
- this.label37 = new System.Windows.Forms.Label();
- this.label38 = new System.Windows.Forms.Label();
- this.label39 = new System.Windows.Forms.Label();
- this.label40 = new System.Windows.Forms.Label();
- this.label41 = new System.Windows.Forms.Label();
- this.label42 = new System.Windows.Forms.Label();
- this.label43 = new System.Windows.Forms.Label();
- this.label44 = new System.Windows.Forms.Label();
- this.label45 = new System.Windows.Forms.Label();
- this.MULTIPLY = new System.Windows.Forms.Button();
- this.NINE = new System.Windows.Forms.Button();
- this.EIGHT = new System.Windows.Forms.Button();
- this.SEVEN = new System.Windows.Forms.Button();
- this.LOG = new System.Windows.Forms.Button();
- this.label46 = new System.Windows.Forms.Label();
- this.label47 = new System.Windows.Forms.Label();
- this.label48 = new System.Windows.Forms.Label();
- this.label49 = new System.Windows.Forms.Label();
- this.label50 = new System.Windows.Forms.Label();
- this.label51 = new System.Windows.Forms.Label();
- this.label52 = new System.Windows.Forms.Label();
- this.label53 = new System.Windows.Forms.Label();
- this.label54 = new System.Windows.Forms.Label();
- this.label55 = new System.Windows.Forms.Label();
- this.MINUS = new System.Windows.Forms.Button();
- this.SIX = new System.Windows.Forms.Button();
- this.FIVE = new System.Windows.Forms.Button();
- this.FOUR = new System.Windows.Forms.Button();
- this.LN = new System.Windows.Forms.Button();
- this.label56 = new System.Windows.Forms.Label();
- this.label57 = new System.Windows.Forms.Label();
- this.label58 = new System.Windows.Forms.Label();
- this.label59 = new System.Windows.Forms.Label();
- this.label60 = new System.Windows.Forms.Label();
- this.label61 = new System.Windows.Forms.Label();
- this.label62 = new System.Windows.Forms.Label();
- this.label63 = new System.Windows.Forms.Label();
- this.label64 = new System.Windows.Forms.Label();
- this.label65 = new System.Windows.Forms.Label();
- this.PLUS = new System.Windows.Forms.Button();
- this.THREE = new System.Windows.Forms.Button();
- this.TWO = new System.Windows.Forms.Button();
- this.ONE = new System.Windows.Forms.Button();
- this.STO = new System.Windows.Forms.Button();
- this.label66 = new System.Windows.Forms.Label();
- this.label67 = new System.Windows.Forms.Label();
- this.label68 = new System.Windows.Forms.Label();
- this.label69 = new System.Windows.Forms.Label();
- this.label70 = new System.Windows.Forms.Label();
- this.label71 = new System.Windows.Forms.Label();
- this.label72 = new System.Windows.Forms.Label();
- this.label73 = new System.Windows.Forms.Label();
- this.label74 = new System.Windows.Forms.Label();
- this.label75 = new System.Windows.Forms.Label();
- this.ENTER = new System.Windows.Forms.Button();
- this.DASH = new System.Windows.Forms.Button();
- this.PERIOD = new System.Windows.Forms.Button();
- this.ZERO = new System.Windows.Forms.Button();
- this.ON = new System.Windows.Forms.Button();
- this.label76 = new System.Windows.Forms.Label();
- this.LEFT = new System.Windows.Forms.Button();
- this.RIGHT = new System.Windows.Forms.Button();
- this.DOWN = new System.Windows.Forms.Button();
- this.UP = new System.Windows.Forms.Button();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.label77 = new System.Windows.Forms.Label();
- this.label78 = new System.Windows.Forms.Label();
- this.label79 = new System.Windows.Forms.Label();
- this.label80 = new System.Windows.Forms.Label();
- this.label81 = new System.Windows.Forms.Label();
- this.menuStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.ClickThrough = true;
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TI83KeyPad));
+ this.menuStrip1 = new MenuStripEx();
+ this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
+ this.KeyPadSubMenu = new System.Windows.Forms.ToolStripMenuItem();
+ this.ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.OptionsSubMenu = new System.Windows.Forms.ToolStripMenuItem();
+ this.ShowHotkeysMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+ this.SaveWindowPositionMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.AlwaysOnTopMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.FloatingWindowMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.YButton = new System.Windows.Forms.Button();
+ this.SecondButton = new System.Windows.Forms.Button();
+ this.WindowButton = new System.Windows.Forms.Button();
+ this.ZoomButton = new System.Windows.Forms.Button();
+ this.TraceButton = new System.Windows.Forms.Button();
+ this.GraphButton = new System.Windows.Forms.Button();
+ this.label1 = new System.Windows.Forms.Label();
+ this.label2 = new System.Windows.Forms.Label();
+ this.label3 = new System.Windows.Forms.Label();
+ this.label4 = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.ModeButton = new System.Windows.Forms.Button();
+ this.label6 = new System.Windows.Forms.Label();
+ this.label7 = new System.Windows.Forms.Label();
+ this.DelButton = new System.Windows.Forms.Button();
+ this.XButton = new System.Windows.Forms.Button();
+ this.StatButton = new System.Windows.Forms.Button();
+ this.label8 = new System.Windows.Forms.Label();
+ this.label9 = new System.Windows.Forms.Label();
+ this.AlphaButton = new System.Windows.Forms.Button();
+ this.label10 = new System.Windows.Forms.Label();
+ this.MathButton = new System.Windows.Forms.Button();
+ this.label11 = new System.Windows.Forms.Label();
+ this.MatrixButton = new System.Windows.Forms.Button();
+ this.PrgmButton = new System.Windows.Forms.Button();
+ this.VarsButton = new System.Windows.Forms.Button();
+ this.ClearButton = new System.Windows.Forms.Button();
+ this.label12 = new System.Windows.Forms.Label();
+ this.label13 = new System.Windows.Forms.Label();
+ this.label14 = new System.Windows.Forms.Label();
+ this.label15 = new System.Windows.Forms.Label();
+ this.label16 = new System.Windows.Forms.Label();
+ this.label17 = new System.Windows.Forms.Label();
+ this.label18 = new System.Windows.Forms.Label();
+ this.label19 = new System.Windows.Forms.Label();
+ this.Neg1Button = new System.Windows.Forms.Button();
+ this.SinButton = new System.Windows.Forms.Button();
+ this.CosButton = new System.Windows.Forms.Button();
+ this.TanButton = new System.Windows.Forms.Button();
+ this.ExpButton = new System.Windows.Forms.Button();
+ this.label20 = new System.Windows.Forms.Label();
+ this.label21 = new System.Windows.Forms.Label();
+ this.label22 = new System.Windows.Forms.Label();
+ this.label23 = new System.Windows.Forms.Label();
+ this.label24 = new System.Windows.Forms.Label();
+ this.label25 = new System.Windows.Forms.Label();
+ this.label26 = new System.Windows.Forms.Label();
+ this.label27 = new System.Windows.Forms.Label();
+ this.label28 = new System.Windows.Forms.Label();
+ this.label29 = new System.Windows.Forms.Label();
+ this.label30 = new System.Windows.Forms.Label();
+ this.label31 = new System.Windows.Forms.Label();
+ this.label32 = new System.Windows.Forms.Label();
+ this.label33 = new System.Windows.Forms.Label();
+ this.label34 = new System.Windows.Forms.Label();
+ this.label35 = new System.Windows.Forms.Label();
+ this.DivideButton = new System.Windows.Forms.Button();
+ this.ParaCloseButton = new System.Windows.Forms.Button();
+ this.ParaOpenButton = new System.Windows.Forms.Button();
+ this.CommaButton = new System.Windows.Forms.Button();
+ this.SquaredButton = new System.Windows.Forms.Button();
+ this.label36 = new System.Windows.Forms.Label();
+ this.label37 = new System.Windows.Forms.Label();
+ this.label38 = new System.Windows.Forms.Label();
+ this.label39 = new System.Windows.Forms.Label();
+ this.label40 = new System.Windows.Forms.Label();
+ this.label41 = new System.Windows.Forms.Label();
+ this.label42 = new System.Windows.Forms.Label();
+ this.label43 = new System.Windows.Forms.Label();
+ this.label44 = new System.Windows.Forms.Label();
+ this.label45 = new System.Windows.Forms.Label();
+ this.MultiplyButton = new System.Windows.Forms.Button();
+ this.NineButton = new System.Windows.Forms.Button();
+ this.EightButton = new System.Windows.Forms.Button();
+ this.SevenButton = new System.Windows.Forms.Button();
+ this.LogButton = new System.Windows.Forms.Button();
+ this.label46 = new System.Windows.Forms.Label();
+ this.label47 = new System.Windows.Forms.Label();
+ this.label48 = new System.Windows.Forms.Label();
+ this.label49 = new System.Windows.Forms.Label();
+ this.label50 = new System.Windows.Forms.Label();
+ this.label51 = new System.Windows.Forms.Label();
+ this.label52 = new System.Windows.Forms.Label();
+ this.label53 = new System.Windows.Forms.Label();
+ this.label54 = new System.Windows.Forms.Label();
+ this.label55 = new System.Windows.Forms.Label();
+ this.MinusButton = new System.Windows.Forms.Button();
+ this.SixButton = new System.Windows.Forms.Button();
+ this.FiveButton = new System.Windows.Forms.Button();
+ this.FourButton = new System.Windows.Forms.Button();
+ this.LnButton = new System.Windows.Forms.Button();
+ this.label56 = new System.Windows.Forms.Label();
+ this.label57 = new System.Windows.Forms.Label();
+ this.label58 = new System.Windows.Forms.Label();
+ this.label59 = new System.Windows.Forms.Label();
+ this.label60 = new System.Windows.Forms.Label();
+ this.label61 = new System.Windows.Forms.Label();
+ this.label62 = new System.Windows.Forms.Label();
+ this.label63 = new System.Windows.Forms.Label();
+ this.label64 = new System.Windows.Forms.Label();
+ this.label65 = new System.Windows.Forms.Label();
+ this.PlusButton = new System.Windows.Forms.Button();
+ this.ThreeButton = new System.Windows.Forms.Button();
+ this.TwoButton = new System.Windows.Forms.Button();
+ this.OneButton = new System.Windows.Forms.Button();
+ this.StoButton = new System.Windows.Forms.Button();
+ this.label66 = new System.Windows.Forms.Label();
+ this.label67 = new System.Windows.Forms.Label();
+ this.label68 = new System.Windows.Forms.Label();
+ this.label69 = new System.Windows.Forms.Label();
+ this.label70 = new System.Windows.Forms.Label();
+ this.label71 = new System.Windows.Forms.Label();
+ this.label72 = new System.Windows.Forms.Label();
+ this.label73 = new System.Windows.Forms.Label();
+ this.label74 = new System.Windows.Forms.Label();
+ this.label75 = new System.Windows.Forms.Label();
+ this.EnterButton = new System.Windows.Forms.Button();
+ this.DashButton = new System.Windows.Forms.Button();
+ this.PeriodButton = new System.Windows.Forms.Button();
+ this.ZeroButton = new System.Windows.Forms.Button();
+ this.OnButton = new System.Windows.Forms.Button();
+ this.label76 = new System.Windows.Forms.Label();
+ this.LeftButton = new System.Windows.Forms.Button();
+ this.RightButton = new System.Windows.Forms.Button();
+ this.DownButton = new System.Windows.Forms.Button();
+ this.UpButton = new System.Windows.Forms.Button();
+ this.KeyPadToolTips = new System.Windows.Forms.ToolTip(this.components);
+ this.label77 = new System.Windows.Forms.Label();
+ this.label78 = new System.Windows.Forms.Label();
+ this.label79 = new System.Windows.Forms.Label();
+ this.label80 = new System.Windows.Forms.Label();
+ this.label81 = new System.Windows.Forms.Label();
+ this.menuStrip1.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // menuStrip1
+ //
+ this.menuStrip1.ClickThrough = true;
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
- this.keyPadToolStripMenuItem,
- this.optionsToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(355, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 20);
- //
- // keyPadToolStripMenuItem
- //
- this.keyPadToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.exitToolStripMenuItem});
- this.keyPadToolStripMenuItem.Name = "keyPadToolStripMenuItem";
- this.keyPadToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
- this.keyPadToolStripMenuItem.Text = "Key Pad";
- //
- // exitToolStripMenuItem
- //
- this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
- this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
- this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
- this.exitToolStripMenuItem.Text = "E&xit";
- this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
- //
- // optionsToolStripMenuItem
- //
- this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.saveWindowPositionToolStripMenuItem,
- this.showHotkToolStripMenuItem});
- this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
- this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
- this.optionsToolStripMenuItem.Text = "&Options";
- this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened);
- //
- // saveWindowPositionToolStripMenuItem
- //
- this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem";
- this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
- this.saveWindowPositionToolStripMenuItem.Text = "Save Window Position";
- this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click);
- //
- // showHotkToolStripMenuItem
- //
- this.showHotkToolStripMenuItem.Checked = true;
- this.showHotkToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
- this.showHotkToolStripMenuItem.Name = "showHotkToolStripMenuItem";
- this.showHotkToolStripMenuItem.Size = new System.Drawing.Size(191, 22);
- this.showHotkToolStripMenuItem.Text = "Show Hotkeys";
- this.showHotkToolStripMenuItem.Click += new System.EventHandler(this.showHotkToolStripMenuItem_Click);
- //
- // YEQUAL
- //
- this.YEQUAL.BackColor = System.Drawing.Color.CornflowerBlue;
- this.YEQUAL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.YEQUAL.ForeColor = System.Drawing.Color.White;
- this.YEQUAL.Location = new System.Drawing.Point(15, 58);
- this.YEQUAL.Name = "YEQUAL";
- this.YEQUAL.Size = new System.Drawing.Size(54, 20);
- this.YEQUAL.TabIndex = 1;
- this.YEQUAL.Text = "Y=";
- this.YEQUAL.UseVisualStyleBackColor = false;
- this.YEQUAL.Click += new System.EventHandler(this.button1_Click);
- //
- // SECOND
- //
- this.SECOND.BackColor = System.Drawing.Color.Gold;
- this.SECOND.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.SECOND.ForeColor = System.Drawing.Color.FloralWhite;
- this.SECOND.Location = new System.Drawing.Point(15, 130);
- this.SECOND.Name = "SECOND";
- this.SECOND.Size = new System.Drawing.Size(54, 23);
- this.SECOND.TabIndex = 6;
- this.SECOND.Text = "2nd";
- this.SECOND.UseVisualStyleBackColor = false;
- this.SECOND.Click += new System.EventHandler(this.button5_Click);
- //
- // WINDOW
- //
- this.WINDOW.BackColor = System.Drawing.Color.CornflowerBlue;
- this.WINDOW.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.WINDOW.ForeColor = System.Drawing.Color.White;
- this.WINDOW.Location = new System.Drawing.Point(87, 58);
- this.WINDOW.Name = "WINDOW";
- this.WINDOW.Size = new System.Drawing.Size(60, 20);
- this.WINDOW.TabIndex = 2;
- this.WINDOW.Text = "Window";
- this.WINDOW.UseVisualStyleBackColor = false;
- this.WINDOW.Click += new System.EventHandler(this.button6_Click);
- //
- // ZOOM
- //
- this.ZOOM.BackColor = System.Drawing.Color.CornflowerBlue;
- this.ZOOM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ZOOM.ForeColor = System.Drawing.Color.White;
- this.ZOOM.Location = new System.Drawing.Point(155, 58);
- this.ZOOM.Name = "ZOOM";
- this.ZOOM.Size = new System.Drawing.Size(54, 20);
- this.ZOOM.TabIndex = 3;
- this.ZOOM.Text = "Zoom";
- this.ZOOM.UseVisualStyleBackColor = false;
- this.ZOOM.Click += new System.EventHandler(this.button7_Click);
- //
- // TRACE
- //
- this.TRACE.BackColor = System.Drawing.Color.CornflowerBlue;
- this.TRACE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.TRACE.ForeColor = System.Drawing.Color.White;
- this.TRACE.Location = new System.Drawing.Point(224, 58);
- this.TRACE.Name = "TRACE";
- this.TRACE.Size = new System.Drawing.Size(54, 20);
- this.TRACE.TabIndex = 4;
- this.TRACE.Text = "Trace";
- this.TRACE.UseVisualStyleBackColor = false;
- this.TRACE.Click += new System.EventHandler(this.button8_Click);
- //
- // GRAPH
- //
- this.GRAPH.BackColor = System.Drawing.Color.CornflowerBlue;
- this.GRAPH.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.GRAPH.ForeColor = System.Drawing.Color.White;
- this.GRAPH.Location = new System.Drawing.Point(294, 58);
- this.GRAPH.Name = "GRAPH";
- this.GRAPH.Size = new System.Drawing.Size(54, 20);
- this.GRAPH.TabIndex = 5;
- this.GRAPH.Text = "Graph";
- this.GRAPH.UseVisualStyleBackColor = false;
- this.GRAPH.Click += new System.EventHandler(this.button9_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.ForeColor = System.Drawing.Color.Gold;
- this.label1.Location = new System.Drawing.Point(8, 42);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(75, 13);
- this.label1.TabIndex = 10;
- this.label1.Text = "STAT PLOT";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.ForeColor = System.Drawing.Color.Gold;
- this.label2.Location = new System.Drawing.Point(85, 42);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(54, 13);
- this.label2.TabIndex = 11;
- this.label2.Text = "TBLSET";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label3.ForeColor = System.Drawing.Color.Gold;
- this.label3.Location = new System.Drawing.Point(155, 42);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(58, 13);
- this.label3.TabIndex = 12;
- this.label3.Text = "FORMAT";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label4.ForeColor = System.Drawing.Color.Gold;
- this.label4.Location = new System.Drawing.Point(231, 42);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(38, 13);
- this.label4.TabIndex = 13;
- this.label4.Text = "CALC";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label5.ForeColor = System.Drawing.Color.Gold;
- this.label5.Location = new System.Drawing.Point(294, 42);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(46, 13);
- this.label5.TabIndex = 14;
- this.label5.Text = "TABLE";
- //
- // MODE
- //
- this.MODE.BackColor = System.Drawing.Color.Black;
- this.MODE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.MODE.ForeColor = System.Drawing.Color.FloralWhite;
- this.MODE.Location = new System.Drawing.Point(87, 130);
- this.MODE.Name = "MODE";
- this.MODE.Size = new System.Drawing.Size(54, 23);
- this.MODE.TabIndex = 7;
- this.MODE.Text = "MODE";
- this.MODE.UseVisualStyleBackColor = false;
- this.MODE.Click += new System.EventHandler(this.button2_Click);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label6.ForeColor = System.Drawing.Color.Gold;
- this.label6.Location = new System.Drawing.Point(87, 114);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(37, 13);
- this.label6.TabIndex = 16;
- this.label6.Text = "QUIT";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label7.ForeColor = System.Drawing.Color.Gold;
- this.label7.Location = new System.Drawing.Point(155, 114);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(28, 13);
- this.label7.TabIndex = 18;
- this.label7.Text = "INS";
- //
- // DEL
- //
- this.DEL.BackColor = System.Drawing.Color.Black;
- this.DEL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.DEL.ForeColor = System.Drawing.Color.FloralWhite;
- this.DEL.Location = new System.Drawing.Point(155, 130);
- this.DEL.Name = "DEL";
- this.DEL.Size = new System.Drawing.Size(54, 23);
- this.DEL.TabIndex = 8;
- this.DEL.Text = "DEL";
- this.DEL.UseVisualStyleBackColor = false;
- this.DEL.Click += new System.EventHandler(this.button3_Click);
- //
- // XT
- //
- this.XT.BackColor = System.Drawing.Color.Black;
- this.XT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.XT.ForeColor = System.Drawing.Color.FloralWhite;
- this.XT.Location = new System.Drawing.Point(87, 178);
- this.XT.Name = "XT";
- this.XT.Size = new System.Drawing.Size(57, 23);
- this.XT.TabIndex = 14;
- this.XT.Text = "X,T,ø,n";
- this.XT.UseVisualStyleBackColor = false;
- this.XT.Click += new System.EventHandler(this.button4_Click);
- //
- // STAT
- //
- this.STAT.BackColor = System.Drawing.Color.Black;
- this.STAT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.STAT.ForeColor = System.Drawing.Color.FloralWhite;
- this.STAT.Location = new System.Drawing.Point(155, 178);
- this.STAT.Name = "STAT";
- this.STAT.Size = new System.Drawing.Size(54, 23);
- this.STAT.TabIndex = 15;
- this.STAT.Text = "STAT";
- this.STAT.UseVisualStyleBackColor = false;
- this.STAT.Click += new System.EventHandler(this.button10_Click);
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label8.ForeColor = System.Drawing.Color.Gold;
- this.label8.Location = new System.Drawing.Point(87, 162);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(35, 13);
- this.label8.TabIndex = 21;
- this.label8.Text = "LINK";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label9.ForeColor = System.Drawing.Color.Gold;
- this.label9.Location = new System.Drawing.Point(155, 162);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(34, 13);
- this.label9.TabIndex = 22;
- this.label9.Text = "LIST";
- //
- // ALPHA
- //
- this.ALPHA.BackColor = System.Drawing.Color.LightSeaGreen;
- this.ALPHA.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ALPHA.ForeColor = System.Drawing.Color.FloralWhite;
- this.ALPHA.Location = new System.Drawing.Point(15, 178);
- this.ALPHA.Name = "ALPHA";
- this.ALPHA.Size = new System.Drawing.Size(54, 23);
- this.ALPHA.TabIndex = 13;
- this.ALPHA.Text = "Alpha";
- this.ALPHA.UseVisualStyleBackColor = false;
- this.ALPHA.Click += new System.EventHandler(this.button11_Click);
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label10.ForeColor = System.Drawing.Color.Gold;
- this.label10.Location = new System.Drawing.Point(15, 162);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(51, 13);
- this.label10.TabIndex = 24;
- this.label10.Text = "A-LOCK";
- //
- // MATH
- //
- this.MATH.BackColor = System.Drawing.Color.Black;
- this.MATH.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.MATH.ForeColor = System.Drawing.Color.FloralWhite;
- this.MATH.Location = new System.Drawing.Point(15, 225);
- this.MATH.Name = "MATH";
- this.MATH.Size = new System.Drawing.Size(54, 23);
- this.MATH.TabIndex = 16;
- this.MATH.Text = "MATH";
- this.MATH.UseVisualStyleBackColor = false;
- this.MATH.Click += new System.EventHandler(this.button12_Click);
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label11.ForeColor = System.Drawing.Color.Gold;
- this.label11.Location = new System.Drawing.Point(15, 209);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(39, 13);
- this.label11.TabIndex = 26;
- this.label11.Text = "TEST";
- //
- // MATRIX
- //
- this.MATRIX.BackColor = System.Drawing.Color.Black;
- this.MATRIX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.MATRIX.ForeColor = System.Drawing.Color.FloralWhite;
- this.MATRIX.Location = new System.Drawing.Point(87, 225);
- this.MATRIX.Name = "MATRIX";
- this.MATRIX.Size = new System.Drawing.Size(54, 23);
- this.MATRIX.TabIndex = 17;
- this.MATRIX.Text = "Matrix";
- this.MATRIX.UseVisualStyleBackColor = false;
- this.MATRIX.Click += new System.EventHandler(this.button13_Click);
- //
- // PRGM
- //
- this.PRGM.BackColor = System.Drawing.Color.Black;
- this.PRGM.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.PRGM.ForeColor = System.Drawing.Color.FloralWhite;
- this.PRGM.Location = new System.Drawing.Point(155, 225);
- this.PRGM.Name = "PRGM";
- this.PRGM.Size = new System.Drawing.Size(54, 23);
- this.PRGM.TabIndex = 18;
- this.PRGM.Text = "PRGM";
- this.PRGM.UseVisualStyleBackColor = false;
- this.PRGM.Click += new System.EventHandler(this.button14_Click);
- //
- // VARS
- //
- this.VARS.BackColor = System.Drawing.Color.Black;
- this.VARS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.VARS.ForeColor = System.Drawing.Color.FloralWhite;
- this.VARS.Location = new System.Drawing.Point(224, 225);
- this.VARS.Name = "VARS";
- this.VARS.Size = new System.Drawing.Size(54, 23);
- this.VARS.TabIndex = 19;
- this.VARS.Text = "VARS";
- this.VARS.UseVisualStyleBackColor = false;
- this.VARS.Click += new System.EventHandler(this.button15_Click);
- //
- // CLEAR
- //
- this.CLEAR.BackColor = System.Drawing.Color.Black;
- this.CLEAR.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.CLEAR.ForeColor = System.Drawing.Color.FloralWhite;
- this.CLEAR.Location = new System.Drawing.Point(294, 225);
- this.CLEAR.Name = "CLEAR";
- this.CLEAR.Size = new System.Drawing.Size(54, 23);
- this.CLEAR.TabIndex = 20;
- this.CLEAR.Text = "Clear";
- this.CLEAR.UseVisualStyleBackColor = false;
- this.CLEAR.Click += new System.EventHandler(this.button16_Click);
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label12.ForeColor = System.Drawing.Color.Gold;
- this.label12.Location = new System.Drawing.Point(87, 209);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(48, 13);
- this.label12.TabIndex = 31;
- this.label12.Text = "ANGLE";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label13.ForeColor = System.Drawing.Color.Gold;
- this.label13.Location = new System.Drawing.Point(155, 209);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(45, 13);
- this.label13.TabIndex = 32;
- this.label13.Text = "DRAW";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label14.ForeColor = System.Drawing.Color.Gold;
- this.label14.Location = new System.Drawing.Point(224, 209);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(45, 13);
- this.label14.TabIndex = 33;
- this.label14.Text = "DISTR";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label15.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label15.Location = new System.Drawing.Point(57, 209);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(15, 13);
- this.label15.TabIndex = 34;
- this.label15.Text = "A";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label16.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label16.Location = new System.Drawing.Point(133, 209);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(15, 13);
- this.label16.TabIndex = 35;
- this.label16.Text = "B";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label17.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label17.Location = new System.Drawing.Point(198, 209);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(15, 13);
- this.label17.TabIndex = 36;
- this.label17.Text = "C";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label18.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label18.Location = new System.Drawing.Point(61, 258);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(16, 13);
- this.label18.TabIndex = 37;
- this.label18.Text = "D";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label19.ForeColor = System.Drawing.Color.Gold;
- this.label19.Location = new System.Drawing.Point(12, 258);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(52, 13);
- this.label19.TabIndex = 38;
- this.label19.Text = "Finance";
- //
- // NEG1
- //
- this.NEG1.BackColor = System.Drawing.Color.Black;
- this.NEG1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.NEG1.ForeColor = System.Drawing.Color.FloralWhite;
- this.NEG1.Location = new System.Drawing.Point(15, 274);
- this.NEG1.Name = "NEG1";
- this.NEG1.Size = new System.Drawing.Size(54, 23);
- this.NEG1.TabIndex = 39;
- this.NEG1.Text = "X ־ ¹";
- this.NEG1.UseVisualStyleBackColor = false;
- this.NEG1.Click += new System.EventHandler(this.button17_Click);
- //
- // SIN
- //
- this.SIN.BackColor = System.Drawing.Color.Black;
- this.SIN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.SIN.ForeColor = System.Drawing.Color.FloralWhite;
- this.SIN.Location = new System.Drawing.Point(87, 274);
- this.SIN.Name = "SIN";
- this.SIN.Size = new System.Drawing.Size(54, 23);
- this.SIN.TabIndex = 40;
- this.SIN.Text = "SIN";
- this.SIN.UseVisualStyleBackColor = false;
- this.SIN.Click += new System.EventHandler(this.button18_Click);
- //
- // COS
- //
- this.COS.BackColor = System.Drawing.Color.Black;
- this.COS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.COS.ForeColor = System.Drawing.Color.FloralWhite;
- this.COS.Location = new System.Drawing.Point(155, 274);
- this.COS.Name = "COS";
- this.COS.Size = new System.Drawing.Size(54, 23);
- this.COS.TabIndex = 41;
- this.COS.Text = "COS";
- this.COS.UseVisualStyleBackColor = false;
- this.COS.Click += new System.EventHandler(this.button19_Click);
- //
- // TAN
- //
- this.TAN.BackColor = System.Drawing.Color.Black;
- this.TAN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.TAN.ForeColor = System.Drawing.Color.FloralWhite;
- this.TAN.Location = new System.Drawing.Point(224, 274);
- this.TAN.Name = "TAN";
- this.TAN.Size = new System.Drawing.Size(54, 23);
- this.TAN.TabIndex = 42;
- this.TAN.Text = "TAN";
- this.TAN.UseVisualStyleBackColor = false;
- this.TAN.Click += new System.EventHandler(this.button20_Click);
- //
- // EXP
- //
- this.EXP.BackColor = System.Drawing.Color.Black;
- this.EXP.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.EXP.ForeColor = System.Drawing.Color.FloralWhite;
- this.EXP.Location = new System.Drawing.Point(294, 274);
- this.EXP.Name = "EXP";
- this.EXP.Size = new System.Drawing.Size(54, 23);
- this.EXP.TabIndex = 43;
- this.EXP.Text = "^";
- this.EXP.UseVisualStyleBackColor = false;
- this.EXP.Click += new System.EventHandler(this.button21_Click);
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label20.ForeColor = System.Drawing.Color.Gold;
- this.label20.Location = new System.Drawing.Point(87, 258);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(28, 13);
- this.label20.TabIndex = 44;
- this.label20.Text = "SIN";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label21.ForeColor = System.Drawing.Color.Gold;
- this.label21.Location = new System.Drawing.Point(155, 258);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(32, 13);
- this.label21.TabIndex = 45;
- this.label21.Text = "COS";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label22.ForeColor = System.Drawing.Color.Gold;
- this.label22.Location = new System.Drawing.Point(222, 258);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(32, 13);
- this.label22.TabIndex = 46;
- this.label22.Text = "TAN";
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label23.ForeColor = System.Drawing.Color.Gold;
- this.label23.Location = new System.Drawing.Point(295, 254);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(17, 18);
- this.label23.TabIndex = 47;
- this.label23.Text = "π";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label24.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label24.Location = new System.Drawing.Point(133, 258);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(15, 13);
- this.label24.TabIndex = 48;
- this.label24.Text = "E";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label25.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label25.Location = new System.Drawing.Point(198, 258);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(14, 13);
- this.label25.TabIndex = 49;
- this.label25.Text = "F";
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label26.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label26.Location = new System.Drawing.Point(266, 258);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(16, 13);
- this.label26.TabIndex = 50;
- this.label26.Text = "G";
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label27.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label27.Location = new System.Drawing.Point(332, 258);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(16, 13);
- this.label27.TabIndex = 51;
- this.label27.Text = "H";
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label28.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label28.Location = new System.Drawing.Point(332, 307);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(17, 13);
- this.label28.TabIndex = 66;
- this.label28.Text = "M";
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label29.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label29.Location = new System.Drawing.Point(266, 307);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(14, 13);
- this.label29.TabIndex = 65;
- this.label29.Text = "L";
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label30.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label30.Location = new System.Drawing.Point(198, 307);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(15, 13);
- this.label30.TabIndex = 64;
- this.label30.Text = "K";
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label31.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label31.Location = new System.Drawing.Point(133, 307);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(13, 13);
- this.label31.TabIndex = 63;
- this.label31.Text = "J";
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label32.ForeColor = System.Drawing.Color.Gold;
- this.label32.Location = new System.Drawing.Point(294, 307);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(14, 13);
- this.label32.TabIndex = 62;
- this.label32.Text = "e";
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label33.ForeColor = System.Drawing.Color.Gold;
- this.label33.Location = new System.Drawing.Point(224, 307);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(12, 13);
- this.label33.TabIndex = 61;
- this.label33.Text = "}";
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label34.ForeColor = System.Drawing.Color.Gold;
- this.label34.Location = new System.Drawing.Point(155, 307);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(12, 13);
- this.label34.TabIndex = 60;
- this.label34.Text = "{";
- //
- // label35
- //
- this.label35.AutoSize = true;
- this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label35.ForeColor = System.Drawing.Color.Gold;
- this.label35.Location = new System.Drawing.Point(87, 307);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(23, 13);
- this.label35.TabIndex = 59;
- this.label35.Text = "EE";
- //
- // DIVIDE
- //
- this.DIVIDE.BackColor = System.Drawing.Color.CornflowerBlue;
- this.DIVIDE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.DIVIDE.ForeColor = System.Drawing.Color.FloralWhite;
- this.DIVIDE.Location = new System.Drawing.Point(294, 323);
- this.DIVIDE.Name = "DIVIDE";
- this.DIVIDE.Size = new System.Drawing.Size(54, 23);
- this.DIVIDE.TabIndex = 58;
- this.DIVIDE.Text = "÷";
- this.DIVIDE.UseVisualStyleBackColor = false;
- this.DIVIDE.Click += new System.EventHandler(this.button22_Click);
- //
- // PARACLOSE
- //
- this.PARACLOSE.BackColor = System.Drawing.Color.Black;
- this.PARACLOSE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.PARACLOSE.ForeColor = System.Drawing.Color.FloralWhite;
- this.PARACLOSE.Location = new System.Drawing.Point(224, 323);
- this.PARACLOSE.Name = "PARACLOSE";
- this.PARACLOSE.Size = new System.Drawing.Size(54, 23);
- this.PARACLOSE.TabIndex = 57;
- this.PARACLOSE.Text = ")";
- this.PARACLOSE.UseVisualStyleBackColor = false;
- this.PARACLOSE.Click += new System.EventHandler(this.button23_Click);
- //
- // PARAOPEN
- //
- this.PARAOPEN.BackColor = System.Drawing.Color.Black;
- this.PARAOPEN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.PARAOPEN.ForeColor = System.Drawing.Color.FloralWhite;
- this.PARAOPEN.Location = new System.Drawing.Point(155, 323);
- this.PARAOPEN.Name = "PARAOPEN";
- this.PARAOPEN.Size = new System.Drawing.Size(54, 23);
- this.PARAOPEN.TabIndex = 56;
- this.PARAOPEN.Text = "(";
- this.PARAOPEN.UseVisualStyleBackColor = false;
- this.PARAOPEN.Click += new System.EventHandler(this.button24_Click);
- //
- // COMMA
- //
- this.COMMA.BackColor = System.Drawing.Color.Black;
- this.COMMA.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.COMMA.ForeColor = System.Drawing.Color.FloralWhite;
- this.COMMA.Location = new System.Drawing.Point(87, 323);
- this.COMMA.Name = "COMMA";
- this.COMMA.Size = new System.Drawing.Size(54, 23);
- this.COMMA.TabIndex = 55;
- this.COMMA.Text = "’";
- this.COMMA.UseVisualStyleBackColor = false;
- this.COMMA.Click += new System.EventHandler(this.button25_Click);
- //
- // SQUARED
- //
- this.SQUARED.BackColor = System.Drawing.Color.Black;
- this.SQUARED.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.SQUARED.ForeColor = System.Drawing.Color.FloralWhite;
- this.SQUARED.Location = new System.Drawing.Point(15, 323);
- this.SQUARED.Name = "SQUARED";
- this.SQUARED.Size = new System.Drawing.Size(54, 23);
- this.SQUARED.TabIndex = 54;
- this.SQUARED.Text = "X ²";
- this.SQUARED.UseVisualStyleBackColor = false;
- this.SQUARED.Click += new System.EventHandler(this.button26_Click);
- //
- // label36
- //
- this.label36.AutoSize = true;
- this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label36.ForeColor = System.Drawing.Color.Gold;
- this.label36.Location = new System.Drawing.Point(15, 307);
- this.label36.Name = "label36";
- this.label36.Size = new System.Drawing.Size(14, 13);
- this.label36.TabIndex = 53;
- this.label36.Text = "√";
- //
- // label37
- //
- this.label37.AutoSize = true;
- this.label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label37.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label37.Location = new System.Drawing.Point(57, 307);
- this.label37.Name = "label37";
- this.label37.Size = new System.Drawing.Size(11, 13);
- this.label37.TabIndex = 52;
- this.label37.Text = "I";
- //
- // label38
- //
- this.label38.AutoSize = true;
- this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label38.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label38.Location = new System.Drawing.Point(332, 359);
- this.label38.Name = "label38";
- this.label38.Size = new System.Drawing.Size(16, 13);
- this.label38.TabIndex = 81;
- this.label38.Text = "R";
- //
- // label39
- //
- this.label39.AutoSize = true;
- this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label39.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label39.Location = new System.Drawing.Point(266, 359);
- this.label39.Name = "label39";
- this.label39.Size = new System.Drawing.Size(16, 13);
- this.label39.TabIndex = 80;
- this.label39.Text = "Q";
- //
- // label40
- //
- this.label40.AutoSize = true;
- this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label40.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label40.Location = new System.Drawing.Point(198, 359);
- this.label40.Name = "label40";
- this.label40.Size = new System.Drawing.Size(15, 13);
- this.label40.TabIndex = 79;
- this.label40.Text = "P";
- //
- // label41
- //
- this.label41.AutoSize = true;
- this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label41.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label41.Location = new System.Drawing.Point(133, 359);
- this.label41.Name = "label41";
- this.label41.Size = new System.Drawing.Size(16, 13);
- this.label41.TabIndex = 78;
- this.label41.Text = "O";
- //
- // label42
- //
- this.label42.AutoSize = true;
- this.label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label42.ForeColor = System.Drawing.Color.Gold;
- this.label42.Location = new System.Drawing.Point(294, 359);
- this.label42.Name = "label42";
- this.label42.Size = new System.Drawing.Size(11, 13);
- this.label42.TabIndex = 77;
- this.label42.Text = "[";
- //
- // label43
- //
- this.label43.AutoSize = true;
- this.label43.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label43.ForeColor = System.Drawing.Color.Gold;
- this.label43.Location = new System.Drawing.Point(224, 359);
- this.label43.Name = "label43";
- this.label43.Size = new System.Drawing.Size(16, 13);
- this.label43.TabIndex = 76;
- this.label43.Text = "w";
- //
- // label44
- //
- this.label44.AutoSize = true;
- this.label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label44.ForeColor = System.Drawing.Color.Gold;
- this.label44.Location = new System.Drawing.Point(155, 359);
- this.label44.Name = "label44";
- this.label44.Size = new System.Drawing.Size(14, 13);
- this.label44.TabIndex = 75;
- this.label44.Text = "v";
- //
- // label45
- //
- this.label45.AutoSize = true;
- this.label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label45.ForeColor = System.Drawing.Color.Gold;
- this.label45.Location = new System.Drawing.Point(87, 359);
- this.label45.Name = "label45";
- this.label45.Size = new System.Drawing.Size(14, 13);
- this.label45.TabIndex = 74;
- this.label45.Text = "u";
- //
- // MULTIPLY
- //
- this.MULTIPLY.BackColor = System.Drawing.Color.CornflowerBlue;
- this.MULTIPLY.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.MULTIPLY.ForeColor = System.Drawing.Color.FloralWhite;
- this.MULTIPLY.Location = new System.Drawing.Point(294, 375);
- this.MULTIPLY.Name = "MULTIPLY";
- this.MULTIPLY.Size = new System.Drawing.Size(54, 23);
- this.MULTIPLY.TabIndex = 73;
- this.MULTIPLY.Text = "×";
- this.MULTIPLY.UseVisualStyleBackColor = false;
- this.MULTIPLY.Click += new System.EventHandler(this.MULTIPLY_Click);
- //
- // NINE
- //
- this.NINE.BackColor = System.Drawing.Color.Gray;
- this.NINE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.NINE.ForeColor = System.Drawing.Color.FloralWhite;
- this.NINE.Location = new System.Drawing.Point(224, 375);
- this.NINE.Name = "NINE";
- this.NINE.Size = new System.Drawing.Size(54, 23);
- this.NINE.TabIndex = 72;
- this.NINE.Text = "9";
- this.NINE.UseVisualStyleBackColor = false;
- this.NINE.Click += new System.EventHandler(this.NINE_Click);
- //
- // EIGHT
- //
- this.EIGHT.BackColor = System.Drawing.Color.Gray;
- this.EIGHT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.EIGHT.ForeColor = System.Drawing.Color.FloralWhite;
- this.EIGHT.Location = new System.Drawing.Point(155, 375);
- this.EIGHT.Name = "EIGHT";
- this.EIGHT.Size = new System.Drawing.Size(54, 23);
- this.EIGHT.TabIndex = 71;
- this.EIGHT.Text = "8";
- this.EIGHT.UseVisualStyleBackColor = false;
- this.EIGHT.Click += new System.EventHandler(this.EIGHT_Click);
- //
- // SEVEN
- //
- this.SEVEN.BackColor = System.Drawing.Color.Gray;
- this.SEVEN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.SEVEN.ForeColor = System.Drawing.Color.FloralWhite;
- this.SEVEN.Location = new System.Drawing.Point(87, 375);
- this.SEVEN.Name = "SEVEN";
- this.SEVEN.Size = new System.Drawing.Size(54, 23);
- this.SEVEN.TabIndex = 70;
- this.SEVEN.Text = "7";
- this.SEVEN.UseVisualStyleBackColor = false;
- this.SEVEN.Click += new System.EventHandler(this.SEVEN_Click);
- //
- // LOG
- //
- this.LOG.BackColor = System.Drawing.Color.Black;
- this.LOG.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.LOG.ForeColor = System.Drawing.Color.FloralWhite;
- this.LOG.Location = new System.Drawing.Point(15, 375);
- this.LOG.Name = "LOG";
- this.LOG.Size = new System.Drawing.Size(54, 23);
- this.LOG.TabIndex = 69;
- this.LOG.Text = "LOG";
- this.LOG.UseVisualStyleBackColor = false;
- this.LOG.Click += new System.EventHandler(this.LOG_Click);
- //
- // label46
- //
- this.label46.AutoSize = true;
- this.label46.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label46.ForeColor = System.Drawing.Color.Gold;
- this.label46.Location = new System.Drawing.Point(15, 359);
- this.label46.Name = "label46";
- this.label46.Size = new System.Drawing.Size(21, 13);
- this.label46.TabIndex = 68;
- this.label46.Text = "10";
- //
- // label47
- //
- this.label47.AutoSize = true;
- this.label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label47.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label47.Location = new System.Drawing.Point(57, 359);
- this.label47.Name = "label47";
- this.label47.Size = new System.Drawing.Size(16, 13);
- this.label47.TabIndex = 67;
- this.label47.Text = "N";
- //
- // label48
- //
- this.label48.AutoSize = true;
- this.label48.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label48.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label48.Location = new System.Drawing.Point(332, 404);
- this.label48.Name = "label48";
- this.label48.Size = new System.Drawing.Size(19, 13);
- this.label48.TabIndex = 96;
- this.label48.Text = "W";
- //
- // label49
- //
- this.label49.AutoSize = true;
- this.label49.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label49.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label49.Location = new System.Drawing.Point(266, 404);
- this.label49.Name = "label49";
- this.label49.Size = new System.Drawing.Size(15, 13);
- this.label49.TabIndex = 95;
- this.label49.Text = "V";
- //
- // label50
- //
- this.label50.AutoSize = true;
- this.label50.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label50.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label50.Location = new System.Drawing.Point(198, 404);
- this.label50.Name = "label50";
- this.label50.Size = new System.Drawing.Size(16, 13);
- this.label50.TabIndex = 94;
- this.label50.Text = "U";
- //
- // label51
- //
- this.label51.AutoSize = true;
- this.label51.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label51.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label51.Location = new System.Drawing.Point(133, 404);
- this.label51.Name = "label51";
- this.label51.Size = new System.Drawing.Size(15, 13);
- this.label51.TabIndex = 93;
- this.label51.Text = "T";
- //
- // label52
- //
- this.label52.AutoSize = true;
- this.label52.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label52.ForeColor = System.Drawing.Color.Gold;
- this.label52.Location = new System.Drawing.Point(294, 404);
- this.label52.Name = "label52";
- this.label52.Size = new System.Drawing.Size(11, 13);
- this.label52.TabIndex = 92;
- this.label52.Text = "]";
- //
- // label53
- //
- this.label53.AutoSize = true;
- this.label53.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label53.ForeColor = System.Drawing.Color.Gold;
- this.label53.Location = new System.Drawing.Point(224, 404);
- this.label53.Name = "label53";
- this.label53.Size = new System.Drawing.Size(21, 13);
- this.label53.TabIndex = 91;
- this.label53.Text = "L6";
- //
- // label54
- //
- this.label54.AutoSize = true;
- this.label54.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label54.ForeColor = System.Drawing.Color.Gold;
- this.label54.Location = new System.Drawing.Point(155, 404);
- this.label54.Name = "label54";
- this.label54.Size = new System.Drawing.Size(21, 13);
- this.label54.TabIndex = 90;
- this.label54.Text = "L5";
- //
- // label55
- //
- this.label55.AutoSize = true;
- this.label55.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label55.ForeColor = System.Drawing.Color.Gold;
- this.label55.Location = new System.Drawing.Point(87, 404);
- this.label55.Name = "label55";
- this.label55.Size = new System.Drawing.Size(21, 13);
- this.label55.TabIndex = 89;
- this.label55.Text = "L4";
- //
- // MINUS
- //
- this.MINUS.BackColor = System.Drawing.Color.CornflowerBlue;
- this.MINUS.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.MINUS.ForeColor = System.Drawing.Color.FloralWhite;
- this.MINUS.Location = new System.Drawing.Point(294, 420);
- this.MINUS.Name = "MINUS";
- this.MINUS.Size = new System.Drawing.Size(54, 23);
- this.MINUS.TabIndex = 88;
- this.MINUS.Text = "–";
- this.MINUS.UseVisualStyleBackColor = false;
- this.MINUS.Click += new System.EventHandler(this.MINUS_Click);
- //
- // SIX
- //
- this.SIX.BackColor = System.Drawing.Color.Gray;
- this.SIX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.SIX.ForeColor = System.Drawing.Color.FloralWhite;
- this.SIX.Location = new System.Drawing.Point(224, 420);
- this.SIX.Name = "SIX";
- this.SIX.Size = new System.Drawing.Size(54, 23);
- this.SIX.TabIndex = 87;
- this.SIX.Text = "6";
- this.SIX.UseVisualStyleBackColor = false;
- this.SIX.Click += new System.EventHandler(this.SIX_Click);
- //
- // FIVE
- //
- this.FIVE.BackColor = System.Drawing.Color.Gray;
- this.FIVE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.FIVE.ForeColor = System.Drawing.Color.FloralWhite;
- this.FIVE.Location = new System.Drawing.Point(155, 420);
- this.FIVE.Name = "FIVE";
- this.FIVE.Size = new System.Drawing.Size(54, 23);
- this.FIVE.TabIndex = 86;
- this.FIVE.Text = "5";
- this.FIVE.UseVisualStyleBackColor = false;
- this.FIVE.Click += new System.EventHandler(this.FIVE_Click);
- //
- // FOUR
- //
- this.FOUR.BackColor = System.Drawing.Color.Gray;
- this.FOUR.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.FOUR.ForeColor = System.Drawing.Color.FloralWhite;
- this.FOUR.Location = new System.Drawing.Point(87, 420);
- this.FOUR.Name = "FOUR";
- this.FOUR.Size = new System.Drawing.Size(54, 23);
- this.FOUR.TabIndex = 85;
- this.FOUR.Text = "4";
- this.FOUR.UseVisualStyleBackColor = false;
- this.FOUR.Click += new System.EventHandler(this.FOUR_Click);
- //
- // LN
- //
- this.LN.BackColor = System.Drawing.Color.Black;
- this.LN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.LN.ForeColor = System.Drawing.Color.FloralWhite;
- this.LN.Location = new System.Drawing.Point(15, 420);
- this.LN.Name = "LN";
- this.LN.Size = new System.Drawing.Size(54, 23);
- this.LN.TabIndex = 84;
- this.LN.Text = "LN";
- this.LN.UseVisualStyleBackColor = false;
- this.LN.Click += new System.EventHandler(this.LN_Click);
- //
- // label56
- //
- this.label56.AutoSize = true;
- this.label56.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label56.ForeColor = System.Drawing.Color.Gold;
- this.label56.Location = new System.Drawing.Point(15, 404);
- this.label56.Name = "label56";
- this.label56.Size = new System.Drawing.Size(14, 13);
- this.label56.TabIndex = 83;
- this.label56.Text = "e";
- //
- // label57
- //
- this.label57.AutoSize = true;
- this.label57.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label57.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label57.Location = new System.Drawing.Point(57, 404);
- this.label57.Name = "label57";
- this.label57.Size = new System.Drawing.Size(15, 13);
- this.label57.TabIndex = 82;
- this.label57.Text = "S";
- //
- // label58
- //
- this.label58.AutoSize = true;
- this.label58.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label58.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label58.Location = new System.Drawing.Point(332, 453);
- this.label58.Name = "label58";
- this.label58.Size = new System.Drawing.Size(13, 13);
- this.label58.TabIndex = 111;
- this.label58.Text = "\'\'";
- //
- // label59
- //
- this.label59.AutoSize = true;
- this.label59.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label59.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label59.Location = new System.Drawing.Point(266, 451);
- this.label59.Name = "label59";
- this.label59.Size = new System.Drawing.Size(15, 15);
- this.label59.TabIndex = 110;
- this.label59.Text = "ø";
- //
- // label60
- //
- this.label60.AutoSize = true;
- this.label60.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label60.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label60.Location = new System.Drawing.Point(198, 453);
- this.label60.Name = "label60";
- this.label60.Size = new System.Drawing.Size(15, 13);
- this.label60.TabIndex = 109;
- this.label60.Text = "Z";
- //
- // label61
- //
- this.label61.AutoSize = true;
- this.label61.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label61.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label61.Location = new System.Drawing.Point(133, 453);
- this.label61.Name = "label61";
- this.label61.Size = new System.Drawing.Size(15, 13);
- this.label61.TabIndex = 108;
- this.label61.Text = "Y";
- //
- // label62
- //
- this.label62.AutoSize = true;
- this.label62.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label62.ForeColor = System.Drawing.Color.Gold;
- this.label62.Location = new System.Drawing.Point(294, 453);
- this.label62.Name = "label62";
- this.label62.Size = new System.Drawing.Size(35, 13);
- this.label62.TabIndex = 107;
- this.label62.Text = "MEM";
- //
- // label63
- //
- this.label63.AutoSize = true;
- this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label63.ForeColor = System.Drawing.Color.Gold;
- this.label63.Location = new System.Drawing.Point(224, 453);
- this.label63.Name = "label63";
- this.label63.Size = new System.Drawing.Size(21, 13);
- this.label63.TabIndex = 106;
- this.label63.Text = "L3";
- //
- // label64
- //
- this.label64.AutoSize = true;
- this.label64.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label64.ForeColor = System.Drawing.Color.Gold;
- this.label64.Location = new System.Drawing.Point(155, 453);
- this.label64.Name = "label64";
- this.label64.Size = new System.Drawing.Size(21, 13);
- this.label64.TabIndex = 105;
- this.label64.Text = "L2";
- //
- // label65
- //
- this.label65.AutoSize = true;
- this.label65.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label65.ForeColor = System.Drawing.Color.Gold;
- this.label65.Location = new System.Drawing.Point(87, 453);
- this.label65.Name = "label65";
- this.label65.Size = new System.Drawing.Size(21, 13);
- this.label65.TabIndex = 104;
- this.label65.Text = "L1";
- //
- // PLUS
- //
- this.PLUS.BackColor = System.Drawing.Color.CornflowerBlue;
- this.PLUS.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.PLUS.ForeColor = System.Drawing.Color.FloralWhite;
- this.PLUS.Location = new System.Drawing.Point(294, 469);
- this.PLUS.Name = "PLUS";
- this.PLUS.Size = new System.Drawing.Size(54, 23);
- this.PLUS.TabIndex = 103;
- this.PLUS.Text = "+";
- this.PLUS.UseVisualStyleBackColor = false;
- this.PLUS.Click += new System.EventHandler(this.PLUS_Click);
- //
- // THREE
- //
- this.THREE.BackColor = System.Drawing.Color.Gray;
- this.THREE.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.THREE.ForeColor = System.Drawing.Color.FloralWhite;
- this.THREE.Location = new System.Drawing.Point(224, 469);
- this.THREE.Name = "THREE";
- this.THREE.Size = new System.Drawing.Size(54, 23);
- this.THREE.TabIndex = 102;
- this.THREE.Text = "3";
- this.THREE.UseVisualStyleBackColor = false;
- this.THREE.Click += new System.EventHandler(this.THREE_Click);
- //
- // TWO
- //
- this.TWO.BackColor = System.Drawing.Color.Gray;
- this.TWO.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.TWO.ForeColor = System.Drawing.Color.FloralWhite;
- this.TWO.Location = new System.Drawing.Point(155, 469);
- this.TWO.Name = "TWO";
- this.TWO.Size = new System.Drawing.Size(54, 23);
- this.TWO.TabIndex = 101;
- this.TWO.Text = "2";
- this.TWO.UseVisualStyleBackColor = false;
- this.TWO.Click += new System.EventHandler(this.button39_Click);
- //
- // ONE
- //
- this.ONE.BackColor = System.Drawing.Color.Gray;
- 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.FloralWhite;
- this.ONE.Location = new System.Drawing.Point(87, 469);
- this.ONE.Name = "ONE";
- this.ONE.Size = new System.Drawing.Size(54, 23);
- this.ONE.TabIndex = 100;
- this.ONE.Text = "1";
- this.ONE.UseVisualStyleBackColor = false;
- this.ONE.Click += new System.EventHandler(this.ONE_Click);
- //
- // STO
- //
- this.STO.BackColor = System.Drawing.Color.Black;
- this.STO.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.STO.ForeColor = System.Drawing.Color.FloralWhite;
- this.STO.Location = new System.Drawing.Point(15, 469);
- this.STO.Name = "STO";
- this.STO.Size = new System.Drawing.Size(54, 23);
- this.STO.TabIndex = 99;
- this.STO.Text = "STO->";
- this.STO.UseVisualStyleBackColor = false;
- this.STO.Click += new System.EventHandler(this.STO_Click);
- //
- // label66
- //
- this.label66.AutoSize = true;
- this.label66.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label66.ForeColor = System.Drawing.Color.Gold;
- this.label66.Location = new System.Drawing.Point(15, 453);
- this.label66.Name = "label66";
- this.label66.Size = new System.Drawing.Size(31, 13);
- this.label66.TabIndex = 98;
- this.label66.Text = "RCL";
- //
- // label67
- //
- this.label67.AutoSize = true;
- this.label67.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label67.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label67.Location = new System.Drawing.Point(57, 453);
- this.label67.Name = "label67";
- this.label67.Size = new System.Drawing.Size(15, 13);
- this.label67.TabIndex = 97;
- this.label67.Text = "X";
- //
- // label68
- //
- this.label68.AutoSize = true;
- this.label68.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label68.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label68.Location = new System.Drawing.Point(321, 501);
- this.label68.Name = "label68";
- this.label68.Size = new System.Drawing.Size(39, 13);
- this.label68.TabIndex = 125;
- this.label68.Text = "Solve";
- //
- // label69
- //
- this.label69.AutoSize = true;
- this.label69.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label69.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label69.Location = new System.Drawing.Point(266, 501);
- this.label69.Name = "label69";
- this.label69.Size = new System.Drawing.Size(14, 13);
- this.label69.TabIndex = 124;
- this.label69.Text = "?";
- //
- // label70
- //
- this.label70.AutoSize = true;
- this.label70.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label70.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label70.Location = new System.Drawing.Point(198, 501);
- this.label70.Name = "label70";
- this.label70.Size = new System.Drawing.Size(11, 13);
- this.label70.TabIndex = 123;
- this.label70.Text = ":";
- //
- // label71
- //
- this.label71.AutoSize = true;
- this.label71.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label71.ForeColor = System.Drawing.Color.LightSeaGreen;
- this.label71.Location = new System.Drawing.Point(133, 501);
- this.label71.Name = "label71";
- this.label71.Size = new System.Drawing.Size(14, 13);
- this.label71.TabIndex = 122;
- this.label71.Text = "_";
- //
- // label72
- //
- this.label72.AutoSize = true;
- this.label72.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label72.ForeColor = System.Drawing.Color.Gold;
- this.label72.Location = new System.Drawing.Point(285, 501);
- this.label72.Name = "label72";
- this.label72.Size = new System.Drawing.Size(36, 13);
- this.label72.TabIndex = 121;
- this.label72.Text = "Entry";
- //
- // label73
- //
- this.label73.AutoSize = true;
- this.label73.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label73.ForeColor = System.Drawing.Color.Gold;
- this.label73.Location = new System.Drawing.Point(224, 501);
- this.label73.Name = "label73";
- this.label73.Size = new System.Drawing.Size(32, 13);
- this.label73.TabIndex = 120;
- this.label73.Text = "ANS";
- //
- // label74
- //
- this.label74.AutoSize = true;
- this.label74.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label74.ForeColor = System.Drawing.Color.Gold;
- this.label74.Location = new System.Drawing.Point(155, 501);
- this.label74.Name = "label74";
- this.label74.Size = new System.Drawing.Size(10, 13);
- this.label74.TabIndex = 119;
- this.label74.Text = "i";
- //
- // label75
- //
- this.label75.AutoSize = true;
- this.label75.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label75.ForeColor = System.Drawing.Color.Gold;
- this.label75.Location = new System.Drawing.Point(78, 501);
- this.label75.Name = "label75";
- this.label75.Size = new System.Drawing.Size(50, 13);
- this.label75.TabIndex = 118;
- this.label75.Text = "Catalog";
- //
- // ENTER
- //
- this.ENTER.BackColor = System.Drawing.Color.CornflowerBlue;
- this.ENTER.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ENTER.ForeColor = System.Drawing.Color.FloralWhite;
- this.ENTER.Location = new System.Drawing.Point(294, 517);
- this.ENTER.Name = "ENTER";
- this.ENTER.Size = new System.Drawing.Size(54, 23);
- this.ENTER.TabIndex = 117;
- this.ENTER.Text = "Enter";
- this.ENTER.UseVisualStyleBackColor = false;
- this.ENTER.Click += new System.EventHandler(this.button42_Click);
- //
- // DASH
- //
- this.DASH.BackColor = System.Drawing.Color.Gray;
- this.DASH.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.DASH.ForeColor = System.Drawing.Color.FloralWhite;
- this.DASH.Location = new System.Drawing.Point(224, 517);
- this.DASH.Name = "DASH";
- this.DASH.Size = new System.Drawing.Size(54, 23);
- this.DASH.TabIndex = 116;
- this.DASH.Text = "(-)";
- this.DASH.UseVisualStyleBackColor = false;
- this.DASH.Click += new System.EventHandler(this.button43_Click);
- //
- // PERIOD
- //
- this.PERIOD.BackColor = System.Drawing.Color.Gray;
- this.PERIOD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.PERIOD.ForeColor = System.Drawing.Color.FloralWhite;
- this.PERIOD.Location = new System.Drawing.Point(155, 517);
- this.PERIOD.Name = "PERIOD";
- this.PERIOD.Size = new System.Drawing.Size(54, 23);
- this.PERIOD.TabIndex = 115;
- this.PERIOD.Text = "●";
- this.PERIOD.UseVisualStyleBackColor = false;
- this.PERIOD.Click += new System.EventHandler(this.PERIOD_Click);
- //
- // ZERO
- //
- this.ZERO.BackColor = System.Drawing.Color.Gray;
- this.ZERO.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ZERO.ForeColor = System.Drawing.Color.FloralWhite;
- this.ZERO.Location = new System.Drawing.Point(87, 517);
- this.ZERO.Name = "ZERO";
- this.ZERO.Size = new System.Drawing.Size(54, 23);
- this.ZERO.TabIndex = 114;
- this.ZERO.Text = "0";
- this.ZERO.UseVisualStyleBackColor = false;
- this.ZERO.Click += new System.EventHandler(this.ZERO_Click);
- //
- // ON
- //
- this.ON.BackColor = System.Drawing.Color.Black;
- this.ON.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ON.ForeColor = System.Drawing.Color.FloralWhite;
- this.ON.Location = new System.Drawing.Point(15, 517);
- this.ON.Name = "ON";
- this.ON.Size = new System.Drawing.Size(54, 23);
- this.ON.TabIndex = 113;
- this.ON.Text = "ON";
- this.ON.UseVisualStyleBackColor = false;
- this.ON.Click += new System.EventHandler(this.ON_Click);
- //
- // label76
- //
- this.label76.AutoSize = true;
- this.label76.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label76.ForeColor = System.Drawing.Color.Gold;
- this.label76.Location = new System.Drawing.Point(15, 501);
- this.label76.Name = "label76";
- this.label76.Size = new System.Drawing.Size(30, 13);
- this.label76.TabIndex = 112;
- this.label76.Text = "OFF";
- //
- // LEFT
- //
- this.LEFT.BackColor = System.Drawing.Color.CornflowerBlue;
- this.LEFT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.LEFT.ForeColor = System.Drawing.Color.White;
- this.LEFT.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriLeft;
- this.LEFT.Location = new System.Drawing.Point(224, 130);
- this.LEFT.Name = "LEFT";
- this.LEFT.Size = new System.Drawing.Size(27, 53);
- this.LEFT.TabIndex = 9;
- this.LEFT.UseVisualStyleBackColor = false;
- this.LEFT.Click += new System.EventHandler(this.button47_Click);
- //
- // RIGHT
- //
- this.RIGHT.BackColor = System.Drawing.Color.CornflowerBlue;
- this.RIGHT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.RIGHT.ForeColor = System.Drawing.Color.White;
- this.RIGHT.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriRight;
- this.RIGHT.Location = new System.Drawing.Point(307, 130);
- this.RIGHT.Name = "RIGHT";
- this.RIGHT.Size = new System.Drawing.Size(27, 53);
- this.RIGHT.TabIndex = 11;
- this.RIGHT.Text = ">";
- this.RIGHT.UseVisualStyleBackColor = false;
- this.RIGHT.Click += new System.EventHandler(this.button48_Click);
- //
- // DOWN
- //
- this.DOWN.BackColor = System.Drawing.Color.CornflowerBlue;
- this.DOWN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.DOWN.ForeColor = System.Drawing.Color.White;
- this.DOWN.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriDown;
- this.DOWN.Location = new System.Drawing.Point(250, 182);
- this.DOWN.Name = "DOWN";
- this.DOWN.Size = new System.Drawing.Size(58, 21);
- this.DOWN.TabIndex = 12;
- this.DOWN.Text = "v";
- this.DOWN.UseVisualStyleBackColor = false;
- this.DOWN.Click += new System.EventHandler(this.button49_Click);
- //
- // UP
- //
- this.UP.BackColor = System.Drawing.Color.CornflowerBlue;
- this.UP.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.UP.ForeColor = System.Drawing.Color.White;
- this.UP.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriUp;
- this.UP.Location = new System.Drawing.Point(250, 109);
- this.UP.Name = "UP";
- this.UP.Size = new System.Drawing.Size(58, 21);
- this.UP.TabIndex = 10;
- this.UP.UseVisualStyleBackColor = false;
- this.UP.Click += new System.EventHandler(this.button50_Click);
- //
- // label77
- //
- this.label77.AutoSize = true;
- this.label77.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label77.ForeColor = System.Drawing.Color.Gold;
- this.label77.Location = new System.Drawing.Point(29, 401);
- this.label77.Name = "label77";
- this.label77.Size = new System.Drawing.Size(13, 13);
- this.label77.TabIndex = 126;
- this.label77.Text = "x";
- //
- // label78
- //
- this.label78.AutoSize = true;
- this.label78.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label78.ForeColor = System.Drawing.Color.Gold;
- this.label78.Location = new System.Drawing.Point(35, 352);
- this.label78.Name = "label78";
- this.label78.Size = new System.Drawing.Size(13, 13);
- this.label78.TabIndex = 127;
- this.label78.Text = "x";
- //
- // label79
- //
- this.label79.AutoSize = true;
- this.label79.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label79.ForeColor = System.Drawing.Color.Gold;
- this.label79.Location = new System.Drawing.Point(113, 254);
- this.label79.Name = "label79";
- this.label79.Size = new System.Drawing.Size(16, 13);
- this.label79.TabIndex = 128;
- this.label79.Text = "-1";
- //
- // label80
- //
- this.label80.AutoSize = true;
- this.label80.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label80.ForeColor = System.Drawing.Color.Gold;
- this.label80.Location = new System.Drawing.Point(185, 254);
- this.label80.Name = "label80";
- this.label80.Size = new System.Drawing.Size(16, 13);
- this.label80.TabIndex = 129;
- this.label80.Text = "-1";
- //
- // label81
- //
- this.label81.AutoSize = true;
- this.label81.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label81.ForeColor = System.Drawing.Color.Gold;
- this.label81.Location = new System.Drawing.Point(252, 254);
- this.label81.Name = "label81";
- this.label81.Size = new System.Drawing.Size(16, 13);
- this.label81.TabIndex = 130;
- this.label81.Text = "-1";
- //
- // TI83KeyPad
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.ClientSize = new System.Drawing.Size(355, 543);
- this.Controls.Add(this.label81);
- this.Controls.Add(this.label80);
- this.Controls.Add(this.label79);
- this.Controls.Add(this.label78);
- this.Controls.Add(this.label77);
- this.Controls.Add(this.UP);
- this.Controls.Add(this.DOWN);
- this.Controls.Add(this.RIGHT);
- this.Controls.Add(this.LEFT);
- this.Controls.Add(this.label68);
- this.Controls.Add(this.label69);
- this.Controls.Add(this.label70);
- this.Controls.Add(this.label71);
- this.Controls.Add(this.label72);
- this.Controls.Add(this.label73);
- this.Controls.Add(this.label74);
- this.Controls.Add(this.label75);
- this.Controls.Add(this.ENTER);
- this.Controls.Add(this.DASH);
- this.Controls.Add(this.PERIOD);
- this.Controls.Add(this.ZERO);
- this.Controls.Add(this.ON);
- this.Controls.Add(this.label76);
- this.Controls.Add(this.label58);
- this.Controls.Add(this.label59);
- this.Controls.Add(this.label60);
- this.Controls.Add(this.label61);
- this.Controls.Add(this.label62);
- this.Controls.Add(this.label63);
- this.Controls.Add(this.label64);
- this.Controls.Add(this.label65);
- this.Controls.Add(this.PLUS);
- this.Controls.Add(this.THREE);
- this.Controls.Add(this.TWO);
- this.Controls.Add(this.ONE);
- this.Controls.Add(this.STO);
- this.Controls.Add(this.label66);
- this.Controls.Add(this.label67);
- this.Controls.Add(this.label48);
- this.Controls.Add(this.label49);
- this.Controls.Add(this.label50);
- this.Controls.Add(this.label51);
- this.Controls.Add(this.label52);
- this.Controls.Add(this.label53);
- this.Controls.Add(this.label54);
- this.Controls.Add(this.label55);
- this.Controls.Add(this.MINUS);
- this.Controls.Add(this.SIX);
- this.Controls.Add(this.FIVE);
- this.Controls.Add(this.FOUR);
- this.Controls.Add(this.LN);
- this.Controls.Add(this.label56);
- this.Controls.Add(this.label57);
- this.Controls.Add(this.label38);
- this.Controls.Add(this.label39);
- this.Controls.Add(this.label40);
- this.Controls.Add(this.label41);
- this.Controls.Add(this.label42);
- this.Controls.Add(this.label43);
- this.Controls.Add(this.label44);
- this.Controls.Add(this.label45);
- this.Controls.Add(this.MULTIPLY);
- this.Controls.Add(this.NINE);
- this.Controls.Add(this.EIGHT);
- this.Controls.Add(this.SEVEN);
- this.Controls.Add(this.LOG);
- this.Controls.Add(this.label46);
- this.Controls.Add(this.label47);
- this.Controls.Add(this.label28);
- this.Controls.Add(this.label29);
- this.Controls.Add(this.label30);
- this.Controls.Add(this.label31);
- this.Controls.Add(this.label32);
- this.Controls.Add(this.label33);
- this.Controls.Add(this.label34);
- this.Controls.Add(this.label35);
- this.Controls.Add(this.DIVIDE);
- this.Controls.Add(this.PARACLOSE);
- this.Controls.Add(this.PARAOPEN);
- this.Controls.Add(this.COMMA);
- this.Controls.Add(this.SQUARED);
- this.Controls.Add(this.label36);
- this.Controls.Add(this.label37);
- this.Controls.Add(this.label27);
- this.Controls.Add(this.label26);
- this.Controls.Add(this.label25);
- this.Controls.Add(this.label24);
- this.Controls.Add(this.label23);
- this.Controls.Add(this.label22);
- this.Controls.Add(this.label21);
- this.Controls.Add(this.label20);
- this.Controls.Add(this.EXP);
- this.Controls.Add(this.TAN);
- this.Controls.Add(this.COS);
- this.Controls.Add(this.SIN);
- this.Controls.Add(this.NEG1);
- this.Controls.Add(this.label19);
- this.Controls.Add(this.label18);
- this.Controls.Add(this.label17);
- this.Controls.Add(this.label16);
- this.Controls.Add(this.label15);
- this.Controls.Add(this.label14);
- this.Controls.Add(this.label13);
- this.Controls.Add(this.label12);
- this.Controls.Add(this.CLEAR);
- this.Controls.Add(this.VARS);
- this.Controls.Add(this.PRGM);
- this.Controls.Add(this.MATRIX);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.MATH);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.ALPHA);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.STAT);
- this.Controls.Add(this.XT);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.DEL);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.MODE);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.GRAPH);
- this.Controls.Add(this.TRACE);
- this.Controls.Add(this.ZOOM);
- this.Controls.Add(this.WINDOW);
- this.Controls.Add(this.SECOND);
- this.Controls.Add(this.YEQUAL);
- this.Controls.Add(this.menuStrip1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MainMenuStrip = this.menuStrip1;
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(371, 581);
- this.MinimumSize = new System.Drawing.Size(371, 581);
- this.Name = "TI83KeyPad";
- this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "TI-83 Virtual KeyPad";
- this.Load += new System.EventHandler(this.TI83KeyPad_Load);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
+ this.KeyPadSubMenu,
+ this.OptionsSubMenu});
+ this.menuStrip1.Location = new System.Drawing.Point(0, 0);
+ this.menuStrip1.Name = "menuStrip1";
+ this.menuStrip1.Size = new System.Drawing.Size(355, 24);
+ this.menuStrip1.TabIndex = 0;
+ this.menuStrip1.Text = "menuStrip1";
+ //
+ // toolStripMenuItem1
+ //
+ this.toolStripMenuItem1.Name = "toolStripMenuItem1";
+ this.toolStripMenuItem1.Size = new System.Drawing.Size(12, 20);
+ //
+ // KeyPadSubMenu
+ //
+ this.KeyPadSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.ExitMenuItem});
+ this.KeyPadSubMenu.Name = "KeyPadSubMenu";
+ this.KeyPadSubMenu.Size = new System.Drawing.Size(61, 20);
+ this.KeyPadSubMenu.Text = "Key Pad";
+ //
+ // ExitMenuItem
+ //
+ this.ExitMenuItem.Name = "ExitMenuItem";
+ this.ExitMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
+ this.ExitMenuItem.Size = new System.Drawing.Size(134, 22);
+ this.ExitMenuItem.Text = "E&xit";
+ this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
+ //
+ // OptionsSubMenu
+ //
+ this.OptionsSubMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.ShowHotkeysMenuItem,
+ this.toolStripSeparator1,
+ this.SaveWindowPositionMenuItem,
+ this.AlwaysOnTopMenuItem,
+ this.FloatingWindowMenuItem});
+ this.OptionsSubMenu.Name = "OptionsSubMenu";
+ this.OptionsSubMenu.Size = new System.Drawing.Size(61, 20);
+ this.OptionsSubMenu.Text = "&Options";
+ this.OptionsSubMenu.DropDownOpened += new System.EventHandler(this.OptionsSubMenu_DropDownOpened);
+ //
+ // ShowHotkeysMenuItem
+ //
+ this.ShowHotkeysMenuItem.Checked = true;
+ this.ShowHotkeysMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.ShowHotkeysMenuItem.Name = "ShowHotkeysMenuItem";
+ this.ShowHotkeysMenuItem.Size = new System.Drawing.Size(191, 22);
+ this.ShowHotkeysMenuItem.Text = "Show Hotkeys";
+ this.ShowHotkeysMenuItem.Click += new System.EventHandler(this.ShowHotkeysMenuItem_Click);
+ //
+ // toolStripSeparator1
+ //
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
+ this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6);
+ //
+ // SaveWindowPositionMenuItem
+ //
+ this.SaveWindowPositionMenuItem.Name = "SaveWindowPositionMenuItem";
+ this.SaveWindowPositionMenuItem.Size = new System.Drawing.Size(191, 22);
+ this.SaveWindowPositionMenuItem.Text = "Save Window Position";
+ this.SaveWindowPositionMenuItem.Click += new System.EventHandler(this.SaveWindowPositionMenuItem_Click);
+ //
+ // AlwaysOnTopMenuItem
+ //
+ this.AlwaysOnTopMenuItem.Name = "AlwaysOnTopMenuItem";
+ this.AlwaysOnTopMenuItem.Size = new System.Drawing.Size(191, 22);
+ this.AlwaysOnTopMenuItem.Text = "Always On Top";
+ this.AlwaysOnTopMenuItem.Click += new System.EventHandler(this.AlwaysOnTopMenuItem_Click);
+ //
+ // FloatingWindowMenuItem
+ //
+ this.FloatingWindowMenuItem.Name = "FloatingWindowMenuItem";
+ this.FloatingWindowMenuItem.Size = new System.Drawing.Size(191, 22);
+ this.FloatingWindowMenuItem.Text = "Floating Window";
+ this.FloatingWindowMenuItem.Click += new System.EventHandler(this.FloatingWindowMenuItem_Click);
+ //
+ // YEQUAL
+ //
+ this.YButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.YButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.YButton.ForeColor = System.Drawing.Color.White;
+ this.YButton.Location = new System.Drawing.Point(15, 58);
+ this.YButton.Name = "YButton";
+ this.YButton.Size = new System.Drawing.Size(54, 20);
+ this.YButton.TabIndex = 1;
+ this.YButton.Text = "Y=";
+ this.YButton.UseVisualStyleBackColor = false;
+ this.YButton.Click += new System.EventHandler(this.YButton_Click);
+ //
+ // SECOND
+ //
+ this.SecondButton.BackColor = System.Drawing.Color.Gold;
+ this.SecondButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.SecondButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.SecondButton.Location = new System.Drawing.Point(15, 130);
+ this.SecondButton.Name = "SecondButton";
+ this.SecondButton.Size = new System.Drawing.Size(54, 23);
+ this.SecondButton.TabIndex = 6;
+ this.SecondButton.Text = "2nd";
+ this.SecondButton.UseVisualStyleBackColor = false;
+ this.SecondButton.Click += new System.EventHandler(this.SecondButton_Click);
+ //
+ // WINDOW
+ //
+ this.WindowButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.WindowButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.WindowButton.ForeColor = System.Drawing.Color.White;
+ this.WindowButton.Location = new System.Drawing.Point(87, 58);
+ this.WindowButton.Name = "WindowButton";
+ this.WindowButton.Size = new System.Drawing.Size(60, 20);
+ this.WindowButton.TabIndex = 2;
+ this.WindowButton.Text = "Window";
+ this.WindowButton.UseVisualStyleBackColor = false;
+ this.WindowButton.Click += new System.EventHandler(this.WindowButton_Click);
+ //
+ // ZOOM
+ //
+ this.ZoomButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.ZoomButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ZoomButton.ForeColor = System.Drawing.Color.White;
+ this.ZoomButton.Location = new System.Drawing.Point(155, 58);
+ this.ZoomButton.Name = "ZoomButton";
+ this.ZoomButton.Size = new System.Drawing.Size(54, 20);
+ this.ZoomButton.TabIndex = 3;
+ this.ZoomButton.Text = "Zoom";
+ this.ZoomButton.UseVisualStyleBackColor = false;
+ this.ZoomButton.Click += new System.EventHandler(this.ZoomButton_Click);
+ //
+ // TRACE
+ //
+ this.TraceButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.TraceButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.TraceButton.ForeColor = System.Drawing.Color.White;
+ this.TraceButton.Location = new System.Drawing.Point(224, 58);
+ this.TraceButton.Name = "TraceButton";
+ this.TraceButton.Size = new System.Drawing.Size(54, 20);
+ this.TraceButton.TabIndex = 4;
+ this.TraceButton.Text = "Trace";
+ this.TraceButton.UseVisualStyleBackColor = false;
+ this.TraceButton.Click += new System.EventHandler(this.TraceButton_Click);
+ //
+ // GRAPH
+ //
+ this.GraphButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.GraphButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.GraphButton.ForeColor = System.Drawing.Color.White;
+ this.GraphButton.Location = new System.Drawing.Point(294, 58);
+ this.GraphButton.Name = "GraphButton";
+ this.GraphButton.Size = new System.Drawing.Size(54, 20);
+ this.GraphButton.TabIndex = 5;
+ this.GraphButton.Text = "Graph";
+ this.GraphButton.UseVisualStyleBackColor = false;
+ this.GraphButton.Click += new System.EventHandler(this.GraphButton_Click);
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label1.ForeColor = System.Drawing.Color.Gold;
+ this.label1.Location = new System.Drawing.Point(8, 42);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(75, 13);
+ this.label1.TabIndex = 10;
+ this.label1.Text = "STAT PLOT";
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label2.ForeColor = System.Drawing.Color.Gold;
+ this.label2.Location = new System.Drawing.Point(85, 42);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(54, 13);
+ this.label2.TabIndex = 11;
+ this.label2.Text = "TBLSET";
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label3.ForeColor = System.Drawing.Color.Gold;
+ this.label3.Location = new System.Drawing.Point(155, 42);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(58, 13);
+ this.label3.TabIndex = 12;
+ this.label3.Text = "FORMAT";
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label4.ForeColor = System.Drawing.Color.Gold;
+ this.label4.Location = new System.Drawing.Point(231, 42);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(38, 13);
+ this.label4.TabIndex = 13;
+ this.label4.Text = "CALC";
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label5.ForeColor = System.Drawing.Color.Gold;
+ this.label5.Location = new System.Drawing.Point(294, 42);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(46, 13);
+ this.label5.TabIndex = 14;
+ this.label5.Text = "TABLE";
+ //
+ // MODE
+ //
+ this.ModeButton.BackColor = System.Drawing.Color.Black;
+ this.ModeButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ModeButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.ModeButton.Location = new System.Drawing.Point(87, 130);
+ this.ModeButton.Name = "ModeButton";
+ this.ModeButton.Size = new System.Drawing.Size(54, 23);
+ this.ModeButton.TabIndex = 7;
+ this.ModeButton.Text = "MODE";
+ this.ModeButton.UseVisualStyleBackColor = false;
+ this.ModeButton.Click += new System.EventHandler(this.ModeButton_Click);
+ //
+ // label6
+ //
+ this.label6.AutoSize = true;
+ this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label6.ForeColor = System.Drawing.Color.Gold;
+ this.label6.Location = new System.Drawing.Point(87, 114);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(37, 13);
+ this.label6.TabIndex = 16;
+ this.label6.Text = "QUIT";
+ //
+ // label7
+ //
+ this.label7.AutoSize = true;
+ this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label7.ForeColor = System.Drawing.Color.Gold;
+ this.label7.Location = new System.Drawing.Point(155, 114);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(28, 13);
+ this.label7.TabIndex = 18;
+ this.label7.Text = "INS";
+ //
+ // DEL
+ //
+ this.DelButton.BackColor = System.Drawing.Color.Black;
+ this.DelButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.DelButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.DelButton.Location = new System.Drawing.Point(155, 130);
+ this.DelButton.Name = "DelButton";
+ this.DelButton.Size = new System.Drawing.Size(54, 23);
+ this.DelButton.TabIndex = 8;
+ this.DelButton.Text = "DEL";
+ this.DelButton.UseVisualStyleBackColor = false;
+ this.DelButton.Click += new System.EventHandler(this.DelButton_Click);
+ //
+ // XT
+ //
+ this.XButton.BackColor = System.Drawing.Color.Black;
+ this.XButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.XButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.XButton.Location = new System.Drawing.Point(87, 178);
+ this.XButton.Name = "XButton";
+ this.XButton.Size = new System.Drawing.Size(57, 23);
+ this.XButton.TabIndex = 14;
+ this.XButton.Text = "X,T,ø,n";
+ this.XButton.UseVisualStyleBackColor = false;
+ this.XButton.Click += new System.EventHandler(this.XButton_Click);
+ //
+ // STAT
+ //
+ this.StatButton.BackColor = System.Drawing.Color.Black;
+ this.StatButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.StatButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.StatButton.Location = new System.Drawing.Point(155, 178);
+ this.StatButton.Name = "StatButton";
+ this.StatButton.Size = new System.Drawing.Size(54, 23);
+ this.StatButton.TabIndex = 15;
+ this.StatButton.Text = "STAT";
+ this.StatButton.UseVisualStyleBackColor = false;
+ this.StatButton.Click += new System.EventHandler(this.StatButton_Click);
+ //
+ // label8
+ //
+ this.label8.AutoSize = true;
+ this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label8.ForeColor = System.Drawing.Color.Gold;
+ this.label8.Location = new System.Drawing.Point(87, 162);
+ this.label8.Name = "label8";
+ this.label8.Size = new System.Drawing.Size(35, 13);
+ this.label8.TabIndex = 21;
+ this.label8.Text = "LINK";
+ //
+ // label9
+ //
+ this.label9.AutoSize = true;
+ this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label9.ForeColor = System.Drawing.Color.Gold;
+ this.label9.Location = new System.Drawing.Point(155, 162);
+ this.label9.Name = "label9";
+ this.label9.Size = new System.Drawing.Size(34, 13);
+ this.label9.TabIndex = 22;
+ this.label9.Text = "LIST";
+ //
+ // ALPHA
+ //
+ this.AlphaButton.BackColor = System.Drawing.Color.LightSeaGreen;
+ this.AlphaButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.AlphaButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.AlphaButton.Location = new System.Drawing.Point(15, 178);
+ this.AlphaButton.Name = "AlphaButton";
+ this.AlphaButton.Size = new System.Drawing.Size(54, 23);
+ this.AlphaButton.TabIndex = 13;
+ this.AlphaButton.Text = "Alpha";
+ this.AlphaButton.UseVisualStyleBackColor = false;
+ this.AlphaButton.Click += new System.EventHandler(this.AlphaButton_Click);
+ //
+ // label10
+ //
+ this.label10.AutoSize = true;
+ this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label10.ForeColor = System.Drawing.Color.Gold;
+ this.label10.Location = new System.Drawing.Point(15, 162);
+ this.label10.Name = "label10";
+ this.label10.Size = new System.Drawing.Size(51, 13);
+ this.label10.TabIndex = 24;
+ this.label10.Text = "A-LOCK";
+ //
+ // MATH
+ //
+ this.MathButton.BackColor = System.Drawing.Color.Black;
+ this.MathButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.MathButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.MathButton.Location = new System.Drawing.Point(15, 225);
+ this.MathButton.Name = "MathButton";
+ this.MathButton.Size = new System.Drawing.Size(54, 23);
+ this.MathButton.TabIndex = 16;
+ this.MathButton.Text = "MATH";
+ this.MathButton.UseVisualStyleBackColor = false;
+ this.MathButton.Click += new System.EventHandler(this.MathButton_Click);
+ //
+ // label11
+ //
+ this.label11.AutoSize = true;
+ this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label11.ForeColor = System.Drawing.Color.Gold;
+ this.label11.Location = new System.Drawing.Point(15, 209);
+ this.label11.Name = "label11";
+ this.label11.Size = new System.Drawing.Size(39, 13);
+ this.label11.TabIndex = 26;
+ this.label11.Text = "TEST";
+ //
+ // MATRIX
+ //
+ this.MatrixButton.BackColor = System.Drawing.Color.Black;
+ this.MatrixButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.MatrixButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.MatrixButton.Location = new System.Drawing.Point(87, 225);
+ this.MatrixButton.Name = "MatrixButton";
+ this.MatrixButton.Size = new System.Drawing.Size(54, 23);
+ this.MatrixButton.TabIndex = 17;
+ this.MatrixButton.Text = "Matrix";
+ this.MatrixButton.UseVisualStyleBackColor = false;
+ this.MatrixButton.Click += new System.EventHandler(this.MaxtrixButton_Click);
+ //
+ // PRGM
+ //
+ this.PrgmButton.BackColor = System.Drawing.Color.Black;
+ this.PrgmButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.PrgmButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.PrgmButton.Location = new System.Drawing.Point(155, 225);
+ this.PrgmButton.Name = "PrgmButton";
+ this.PrgmButton.Size = new System.Drawing.Size(54, 23);
+ this.PrgmButton.TabIndex = 18;
+ this.PrgmButton.Text = "PRGM";
+ this.PrgmButton.UseVisualStyleBackColor = false;
+ this.PrgmButton.Click += new System.EventHandler(this.PrgmButton_Click);
+ //
+ // VARS
+ //
+ this.VarsButton.BackColor = System.Drawing.Color.Black;
+ this.VarsButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.VarsButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.VarsButton.Location = new System.Drawing.Point(224, 225);
+ this.VarsButton.Name = "VarsButton";
+ this.VarsButton.Size = new System.Drawing.Size(54, 23);
+ this.VarsButton.TabIndex = 19;
+ this.VarsButton.Text = "VARS";
+ this.VarsButton.UseVisualStyleBackColor = false;
+ this.VarsButton.Click += new System.EventHandler(this.VarsButton_Click);
+ //
+ // CLEAR
+ //
+ this.ClearButton.BackColor = System.Drawing.Color.Black;
+ this.ClearButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ClearButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.ClearButton.Location = new System.Drawing.Point(294, 225);
+ this.ClearButton.Name = "ClearButton";
+ this.ClearButton.Size = new System.Drawing.Size(54, 23);
+ this.ClearButton.TabIndex = 20;
+ this.ClearButton.Text = "Clear";
+ this.ClearButton.UseVisualStyleBackColor = false;
+ this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click);
+ //
+ // label12
+ //
+ this.label12.AutoSize = true;
+ this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label12.ForeColor = System.Drawing.Color.Gold;
+ this.label12.Location = new System.Drawing.Point(87, 209);
+ this.label12.Name = "label12";
+ this.label12.Size = new System.Drawing.Size(48, 13);
+ this.label12.TabIndex = 31;
+ this.label12.Text = "ANGLE";
+ //
+ // label13
+ //
+ this.label13.AutoSize = true;
+ this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label13.ForeColor = System.Drawing.Color.Gold;
+ this.label13.Location = new System.Drawing.Point(155, 209);
+ this.label13.Name = "label13";
+ this.label13.Size = new System.Drawing.Size(45, 13);
+ this.label13.TabIndex = 32;
+ this.label13.Text = "DRAW";
+ //
+ // label14
+ //
+ this.label14.AutoSize = true;
+ this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label14.ForeColor = System.Drawing.Color.Gold;
+ this.label14.Location = new System.Drawing.Point(224, 209);
+ this.label14.Name = "label14";
+ this.label14.Size = new System.Drawing.Size(45, 13);
+ this.label14.TabIndex = 33;
+ this.label14.Text = "DISTR";
+ //
+ // label15
+ //
+ this.label15.AutoSize = true;
+ this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label15.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label15.Location = new System.Drawing.Point(57, 209);
+ this.label15.Name = "label15";
+ this.label15.Size = new System.Drawing.Size(15, 13);
+ this.label15.TabIndex = 34;
+ this.label15.Text = "A";
+ //
+ // label16
+ //
+ this.label16.AutoSize = true;
+ this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label16.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label16.Location = new System.Drawing.Point(133, 209);
+ this.label16.Name = "label16";
+ this.label16.Size = new System.Drawing.Size(15, 13);
+ this.label16.TabIndex = 35;
+ this.label16.Text = "B";
+ //
+ // label17
+ //
+ this.label17.AutoSize = true;
+ this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label17.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label17.Location = new System.Drawing.Point(198, 209);
+ this.label17.Name = "label17";
+ this.label17.Size = new System.Drawing.Size(15, 13);
+ this.label17.TabIndex = 36;
+ this.label17.Text = "C";
+ //
+ // label18
+ //
+ this.label18.AutoSize = true;
+ this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label18.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label18.Location = new System.Drawing.Point(61, 258);
+ this.label18.Name = "label18";
+ this.label18.Size = new System.Drawing.Size(16, 13);
+ this.label18.TabIndex = 37;
+ this.label18.Text = "D";
+ //
+ // label19
+ //
+ this.label19.AutoSize = true;
+ this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label19.ForeColor = System.Drawing.Color.Gold;
+ this.label19.Location = new System.Drawing.Point(12, 258);
+ this.label19.Name = "label19";
+ this.label19.Size = new System.Drawing.Size(52, 13);
+ this.label19.TabIndex = 38;
+ this.label19.Text = "Finance";
+ //
+ // NEG1
+ //
+ this.Neg1Button.BackColor = System.Drawing.Color.Black;
+ this.Neg1Button.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.Neg1Button.ForeColor = System.Drawing.Color.FloralWhite;
+ this.Neg1Button.Location = new System.Drawing.Point(15, 274);
+ this.Neg1Button.Name = "Neg1Button";
+ this.Neg1Button.Size = new System.Drawing.Size(54, 23);
+ this.Neg1Button.TabIndex = 39;
+ this.Neg1Button.Text = "X ־ ¹";
+ this.Neg1Button.UseVisualStyleBackColor = false;
+ this.Neg1Button.Click += new System.EventHandler(this.Neg1Button_Click);
+ //
+ // SIN
+ //
+ this.SinButton.BackColor = System.Drawing.Color.Black;
+ this.SinButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.SinButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.SinButton.Location = new System.Drawing.Point(87, 274);
+ this.SinButton.Name = "SinButton";
+ this.SinButton.Size = new System.Drawing.Size(54, 23);
+ this.SinButton.TabIndex = 40;
+ this.SinButton.Text = "SIN";
+ this.SinButton.UseVisualStyleBackColor = false;
+ this.SinButton.Click += new System.EventHandler(this.SinButton_Click);
+ //
+ // COS
+ //
+ this.CosButton.BackColor = System.Drawing.Color.Black;
+ this.CosButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.CosButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.CosButton.Location = new System.Drawing.Point(155, 274);
+ this.CosButton.Name = "CosButton";
+ this.CosButton.Size = new System.Drawing.Size(54, 23);
+ this.CosButton.TabIndex = 41;
+ this.CosButton.Text = "COS";
+ this.CosButton.UseVisualStyleBackColor = false;
+ this.CosButton.Click += new System.EventHandler(this.CosButton_Click);
+ //
+ // TAN
+ //
+ this.TanButton.BackColor = System.Drawing.Color.Black;
+ this.TanButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.TanButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.TanButton.Location = new System.Drawing.Point(224, 274);
+ this.TanButton.Name = "TanButton";
+ this.TanButton.Size = new System.Drawing.Size(54, 23);
+ this.TanButton.TabIndex = 42;
+ this.TanButton.Text = "TAN";
+ this.TanButton.UseVisualStyleBackColor = false;
+ this.TanButton.Click += new System.EventHandler(this.TanButton_Click);
+ //
+ // EXP
+ //
+ this.ExpButton.BackColor = System.Drawing.Color.Black;
+ this.ExpButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ExpButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.ExpButton.Location = new System.Drawing.Point(294, 274);
+ this.ExpButton.Name = "ExpButton";
+ this.ExpButton.Size = new System.Drawing.Size(54, 23);
+ this.ExpButton.TabIndex = 43;
+ this.ExpButton.Text = "^";
+ this.ExpButton.UseVisualStyleBackColor = false;
+ this.ExpButton.Click += new System.EventHandler(this.ExpButton_Click);
+ //
+ // label20
+ //
+ this.label20.AutoSize = true;
+ this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label20.ForeColor = System.Drawing.Color.Gold;
+ this.label20.Location = new System.Drawing.Point(87, 258);
+ this.label20.Name = "label20";
+ this.label20.Size = new System.Drawing.Size(28, 13);
+ this.label20.TabIndex = 44;
+ this.label20.Text = "SIN";
+ //
+ // label21
+ //
+ this.label21.AutoSize = true;
+ this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label21.ForeColor = System.Drawing.Color.Gold;
+ this.label21.Location = new System.Drawing.Point(155, 258);
+ this.label21.Name = "label21";
+ this.label21.Size = new System.Drawing.Size(32, 13);
+ this.label21.TabIndex = 45;
+ this.label21.Text = "COS";
+ //
+ // label22
+ //
+ this.label22.AutoSize = true;
+ this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label22.ForeColor = System.Drawing.Color.Gold;
+ this.label22.Location = new System.Drawing.Point(222, 258);
+ this.label22.Name = "label22";
+ this.label22.Size = new System.Drawing.Size(32, 13);
+ this.label22.TabIndex = 46;
+ this.label22.Text = "TAN";
+ //
+ // label23
+ //
+ this.label23.AutoSize = true;
+ this.label23.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label23.ForeColor = System.Drawing.Color.Gold;
+ this.label23.Location = new System.Drawing.Point(295, 254);
+ this.label23.Name = "label23";
+ this.label23.Size = new System.Drawing.Size(17, 18);
+ this.label23.TabIndex = 47;
+ this.label23.Text = "π";
+ //
+ // label24
+ //
+ this.label24.AutoSize = true;
+ this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label24.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label24.Location = new System.Drawing.Point(133, 258);
+ this.label24.Name = "label24";
+ this.label24.Size = new System.Drawing.Size(15, 13);
+ this.label24.TabIndex = 48;
+ this.label24.Text = "E";
+ //
+ // label25
+ //
+ this.label25.AutoSize = true;
+ this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label25.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label25.Location = new System.Drawing.Point(198, 258);
+ this.label25.Name = "label25";
+ this.label25.Size = new System.Drawing.Size(14, 13);
+ this.label25.TabIndex = 49;
+ this.label25.Text = "F";
+ //
+ // label26
+ //
+ this.label26.AutoSize = true;
+ this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label26.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label26.Location = new System.Drawing.Point(266, 258);
+ this.label26.Name = "label26";
+ this.label26.Size = new System.Drawing.Size(16, 13);
+ this.label26.TabIndex = 50;
+ this.label26.Text = "G";
+ //
+ // label27
+ //
+ this.label27.AutoSize = true;
+ this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label27.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label27.Location = new System.Drawing.Point(332, 258);
+ this.label27.Name = "label27";
+ this.label27.Size = new System.Drawing.Size(16, 13);
+ this.label27.TabIndex = 51;
+ this.label27.Text = "H";
+ //
+ // label28
+ //
+ this.label28.AutoSize = true;
+ this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label28.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label28.Location = new System.Drawing.Point(332, 307);
+ this.label28.Name = "label28";
+ this.label28.Size = new System.Drawing.Size(17, 13);
+ this.label28.TabIndex = 66;
+ this.label28.Text = "M";
+ //
+ // label29
+ //
+ this.label29.AutoSize = true;
+ this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label29.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label29.Location = new System.Drawing.Point(266, 307);
+ this.label29.Name = "label29";
+ this.label29.Size = new System.Drawing.Size(14, 13);
+ this.label29.TabIndex = 65;
+ this.label29.Text = "L";
+ //
+ // label30
+ //
+ this.label30.AutoSize = true;
+ this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label30.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label30.Location = new System.Drawing.Point(198, 307);
+ this.label30.Name = "label30";
+ this.label30.Size = new System.Drawing.Size(15, 13);
+ this.label30.TabIndex = 64;
+ this.label30.Text = "K";
+ //
+ // label31
+ //
+ this.label31.AutoSize = true;
+ this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label31.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label31.Location = new System.Drawing.Point(133, 307);
+ this.label31.Name = "label31";
+ this.label31.Size = new System.Drawing.Size(13, 13);
+ this.label31.TabIndex = 63;
+ this.label31.Text = "J";
+ //
+ // label32
+ //
+ this.label32.AutoSize = true;
+ this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label32.ForeColor = System.Drawing.Color.Gold;
+ this.label32.Location = new System.Drawing.Point(294, 307);
+ this.label32.Name = "label32";
+ this.label32.Size = new System.Drawing.Size(14, 13);
+ this.label32.TabIndex = 62;
+ this.label32.Text = "e";
+ //
+ // label33
+ //
+ this.label33.AutoSize = true;
+ this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label33.ForeColor = System.Drawing.Color.Gold;
+ this.label33.Location = new System.Drawing.Point(224, 307);
+ this.label33.Name = "label33";
+ this.label33.Size = new System.Drawing.Size(12, 13);
+ this.label33.TabIndex = 61;
+ this.label33.Text = "}";
+ //
+ // label34
+ //
+ this.label34.AutoSize = true;
+ this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label34.ForeColor = System.Drawing.Color.Gold;
+ this.label34.Location = new System.Drawing.Point(155, 307);
+ this.label34.Name = "label34";
+ this.label34.Size = new System.Drawing.Size(12, 13);
+ this.label34.TabIndex = 60;
+ this.label34.Text = "{";
+ //
+ // label35
+ //
+ this.label35.AutoSize = true;
+ this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label35.ForeColor = System.Drawing.Color.Gold;
+ this.label35.Location = new System.Drawing.Point(87, 307);
+ this.label35.Name = "label35";
+ this.label35.Size = new System.Drawing.Size(23, 13);
+ this.label35.TabIndex = 59;
+ this.label35.Text = "EE";
+ //
+ // DIVIDE
+ //
+ this.DivideButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.DivideButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.DivideButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.DivideButton.Location = new System.Drawing.Point(294, 323);
+ this.DivideButton.Name = "DivideButton";
+ this.DivideButton.Size = new System.Drawing.Size(54, 23);
+ this.DivideButton.TabIndex = 58;
+ this.DivideButton.Text = "÷";
+ this.DivideButton.UseVisualStyleBackColor = false;
+ this.DivideButton.Click += new System.EventHandler(this.DivideButton_Click);
+ //
+ // PARACLOSE
+ //
+ this.ParaCloseButton.BackColor = System.Drawing.Color.Black;
+ this.ParaCloseButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ParaCloseButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.ParaCloseButton.Location = new System.Drawing.Point(224, 323);
+ this.ParaCloseButton.Name = "ParaCloseButton";
+ this.ParaCloseButton.Size = new System.Drawing.Size(54, 23);
+ this.ParaCloseButton.TabIndex = 57;
+ this.ParaCloseButton.Text = ")";
+ this.ParaCloseButton.UseVisualStyleBackColor = false;
+ this.ParaCloseButton.Click += new System.EventHandler(this.ParaCloseButton_Click);
+ //
+ // PARAOPEN
+ //
+ this.ParaOpenButton.BackColor = System.Drawing.Color.Black;
+ this.ParaOpenButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ParaOpenButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.ParaOpenButton.Location = new System.Drawing.Point(155, 323);
+ this.ParaOpenButton.Name = "ParaOpenButton";
+ this.ParaOpenButton.Size = new System.Drawing.Size(54, 23);
+ this.ParaOpenButton.TabIndex = 56;
+ this.ParaOpenButton.Text = "(";
+ this.ParaOpenButton.UseVisualStyleBackColor = false;
+ this.ParaOpenButton.Click += new System.EventHandler(this.ParaOpenButton_Click);
+ //
+ // COMMA
+ //
+ this.CommaButton.BackColor = System.Drawing.Color.Black;
+ this.CommaButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.CommaButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.CommaButton.Location = new System.Drawing.Point(87, 323);
+ this.CommaButton.Name = "CommaButton";
+ this.CommaButton.Size = new System.Drawing.Size(54, 23);
+ this.CommaButton.TabIndex = 55;
+ this.CommaButton.Text = "’";
+ this.CommaButton.UseVisualStyleBackColor = false;
+ this.CommaButton.Click += new System.EventHandler(this.CommaButton_Click);
+ //
+ // SQUARED
+ //
+ this.SquaredButton.BackColor = System.Drawing.Color.Black;
+ this.SquaredButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.SquaredButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.SquaredButton.Location = new System.Drawing.Point(15, 323);
+ this.SquaredButton.Name = "SquaredButton";
+ this.SquaredButton.Size = new System.Drawing.Size(54, 23);
+ this.SquaredButton.TabIndex = 54;
+ this.SquaredButton.Text = "X ²";
+ this.SquaredButton.UseVisualStyleBackColor = false;
+ this.SquaredButton.Click += new System.EventHandler(this.SquaredButton_Click);
+ //
+ // label36
+ //
+ this.label36.AutoSize = true;
+ this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label36.ForeColor = System.Drawing.Color.Gold;
+ this.label36.Location = new System.Drawing.Point(15, 307);
+ this.label36.Name = "label36";
+ this.label36.Size = new System.Drawing.Size(14, 13);
+ this.label36.TabIndex = 53;
+ this.label36.Text = "√";
+ //
+ // label37
+ //
+ this.label37.AutoSize = true;
+ this.label37.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label37.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label37.Location = new System.Drawing.Point(57, 307);
+ this.label37.Name = "label37";
+ this.label37.Size = new System.Drawing.Size(11, 13);
+ this.label37.TabIndex = 52;
+ this.label37.Text = "I";
+ //
+ // label38
+ //
+ this.label38.AutoSize = true;
+ this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label38.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label38.Location = new System.Drawing.Point(332, 359);
+ this.label38.Name = "label38";
+ this.label38.Size = new System.Drawing.Size(16, 13);
+ this.label38.TabIndex = 81;
+ this.label38.Text = "R";
+ //
+ // label39
+ //
+ this.label39.AutoSize = true;
+ this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label39.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label39.Location = new System.Drawing.Point(266, 359);
+ this.label39.Name = "label39";
+ this.label39.Size = new System.Drawing.Size(16, 13);
+ this.label39.TabIndex = 80;
+ this.label39.Text = "Q";
+ //
+ // label40
+ //
+ this.label40.AutoSize = true;
+ this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label40.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label40.Location = new System.Drawing.Point(198, 359);
+ this.label40.Name = "label40";
+ this.label40.Size = new System.Drawing.Size(15, 13);
+ this.label40.TabIndex = 79;
+ this.label40.Text = "P";
+ //
+ // label41
+ //
+ this.label41.AutoSize = true;
+ this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label41.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label41.Location = new System.Drawing.Point(133, 359);
+ this.label41.Name = "label41";
+ this.label41.Size = new System.Drawing.Size(16, 13);
+ this.label41.TabIndex = 78;
+ this.label41.Text = "O";
+ //
+ // label42
+ //
+ this.label42.AutoSize = true;
+ this.label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label42.ForeColor = System.Drawing.Color.Gold;
+ this.label42.Location = new System.Drawing.Point(294, 359);
+ this.label42.Name = "label42";
+ this.label42.Size = new System.Drawing.Size(11, 13);
+ this.label42.TabIndex = 77;
+ this.label42.Text = "[";
+ //
+ // label43
+ //
+ this.label43.AutoSize = true;
+ this.label43.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label43.ForeColor = System.Drawing.Color.Gold;
+ this.label43.Location = new System.Drawing.Point(224, 359);
+ this.label43.Name = "label43";
+ this.label43.Size = new System.Drawing.Size(16, 13);
+ this.label43.TabIndex = 76;
+ this.label43.Text = "w";
+ //
+ // label44
+ //
+ this.label44.AutoSize = true;
+ this.label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label44.ForeColor = System.Drawing.Color.Gold;
+ this.label44.Location = new System.Drawing.Point(155, 359);
+ this.label44.Name = "label44";
+ this.label44.Size = new System.Drawing.Size(14, 13);
+ this.label44.TabIndex = 75;
+ this.label44.Text = "v";
+ //
+ // label45
+ //
+ this.label45.AutoSize = true;
+ this.label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label45.ForeColor = System.Drawing.Color.Gold;
+ this.label45.Location = new System.Drawing.Point(87, 359);
+ this.label45.Name = "label45";
+ this.label45.Size = new System.Drawing.Size(14, 13);
+ this.label45.TabIndex = 74;
+ this.label45.Text = "u";
+ //
+ // MULTIPLY
+ //
+ this.MultiplyButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.MultiplyButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.MultiplyButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.MultiplyButton.Location = new System.Drawing.Point(294, 375);
+ this.MultiplyButton.Name = "MultiplyButton";
+ this.MultiplyButton.Size = new System.Drawing.Size(54, 23);
+ this.MultiplyButton.TabIndex = 73;
+ this.MultiplyButton.Text = "×";
+ this.MultiplyButton.UseVisualStyleBackColor = false;
+ this.MultiplyButton.Click += new System.EventHandler(this.MultiplyButton_Click);
+ //
+ // NINE
+ //
+ this.NineButton.BackColor = System.Drawing.Color.Gray;
+ this.NineButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.NineButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.NineButton.Location = new System.Drawing.Point(224, 375);
+ this.NineButton.Name = "NineButton";
+ this.NineButton.Size = new System.Drawing.Size(54, 23);
+ this.NineButton.TabIndex = 72;
+ this.NineButton.Text = "9";
+ this.NineButton.UseVisualStyleBackColor = false;
+ this.NineButton.Click += new System.EventHandler(this.NineButton_Click);
+ //
+ // EIGHT
+ //
+ this.EightButton.BackColor = System.Drawing.Color.Gray;
+ this.EightButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.EightButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.EightButton.Location = new System.Drawing.Point(155, 375);
+ this.EightButton.Name = "EightButton";
+ this.EightButton.Size = new System.Drawing.Size(54, 23);
+ this.EightButton.TabIndex = 71;
+ this.EightButton.Text = "8";
+ this.EightButton.UseVisualStyleBackColor = false;
+ this.EightButton.Click += new System.EventHandler(this.EightButton_Click);
+ //
+ // SEVEN
+ //
+ this.SevenButton.BackColor = System.Drawing.Color.Gray;
+ this.SevenButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.SevenButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.SevenButton.Location = new System.Drawing.Point(87, 375);
+ this.SevenButton.Name = "SevenButton";
+ this.SevenButton.Size = new System.Drawing.Size(54, 23);
+ this.SevenButton.TabIndex = 70;
+ this.SevenButton.Text = "7";
+ this.SevenButton.UseVisualStyleBackColor = false;
+ this.SevenButton.Click += new System.EventHandler(this.SevenButton_Click);
+ //
+ // LOG
+ //
+ this.LogButton.BackColor = System.Drawing.Color.Black;
+ this.LogButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.LogButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.LogButton.Location = new System.Drawing.Point(15, 375);
+ this.LogButton.Name = "LogButton";
+ this.LogButton.Size = new System.Drawing.Size(54, 23);
+ this.LogButton.TabIndex = 69;
+ this.LogButton.Text = "LOG";
+ this.LogButton.UseVisualStyleBackColor = false;
+ this.LogButton.Click += new System.EventHandler(this.LogButton_Click);
+ //
+ // label46
+ //
+ this.label46.AutoSize = true;
+ this.label46.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label46.ForeColor = System.Drawing.Color.Gold;
+ this.label46.Location = new System.Drawing.Point(15, 359);
+ this.label46.Name = "label46";
+ this.label46.Size = new System.Drawing.Size(21, 13);
+ this.label46.TabIndex = 68;
+ this.label46.Text = "10";
+ //
+ // label47
+ //
+ this.label47.AutoSize = true;
+ this.label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label47.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label47.Location = new System.Drawing.Point(57, 359);
+ this.label47.Name = "label47";
+ this.label47.Size = new System.Drawing.Size(16, 13);
+ this.label47.TabIndex = 67;
+ this.label47.Text = "N";
+ //
+ // label48
+ //
+ this.label48.AutoSize = true;
+ this.label48.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label48.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label48.Location = new System.Drawing.Point(332, 404);
+ this.label48.Name = "label48";
+ this.label48.Size = new System.Drawing.Size(19, 13);
+ this.label48.TabIndex = 96;
+ this.label48.Text = "W";
+ //
+ // label49
+ //
+ this.label49.AutoSize = true;
+ this.label49.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label49.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label49.Location = new System.Drawing.Point(266, 404);
+ this.label49.Name = "label49";
+ this.label49.Size = new System.Drawing.Size(15, 13);
+ this.label49.TabIndex = 95;
+ this.label49.Text = "V";
+ //
+ // label50
+ //
+ this.label50.AutoSize = true;
+ this.label50.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label50.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label50.Location = new System.Drawing.Point(198, 404);
+ this.label50.Name = "label50";
+ this.label50.Size = new System.Drawing.Size(16, 13);
+ this.label50.TabIndex = 94;
+ this.label50.Text = "U";
+ //
+ // label51
+ //
+ this.label51.AutoSize = true;
+ this.label51.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label51.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label51.Location = new System.Drawing.Point(133, 404);
+ this.label51.Name = "label51";
+ this.label51.Size = new System.Drawing.Size(15, 13);
+ this.label51.TabIndex = 93;
+ this.label51.Text = "T";
+ //
+ // label52
+ //
+ this.label52.AutoSize = true;
+ this.label52.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label52.ForeColor = System.Drawing.Color.Gold;
+ this.label52.Location = new System.Drawing.Point(294, 404);
+ this.label52.Name = "label52";
+ this.label52.Size = new System.Drawing.Size(11, 13);
+ this.label52.TabIndex = 92;
+ this.label52.Text = "]";
+ //
+ // label53
+ //
+ this.label53.AutoSize = true;
+ this.label53.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label53.ForeColor = System.Drawing.Color.Gold;
+ this.label53.Location = new System.Drawing.Point(224, 404);
+ this.label53.Name = "label53";
+ this.label53.Size = new System.Drawing.Size(21, 13);
+ this.label53.TabIndex = 91;
+ this.label53.Text = "L6";
+ //
+ // label54
+ //
+ this.label54.AutoSize = true;
+ this.label54.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label54.ForeColor = System.Drawing.Color.Gold;
+ this.label54.Location = new System.Drawing.Point(155, 404);
+ this.label54.Name = "label54";
+ this.label54.Size = new System.Drawing.Size(21, 13);
+ this.label54.TabIndex = 90;
+ this.label54.Text = "L5";
+ //
+ // label55
+ //
+ this.label55.AutoSize = true;
+ this.label55.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label55.ForeColor = System.Drawing.Color.Gold;
+ this.label55.Location = new System.Drawing.Point(87, 404);
+ this.label55.Name = "label55";
+ this.label55.Size = new System.Drawing.Size(21, 13);
+ this.label55.TabIndex = 89;
+ this.label55.Text = "L4";
+ //
+ // MINUS
+ //
+ this.MinusButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.MinusButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.MinusButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.MinusButton.Location = new System.Drawing.Point(294, 420);
+ this.MinusButton.Name = "MinusButton";
+ this.MinusButton.Size = new System.Drawing.Size(54, 23);
+ this.MinusButton.TabIndex = 88;
+ this.MinusButton.Text = "–";
+ this.MinusButton.UseVisualStyleBackColor = false;
+ this.MinusButton.Click += new System.EventHandler(this.MinusButton_Click);
+ //
+ // SIX
+ //
+ this.SixButton.BackColor = System.Drawing.Color.Gray;
+ this.SixButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.SixButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.SixButton.Location = new System.Drawing.Point(224, 420);
+ this.SixButton.Name = "SixButton";
+ this.SixButton.Size = new System.Drawing.Size(54, 23);
+ this.SixButton.TabIndex = 87;
+ this.SixButton.Text = "6";
+ this.SixButton.UseVisualStyleBackColor = false;
+ this.SixButton.Click += new System.EventHandler(this.SixButton_Click);
+ //
+ // FIVE
+ //
+ this.FiveButton.BackColor = System.Drawing.Color.Gray;
+ this.FiveButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.FiveButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.FiveButton.Location = new System.Drawing.Point(155, 420);
+ this.FiveButton.Name = "FiveButton";
+ this.FiveButton.Size = new System.Drawing.Size(54, 23);
+ this.FiveButton.TabIndex = 86;
+ this.FiveButton.Text = "5";
+ this.FiveButton.UseVisualStyleBackColor = false;
+ this.FiveButton.Click += new System.EventHandler(this.FiveButton_Click);
+ //
+ // FOUR
+ //
+ this.FourButton.BackColor = System.Drawing.Color.Gray;
+ this.FourButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.FourButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.FourButton.Location = new System.Drawing.Point(87, 420);
+ this.FourButton.Name = "FourButton";
+ this.FourButton.Size = new System.Drawing.Size(54, 23);
+ this.FourButton.TabIndex = 85;
+ this.FourButton.Text = "4";
+ this.FourButton.UseVisualStyleBackColor = false;
+ this.FourButton.Click += new System.EventHandler(this.FourButton_Click);
+ //
+ // LN
+ //
+ this.LnButton.BackColor = System.Drawing.Color.Black;
+ this.LnButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.LnButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.LnButton.Location = new System.Drawing.Point(15, 420);
+ this.LnButton.Name = "LnButton";
+ this.LnButton.Size = new System.Drawing.Size(54, 23);
+ this.LnButton.TabIndex = 84;
+ this.LnButton.Text = "LN";
+ this.LnButton.UseVisualStyleBackColor = false;
+ this.LnButton.Click += new System.EventHandler(this.LnButton_Click);
+ //
+ // label56
+ //
+ this.label56.AutoSize = true;
+ this.label56.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label56.ForeColor = System.Drawing.Color.Gold;
+ this.label56.Location = new System.Drawing.Point(15, 404);
+ this.label56.Name = "label56";
+ this.label56.Size = new System.Drawing.Size(14, 13);
+ this.label56.TabIndex = 83;
+ this.label56.Text = "e";
+ //
+ // label57
+ //
+ this.label57.AutoSize = true;
+ this.label57.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label57.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label57.Location = new System.Drawing.Point(57, 404);
+ this.label57.Name = "label57";
+ this.label57.Size = new System.Drawing.Size(15, 13);
+ this.label57.TabIndex = 82;
+ this.label57.Text = "S";
+ //
+ // label58
+ //
+ this.label58.AutoSize = true;
+ this.label58.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label58.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label58.Location = new System.Drawing.Point(332, 453);
+ this.label58.Name = "label58";
+ this.label58.Size = new System.Drawing.Size(13, 13);
+ this.label58.TabIndex = 111;
+ this.label58.Text = "\'\'";
+ //
+ // label59
+ //
+ this.label59.AutoSize = true;
+ this.label59.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label59.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label59.Location = new System.Drawing.Point(266, 451);
+ this.label59.Name = "label59";
+ this.label59.Size = new System.Drawing.Size(15, 15);
+ this.label59.TabIndex = 110;
+ this.label59.Text = "ø";
+ //
+ // label60
+ //
+ this.label60.AutoSize = true;
+ this.label60.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label60.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label60.Location = new System.Drawing.Point(198, 453);
+ this.label60.Name = "label60";
+ this.label60.Size = new System.Drawing.Size(15, 13);
+ this.label60.TabIndex = 109;
+ this.label60.Text = "Z";
+ //
+ // label61
+ //
+ this.label61.AutoSize = true;
+ this.label61.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label61.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label61.Location = new System.Drawing.Point(133, 453);
+ this.label61.Name = "label61";
+ this.label61.Size = new System.Drawing.Size(15, 13);
+ this.label61.TabIndex = 108;
+ this.label61.Text = "Y";
+ //
+ // label62
+ //
+ this.label62.AutoSize = true;
+ this.label62.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label62.ForeColor = System.Drawing.Color.Gold;
+ this.label62.Location = new System.Drawing.Point(294, 453);
+ this.label62.Name = "label62";
+ this.label62.Size = new System.Drawing.Size(35, 13);
+ this.label62.TabIndex = 107;
+ this.label62.Text = "MEM";
+ //
+ // label63
+ //
+ this.label63.AutoSize = true;
+ this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label63.ForeColor = System.Drawing.Color.Gold;
+ this.label63.Location = new System.Drawing.Point(224, 453);
+ this.label63.Name = "label63";
+ this.label63.Size = new System.Drawing.Size(21, 13);
+ this.label63.TabIndex = 106;
+ this.label63.Text = "L3";
+ //
+ // label64
+ //
+ this.label64.AutoSize = true;
+ this.label64.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label64.ForeColor = System.Drawing.Color.Gold;
+ this.label64.Location = new System.Drawing.Point(155, 453);
+ this.label64.Name = "label64";
+ this.label64.Size = new System.Drawing.Size(21, 13);
+ this.label64.TabIndex = 105;
+ this.label64.Text = "L2";
+ //
+ // label65
+ //
+ this.label65.AutoSize = true;
+ this.label65.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label65.ForeColor = System.Drawing.Color.Gold;
+ this.label65.Location = new System.Drawing.Point(87, 453);
+ this.label65.Name = "label65";
+ this.label65.Size = new System.Drawing.Size(21, 13);
+ this.label65.TabIndex = 104;
+ this.label65.Text = "L1";
+ //
+ // PLUS
+ //
+ this.PlusButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.PlusButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.PlusButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.PlusButton.Location = new System.Drawing.Point(294, 469);
+ this.PlusButton.Name = "PlusButton";
+ this.PlusButton.Size = new System.Drawing.Size(54, 23);
+ this.PlusButton.TabIndex = 103;
+ this.PlusButton.Text = "+";
+ this.PlusButton.UseVisualStyleBackColor = false;
+ this.PlusButton.Click += new System.EventHandler(this.PlusButton_Click);
+ //
+ // THREE
+ //
+ this.ThreeButton.BackColor = System.Drawing.Color.Gray;
+ this.ThreeButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ThreeButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.ThreeButton.Location = new System.Drawing.Point(224, 469);
+ this.ThreeButton.Name = "ThreeButton";
+ this.ThreeButton.Size = new System.Drawing.Size(54, 23);
+ this.ThreeButton.TabIndex = 102;
+ this.ThreeButton.Text = "3";
+ this.ThreeButton.UseVisualStyleBackColor = false;
+ this.ThreeButton.Click += new System.EventHandler(this.ThreeButton_Click);
+ //
+ // TWO
+ //
+ this.TwoButton.BackColor = System.Drawing.Color.Gray;
+ this.TwoButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.TwoButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.TwoButton.Location = new System.Drawing.Point(155, 469);
+ this.TwoButton.Name = "TwoButton";
+ this.TwoButton.Size = new System.Drawing.Size(54, 23);
+ this.TwoButton.TabIndex = 101;
+ this.TwoButton.Text = "2";
+ this.TwoButton.UseVisualStyleBackColor = false;
+ this.TwoButton.Click += new System.EventHandler(this.TwoButton_Click);
+ //
+ // ONE
+ //
+ this.OneButton.BackColor = System.Drawing.Color.Gray;
+ this.OneButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.OneButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.OneButton.Location = new System.Drawing.Point(87, 469);
+ this.OneButton.Name = "OneButton";
+ this.OneButton.Size = new System.Drawing.Size(54, 23);
+ this.OneButton.TabIndex = 100;
+ this.OneButton.Text = "1";
+ this.OneButton.UseVisualStyleBackColor = false;
+ this.OneButton.Click += new System.EventHandler(this.OneButton_Click);
+ //
+ // STO
+ //
+ this.StoButton.BackColor = System.Drawing.Color.Black;
+ this.StoButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.StoButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.StoButton.Location = new System.Drawing.Point(15, 469);
+ this.StoButton.Name = "StoButton";
+ this.StoButton.Size = new System.Drawing.Size(54, 23);
+ this.StoButton.TabIndex = 99;
+ this.StoButton.Text = "STO->";
+ this.StoButton.UseVisualStyleBackColor = false;
+ this.StoButton.Click += new System.EventHandler(this.StoButton_Click);
+ //
+ // label66
+ //
+ this.label66.AutoSize = true;
+ this.label66.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label66.ForeColor = System.Drawing.Color.Gold;
+ this.label66.Location = new System.Drawing.Point(15, 453);
+ this.label66.Name = "label66";
+ this.label66.Size = new System.Drawing.Size(31, 13);
+ this.label66.TabIndex = 98;
+ this.label66.Text = "RCL";
+ //
+ // label67
+ //
+ this.label67.AutoSize = true;
+ this.label67.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label67.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label67.Location = new System.Drawing.Point(57, 453);
+ this.label67.Name = "label67";
+ this.label67.Size = new System.Drawing.Size(15, 13);
+ this.label67.TabIndex = 97;
+ this.label67.Text = "X";
+ //
+ // label68
+ //
+ this.label68.AutoSize = true;
+ this.label68.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label68.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label68.Location = new System.Drawing.Point(321, 501);
+ this.label68.Name = "label68";
+ this.label68.Size = new System.Drawing.Size(39, 13);
+ this.label68.TabIndex = 125;
+ this.label68.Text = "Solve";
+ //
+ // label69
+ //
+ this.label69.AutoSize = true;
+ this.label69.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label69.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label69.Location = new System.Drawing.Point(266, 501);
+ this.label69.Name = "label69";
+ this.label69.Size = new System.Drawing.Size(14, 13);
+ this.label69.TabIndex = 124;
+ this.label69.Text = "?";
+ //
+ // label70
+ //
+ this.label70.AutoSize = true;
+ this.label70.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label70.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label70.Location = new System.Drawing.Point(198, 501);
+ this.label70.Name = "label70";
+ this.label70.Size = new System.Drawing.Size(11, 13);
+ this.label70.TabIndex = 123;
+ this.label70.Text = ":";
+ //
+ // label71
+ //
+ this.label71.AutoSize = true;
+ this.label71.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label71.ForeColor = System.Drawing.Color.LightSeaGreen;
+ this.label71.Location = new System.Drawing.Point(133, 501);
+ this.label71.Name = "label71";
+ this.label71.Size = new System.Drawing.Size(14, 13);
+ this.label71.TabIndex = 122;
+ this.label71.Text = "_";
+ //
+ // label72
+ //
+ this.label72.AutoSize = true;
+ this.label72.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label72.ForeColor = System.Drawing.Color.Gold;
+ this.label72.Location = new System.Drawing.Point(285, 501);
+ this.label72.Name = "label72";
+ this.label72.Size = new System.Drawing.Size(36, 13);
+ this.label72.TabIndex = 121;
+ this.label72.Text = "Entry";
+ //
+ // label73
+ //
+ this.label73.AutoSize = true;
+ this.label73.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label73.ForeColor = System.Drawing.Color.Gold;
+ this.label73.Location = new System.Drawing.Point(224, 501);
+ this.label73.Name = "label73";
+ this.label73.Size = new System.Drawing.Size(32, 13);
+ this.label73.TabIndex = 120;
+ this.label73.Text = "ANS";
+ //
+ // label74
+ //
+ this.label74.AutoSize = true;
+ this.label74.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label74.ForeColor = System.Drawing.Color.Gold;
+ this.label74.Location = new System.Drawing.Point(155, 501);
+ this.label74.Name = "label74";
+ this.label74.Size = new System.Drawing.Size(10, 13);
+ this.label74.TabIndex = 119;
+ this.label74.Text = "i";
+ //
+ // label75
+ //
+ this.label75.AutoSize = true;
+ this.label75.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label75.ForeColor = System.Drawing.Color.Gold;
+ this.label75.Location = new System.Drawing.Point(78, 501);
+ this.label75.Name = "label75";
+ this.label75.Size = new System.Drawing.Size(50, 13);
+ this.label75.TabIndex = 118;
+ this.label75.Text = "Catalog";
+ //
+ // ENTER
+ //
+ this.EnterButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.EnterButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.EnterButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.EnterButton.Location = new System.Drawing.Point(294, 517);
+ this.EnterButton.Name = "EnterButton";
+ this.EnterButton.Size = new System.Drawing.Size(54, 23);
+ this.EnterButton.TabIndex = 117;
+ this.EnterButton.Text = "Enter";
+ this.EnterButton.UseVisualStyleBackColor = false;
+ this.EnterButton.Click += new System.EventHandler(this.EnterButton_Click);
+ //
+ // DASH
+ //
+ this.DashButton.BackColor = System.Drawing.Color.Gray;
+ this.DashButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.DashButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.DashButton.Location = new System.Drawing.Point(224, 517);
+ this.DashButton.Name = "DashButton";
+ this.DashButton.Size = new System.Drawing.Size(54, 23);
+ this.DashButton.TabIndex = 116;
+ this.DashButton.Text = "(-)";
+ this.DashButton.UseVisualStyleBackColor = false;
+ this.DashButton.Click += new System.EventHandler(this.DashButton_Click);
+ //
+ // PERIOD
+ //
+ this.PeriodButton.BackColor = System.Drawing.Color.Gray;
+ this.PeriodButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.PeriodButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.PeriodButton.Location = new System.Drawing.Point(155, 517);
+ this.PeriodButton.Name = "PeriodButton";
+ this.PeriodButton.Size = new System.Drawing.Size(54, 23);
+ this.PeriodButton.TabIndex = 115;
+ this.PeriodButton.Text = "●";
+ this.PeriodButton.UseVisualStyleBackColor = false;
+ this.PeriodButton.Click += new System.EventHandler(this.PeriodButton_Click);
+ //
+ // ZERO
+ //
+ this.ZeroButton.BackColor = System.Drawing.Color.Gray;
+ this.ZeroButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ZeroButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.ZeroButton.Location = new System.Drawing.Point(87, 517);
+ this.ZeroButton.Name = "ZeroButton";
+ this.ZeroButton.Size = new System.Drawing.Size(54, 23);
+ this.ZeroButton.TabIndex = 114;
+ this.ZeroButton.Text = "0";
+ this.ZeroButton.UseVisualStyleBackColor = false;
+ this.ZeroButton.Click += new System.EventHandler(this.ZeroButton_Click);
+ //
+ // ON
+ //
+ this.OnButton.BackColor = System.Drawing.Color.Black;
+ this.OnButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.OnButton.ForeColor = System.Drawing.Color.FloralWhite;
+ this.OnButton.Location = new System.Drawing.Point(15, 517);
+ this.OnButton.Name = "OnButton";
+ this.OnButton.Size = new System.Drawing.Size(54, 23);
+ this.OnButton.TabIndex = 113;
+ this.OnButton.Text = "ON";
+ this.OnButton.UseVisualStyleBackColor = false;
+ this.OnButton.Click += new System.EventHandler(this.OnButton_Click);
+ //
+ // label76
+ //
+ this.label76.AutoSize = true;
+ this.label76.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label76.ForeColor = System.Drawing.Color.Gold;
+ this.label76.Location = new System.Drawing.Point(15, 501);
+ this.label76.Name = "label76";
+ this.label76.Size = new System.Drawing.Size(30, 13);
+ this.label76.TabIndex = 112;
+ this.label76.Text = "OFF";
+ //
+ // LEFT
+ //
+ this.LeftButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.LeftButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.LeftButton.ForeColor = System.Drawing.Color.White;
+ this.LeftButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriLeft;
+ this.LeftButton.Location = new System.Drawing.Point(224, 130);
+ this.LeftButton.Name = "LeftButton";
+ this.LeftButton.Size = new System.Drawing.Size(27, 53);
+ this.LeftButton.TabIndex = 9;
+ this.LeftButton.UseVisualStyleBackColor = false;
+ this.LeftButton.Click += new System.EventHandler(this.LeftButton_Click);
+ //
+ // RIGHT
+ //
+ this.RightButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.RightButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.RightButton.ForeColor = System.Drawing.Color.White;
+ this.RightButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriRight;
+ this.RightButton.Location = new System.Drawing.Point(307, 130);
+ this.RightButton.Name = "RightButton";
+ this.RightButton.Size = new System.Drawing.Size(27, 53);
+ this.RightButton.TabIndex = 11;
+ this.RightButton.Text = ">";
+ this.RightButton.UseVisualStyleBackColor = false;
+ this.RightButton.Click += new System.EventHandler(this.RightButton_Click);
+ //
+ // DOWN
+ //
+ this.DownButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.DownButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.DownButton.ForeColor = System.Drawing.Color.White;
+ this.DownButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriDown;
+ this.DownButton.Location = new System.Drawing.Point(250, 182);
+ this.DownButton.Name = "DownButton";
+ this.DownButton.Size = new System.Drawing.Size(58, 21);
+ this.DownButton.TabIndex = 12;
+ this.DownButton.Text = "v";
+ this.DownButton.UseVisualStyleBackColor = false;
+ this.DownButton.Click += new System.EventHandler(this.DownButton_Click);
+ //
+ // UP
+ //
+ this.UpButton.BackColor = System.Drawing.Color.CornflowerBlue;
+ this.UpButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.UpButton.ForeColor = System.Drawing.Color.White;
+ this.UpButton.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.whiteTriUp;
+ this.UpButton.Location = new System.Drawing.Point(250, 109);
+ this.UpButton.Name = "UpButton";
+ this.UpButton.Size = new System.Drawing.Size(58, 21);
+ this.UpButton.TabIndex = 10;
+ this.UpButton.UseVisualStyleBackColor = false;
+ this.UpButton.Click += new System.EventHandler(this.UpButton_Click);
+ //
+ // label77
+ //
+ this.label77.AutoSize = true;
+ this.label77.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label77.ForeColor = System.Drawing.Color.Gold;
+ this.label77.Location = new System.Drawing.Point(29, 401);
+ this.label77.Name = "label77";
+ this.label77.Size = new System.Drawing.Size(13, 13);
+ this.label77.TabIndex = 126;
+ this.label77.Text = "x";
+ //
+ // label78
+ //
+ this.label78.AutoSize = true;
+ this.label78.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label78.ForeColor = System.Drawing.Color.Gold;
+ this.label78.Location = new System.Drawing.Point(35, 352);
+ this.label78.Name = "label78";
+ this.label78.Size = new System.Drawing.Size(13, 13);
+ this.label78.TabIndex = 127;
+ this.label78.Text = "x";
+ //
+ // label79
+ //
+ this.label79.AutoSize = true;
+ this.label79.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label79.ForeColor = System.Drawing.Color.Gold;
+ this.label79.Location = new System.Drawing.Point(113, 254);
+ this.label79.Name = "label79";
+ this.label79.Size = new System.Drawing.Size(16, 13);
+ this.label79.TabIndex = 128;
+ this.label79.Text = "-1";
+ //
+ // label80
+ //
+ this.label80.AutoSize = true;
+ this.label80.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label80.ForeColor = System.Drawing.Color.Gold;
+ this.label80.Location = new System.Drawing.Point(185, 254);
+ this.label80.Name = "label80";
+ this.label80.Size = new System.Drawing.Size(16, 13);
+ this.label80.TabIndex = 129;
+ this.label80.Text = "-1";
+ //
+ // label81
+ //
+ this.label81.AutoSize = true;
+ this.label81.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label81.ForeColor = System.Drawing.Color.Gold;
+ this.label81.Location = new System.Drawing.Point(252, 254);
+ this.label81.Name = "label81";
+ this.label81.Size = new System.Drawing.Size(16, 13);
+ this.label81.TabIndex = 130;
+ this.label81.Text = "-1";
+ //
+ // TI83KeyPad
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.ClientSize = new System.Drawing.Size(355, 543);
+ this.Controls.Add(this.label81);
+ this.Controls.Add(this.label80);
+ this.Controls.Add(this.label79);
+ this.Controls.Add(this.label78);
+ this.Controls.Add(this.label77);
+ this.Controls.Add(this.UpButton);
+ this.Controls.Add(this.DownButton);
+ this.Controls.Add(this.RightButton);
+ this.Controls.Add(this.LeftButton);
+ this.Controls.Add(this.label68);
+ this.Controls.Add(this.label69);
+ this.Controls.Add(this.label70);
+ this.Controls.Add(this.label71);
+ this.Controls.Add(this.label72);
+ this.Controls.Add(this.label73);
+ this.Controls.Add(this.label74);
+ this.Controls.Add(this.label75);
+ this.Controls.Add(this.EnterButton);
+ this.Controls.Add(this.DashButton);
+ this.Controls.Add(this.PeriodButton);
+ this.Controls.Add(this.ZeroButton);
+ this.Controls.Add(this.OnButton);
+ this.Controls.Add(this.label76);
+ this.Controls.Add(this.label58);
+ this.Controls.Add(this.label59);
+ this.Controls.Add(this.label60);
+ this.Controls.Add(this.label61);
+ this.Controls.Add(this.label62);
+ this.Controls.Add(this.label63);
+ this.Controls.Add(this.label64);
+ this.Controls.Add(this.label65);
+ this.Controls.Add(this.PlusButton);
+ this.Controls.Add(this.ThreeButton);
+ this.Controls.Add(this.TwoButton);
+ this.Controls.Add(this.OneButton);
+ this.Controls.Add(this.StoButton);
+ this.Controls.Add(this.label66);
+ this.Controls.Add(this.label67);
+ this.Controls.Add(this.label48);
+ this.Controls.Add(this.label49);
+ this.Controls.Add(this.label50);
+ this.Controls.Add(this.label51);
+ this.Controls.Add(this.label52);
+ this.Controls.Add(this.label53);
+ this.Controls.Add(this.label54);
+ this.Controls.Add(this.label55);
+ this.Controls.Add(this.MinusButton);
+ this.Controls.Add(this.SixButton);
+ this.Controls.Add(this.FiveButton);
+ this.Controls.Add(this.FourButton);
+ this.Controls.Add(this.LnButton);
+ this.Controls.Add(this.label56);
+ this.Controls.Add(this.label57);
+ this.Controls.Add(this.label38);
+ this.Controls.Add(this.label39);
+ this.Controls.Add(this.label40);
+ this.Controls.Add(this.label41);
+ this.Controls.Add(this.label42);
+ this.Controls.Add(this.label43);
+ this.Controls.Add(this.label44);
+ this.Controls.Add(this.label45);
+ this.Controls.Add(this.MultiplyButton);
+ this.Controls.Add(this.NineButton);
+ this.Controls.Add(this.EightButton);
+ this.Controls.Add(this.SevenButton);
+ this.Controls.Add(this.LogButton);
+ this.Controls.Add(this.label46);
+ this.Controls.Add(this.label47);
+ this.Controls.Add(this.label28);
+ this.Controls.Add(this.label29);
+ this.Controls.Add(this.label30);
+ this.Controls.Add(this.label31);
+ this.Controls.Add(this.label32);
+ this.Controls.Add(this.label33);
+ this.Controls.Add(this.label34);
+ this.Controls.Add(this.label35);
+ this.Controls.Add(this.DivideButton);
+ this.Controls.Add(this.ParaCloseButton);
+ this.Controls.Add(this.ParaOpenButton);
+ this.Controls.Add(this.CommaButton);
+ this.Controls.Add(this.SquaredButton);
+ this.Controls.Add(this.label36);
+ this.Controls.Add(this.label37);
+ this.Controls.Add(this.label27);
+ this.Controls.Add(this.label26);
+ this.Controls.Add(this.label25);
+ this.Controls.Add(this.label24);
+ this.Controls.Add(this.label23);
+ this.Controls.Add(this.label22);
+ this.Controls.Add(this.label21);
+ this.Controls.Add(this.label20);
+ this.Controls.Add(this.ExpButton);
+ this.Controls.Add(this.TanButton);
+ this.Controls.Add(this.CosButton);
+ this.Controls.Add(this.SinButton);
+ this.Controls.Add(this.Neg1Button);
+ this.Controls.Add(this.label19);
+ this.Controls.Add(this.label18);
+ this.Controls.Add(this.label17);
+ this.Controls.Add(this.label16);
+ this.Controls.Add(this.label15);
+ this.Controls.Add(this.label14);
+ this.Controls.Add(this.label13);
+ this.Controls.Add(this.label12);
+ this.Controls.Add(this.ClearButton);
+ this.Controls.Add(this.VarsButton);
+ this.Controls.Add(this.PrgmButton);
+ this.Controls.Add(this.MatrixButton);
+ this.Controls.Add(this.label11);
+ this.Controls.Add(this.MathButton);
+ this.Controls.Add(this.label10);
+ this.Controls.Add(this.AlphaButton);
+ this.Controls.Add(this.label9);
+ this.Controls.Add(this.label8);
+ this.Controls.Add(this.StatButton);
+ this.Controls.Add(this.XButton);
+ this.Controls.Add(this.label7);
+ this.Controls.Add(this.DelButton);
+ this.Controls.Add(this.label6);
+ this.Controls.Add(this.ModeButton);
+ this.Controls.Add(this.label5);
+ this.Controls.Add(this.label4);
+ this.Controls.Add(this.label3);
+ this.Controls.Add(this.label2);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.GraphButton);
+ this.Controls.Add(this.TraceButton);
+ this.Controls.Add(this.ZoomButton);
+ this.Controls.Add(this.WindowButton);
+ this.Controls.Add(this.SecondButton);
+ this.Controls.Add(this.YButton);
+ this.Controls.Add(this.menuStrip1);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MainMenuStrip = this.menuStrip1;
+ this.MaximizeBox = false;
+ this.MaximumSize = new System.Drawing.Size(371, 581);
+ this.MinimumSize = new System.Drawing.Size(371, 581);
+ this.Name = "TI83KeyPad";
+ this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "TI-83 Virtual KeyPad";
+ this.Load += new System.EventHandler(this.TI83KeyPad_Load);
+ this.menuStrip1.ResumeLayout(false);
+ this.menuStrip1.PerformLayout();
+ this.ResumeLayout(false);
+ this.PerformLayout();
}
@@ -1934,37 +1959,37 @@
private MenuStripEx menuStrip1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem keyPadToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem saveWindowPositionToolStripMenuItem;
- private System.Windows.Forms.Button YEQUAL;
- private System.Windows.Forms.Button SECOND;
- private System.Windows.Forms.Button WINDOW;
- private System.Windows.Forms.Button ZOOM;
- private System.Windows.Forms.Button TRACE;
- private System.Windows.Forms.Button GRAPH;
+ private System.Windows.Forms.ToolStripMenuItem KeyPadSubMenu;
+ private System.Windows.Forms.ToolStripMenuItem ExitMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem OptionsSubMenu;
+ private System.Windows.Forms.ToolStripMenuItem SaveWindowPositionMenuItem;
+ private System.Windows.Forms.Button YButton;
+ private System.Windows.Forms.Button SecondButton;
+ private System.Windows.Forms.Button WindowButton;
+ private System.Windows.Forms.Button ZoomButton;
+ private System.Windows.Forms.Button TraceButton;
+ private System.Windows.Forms.Button GraphButton;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Button MODE;
+ private System.Windows.Forms.Button ModeButton;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Button DEL;
- private System.Windows.Forms.Button XT;
- private System.Windows.Forms.Button STAT;
+ private System.Windows.Forms.Button DelButton;
+ private System.Windows.Forms.Button XButton;
+ private System.Windows.Forms.Button StatButton;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Button ALPHA;
+ private System.Windows.Forms.Button AlphaButton;
private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Button MATH;
+ private System.Windows.Forms.Button MathButton;
private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Button MATRIX;
- private System.Windows.Forms.Button PRGM;
- private System.Windows.Forms.Button VARS;
- private System.Windows.Forms.Button CLEAR;
+ private System.Windows.Forms.Button MatrixButton;
+ private System.Windows.Forms.Button PrgmButton;
+ private System.Windows.Forms.Button VarsButton;
+ private System.Windows.Forms.Button ClearButton;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
@@ -1973,11 +1998,11 @@
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Button NEG1;
- private System.Windows.Forms.Button SIN;
- private System.Windows.Forms.Button COS;
- private System.Windows.Forms.Button TAN;
- private System.Windows.Forms.Button EXP;
+ private System.Windows.Forms.Button Neg1Button;
+ private System.Windows.Forms.Button SinButton;
+ private System.Windows.Forms.Button CosButton;
+ private System.Windows.Forms.Button TanButton;
+ private System.Windows.Forms.Button ExpButton;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label22;
@@ -1994,11 +2019,11 @@
private System.Windows.Forms.Label label33;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.Label label35;
- private System.Windows.Forms.Button DIVIDE;
- private System.Windows.Forms.Button PARACLOSE;
- private System.Windows.Forms.Button PARAOPEN;
- private System.Windows.Forms.Button COMMA;
- private System.Windows.Forms.Button SQUARED;
+ private System.Windows.Forms.Button DivideButton;
+ private System.Windows.Forms.Button ParaCloseButton;
+ private System.Windows.Forms.Button ParaOpenButton;
+ private System.Windows.Forms.Button CommaButton;
+ private System.Windows.Forms.Button SquaredButton;
private System.Windows.Forms.Label label36;
private System.Windows.Forms.Label label37;
private System.Windows.Forms.Label label38;
@@ -2009,11 +2034,11 @@
private System.Windows.Forms.Label label43;
private System.Windows.Forms.Label label44;
private System.Windows.Forms.Label label45;
- private System.Windows.Forms.Button MULTIPLY;
- private System.Windows.Forms.Button NINE;
- private System.Windows.Forms.Button EIGHT;
- private System.Windows.Forms.Button SEVEN;
- private System.Windows.Forms.Button LOG;
+ private System.Windows.Forms.Button MultiplyButton;
+ private System.Windows.Forms.Button NineButton;
+ private System.Windows.Forms.Button EightButton;
+ private System.Windows.Forms.Button SevenButton;
+ private System.Windows.Forms.Button LogButton;
private System.Windows.Forms.Label label46;
private System.Windows.Forms.Label label47;
private System.Windows.Forms.Label label48;
@@ -2024,11 +2049,11 @@
private System.Windows.Forms.Label label53;
private System.Windows.Forms.Label label54;
private System.Windows.Forms.Label label55;
- private System.Windows.Forms.Button MINUS;
- private System.Windows.Forms.Button SIX;
- private System.Windows.Forms.Button FIVE;
- private System.Windows.Forms.Button FOUR;
- private System.Windows.Forms.Button LN;
+ private System.Windows.Forms.Button MinusButton;
+ private System.Windows.Forms.Button SixButton;
+ private System.Windows.Forms.Button FiveButton;
+ private System.Windows.Forms.Button FourButton;
+ private System.Windows.Forms.Button LnButton;
private System.Windows.Forms.Label label56;
private System.Windows.Forms.Label label57;
private System.Windows.Forms.Label label58;
@@ -2039,11 +2064,11 @@
private System.Windows.Forms.Label label63;
private System.Windows.Forms.Label label64;
private System.Windows.Forms.Label label65;
- private System.Windows.Forms.Button PLUS;
- private System.Windows.Forms.Button THREE;
- private System.Windows.Forms.Button TWO;
- private System.Windows.Forms.Button ONE;
- private System.Windows.Forms.Button STO;
+ private System.Windows.Forms.Button PlusButton;
+ private System.Windows.Forms.Button ThreeButton;
+ private System.Windows.Forms.Button TwoButton;
+ private System.Windows.Forms.Button OneButton;
+ private System.Windows.Forms.Button StoButton;
private System.Windows.Forms.Label label66;
private System.Windows.Forms.Label label67;
private System.Windows.Forms.Label label68;
@@ -2054,22 +2079,25 @@
private System.Windows.Forms.Label label73;
private System.Windows.Forms.Label label74;
private System.Windows.Forms.Label label75;
- private System.Windows.Forms.Button ENTER;
- private System.Windows.Forms.Button DASH;
- private System.Windows.Forms.Button PERIOD;
- private System.Windows.Forms.Button ZERO;
- private System.Windows.Forms.Button ON;
+ private System.Windows.Forms.Button EnterButton;
+ private System.Windows.Forms.Button DashButton;
+ private System.Windows.Forms.Button PeriodButton;
+ private System.Windows.Forms.Button ZeroButton;
+ private System.Windows.Forms.Button OnButton;
private System.Windows.Forms.Label label76;
- private System.Windows.Forms.Button LEFT;
- private System.Windows.Forms.Button RIGHT;
- private System.Windows.Forms.Button DOWN;
- private System.Windows.Forms.Button UP;
- private System.Windows.Forms.ToolTip toolTip1;
- private System.Windows.Forms.ToolStripMenuItem showHotkToolStripMenuItem;
+ private System.Windows.Forms.Button LeftButton;
+ private System.Windows.Forms.Button RightButton;
+ private System.Windows.Forms.Button DownButton;
+ private System.Windows.Forms.Button UpButton;
+ private System.Windows.Forms.ToolTip KeyPadToolTips;
+ private System.Windows.Forms.ToolStripMenuItem ShowHotkeysMenuItem;
private System.Windows.Forms.Label label77;
private System.Windows.Forms.Label label78;
private System.Windows.Forms.Label label79;
private System.Windows.Forms.Label label80;
private System.Windows.Forms.Label label81;
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
+ private System.Windows.Forms.ToolStripMenuItem AlwaysOnTopMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem FloatingWindowMenuItem;
}
}
\ No newline at end of file
diff --git a/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.cs b/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.cs
index 048078e96d..70abf898fc 100644
--- a/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.cs
+++ b/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.cs
@@ -1,93 +1,41 @@
using System;
-using System.Drawing;
using System.Windows.Forms;
-using BizHawk.Emulation.Cores.Calculators;
using BizHawk.Client.Common;
+using BizHawk.Emulation.Cores.Calculators;
namespace BizHawk.Client.EmuHawk
{
public partial class TI83KeyPad : Form, IToolForm
{
- //TODO: if wndx/wndy are negative, load window on the right edge of emulator window
-
- public bool AskSave() { return true; }
- public bool UpdateBefore { get { return false; } }
-
public TI83KeyPad()
{
InitializeComponent();
- Closing += (o, e) => SaveConfigSettings();
+ TopMost = Global.Config.TI83KeypadSettings.TopMost;
+ Closing += (o, e) =>
+ {
+ Global.Config.TI83KeypadSettings.Wndx = Location.X;
+ Global.Config.TI83KeypadSettings.Wndy = Location.Y;
+ };
}
private void TI83KeyPad_Load(object sender, EventArgs e)
{
- if (Global.Config.TI83KeypadSaveWindowPosition && Global.Config.TI83KeyPadWndx >= 0 && Global.Config.TI83KeyPadWndy >= 0)
- Location = new Point(Global.Config.TI83KeyPadWndx, Global.Config.TI83KeyPadWndy);
+ if (Global.Config.TI83KeypadSettings.UseWindowPosition)
+ {
+ Location = Global.Config.TI83KeypadSettings.WindowPosition;
+ }
+
if (Global.Config.TI83ToolTips)
+ {
SetToolTips();
+ }
}
- private void SetToolTips()
- {
- //Set button hotkey mapping into tooltips
- var mappings = Global.Config.AllTrollers["TI83 Controller"];
- toolTip1.SetToolTip(ZERO, mappings["0"]);
- toolTip1.SetToolTip(ONE, mappings["1"]);
- toolTip1.SetToolTip(TWO, mappings["2"]);
- toolTip1.SetToolTip(THREE, mappings["3"]);
- toolTip1.SetToolTip(FOUR, mappings["4"]);
- toolTip1.SetToolTip(FIVE, mappings["5"]);
- toolTip1.SetToolTip(SIX, mappings["6"]);
- toolTip1.SetToolTip(SEVEN, mappings["7"]);
- toolTip1.SetToolTip(EIGHT, mappings["8"]);
- toolTip1.SetToolTip(NINE, mappings["9"]);
- toolTip1.SetToolTip(PERIOD, mappings["DOT"]);
- toolTip1.SetToolTip(ON, mappings["ON"]);
- toolTip1.SetToolTip(ENTER, mappings["ENTER"]);
- toolTip1.SetToolTip(UP, mappings["UP"]);
- toolTip1.SetToolTip(DOWN, mappings["DOWN"]);
- toolTip1.SetToolTip(LEFT, mappings["LEFT"]);
- toolTip1.SetToolTip(RIGHT, mappings["RIGHT"]);
- toolTip1.SetToolTip(PLUS, mappings["PLUS"]);
- toolTip1.SetToolTip(MINUS, mappings["MINUS"]);
- toolTip1.SetToolTip(MULTIPLY, mappings["MULTIPLY"]);
- toolTip1.SetToolTip(DIVIDE, mappings["DIVIDE"]);
- toolTip1.SetToolTip(CLEAR, mappings["CLEAR"]);
- toolTip1.SetToolTip(EXP, mappings["EXP"]);
- toolTip1.SetToolTip(DASH, mappings["DASH"]);
- toolTip1.SetToolTip(PARACLOSE, mappings["PARACLOSE"]);
- toolTip1.SetToolTip(PARAOPEN, mappings["PARAOPEN"]);
- toolTip1.SetToolTip(TAN, mappings["TAN"]);
- toolTip1.SetToolTip(VARS, mappings["VARS"]);
- toolTip1.SetToolTip(COS, mappings["COS"]);
- toolTip1.SetToolTip(PRGM, mappings["PRGM"]);
- toolTip1.SetToolTip(STAT, mappings["STAT"]);
- toolTip1.SetToolTip(MATRIX, mappings["MATRIX"]);
- toolTip1.SetToolTip(XT, mappings["X"]);
- toolTip1.SetToolTip(STO, mappings["STO"]);
- toolTip1.SetToolTip(LN, mappings["LN"]);
- toolTip1.SetToolTip(LOG, mappings["LOG"]);
- toolTip1.SetToolTip(SQUARED, mappings["SQUARED"]);
- toolTip1.SetToolTip(NEG1, mappings["NEG1"]);
- toolTip1.SetToolTip(MATH, mappings["MATH"]);
- toolTip1.SetToolTip(ALPHA, mappings["ALPHA"]);
- toolTip1.SetToolTip(GRAPH, mappings["GRAPH"]);
- toolTip1.SetToolTip(TRACE, mappings["TRACE"]);
- toolTip1.SetToolTip(ZOOM, mappings["ZOOM"]);
- toolTip1.SetToolTip(WINDOW, mappings["WINDOW"]);
- toolTip1.SetToolTip(YEQUAL, mappings["Y"]);
- toolTip1.SetToolTip(SECOND, mappings["SECOND"]);
- toolTip1.SetToolTip(MODE, mappings["MODE"]);
- toolTip1.SetToolTip(DEL, mappings["DEL"]);
- toolTip1.SetToolTip(COMMA, mappings["COMMA"]);
- toolTip1.SetToolTip(SIN, mappings["SIN"]);
- }
+ #region Public API
- public void StopToolTips()
- {
- toolTip1.RemoveAll();
- }
+ public bool AskSave() { return true; }
+ public bool UpdateBefore { get { return false; } }
public void UpdateValues()
{
@@ -105,274 +53,92 @@ namespace BizHawk.Client.EmuHawk
}
}
- private void exitToolStripMenuItem_Click(object sender, EventArgs e)
+ #endregion
+
+ private void SetToolTips()
+ {
+ // Set button hotkey mapping into tooltips
+ var mappings = Global.Config.AllTrollers["TI83 Controller"];
+ KeyPadToolTips.SetToolTip(ZeroButton, mappings["0"]);
+ KeyPadToolTips.SetToolTip(OneButton, mappings["1"]);
+ KeyPadToolTips.SetToolTip(TwoButton, mappings["2"]);
+ KeyPadToolTips.SetToolTip(ThreeButton, mappings["3"]);
+ KeyPadToolTips.SetToolTip(FourButton, mappings["4"]);
+ KeyPadToolTips.SetToolTip(FiveButton, mappings["5"]);
+ KeyPadToolTips.SetToolTip(SixButton, mappings["6"]);
+ KeyPadToolTips.SetToolTip(SevenButton, mappings["7"]);
+ KeyPadToolTips.SetToolTip(EightButton, mappings["8"]);
+ KeyPadToolTips.SetToolTip(NineButton, mappings["9"]);
+ KeyPadToolTips.SetToolTip(PeriodButton, mappings["DOT"]);
+ KeyPadToolTips.SetToolTip(OnButton, mappings["ON"]);
+ KeyPadToolTips.SetToolTip(EnterButton, mappings["ENTER"]);
+ KeyPadToolTips.SetToolTip(UpButton, mappings["UP"]);
+ KeyPadToolTips.SetToolTip(DownButton, mappings["DOWN"]);
+ KeyPadToolTips.SetToolTip(LeftButton, mappings["LEFT"]);
+ KeyPadToolTips.SetToolTip(RightButton, mappings["RIGHT"]);
+ KeyPadToolTips.SetToolTip(PlusButton, mappings["PLUS"]);
+ KeyPadToolTips.SetToolTip(MinusButton, mappings["MINUS"]);
+ KeyPadToolTips.SetToolTip(MultiplyButton, mappings["MULTIPLY"]);
+ KeyPadToolTips.SetToolTip(DivideButton, mappings["DIVIDE"]);
+ KeyPadToolTips.SetToolTip(ClearButton, mappings["CLEAR"]);
+ KeyPadToolTips.SetToolTip(ExpButton, mappings["EXP"]);
+ KeyPadToolTips.SetToolTip(DashButton, mappings["DASH"]);
+ KeyPadToolTips.SetToolTip(ParaOpenButton, mappings["PARAOPEN"]);
+ KeyPadToolTips.SetToolTip(ParaCloseButton, mappings["PARACLOSE"]);
+ KeyPadToolTips.SetToolTip(TanButton, mappings["TAN"]);
+ KeyPadToolTips.SetToolTip(VarsButton, mappings["VARS"]);
+ KeyPadToolTips.SetToolTip(CosButton, mappings["COS"]);
+ KeyPadToolTips.SetToolTip(PrgmButton, mappings["PRGM"]);
+ KeyPadToolTips.SetToolTip(StatButton, mappings["STAT"]);
+ KeyPadToolTips.SetToolTip(MatrixButton, mappings["MATRIX"]);
+ KeyPadToolTips.SetToolTip(XButton, mappings["X"]);
+ KeyPadToolTips.SetToolTip(StoButton, mappings["STO"]);
+ KeyPadToolTips.SetToolTip(LnButton, mappings["LN"]);
+ KeyPadToolTips.SetToolTip(LogButton, mappings["LOG"]);
+ KeyPadToolTips.SetToolTip(SquaredButton, mappings["SQUARED"]);
+ KeyPadToolTips.SetToolTip(Neg1Button, mappings["NEG1"]);
+ KeyPadToolTips.SetToolTip(MathButton, mappings["MATH"]);
+ KeyPadToolTips.SetToolTip(AlphaButton, mappings["ALPHA"]);
+ KeyPadToolTips.SetToolTip(GraphButton, mappings["GRAPH"]);
+ KeyPadToolTips.SetToolTip(TraceButton, mappings["TRACE"]);
+ KeyPadToolTips.SetToolTip(ZoomButton, mappings["ZOOM"]);
+ KeyPadToolTips.SetToolTip(WindowButton, mappings["WINDOW"]);
+ KeyPadToolTips.SetToolTip(YButton, mappings["Y"]);
+ KeyPadToolTips.SetToolTip(SecondButton, mappings["SECOND"]);
+ KeyPadToolTips.SetToolTip(ModeButton, mappings["MODE"]);
+ KeyPadToolTips.SetToolTip(DelButton, mappings["DEL"]);
+ KeyPadToolTips.SetToolTip(CommaButton, mappings["COMMA"]);
+ KeyPadToolTips.SetToolTip(SinButton, mappings["SIN"]);
+ }
+
+ private void StopToolTips()
+ {
+ KeyPadToolTips.RemoveAll();
+ }
+
+ private void RefreshFloatingWindowControl()
+ {
+ Owner = Global.Config.TI83KeypadSettings.FloatingWindow ? null : GlobalWin.MainForm;
+ }
+
+ #region Events
+
+ #region Menu
+
+ private void ExitMenuItem_Click(object sender, EventArgs e)
{
Close();
}
- private void SaveConfigSettings()
+ private void OptionsSubMenu_DropDownOpened(object sender, EventArgs e)
{
- Global.Config.TI83KeyPadWndx = Location.X;
- Global.Config.TI83KeyPadWndy = Location.Y;
+ ShowHotkeysMenuItem.Checked = Global.Config.TI83ToolTips;
+ SaveWindowPositionMenuItem.Checked = Global.Config.TI83KeypadSettings.SaveWindowPosition;
+ AlwaysOnTopMenuItem.Checked = Global.Config.TI83KeypadSettings.TopMost;
+ FloatingWindowMenuItem.Checked = Global.Config.TI83KeypadSettings.FloatingWindow;
}
- private void saveWindowPositionToolStripMenuItem_Click(object sender, EventArgs e)
- {
- Global.Config.TI83KeypadSaveWindowPosition ^= true;
- }
-
- private void optionsToolStripMenuItem_DropDownOpened(object sender, EventArgs e)
- {
- saveWindowPositionToolStripMenuItem.Checked = Global.Config.TI83KeypadSaveWindowPosition;
- showHotkToolStripMenuItem.Checked = Global.Config.TI83ToolTips;
- }
-
- private void button42_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("ENTER");
- }
-
- private void button43_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("DASH");
- }
-
- private void button39_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("2");
- }
-
- private void ONE_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("1");
- }
-
- private void THREE_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("3");
- }
-
- private void FOUR_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("4");
- }
-
- private void FIVE_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("5");
- }
-
- private void SIX_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("6");
- }
-
- private void SEVEN_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("7");
- }
-
- private void EIGHT_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("8");
- }
-
- private void NINE_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("9");
- }
-
- private void ON_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("ON");
- }
-
- private void STO_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("STO");
- }
-
- private void PLUS_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("PLUS");
- }
-
- private void LN_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("LN");
- }
-
- private void MINUS_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("MINUS");
- }
-
- private void LOG_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("LOG");
- }
-
- private void MULTIPLY_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("MULTIPLY");
- }
-
- private void button26_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("SQUARED");
- }
-
- private void button25_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("COMMA");
- }
-
- private void button24_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("PARAOPEN");
- }
-
- private void button23_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("PARACLOSE");
- }
-
- private void button22_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("DIVIDE");
- }
-
- private void button17_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("NEG1");
- }
-
- private void button18_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("SIN");
- }
-
- private void button19_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("COS");
- }
-
- private void button20_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("TAN");
- }
-
- private void button21_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("EXP");
- }
-
- private void button12_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("MATH");
- }
-
- private void button13_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("MATRIX");
- }
-
- private void button14_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("PRGM");
- }
-
- private void button15_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("VARS");
- }
-
- private void button16_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("CLEAR");
- }
-
- private void button11_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("ALPHA");
- }
-
- private void button4_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("X");
- }
-
- private void button10_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("STAT");
- }
-
- private void button5_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("2ND");
- }
-
- private void button2_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("MODE");
- }
-
- private void button3_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("DEL");
- }
-
- private void button47_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("LEFT");
- }
-
- private void button49_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("DOWN");
- }
-
- private void button48_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("RIGHT");
- }
-
- private void button50_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("UP");
- }
-
- private void button1_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("Y");
- }
-
- private void button6_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("WINDOW");
- }
-
- private void button7_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("ZOOM");
- }
-
- private void button8_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("TRACE");
- }
-
- private void button9_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("GRAPH");
- }
-
- private void PERIOD_Click(object sender, EventArgs e)
- {
- Global.ClickyVirtualPadController.Click("DOT");
- }
-
- private void showHotkToolStripMenuItem_Click(object sender, EventArgs e)
+ private void ShowHotkeysMenuItem_Click(object sender, EventArgs e)
{
Global.Config.TI83ToolTips ^= true;
@@ -386,9 +152,285 @@ namespace BizHawk.Client.EmuHawk
}
}
- private void ZERO_Click(object sender, EventArgs e)
+ private void SaveWindowPositionMenuItem_Click(object sender, EventArgs e)
+ {
+ Global.Config.TI83KeypadSettings.SaveWindowPosition ^= true;
+ }
+
+ private void AlwaysOnTopMenuItem_Click(object sender, EventArgs e)
+ {
+ Global.Config.TI83KeypadSettings.TopMost ^= true;
+ TopMost = Global.Config.TI83KeypadSettings.TopMost;
+ }
+
+ private void FloatingWindowMenuItem_Click(object sender, EventArgs e)
+ {
+ Global.Config.TI83KeypadSettings.FloatingWindow ^= true;
+ RefreshFloatingWindowControl();
+ }
+
+ #endregion
+
+ #region Dialog and Controls
+
+ private void EnterButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("ENTER");
+ }
+
+ private void DashButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("DASH");
+ }
+
+ private void OneButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("1");
+ }
+
+ private void TwoButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("2");
+ }
+
+ private void ThreeButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("3");
+ }
+
+ private void FourButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("4");
+ }
+
+ private void FiveButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("5");
+ }
+
+ private void SixButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("6");
+ }
+
+ private void SevenButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("7");
+ }
+
+ private void EightButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("8");
+ }
+
+ private void NineButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("9");
+ }
+
+ private void OnButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("ON");
+ }
+
+ private void StoButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("STO");
+ }
+
+ private void PlusButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("PLUS");
+ }
+
+ private void LnButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("LN");
+ }
+
+ private void MinusButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("MINUS");
+ }
+
+ private void LogButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("LOG");
+ }
+
+ private void MultiplyButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("MULTIPLY");
+ }
+
+ private void SquaredButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("SQUARED");
+ }
+
+ private void CommaButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("COMMA");
+ }
+
+ private void ParaOpenButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("PARAOPEN");
+ }
+
+ private void ParaCloseButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("PARACLOSE");
+ }
+
+ private void DivideButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("DIVIDE");
+ }
+
+ private void Neg1Button_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("NEG1");
+ }
+
+ private void SinButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("SIN");
+ }
+
+ private void CosButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("COS");
+ }
+
+ private void TanButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("TAN");
+ }
+
+ private void ExpButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("EXP");
+ }
+
+ private void MathButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("MATH");
+ }
+
+ private void MaxtrixButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("MATRIX");
+ }
+
+ private void PrgmButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("PRGM");
+ }
+
+ private void VarsButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("VARS");
+ }
+
+ private void ClearButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("CLEAR");
+ }
+
+ private void AlphaButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("ALPHA");
+ }
+
+ private void XButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("X");
+ }
+
+ private void StatButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("STAT");
+ }
+
+ private void SecondButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("2ND");
+ }
+
+ private void ModeButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("MODE");
+ }
+
+ private void DelButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("DEL");
+ }
+
+ private void LeftButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("LEFT");
+ }
+
+ private void DownButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("DOWN");
+ }
+
+ private void RightButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("RIGHT");
+ }
+
+ private void UpButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("UP");
+ }
+
+ private void YButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("Y");
+ }
+
+ private void WindowButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("WINDOW");
+ }
+
+ private void ZoomButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("ZOOM");
+ }
+
+ private void TraceButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("TRACE");
+ }
+
+ private void GraphButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("GRAPH");
+ }
+
+ private void PeriodButton_Click(object sender, EventArgs e)
+ {
+ Global.ClickyVirtualPadController.Click("DOT");
+ }
+
+ private void ZeroButton_Click(object sender, EventArgs e)
{
Global.ClickyVirtualPadController.Click("0");
}
+
+ protected override void OnShown(EventArgs e)
+ {
+ RefreshFloatingWindowControl();
+ base.OnShown(e);
+ }
+
+ #endregion
+
+ #endregion
}
}
diff --git a/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.resx b/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.resx
index 8bee70d1ba..3175b52de9 100644
--- a/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.resx
+++ b/BizHawk.Client.EmuHawk/tools/TI83/TI83KeyPad.resx
@@ -120,7 +120,7 @@
17, 17
-
+
126, 17