2011-03-06 15:03:17 +00:00
namespace BizHawk.MultiClient
{
partial class HexEditor
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <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 ) ;
}
#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 ( )
{
2011-08-25 01:49:22 +00:00
this . components = new System . ComponentModel . Container ( ) ;
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( HexEditor ) ) ;
this . menuStrip1 = new System . Windows . Forms . MenuStrip ( ) ;
this . fileToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . dumpToFileToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2012-06-10 17:28:38 +00:00
this . saveAsBinaryToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2011-08-25 01:49:22 +00:00
this . toolStripSeparator1 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . exitToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2012-06-10 16:34:35 +00:00
this . editToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . copyToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . pasteToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2012-06-10 17:28:38 +00:00
this . toolStripSeparator6 = new System . Windows . Forms . ToolStripSeparator ( ) ;
2012-06-10 16:34:35 +00:00
this . findToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2011-08-25 01:49:22 +00:00
this . optionsToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . memoryDomainsToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . dataSizeToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . byteToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . byteToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . byteToolStripMenuItem2 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . enToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator2 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . goToAddressToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . addToRamWatchToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . freezeAddressToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2011-08-26 00:20:42 +00:00
this . unfreezeAllToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2011-08-25 01:49:22 +00:00
this . settingsToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . autoloadToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2012-06-10 22:54:41 +00:00
this . customColorsToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . setColorsToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator8 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . resetToDefaultToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2011-08-25 01:49:22 +00:00
this . saveWindowsSettingsToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator3 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . restoreWindowSizeToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2012-06-10 22:43:43 +00:00
this . setColorsToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator7 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . resetToDefaultToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2011-08-25 01:49:22 +00:00
this . ViewerContextMenuStrip = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
2012-06-20 01:01:18 +00:00
this . copyToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . pasteToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2011-08-25 01:49:22 +00:00
this . freezeToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . addToRamWatchToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2011-08-26 00:20:42 +00:00
this . unfreezeAllToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2012-03-08 18:33:57 +00:00
this . toolStripSeparator4 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . incrementToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . decrementToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2012-06-09 22:04:09 +00:00
this . toolStripSeparator5 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . gotoAddressToolStripMenuItem1 = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2012-03-09 01:33:55 +00:00
this . MemoryViewerBox = new System . Windows . Forms . GroupBox ( ) ;
2012-06-19 02:42:07 +00:00
this . AddressLabel = new System . Windows . Forms . Label ( ) ;
2012-03-09 01:33:55 +00:00
this . vScrollBar1 = new System . Windows . Forms . VScrollBar ( ) ;
this . AddressesLabel = new System . Windows . Forms . Label ( ) ;
2012-06-13 02:18:34 +00:00
this . Header = new System . Windows . Forms . Label ( ) ;
2012-06-23 18:45:01 +00:00
this . findNextToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . findPrevToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2011-08-25 01:49:22 +00:00
this . menuStrip1 . SuspendLayout ( ) ;
this . ViewerContextMenuStrip . SuspendLayout ( ) ;
this . MemoryViewerBox . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// menuStrip1
//
this . menuStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2011-03-06 15:03:17 +00:00
this . fileToolStripMenuItem ,
2012-06-10 16:34:35 +00:00
this . editToolStripMenuItem ,
2011-03-06 19:25:37 +00:00
this . optionsToolStripMenuItem ,
this . settingsToolStripMenuItem } ) ;
2011-08-25 01:49:22 +00:00
this . menuStrip1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . menuStrip1 . Name = "menuStrip1" ;
this . menuStrip1 . Size = new System . Drawing . Size ( 584 , 24 ) ;
this . menuStrip1 . TabIndex = 1 ;
this . menuStrip1 . Text = "menuStrip1" ;
//
// fileToolStripMenuItem
//
this . fileToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2011-03-06 15:03:17 +00:00
this . dumpToFileToolStripMenuItem ,
2012-06-10 17:28:38 +00:00
this . saveAsBinaryToolStripMenuItem ,
2011-03-06 15:03:17 +00:00
this . toolStripSeparator1 ,
this . exitToolStripMenuItem } ) ;
2011-08-25 01:49:22 +00:00
this . fileToolStripMenuItem . Name = "fileToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . fileToolStripMenuItem . Size = new System . Drawing . Size ( 37 , 20 ) ;
2011-08-25 01:49:22 +00:00
this . fileToolStripMenuItem . Text = "&File" ;
//
// dumpToFileToolStripMenuItem
//
this . dumpToFileToolStripMenuItem . Name = "dumpToFileToolStripMenuItem" ;
2012-06-10 17:28:38 +00:00
this . dumpToFileToolStripMenuItem . Size = new System . Drawing . Size ( 157 , 22 ) ;
this . dumpToFileToolStripMenuItem . Text = "Save as text..." ;
2011-08-25 01:49:22 +00:00
this . dumpToFileToolStripMenuItem . Click + = new System . EventHandler ( this . dumpToFileToolStripMenuItem_Click ) ;
//
2012-06-10 17:28:38 +00:00
// saveAsBinaryToolStripMenuItem
//
this . saveAsBinaryToolStripMenuItem . Name = "saveAsBinaryToolStripMenuItem" ;
this . saveAsBinaryToolStripMenuItem . Size = new System . Drawing . Size ( 157 , 22 ) ;
this . saveAsBinaryToolStripMenuItem . Text = "Save as binary..." ;
this . saveAsBinaryToolStripMenuItem . Click + = new System . EventHandler ( this . saveAsBinaryToolStripMenuItem_Click ) ;
//
2011-08-25 01:49:22 +00:00
// toolStripSeparator1
//
this . toolStripSeparator1 . Name = "toolStripSeparator1" ;
2012-06-10 17:28:38 +00:00
this . toolStripSeparator1 . Size = new System . Drawing . Size ( 154 , 6 ) ;
2011-08-25 01:49:22 +00:00
//
// exitToolStripMenuItem
//
this . exitToolStripMenuItem . Name = "exitToolStripMenuItem" ;
this . exitToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Alt | System . Windows . Forms . Keys . F4 ) ) ) ;
2012-06-10 17:28:38 +00:00
this . exitToolStripMenuItem . Size = new System . Drawing . Size ( 157 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . exitToolStripMenuItem . Text = "E&xit" ;
this . exitToolStripMenuItem . Click + = new System . EventHandler ( this . exitToolStripMenuItem_Click ) ;
//
2012-06-10 16:34:35 +00:00
// editToolStripMenuItem
//
this . editToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . copyToolStripMenuItem ,
this . pasteToolStripMenuItem ,
this . toolStripSeparator6 ,
2012-06-23 18:45:01 +00:00
this . findToolStripMenuItem1 ,
this . findNextToolStripMenuItem ,
this . findPrevToolStripMenuItem } ) ;
2012-06-10 16:34:35 +00:00
this . editToolStripMenuItem . Name = "editToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . editToolStripMenuItem . Size = new System . Drawing . Size ( 39 , 20 ) ;
2012-06-10 16:34:35 +00:00
this . editToolStripMenuItem . Text = "&Edit" ;
2012-06-23 18:45:01 +00:00
this . editToolStripMenuItem . DropDownOpened + = new System . EventHandler ( this . editToolStripMenuItem_DropDownOpened ) ;
2012-06-10 16:34:35 +00:00
//
// copyToolStripMenuItem
//
2012-06-10 17:28:38 +00:00
this . copyToolStripMenuItem . Image = global :: BizHawk . MultiClient . Properties . Resources . Duplicate ;
2012-06-10 16:34:35 +00:00
this . copyToolStripMenuItem . Name = "copyToolStripMenuItem" ;
this . copyToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . C ) ) ) ;
2012-06-23 18:45:01 +00:00
this . copyToolStripMenuItem . Size = new System . Drawing . Size ( 152 , 22 ) ;
2012-06-10 16:34:35 +00:00
this . copyToolStripMenuItem . Text = "&Copy" ;
this . copyToolStripMenuItem . Click + = new System . EventHandler ( this . copyToolStripMenuItem_Click ) ;
//
// pasteToolStripMenuItem
//
2012-06-10 17:28:38 +00:00
this . pasteToolStripMenuItem . Image = global :: BizHawk . MultiClient . Properties . Resources . Paste ;
2012-06-10 16:34:35 +00:00
this . pasteToolStripMenuItem . Name = "pasteToolStripMenuItem" ;
this . pasteToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . V ) ) ) ;
2012-06-23 18:45:01 +00:00
this . pasteToolStripMenuItem . Size = new System . Drawing . Size ( 152 , 22 ) ;
2012-06-10 16:34:35 +00:00
this . pasteToolStripMenuItem . Text = "&Paste" ;
this . pasteToolStripMenuItem . Click + = new System . EventHandler ( this . pasteToolStripMenuItem_Click ) ;
//
2012-06-10 17:28:38 +00:00
// toolStripSeparator6
//
this . toolStripSeparator6 . Name = "toolStripSeparator6" ;
2012-06-23 18:45:01 +00:00
this . toolStripSeparator6 . Size = new System . Drawing . Size ( 149 , 6 ) ;
2012-06-10 17:28:38 +00:00
//
2012-06-10 16:34:35 +00:00
// findToolStripMenuItem1
//
this . findToolStripMenuItem1 . Name = "findToolStripMenuItem1" ;
this . findToolStripMenuItem1 . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . F ) ) ) ;
2012-06-23 18:45:01 +00:00
this . findToolStripMenuItem1 . Size = new System . Drawing . Size ( 152 , 22 ) ;
2012-06-10 16:34:35 +00:00
this . findToolStripMenuItem1 . Text = "&Find..." ;
this . findToolStripMenuItem1 . Click + = new System . EventHandler ( this . findToolStripMenuItem1_Click ) ;
//
2011-08-25 01:49:22 +00:00
// optionsToolStripMenuItem
//
this . optionsToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2011-03-06 15:03:17 +00:00
this . memoryDomainsToolStripMenuItem ,
2011-03-06 15:25:21 +00:00
this . dataSizeToolStripMenuItem ,
2011-03-07 04:40:51 +00:00
this . enToolStripMenuItem ,
2011-03-08 14:50:12 +00:00
this . toolStripSeparator2 ,
this . goToAddressToolStripMenuItem ,
2011-03-24 01:42:53 +00:00
this . addToRamWatchToolStripMenuItem1 ,
2011-08-25 01:49:22 +00:00
this . freezeAddressToolStripMenuItem ,
this . unfreezeAllToolStripMenuItem } ) ;
this . optionsToolStripMenuItem . Name = "optionsToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . optionsToolStripMenuItem . Size = new System . Drawing . Size ( 61 , 20 ) ;
2011-08-25 01:49:22 +00:00
this . optionsToolStripMenuItem . Text = "&Options" ;
this . optionsToolStripMenuItem . DropDownOpened + = new System . EventHandler ( this . optionsToolStripMenuItem_DropDownOpened ) ;
//
// memoryDomainsToolStripMenuItem
//
this . memoryDomainsToolStripMenuItem . Name = "memoryDomainsToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . memoryDomainsToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . memoryDomainsToolStripMenuItem . Text = "&Memory Domains" ;
this . memoryDomainsToolStripMenuItem . DropDownOpened + = new System . EventHandler ( this . memoryDomainsToolStripMenuItem_DropDownOpened ) ;
//
// dataSizeToolStripMenuItem
//
this . dataSizeToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2011-03-06 15:03:17 +00:00
this . byteToolStripMenuItem ,
this . byteToolStripMenuItem1 ,
this . byteToolStripMenuItem2 } ) ;
2011-08-25 01:49:22 +00:00
this . dataSizeToolStripMenuItem . Name = "dataSizeToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . dataSizeToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . dataSizeToolStripMenuItem . Text = "Data Size" ;
//
// byteToolStripMenuItem
//
this . byteToolStripMenuItem . Name = "byteToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . byteToolStripMenuItem . Size = new System . Drawing . Size ( 106 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . byteToolStripMenuItem . Text = "1 Byte" ;
this . byteToolStripMenuItem . Click + = new System . EventHandler ( this . byteToolStripMenuItem_Click ) ;
//
// byteToolStripMenuItem1
//
this . byteToolStripMenuItem1 . Name = "byteToolStripMenuItem1" ;
2012-06-23 18:45:01 +00:00
this . byteToolStripMenuItem1 . Size = new System . Drawing . Size ( 106 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . byteToolStripMenuItem1 . Text = "2 Byte" ;
this . byteToolStripMenuItem1 . Click + = new System . EventHandler ( this . byteToolStripMenuItem1_Click ) ;
//
// byteToolStripMenuItem2
//
this . byteToolStripMenuItem2 . Name = "byteToolStripMenuItem2" ;
2012-06-23 18:45:01 +00:00
this . byteToolStripMenuItem2 . Size = new System . Drawing . Size ( 106 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . byteToolStripMenuItem2 . Text = "4 Byte" ;
this . byteToolStripMenuItem2 . Click + = new System . EventHandler ( this . byteToolStripMenuItem2_Click ) ;
//
// enToolStripMenuItem
//
this . enToolStripMenuItem . Name = "enToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . enToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . enToolStripMenuItem . Text = "Big Endian" ;
this . enToolStripMenuItem . Click + = new System . EventHandler ( this . enToolStripMenuItem_Click ) ;
//
// toolStripSeparator2
//
this . toolStripSeparator2 . Name = "toolStripSeparator2" ;
2012-06-23 18:45:01 +00:00
this . toolStripSeparator2 . Size = new System . Drawing . Size ( 216 , 6 ) ;
2011-08-25 01:49:22 +00:00
//
// goToAddressToolStripMenuItem
//
this . goToAddressToolStripMenuItem . Name = "goToAddressToolStripMenuItem" ;
this . goToAddressToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Control | System . Windows . Forms . Keys . G ) ) ) ;
2012-06-23 18:45:01 +00:00
this . goToAddressToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . goToAddressToolStripMenuItem . Text = "&Go to Address..." ;
this . goToAddressToolStripMenuItem . Click + = new System . EventHandler ( this . goToAddressToolStripMenuItem_Click ) ;
//
// addToRamWatchToolStripMenuItem1
//
this . addToRamWatchToolStripMenuItem1 . Image = global :: BizHawk . MultiClient . Properties . Resources . FindHS ;
this . addToRamWatchToolStripMenuItem1 . Name = "addToRamWatchToolStripMenuItem1" ;
2012-03-10 02:31:34 +00:00
this . addToRamWatchToolStripMenuItem1 . ShortcutKeyDisplayString = "Ctrl+W" ;
2012-06-23 18:45:01 +00:00
this . addToRamWatchToolStripMenuItem1 . Size = new System . Drawing . Size ( 219 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . addToRamWatchToolStripMenuItem1 . Text = "Add to Ram Watch" ;
this . addToRamWatchToolStripMenuItem1 . Click + = new System . EventHandler ( this . addToRamWatchToolStripMenuItem1_Click ) ;
//
// freezeAddressToolStripMenuItem
//
this . freezeAddressToolStripMenuItem . Image = global :: BizHawk . MultiClient . Properties . Resources . Freeze ;
this . freezeAddressToolStripMenuItem . Name = "freezeAddressToolStripMenuItem" ;
2012-03-09 01:50:39 +00:00
this . freezeAddressToolStripMenuItem . ShortcutKeyDisplayString = "Space" ;
2012-06-23 18:45:01 +00:00
this . freezeAddressToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . freezeAddressToolStripMenuItem . Text = "&Freeze Address" ;
this . freezeAddressToolStripMenuItem . Click + = new System . EventHandler ( this . freezeAddressToolStripMenuItem_Click ) ;
//
2011-08-26 00:20:42 +00:00
// unfreezeAllToolStripMenuItem
//
this . unfreezeAllToolStripMenuItem . Image = global :: BizHawk . MultiClient . Properties . Resources . Unfreeze ;
this . unfreezeAllToolStripMenuItem . Name = "unfreezeAllToolStripMenuItem" ;
2012-03-09 01:43:52 +00:00
this . unfreezeAllToolStripMenuItem . ShortcutKeys = ( ( System . Windows . Forms . Keys ) ( ( System . Windows . Forms . Keys . Shift | System . Windows . Forms . Keys . Delete ) ) ) ;
2012-06-23 18:45:01 +00:00
this . unfreezeAllToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
2011-08-26 00:20:42 +00:00
this . unfreezeAllToolStripMenuItem . Text = "Unfreeze All" ;
this . unfreezeAllToolStripMenuItem . Click + = new System . EventHandler ( this . unfreezeAllToolStripMenuItem_Click ) ;
//
2011-08-25 01:49:22 +00:00
// settingsToolStripMenuItem
//
this . settingsToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2011-03-10 03:33:53 +00:00
this . autoloadToolStripMenuItem ,
2012-06-10 22:43:43 +00:00
this . customColorsToolStripMenuItem ,
2011-03-29 20:06:03 +00:00
this . saveWindowsSettingsToolStripMenuItem ,
this . toolStripSeparator3 ,
this . restoreWindowSizeToolStripMenuItem } ) ;
2011-08-25 01:49:22 +00:00
this . settingsToolStripMenuItem . Name = "settingsToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . settingsToolStripMenuItem . Size = new System . Drawing . Size ( 61 , 20 ) ;
2011-08-25 01:49:22 +00:00
this . settingsToolStripMenuItem . Text = "&Settings" ;
this . settingsToolStripMenuItem . DropDownOpened + = new System . EventHandler ( this . settingsToolStripMenuItem_DropDownOpened ) ;
//
// autoloadToolStripMenuItem
//
this . autoloadToolStripMenuItem . Name = "autoloadToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . autoloadToolStripMenuItem . Size = new System . Drawing . Size ( 192 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . autoloadToolStripMenuItem . Text = "Auto-load" ;
this . autoloadToolStripMenuItem . Click + = new System . EventHandler ( this . autoloadToolStripMenuItem_Click ) ;
//
2012-06-10 22:54:41 +00:00
// customColorsToolStripMenuItem
//
this . customColorsToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . setColorsToolStripMenuItem1 ,
this . toolStripSeparator8 ,
this . resetToDefaultToolStripMenuItem1 } ) ;
this . customColorsToolStripMenuItem . Name = "customColorsToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . customColorsToolStripMenuItem . Size = new System . Drawing . Size ( 192 , 22 ) ;
2012-06-10 22:54:41 +00:00
this . customColorsToolStripMenuItem . Text = "Custom Colors" ;
//
// setColorsToolStripMenuItem1
//
this . setColorsToolStripMenuItem1 . Name = "setColorsToolStripMenuItem1" ;
2012-06-23 18:45:01 +00:00
this . setColorsToolStripMenuItem1 . Size = new System . Drawing . Size ( 157 , 22 ) ;
2012-06-10 22:54:41 +00:00
this . setColorsToolStripMenuItem1 . Text = "Set Colors" ;
this . setColorsToolStripMenuItem1 . Click + = new System . EventHandler ( this . setColorsToolStripMenuItem1_Click ) ;
//
// toolStripSeparator8
//
this . toolStripSeparator8 . Name = "toolStripSeparator8" ;
2012-06-23 18:45:01 +00:00
this . toolStripSeparator8 . Size = new System . Drawing . Size ( 154 , 6 ) ;
2012-06-10 22:54:41 +00:00
//
// resetToDefaultToolStripMenuItem1
//
this . resetToDefaultToolStripMenuItem1 . Name = "resetToDefaultToolStripMenuItem1" ;
2012-06-23 18:45:01 +00:00
this . resetToDefaultToolStripMenuItem1 . Size = new System . Drawing . Size ( 157 , 22 ) ;
2012-06-10 22:54:41 +00:00
this . resetToDefaultToolStripMenuItem1 . Text = "Reset to Default" ;
this . resetToDefaultToolStripMenuItem1 . Click + = new System . EventHandler ( this . resetToDefaultToolStripMenuItem1_Click ) ;
//
2011-08-25 01:49:22 +00:00
// saveWindowsSettingsToolStripMenuItem
//
this . saveWindowsSettingsToolStripMenuItem . Name = "saveWindowsSettingsToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . saveWindowsSettingsToolStripMenuItem . Size = new System . Drawing . Size ( 192 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . saveWindowsSettingsToolStripMenuItem . Text = "Save windows settings" ;
this . saveWindowsSettingsToolStripMenuItem . Click + = new System . EventHandler ( this . saveWindowsSettingsToolStripMenuItem_Click ) ;
//
// toolStripSeparator3
//
this . toolStripSeparator3 . Name = "toolStripSeparator3" ;
2012-06-23 18:45:01 +00:00
this . toolStripSeparator3 . Size = new System . Drawing . Size ( 189 , 6 ) ;
2011-08-25 01:49:22 +00:00
//
// restoreWindowSizeToolStripMenuItem
//
this . restoreWindowSizeToolStripMenuItem . Name = "restoreWindowSizeToolStripMenuItem" ;
2012-06-23 18:45:01 +00:00
this . restoreWindowSizeToolStripMenuItem . Size = new System . Drawing . Size ( 192 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . restoreWindowSizeToolStripMenuItem . Text = "&Restore Window Size" ;
this . restoreWindowSizeToolStripMenuItem . Click + = new System . EventHandler ( this . restoreWindowSizeToolStripMenuItem_Click ) ;
//
2012-06-10 22:43:43 +00:00
// setColorsToolStripMenuItem
//
this . setColorsToolStripMenuItem . Name = "setColorsToolStripMenuItem" ;
this . setColorsToolStripMenuItem . Size = new System . Drawing . Size ( 157 , 22 ) ;
this . setColorsToolStripMenuItem . Text = "Set Colors" ;
this . setColorsToolStripMenuItem . Click + = new System . EventHandler ( this . setColorsToolStripMenuItem_Click ) ;
//
// 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" ;
//
2011-08-25 01:49:22 +00:00
// ViewerContextMenuStrip
//
this . ViewerContextMenuStrip . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2012-06-19 02:42:07 +00:00
this . copyToolStripMenuItem1 ,
this . pasteToolStripMenuItem1 ,
2011-03-08 13:33:46 +00:00
this . freezeToolStripMenuItem ,
2011-08-25 01:49:22 +00:00
this . addToRamWatchToolStripMenuItem ,
2012-03-08 18:33:57 +00:00
this . unfreezeAllToolStripMenuItem1 ,
this . toolStripSeparator4 ,
this . incrementToolStripMenuItem ,
2012-06-02 21:18:21 +00:00
this . decrementToolStripMenuItem ,
this . toolStripSeparator5 ,
this . gotoAddressToolStripMenuItem1 } ) ;
2011-08-25 01:49:22 +00:00
this . ViewerContextMenuStrip . Name = "ViewerContextMenuStrip" ;
2012-06-19 02:42:07 +00:00
this . ViewerContextMenuStrip . Size = new System . Drawing . Size ( 220 , 214 ) ;
2012-03-09 01:33:55 +00:00
this . ViewerContextMenuStrip . Opening + = new System . ComponentModel . CancelEventHandler ( this . ViewerContextMenuStrip_Opening ) ;
2011-08-25 01:49:22 +00:00
//
2012-06-20 01:01:18 +00:00
// copyToolStripMenuItem1
//
this . copyToolStripMenuItem1 . Image = global :: BizHawk . MultiClient . Properties . Resources . Duplicate ;
this . copyToolStripMenuItem1 . Name = "copyToolStripMenuItem1" ;
this . copyToolStripMenuItem1 . ShortcutKeyDisplayString = "Ctrl+C" ;
this . copyToolStripMenuItem1 . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . copyToolStripMenuItem1 . Text = "&Copy" ;
this . copyToolStripMenuItem1 . Click + = new System . EventHandler ( this . copyToolStripMenuItem1_Click ) ;
//
// pasteToolStripMenuItem1
//
this . pasteToolStripMenuItem1 . Image = global :: BizHawk . MultiClient . Properties . Resources . Paste ;
this . pasteToolStripMenuItem1 . Name = "pasteToolStripMenuItem1" ;
this . pasteToolStripMenuItem1 . ShortcutKeyDisplayString = "Ctrl+V" ;
this . pasteToolStripMenuItem1 . Size = new System . Drawing . Size ( 219 , 22 ) ;
this . pasteToolStripMenuItem1 . Text = "&Paste" ;
this . pasteToolStripMenuItem1 . Click + = new System . EventHandler ( this . pasteToolStripMenuItem1_Click ) ;
//
2011-08-25 01:49:22 +00:00
// freezeToolStripMenuItem
//
this . freezeToolStripMenuItem . Image = global :: BizHawk . MultiClient . Properties . Resources . Freeze ;
this . freezeToolStripMenuItem . Name = "freezeToolStripMenuItem" ;
2012-03-09 01:43:52 +00:00
this . freezeToolStripMenuItem . ShortcutKeyDisplayString = "Space" ;
2012-04-06 02:04:00 +00:00
this . freezeToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . freezeToolStripMenuItem . Text = "&Freeze" ;
this . freezeToolStripMenuItem . Click + = new System . EventHandler ( this . freezeToolStripMenuItem_Click ) ;
//
// addToRamWatchToolStripMenuItem
//
this . addToRamWatchToolStripMenuItem . Image = global :: BizHawk . MultiClient . Properties . Resources . FindHS ;
this . addToRamWatchToolStripMenuItem . Name = "addToRamWatchToolStripMenuItem" ;
2012-04-06 02:04:00 +00:00
this . addToRamWatchToolStripMenuItem . ShortcutKeyDisplayString = "Ctrl+W" ;
this . addToRamWatchToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
2011-08-25 01:49:22 +00:00
this . addToRamWatchToolStripMenuItem . Text = "&Add to Ram Watch" ;
this . addToRamWatchToolStripMenuItem . Click + = new System . EventHandler ( this . addToRamWatchToolStripMenuItem_Click ) ;
//
2011-08-26 00:20:42 +00:00
// unfreezeAllToolStripMenuItem1
//
this . unfreezeAllToolStripMenuItem1 . Image = global :: BizHawk . MultiClient . Properties . Resources . Unfreeze ;
this . unfreezeAllToolStripMenuItem1 . Name = "unfreezeAllToolStripMenuItem1" ;
2012-03-09 01:43:52 +00:00
this . unfreezeAllToolStripMenuItem1 . ShortcutKeyDisplayString = "Shift+Del" ;
2012-04-06 02:04:00 +00:00
this . unfreezeAllToolStripMenuItem1 . Size = new System . Drawing . Size ( 219 , 22 ) ;
2011-08-26 00:20:42 +00:00
this . unfreezeAllToolStripMenuItem1 . Text = "&Unfreeze All" ;
this . unfreezeAllToolStripMenuItem1 . Click + = new System . EventHandler ( this . unfreezeAllToolStripMenuItem1_Click ) ;
//
2012-03-09 01:33:55 +00:00
// toolStripSeparator4
//
this . toolStripSeparator4 . Name = "toolStripSeparator4" ;
2012-04-06 02:04:00 +00:00
this . toolStripSeparator4 . Size = new System . Drawing . Size ( 216 , 6 ) ;
2012-03-09 01:33:55 +00:00
//
// incrementToolStripMenuItem
//
this . incrementToolStripMenuItem . Name = "incrementToolStripMenuItem" ;
this . incrementToolStripMenuItem . ShortcutKeyDisplayString = "+" ;
2012-04-06 02:04:00 +00:00
this . incrementToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
2012-03-09 01:33:55 +00:00
this . incrementToolStripMenuItem . Text = "&Increment" ;
this . incrementToolStripMenuItem . Click + = new System . EventHandler ( this . incrementToolStripMenuItem_Click ) ;
//
// decrementToolStripMenuItem
//
this . decrementToolStripMenuItem . Name = "decrementToolStripMenuItem" ;
this . decrementToolStripMenuItem . ShortcutKeyDisplayString = "-" ;
2012-04-06 02:04:00 +00:00
this . decrementToolStripMenuItem . Size = new System . Drawing . Size ( 219 , 22 ) ;
2012-03-09 01:33:55 +00:00
this . decrementToolStripMenuItem . Text = "&Decrement" ;
this . decrementToolStripMenuItem . Click + = new System . EventHandler ( this . decrementToolStripMenuItem_Click ) ;
//
2012-06-09 22:04:09 +00:00
// toolStripSeparator5
//
this . toolStripSeparator5 . Name = "toolStripSeparator5" ;
this . toolStripSeparator5 . Size = new System . Drawing . Size ( 216 , 6 ) ;
//
// gotoAddressToolStripMenuItem1
//
this . gotoAddressToolStripMenuItem1 . Name = "gotoAddressToolStripMenuItem1" ;
this . gotoAddressToolStripMenuItem1 . ShortcutKeyDisplayString = "Ctrl+G" ;
this . gotoAddressToolStripMenuItem1 . Size = new System . Drawing . Size ( 219 , 22 ) ;
2012-06-19 02:42:07 +00:00
this . gotoAddressToolStripMenuItem1 . Text = "&Go to Address..." ;
2012-06-09 22:04:09 +00:00
this . gotoAddressToolStripMenuItem1 . Click + = new System . EventHandler ( this . gotoAddressToolStripMenuItem1_Click ) ;
//
2011-08-25 01:49:22 +00:00
// MemoryViewerBox
//
2012-03-08 18:33:57 +00:00
this . MemoryViewerBox . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2011-08-25 01:49:22 +00:00
this . MemoryViewerBox . ContextMenuStrip = this . ViewerContextMenuStrip ;
2012-06-18 03:34:14 +00:00
this . MemoryViewerBox . Controls . Add ( this . AddressLabel ) ;
2011-08-25 01:49:22 +00:00
this . MemoryViewerBox . Controls . Add ( this . vScrollBar1 ) ;
this . MemoryViewerBox . Controls . Add ( this . AddressesLabel ) ;
2012-06-10 22:43:43 +00:00
this . MemoryViewerBox . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Underline , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2011-08-25 01:49:22 +00:00
this . MemoryViewerBox . Location = new System . Drawing . Point ( 12 , 27 ) ;
this . MemoryViewerBox . MaximumSize = new System . Drawing . Size ( 600 , 1024 ) ;
2012-06-20 01:01:18 +00:00
this . MemoryViewerBox . MinimumSize = new System . Drawing . Size ( 260 , 180 ) ;
2011-08-25 01:49:22 +00:00
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 ) ;
//
2012-06-19 02:42:07 +00:00
// 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 = " " ;
//
2011-08-25 01:49:22 +00:00
// vScrollBar1
//
2012-03-08 18:33:57 +00:00
this . vScrollBar1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2011-08-25 01:49:22 +00:00
this . vScrollBar1 . LargeChange = 16 ;
this . vScrollBar1 . Location = new System . Drawing . Point ( 539 , 8 ) ;
this . vScrollBar1 . Name = "vScrollBar1" ;
this . vScrollBar1 . Size = new System . Drawing . Size ( 16 , 251 ) ;
this . vScrollBar1 . TabIndex = 1 ;
this . vScrollBar1 . Scroll + = new System . Windows . Forms . ScrollEventHandler ( this . vScrollBar1_Scroll ) ;
//
// AddressesLabel
//
this . AddressesLabel . AutoSize = true ;
this . AddressesLabel . ContextMenuStrip = this . ViewerContextMenuStrip ;
2012-06-18 03:34:14 +00:00
this . AddressesLabel . Location = new System . Drawing . Point ( 48 , 30 ) ;
2011-08-25 01:49:22 +00:00
this . AddressesLabel . Name = "AddressesLabel" ;
2012-06-10 22:43:43 +00:00
this . AddressesLabel . Size = new System . Drawing . Size ( 31 , 13 ) ;
2011-08-25 01:49:22 +00:00
this . AddressesLabel . TabIndex = 0 ;
this . AddressesLabel . Text = "RAM" ;
2011-09-11 01:39:26 +00:00
this . AddressesLabel . MouseClick + = new System . Windows . Forms . MouseEventHandler ( this . AddressesLabel_MouseClick ) ;
2011-08-25 01:49:22 +00:00
this . AddressesLabel . MouseLeave + = new System . EventHandler ( this . AddressesLabel_MouseLeave ) ;
this . AddressesLabel . MouseMove + = new System . Windows . Forms . MouseEventHandler ( this . AddressesLabel_MouseMove ) ;
//
2012-06-13 02:18:34 +00:00
// 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 ( 18 , 44 ) ;
this . Header . Name = "Header" ;
this . Header . Size = new System . Drawing . Size ( 35 , 13 ) ;
this . Header . TabIndex = 2 ;
this . Header . Text = "label1" ;
//
2012-06-23 18:45:01 +00:00
// findNextToolStripMenuItem
//
this . findNextToolStripMenuItem . Name = "findNextToolStripMenuItem" ;
this . findNextToolStripMenuItem . ShortcutKeys = System . Windows . Forms . Keys . F3 ;
this . findNextToolStripMenuItem . Size = new System . Drawing . Size ( 152 , 22 ) ;
this . findNextToolStripMenuItem . Text = "Find Next" ;
this . findNextToolStripMenuItem . Click + = new System . EventHandler ( this . findNextToolStripMenuItem_Click ) ;
//
// findPrevToolStripMenuItem
//
this . findPrevToolStripMenuItem . Name = "findPrevToolStripMenuItem" ;
this . findPrevToolStripMenuItem . ShortcutKeys = System . Windows . Forms . Keys . F2 ;
this . findPrevToolStripMenuItem . Size = new System . Drawing . Size ( 152 , 22 ) ;
this . findPrevToolStripMenuItem . Text = "Find Prev" ;
this . findPrevToolStripMenuItem . Click + = new System . EventHandler ( this . findPrevToolStripMenuItem_Click ) ;
//
2011-08-25 01:49:22 +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 ) ;
2012-06-13 02:18:34 +00:00
this . Controls . Add ( this . Header ) ;
2011-08-25 01:49:22 +00:00
this . Controls . Add ( this . MemoryViewerBox ) ;
this . Controls . Add ( this . menuStrip1 ) ;
this . Icon = ( ( System . Drawing . Icon ) ( resources . GetObject ( "$this.Icon" ) ) ) ;
this . MainMenuStrip = this . menuStrip1 ;
2012-06-20 01:01:18 +00:00
this . MinimumSize = new System . Drawing . Size ( 360 , 180 ) ;
2011-08-25 01:49:22 +00:00
this . Name = "HexEditor" ;
this . Text = "HexEditor" ;
this . Load + = new System . EventHandler ( this . HexEditor_Load ) ;
2011-09-11 01:39:26 +00:00
this . ResizeEnd + = new System . EventHandler ( this . HexEditor_ResizeEnd ) ;
this . KeyDown + = new System . Windows . Forms . KeyEventHandler ( this . HexEditor_KeyDown ) ;
2011-08-25 01:49:22 +00:00
this . KeyUp + = new System . Windows . Forms . KeyEventHandler ( this . HexEditor_KeyUp ) ;
2011-09-11 01:39:26 +00:00
this . MouseWheel + = new System . Windows . Forms . MouseEventHandler ( this . HexEditor_MouseWheel ) ;
2011-08-25 01:49:22 +00:00
this . Resize + = new System . EventHandler ( this . HexEditor_Resize ) ;
this . menuStrip1 . ResumeLayout ( false ) ;
this . menuStrip1 . PerformLayout ( ) ;
this . ViewerContextMenuStrip . ResumeLayout ( false ) ;
this . MemoryViewerBox . ResumeLayout ( false ) ;
this . MemoryViewerBox . PerformLayout ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
2011-03-06 15:03:17 +00:00
}
#endregion
2011-08-22 02:48:12 +00:00
2012-06-10 22:43:43 +00:00
public System . Windows . Forms . MenuStrip menuStrip1 ;
2011-03-06 15:03:17 +00:00
private System . Windows . Forms . ToolStripMenuItem fileToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem dumpToFileToolStripMenuItem ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator1 ;
private System . Windows . Forms . ToolStripMenuItem exitToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem optionsToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem memoryDomainsToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem dataSizeToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem byteToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem byteToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripMenuItem byteToolStripMenuItem2 ;
2011-03-06 19:25:37 +00:00
private System . Windows . Forms . ToolStripMenuItem goToAddressToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem settingsToolStripMenuItem ;
2011-03-06 15:25:21 +00:00
private System . Windows . Forms . ToolStripMenuItem restoreWindowSizeToolStripMenuItem ;
2011-03-06 18:55:32 +00:00
private System . Windows . Forms . ToolStripMenuItem autoloadToolStripMenuItem ;
2011-08-07 20:00:35 +00:00
private System . Windows . Forms . ToolStripMenuItem enToolStripMenuItem ;
2012-06-02 18:49:06 +00:00
private System . Windows . Forms . ContextMenuStrip ViewerContextMenuStrip ;
2011-03-08 13:33:46 +00:00
private System . Windows . Forms . ToolStripMenuItem freezeToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem addToRamWatchToolStripMenuItem ;
2011-03-08 14:50:12 +00:00
private System . Windows . Forms . ToolStripSeparator toolStripSeparator2 ;
private System . Windows . Forms . ToolStripMenuItem addToRamWatchToolStripMenuItem1 ;
2011-03-10 03:33:53 +00:00
private System . Windows . Forms . ToolStripMenuItem saveWindowsSettingsToolStripMenuItem ;
2011-03-24 01:42:53 +00:00
private System . Windows . Forms . ToolStripMenuItem freezeAddressToolStripMenuItem ;
2011-03-29 20:06:03 +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 ;
private System . Windows . Forms . VScrollBar vScrollBar1 ;
2011-08-25 01:49:22 +00:00
private System . Windows . Forms . ToolStripMenuItem unfreezeAllToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem unfreezeAllToolStripMenuItem1 ;
2012-03-08 18:33:57 +00:00
private System . Windows . Forms . ToolStripSeparator toolStripSeparator4 ;
private System . Windows . Forms . ToolStripMenuItem incrementToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem decrementToolStripMenuItem ;
2012-06-02 21:18:21 +00:00
private System . Windows . Forms . ToolStripMenuItem gotoAddressToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator5 ;
2012-06-10 16:34:35 +00:00
private System . Windows . Forms . ToolStripMenuItem editToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem copyToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem pasteToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem findToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator6 ;
2012-06-10 17:28:38 +00:00
private System . Windows . Forms . ToolStripMenuItem saveAsBinaryToolStripMenuItem ;
2012-06-10 22:43:43 +00:00
private System . Windows . Forms . ToolStripMenuItem setColorsToolStripMenuItem ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator7 ;
private System . Windows . Forms . ToolStripMenuItem resetToDefaultToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem customColorsToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem setColorsToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripSeparator toolStripSeparator8 ;
private System . Windows . Forms . ToolStripMenuItem resetToDefaultToolStripMenuItem1 ;
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 ;
2012-06-19 02:42:07 +00:00
private System . Windows . Forms . ToolStripMenuItem copyToolStripMenuItem1 ;
private System . Windows . Forms . ToolStripMenuItem pasteToolStripMenuItem1 ;
2012-06-23 18:45:01 +00:00
private System . Windows . Forms . ToolStripMenuItem findNextToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem findPrevToolStripMenuItem ;
2011-03-06 15:03:17 +00:00
}
}