Just adding some tool-tips

This commit is contained in:
jonasfredriksson2 2014-07-21 21:24:04 +00:00
parent 6bad2d9427
commit fff9eb2f4a
1 changed files with 2887 additions and 2868 deletions

View File

@ -366,6 +366,7 @@
this.ClearSRAMContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ShowMenuContextMenuSeparator = new System.Windows.Forms.ToolStripSeparator();
this.ShowMenuContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.MainformMenu.SuspendLayout();
this.MainStatusBar.SuspendLayout();
this.MainFormContextMenu.SuspendLayout();
@ -2634,7 +2635,8 @@
this.CheatStatusButton,
this.KeyPriorityStatusLabel,
this.CoreNameStatusBarButton,
this.ProfileFirstBootLabel});
this.ProfileFirstBootLabel,
this.toolStripStatusLabel1});
this.MainStatusBar.Location = new System.Drawing.Point(0, 386);
this.MainStatusBar.Name = "MainStatusBar";
this.MainStatusBar.ShowItemToolTips = true;
@ -2720,6 +2722,7 @@
this.Slot1StatusButton.Name = "Slot1StatusButton";
this.Slot1StatusButton.Size = new System.Drawing.Size(13, 17);
this.Slot1StatusButton.Text = "1";
this.Slot1StatusButton.ToolTipText = "Save slot 1";
this.Slot1StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
//
// Slot2StatusButton
@ -2727,6 +2730,7 @@
this.Slot2StatusButton.Name = "Slot2StatusButton";
this.Slot2StatusButton.Size = new System.Drawing.Size(13, 17);
this.Slot2StatusButton.Text = "2";
this.Slot2StatusButton.ToolTipText = "Save slot 2";
this.Slot2StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
//
// Slot3StatusButton
@ -2734,6 +2738,7 @@
this.Slot3StatusButton.Name = "Slot3StatusButton";
this.Slot3StatusButton.Size = new System.Drawing.Size(13, 17);
this.Slot3StatusButton.Text = "3";
this.Slot3StatusButton.ToolTipText = "Save slot 3";
this.Slot3StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
//
// Slot4StatusButton
@ -2741,6 +2746,7 @@
this.Slot4StatusButton.Name = "Slot4StatusButton";
this.Slot4StatusButton.Size = new System.Drawing.Size(13, 17);
this.Slot4StatusButton.Text = "4";
this.Slot4StatusButton.ToolTipText = "Save slot 4";
this.Slot4StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
//
// Slot5StatusButton
@ -2748,6 +2754,7 @@
this.Slot5StatusButton.Name = "Slot5StatusButton";
this.Slot5StatusButton.Size = new System.Drawing.Size(13, 17);
this.Slot5StatusButton.Text = "5";
this.Slot5StatusButton.ToolTipText = "Save slot 5";
this.Slot5StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
//
// Slot6StatusButton
@ -2755,6 +2762,7 @@
this.Slot6StatusButton.Name = "Slot6StatusButton";
this.Slot6StatusButton.Size = new System.Drawing.Size(13, 17);
this.Slot6StatusButton.Text = "6";
this.Slot6StatusButton.ToolTipText = "Save slot 6";
this.Slot6StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
//
// Slot7StatusButton
@ -2762,6 +2770,7 @@
this.Slot7StatusButton.Name = "Slot7StatusButton";
this.Slot7StatusButton.Size = new System.Drawing.Size(13, 17);
this.Slot7StatusButton.Text = "7";
this.Slot7StatusButton.ToolTipText = "Save slot 7";
this.Slot7StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
//
// Slot8StatusButton
@ -2769,6 +2778,7 @@
this.Slot8StatusButton.Name = "Slot8StatusButton";
this.Slot8StatusButton.Size = new System.Drawing.Size(13, 17);
this.Slot8StatusButton.Text = "8";
this.Slot8StatusButton.ToolTipText = "Save slot 8";
this.Slot8StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
//
// Slot9StatusButton
@ -2776,6 +2786,7 @@
this.Slot9StatusButton.Name = "Slot9StatusButton";
this.Slot9StatusButton.Size = new System.Drawing.Size(13, 17);
this.Slot9StatusButton.Text = "9";
this.Slot9StatusButton.ToolTipText = "Save slot 9";
this.Slot9StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
//
// Slot0StatusButton
@ -2783,6 +2794,7 @@
this.Slot0StatusButton.Name = "Slot0StatusButton";
this.Slot0StatusButton.Size = new System.Drawing.Size(13, 17);
this.Slot0StatusButton.Text = "0";
this.Slot0StatusButton.ToolTipText = "Save slot 0";
this.Slot0StatusButton.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SlotStatusButtons_MouseUp);
//
// CheatStatusButton
@ -3203,6 +3215,12 @@
this.ShowMenuContextMenuItem.Text = "Show Menu";
this.ShowMenuContextMenuItem.Click += new System.EventHandler(this.ShowMenuContextMenuItem_Click);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
@ -3580,6 +3598,7 @@
private System.Windows.Forms.ToolStripMenuItem MovieEndRecordMenuItem;
private System.Windows.Forms.ToolStripMenuItem MovieEndStopMenuItem;
private System.Windows.Forms.ToolStripMenuItem MovieEndPauseMenuItem;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
}
}