namespace ReClassNET.UI
{
partial class MemoryViewControl
{
///
/// Erforderliche Designervariable.
///
private System.ComponentModel.IContainer components = null;
///
/// Verwendete Ressourcen bereinigen.
///
/// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.selectedNodeContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.changeTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.hex64ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.hex32ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.hex16ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.hex8ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.int64ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.int32ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.int16ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.int8ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.uInt64ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.uInt32ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.uInt16ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.uInt8ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.bitsToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.floatToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.doubleToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.vector4ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.vector3ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.vector2ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.matrix4x4ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.matrix3x4ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.matrix3x3ToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.uTF8TextToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.uTF8TextPointerToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.uTF16TextToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.uTF16TextPointerToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.classInstanceToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.classPointerToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.arrayToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.arrayOfPointersToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.vTablePointerToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.functionPointerToolStripMenuItem = new ReClassNET.UI.TypeToolStripMenuItem();
this.addBytesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.add4BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.add8BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.add64BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.add256BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.add1024BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.add2048BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.add4096BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.insertBytesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.insert4BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.insert8BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.insert64BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.insert256BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.insert1024BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.insert2048BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.insert4096BytesToolStripMenuItem = new ReClassNET.UI.IntegerToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.dissectNodesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.copyNodeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteNodesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.copyAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.repaintTimer = new System.Windows.Forms.Timer(this.components);
this.editBox = new ReClassNET.UI.HotSpotTextBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.createClassFromNodesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
this.selectedNodeContextMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// selectedNodeContextMenuStrip
//
this.selectedNodeContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.changeTypeToolStripMenuItem,
this.addBytesToolStripMenuItem,
this.insertBytesToolStripMenuItem,
this.toolStripSeparator1,
this.createClassFromNodesToolStripMenuItem,
this.toolStripSeparator13,
this.dissectNodesToolStripMenuItem,
this.toolStripSeparator2,
this.copyNodeToolStripMenuItem,
this.pasteNodesToolStripMenuItem,
this.removeToolStripMenuItem,
this.toolStripSeparator12,
this.copyAddressToolStripMenuItem});
this.selectedNodeContextMenuStrip.Name = "selectedNodeContextMenuStrip";
this.selectedNodeContextMenuStrip.Size = new System.Drawing.Size(205, 248);
this.selectedNodeContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.selectedNodeContextMenuStrip_Opening);
//
// changeTypeToolStripMenuItem
//
this.changeTypeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.hex64ToolStripMenuItem,
this.hex32ToolStripMenuItem,
this.hex16ToolStripMenuItem,
this.hex8ToolStripMenuItem,
this.toolStripSeparator3,
this.int64ToolStripMenuItem,
this.int32ToolStripMenuItem,
this.int16ToolStripMenuItem,
this.int8ToolStripMenuItem,
this.toolStripSeparator4,
this.uInt64ToolStripMenuItem,
this.uInt32ToolStripMenuItem,
this.uInt16ToolStripMenuItem,
this.uInt8ToolStripMenuItem,
this.toolStripSeparator5,
this.bitsToolStripMenuItem,
this.toolStripSeparator11,
this.floatToolStripMenuItem,
this.doubleToolStripMenuItem,
this.toolStripSeparator6,
this.vector4ToolStripMenuItem,
this.vector3ToolStripMenuItem,
this.vector2ToolStripMenuItem,
this.toolStripSeparator7,
this.matrix4x4ToolStripMenuItem,
this.matrix3x4ToolStripMenuItem,
this.matrix3x3ToolStripMenuItem,
this.toolStripSeparator8,
this.uTF8TextToolStripMenuItem,
this.uTF8TextPointerToolStripMenuItem,
this.uTF16TextToolStripMenuItem,
this.uTF16TextPointerToolStripMenuItem,
this.toolStripSeparator9,
this.classInstanceToolStripMenuItem,
this.classPointerToolStripMenuItem,
this.toolStripSeparator10,
this.arrayToolStripMenuItem,
this.arrayOfPointersToolStripMenuItem,
this.vTablePointerToolStripMenuItem,
this.functionPointerToolStripMenuItem});
this.changeTypeToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Exchange_Button;
this.changeTypeToolStripMenuItem.Name = "changeTypeToolStripMenuItem";
this.changeTypeToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.changeTypeToolStripMenuItem.Text = "Change Type";
//
// hex64ToolStripMenuItem
//
this.hex64ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Hex_64;
this.hex64ToolStripMenuItem.Name = "hex64ToolStripMenuItem";
this.hex64ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.hex64ToolStripMenuItem.Text = "Hex 64";
this.hex64ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Hex64Node);
this.hex64ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// hex32ToolStripMenuItem
//
this.hex32ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Hex_32;
this.hex32ToolStripMenuItem.Name = "hex32ToolStripMenuItem";
this.hex32ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.hex32ToolStripMenuItem.Text = "Hex 32";
this.hex32ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Hex32Node);
this.hex32ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// hex16ToolStripMenuItem
//
this.hex16ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Hex_16;
this.hex16ToolStripMenuItem.Name = "hex16ToolStripMenuItem";
this.hex16ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.hex16ToolStripMenuItem.Text = "Hex 16";
this.hex16ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Hex16Node);
this.hex16ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// hex8ToolStripMenuItem
//
this.hex8ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Hex_8;
this.hex8ToolStripMenuItem.Name = "hex8ToolStripMenuItem";
this.hex8ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.hex8ToolStripMenuItem.Text = "Hex 8";
this.hex8ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Hex8Node);
this.hex8ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(170, 6);
//
// int64ToolStripMenuItem
//
this.int64ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Int_64;
this.int64ToolStripMenuItem.Name = "int64ToolStripMenuItem";
this.int64ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.int64ToolStripMenuItem.Text = "Int 64";
this.int64ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Int64Node);
this.int64ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// int32ToolStripMenuItem
//
this.int32ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Int_32;
this.int32ToolStripMenuItem.Name = "int32ToolStripMenuItem";
this.int32ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.int32ToolStripMenuItem.Text = "Int 32";
this.int32ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Int32Node);
this.int32ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// int16ToolStripMenuItem
//
this.int16ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Int_16;
this.int16ToolStripMenuItem.Name = "int16ToolStripMenuItem";
this.int16ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.int16ToolStripMenuItem.Text = "Int 16";
this.int16ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Int16Node);
this.int16ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// int8ToolStripMenuItem
//
this.int8ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Int_8;
this.int8ToolStripMenuItem.Name = "int8ToolStripMenuItem";
this.int8ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.int8ToolStripMenuItem.Text = "Int 8";
this.int8ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Int8Node);
this.int8ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(170, 6);
//
// uInt64ToolStripMenuItem
//
this.uInt64ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_UInt_64;
this.uInt64ToolStripMenuItem.Name = "uInt64ToolStripMenuItem";
this.uInt64ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.uInt64ToolStripMenuItem.Text = "UInt 64";
this.uInt64ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.UInt64Node);
this.uInt64ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// uInt32ToolStripMenuItem
//
this.uInt32ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_UInt_32;
this.uInt32ToolStripMenuItem.Name = "uInt32ToolStripMenuItem";
this.uInt32ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.uInt32ToolStripMenuItem.Text = "UInt 32";
this.uInt32ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.UInt32Node);
this.uInt32ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// uInt16ToolStripMenuItem
//
this.uInt16ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_UInt_16;
this.uInt16ToolStripMenuItem.Name = "uInt16ToolStripMenuItem";
this.uInt16ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.uInt16ToolStripMenuItem.Text = "UInt 16";
this.uInt16ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.UInt16Node);
this.uInt16ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// uInt8ToolStripMenuItem
//
this.uInt8ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_UInt_8;
this.uInt8ToolStripMenuItem.Name = "uInt8ToolStripMenuItem";
this.uInt8ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.uInt8ToolStripMenuItem.Text = "UInt 8";
this.uInt8ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.UInt8Node);
this.uInt8ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(170, 6);
//
// bitsToolStripMenuItem
//
this.bitsToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Bits;
this.bitsToolStripMenuItem.Name = "bitsToolStripMenuItem";
this.bitsToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.bitsToolStripMenuItem.Text = "Bits";
this.bitsToolStripMenuItem.Value = typeof(ReClassNET.Nodes.BitFieldNode);
this.bitsToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(170, 6);
//
// floatToolStripMenuItem
//
this.floatToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Float;
this.floatToolStripMenuItem.Name = "floatToolStripMenuItem";
this.floatToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.floatToolStripMenuItem.Text = "Float";
this.floatToolStripMenuItem.Value = typeof(ReClassNET.Nodes.FloatNode);
this.floatToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// doubleToolStripMenuItem
//
this.doubleToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Double;
this.doubleToolStripMenuItem.Name = "doubleToolStripMenuItem";
this.doubleToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.doubleToolStripMenuItem.Text = "Double";
this.doubleToolStripMenuItem.Value = typeof(ReClassNET.Nodes.DoubleNode);
this.doubleToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(170, 6);
//
// vector4ToolStripMenuItem
//
this.vector4ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Vector_4;
this.vector4ToolStripMenuItem.Name = "vector4ToolStripMenuItem";
this.vector4ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.vector4ToolStripMenuItem.Text = "Vector 4";
this.vector4ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Vector4Node);
this.vector4ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// vector3ToolStripMenuItem
//
this.vector3ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Vector_3;
this.vector3ToolStripMenuItem.Name = "vector3ToolStripMenuItem";
this.vector3ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.vector3ToolStripMenuItem.Text = "Vector 3";
this.vector3ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Vector3Node);
this.vector3ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// vector2ToolStripMenuItem
//
this.vector2ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Vector_2;
this.vector2ToolStripMenuItem.Name = "vector2ToolStripMenuItem";
this.vector2ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.vector2ToolStripMenuItem.Text = "Vector 2";
this.vector2ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Vector2Node);
this.vector2ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(170, 6);
//
// matrix4x4ToolStripMenuItem
//
this.matrix4x4ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Matrix_4x4;
this.matrix4x4ToolStripMenuItem.Name = "matrix4x4ToolStripMenuItem";
this.matrix4x4ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.matrix4x4ToolStripMenuItem.Text = "Matrix 4x4";
this.matrix4x4ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Matrix4x4Node);
this.matrix4x4ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// matrix3x4ToolStripMenuItem
//
this.matrix3x4ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Matrix_3x4;
this.matrix3x4ToolStripMenuItem.Name = "matrix3x4ToolStripMenuItem";
this.matrix3x4ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.matrix3x4ToolStripMenuItem.Text = "Matrix 3x4";
this.matrix3x4ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Matrix3x4Node);
this.matrix3x4ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// matrix3x3ToolStripMenuItem
//
this.matrix3x3ToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Matrix_3x3;
this.matrix3x3ToolStripMenuItem.Name = "matrix3x3ToolStripMenuItem";
this.matrix3x3ToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.matrix3x3ToolStripMenuItem.Text = "Matrix 3x3";
this.matrix3x3ToolStripMenuItem.Value = typeof(ReClassNET.Nodes.Matrix3x3Node);
this.matrix3x3ToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(170, 6);
//
// uTF8TextToolStripMenuItem
//
this.uTF8TextToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Text;
this.uTF8TextToolStripMenuItem.Name = "uTF8TextToolStripMenuItem";
this.uTF8TextToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.uTF8TextToolStripMenuItem.Text = "UTF8 Text";
this.uTF8TextToolStripMenuItem.Value = typeof(ReClassNET.Nodes.UTF8TextNode);
this.uTF8TextToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// uTF8TextPointerToolStripMenuItem
//
this.uTF8TextPointerToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Text_Pointer;
this.uTF8TextPointerToolStripMenuItem.Name = "uTF8TextPointerToolStripMenuItem";
this.uTF8TextPointerToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.uTF8TextPointerToolStripMenuItem.Text = "UTF8 Text Pointer";
this.uTF8TextPointerToolStripMenuItem.Value = typeof(ReClassNET.Nodes.UTF8TextPtrNode);
this.uTF8TextPointerToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// uTF16TextToolStripMenuItem
//
this.uTF16TextToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_UText;
this.uTF16TextToolStripMenuItem.Name = "uTF16TextToolStripMenuItem";
this.uTF16TextToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.uTF16TextToolStripMenuItem.Text = "UTF16 Text";
this.uTF16TextToolStripMenuItem.Value = typeof(ReClassNET.Nodes.UTF16TextNode);
this.uTF16TextToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// uTF16TextPointerToolStripMenuItem
//
this.uTF16TextPointerToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_UText_Pointer;
this.uTF16TextPointerToolStripMenuItem.Name = "uTF16TextPointerToolStripMenuItem";
this.uTF16TextPointerToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.uTF16TextPointerToolStripMenuItem.Text = "UTF16 Text Pointer";
this.uTF16TextPointerToolStripMenuItem.Value = typeof(ReClassNET.Nodes.UTF16TextPtrNode);
this.uTF16TextPointerToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(170, 6);
//
// classInstanceToolStripMenuItem
//
this.classInstanceToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Class_Instance;
this.classInstanceToolStripMenuItem.Name = "classInstanceToolStripMenuItem";
this.classInstanceToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.classInstanceToolStripMenuItem.Text = "Class Instance";
this.classInstanceToolStripMenuItem.Value = typeof(ReClassNET.Nodes.ClassInstanceNode);
this.classInstanceToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// classPointerToolStripMenuItem
//
this.classPointerToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Class_Pointer;
this.classPointerToolStripMenuItem.Name = "classPointerToolStripMenuItem";
this.classPointerToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.classPointerToolStripMenuItem.Text = "Class Pointer";
this.classPointerToolStripMenuItem.Value = typeof(ReClassNET.Nodes.ClassPtrNode);
this.classPointerToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(170, 6);
//
// arrayToolStripMenuItem
//
this.arrayToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Array;
this.arrayToolStripMenuItem.Name = "arrayToolStripMenuItem";
this.arrayToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.arrayToolStripMenuItem.Text = "Array of Classes";
this.arrayToolStripMenuItem.Value = typeof(ReClassNET.Nodes.ClassInstanceArrayNode);
this.arrayToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// arrayOfPointersToolStripMenuItem
//
this.arrayOfPointersToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Pointer_Array;
this.arrayOfPointersToolStripMenuItem.Name = "arrayOfPointersToolStripMenuItem";
this.arrayOfPointersToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.arrayOfPointersToolStripMenuItem.Text = "Array of Pointers";
this.arrayOfPointersToolStripMenuItem.Value = typeof(ReClassNET.Nodes.ClassPtrArrayNode);
this.arrayOfPointersToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// vTablePointerToolStripMenuItem
//
this.vTablePointerToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_VTable;
this.vTablePointerToolStripMenuItem.Name = "vTablePointerToolStripMenuItem";
this.vTablePointerToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.vTablePointerToolStripMenuItem.Text = "VTable Pointer";
this.vTablePointerToolStripMenuItem.Value = typeof(ReClassNET.Nodes.VTableNode);
this.vTablePointerToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// functionPointerToolStripMenuItem
//
this.functionPointerToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Function_Pointer;
this.functionPointerToolStripMenuItem.Name = "functionPointerToolStripMenuItem";
this.functionPointerToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
this.functionPointerToolStripMenuItem.Text = "Function Pointer";
this.functionPointerToolStripMenuItem.Value = typeof(ReClassNET.Nodes.FunctionPtrNode);
this.functionPointerToolStripMenuItem.Click += new System.EventHandler(this.memoryTypeToolStripMenuItem_Click);
//
// addBytesToolStripMenuItem
//
this.addBytesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.add4BytesToolStripMenuItem,
this.add8BytesToolStripMenuItem,
this.add64BytesToolStripMenuItem,
this.add256BytesToolStripMenuItem,
this.add1024BytesToolStripMenuItem,
this.add2048BytesToolStripMenuItem,
this.add4096BytesToolStripMenuItem});
this.addBytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Add_Bytes_X;
this.addBytesToolStripMenuItem.Name = "addBytesToolStripMenuItem";
this.addBytesToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.addBytesToolStripMenuItem.Text = "Add Bytes";
//
// add4BytesToolStripMenuItem
//
this.add4BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Add_Bytes_4;
this.add4BytesToolStripMenuItem.Name = "add4BytesToolStripMenuItem";
this.add4BytesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.add4BytesToolStripMenuItem.Text = "Add 4 Bytes";
this.add4BytesToolStripMenuItem.Value = 4;
this.add4BytesToolStripMenuItem.Click += new System.EventHandler(this.addBytesToolStripMenuItem_Click);
//
// add8BytesToolStripMenuItem
//
this.add8BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Add_Bytes_8;
this.add8BytesToolStripMenuItem.Name = "add8BytesToolStripMenuItem";
this.add8BytesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.add8BytesToolStripMenuItem.Text = "Add 8 Bytes";
this.add8BytesToolStripMenuItem.Value = 8;
this.add8BytesToolStripMenuItem.Click += new System.EventHandler(this.addBytesToolStripMenuItem_Click);
//
// add64BytesToolStripMenuItem
//
this.add64BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Add_Bytes_64;
this.add64BytesToolStripMenuItem.Name = "add64BytesToolStripMenuItem";
this.add64BytesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.add64BytesToolStripMenuItem.Text = "Add 64 Bytes";
this.add64BytesToolStripMenuItem.Value = 64;
this.add64BytesToolStripMenuItem.Click += new System.EventHandler(this.addBytesToolStripMenuItem_Click);
//
// add256BytesToolStripMenuItem
//
this.add256BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Add_Bytes_256;
this.add256BytesToolStripMenuItem.Name = "add256BytesToolStripMenuItem";
this.add256BytesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.add256BytesToolStripMenuItem.Text = "Add 256 Bytes";
this.add256BytesToolStripMenuItem.Value = 256;
this.add256BytesToolStripMenuItem.Click += new System.EventHandler(this.addBytesToolStripMenuItem_Click);
//
// add1024BytesToolStripMenuItem
//
this.add1024BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Add_Bytes_1024;
this.add1024BytesToolStripMenuItem.Name = "add1024BytesToolStripMenuItem";
this.add1024BytesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.add1024BytesToolStripMenuItem.Text = "Add 1024 Bytes";
this.add1024BytesToolStripMenuItem.Value = 1024;
this.add1024BytesToolStripMenuItem.Click += new System.EventHandler(this.addBytesToolStripMenuItem_Click);
//
// add2048BytesToolStripMenuItem
//
this.add2048BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Add_Bytes_2048;
this.add2048BytesToolStripMenuItem.Name = "add2048BytesToolStripMenuItem";
this.add2048BytesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.add2048BytesToolStripMenuItem.Text = "Add 2048 Bytes";
this.add2048BytesToolStripMenuItem.Value = 2048;
this.add2048BytesToolStripMenuItem.Click += new System.EventHandler(this.addBytesToolStripMenuItem_Click);
//
// add4096BytesToolStripMenuItem
//
this.add4096BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Add_Bytes_4096;
this.add4096BytesToolStripMenuItem.Name = "add4096BytesToolStripMenuItem";
this.add4096BytesToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
this.add4096BytesToolStripMenuItem.Text = "Add 4096 Bytes";
this.add4096BytesToolStripMenuItem.Value = 4096;
this.add4096BytesToolStripMenuItem.Click += new System.EventHandler(this.addBytesToolStripMenuItem_Click);
//
// insertBytesToolStripMenuItem
//
this.insertBytesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.insert4BytesToolStripMenuItem,
this.insert8BytesToolStripMenuItem,
this.insert64BytesToolStripMenuItem,
this.insert256BytesToolStripMenuItem,
this.insert1024BytesToolStripMenuItem,
this.insert2048BytesToolStripMenuItem,
this.insert4096BytesToolStripMenuItem});
this.insertBytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Insert_Bytes_X;
this.insertBytesToolStripMenuItem.Name = "insertBytesToolStripMenuItem";
this.insertBytesToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.insertBytesToolStripMenuItem.Text = "Insert Bytes";
//
// insert4BytesToolStripMenuItem
//
this.insert4BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Insert_Bytes_4;
this.insert4BytesToolStripMenuItem.Name = "insert4BytesToolStripMenuItem";
this.insert4BytesToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
this.insert4BytesToolStripMenuItem.Text = "Insert 4 Bytes";
this.insert4BytesToolStripMenuItem.Value = 4;
this.insert4BytesToolStripMenuItem.Click += new System.EventHandler(this.insertBytesToolStripMenuItem_Click);
//
// insert8BytesToolStripMenuItem
//
this.insert8BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Insert_Bytes_8;
this.insert8BytesToolStripMenuItem.Name = "insert8BytesToolStripMenuItem";
this.insert8BytesToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
this.insert8BytesToolStripMenuItem.Text = "Insert 8 Bytes";
this.insert8BytesToolStripMenuItem.Value = 8;
this.insert8BytesToolStripMenuItem.Click += new System.EventHandler(this.insertBytesToolStripMenuItem_Click);
//
// insert64BytesToolStripMenuItem
//
this.insert64BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Insert_Bytes_64;
this.insert64BytesToolStripMenuItem.Name = "insert64BytesToolStripMenuItem";
this.insert64BytesToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
this.insert64BytesToolStripMenuItem.Text = "Insert 64 Bytes";
this.insert64BytesToolStripMenuItem.Value = 64;
this.insert64BytesToolStripMenuItem.Click += new System.EventHandler(this.insertBytesToolStripMenuItem_Click);
//
// insert256BytesToolStripMenuItem
//
this.insert256BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Insert_Bytes_256;
this.insert256BytesToolStripMenuItem.Name = "insert256BytesToolStripMenuItem";
this.insert256BytesToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
this.insert256BytesToolStripMenuItem.Text = "Insert 256 Bytes";
this.insert256BytesToolStripMenuItem.Value = 256;
this.insert256BytesToolStripMenuItem.Click += new System.EventHandler(this.insertBytesToolStripMenuItem_Click);
//
// insert1024BytesToolStripMenuItem
//
this.insert1024BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Insert_Bytes_1024;
this.insert1024BytesToolStripMenuItem.Name = "insert1024BytesToolStripMenuItem";
this.insert1024BytesToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
this.insert1024BytesToolStripMenuItem.Text = "Insert 1024 Bytes";
this.insert1024BytesToolStripMenuItem.Value = 1024;
this.insert1024BytesToolStripMenuItem.Click += new System.EventHandler(this.insertBytesToolStripMenuItem_Click);
//
// insert2048BytesToolStripMenuItem
//
this.insert2048BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Insert_Bytes_2048;
this.insert2048BytesToolStripMenuItem.Name = "insert2048BytesToolStripMenuItem";
this.insert2048BytesToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
this.insert2048BytesToolStripMenuItem.Text = "Insert 2048 Bytes";
this.insert2048BytesToolStripMenuItem.Value = 2048;
this.insert2048BytesToolStripMenuItem.Click += new System.EventHandler(this.insertBytesToolStripMenuItem_Click);
//
// insert4096BytesToolStripMenuItem
//
this.insert4096BytesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Insert_Bytes_4096;
this.insert4096BytesToolStripMenuItem.Name = "insert4096BytesToolStripMenuItem";
this.insert4096BytesToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
this.insert4096BytesToolStripMenuItem.Text = "Insert 4096 Bytes";
this.insert4096BytesToolStripMenuItem.Value = 4096;
this.insert4096BytesToolStripMenuItem.Click += new System.EventHandler(this.insertBytesToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(201, 6);
//
// dissectNodesToolStripMenuItem
//
this.dissectNodesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Camera;
this.dissectNodesToolStripMenuItem.Name = "dissectNodesToolStripMenuItem";
this.dissectNodesToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.dissectNodesToolStripMenuItem.Text = "Dissect Node(s)";
this.dissectNodesToolStripMenuItem.Click += new System.EventHandler(this.dissectNodesToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(201, 6);
//
// copyNodeToolStripMenuItem
//
this.copyNodeToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Page_Copy;
this.copyNodeToolStripMenuItem.Name = "copyNodeToolStripMenuItem";
this.copyNodeToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.copyNodeToolStripMenuItem.Text = "Copy Node(s)";
this.copyNodeToolStripMenuItem.Click += new System.EventHandler(this.copyNodeToolStripMenuItem_Click);
//
// pasteNodesToolStripMenuItem
//
this.pasteNodesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Page_Paste;
this.pasteNodesToolStripMenuItem.Name = "pasteNodesToolStripMenuItem";
this.pasteNodesToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.pasteNodesToolStripMenuItem.Text = "Paste Node(s)";
this.pasteNodesToolStripMenuItem.Click += new System.EventHandler(this.pasteNodesToolStripMenuItem_Click);
//
// removeToolStripMenuItem
//
this.removeToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Delete;
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
this.removeToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.removeToolStripMenuItem.Text = "Remove Node(s)";
this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(201, 6);
//
// copyAddressToolStripMenuItem
//
this.copyAddressToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Page_Copy;
this.copyAddressToolStripMenuItem.Name = "copyAddressToolStripMenuItem";
this.copyAddressToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.copyAddressToolStripMenuItem.Text = "Copy Address";
this.copyAddressToolStripMenuItem.Click += new System.EventHandler(this.copyAddressToolStripMenuItem_Click);
//
// repaintTimer
//
this.repaintTimer.Enabled = true;
this.repaintTimer.Interval = 250;
this.repaintTimer.Tick += new System.EventHandler(this.repaintTimer_Tick);
//
// editBox
//
this.editBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.editBox.Location = new System.Drawing.Point(36, 81);
this.editBox.MinimumWidth = 0;
this.editBox.Name = "editBox";
this.editBox.Size = new System.Drawing.Size(100, 13);
this.editBox.TabIndex = 1;
this.editBox.TabStop = false;
this.editBox.Visible = false;
this.editBox.Committed += new System.EventHandler(this.editBox_Committed);
//
// toolTip
//
this.toolTip.ShowAlways = true;
//
// createClassFromNodesToolStripMenuItem
//
this.createClassFromNodesToolStripMenuItem.Image = global::ReClassNET.Properties.Resources.B16x16_Button_Class_Add;
this.createClassFromNodesToolStripMenuItem.Name = "createClassFromNodesToolStripMenuItem";
this.createClassFromNodesToolStripMenuItem.Size = new System.Drawing.Size(204, 22);
this.createClassFromNodesToolStripMenuItem.Text = "Create Class from Nodes";
this.createClassFromNodesToolStripMenuItem.Click += new System.EventHandler(this.createClassFromNodesToolStripMenuItem_Click);
//
// toolStripSeparator13
//
this.toolStripSeparator13.Name = "toolStripSeparator13";
this.toolStripSeparator13.Size = new System.Drawing.Size(201, 6);
//
// MemoryViewControl
//
this.Controls.Add(this.editBox);
this.DoubleBuffered = true;
this.Name = "MemoryViewControl";
this.Size = new System.Drawing.Size(150, 138);
this.selectedNodeContextMenuStrip.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ContextMenuStrip selectedNodeContextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem changeTypeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addBytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem add4BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem add8BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem add64BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem add256BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem add1024BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem add2048BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem add4096BytesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem insertBytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem insert4BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem insert8BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem insert64BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem insert256BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem insert1024BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem insert2048BytesToolStripMenuItem;
private UI.IntegerToolStripMenuItem insert4096BytesToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyAddressToolStripMenuItem;
private System.Windows.Forms.Timer repaintTimer;
private HotSpotTextBox editBox;
private System.Windows.Forms.ToolTip toolTip;
private UI.TypeToolStripMenuItem hex64ToolStripMenuItem;
private UI.TypeToolStripMenuItem hex32ToolStripMenuItem;
private UI.TypeToolStripMenuItem hex16ToolStripMenuItem;
private UI.TypeToolStripMenuItem hex8ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private UI.TypeToolStripMenuItem int64ToolStripMenuItem;
private UI.TypeToolStripMenuItem int32ToolStripMenuItem;
private UI.TypeToolStripMenuItem int16ToolStripMenuItem;
private UI.TypeToolStripMenuItem int8ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private UI.TypeToolStripMenuItem uInt64ToolStripMenuItem;
private UI.TypeToolStripMenuItem uInt32ToolStripMenuItem;
private UI.TypeToolStripMenuItem uInt16ToolStripMenuItem;
private UI.TypeToolStripMenuItem uInt8ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private UI.TypeToolStripMenuItem floatToolStripMenuItem;
private UI.TypeToolStripMenuItem doubleToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private UI.TypeToolStripMenuItem vector4ToolStripMenuItem;
private UI.TypeToolStripMenuItem vector3ToolStripMenuItem;
private UI.TypeToolStripMenuItem vector2ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private UI.TypeToolStripMenuItem matrix4x4ToolStripMenuItem;
private UI.TypeToolStripMenuItem matrix3x4ToolStripMenuItem;
private UI.TypeToolStripMenuItem matrix3x3ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private UI.TypeToolStripMenuItem uTF8TextToolStripMenuItem;
private UI.TypeToolStripMenuItem uTF8TextPointerToolStripMenuItem;
private UI.TypeToolStripMenuItem uTF16TextToolStripMenuItem;
private UI.TypeToolStripMenuItem uTF16TextPointerToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private UI.TypeToolStripMenuItem classInstanceToolStripMenuItem;
private UI.TypeToolStripMenuItem classPointerToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private UI.TypeToolStripMenuItem arrayToolStripMenuItem;
private UI.TypeToolStripMenuItem vTablePointerToolStripMenuItem;
private UI.TypeToolStripMenuItem functionPointerToolStripMenuItem;
private UI.TypeToolStripMenuItem arrayOfPointersToolStripMenuItem;
private UI.TypeToolStripMenuItem bitsToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripMenuItem copyNodeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pasteNodesToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
private System.Windows.Forms.ToolStripMenuItem dissectNodesToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem createClassFromNodesToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
}
}