2013-11-03 03:54:37 +00:00
namespace BizHawk.Client.EmuHawk
2011-03-06 15:03:17 +00:00
{
2013-11-28 14:43:27 +00:00
partial class HexEditor
{
private const int fontHeight = 14 ;
2011-03-06 15:03:17 +00:00
2013-11-28 14:43:27 +00:00
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
2011-03-06 15:03:17 +00:00
2013-11-28 14:43:27 +00:00
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
2011-03-06 15:03:17 +00:00
2013-11-28 14:43:27 +00:00
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
this . components = new System . ComponentModel . Container ( ) ;
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( HexEditor ) ) ;
2013-11-28 22:06:38 +00:00
this . HexMenuStrip = new MenuStripEx ( ) ;
2013-11-28 14:58:15 +00:00
this . FileSubMenu = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . SaveMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . SaveAsBinaryMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2013-11-28 20:02:32 +00:00
this . SaveAsTextMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2013-11-28 14:43:27 +00:00
this . toolStripSeparator1 = new System . Windows . Forms . ToolStripSeparator ( ) ;
2013-11-28 20:02:32 +00:00
this . ExitMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . EditMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . CopyMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . PasteMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2013-11-28 14:43:27 +00:00
this . toolStripSeparator6 = new System . Windows . Forms . ToolStripSeparator ( ) ;
2013-11-28 20:02:32 +00:00
this . FindMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . FindNextMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . FindPrevMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . OptionsSubMenu = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . MemoryDomainsMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . DataSizeSubMenu = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2013-11-28 14:43:27 +00:00
this . DataSizeByteMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . DataSizeWordMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . DataSizeDWordMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2013-11-28 20:02:32 +00:00
this . BigEndianMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2013-11-28 14:43:27 +00:00
this . toolStripSeparator2 = new System . Windows . Forms . ToolStripSeparator ( ) ;
2013-11-28 20:02:32 +00:00
this . GoToAddressMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . AddToRamWatchMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . FreezeAddressMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . UnfreezeAllMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . PokeAddressMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . SettingsSubMenu = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . CustomColorsSubMenu = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . SetColorsMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2013-11-28 14:43:27 +00:00
this . toolStripSeparator8 = new System . Windows . Forms . ToolStripSeparator ( ) ;
2013-11-28 20:02:32 +00:00
this . ResetColorsToDefaultMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . AutoloadMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . SaveWindowsPositionMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . AlwaysOnTopMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2013-11-28 14:43:27 +00:00
this . toolStripSeparator3 = new System . Windows . Forms . ToolStripSeparator ( ) ;
2013-11-28 20:02:32 +00:00
this . RestoreDefaultSettingsMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2013-11-28 14:43:27 +00:00
this . toolStripSeparator7 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . resetToDefaultToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . ViewerContextMenuStrip = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . CopyContextItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . PasteContextItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . FreezeContextItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . AddToRamWatchContextItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . UnfreezeAllContextItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . PokeContextItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . ContextSeparator1 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . IncrementContextItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . DecrementContextItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . ContextSeparator2 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . GoToContextItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . MemoryViewerBox = new System . Windows . Forms . GroupBox ( ) ;
this . AddressLabel = new System . Windows . Forms . Label ( ) ;
2013-11-28 20:02:32 +00:00
this . HexScrollBar = new System . Windows . Forms . VScrollBar ( ) ;
2013-11-28 14:43:27 +00:00
this . AddressesLabel = new System . Windows . Forms . Label ( ) ;
this . Header = new System . Windows . Forms . Label ( ) ;
2014-01-30 03:10:17 +00:00
this . FloatingWindowMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2013-11-28 22:06:38 +00:00
this . HexMenuStrip . SuspendLayout ( ) ;
2013-11-28 14:43:27 +00:00
this . ViewerContextMenuStrip . SuspendLayout ( ) ;
this . MemoryViewerBox . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
2014-01-30 03:10:17 +00:00
// HexMenuStrip
2013-11-28 14:43:27 +00:00
//
2013-11-28 22:06:38 +00:00
this . HexMenuStrip . ClickThrough = true ;
this . HexMenuStrip . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2013-11-28 14:58:15 +00:00
this . FileSubMenu ,
2013-11-28 20:02:32 +00:00
this . EditMenuItem ,
this . OptionsSubMenu ,
this . SettingsSubMenu } ) ;
2013-11-28 22:06:38 +00:00
this . HexMenuStrip . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . HexMenuStrip . Name = "HexMenuStrip" ;
this . HexMenuStrip . Size = new System . Drawing . Size ( 584 , 24 ) ;
this . HexMenuStrip . TabIndex = 1 ;
this . HexMenuStrip . Text = "menuStrip1" ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 14:58:15 +00:00
// FileSubMenu
2013-11-28 14:43:27 +00:00
//
2013-11-28 14:58:15 +00:00
this . FileSubMenu . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . SaveMenuItem ,
this . SaveAsBinaryMenuItem ,
2013-11-28 20:02:32 +00:00
this . SaveAsTextMenuItem ,
2011-03-06 15:03:17 +00:00
this . toolStripSeparator1 ,
2013-11-28 20:02:32 +00:00
this . ExitMenuItem } ) ;
2013-11-28 14:58:15 +00:00
this . FileSubMenu . Name = "FileSubMenu" ;
this . FileSubMenu . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . FileSubMenu . Text = "&File" ;
this . FileSubMenu . DropDownOpened + = new System . EventHandler ( this . FileSubMenu_DropDownOpened ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 14:58:15 +00:00
// SaveMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 14:58:15 +00:00
this . SaveMenuItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . SaveAs ;
this . SaveMenuItem . Name = "SaveMenuItem" ;
this . SaveMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . S ) ) ) ;
this . SaveMenuItem . Size = new System . Drawing . Size ( 229 , 22 ) ;
this . SaveMenuItem . Text = "Save" ;
this . SaveMenuItem . Click + = new System . EventHandler ( this . SaveMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 14:58:15 +00:00
// SaveAsBinaryMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 14:58:15 +00:00
this . SaveAsBinaryMenuItem . Name = "SaveAsBinaryMenuItem" ;
this . SaveAsBinaryMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . Shift )
2013-09-14 04:44:17 +00:00
| System . Windows . Forms . Keys . S ) ) ) ;
2013-11-28 14:58:15 +00:00
this . SaveAsBinaryMenuItem . Size = new System . Drawing . Size ( 229 , 22 ) ;
this . SaveAsBinaryMenuItem . Text = "Save as binary..." ;
this . SaveAsBinaryMenuItem . Click + = new System . EventHandler ( this . SaveAsBinaryMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// SaveAsTextMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . SaveAsTextMenuItem . Name = "SaveAsTextMenuItem" ;
this . SaveAsTextMenuItem . Size = new System . Drawing . Size ( 229 , 22 ) ;
this . SaveAsTextMenuItem . Text = "Save as text..." ;
this . SaveAsTextMenuItem . Click + = new System . EventHandler ( this . SaveAsTextMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// toolStripSeparator1
//
this . toolStripSeparator1 . Name = "toolStripSeparator1" ;
this . toolStripSeparator1 . Size = new System . Drawing . Size ( 226 , 6 ) ;
//
2013-11-28 20:02:32 +00:00
// ExitMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
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 ( 229 , 22 ) ;
this . ExitMenuItem . Text = "E&xit" ;
this . ExitMenuItem . Click + = new System . EventHandler ( this . ExitMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// EditMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . EditMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . CopyMenuItem ,
this . PasteMenuItem ,
2012-06-10 16:34:35 +00:00
this . toolStripSeparator6 ,
2013-11-28 20:02:32 +00:00
this . FindMenuItem ,
this . FindNextMenuItem ,
this . FindPrevMenuItem } ) ;
this . EditMenuItem . Name = "EditMenuItem" ;
this . EditMenuItem . Size = new System . Drawing . Size ( 39 , 20 ) ;
this . EditMenuItem . Text = "&Edit" ;
this . EditMenuItem . DropDownOpened + = new System . EventHandler ( this . EditMenuItem_DropDownOpened ) ;
//
// CopyMenuItem
//
this . CopyMenuItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . Duplicate ;
this . CopyMenuItem . Name = "CopyMenuItem" ;
this . CopyMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . C ) ) ) ;
this . CopyMenuItem . Size = new System . Drawing . Size ( 146 , 22 ) ;
this . CopyMenuItem . Text = "&Copy" ;
this . CopyMenuItem . Click + = new System . EventHandler ( this . CopyMenuItem_Click ) ;
//
// PasteMenuItem
//
this . PasteMenuItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . Paste ;
this . PasteMenuItem . Name = "PasteMenuItem" ;
this . PasteMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . V ) ) ) ;
this . PasteMenuItem . Size = new System . Drawing . Size ( 146 , 22 ) ;
this . PasteMenuItem . Text = "&Paste" ;
this . PasteMenuItem . Click + = new System . EventHandler ( this . PasteMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// toolStripSeparator6
//
this . toolStripSeparator6 . Name = "toolStripSeparator6" ;
2013-11-28 14:58:15 +00:00
this . toolStripSeparator6 . Size = new System . Drawing . Size ( 143 , 6 ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// FindMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . FindMenuItem . Name = "FindMenuItem" ;
this . FindMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . F ) ) ) ;
this . FindMenuItem . Size = new System . Drawing . Size ( 146 , 22 ) ;
this . FindMenuItem . Text = "&Find..." ;
this . FindMenuItem . Click + = new System . EventHandler ( this . FindMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// FindNextMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . FindNextMenuItem . Name = "FindNextMenuItem" ;
this . FindNextMenuItem . ShortcutKeys = System . Windows . Forms . Keys . F3 ;
this . FindNextMenuItem . Size = new System . Drawing . Size ( 146 , 22 ) ;
this . FindNextMenuItem . Text = "Find Next" ;
this . FindNextMenuItem . Click + = new System . EventHandler ( this . FindNextMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// FindPrevMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . FindPrevMenuItem . Name = "FindPrevMenuItem" ;
this . FindPrevMenuItem . ShortcutKeys = System . Windows . Forms . Keys . F2 ;
this . FindPrevMenuItem . Size = new System . Drawing . Size ( 146 , 22 ) ;
this . FindPrevMenuItem . Text = "Find Prev" ;
this . FindPrevMenuItem . Click + = new System . EventHandler ( this . FindPrevMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// OptionsSubMenu
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . OptionsSubMenu . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . MemoryDomainsMenuItem ,
this . DataSizeSubMenu ,
this . BigEndianMenuItem ,
2011-03-08 14:50:12 +00:00
this . toolStripSeparator2 ,
2013-11-28 20:02:32 +00:00
this . GoToAddressMenuItem ,
this . AddToRamWatchMenuItem ,
this . FreezeAddressMenuItem ,
this . UnfreezeAllMenuItem ,
this . PokeAddressMenuItem } ) ;
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 ) ;
//
// MemoryDomainsMenuItem
//
this . MemoryDomainsMenuItem . Name = "MemoryDomainsMenuItem" ;
this . MemoryDomainsMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . MemoryDomainsMenuItem . Text = "&Memory Domains" ;
this . MemoryDomainsMenuItem . DropDownOpened + = new System . EventHandler ( this . MemoryDomainsMenuItem_DropDownOpened ) ;
//
// DataSizeSubMenu
//
this . DataSizeSubMenu . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2013-11-28 14:43:27 +00:00
this . DataSizeByteMenuItem ,
this . DataSizeWordMenuItem ,
this . DataSizeDWordMenuItem } ) ;
2013-11-28 20:02:32 +00:00
this . DataSizeSubMenu . Name = "DataSizeSubMenu" ;
this . DataSizeSubMenu . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . DataSizeSubMenu . Text = "Data Size" ;
2013-11-28 14:43:27 +00:00
//
// DataSizeByteMenuItem
//
this . DataSizeByteMenuItem . Name = "DataSizeByteMenuItem" ;
2013-11-28 14:58:15 +00:00
this . DataSizeByteMenuItem . Size = new System . Drawing . Size ( 106 , 22 ) ;
2013-11-28 14:43:27 +00:00
this . DataSizeByteMenuItem . Text = "1 Byte" ;
2013-11-28 20:02:32 +00:00
this . DataSizeByteMenuItem . Click + = new System . EventHandler ( this . DataSizeByteMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// DataSizeWordMenuItem
//
this . DataSizeWordMenuItem . Name = "DataSizeWordMenuItem" ;
2013-11-28 14:58:15 +00:00
this . DataSizeWordMenuItem . Size = new System . Drawing . Size ( 106 , 22 ) ;
2013-11-28 14:43:27 +00:00
this . DataSizeWordMenuItem . Text = "2 Byte" ;
2013-11-28 20:02:32 +00:00
this . DataSizeWordMenuItem . Click + = new System . EventHandler ( this . DataSizeWordMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// DataSizeDWordMenuItem
//
this . DataSizeDWordMenuItem . Name = "DataSizeDWordMenuItem" ;
2013-11-28 14:58:15 +00:00
this . DataSizeDWordMenuItem . Size = new System . Drawing . Size ( 106 , 22 ) ;
2013-11-28 14:43:27 +00:00
this . DataSizeDWordMenuItem . Text = "4 Byte" ;
2013-11-28 20:02:32 +00:00
this . DataSizeDWordMenuItem . Click + = new System . EventHandler ( this . DataSizeDWordMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// BigEndianMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . BigEndianMenuItem . Name = "BigEndianMenuItem" ;
this . BigEndianMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . BigEndianMenuItem . Text = "Big Endian" ;
this . BigEndianMenuItem . Click + = new System . EventHandler ( this . BigEndianMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// toolStripSeparator2
//
this . toolStripSeparator2 . Name = "toolStripSeparator2" ;
this . toolStripSeparator2 . Size = new System . Drawing . Size ( 216 , 6 ) ;
//
2013-11-28 20:02:32 +00:00
// GoToAddressMenuItem
//
this . GoToAddressMenuItem . Name = "GoToAddressMenuItem" ;
this . GoToAddressMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . G ) ) ) ;
this . GoToAddressMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . GoToAddressMenuItem . Text = "&Go to Address..." ;
this . GoToAddressMenuItem . Click + = new System . EventHandler ( this . GoToAddressMenuItem_Click ) ;
//
// AddToRamWatchMenuItem
//
this . AddToRamWatchMenuItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . FindHS ;
this . AddToRamWatchMenuItem . Name = "AddToRamWatchMenuItem" ;
this . AddToRamWatchMenuItem . ShortcutKeyDisplayString = "Ctrl+W" ;
this . AddToRamWatchMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . AddToRamWatchMenuItem . Text = "Add to Ram Watch" ;
this . AddToRamWatchMenuItem . Click + = new System . EventHandler ( this . AddToRamWatchMenuItem_Click ) ;
//
// FreezeAddressMenuItem
//
this . FreezeAddressMenuItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . Freeze ;
this . FreezeAddressMenuItem . Name = "FreezeAddressMenuItem" ;
this . FreezeAddressMenuItem . ShortcutKeyDisplayString = "Space" ;
this . FreezeAddressMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . FreezeAddressMenuItem . Text = "&Freeze Address" ;
this . FreezeAddressMenuItem . Click + = new System . EventHandler ( this . FreezeAddressMenuItem_Click ) ;
//
// UnfreezeAllMenuItem
//
this . UnfreezeAllMenuItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . Unfreeze ;
this . UnfreezeAllMenuItem . Name = "UnfreezeAllMenuItem" ;
this . UnfreezeAllMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Shift | System . Windows . Forms . Keys . Delete ) ) ) ;
this . UnfreezeAllMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . UnfreezeAllMenuItem . Text = "Unfreeze All" ;
this . UnfreezeAllMenuItem . Click + = new System . EventHandler ( this . UnfreezeAllMenuItem_Click ) ;
//
// PokeAddressMenuItem
//
this . PokeAddressMenuItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . poke ;
this . PokeAddressMenuItem . Name = "PokeAddressMenuItem" ;
this . PokeAddressMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . P ) ) ) ;
this . PokeAddressMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . PokeAddressMenuItem . Text = "&Poke Address" ;
this . PokeAddressMenuItem . Click + = new System . EventHandler ( this . PokeAddressMenuItem_Click ) ;
//
// SettingsSubMenu
//
this . SettingsSubMenu . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . CustomColorsSubMenu ,
this . AutoloadMenuItem ,
this . SaveWindowsPositionMenuItem ,
this . AlwaysOnTopMenuItem ,
2014-01-30 03:10:17 +00:00
this . FloatingWindowMenuItem ,
2011-03-29 20:06:03 +00:00
this . toolStripSeparator3 ,
2013-11-28 20:02:32 +00:00
this . RestoreDefaultSettingsMenuItem } ) ;
this . SettingsSubMenu . Name = "SettingsSubMenu" ;
this . SettingsSubMenu . Size = new System . Drawing . Size ( 61 , 20 ) ;
this . SettingsSubMenu . Text = "&Settings" ;
this . SettingsSubMenu . DropDownOpened + = new System . EventHandler ( this . SettingsSubMenu_DropDownOpened ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// CustomColorsSubMenu
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . CustomColorsSubMenu . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . SetColorsMenuItem ,
2012-06-10 22:54:41 +00:00
this . toolStripSeparator8 ,
2013-11-28 20:02:32 +00:00
this . ResetColorsToDefaultMenuItem } ) ;
this . CustomColorsSubMenu . Name = "CustomColorsSubMenu" ;
this . CustomColorsSubMenu . Size = new System . Drawing . Size ( 199 , 22 ) ;
this . CustomColorsSubMenu . Text = "Custom Colors" ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// SetColorsMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . SetColorsMenuItem . Name = "SetColorsMenuItem" ;
this . SetColorsMenuItem . Size = new System . Drawing . Size ( 157 , 22 ) ;
this . SetColorsMenuItem . Text = "Set Colors" ;
this . SetColorsMenuItem . Click + = new System . EventHandler ( this . SetColorsMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// toolStripSeparator8
//
this . toolStripSeparator8 . Name = "toolStripSeparator8" ;
this . toolStripSeparator8 . Size = new System . Drawing . Size ( 154 , 6 ) ;
//
2013-11-28 20:02:32 +00:00
// ResetColorsToDefaultMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . ResetColorsToDefaultMenuItem . Name = "ResetColorsToDefaultMenuItem" ;
this . ResetColorsToDefaultMenuItem . Size = new System . Drawing . Size ( 157 , 22 ) ;
this . ResetColorsToDefaultMenuItem . Text = "Reset to Default" ;
this . ResetColorsToDefaultMenuItem . Click + = new System . EventHandler ( this . ResetColorsToDefaultMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// AutoloadMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . AutoloadMenuItem . Name = "AutoloadMenuItem" ;
this . AutoloadMenuItem . Size = new System . Drawing . Size ( 199 , 22 ) ;
this . AutoloadMenuItem . Text = "Autoload" ;
this . AutoloadMenuItem . Click + = new System . EventHandler ( this . AutoloadMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// SaveWindowsPositionMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . SaveWindowsPositionMenuItem . Name = "SaveWindowsPositionMenuItem" ;
this . SaveWindowsPositionMenuItem . Size = new System . Drawing . Size ( 199 , 22 ) ;
this . SaveWindowsPositionMenuItem . Text = "Save windows settings" ;
this . SaveWindowsPositionMenuItem . Click + = new System . EventHandler ( this . SaveWindowsPositionMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// AlwaysOnTopMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . AlwaysOnTopMenuItem . Name = "AlwaysOnTopMenuItem" ;
this . AlwaysOnTopMenuItem . Size = new System . Drawing . Size ( 199 , 22 ) ;
this . AlwaysOnTopMenuItem . Text = "Always On Top" ;
this . AlwaysOnTopMenuItem . Click + = new System . EventHandler ( this . AlwaysOnTopMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// toolStripSeparator3
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . toolStripSeparator3 . Name = "toolStripSeparator3" ;
this . toolStripSeparator3 . Size = new System . Drawing . Size ( 196 , 6 ) ;
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
// RestoreDefaultSettingsMenuItem
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . RestoreDefaultSettingsMenuItem . Name = "RestoreDefaultSettingsMenuItem" ;
this . RestoreDefaultSettingsMenuItem . Size = new System . Drawing . Size ( 199 , 22 ) ;
this . RestoreDefaultSettingsMenuItem . Text = "&Restore Default Settings" ;
this . RestoreDefaultSettingsMenuItem . Click + = new System . EventHandler ( this . RestoreDefaultSettingsMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// toolStripSeparator7
//
this . toolStripSeparator7 . Name = "toolStripSeparator7" ;
this . toolStripSeparator7 . Size = new System . Drawing . Size ( 154 , 6 ) ;
//
// resetToDefaultToolStripMenuItem
//
this . resetToDefaultToolStripMenuItem . Name = "resetToDefaultToolStripMenuItem" ;
this . resetToDefaultToolStripMenuItem . Size = new System . Drawing . Size ( 157 , 22 ) ;
this . resetToDefaultToolStripMenuItem . Text = "Reset to Default" ;
//
// ViewerContextMenuStrip
//
this . ViewerContextMenuStrip . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2013-11-07 23:14:04 +00:00
this . CopyContextItem ,
this . PasteContextItem ,
this . FreezeContextItem ,
this . AddToRamWatchContextItem ,
this . UnfreezeAllContextItem ,
this . PokeContextItem ,
this . ContextSeparator1 ,
this . IncrementContextItem ,
this . DecrementContextItem ,
this . ContextSeparator2 ,
this . GoToContextItem } ) ;
2013-11-28 14:43:27 +00:00
this . ViewerContextMenuStrip . Name = "ViewerContextMenuStrip" ;
this . ViewerContextMenuStrip . Size = new System . Drawing . Size ( 220 , 214 ) ;
this . ViewerContextMenuStrip . Opening + = new System . ComponentModel . CancelEventHandler ( this . ViewerContextMenuStrip_Opening ) ;
//
// CopyContextItem
//
this . CopyContextItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . Duplicate ;
this . CopyContextItem . Name = "CopyContextItem" ;
this . CopyContextItem . ShortcutKeyDisplayString = "Ctrl+C" ;
this . CopyContextItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . CopyContextItem . Text = "&Copy" ;
2013-11-28 20:02:32 +00:00
this . CopyContextItem . Click + = new System . EventHandler ( this . CopyMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// PasteContextItem
//
this . PasteContextItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . Paste ;
this . PasteContextItem . Name = "PasteContextItem" ;
this . PasteContextItem . ShortcutKeyDisplayString = "Ctrl+V" ;
this . PasteContextItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . PasteContextItem . Text = "&Paste" ;
2013-11-28 20:02:32 +00:00
this . PasteContextItem . Click + = new System . EventHandler ( this . PasteMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// FreezeContextItem
//
this . FreezeContextItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . Freeze ;
this . FreezeContextItem . Name = "FreezeContextItem" ;
this . FreezeContextItem . ShortcutKeyDisplayString = "Space" ;
this . FreezeContextItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . FreezeContextItem . Text = "&Freeze" ;
2013-11-28 20:02:32 +00:00
this . FreezeContextItem . Click + = new System . EventHandler ( this . FreezeAddressMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// AddToRamWatchContextItem
//
this . AddToRamWatchContextItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . FindHS ;
this . AddToRamWatchContextItem . Name = "AddToRamWatchContextItem" ;
this . AddToRamWatchContextItem . ShortcutKeyDisplayString = "Ctrl+W" ;
this . AddToRamWatchContextItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . AddToRamWatchContextItem . Text = "&Add to Ram Watch" ;
2013-11-28 20:02:32 +00:00
this . AddToRamWatchContextItem . Click + = new System . EventHandler ( this . AddToRamWatchMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// UnfreezeAllContextItem
//
this . UnfreezeAllContextItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . Unfreeze ;
this . UnfreezeAllContextItem . Name = "UnfreezeAllContextItem" ;
this . UnfreezeAllContextItem . ShortcutKeyDisplayString = "Shift+Del" ;
this . UnfreezeAllContextItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . UnfreezeAllContextItem . Text = "&Unfreeze All" ;
2013-11-28 20:02:32 +00:00
this . UnfreezeAllContextItem . Click + = new System . EventHandler ( this . UnfreezeAllMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// PokeContextItem
//
this . PokeContextItem . Image = global :: BizHawk . Client . EmuHawk . Properties . Resources . poke ;
this . PokeContextItem . Name = "PokeContextItem" ;
this . PokeContextItem . ShortcutKeyDisplayString = "Ctrl+P" ;
this . PokeContextItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . PokeContextItem . Text = "&Poke Address" ;
2013-11-28 20:02:32 +00:00
this . PokeContextItem . Click + = new System . EventHandler ( this . PokeAddressMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// ContextSeparator1
//
this . ContextSeparator1 . Name = "ContextSeparator1" ;
this . ContextSeparator1 . Size = new System . Drawing . Size ( 216 , 6 ) ;
//
// IncrementContextItem
//
this . IncrementContextItem . Name = "IncrementContextItem" ;
this . IncrementContextItem . ShortcutKeyDisplayString = "+" ;
this . IncrementContextItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . IncrementContextItem . Text = "&Increment" ;
2013-11-28 20:02:32 +00:00
this . IncrementContextItem . Click + = new System . EventHandler ( this . IncrementContextItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// DecrementContextItem
//
this . DecrementContextItem . Name = "DecrementContextItem" ;
this . DecrementContextItem . ShortcutKeyDisplayString = "-" ;
this . DecrementContextItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . DecrementContextItem . Text = "&Decrement" ;
2013-11-28 20:02:32 +00:00
this . DecrementContextItem . Click + = new System . EventHandler ( this . DecrementContextItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// ContextSeparator2
//
this . ContextSeparator2 . Name = "ContextSeparator2" ;
this . ContextSeparator2 . Size = new System . Drawing . Size ( 216 , 6 ) ;
//
// GoToContextItem
//
this . GoToContextItem . Name = "GoToContextItem" ;
this . GoToContextItem . ShortcutKeyDisplayString = "Ctrl+G" ;
this . GoToContextItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . GoToContextItem . Text = "&Go to Address..." ;
2013-11-28 20:02:32 +00:00
this . GoToContextItem . Click + = new System . EventHandler ( this . GoToAddressMenuItem_Click ) ;
2013-11-28 14:43:27 +00:00
//
// MemoryViewerBox
//
this . MemoryViewerBox . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
2013-09-14 04:44:17 +00:00
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2013-11-28 14:43:27 +00:00
this . MemoryViewerBox . ContextMenuStrip = this . ViewerContextMenuStrip ;
this . MemoryViewerBox . Controls . Add ( this . AddressLabel ) ;
2013-11-28 20:02:32 +00:00
this . MemoryViewerBox . Controls . Add ( this . HexScrollBar ) ;
2013-11-28 14:43:27 +00:00
this . MemoryViewerBox . Controls . Add ( this . AddressesLabel ) ;
this . MemoryViewerBox . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Underline , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . MemoryViewerBox . Location = new System . Drawing . Point ( 12 , 27 ) ;
this . MemoryViewerBox . MaximumSize = new System . Drawing . Size ( 600 , 1024 ) ;
this . MemoryViewerBox . MinimumSize = new System . Drawing . Size ( 260 , 180 ) ;
this . MemoryViewerBox . Name = "MemoryViewerBox" ;
this . MemoryViewerBox . Size = new System . Drawing . Size ( 558 , 262 ) ;
this . MemoryViewerBox . TabIndex = 2 ;
this . MemoryViewerBox . TabStop = false ;
this . MemoryViewerBox . Paint + = new System . Windows . Forms . PaintEventHandler ( this . MemoryViewerBox_Paint ) ;
//
// AddressLabel
//
this . AddressLabel . AutoSize = true ;
this . AddressLabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . AddressLabel . Location = new System . Drawing . Point ( 3 , 30 ) ;
this . AddressLabel . Name = "AddressLabel" ;
this . AddressLabel . Size = new System . Drawing . Size ( 25 , 13 ) ;
this . AddressLabel . TabIndex = 2 ;
this . AddressLabel . Text = " " ;
//
2013-11-28 20:02:32 +00:00
// HexScrollBar
2013-11-28 14:43:27 +00:00
//
2013-11-28 20:02:32 +00:00
this . HexScrollBar . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
2013-09-14 04:44:17 +00:00
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2013-11-28 20:02:32 +00:00
this . HexScrollBar . LargeChange = 16 ;
this . HexScrollBar . Location = new System . Drawing . Point ( 539 , 8 ) ;
this . HexScrollBar . Name = "HexScrollBar" ;
this . HexScrollBar . Size = new System . Drawing . Size ( 16 , 251 ) ;
this . HexScrollBar . TabIndex = 1 ;
this . HexScrollBar . ValueChanged + = new System . EventHandler ( this . HexScrollBar_ValueChanged ) ;
2013-11-28 14:43:27 +00:00
//
// AddressesLabel
//
this . AddressesLabel . AutoSize = true ;
this . AddressesLabel . ContextMenuStrip = this . ViewerContextMenuStrip ;
this . AddressesLabel . Location = new System . Drawing . Point ( 65 , 30 ) ;
this . AddressesLabel . Name = "AddressesLabel" ;
this . AddressesLabel . Size = new System . Drawing . Size ( 31 , 13 ) ;
this . AddressesLabel . TabIndex = 0 ;
this . AddressesLabel . Text = "RAM" ;
this . AddressesLabel . MouseDown + = new System . Windows . Forms . MouseEventHandler ( this . AddressesLabel_MouseDown ) ;
this . AddressesLabel . MouseLeave + = new System . EventHandler ( this . AddressesLabel_MouseLeave ) ;
this . AddressesLabel . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . AddressesLabel_MouseMove ) ;
this . AddressesLabel . MouseUp + = new System . Windows . Forms . MouseEventHandler ( this . AddressesLabel_MouseUp ) ;
//
// Header
//
this . Header . AutoSize = true ;
this . Header . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . Header . Location = new System . Drawing . Point ( 28 , 44 ) ;
this . Header . Name = "Header" ;
this . Header . Size = new System . Drawing . Size ( 35 , 13 ) ;
this . Header . TabIndex = 2 ;
this . Header . Text = "label1" ;
//
2014-01-30 03:10:17 +00:00
// FloatingWindowMenuItem
//
this . FloatingWindowMenuItem . Name = "FloatingWindowMenuItem" ;
this . FloatingWindowMenuItem . Size = new System . Drawing . Size ( 199 , 22 ) ;
this . FloatingWindowMenuItem . Text = "&Floating Window" ;
this . FloatingWindowMenuItem . Click + = new System . EventHandler ( this . FloatingWindowMenuItem_Click ) ;
//
2013-11-28 14:43:27 +00:00
// HexEditor
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 584 , 301 ) ;
this . Controls . Add ( this . Header ) ;
this . Controls . Add ( this . MemoryViewerBox ) ;
2013-11-28 22:06:38 +00:00
this . Controls . Add ( this . HexMenuStrip ) ;
2013-11-28 14:43:27 +00:00
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
2013-11-28 22:06:38 +00:00
this . MainMenuStrip = this . HexMenuStrip ;
2013-11-28 14:43:27 +00:00
this . MinimumSize = new System . Drawing . Size ( 360 , 180 ) ;
this . Name = "HexEditor" ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Text = "HexEditor" ;
this . Load + = new System . EventHandler ( this . HexEditor_Load ) ;
this . ResizeEnd + = new System . EventHandler ( this . HexEditor_ResizeEnd ) ;
this . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . HexEditor_KeyDown ) ;
this . KeyUp + = new System . Windows . Forms . KeyEventHandler ( this . HexEditor_KeyUp ) ;
this . MouseWheel + = new System . Windows . Forms . MouseEventHandler ( this . HexEditor_MouseWheel ) ;
this . Resize + = new System . EventHandler ( this . HexEditor_Resize ) ;
2013-11-28 22:06:38 +00:00
this . HexMenuStrip . ResumeLayout ( false ) ;
this . HexMenuStrip . PerformLayout ( ) ;
2013-11-28 14:43:27 +00:00
this . ViewerContextMenuStrip . ResumeLayout ( false ) ;
this . MemoryViewerBox . ResumeLayout ( false ) ;
this . MemoryViewerBox . PerformLayout ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
2011-03-06 15:03:17 +00:00
2013-11-28 14:43:27 +00:00
}
2011-03-06 15:03:17 +00:00
2013-11-28 14:43:27 +00:00
#endregion
2011-08-22 02:48:12 +00:00
2013-11-28 22:06:38 +00:00
public MenuStripEx HexMenuStrip ;
2013-11-28 14:58:15 +00:00
private System . Windows . Forms . ToolStripMenuItem FileSubMenu ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . ToolStripMenuItem SaveAsTextMenuItem ;
2013-11-28 14:43:27 +00:00
private System . Windows . Forms . ToolStripSeparator toolStripSeparator1 ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . ToolStripMenuItem ExitMenuItem ;
private System . Windows . Forms . ToolStripMenuItem OptionsSubMenu ;
private System . Windows . Forms . ToolStripMenuItem MemoryDomainsMenuItem ;
private System . Windows . Forms . ToolStripMenuItem DataSizeSubMenu ;
2013-11-28 14:43:27 +00:00
private System . Windows . Forms . ToolStripMenuItem DataSizeByteMenuItem ;
private System . Windows . Forms . ToolStripMenuItem DataSizeWordMenuItem ;
private System . Windows . Forms . ToolStripMenuItem DataSizeDWordMenuItem ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . ToolStripMenuItem GoToAddressMenuItem ;
private System . Windows . Forms . ToolStripMenuItem SettingsSubMenu ;
private System . Windows . Forms . ToolStripMenuItem RestoreDefaultSettingsMenuItem ;
private System . Windows . Forms . ToolStripMenuItem AutoloadMenuItem ;
private System . Windows . Forms . ToolStripMenuItem BigEndianMenuItem ;
2012-06-02 18:49:06 +00:00
private System . Windows . Forms . ContextMenuStrip ViewerContextMenuStrip ;
2013-11-28 14:43:27 +00:00
private System . Windows . Forms . ToolStripMenuItem FreezeContextItem ;
private System . Windows . Forms . ToolStripMenuItem AddToRamWatchContextItem ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator2 ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . ToolStripMenuItem AddToRamWatchMenuItem ;
private System . Windows . Forms . ToolStripMenuItem SaveWindowsPositionMenuItem ;
private System . Windows . Forms . ToolStripMenuItem FreezeAddressMenuItem ;
2013-11-28 14:43:27 +00:00
private System . Windows . Forms . ToolStripSeparator toolStripSeparator3 ;
2012-06-10 22:43:43 +00:00
public System . Windows . Forms . GroupBox MemoryViewerBox ;
2011-08-22 02:48:12 +00:00
private System . Windows . Forms . Label AddressesLabel ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . VScrollBar HexScrollBar ;
private System . Windows . Forms . ToolStripMenuItem UnfreezeAllMenuItem ;
2013-11-07 23:14:04 +00:00
private System . Windows . Forms . ToolStripMenuItem UnfreezeAllContextItem ;
private System . Windows . Forms . ToolStripSeparator ContextSeparator1 ;
private System . Windows . Forms . ToolStripMenuItem IncrementContextItem ;
private System . Windows . Forms . ToolStripMenuItem DecrementContextItem ;
private System . Windows . Forms . ToolStripMenuItem GoToContextItem ;
private System . Windows . Forms . ToolStripSeparator ContextSeparator2 ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . ToolStripMenuItem EditMenuItem ;
private System . Windows . Forms . ToolStripMenuItem CopyMenuItem ;
private System . Windows . Forms . ToolStripMenuItem PasteMenuItem ;
private System . Windows . Forms . ToolStripMenuItem FindMenuItem ;
2012-06-10 16:34:35 +00:00
private System . Windows . Forms . ToolStripSeparator toolStripSeparator6 ;
2013-11-28 14:58:15 +00:00
private System . Windows . Forms . ToolStripMenuItem SaveAsBinaryMenuItem ;
2013-11-28 14:43:27 +00:00
private System . Windows . Forms . ToolStripSeparator toolStripSeparator7 ;
private System . Windows . Forms . ToolStripMenuItem resetToDefaultToolStripMenuItem ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . ToolStripMenuItem CustomColorsSubMenu ;
private System . Windows . Forms . ToolStripMenuItem SetColorsMenuItem ;
2012-06-10 22:43:43 +00:00
private System . Windows . Forms . ToolStripSeparator toolStripSeparator8 ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . ToolStripMenuItem ResetColorsToDefaultMenuItem ;
2012-06-13 02:44:19 +00:00
public System . Windows . Forms . Label Header ;
2012-06-18 03:34:14 +00:00
private System . Windows . Forms . Label AddressLabel ;
2013-11-07 23:14:04 +00:00
private System . Windows . Forms . ToolStripMenuItem CopyContextItem ;
private System . Windows . Forms . ToolStripMenuItem PasteContextItem ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . ToolStripMenuItem FindNextMenuItem ;
private System . Windows . Forms . ToolStripMenuItem FindPrevMenuItem ;
2013-11-28 14:58:15 +00:00
private System . Windows . Forms . ToolStripMenuItem SaveMenuItem ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . ToolStripMenuItem PokeAddressMenuItem ;
2013-11-07 23:14:04 +00:00
private System . Windows . Forms . ToolStripMenuItem PokeContextItem ;
2013-11-28 20:02:32 +00:00
private System . Windows . Forms . ToolStripMenuItem AlwaysOnTopMenuItem ;
2014-01-30 03:10:17 +00:00
private System . Windows . Forms . ToolStripMenuItem FloatingWindowMenuItem ;
2013-11-28 14:43:27 +00:00
}
2011-03-06 15:03:17 +00:00
}