Advertisement
AndrewHaxalot

MainForm.designer.cs

Jan 29th, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 266.08 KB | None | 0 0
  1. namespace GeckoApp
  2. {
  3.     partial class MainForm
  4.     {
  5.         /// <summary>
  6.         /// Erforderliche Designervariable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Verwendete Ressourcen bereinigen.
  12.         /// </summary>
  13.         /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Vom Windows Form-Designer generierter Code
  24.  
  25.         /// <summary>
  26.         /// Erforderliche Methode für die Designerunterstützung.
  27.         /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.components = new System.ComponentModel.Container();
  32.             System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  33.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  34.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  35.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  37.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  38.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  39.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  40.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  41.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  42.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  43.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  44.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  45.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  46.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  47.             System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("hupa");
  48.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  49.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  50.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  51.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  52.             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  53.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  54.             this.memViewGrid = new System.Windows.Forms.DataGridView();
  55.             this.address = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56.             this.c1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57.             this.c2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58.             this.c3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59.             this.c4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60.             this.memViewContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  61.             this.memViewSetBP = new System.Windows.Forms.ToolStripMenuItem();
  62.             this.memViewAddToWatch = new System.Windows.Forms.ToolStripMenuItem();
  63.             this.memViewAddGCTCode = new System.Windows.Forms.ToolStripMenuItem();
  64.             this.gCTWizardToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  65.             this.disassemblerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  66.             this.memViewUpload = new System.Windows.Forms.ToolStripMenuItem();
  67.             this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
  68.             this.copySelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  69.             this.copyAllCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  70.             this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripSeparator();
  71.             this.jumpToOffsetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  72.             this.toolStripTextBoxMemViewOffset = new System.Windows.Forms.ToolStripTextBox();
  73.             this.fontSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  74.             this.toolStripTextBoxMemViewFontSize = new System.Windows.Forms.ToolStripTextBox();
  75.             this.MainControl = new System.Windows.Forms.TabControl();
  76.             this.searchPage = new System.Windows.Forms.TabPage();
  77.             this.buttonSerialPoke = new System.Windows.Forms.Button();
  78.             this.numericUpDownNewSearchIndex = new System.Windows.Forms.NumericUpDown();
  79.             this.buttonUndoSearch = new System.Windows.Forms.Button();
  80.             this.labelSearchDataType = new System.Windows.Forms.Label();
  81.             this.numericUpDownOldSearchIndex = new System.Windows.Forms.NumericUpDown();
  82.             this.Search = new System.Windows.Forms.Button();
  83.             this.comboBoxSearchDataType = new System.Windows.Forms.ComboBox();
  84.             this.buttonCancelSearch = new System.Windows.Forms.Button();
  85.             this.buttonSaveSearch = new System.Windows.Forms.Button();
  86.             this.UpDownSearchResultPage = new System.Windows.Forms.NumericUpDown();
  87.             this.buttonLoadSearch = new System.Windows.Forms.Button();
  88.             this.PValue = new System.Windows.Forms.TextBox();
  89.             this.InputConvert = new System.Windows.Forms.ContextMenuStrip(this.components);
  90.             this.CvDecHex = new System.Windows.Forms.ToolStripMenuItem();
  91.             this.CvFloatHex = new System.Windows.Forms.ToolStripMenuItem();
  92.             this.convertASCIIToHexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  93.             this.CvHexDec = new System.Windows.Forms.ToolStripMenuItem();
  94.             this.cvHexFloat = new System.Windows.Forms.ToolStripMenuItem();
  95.             this.convertHexToASCIIToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  96.             this.InputCvCopy = new System.Windows.Forms.ToolStripMenuItem();
  97.             this.InputCvCut = new System.Windows.Forms.ToolStripMenuItem();
  98.             this.InputCvPaste = new System.Windows.Forms.ToolStripMenuItem();
  99.             this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
  100.             this.InputCvSelectAll = new System.Windows.Forms.ToolStripMenuItem();
  101.             this.InputCvUndo = new System.Windows.Forms.ToolStripMenuItem();
  102.             this.comboBoxDisplayType = new System.Windows.Forms.ComboBox();
  103.             this.PButton = new System.Windows.Forms.Button();
  104.             this.label5 = new System.Windows.Forms.Label();
  105.             this.HistoryContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  106.             this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  107.             this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  108.             this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripSeparator();
  109.             this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  110.             this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  111.             this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
  112.             this.clearAllHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  113.             this.cutAllHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  114.             this.copyAllHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  115.             this.pasteAllHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  116.             this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
  117.             this.showHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  118.             this.autoHistoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  119.             this.toolStripMenuItem19 = new System.Windows.Forms.ToolStripSeparator();
  120.             this.addOffsetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  121.             this.toolStripTextBoxAddressAddOffset = new System.Windows.Forms.ToolStripTextBox();
  122.             this.NxtPage = new System.Windows.Forms.Button();
  123.             this.ResList = new System.Windows.Forms.Label();
  124.             this.SearchResults = new System.Windows.Forms.DataGridView();
  125.             this.ACol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126.             this.OVal = new System.Windows.Forms.DataGridViewTextBoxColumn();
  127.             this.NVal = new System.Windows.Forms.DataGridViewTextBoxColumn();
  128.             this.DifferCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  129.             this.SearchResMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  130.             this.PkAddress = new System.Windows.Forms.ToolStripMenuItem();
  131.             this.ShowInMemView = new System.Windows.Forms.ToolStripMenuItem();
  132.             this.BpSAddress = new System.Windows.Forms.ToolStripMenuItem();
  133.             this.ShowInDiss = new System.Windows.Forms.ToolStripMenuItem();
  134.             this.showInWatchList = new System.Windows.Forms.ToolStripMenuItem();
  135.             this.makeCode = new System.Windows.Forms.ToolStripMenuItem();
  136.             this.gCTWizardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  137.             this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
  138.             this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  139.             this.SortToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  140.             this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
  141.             this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  142.             this.PrvPage = new System.Windows.Forms.Button();
  143.             this.ResSrch = new System.Windows.Forms.Button();
  144.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  145.             this.label2 = new System.Windows.Forms.Label();
  146.             this.label1 = new System.Windows.Forms.Label();
  147.             this.memRange = new System.Windows.Forms.ComboBox();
  148.             this.groupBox4 = new System.Windows.Forms.GroupBox();
  149.             this.textBoxComparisonValue = new System.Windows.Forms.TextBox();
  150.             this.label6 = new System.Windows.Forms.Label();
  151.             this.comboBoxComparisonType = new System.Windows.Forms.ComboBox();
  152.             this.comboBoxComparisonRHS = new System.Windows.Forms.ComboBox();
  153.             this.groupBoxSearchGroups = new System.Windows.Forms.GroupBox();
  154.             this.buttonClearSearchGroup = new System.Windows.Forms.Button();
  155.             this.buttonRemoveGroup = new System.Windows.Forms.Button();
  156.             this.buttonAddSearchGroup = new System.Windows.Forms.Button();
  157.             this.numericUpDownSearchGroup = new System.Windows.Forms.NumericUpDown();
  158.             this.MemView = new System.Windows.Forms.TabPage();
  159.             this.vScrollBarMemViewGrid = new System.Windows.Forms.VScrollBar();
  160.             this.groupBox27 = new System.Windows.Forms.GroupBox();
  161.             this.MemViewSearchType = new System.Windows.Forms.ComboBox();
  162.             this.MemViewSearchPerfom = new System.Windows.Forms.Button();
  163.             this.MemViewSearchString = new System.Windows.Forms.TextBox();
  164.             this.groupBox9 = new System.Windows.Forms.GroupBox();
  165.             this.MemViewFPValue = new System.Windows.Forms.Label();
  166.             this.groupBox8 = new System.Windows.Forms.GroupBox();
  167.             this.comboBoxPokeOperation = new System.Windows.Forms.ComboBox();
  168.             this.memViewPButton = new System.Windows.Forms.Button();
  169.             this.memViewPValue = new System.Windows.Forms.TextBox();
  170.             this.MemViewAutoUp = new System.Windows.Forms.CheckBox();
  171.             this.groupBox7 = new System.Windows.Forms.GroupBox();
  172.             this.MemViewShowMode = new System.Windows.Forms.ComboBox();
  173.             this.groupBox6 = new System.Windows.Forms.GroupBox();
  174.             this.MemViewScrollbar = new System.Windows.Forms.NumericUpDown();
  175.             this.MemViewUpdate = new System.Windows.Forms.Button();
  176.             this.MemViewARange = new System.Windows.Forms.ComboBox();
  177.             this.BreakpointPage = new System.Windows.Forms.TabPage();
  178.             this.panel5 = new System.Windows.Forms.Panel();
  179.             this.checkBoxLogSteps = new System.Windows.Forms.CheckBox();
  180.             this.BPOutSwap = new System.Windows.Forms.Button();
  181.             this.buttonShowMem = new System.Windows.Forms.Button();
  182.             this.ShowMemContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  183.             this.ShowMemAddressToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  184.             this.toolStripTextBoxShowMemAddress = new System.Windows.Forms.ToolStripTextBox();
  185.             this.toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
  186.             this.ShowMemValueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  187.             this.toolStripTextBoxShowMemValue = new System.Windows.Forms.ToolStripTextBox();
  188.             this.toolStripMenuItem15 = new System.Windows.Forms.ToolStripSeparator();
  189.             this.SRR0NEQToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  190.             this.SRR0EQToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  191.             this.toolStripMenuItem17 = new System.Windows.Forms.ToolStripSeparator();
  192.             this.viewFloatsInHexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  193.             this.BPSkipCount = new System.Windows.Forms.Label();
  194.             this.label17 = new System.Windows.Forms.Label();
  195.             this.panel3 = new System.Windows.Forms.Panel();
  196.             this.groupBox26 = new System.Windows.Forms.GroupBox();
  197.             this.checkBoxBPCondEnable = new System.Windows.Forms.CheckBox();
  198.             this.BPCondList = new System.Windows.Forms.ListBox();
  199.             this.BPCondMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  200.             this.copyToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  201.             this.copyToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  202.             this.pasteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  203.             this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
  204.             this.sRR0ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  205.             this.sRR0ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  206.             this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripSeparator();
  207.             this.deleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  208.             this.clearAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  209.             this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
  210.             this.setConditionGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  211.             this.SetConditionGroupTextBox = new System.Windows.Forms.ToolStripTextBox();
  212.             this.groupBox25 = new System.Windows.Forms.GroupBox();
  213.             this.BPCondClear = new System.Windows.Forms.Button();
  214.             this.BPConditionAdd = new System.Windows.Forms.Button();
  215.             this.BPCondDel = new System.Windows.Forms.Button();
  216.             this.BPCondValue = new System.Windows.Forms.TextBox();
  217.             this.BPConditionCompare = new System.Windows.Forms.ComboBox();
  218.             this.BPConditionRegSelect = new System.Windows.Forms.ComboBox();
  219.             this.groupBoxStep = new System.Windows.Forms.GroupBox();
  220.             this.buttonStepUntil = new System.Windows.Forms.Button();
  221.             this.BPStepButton = new System.Windows.Forms.Button();
  222.             this.BPStepOverButton = new System.Windows.Forms.Button();
  223.             this.buttonStepOutOf = new System.Windows.Forms.Button();
  224.             this.StepOutContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  225.             this.walkToBlrToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  226.             this.stackFrameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  227.             this.leafToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  228.             this.groupBox11 = new System.Windows.Forms.GroupBox();
  229.             this.BPCancel = new System.Windows.Forms.Button();
  230.             this.BPFire = new System.Windows.Forms.Button();
  231.             this.BPType = new System.Windows.Forms.ComboBox();
  232.             this.groupBox10 = new System.Windows.Forms.GroupBox();
  233.             this.BPExact = new System.Windows.Forms.CheckBox();
  234.             this.DisPage = new System.Windows.Forms.TabPage();
  235.             this.groupBoxDisasmCallStack = new System.Windows.Forms.GroupBox();
  236.             this.listBoxCallStack = new System.Windows.Forms.ListBox();
  237.             this.CallStackContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  238.             this.copyToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
  239.             this.copyAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  240.             this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  241.             this.groupBoxDisasm = new System.Windows.Forms.GroupBox();
  242.             this.radioButtonSearchDisassemblyDown = new System.Windows.Forms.RadioButton();
  243.             this.radioButtonSearchDisassemblyUp = new System.Windows.Forms.RadioButton();
  244.             this.buttonDisassemblySearch = new System.Windows.Forms.Button();
  245.             this.textBoxDisassemblySearch = new System.Windows.Forms.TextBox();
  246.             this.groupBox13 = new System.Windows.Forms.GroupBox();
  247.             this.Assemble = new System.Windows.Forms.Button();
  248.             this.groupBox12 = new System.Windows.Forms.GroupBox();
  249.             this.DisUpDown = new System.Windows.Forms.NumericUpDown();
  250.             this.DisUpdateBtn = new System.Windows.Forms.Button();
  251.             this.DisScroll = new System.Windows.Forms.VScrollBar();
  252.             this.DisAssBox = new System.Windows.Forms.ListBox();
  253.             this.disAssContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  254.             this.copyToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  255.             this.copyFunctionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  256.             this.toolStripMenuItem11 = new System.Windows.Forms.ToolStripSeparator();
  257.             this.DisAssSetBP = new System.Windows.Forms.ToolStripMenuItem();
  258.             this.DisAssPoke = new System.Windows.Forms.ToolStripMenuItem();
  259.             this.disAssGCTCode = new System.Windows.Forms.ToolStripMenuItem();
  260.             this.memoryViewerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  261.             this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripSeparator();
  262.             this.setSRR0HereToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  263.             this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripSeparator();
  264.             this.gotoFunctionStartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  265.             this.gotoFunctionEndToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  266.             this.shotPage = new System.Windows.Forms.TabPage();
  267.             this.checkBoxAutoPreview = new System.Windows.Forms.CheckBox();
  268.             this.groupBox17 = new System.Windows.Forms.GroupBox();
  269.             this.label10 = new System.Windows.Forms.Label();
  270.             this.JPGQualLabel = new System.Windows.Forms.Label();
  271.             this.JPGQual = new System.Windows.Forms.TrackBar();
  272.             this.ImgFormat = new System.Windows.Forms.ComboBox();
  273.             this.ShotPreview = new System.Windows.Forms.Button();
  274.             this.groupBox16 = new System.Windows.Forms.GroupBox();
  275.             this.ShotSizingType = new System.Windows.Forms.ComboBox();
  276.             this.groupBox15 = new System.Windows.Forms.GroupBox();
  277.             this.label9 = new System.Windows.Forms.Label();
  278.             this.groupBox14 = new System.Windows.Forms.GroupBox();
  279.             this.ShotFilename = new System.Windows.Forms.TextBox();
  280.             this.ShotCapture = new System.Windows.Forms.Button();
  281.             this.ScreenshotCapBox = new System.Windows.Forms.PictureBox();
  282.             this.GCTPage = new System.Windows.Forms.TabPage();
  283.             this.checkBoxPauseCodes = new System.Windows.Forms.CheckBox();
  284.             this.GCTStoreImm = new System.Windows.Forms.Button();
  285.             this.GCTDisable = new System.Windows.Forms.Button();
  286.             this.GCTListFileName = new System.Windows.Forms.Label();
  287.             this.GCTLoadList = new System.Windows.Forms.Button();
  288.             this.GCTSaveList = new System.Windows.Forms.Button();
  289.             this.GCTSndButton = new System.Windows.Forms.Button();
  290.             this.GCTDelBtn = new System.Windows.Forms.Button();
  291.             this.GCTAddCode = new System.Windows.Forms.Button();
  292.             this.GCTCodeValues = new System.Windows.Forms.TextBox();
  293.             this.GCTCodeList = new System.Windows.Forms.ListView();
  294.             this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
  295.             this.gctCodeMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
  296.             this.gctMenuAddCode = new System.Windows.Forms.ToolStripMenuItem();
  297.             this.gctMenuDeleteCode = new System.Windows.Forms.ToolStripMenuItem();
  298.             this.gCTWizardToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  299.             this.DisableCodeLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  300.             this.enableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  301.             this.WatchTab = new System.Windows.Forms.TabPage();
  302.             this.WatchListClear = new System.Windows.Forms.Button();
  303.             this.groupBox18 = new System.Windows.Forms.GroupBox();
  304.             this.WatchIntervalSet = new System.Windows.Forms.NumericUpDown();
  305.             this.WatchListOpenButton = new System.Windows.Forms.Button();
  306.             this.WatchListSaveButton = new System.Windows.Forms.Button();
  307.             this.WatchAdd = new System.Windows.Forms.Button();
  308.             this.WatchList = new System.Windows.Forms.DataGridView();
  309.             this.WatchCName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  310.             this.WatchCAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
  311.             this.WatchCType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  312.             this.WatchCValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  313.             this.WatchCM = new System.Windows.Forms.ContextMenuStrip(this.components);
  314.             this.WatchAddWatchCM = new System.Windows.Forms.ToolStripMenuItem();
  315.             this.WatchDeleteCM = new System.Windows.Forms.ToolStripMenuItem();
  316.             this.WatchPokeCM = new System.Windows.Forms.ToolStripMenuItem();
  317.             this.WatchEditCM = new System.Windows.Forms.ToolStripMenuItem();
  318.             this.FSTTab = new System.Windows.Forms.TabPage();
  319.             this.FSTSwapNow = new System.Windows.Forms.Button();
  320.             this.groupBox22 = new System.Windows.Forms.GroupBox();
  321.             this.FSTGenSwap = new System.Windows.Forms.Button();
  322.             this.FSTSwapCode = new System.Windows.Forms.TextBox();
  323.             this.groupBox21 = new System.Windows.Forms.GroupBox();
  324.             this.FSTSetAsTarget = new System.Windows.Forms.Button();
  325.             this.FSTFileTarget = new System.Windows.Forms.Label();
  326.             this.groupBox20 = new System.Windows.Forms.GroupBox();
  327.             this.FSTSetAsSource = new System.Windows.Forms.Button();
  328.             this.FSTFileSource = new System.Windows.Forms.Label();
  329.             this.groupBox19 = new System.Windows.Forms.GroupBox();
  330.             this.FSTCodeData = new System.Windows.Forms.TextBox();
  331.             this.FSTRead = new System.Windows.Forms.Button();
  332.             this.FSTTreeView = new System.Windows.Forms.TreeView();
  333.             this.ToolPage = new System.Windows.Forms.TabPage();
  334.             this.groupBox24 = new System.Windows.Forms.GroupBox();
  335.             this.ToolsDump = new System.Windows.Forms.Button();
  336.             this.ToolsBrowseDump = new System.Windows.Forms.Button();
  337.             this.ToolsDumpFileName = new System.Windows.Forms.TextBox();
  338.             this.label16 = new System.Windows.Forms.Label();
  339.             this.ToolsDumpEnd = new System.Windows.Forms.TextBox();
  340.             this.label14 = new System.Windows.Forms.Label();
  341.             this.ToolsDumpStart = new System.Windows.Forms.TextBox();
  342.             this.label15 = new System.Windows.Forms.Label();
  343.             this.ToolsDumpRegions = new System.Windows.Forms.ComboBox();
  344.             this.groupBox23 = new System.Windows.Forms.GroupBox();
  345.             this.label13 = new System.Windows.Forms.Label();
  346.             this.ToolsDisableWatchProtection = new System.Windows.Forms.CheckBox();
  347.             this.label12 = new System.Windows.Forms.Label();
  348.             this.ToolsDisableProtection = new System.Windows.Forms.CheckBox();
  349.             this.label11 = new System.Windows.Forms.Label();
  350.             this.AbtPage = new System.Windows.Forms.TabPage();
  351.             this.checkBoxRegexSearch = new System.Windows.Forms.CheckBox();
  352.             this.checkBoxBPNext = new System.Windows.Forms.CheckBox();
  353.             this.checkBoxFPS = new System.Windows.Forms.CheckBox();
  354.             this.numericUpDownFPS = new System.Windows.Forms.NumericUpDown();
  355.             this.checkBoxAlwaysOnTop = new System.Windows.Forms.CheckBox();
  356.             this.AbtText = new System.Windows.Forms.Label();
  357.             this.panel1 = new System.Windows.Forms.Panel();
  358.             this.OpenNotePad = new System.Windows.Forms.Button();
  359.             this.RGame = new System.Windows.Forms.Button();
  360.             this.PGame = new System.Windows.Forms.Button();
  361.             this.panel2 = new System.Windows.Forms.Panel();
  362.             this.DisconnectButton = new System.Windows.Forms.Button();
  363.             this.CUSBGecko = new System.Windows.Forms.Button();
  364.             this.groupBox5 = new System.Windows.Forms.GroupBox();
  365.             this.PCent = new System.Windows.Forms.Label();
  366.             this.StatusCap = new System.Windows.Forms.Label();
  367.             this.progressBar = new System.Windows.Forms.ProgressBar();
  368.             this.WatchListOpen = new System.Windows.Forms.OpenFileDialog();
  369.             this.WatchListSave = new System.Windows.Forms.SaveFileDialog();
  370.             this.ToolsDumpSave = new System.Windows.Forms.SaveFileDialog();
  371.             this.openBinary = new System.Windows.Forms.OpenFileDialog();
  372.             this.timerFPS = new System.Windows.Forms.Timer(this.components);
  373.             this.openFileDialogSearch = new System.Windows.Forms.OpenFileDialog();
  374.             this.saveFileDialogSearch = new System.Windows.Forms.SaveFileDialog();
  375.             this.saveFileDialogLogSteps = new System.Windows.Forms.SaveFileDialog();
  376.             this.splitContainerRegASM = new System.Windows.Forms.SplitContainer();
  377.             this.panel6 = new System.Windows.Forms.Panel();
  378.             this.BPClassic = new System.Windows.Forms.TextBox();
  379.             this.panel4 = new System.Windows.Forms.Panel();
  380.             this.BPDiss = new System.Windows.Forms.TextBox();
  381.             this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  382.             this.MEM2UpperBoundary = new System.Windows.Forms.ComboBox();
  383.             this.label3 = new System.Windows.Forms.Label();
  384.             this.PAddress = new GeckoApp.external.AddressTextBox();
  385.             this.memEnd = new GeckoApp.external.AddressTextBox();
  386.             this.memStart = new GeckoApp.external.AddressTextBox();
  387.             this.memViewPAddress = new GeckoApp.external.AddressTextBox();
  388.             this.memViewAValue = new GeckoApp.external.AddressTextBox();
  389.             this.BPList = new GeckoApp.BPList();
  390.             this.BPAddress = new GeckoApp.external.AddressTextBox();
  391.             this.AsText = new GeckoApp.external.HistoryTextBox();
  392.             this.AsAddress = new GeckoApp.external.AddressTextBox();
  393.             this.DisRegion = new GeckoApp.external.AddressTextBox();
  394.             this.addressTextBoxBPNext = new GeckoApp.external.AddressTextBox();
  395.             toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  396.             ((System.ComponentModel.ISupportInitialize)(this.memViewGrid)).BeginInit();
  397.             this.memViewContextMenu.SuspendLayout();
  398.             this.MainControl.SuspendLayout();
  399.             this.searchPage.SuspendLayout();
  400.             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownNewSearchIndex)).BeginInit();
  401.             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownOldSearchIndex)).BeginInit();
  402.             ((System.ComponentModel.ISupportInitialize)(this.UpDownSearchResultPage)).BeginInit();
  403.             this.InputConvert.SuspendLayout();
  404.             this.HistoryContextMenu.SuspendLayout();
  405.             ((System.ComponentModel.ISupportInitialize)(this.SearchResults)).BeginInit();
  406.             this.SearchResMenu.SuspendLayout();
  407.             this.groupBox1.SuspendLayout();
  408.             this.groupBox4.SuspendLayout();
  409.             this.groupBoxSearchGroups.SuspendLayout();
  410.             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSearchGroup)).BeginInit();
  411.             this.MemView.SuspendLayout();
  412.             this.groupBox27.SuspendLayout();
  413.             this.groupBox9.SuspendLayout();
  414.             this.groupBox8.SuspendLayout();
  415.             this.groupBox7.SuspendLayout();
  416.             this.groupBox6.SuspendLayout();
  417.             ((System.ComponentModel.ISupportInitialize)(this.MemViewScrollbar)).BeginInit();
  418.             this.BreakpointPage.SuspendLayout();
  419.             this.panel5.SuspendLayout();
  420.             this.ShowMemContextMenu.SuspendLayout();
  421.             this.panel3.SuspendLayout();
  422.             this.groupBox26.SuspendLayout();
  423.             this.BPCondMenu.SuspendLayout();
  424.             this.groupBox25.SuspendLayout();
  425.             this.groupBoxStep.SuspendLayout();
  426.             this.StepOutContextMenu.SuspendLayout();
  427.             this.groupBox11.SuspendLayout();
  428.             this.groupBox10.SuspendLayout();
  429.             this.DisPage.SuspendLayout();
  430.             this.groupBoxDisasmCallStack.SuspendLayout();
  431.             this.CallStackContextMenu.SuspendLayout();
  432.             this.groupBoxDisasm.SuspendLayout();
  433.             this.groupBox13.SuspendLayout();
  434.             this.groupBox12.SuspendLayout();
  435.             ((System.ComponentModel.ISupportInitialize)(this.DisUpDown)).BeginInit();
  436.             this.disAssContextMenu.SuspendLayout();
  437.             this.shotPage.SuspendLayout();
  438.             this.groupBox17.SuspendLayout();
  439.             ((System.ComponentModel.ISupportInitialize)(this.JPGQual)).BeginInit();
  440.             this.groupBox16.SuspendLayout();
  441.             this.groupBox15.SuspendLayout();
  442.             this.groupBox14.SuspendLayout();
  443.             ((System.ComponentModel.ISupportInitialize)(this.ScreenshotCapBox)).BeginInit();
  444.             this.GCTPage.SuspendLayout();
  445.             this.gctCodeMenu.SuspendLayout();
  446.             this.WatchTab.SuspendLayout();
  447.             this.groupBox18.SuspendLayout();
  448.             ((System.ComponentModel.ISupportInitialize)(this.WatchIntervalSet)).BeginInit();
  449.             ((System.ComponentModel.ISupportInitialize)(this.WatchList)).BeginInit();
  450.             this.WatchCM.SuspendLayout();
  451.             this.FSTTab.SuspendLayout();
  452.             this.groupBox22.SuspendLayout();
  453.             this.groupBox21.SuspendLayout();
  454.             this.groupBox20.SuspendLayout();
  455.             this.groupBox19.SuspendLayout();
  456.             this.ToolPage.SuspendLayout();
  457.             this.groupBox24.SuspendLayout();
  458.             this.groupBox23.SuspendLayout();
  459.             this.AbtPage.SuspendLayout();
  460.             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFPS)).BeginInit();
  461.             this.panel1.SuspendLayout();
  462.             this.panel2.SuspendLayout();
  463.             this.groupBox5.SuspendLayout();
  464.             this.splitContainerRegASM.Panel1.SuspendLayout();
  465.             this.splitContainerRegASM.Panel2.SuspendLayout();
  466.             this.splitContainerRegASM.SuspendLayout();
  467.             this.panel6.SuspendLayout();
  468.             this.panel4.SuspendLayout();
  469.             this.SuspendLayout();
  470.             //
  471.             // toolStripMenuItem1
  472.             //
  473.             toolStripMenuItem1.Name = "toolStripMenuItem1";
  474.             toolStripMenuItem1.Size = new System.Drawing.Size(181, 6);
  475.             //
  476.             // memViewGrid
  477.             //
  478.             this.memViewGrid.AllowUserToAddRows = false;
  479.             this.memViewGrid.AllowUserToDeleteRows = false;
  480.             dataGridViewCellStyle1.Font = new System.Drawing.Font("Courier New", 20F);
  481.             this.memViewGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  482.             this.memViewGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  483.                         | System.Windows.Forms.AnchorStyles.Left)
  484.                         | System.Windows.Forms.AnchorStyles.Right)));
  485.             this.memViewGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  486.             this.memViewGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
  487.             this.memViewGrid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
  488.             this.memViewGrid.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  489.             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  490.             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  491.             dataGridViewCellStyle2.Font = new System.Drawing.Font("Courier New", 10F);
  492.             dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  493.             dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  494.             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  495.             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  496.             this.memViewGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  497.             this.memViewGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  498.             this.memViewGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  499.             this.address,
  500.             this.c1,
  501.             this.c2,
  502.             this.c3,
  503.             this.c4});
  504.             this.memViewGrid.ContextMenuStrip = this.memViewContextMenu;
  505.             dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
  506.             dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  507.             dataGridViewCellStyle8.Font = new System.Drawing.Font("Courier New", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  508.             dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
  509.             dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  510.             dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  511.             dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  512.             this.memViewGrid.DefaultCellStyle = dataGridViewCellStyle8;
  513.             this.memViewGrid.Location = new System.Drawing.Point(198, 12);
  514.             this.memViewGrid.MultiSelect = false;
  515.             this.memViewGrid.Name = "memViewGrid";
  516.             this.memViewGrid.ReadOnly = true;
  517.             this.memViewGrid.RightToLeft = System.Windows.Forms.RightToLeft.No;
  518.             dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  519.             dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
  520.             dataGridViewCellStyle9.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  521.             dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
  522.             dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  523.             dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  524.             dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  525.             this.memViewGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  526.             this.memViewGrid.RowHeadersVisible = false;
  527.             this.memViewGrid.RowHeadersWidth = 80;
  528.             this.memViewGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  529.             dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  530.             dataGridViewCellStyle10.Font = new System.Drawing.Font("Courier New", 12F);
  531.             dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  532.             this.memViewGrid.RowsDefaultCellStyle = dataGridViewCellStyle10;
  533.             this.memViewGrid.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
  534.             this.memViewGrid.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 10F);
  535.             this.memViewGrid.RowTemplate.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(4, 0, 0, 0);
  536.             this.memViewGrid.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  537.             this.memViewGrid.RowTemplate.Height = 16;
  538.             this.memViewGrid.RowTemplate.ReadOnly = true;
  539.             this.memViewGrid.ScrollBars = System.Windows.Forms.ScrollBars.None;
  540.             this.memViewGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  541.             this.memViewGrid.ShowCellErrors = false;
  542.             this.memViewGrid.ShowCellToolTips = false;
  543.             this.memViewGrid.ShowEditingIcon = false;
  544.             this.memViewGrid.ShowRowErrors = false;
  545.             this.memViewGrid.Size = new System.Drawing.Size(348, 278);
  546.             this.memViewGrid.TabIndex = 0;
  547.             this.memViewGrid.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.memViewGrid_CellMouseDown);
  548.             this.memViewGrid.CellMouseMove += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.memViewGrid_CellMouseMove);
  549.             this.memViewGrid.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.memViewGrid_CellMouseDoubleClick);
  550.             this.memViewGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.memViewGrid_KeyDown);
  551.             //
  552.             // address
  553.             //
  554.             this.address.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  555.             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  556.             dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.ControlLight;
  557.             dataGridViewCellStyle3.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  558.             dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  559.             dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.ControlLight;
  560.             dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  561.             this.address.DefaultCellStyle = dataGridViewCellStyle3;
  562.             this.address.Frozen = true;
  563.             this.address.HeaderText = "80000000";
  564.             this.address.MaxInputLength = 8;
  565.             this.address.Name = "address";
  566.             this.address.ReadOnly = true;
  567.             this.address.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  568.             this.address.Width = 78;
  569.             //
  570.             // c1
  571.             //
  572.             this.c1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  573.             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
  574.             dataGridViewCellStyle4.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  575.             this.c1.DefaultCellStyle = dataGridViewCellStyle4;
  576.             this.c1.HeaderText = "00010203";
  577.             this.c1.MaxInputLength = 8;
  578.             this.c1.Name = "c1";
  579.             this.c1.ReadOnly = true;
  580.             this.c1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  581.             this.c1.Width = 78;
  582.             //
  583.             // c2
  584.             //
  585.             this.c2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  586.             dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
  587.             dataGridViewCellStyle5.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  588.             this.c2.DefaultCellStyle = dataGridViewCellStyle5;
  589.             this.c2.HeaderText = "04050607";
  590.             this.c2.MaxInputLength = 8;
  591.             this.c2.Name = "c2";
  592.             this.c2.ReadOnly = true;
  593.             this.c2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  594.             this.c2.Width = 78;
  595.             //
  596.             // c3
  597.             //
  598.             this.c3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  599.             dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
  600.             dataGridViewCellStyle6.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  601.             this.c3.DefaultCellStyle = dataGridViewCellStyle6;
  602.             this.c3.HeaderText = "08090A0B";
  603.             this.c3.MaxInputLength = 8;
  604.             this.c3.Name = "c3";
  605.             this.c3.ReadOnly = true;
  606.             this.c3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  607.             this.c3.Width = 78;
  608.             //
  609.             // c4
  610.             //
  611.             this.c4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  612.             dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
  613.             dataGridViewCellStyle7.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  614.             this.c4.DefaultCellStyle = dataGridViewCellStyle7;
  615.             this.c4.HeaderText = "0C0D0E0F";
  616.             this.c4.MaxInputLength = 8;
  617.             this.c4.Name = "c4";
  618.             this.c4.ReadOnly = true;
  619.             this.c4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  620.             this.c4.Width = 78;
  621.             //
  622.             // memViewContextMenu
  623.             //
  624.             this.memViewContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  625.             this.memViewSetBP,
  626.             this.memViewAddToWatch,
  627.             this.memViewAddGCTCode,
  628.             this.gCTWizardToolStripMenuItem2,
  629.             this.disassemblerToolStripMenuItem,
  630.             this.memViewUpload,
  631.             this.toolStripMenuItem5,
  632.             this.copySelectionToolStripMenuItem,
  633.             this.copyAllCellsToolStripMenuItem,
  634.             this.toolStripMenuItem16,
  635.             this.jumpToOffsetToolStripMenuItem,
  636.             this.fontSizeToolStripMenuItem});
  637.             this.memViewContextMenu.Name = "memViewContextMenu";
  638.             this.memViewContextMenu.Size = new System.Drawing.Size(247, 236);
  639.             //
  640.             // memViewSetBP
  641.             //
  642.             this.memViewSetBP.Name = "memViewSetBP";
  643.             this.memViewSetBP.Size = new System.Drawing.Size(246, 22);
  644.             this.memViewSetBP.Text = "&Breakpoint";
  645.             this.memViewSetBP.Click += new System.EventHandler(this.memViewSetBP_Click);
  646.             //
  647.             // memViewAddToWatch
  648.             //
  649.             this.memViewAddToWatch.Name = "memViewAddToWatch";
  650.             this.memViewAddToWatch.Size = new System.Drawing.Size(246, 22);
  651.             this.memViewAddToWatch.Text = "&Watchlist";
  652.             this.memViewAddToWatch.Click += new System.EventHandler(this.memViewAddToWatch_Click);
  653.             //
  654.             // memViewAddGCTCode
  655.             //
  656.             this.memViewAddGCTCode.Name = "memViewAddGCTCode";
  657.             this.memViewAddGCTCode.Size = new System.Drawing.Size(246, 22);
  658.             this.memViewAddGCTCode.Text = "GCT code";
  659.             this.memViewAddGCTCode.Click += new System.EventHandler(this.memViewAddGCTCode_Click);
  660.             //
  661.             // gCTWizardToolStripMenuItem2
  662.             //
  663.             this.gCTWizardToolStripMenuItem2.Name = "gCTWizardToolStripMenuItem2";
  664.             this.gCTWizardToolStripMenuItem2.Size = new System.Drawing.Size(246, 22);
  665.             this.gCTWizardToolStripMenuItem2.Text = "&GCT wizard...";
  666.             this.gCTWizardToolStripMenuItem2.Click += new System.EventHandler(this.gCTWizardToolStripMenuItemMemView_Click);
  667.             //
  668.             // disassemblerToolStripMenuItem
  669.             //
  670.             this.disassemblerToolStripMenuItem.Name = "disassemblerToolStripMenuItem";
  671.             this.disassemblerToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
  672.             this.disassemblerToolStripMenuItem.Text = "&Disassembler";
  673.             this.disassemblerToolStripMenuItem.Click += new System.EventHandler(this.disassemblerToolStripMenuItem_Click);
  674.             //
  675.             // memViewUpload
  676.             //
  677.             this.memViewUpload.Name = "memViewUpload";
  678.             this.memViewUpload.Size = new System.Drawing.Size(246, 22);
  679.             this.memViewUpload.Text = "Upload data";
  680.             this.memViewUpload.Click += new System.EventHandler(this.memViewUpload_Click);
  681.             //
  682.             // toolStripMenuItem5
  683.             //
  684.             this.toolStripMenuItem5.Name = "toolStripMenuItem5";
  685.             this.toolStripMenuItem5.Size = new System.Drawing.Size(243, 6);
  686.             //
  687.             // copySelectionToolStripMenuItem
  688.             //
  689.             this.copySelectionToolStripMenuItem.Name = "copySelectionToolStripMenuItem";
  690.             this.copySelectionToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
  691.             this.copySelectionToolStripMenuItem.Text = "&Copy Selection  ( Ctrl + C )";
  692.             this.copySelectionToolStripMenuItem.Click += new System.EventHandler(this.copySelectionToolStripMenuItem_Click);
  693.             //
  694.             // copyAllCellsToolStripMenuItem
  695.             //
  696.             this.copyAllCellsToolStripMenuItem.Name = "copyAllCellsToolStripMenuItem";
  697.             this.copyAllCellsToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
  698.             this.copyAllCellsToolStripMenuItem.Text = "Copy &All Cells  ( Ctrl + Shift + C )";
  699.             this.copyAllCellsToolStripMenuItem.Click += new System.EventHandler(this.copyAllCellsToolStripMenuItem_Click);
  700.             //
  701.             // toolStripMenuItem16
  702.             //
  703.             this.toolStripMenuItem16.Name = "toolStripMenuItem16";
  704.             this.toolStripMenuItem16.Size = new System.Drawing.Size(243, 6);
  705.             //
  706.             // jumpToOffsetToolStripMenuItem
  707.             //
  708.             this.jumpToOffsetToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  709.             this.toolStripTextBoxMemViewOffset});
  710.             this.jumpToOffsetToolStripMenuItem.Name = "jumpToOffsetToolStripMenuItem";
  711.             this.jumpToOffsetToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
  712.             this.jumpToOffsetToolStripMenuItem.Text = "Jump To &Offset";
  713.             this.jumpToOffsetToolStripMenuItem.MouseMove += new System.Windows.Forms.MouseEventHandler(this.jumpToOffsetToolStripMenuItem_MouseMove);
  714.             //
  715.             // toolStripTextBoxMemViewOffset
  716.             //
  717.             this.toolStripTextBoxMemViewOffset.Name = "toolStripTextBoxMemViewOffset";
  718.             this.toolStripTextBoxMemViewOffset.Size = new System.Drawing.Size(80, 23);
  719.             this.toolStripTextBoxMemViewOffset.Text = "0";
  720.             this.toolStripTextBoxMemViewOffset.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBoxMemViewOffset_KeyDown);
  721.             //
  722.             // fontSizeToolStripMenuItem
  723.             //
  724.             this.fontSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  725.             this.toolStripTextBoxMemViewFontSize});
  726.             this.fontSizeToolStripMenuItem.Name = "fontSizeToolStripMenuItem";
  727.             this.fontSizeToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
  728.             this.fontSizeToolStripMenuItem.Text = "Font Size";
  729.             this.fontSizeToolStripMenuItem.MouseMove += new System.Windows.Forms.MouseEventHandler(this.fontSizeToolStripMenuItem_MouseMove);
  730.             //
  731.             // toolStripTextBoxMemViewFontSize
  732.             //
  733.             this.toolStripTextBoxMemViewFontSize.MaxLength = 8;
  734.             this.toolStripTextBoxMemViewFontSize.Name = "toolStripTextBoxMemViewFontSize";
  735.             this.toolStripTextBoxMemViewFontSize.Size = new System.Drawing.Size(80, 23);
  736.             this.toolStripTextBoxMemViewFontSize.Text = "8.75";
  737.             this.toolStripTextBoxMemViewFontSize.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBoxMemViewFontSize_KeyDown);
  738.             //
  739.             // MainControl
  740.             //
  741.             this.MainControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  742.                         | System.Windows.Forms.AnchorStyles.Left)
  743.                         | System.Windows.Forms.AnchorStyles.Right)));
  744.             this.MainControl.Controls.Add(this.searchPage);
  745.             this.MainControl.Controls.Add(this.MemView);
  746.             this.MainControl.Controls.Add(this.BreakpointPage);
  747.             this.MainControl.Controls.Add(this.DisPage);
  748.             this.MainControl.Controls.Add(this.shotPage);
  749.             this.MainControl.Controls.Add(this.GCTPage);
  750.             this.MainControl.Controls.Add(this.WatchTab);
  751.             this.MainControl.Controls.Add(this.FSTTab);
  752.             this.MainControl.Controls.Add(this.ToolPage);
  753.             this.MainControl.Controls.Add(this.AbtPage);
  754.             this.MainControl.Location = new System.Drawing.Point(1, 1);
  755.             this.MainControl.MinimumSize = new System.Drawing.Size(565, 322);
  756.             this.MainControl.Name = "MainControl";
  757.             this.MainControl.Padding = new System.Drawing.Point(4, 3);
  758.             this.MainControl.SelectedIndex = 0;
  759.             this.MainControl.Size = new System.Drawing.Size(573, 322);
  760.             this.MainControl.TabIndex = 0;
  761.             this.MainControl.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.MainControl_Selecting);
  762.             //
  763.             // searchPage
  764.             //
  765.             this.searchPage.BackColor = System.Drawing.Color.Transparent;
  766.             this.searchPage.Controls.Add(this.buttonSerialPoke);
  767.             this.searchPage.Controls.Add(this.numericUpDownNewSearchIndex);
  768.             this.searchPage.Controls.Add(this.buttonUndoSearch);
  769.             this.searchPage.Controls.Add(this.labelSearchDataType);
  770.             this.searchPage.Controls.Add(this.numericUpDownOldSearchIndex);
  771.             this.searchPage.Controls.Add(this.Search);
  772.             this.searchPage.Controls.Add(this.comboBoxSearchDataType);
  773.             this.searchPage.Controls.Add(this.buttonCancelSearch);
  774.             this.searchPage.Controls.Add(this.buttonSaveSearch);
  775.             this.searchPage.Controls.Add(this.UpDownSearchResultPage);
  776.             this.searchPage.Controls.Add(this.buttonLoadSearch);
  777.             this.searchPage.Controls.Add(this.PValue);
  778.             this.searchPage.Controls.Add(this.comboBoxDisplayType);
  779.             this.searchPage.Controls.Add(this.PButton);
  780.             this.searchPage.Controls.Add(this.label5);
  781.             this.searchPage.Controls.Add(this.PAddress);
  782.             this.searchPage.Controls.Add(this.NxtPage);
  783.             this.searchPage.Controls.Add(this.ResList);
  784.             this.searchPage.Controls.Add(this.SearchResults);
  785.             this.searchPage.Controls.Add(this.PrvPage);
  786.             this.searchPage.Controls.Add(this.ResSrch);
  787.             this.searchPage.Controls.Add(this.groupBox1);
  788.             this.searchPage.Controls.Add(this.groupBox4);
  789.             this.searchPage.Controls.Add(this.groupBoxSearchGroups);
  790.             this.searchPage.Location = new System.Drawing.Point(4, 22);
  791.             this.searchPage.Name = "searchPage";
  792.             this.searchPage.Padding = new System.Windows.Forms.Padding(3);
  793.             this.searchPage.Size = new System.Drawing.Size(565, 296);
  794.             this.searchPage.TabIndex = 0;
  795.             this.searchPage.Text = "Search";
  796.             this.searchPage.UseVisualStyleBackColor = true;
  797.             //
  798.             // buttonSerialPoke
  799.             //
  800.             this.buttonSerialPoke.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  801.             this.buttonSerialPoke.Location = new System.Drawing.Point(490, 269);
  802.             this.buttonSerialPoke.Name = "buttonSerialPoke";
  803.             this.buttonSerialPoke.Size = new System.Drawing.Size(69, 21);
  804.             this.buttonSerialPoke.TabIndex = 23;
  805.             this.buttonSerialPoke.Tag = "0";
  806.             this.buttonSerialPoke.Text = "Serial Poke";
  807.             this.buttonSerialPoke.UseVisualStyleBackColor = true;
  808.             this.buttonSerialPoke.Click += new System.EventHandler(this.buttonSerialPoke_Click);
  809.             //
  810.             // numericUpDownNewSearchIndex
  811.             //
  812.             this.numericUpDownNewSearchIndex.Location = new System.Drawing.Point(436, 3);
  813.             this.numericUpDownNewSearchIndex.Maximum = new decimal(new int[] {
  814.             999,
  815.             0,
  816.             0,
  817.             0});
  818.             this.numericUpDownNewSearchIndex.Name = "numericUpDownNewSearchIndex";
  819.             this.numericUpDownNewSearchIndex.Size = new System.Drawing.Size(44, 20);
  820.             this.numericUpDownNewSearchIndex.TabIndex = 21;
  821.             this.numericUpDownNewSearchIndex.ValueChanged += new System.EventHandler(this.numericUpDownNewSearchIndex_ValueChanged);
  822.             //
  823.             // buttonUndoSearch
  824.             //
  825.             this.buttonUndoSearch.Location = new System.Drawing.Point(7, 258);
  826.             this.buttonUndoSearch.Name = "buttonUndoSearch";
  827.             this.buttonUndoSearch.Size = new System.Drawing.Size(87, 32);
  828.             this.buttonUndoSearch.TabIndex = 18;
  829.             this.buttonUndoSearch.Text = "Undo Search";
  830.             this.buttonUndoSearch.UseVisualStyleBackColor = true;
  831.             this.buttonUndoSearch.Click += new System.EventHandler(this.buttonUndoSearch_Click);
  832.             //
  833.             // labelSearchDataType
  834.             //
  835.             this.labelSearchDataType.AutoSize = true;
  836.             this.labelSearchDataType.Location = new System.Drawing.Point(10, 59);
  837.             this.labelSearchDataType.Name = "labelSearchDataType";
  838.             this.labelSearchDataType.Size = new System.Drawing.Size(57, 13);
  839.             this.labelSearchDataType.TabIndex = 22;
  840.             this.labelSearchDataType.Text = "Data Type";
  841.             //
  842.             // numericUpDownOldSearchIndex
  843.             //
  844.             this.numericUpDownOldSearchIndex.Location = new System.Drawing.Point(373, 3);
  845.             this.numericUpDownOldSearchIndex.Maximum = new decimal(new int[] {
  846.             999,
  847.             0,
  848.             0,
  849.             0});
  850.             this.numericUpDownOldSearchIndex.Name = "numericUpDownOldSearchIndex";
  851.             this.numericUpDownOldSearchIndex.Size = new System.Drawing.Size(44, 20);
  852.             this.numericUpDownOldSearchIndex.TabIndex = 19;
  853.             this.numericUpDownOldSearchIndex.ValueChanged += new System.EventHandler(this.numericUpDownOldSearchIndex_ValueChanged);
  854.             //
  855.             // Search
  856.             //
  857.             this.Search.Location = new System.Drawing.Point(7, 220);
  858.             this.Search.Name = "Search";
  859.             this.Search.Size = new System.Drawing.Size(87, 32);
  860.             this.Search.TabIndex = 4;
  861.             this.Search.Text = "Search";
  862.             this.Search.UseVisualStyleBackColor = true;
  863.             this.Search.Click += new System.EventHandler(this.Search_Click);
  864.             //
  865.             // comboBoxSearchDataType
  866.             //
  867.             this.comboBoxSearchDataType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  868.             this.comboBoxSearchDataType.FormattingEnabled = true;
  869.             this.comboBoxSearchDataType.Items.AddRange(new object[] {
  870.             "8 bit",
  871.             "16 bit",
  872.             "32 bit",
  873.             "Single"});
  874.             this.comboBoxSearchDataType.Location = new System.Drawing.Point(72, 56);
  875.             this.comboBoxSearchDataType.Name = "comboBoxSearchDataType";
  876.             this.comboBoxSearchDataType.Size = new System.Drawing.Size(68, 21);
  877.             this.comboBoxSearchDataType.TabIndex = 1;
  878.             this.comboBoxSearchDataType.SelectedIndexChanged += new System.EventHandler(this.ValueLength_SelectedIndexChanged);
  879.             //
  880.             // buttonCancelSearch
  881.             //
  882.             this.buttonCancelSearch.Location = new System.Drawing.Point(98, 220);
  883.             this.buttonCancelSearch.Name = "buttonCancelSearch";
  884.             this.buttonCancelSearch.Size = new System.Drawing.Size(87, 32);
  885.             this.buttonCancelSearch.TabIndex = 15;
  886.             this.buttonCancelSearch.Text = "Cancel Search";
  887.             this.buttonCancelSearch.UseVisualStyleBackColor = true;
  888.             this.buttonCancelSearch.Click += new System.EventHandler(this.buttonCancelSearch_Click);
  889.             //
  890.             // buttonSaveSearch
  891.             //
  892.             this.buttonSaveSearch.Location = new System.Drawing.Point(98, 258);
  893.             this.buttonSaveSearch.Name = "buttonSaveSearch";
  894.             this.buttonSaveSearch.Size = new System.Drawing.Size(87, 32);
  895.             this.buttonSaveSearch.TabIndex = 14;
  896.             this.buttonSaveSearch.Text = "Save Search";
  897.             this.buttonSaveSearch.UseVisualStyleBackColor = true;
  898.             this.buttonSaveSearch.Click += new System.EventHandler(this.buttonSaveSearch_Click);
  899.             //
  900.             // UpDownSearchResultPage
  901.             //
  902.             this.UpDownSearchResultPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  903.             this.UpDownSearchResultPage.Location = new System.Drawing.Point(422, 242);
  904.             this.UpDownSearchResultPage.Minimum = new decimal(new int[] {
  905.             1,
  906.             0,
  907.             0,
  908.             0});
  909.             this.UpDownSearchResultPage.Name = "UpDownSearchResultPage";
  910.             this.UpDownSearchResultPage.Size = new System.Drawing.Size(62, 20);
  911.             this.UpDownSearchResultPage.TabIndex = 16;
  912.             this.UpDownSearchResultPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  913.             this.UpDownSearchResultPage.Value = new decimal(new int[] {
  914.             1,
  915.             0,
  916.             0,
  917.             0});
  918.             //
  919.             // buttonLoadSearch
  920.             //
  921.             this.buttonLoadSearch.Location = new System.Drawing.Point(190, 258);
  922.             this.buttonLoadSearch.Name = "buttonLoadSearch";
  923.             this.buttonLoadSearch.Size = new System.Drawing.Size(87, 32);
  924.             this.buttonLoadSearch.TabIndex = 13;
  925.             this.buttonLoadSearch.Text = "Load Search";
  926.             this.buttonLoadSearch.UseVisualStyleBackColor = true;
  927.             this.buttonLoadSearch.Click += new System.EventHandler(this.buttonLoadSearch_Click);
  928.             //
  929.             // PValue
  930.             //
  931.             this.PValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  932.             this.PValue.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  933.             this.PValue.ContextMenuStrip = this.InputConvert;
  934.             this.PValue.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  935.             this.PValue.Location = new System.Drawing.Point(350, 269);
  936.             this.PValue.MaxLength = 8;
  937.             this.PValue.Name = "PValue";
  938.             this.PValue.Size = new System.Drawing.Size(62, 20);
  939.             this.PValue.TabIndex = 11;
  940.             this.PValue.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lowerValue_MouseClick);
  941.             this.PValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PValue_KeyPress);
  942.             //
  943.             // InputConvert
  944.             //
  945.             this.InputConvert.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  946.             this.CvDecHex,
  947.             this.CvFloatHex,
  948.             this.convertASCIIToHexToolStripMenuItem,
  949.             this.CvHexDec,
  950.             this.cvHexFloat,
  951.             this.convertHexToASCIIToolStripMenuItem,
  952.             toolStripMenuItem1,
  953.             this.InputCvCopy,
  954.             this.InputCvCut,
  955.             this.InputCvPaste,
  956.             this.toolStripMenuItem2,
  957.             this.InputCvSelectAll,
  958.             this.InputCvUndo});
  959.             this.InputConvert.Name = "InputEdit";
  960.             this.InputConvert.Size = new System.Drawing.Size(185, 258);
  961.             //
  962.             // CvDecHex
  963.             //
  964.             this.CvDecHex.Name = "CvDecHex";
  965.             this.CvDecHex.Size = new System.Drawing.Size(184, 22);
  966.             this.CvDecHex.Text = "Convert Dec to Hex";
  967.             this.CvDecHex.Click += new System.EventHandler(this.CvDecHexClick);
  968.             //
  969.             // CvFloatHex
  970.             //
  971.             this.CvFloatHex.Name = "CvFloatHex";
  972.             this.CvFloatHex.Size = new System.Drawing.Size(184, 22);
  973.             this.CvFloatHex.Text = "Convert Float to Hex";
  974.             this.CvFloatHex.Click += new System.EventHandler(this.CvFloatHex_Click);
  975.             //
  976.             // convertASCIIToHexToolStripMenuItem
  977.             //
  978.             this.convertASCIIToHexToolStripMenuItem.Name = "convertASCIIToHexToolStripMenuItem";
  979.             this.convertASCIIToHexToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
  980.             this.convertASCIIToHexToolStripMenuItem.Text = "Convert ASCII to Hex";
  981.             this.convertASCIIToHexToolStripMenuItem.Click += new System.EventHandler(this.convertASCIIToHexToolStripMenuItem_Click);
  982.             //
  983.             // CvHexDec
  984.             //
  985.             this.CvHexDec.Name = "CvHexDec";
  986.             this.CvHexDec.Size = new System.Drawing.Size(184, 22);
  987.             this.CvHexDec.Text = "Convert Hex to Dec";
  988.             this.CvHexDec.Click += new System.EventHandler(this.CvHexDec_Click);
  989.             //
  990.             // cvHexFloat
  991.             //
  992.             this.cvHexFloat.Name = "cvHexFloat";
  993.             this.cvHexFloat.Size = new System.Drawing.Size(184, 22);
  994.             this.cvHexFloat.Text = "Convert Hex to Float";
  995.             this.cvHexFloat.Click += new System.EventHandler(this.cvHexFloat_Click);
  996.             //
  997.             // convertHexToASCIIToolStripMenuItem
  998.             //
  999.             this.convertHexToASCIIToolStripMenuItem.Name = "convertHexToASCIIToolStripMenuItem";
  1000.             this.convertHexToASCIIToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
  1001.             this.convertHexToASCIIToolStripMenuItem.Text = "Convert Hex to ASCII";
  1002.             this.convertHexToASCIIToolStripMenuItem.Click += new System.EventHandler(this.convertHexToASCIIToolStripMenuItem_Click);
  1003.             //
  1004.             // InputCvCopy
  1005.             //
  1006.             this.InputCvCopy.Name = "InputCvCopy";
  1007.             this.InputCvCopy.Size = new System.Drawing.Size(184, 22);
  1008.             this.InputCvCopy.Text = "Copy";
  1009.             this.InputCvCopy.Click += new System.EventHandler(this.InputCvCopy_Click);
  1010.             //
  1011.             // InputCvCut
  1012.             //
  1013.             this.InputCvCut.Name = "InputCvCut";
  1014.             this.InputCvCut.Size = new System.Drawing.Size(184, 22);
  1015.             this.InputCvCut.Text = "Cut";
  1016.             this.InputCvCut.Click += new System.EventHandler(this.InputCvCut_Click);
  1017.             //
  1018.             // InputCvPaste
  1019.             //
  1020.             this.InputCvPaste.Name = "InputCvPaste";
  1021.             this.InputCvPaste.Size = new System.Drawing.Size(184, 22);
  1022.             this.InputCvPaste.Text = "Paste";
  1023.             this.InputCvPaste.Click += new System.EventHandler(this.InputCvPaste_Click);
  1024.             //
  1025.             // toolStripMenuItem2
  1026.             //
  1027.             this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  1028.             this.toolStripMenuItem2.Size = new System.Drawing.Size(181, 6);
  1029.             //
  1030.             // InputCvSelectAll
  1031.             //
  1032.             this.InputCvSelectAll.Name = "InputCvSelectAll";
  1033.             this.InputCvSelectAll.Size = new System.Drawing.Size(184, 22);
  1034.             this.InputCvSelectAll.Text = "Select All";
  1035.             this.InputCvSelectAll.Click += new System.EventHandler(this.InputCvSelectAll_Click);
  1036.             //
  1037.             // InputCvUndo
  1038.             //
  1039.             this.InputCvUndo.Name = "InputCvUndo";
  1040.             this.InputCvUndo.Size = new System.Drawing.Size(184, 22);
  1041.             this.InputCvUndo.Text = "Undo";
  1042.             this.InputCvUndo.Click += new System.EventHandler(this.InputCvUndo_Click);
  1043.             //
  1044.             // comboBoxDisplayType
  1045.             //
  1046.             this.comboBoxDisplayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1047.             this.comboBoxDisplayType.FormattingEnabled = true;
  1048.             this.comboBoxDisplayType.Items.AddRange(new object[] {
  1049.             "Hex",
  1050.             "Dec",
  1051.             "Single"});
  1052.             this.comboBoxDisplayType.Location = new System.Drawing.Point(211, 56);
  1053.             this.comboBoxDisplayType.Name = "comboBoxDisplayType";
  1054.             this.comboBoxDisplayType.Size = new System.Drawing.Size(63, 21);
  1055.             this.comboBoxDisplayType.TabIndex = 17;
  1056.             this.comboBoxDisplayType.SelectedIndexChanged += new System.EventHandler(this.comboBoxDisplayType_SelectedIndexChanged);
  1057.             //
  1058.             // PButton
  1059.             //
  1060.             this.PButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1061.             this.PButton.Location = new System.Drawing.Point(422, 269);
  1062.             this.PButton.Name = "PButton";
  1063.             this.PButton.Size = new System.Drawing.Size(62, 21);
  1064.             this.PButton.TabIndex = 12;
  1065.             this.PButton.Tag = "0";
  1066.             this.PButton.Text = "Poke";
  1067.             this.PButton.UseVisualStyleBackColor = true;
  1068.             this.PButton.Click += new System.EventHandler(this.PButton_Click);
  1069.             //
  1070.             // label5
  1071.             //
  1072.             this.label5.AutoSize = true;
  1073.             this.label5.Location = new System.Drawing.Point(151, 59);
  1074.             this.label5.Name = "label5";
  1075.             this.label5.Size = new System.Drawing.Size(60, 13);
  1076.             this.label5.TabIndex = 6;
  1077.             this.label5.Text = "View Mode";
  1078.             this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1079.             //
  1080.             // HistoryContextMenu
  1081.             //
  1082.             this.HistoryContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1083.             this.copyToolStripMenuItem1,
  1084.             this.pasteToolStripMenuItem,
  1085.             this.toolStripMenuItem8,
  1086.             this.addToolStripMenuItem,
  1087.             this.removeToolStripMenuItem,
  1088.             this.toolStripMenuItem6,
  1089.             this.clearAllHistoryToolStripMenuItem,
  1090.             this.cutAllHistoryToolStripMenuItem,
  1091.             this.copyAllHistoryToolStripMenuItem,
  1092.             this.pasteAllHistoryToolStripMenuItem,
  1093.             this.toolStripMenuItem7,
  1094.             this.showHistoryToolStripMenuItem,
  1095.             this.autoHistoryToolStripMenuItem,
  1096.             this.toolStripMenuItem19,
  1097.             this.addOffsetToolStripMenuItem});
  1098.             this.HistoryContextMenu.Name = "addressContextMenu";
  1099.             this.HistoryContextMenu.Size = new System.Drawing.Size(268, 270);
  1100.             this.HistoryContextMenu.Opened += new System.EventHandler(this.addressContextMenu_Opened);
  1101.             //
  1102.             // copyToolStripMenuItem1
  1103.             //
  1104.             this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
  1105.             this.copyToolStripMenuItem1.Size = new System.Drawing.Size(267, 22);
  1106.             this.copyToolStripMenuItem1.Text = "&Copy  ( Ctrl + C )";
  1107.             this.copyToolStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem1_Click);
  1108.             //
  1109.             // pasteToolStripMenuItem
  1110.             //
  1111.             this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
  1112.             this.pasteToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
  1113.             this.pasteToolStripMenuItem.Text = "&Paste  ( Ctrl + V )";
  1114.             this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
  1115.             //
  1116.             // toolStripMenuItem8
  1117.             //
  1118.             this.toolStripMenuItem8.Name = "toolStripMenuItem8";
  1119.             this.toolStripMenuItem8.Size = new System.Drawing.Size(264, 6);
  1120.             //
  1121.             // addToolStripMenuItem
  1122.             //
  1123.             this.addToolStripMenuItem.Name = "addToolStripMenuItem";
  1124.             this.addToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
  1125.             this.addToolStripMenuItem.Text = "Add to History  ( Ctrl + Enter )";
  1126.             this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
  1127.             //
  1128.             // removeToolStripMenuItem
  1129.             //
  1130.             this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
  1131.             this.removeToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
  1132.             this.removeToolStripMenuItem.Text = "Remove from History  ( Ctrl + Del )";
  1133.             this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
  1134.             //
  1135.             // toolStripMenuItem6
  1136.             //
  1137.             this.toolStripMenuItem6.Name = "toolStripMenuItem6";
  1138.             this.toolStripMenuItem6.Size = new System.Drawing.Size(264, 6);
  1139.             //
  1140.             // clearAllHistoryToolStripMenuItem
  1141.             //
  1142.             this.clearAllHistoryToolStripMenuItem.Name = "clearAllHistoryToolStripMenuItem";
  1143.             this.clearAllHistoryToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
  1144.             this.clearAllHistoryToolStripMenuItem.Text = "Clear All History  ( Ctrl + Shift + Del )";
  1145.             this.clearAllHistoryToolStripMenuItem.Click += new System.EventHandler(this.clearAllHistoryToolStripMenuItem_Click);
  1146.             //
  1147.             // cutAllHistoryToolStripMenuItem
  1148.             //
  1149.             this.cutAllHistoryToolStripMenuItem.Name = "cutAllHistoryToolStripMenuItem";
  1150.             this.cutAllHistoryToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
  1151.             this.cutAllHistoryToolStripMenuItem.Text = "Cut All History  ( Ctrl + Shift + X )";
  1152.             this.cutAllHistoryToolStripMenuItem.Click += new System.EventHandler(this.cutAllHistoryToolStripMenuItem_Click);
  1153.             //
  1154.             // copyAllHistoryToolStripMenuItem
  1155.             //
  1156.             this.copyAllHistoryToolStripMenuItem.Name = "copyAllHistoryToolStripMenuItem";
  1157.             this.copyAllHistoryToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
  1158.             this.copyAllHistoryToolStripMenuItem.Text = "Copy All History  ( Ctrl + Shift + C )";
  1159.             this.copyAllHistoryToolStripMenuItem.Click += new System.EventHandler(this.copyAllHistoryToolStripMenuItem_Click);
  1160.             //
  1161.             // pasteAllHistoryToolStripMenuItem
  1162.             //
  1163.             this.pasteAllHistoryToolStripMenuItem.Name = "pasteAllHistoryToolStripMenuItem";
  1164.             this.pasteAllHistoryToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
  1165.             this.pasteAllHistoryToolStripMenuItem.Text = "Paste All History  ( Ctrl + Shift + V )";
  1166.             this.pasteAllHistoryToolStripMenuItem.Click += new System.EventHandler(this.pasteAllHistoryToolStripMenuItem_Click);
  1167.             //
  1168.             // toolStripMenuItem7
  1169.             //
  1170.             this.toolStripMenuItem7.Name = "toolStripMenuItem7";
  1171.             this.toolStripMenuItem7.Size = new System.Drawing.Size(264, 6);
  1172.             //
  1173.             // showHistoryToolStripMenuItem
  1174.             //
  1175.             this.showHistoryToolStripMenuItem.Name = "showHistoryToolStripMenuItem";
  1176.             this.showHistoryToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
  1177.             this.showHistoryToolStripMenuItem.Text = "Show History  ( double-click )";
  1178.             this.showHistoryToolStripMenuItem.Click += new System.EventHandler(this.showHistoryToolStripMenuItem_Click);
  1179.             //
  1180.             // autoHistoryToolStripMenuItem
  1181.             //
  1182.             this.autoHistoryToolStripMenuItem.Name = "autoHistoryToolStripMenuItem";
  1183.             this.autoHistoryToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
  1184.             this.autoHistoryToolStripMenuItem.Text = "&Auto Add History";
  1185.             this.autoHistoryToolStripMenuItem.Click += new System.EventHandler(this.autoHistoryToolStripMenuItem_Click);
  1186.             //
  1187.             // toolStripMenuItem19
  1188.             //
  1189.             this.toolStripMenuItem19.Name = "toolStripMenuItem19";
  1190.             this.toolStripMenuItem19.Size = new System.Drawing.Size(264, 6);
  1191.             //
  1192.             // addOffsetToolStripMenuItem
  1193.             //
  1194.             this.addOffsetToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1195.             this.toolStripTextBoxAddressAddOffset});
  1196.             this.addOffsetToolStripMenuItem.Name = "addOffsetToolStripMenuItem";
  1197.             this.addOffsetToolStripMenuItem.Size = new System.Drawing.Size(267, 22);
  1198.             this.addOffsetToolStripMenuItem.Text = "Add &Offset";
  1199.             this.addOffsetToolStripMenuItem.MouseMove += new System.Windows.Forms.MouseEventHandler(this.addOffsetToolStripMenuItem_MouseMove);
  1200.             //
  1201.             // toolStripTextBoxAddressAddOffset
  1202.             //
  1203.             this.toolStripTextBoxAddressAddOffset.Name = "toolStripTextBoxAddressAddOffset";
  1204.             this.toolStripTextBoxAddressAddOffset.Size = new System.Drawing.Size(80, 23);
  1205.             this.toolStripTextBoxAddressAddOffset.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBoxAddressAddOffset_KeyDown);
  1206.             //
  1207.             // NxtPage
  1208.             //
  1209.             this.NxtPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1210.             this.NxtPage.Enabled = false;
  1211.             this.NxtPage.Location = new System.Drawing.Point(527, 242);
  1212.             this.NxtPage.Name = "NxtPage";
  1213.             this.NxtPage.Size = new System.Drawing.Size(32, 21);
  1214.             this.NxtPage.TabIndex = 9;
  1215.             this.NxtPage.Text = "-->";
  1216.             this.NxtPage.UseVisualStyleBackColor = true;
  1217.             //
  1218.             // ResList
  1219.             //
  1220.             this.ResList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  1221.                         | System.Windows.Forms.AnchorStyles.Right)));
  1222.             this.ResList.AutoEllipsis = true;
  1223.             this.ResList.Location = new System.Drawing.Point(280, 242);
  1224.             this.ResList.Name = "ResList";
  1225.             this.ResList.Size = new System.Drawing.Size(144, 20);
  1226.             this.ResList.TabIndex = 7;
  1227.             this.ResList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1228.             //
  1229.             // SearchResults
  1230.             //
  1231.             this.SearchResults.AllowUserToAddRows = false;
  1232.             this.SearchResults.AllowUserToResizeRows = false;
  1233.             this.SearchResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1234.                         | System.Windows.Forms.AnchorStyles.Left)
  1235.                         | System.Windows.Forms.AnchorStyles.Right)));
  1236.             this.SearchResults.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  1237.             this.SearchResults.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  1238.             dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1239.             dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
  1240.             dataGridViewCellStyle11.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1241.             dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
  1242.             dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1243.             dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1244.             dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1245.             this.SearchResults.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  1246.             this.SearchResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  1247.             this.SearchResults.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1248.             this.ACol,
  1249.             this.OVal,
  1250.             this.NVal,
  1251.             this.DifferCol});
  1252.             this.SearchResults.ContextMenuStrip = this.SearchResMenu;
  1253.             dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1254.             dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
  1255.             dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1256.             dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
  1257.             dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1258.             dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1259.             dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1260.             this.SearchResults.DefaultCellStyle = dataGridViewCellStyle12;
  1261.             this.SearchResults.GridColor = System.Drawing.SystemColors.ActiveBorder;
  1262.             this.SearchResults.Location = new System.Drawing.Point(285, 25);
  1263.             this.SearchResults.Name = "SearchResults";
  1264.             this.SearchResults.ReadOnly = true;
  1265.             dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1266.             dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
  1267.             dataGridViewCellStyle13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1268.             dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
  1269.             dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1270.             dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1271.             dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1272.             this.SearchResults.RowHeadersDefaultCellStyle = dataGridViewCellStyle13;
  1273.             this.SearchResults.RowHeadersVisible = false;
  1274.             this.SearchResults.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  1275.             dataGridViewCellStyle14.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1276.             this.SearchResults.RowsDefaultCellStyle = dataGridViewCellStyle14;
  1277.             this.SearchResults.RowTemplate.Height = 24;
  1278.             this.SearchResults.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  1279.             this.SearchResults.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1280.             this.SearchResults.ShowCellErrors = false;
  1281.             this.SearchResults.ShowCellToolTips = false;
  1282.             this.SearchResults.ShowEditingIcon = false;
  1283.             this.SearchResults.ShowRowErrors = false;
  1284.             this.SearchResults.Size = new System.Drawing.Size(273, 211);
  1285.             this.SearchResults.TabIndex = 6;
  1286.             this.SearchResults.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.SearchResults_UserDeletingRow);
  1287.             this.SearchResults.Sorted += new System.EventHandler(this.SearchResults_Sorted);
  1288.             this.SearchResults.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.SearchResults_CellMouseDown);
  1289.             this.SearchResults.ColumnDividerDoubleClick += new System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventHandler(this.SearchResults_ColumnDividerDoubleClick);
  1290.             //
  1291.             // ACol
  1292.             //
  1293.             this.ACol.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  1294.             this.ACol.HeaderText = "Address";
  1295.             this.ACol.Name = "ACol";
  1296.             this.ACol.ReadOnly = true;
  1297.             this.ACol.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  1298.             this.ACol.Width = 80;
  1299.             //
  1300.             // OVal
  1301.             //
  1302.             this.OVal.HeaderText = "Old";
  1303.             this.OVal.Name = "OVal";
  1304.             this.OVal.ReadOnly = true;
  1305.             this.OVal.Width = 53;
  1306.             //
  1307.             // NVal
  1308.             //
  1309.             this.NVal.HeaderText = "New";
  1310.             this.NVal.Name = "NVal";
  1311.             this.NVal.ReadOnly = true;
  1312.             this.NVal.Width = 53;
  1313.             //
  1314.             // DifferCol
  1315.             //
  1316.             this.DifferCol.HeaderText = "Diff";
  1317.             this.DifferCol.Name = "DifferCol";
  1318.             this.DifferCol.ReadOnly = true;
  1319.             this.DifferCol.Width = 60;
  1320.             //
  1321.             // SearchResMenu
  1322.             //
  1323.             this.SearchResMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1324.             this.PkAddress,
  1325.             this.ShowInMemView,
  1326.             this.BpSAddress,
  1327.             this.ShowInDiss,
  1328.             this.showInWatchList,
  1329.             this.makeCode,
  1330.             this.gCTWizardToolStripMenuItem,
  1331.             this.toolStripMenuItem3,
  1332.             this.copyToolStripMenuItem,
  1333.             this.SortToolStripMenuItem,
  1334.             this.toolStripMenuItem4,
  1335.             this.deleteToolStripMenuItem});
  1336.             this.SearchResMenu.Name = "SearchResMenu";
  1337.             this.SearchResMenu.Size = new System.Drawing.Size(161, 236);
  1338.             //
  1339.             // PkAddress
  1340.             //
  1341.             this.PkAddress.Name = "PkAddress";
  1342.             this.PkAddress.Size = new System.Drawing.Size(160, 22);
  1343.             this.PkAddress.Text = "&Poke";
  1344.             this.PkAddress.Click += new System.EventHandler(this.PkAddress_Click);
  1345.             //
  1346.             // ShowInMemView
  1347.             //
  1348.             this.ShowInMemView.Name = "ShowInMemView";
  1349.             this.ShowInMemView.Size = new System.Drawing.Size(160, 22);
  1350.             this.ShowInMemView.Text = "&Memory Viewer";
  1351.             this.ShowInMemView.Click += new System.EventHandler(this.ShowInMemView_Click);
  1352.             //
  1353.             // BpSAddress
  1354.             //
  1355.             this.BpSAddress.Name = "BpSAddress";
  1356.             this.BpSAddress.Size = new System.Drawing.Size(160, 22);
  1357.             this.BpSAddress.Text = "&Breakpoint";
  1358.             this.BpSAddress.Click += new System.EventHandler(this.BpSAddress_Click);
  1359.             //
  1360.             // ShowInDiss
  1361.             //
  1362.             this.ShowInDiss.Name = "ShowInDiss";
  1363.             this.ShowInDiss.Size = new System.Drawing.Size(160, 22);
  1364.             this.ShowInDiss.Text = "&Disassembler";
  1365.             this.ShowInDiss.Click += new System.EventHandler(this.ShowInDiss_Click);
  1366.             //
  1367.             // showInWatchList
  1368.             //
  1369.             this.showInWatchList.Name = "showInWatchList";
  1370.             this.showInWatchList.Size = new System.Drawing.Size(160, 22);
  1371.             this.showInWatchList.Text = "Add to &watchlist";
  1372.             this.showInWatchList.Click += new System.EventHandler(this.showInWatchList_Click);
  1373.             //
  1374.             // makeCode
  1375.             //
  1376.             this.makeCode.Name = "makeCode";
  1377.             this.makeCode.Size = new System.Drawing.Size(160, 22);
  1378.             this.makeCode.Text = "New GCT code";
  1379.             this.makeCode.Click += new System.EventHandler(this.makeCode_Click);
  1380.             //
  1381.             // gCTWizardToolStripMenuItem
  1382.             //
  1383.             this.gCTWizardToolStripMenuItem.Name = "gCTWizardToolStripMenuItem";
  1384.             this.gCTWizardToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
  1385.             this.gCTWizardToolStripMenuItem.Text = "&GCT Wizard...";
  1386.             this.gCTWizardToolStripMenuItem.Click += new System.EventHandler(this.gCTWizardToolStripMenuItem_Click);
  1387.             //
  1388.             // toolStripMenuItem3
  1389.             //
  1390.             this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  1391.             this.toolStripMenuItem3.Size = new System.Drawing.Size(157, 6);
  1392.             //
  1393.             // copyToolStripMenuItem
  1394.             //
  1395.             this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
  1396.             this.copyToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
  1397.             this.copyToolStripMenuItem.Text = "&Copy";
  1398.             this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
  1399.             //
  1400.             // SortToolStripMenuItem
  1401.             //
  1402.             this.SortToolStripMenuItem.Name = "SortToolStripMenuItem";
  1403.             this.SortToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
  1404.             this.SortToolStripMenuItem.Text = "&Sort";
  1405.             this.SortToolStripMenuItem.Click += new System.EventHandler(this.SortToolStripMenuItem_Click);
  1406.             //
  1407.             // toolStripMenuItem4
  1408.             //
  1409.             this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  1410.             this.toolStripMenuItem4.Size = new System.Drawing.Size(157, 6);
  1411.             //
  1412.             // deleteToolStripMenuItem
  1413.             //
  1414.             this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
  1415.             this.deleteToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
  1416.             this.deleteToolStripMenuItem.Text = "Delete";
  1417.             this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
  1418.             //
  1419.             // PrvPage
  1420.             //
  1421.             this.PrvPage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1422.             this.PrvPage.Enabled = false;
  1423.             this.PrvPage.Location = new System.Drawing.Point(490, 242);
  1424.             this.PrvPage.Name = "PrvPage";
  1425.             this.PrvPage.Size = new System.Drawing.Size(32, 21);
  1426.             this.PrvPage.TabIndex = 8;
  1427.             this.PrvPage.Text = "<--";
  1428.             this.PrvPage.UseVisualStyleBackColor = true;
  1429.             //
  1430.             // ResSrch
  1431.             //
  1432.             this.ResSrch.Enabled = false;
  1433.             this.ResSrch.Location = new System.Drawing.Point(190, 220);
  1434.             this.ResSrch.Name = "ResSrch";
  1435.             this.ResSrch.Size = new System.Drawing.Size(87, 32);
  1436.             this.ResSrch.TabIndex = 5;
  1437.             this.ResSrch.Text = "Restart search";
  1438.             this.ResSrch.UseVisualStyleBackColor = true;
  1439.             this.ResSrch.Click += new System.EventHandler(this.ResSrch_Click);
  1440.             //
  1441.             // groupBox1
  1442.             //
  1443.             this.groupBox1.Controls.Add(this.memEnd);
  1444.             this.groupBox1.Controls.Add(this.label2);
  1445.             this.groupBox1.Controls.Add(this.memStart);
  1446.             this.groupBox1.Controls.Add(this.label1);
  1447.             this.groupBox1.Controls.Add(this.memRange);
  1448.             this.groupBox1.Location = new System.Drawing.Point(7, 6);
  1449.             this.groupBox1.Name = "groupBox1";
  1450.             this.groupBox1.Size = new System.Drawing.Size(272, 44);
  1451.             this.groupBox1.TabIndex = 0;
  1452.             this.groupBox1.TabStop = false;
  1453.             this.groupBox1.Text = "Memory Range";
  1454.             //
  1455.             // label2
  1456.             //
  1457.             this.label2.AutoSize = true;
  1458.             this.label2.Location = new System.Drawing.Point(164, 22);
  1459.             this.label2.Name = "label2";
  1460.             this.label2.Size = new System.Drawing.Size(29, 13);
  1461.             this.label2.TabIndex = 3;
  1462.             this.label2.Text = "End:";
  1463.             //
  1464.             // label1
  1465.             //
  1466.             this.label1.AutoSize = true;
  1467.             this.label1.Location = new System.Drawing.Point(55, 22);
  1468.             this.label1.Name = "label1";
  1469.             this.label1.Size = new System.Drawing.Size(32, 13);
  1470.             this.label1.TabIndex = 1;
  1471.             this.label1.Text = "Start:";
  1472.             //
  1473.             // memRange
  1474.             //
  1475.             this.memRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1476.             this.memRange.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1477.             this.memRange.FormattingEnabled = true;
  1478.             this.memRange.Location = new System.Drawing.Point(6, 19);
  1479.             this.memRange.Name = "memRange";
  1480.             this.memRange.Size = new System.Drawing.Size(43, 22);
  1481.             this.memRange.TabIndex = 0;
  1482.             this.memRange.SelectedIndexChanged += new System.EventHandler(this.memRange_SelectedIndexChanged);
  1483.             //
  1484.             // groupBox4
  1485.             //
  1486.             this.groupBox4.Controls.Add(this.textBoxComparisonValue);
  1487.             this.groupBox4.Controls.Add(this.label6);
  1488.             this.groupBox4.Controls.Add(this.comboBoxComparisonType);
  1489.             this.groupBox4.Controls.Add(this.comboBoxComparisonRHS);
  1490.             this.groupBox4.Location = new System.Drawing.Point(7, 83);
  1491.             this.groupBox4.Name = "groupBox4";
  1492.             this.groupBox4.Size = new System.Drawing.Size(133, 105);
  1493.             this.groupBox4.TabIndex = 3;
  1494.             this.groupBox4.TabStop = false;
  1495.             this.groupBox4.Text = "Search Condition";
  1496.             //
  1497.             // textBoxComparisonValue
  1498.             //
  1499.             this.textBoxComparisonValue.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  1500.             this.textBoxComparisonValue.ContextMenuStrip = this.InputConvert;
  1501.             this.textBoxComparisonValue.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1502.             this.textBoxComparisonValue.Location = new System.Drawing.Point(52, 77);
  1503.             this.textBoxComparisonValue.MaxLength = 8;
  1504.             this.textBoxComparisonValue.Name = "textBoxComparisonValue";
  1505.             this.textBoxComparisonValue.Size = new System.Drawing.Size(62, 20);
  1506.             this.textBoxComparisonValue.TabIndex = 3;
  1507.             this.textBoxComparisonValue.Text = "00000000";
  1508.             this.textBoxComparisonValue.TextChanged += new System.EventHandler(this.lowerValue_TextChanged);
  1509.             this.textBoxComparisonValue.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lowerValue_MouseClick);
  1510.             //
  1511.             // label6
  1512.             //
  1513.             this.label6.AutoSize = true;
  1514.             this.label6.Location = new System.Drawing.Point(17, 80);
  1515.             this.label6.Name = "label6";
  1516.             this.label6.Size = new System.Drawing.Size(37, 13);
  1517.             this.label6.TabIndex = 6;
  1518.             this.label6.Text = "Value:";
  1519.             //
  1520.             // comboBoxComparisonType
  1521.             //
  1522.             this.comboBoxComparisonType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1523.             this.comboBoxComparisonType.FormattingEnabled = true;
  1524.             this.comboBoxComparisonType.Items.AddRange(new object[] {
  1525.             "Equal",
  1526.             "Not equal",
  1527.             "Less than",
  1528.             "Less or equal",
  1529.             "Greater than",
  1530.             "Greater or equal",
  1531.             "Different by",
  1532.             "Different by less than",
  1533.             "Different by more than"});
  1534.             this.comboBoxComparisonType.Location = new System.Drawing.Point(6, 50);
  1535.             this.comboBoxComparisonType.MaxDropDownItems = 11;
  1536.             this.comboBoxComparisonType.Name = "comboBoxComparisonType";
  1537.             this.comboBoxComparisonType.Size = new System.Drawing.Size(121, 21);
  1538.             this.comboBoxComparisonType.TabIndex = 0;
  1539.             this.comboBoxComparisonType.SelectedIndexChanged += new System.EventHandler(this.cmpType_SelectedIndexChanged);
  1540.             //
  1541.             // comboBoxComparisonRHS
  1542.             //
  1543.             this.comboBoxComparisonRHS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1544.             this.comboBoxComparisonRHS.FormattingEnabled = true;
  1545.             this.comboBoxComparisonRHS.Items.AddRange(new object[] {
  1546.             "Specific Value",
  1547.             "Unknown Value"});
  1548.             this.comboBoxComparisonRHS.Location = new System.Drawing.Point(6, 19);
  1549.             this.comboBoxComparisonRHS.Name = "comboBoxComparisonRHS";
  1550.             this.comboBoxComparisonRHS.Size = new System.Drawing.Size(121, 21);
  1551.             this.comboBoxComparisonRHS.TabIndex = 0;
  1552.             this.comboBoxComparisonRHS.SelectedIndexChanged += new System.EventHandler(this.comboBoxComparisonRHS_SelectedIndexChanged);
  1553.             //
  1554.             // groupBoxSearchGroups
  1555.             //
  1556.             this.groupBoxSearchGroups.Controls.Add(this.buttonClearSearchGroup);
  1557.             this.groupBoxSearchGroups.Controls.Add(this.buttonRemoveGroup);
  1558.             this.groupBoxSearchGroups.Controls.Add(this.buttonAddSearchGroup);
  1559.             this.groupBoxSearchGroups.Controls.Add(this.numericUpDownSearchGroup);
  1560.             this.groupBoxSearchGroups.Location = new System.Drawing.Point(146, 83);
  1561.             this.groupBoxSearchGroups.Name = "groupBoxSearchGroups";
  1562.             this.groupBoxSearchGroups.Size = new System.Drawing.Size(133, 74);
  1563.             this.groupBoxSearchGroups.TabIndex = 2;
  1564.             this.groupBoxSearchGroups.TabStop = false;
  1565.             this.groupBoxSearchGroups.Text = "Search Groups (1)";
  1566.             //
  1567.             // buttonClearSearchGroup
  1568.             //
  1569.             this.buttonClearSearchGroup.Location = new System.Drawing.Point(6, 46);
  1570.             this.buttonClearSearchGroup.Name = "buttonClearSearchGroup";
  1571.             this.buttonClearSearchGroup.Size = new System.Drawing.Size(55, 21);
  1572.             this.buttonClearSearchGroup.TabIndex = 3;
  1573.             this.buttonClearSearchGroup.Text = "Clear";
  1574.             this.buttonClearSearchGroup.UseVisualStyleBackColor = true;
  1575.             this.buttonClearSearchGroup.Click += new System.EventHandler(this.buttonClearSearchGroup_Click);
  1576.             //
  1577.             // buttonRemoveGroup
  1578.             //
  1579.             this.buttonRemoveGroup.Location = new System.Drawing.Point(6, 19);
  1580.             this.buttonRemoveGroup.Name = "buttonRemoveGroup";
  1581.             this.buttonRemoveGroup.Size = new System.Drawing.Size(55, 21);
  1582.             this.buttonRemoveGroup.TabIndex = 2;
  1583.             this.buttonRemoveGroup.Text = "Remove";
  1584.             this.buttonRemoveGroup.UseVisualStyleBackColor = true;
  1585.             this.buttonRemoveGroup.Click += new System.EventHandler(this.buttonRemoveGroup_Click);
  1586.             //
  1587.             // buttonAddSearchGroup
  1588.             //
  1589.             this.buttonAddSearchGroup.Location = new System.Drawing.Point(79, 19);
  1590.             this.buttonAddSearchGroup.Name = "buttonAddSearchGroup";
  1591.             this.buttonAddSearchGroup.Size = new System.Drawing.Size(49, 21);
  1592.             this.buttonAddSearchGroup.TabIndex = 1;
  1593.             this.buttonAddSearchGroup.Text = "Add";
  1594.             this.buttonAddSearchGroup.UseVisualStyleBackColor = true;
  1595.             this.buttonAddSearchGroup.Click += new System.EventHandler(this.buttonAddSearchGroup_Click);
  1596.             //
  1597.             // numericUpDownSearchGroup
  1598.             //
  1599.             this.numericUpDownSearchGroup.Location = new System.Drawing.Point(79, 47);
  1600.             this.numericUpDownSearchGroup.Maximum = new decimal(new int[] {
  1601.             9999,
  1602.             0,
  1603.             0,
  1604.             0});
  1605.             this.numericUpDownSearchGroup.Minimum = new decimal(new int[] {
  1606.             1,
  1607.             0,
  1608.             0,
  1609.             0});
  1610.             this.numericUpDownSearchGroup.Name = "numericUpDownSearchGroup";
  1611.             this.numericUpDownSearchGroup.Size = new System.Drawing.Size(49, 20);
  1612.             this.numericUpDownSearchGroup.TabIndex = 0;
  1613.             this.numericUpDownSearchGroup.Value = new decimal(new int[] {
  1614.             1,
  1615.             0,
  1616.             0,
  1617.             0});
  1618.             this.numericUpDownSearchGroup.ValueChanged += new System.EventHandler(this.numericUpDownSearchGroup_ValueChanged);
  1619.             //
  1620.             // MemView
  1621.             //
  1622.             this.MemView.Controls.Add(this.vScrollBarMemViewGrid);
  1623.             this.MemView.Controls.Add(this.memViewGrid);
  1624.             this.MemView.Controls.Add(this.groupBox27);
  1625.             this.MemView.Controls.Add(this.groupBox9);
  1626.             this.MemView.Controls.Add(this.groupBox8);
  1627.             this.MemView.Controls.Add(this.MemViewAutoUp);
  1628.             this.MemView.Controls.Add(this.groupBox7);
  1629.             this.MemView.Controls.Add(this.groupBox6);
  1630.             this.MemView.Location = new System.Drawing.Point(4, 22);
  1631.             this.MemView.Name = "MemView";
  1632.             this.MemView.Padding = new System.Windows.Forms.Padding(3);
  1633.             this.MemView.Size = new System.Drawing.Size(565, 296);
  1634.             this.MemView.TabIndex = 1;
  1635.             this.MemView.Text = "Memory Viewer";
  1636.             this.MemView.UseVisualStyleBackColor = true;
  1637.             this.MemView.Enter += new System.EventHandler(this.tabPage2_Enter);
  1638.             //
  1639.             // vScrollBarMemViewGrid
  1640.             //
  1641.             this.vScrollBarMemViewGrid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1642.                         | System.Windows.Forms.AnchorStyles.Right)));
  1643.             this.vScrollBarMemViewGrid.LargeChange = 256;
  1644.             this.vScrollBarMemViewGrid.Location = new System.Drawing.Point(540, 12);
  1645.             this.vScrollBarMemViewGrid.Maximum = 25165824;
  1646.             this.vScrollBarMemViewGrid.Name = "vScrollBarMemViewGrid";
  1647.             this.vScrollBarMemViewGrid.Size = new System.Drawing.Size(17, 278);
  1648.             this.vScrollBarMemViewGrid.SmallChange = 16;
  1649.             this.vScrollBarMemViewGrid.TabIndex = 8;
  1650.             this.vScrollBarMemViewGrid.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBarMemViewGrid_Scroll);
  1651.             //
  1652.             // groupBox27
  1653.             //
  1654.             this.groupBox27.Controls.Add(this.MemViewSearchType);
  1655.             this.groupBox27.Controls.Add(this.MemViewSearchPerfom);
  1656.             this.groupBox27.Controls.Add(this.MemViewSearchString);
  1657.             this.groupBox27.Location = new System.Drawing.Point(3, 190);
  1658.             this.groupBox27.Name = "groupBox27";
  1659.             this.groupBox27.Size = new System.Drawing.Size(187, 65);
  1660.             this.groupBox27.TabIndex = 7;
  1661.             this.groupBox27.TabStop = false;
  1662.             this.groupBox27.Text = "Search";
  1663.             //
  1664.             // MemViewSearchType
  1665.             //
  1666.             this.MemViewSearchType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1667.             this.MemViewSearchType.FormattingEnabled = true;
  1668.             this.MemViewSearchType.Items.AddRange(new object[] {
  1669.             "ANSI",
  1670.             "ANSI case sensitive",
  1671.             "Unicode",
  1672.             "Unicode case sensitive",
  1673.             "Hex"});
  1674.             this.MemViewSearchType.Location = new System.Drawing.Point(6, 15);
  1675.             this.MemViewSearchType.Name = "MemViewSearchType";
  1676.             this.MemViewSearchType.Size = new System.Drawing.Size(112, 21);
  1677.             this.MemViewSearchType.TabIndex = 9;
  1678.             //
  1679.             // MemViewSearchPerfom
  1680.             //
  1681.             this.MemViewSearchPerfom.Location = new System.Drawing.Point(124, 15);
  1682.             this.MemViewSearchPerfom.Name = "MemViewSearchPerfom";
  1683.             this.MemViewSearchPerfom.Size = new System.Drawing.Size(57, 22);
  1684.             this.MemViewSearchPerfom.TabIndex = 8;
  1685.             this.MemViewSearchPerfom.Tag = "1";
  1686.             this.MemViewSearchPerfom.Text = "Search";
  1687.             this.MemViewSearchPerfom.UseVisualStyleBackColor = true;
  1688.             this.MemViewSearchPerfom.Click += new System.EventHandler(this.MemViewSearchPerfom_Click);
  1689.             //
  1690.             // MemViewSearchString
  1691.             //
  1692.             this.MemViewSearchString.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1693.             this.MemViewSearchString.Location = new System.Drawing.Point(6, 42);
  1694.             this.MemViewSearchString.MaxLength = 256;
  1695.             this.MemViewSearchString.Name = "MemViewSearchString";
  1696.             this.MemViewSearchString.Size = new System.Drawing.Size(175, 20);
  1697.             this.MemViewSearchString.TabIndex = 5;
  1698.             //
  1699.             // groupBox9
  1700.             //
  1701.             this.groupBox9.Controls.Add(this.MemViewFPValue);
  1702.             this.groupBox9.Location = new System.Drawing.Point(87, 68);
  1703.             this.groupBox9.Name = "groupBox9";
  1704.             this.groupBox9.Size = new System.Drawing.Size(103, 45);
  1705.             this.groupBox9.TabIndex = 6;
  1706.             this.groupBox9.TabStop = false;
  1707.             this.groupBox9.Text = "Floating point";
  1708.             //
  1709.             // MemViewFPValue
  1710.             //
  1711.             this.MemViewFPValue.Location = new System.Drawing.Point(6, 16);
  1712.             this.MemViewFPValue.Name = "MemViewFPValue";
  1713.             this.MemViewFPValue.Size = new System.Drawing.Size(94, 20);
  1714.             this.MemViewFPValue.TabIndex = 0;
  1715.             this.MemViewFPValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1716.             //
  1717.             // groupBox8
  1718.             //
  1719.             this.groupBox8.Controls.Add(this.comboBoxPokeOperation);
  1720.             this.groupBox8.Controls.Add(this.memViewPButton);
  1721.             this.groupBox8.Controls.Add(this.memViewPValue);
  1722.             this.groupBox8.Controls.Add(this.memViewPAddress);
  1723.             this.groupBox8.Location = new System.Drawing.Point(3, 113);
  1724.             this.groupBox8.Name = "groupBox8";
  1725.             this.groupBox8.Size = new System.Drawing.Size(187, 71);
  1726.             this.groupBox8.TabIndex = 5;
  1727.             this.groupBox8.TabStop = false;
  1728.             this.groupBox8.Text = "Value poke";
  1729.             //
  1730.             // comboBoxPokeOperation
  1731.             //
  1732.             this.comboBoxPokeOperation.FormattingEnabled = true;
  1733.             this.comboBoxPokeOperation.Items.AddRange(new object[] {
  1734.             "Write",
  1735.             "OR",
  1736.             "AND",
  1737.             "XOR",
  1738.             "ADD",
  1739.             "SUB",
  1740.             "MUL",
  1741.             "DIV"});
  1742.             this.comboBoxPokeOperation.Location = new System.Drawing.Point(100, 45);
  1743.             this.comboBoxPokeOperation.Name = "comboBoxPokeOperation";
  1744.             this.comboBoxPokeOperation.Size = new System.Drawing.Size(67, 21);
  1745.             this.comboBoxPokeOperation.TabIndex = 13;
  1746.             //
  1747.             // memViewPButton
  1748.             //
  1749.             this.memViewPButton.Location = new System.Drawing.Point(27, 43);
  1750.             this.memViewPButton.Name = "memViewPButton";
  1751.             this.memViewPButton.Size = new System.Drawing.Size(62, 22);
  1752.             this.memViewPButton.TabIndex = 8;
  1753.             this.memViewPButton.Tag = "1";
  1754.             this.memViewPButton.Text = "Poke";
  1755.             this.memViewPButton.UseVisualStyleBackColor = true;
  1756.             this.memViewPButton.Click += new System.EventHandler(this.PButton_Click);
  1757.             //
  1758.             // memViewPValue
  1759.             //
  1760.             this.memViewPValue.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  1761.             this.memViewPValue.ContextMenuStrip = this.InputConvert;
  1762.             this.memViewPValue.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1763.             this.memViewPValue.Location = new System.Drawing.Point(100, 19);
  1764.             this.memViewPValue.MaxLength = 8;
  1765.             this.memViewPValue.Name = "memViewPValue";
  1766.             this.memViewPValue.Size = new System.Drawing.Size(62, 20);
  1767.             this.memViewPValue.TabIndex = 7;
  1768.             this.memViewPValue.Text = "00000000";
  1769.             this.memViewPValue.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lowerValue_MouseClick);
  1770.             //
  1771.             // MemViewAutoUp
  1772.             //
  1773.             this.MemViewAutoUp.AutoSize = true;
  1774.             this.MemViewAutoUp.Location = new System.Drawing.Point(10, 51);
  1775.             this.MemViewAutoUp.Name = "MemViewAutoUp";
  1776.             this.MemViewAutoUp.Size = new System.Drawing.Size(84, 17);
  1777.             this.MemViewAutoUp.TabIndex = 3;
  1778.             this.MemViewAutoUp.Text = "Auto update";
  1779.             this.MemViewAutoUp.UseVisualStyleBackColor = true;
  1780.             this.MemViewAutoUp.Click += new System.EventHandler(this.MemViewAutoUp_Click);
  1781.             //
  1782.             // groupBox7
  1783.             //
  1784.             this.groupBox7.Controls.Add(this.MemViewShowMode);
  1785.             this.groupBox7.Location = new System.Drawing.Point(3, 68);
  1786.             this.groupBox7.Name = "groupBox7";
  1787.             this.groupBox7.Size = new System.Drawing.Size(78, 45);
  1788.             this.groupBox7.TabIndex = 2;
  1789.             this.groupBox7.TabStop = false;
  1790.             this.groupBox7.Text = "View mode";
  1791.             //
  1792.             // MemViewShowMode
  1793.             //
  1794.             this.MemViewShowMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1795.             this.MemViewShowMode.FormattingEnabled = true;
  1796.             this.MemViewShowMode.Items.AddRange(new object[] {
  1797.             "Hex",
  1798.             "ASCII",
  1799.             "ANSI",
  1800.             "Unicode",
  1801.             "Single",
  1802.             "Auto 0",
  1803.             "Auto ."});
  1804.             this.MemViewShowMode.Location = new System.Drawing.Point(6, 16);
  1805.             this.MemViewShowMode.Name = "MemViewShowMode";
  1806.             this.MemViewShowMode.Size = new System.Drawing.Size(66, 21);
  1807.             this.MemViewShowMode.TabIndex = 0;
  1808.             this.MemViewShowMode.SelectedIndexChanged += new System.EventHandler(this.MemViewShowMode_SelectedIndexChanged);
  1809.             //
  1810.             // groupBox6
  1811.             //
  1812.             this.groupBox6.Controls.Add(this.memViewAValue);
  1813.             this.groupBox6.Controls.Add(this.MemViewScrollbar);
  1814.             this.groupBox6.Controls.Add(this.MemViewUpdate);
  1815.             this.groupBox6.Controls.Add(this.MemViewARange);
  1816.             this.groupBox6.Location = new System.Drawing.Point(3, 3);
  1817.             this.groupBox6.Name = "groupBox6";
  1818.             this.groupBox6.Size = new System.Drawing.Size(187, 47);
  1819.             this.groupBox6.TabIndex = 1;
  1820.             this.groupBox6.TabStop = false;
  1821.             this.groupBox6.Text = "Address";
  1822.             //
  1823.             // MemViewScrollbar
  1824.             //
  1825.             this.MemViewScrollbar.DecimalPlaces = 8;
  1826.             this.MemViewScrollbar.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1827.             this.MemViewScrollbar.Location = new System.Drawing.Point(110, 19);
  1828.             this.MemViewScrollbar.Margin = new System.Windows.Forms.Padding(0);
  1829.             this.MemViewScrollbar.Maximum = new decimal(new int[] {
  1830.             2,
  1831.             0,
  1832.             0,
  1833.             0});
  1834.             this.MemViewScrollbar.Name = "MemViewScrollbar";
  1835.             this.MemViewScrollbar.Size = new System.Drawing.Size(16, 20);
  1836.             this.MemViewScrollbar.TabIndex = 2;
  1837.             this.MemViewScrollbar.Value = new decimal(new int[] {
  1838.             1,
  1839.             0,
  1840.             0,
  1841.             0});
  1842.             this.MemViewScrollbar.ValueChanged += new System.EventHandler(this.MemViewScrollbar_ValueChanged);
  1843.             this.MemViewScrollbar.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MemViewScrollbar_KeyDown);
  1844.             //
  1845.             // MemViewUpdate
  1846.             //
  1847.             this.MemViewUpdate.Location = new System.Drawing.Point(131, 19);
  1848.             this.MemViewUpdate.Name = "MemViewUpdate";
  1849.             this.MemViewUpdate.Size = new System.Drawing.Size(50, 22);
  1850.             this.MemViewUpdate.TabIndex = 5;
  1851.             this.MemViewUpdate.Text = "Update";
  1852.             this.MemViewUpdate.UseVisualStyleBackColor = true;
  1853.             this.MemViewUpdate.Click += new System.EventHandler(this.MemViewUpdate_Click);
  1854.             //
  1855.             // MemViewARange
  1856.             //
  1857.             this.MemViewARange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1858.             this.MemViewARange.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1859.             this.MemViewARange.FormattingEnabled = true;
  1860.             this.MemViewARange.Location = new System.Drawing.Point(4, 19);
  1861.             this.MemViewARange.Name = "MemViewARange";
  1862.             this.MemViewARange.Size = new System.Drawing.Size(38, 22);
  1863.             this.MemViewARange.TabIndex = 4;
  1864.             this.MemViewARange.SelectedIndexChanged += new System.EventHandler(this.MemViewARange_SelectedIndexChanged);
  1865.             //
  1866.             // BreakpointPage
  1867.             //
  1868.             this.BreakpointPage.Controls.Add(this.panel5);
  1869.             this.BreakpointPage.Controls.Add(this.panel3);
  1870.             this.BreakpointPage.Controls.Add(this.groupBoxStep);
  1871.             this.BreakpointPage.Controls.Add(this.splitContainerRegASM);
  1872.             this.BreakpointPage.Controls.Add(this.groupBox11);
  1873.             this.BreakpointPage.Controls.Add(this.groupBox10);
  1874.             this.BreakpointPage.Location = new System.Drawing.Point(4, 22);
  1875.             this.BreakpointPage.Name = "BreakpointPage";
  1876.             this.BreakpointPage.Size = new System.Drawing.Size(565, 296);
  1877.             this.BreakpointPage.TabIndex = 2;
  1878.             this.BreakpointPage.Text = "Breakpoints";
  1879.             this.BreakpointPage.UseVisualStyleBackColor = true;
  1880.             //
  1881.             // panel5
  1882.             //
  1883.             this.panel5.Controls.Add(this.checkBoxLogSteps);
  1884.             this.panel5.Controls.Add(this.BPOutSwap);
  1885.             this.panel5.Controls.Add(this.buttonShowMem);
  1886.             this.panel5.Controls.Add(this.BPSkipCount);
  1887.             this.panel5.Controls.Add(this.label17);
  1888.             this.panel5.Location = new System.Drawing.Point(394, 10);
  1889.             this.panel5.Name = "panel5";
  1890.             this.panel5.Size = new System.Drawing.Size(176, 67);
  1891.             this.panel5.TabIndex = 11;
  1892.             //
  1893.             // checkBoxLogSteps
  1894.             //
  1895.             this.checkBoxLogSteps.AutoSize = true;
  1896.             this.checkBoxLogSteps.Location = new System.Drawing.Point(89, 15);
  1897.             this.checkBoxLogSteps.Name = "checkBoxLogSteps";
  1898.             this.checkBoxLogSteps.Size = new System.Drawing.Size(74, 17);
  1899.             this.checkBoxLogSteps.TabIndex = 11;
  1900.             this.checkBoxLogSteps.Text = "Log Steps";
  1901.             this.checkBoxLogSteps.UseVisualStyleBackColor = true;
  1902.             this.checkBoxLogSteps.CheckedChanged += new System.EventHandler(this.checkBoxLogSteps_CheckedChanged);
  1903.             //
  1904.             // BPOutSwap
  1905.             //
  1906.             this.BPOutSwap.Location = new System.Drawing.Point(5, 9);
  1907.             this.BPOutSwap.Name = "BPOutSwap";
  1908.             this.BPOutSwap.Size = new System.Drawing.Size(68, 24);
  1909.             this.BPOutSwap.TabIndex = 5;
  1910.             this.BPOutSwap.Text = "Text view";
  1911.             this.BPOutSwap.UseVisualStyleBackColor = true;
  1912.             this.BPOutSwap.Click += new System.EventHandler(this.BPOutSwap_Click);
  1913.             //
  1914.             // buttonShowMem
  1915.             //
  1916.             this.buttonShowMem.ContextMenuStrip = this.ShowMemContextMenu;
  1917.             this.buttonShowMem.Location = new System.Drawing.Point(5, 38);
  1918.             this.buttonShowMem.Name = "buttonShowMem";
  1919.             this.buttonShowMem.Size = new System.Drawing.Size(68, 24);
  1920.             this.buttonShowMem.TabIndex = 10;
  1921.             this.buttonShowMem.Text = "Show Mem";
  1922.             this.buttonShowMem.UseVisualStyleBackColor = true;
  1923.             this.buttonShowMem.Click += new System.EventHandler(this.buttonShowMem_Click);
  1924.             //
  1925.             // ShowMemContextMenu
  1926.             //
  1927.             this.ShowMemContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1928.             this.ShowMemAddressToolStripMenuItem,
  1929.             this.toolStripTextBoxShowMemAddress,
  1930.             this.toolStripMenuItem14,
  1931.             this.ShowMemValueToolStripMenuItem,
  1932.             this.toolStripTextBoxShowMemValue,
  1933.             this.toolStripMenuItem15,
  1934.             this.SRR0NEQToolStripMenuItem2,
  1935.             this.SRR0EQToolStripMenuItem2,
  1936.             this.toolStripMenuItem17,
  1937.             this.viewFloatsInHexToolStripMenuItem});
  1938.             this.ShowMemContextMenu.Name = "ShowMemContextMenu";
  1939.             this.ShowMemContextMenu.Size = new System.Drawing.Size(170, 182);
  1940.             this.ShowMemContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ShowMemContextMenu_Opening);
  1941.             //
  1942.             // ShowMemAddressToolStripMenuItem
  1943.             //
  1944.             this.ShowMemAddressToolStripMenuItem.Name = "ShowMemAddressToolStripMenuItem";
  1945.             this.ShowMemAddressToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
  1946.             this.ShowMemAddressToolStripMenuItem.Text = "&Address";
  1947.             this.ShowMemAddressToolStripMenuItem.Click += new System.EventHandler(this.ShowMemAddressToolStripMenuItem_Click);
  1948.             //
  1949.             // toolStripTextBoxShowMemAddress
  1950.             //
  1951.             this.toolStripTextBoxShowMemAddress.Name = "toolStripTextBoxShowMemAddress";
  1952.             this.toolStripTextBoxShowMemAddress.Size = new System.Drawing.Size(80, 23);
  1953.             //
  1954.             // toolStripMenuItem14
  1955.             //
  1956.             this.toolStripMenuItem14.Name = "toolStripMenuItem14";
  1957.             this.toolStripMenuItem14.Size = new System.Drawing.Size(166, 6);
  1958.             //
  1959.             // ShowMemValueToolStripMenuItem
  1960.             //
  1961.             this.ShowMemValueToolStripMenuItem.Name = "ShowMemValueToolStripMenuItem";
  1962.             this.ShowMemValueToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
  1963.             this.ShowMemValueToolStripMenuItem.Text = "&Value";
  1964.             this.ShowMemValueToolStripMenuItem.Click += new System.EventHandler(this.ShowMemValueToolStripMenuItem_Click);
  1965.             //
  1966.             // toolStripTextBoxShowMemValue
  1967.             //
  1968.             this.toolStripTextBoxShowMemValue.Name = "toolStripTextBoxShowMemValue";
  1969.             this.toolStripTextBoxShowMemValue.Size = new System.Drawing.Size(80, 23);
  1970.             this.toolStripTextBoxShowMemValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripTextBoxShowMemValue_KeyDown);
  1971.             //
  1972.             // toolStripMenuItem15
  1973.             //
  1974.             this.toolStripMenuItem15.Name = "toolStripMenuItem15";
  1975.             this.toolStripMenuItem15.Size = new System.Drawing.Size(166, 6);
  1976.             //
  1977.             // SRR0NEQToolStripMenuItem2
  1978.             //
  1979.             this.SRR0NEQToolStripMenuItem2.Name = "SRR0NEQToolStripMenuItem2";
  1980.             this.SRR0NEQToolStripMenuItem2.Size = new System.Drawing.Size(169, 22);
  1981.             this.SRR0NEQToolStripMenuItem2.Text = "&SRR0 !=";
  1982.             this.SRR0NEQToolStripMenuItem2.Click += new System.EventHandler(this.SRR0NEQToolStripMenuItem_Click);
  1983.             //
  1984.             // SRR0EQToolStripMenuItem2
  1985.             //
  1986.             this.SRR0EQToolStripMenuItem2.Name = "SRR0EQToolStripMenuItem2";
  1987.             this.SRR0EQToolStripMenuItem2.Size = new System.Drawing.Size(169, 22);
  1988.             this.SRR0EQToolStripMenuItem2.Text = "S&RR0 ==";
  1989.             this.SRR0EQToolStripMenuItem2.Click += new System.EventHandler(this.SRR0EQToolStripMenuItem_Click);
  1990.             //
  1991.             // toolStripMenuItem17
  1992.             //
  1993.             this.toolStripMenuItem17.Name = "toolStripMenuItem17";
  1994.             this.toolStripMenuItem17.Size = new System.Drawing.Size(166, 6);
  1995.             //
  1996.             // viewFloatsInHexToolStripMenuItem
  1997.             //
  1998.             this.viewFloatsInHexToolStripMenuItem.CheckOnClick = true;
  1999.             this.viewFloatsInHexToolStripMenuItem.Name = "viewFloatsInHexToolStripMenuItem";
  2000.             this.viewFloatsInHexToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
  2001.             this.viewFloatsInHexToolStripMenuItem.Text = "View Floats in Hex";
  2002.             this.viewFloatsInHexToolStripMenuItem.CheckedChanged += new System.EventHandler(this.viewFloatsInHexToolStripMenuItem_CheckedChanged);
  2003.             //
  2004.             // BPSkipCount
  2005.             //
  2006.             this.BPSkipCount.AutoSize = true;
  2007.             this.BPSkipCount.Location = new System.Drawing.Point(130, 44);
  2008.             this.BPSkipCount.Name = "BPSkipCount";
  2009.             this.BPSkipCount.Size = new System.Drawing.Size(25, 13);
  2010.             this.BPSkipCount.TabIndex = 7;
  2011.             this.BPSkipCount.Text = "000";
  2012.             //
  2013.             // label17
  2014.             //
  2015.             this.label17.AutoSize = true;
  2016.             this.label17.Location = new System.Drawing.Point(86, 44);
  2017.             this.label17.Name = "label17";
  2018.             this.label17.Size = new System.Drawing.Size(49, 13);
  2019.             this.label17.TabIndex = 6;
  2020.             this.label17.Text = "Skipped:";
  2021.             //
  2022.             // panel3
  2023.             //
  2024.             this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  2025.                         | System.Windows.Forms.AnchorStyles.Right)));
  2026.             this.panel3.Controls.Add(this.groupBox26);
  2027.             this.panel3.Controls.Add(this.groupBox25);
  2028.             this.panel3.Location = new System.Drawing.Point(417, 83);
  2029.             this.panel3.Name = "panel3";
  2030.             this.panel3.Size = new System.Drawing.Size(145, 212);
  2031.             this.panel3.TabIndex = 14;
  2032.             //
  2033.             // groupBox26
  2034.             //
  2035.             this.groupBox26.Controls.Add(this.checkBoxBPCondEnable);
  2036.             this.groupBox26.Controls.Add(this.BPCondList);
  2037.             this.groupBox26.Dock = System.Windows.Forms.DockStyle.Fill;
  2038.             this.groupBox26.Location = new System.Drawing.Point(0, 103);
  2039.             this.groupBox26.Name = "groupBox26";
  2040.             this.groupBox26.Size = new System.Drawing.Size(145, 109);
  2041.             this.groupBox26.TabIndex = 8;
  2042.             this.groupBox26.TabStop = false;
  2043.             this.groupBox26.Text = "    Active conditions";
  2044.             //
  2045.             // checkBoxBPCondEnable
  2046.             //
  2047.             this.checkBoxBPCondEnable.AutoSize = true;
  2048.             this.checkBoxBPCondEnable.Location = new System.Drawing.Point(6, 0);
  2049.             this.checkBoxBPCondEnable.Name = "checkBoxBPCondEnable";
  2050.             this.checkBoxBPCondEnable.Size = new System.Drawing.Size(15, 14);
  2051.             this.checkBoxBPCondEnable.TabIndex = 11;
  2052.             this.checkBoxBPCondEnable.UseVisualStyleBackColor = true;
  2053.             this.checkBoxBPCondEnable.CheckedChanged += new System.EventHandler(this.checkBoxBPCondEnable_CheckedChanged);
  2054.             //
  2055.             // BPCondList
  2056.             //
  2057.             this.BPCondList.ContextMenuStrip = this.BPCondMenu;
  2058.             this.BPCondList.Dock = System.Windows.Forms.DockStyle.Fill;
  2059.             this.BPCondList.FormattingEnabled = true;
  2060.             this.BPCondList.Location = new System.Drawing.Point(3, 16);
  2061.             this.BPCondList.Name = "BPCondList";
  2062.             this.BPCondList.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
  2063.             this.BPCondList.Size = new System.Drawing.Size(139, 82);
  2064.             this.BPCondList.TabIndex = 12;
  2065.             this.BPCondList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.BPCondList_MouseDown);
  2066.             this.BPCondList.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BPCondList_KeyDown);
  2067.             //
  2068.             // BPCondMenu
  2069.             //
  2070.             this.BPCondMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  2071.             this.copyToolStripMenuItem4,
  2072.             this.copyToolStripMenuItem2,
  2073.             this.pasteToolStripMenuItem1,
  2074.             this.toolStripMenuItem9,
  2075.             this.sRR0ToolStripMenuItem,
  2076.             this.sRR0ToolStripMenuItem1,
  2077.             this.toolStripMenuItem10,
  2078.             this.deleteToolStripMenuItem1,
  2079.             this.clearAllToolStripMenuItem,
  2080.             this.toolStripMenuItem12,
  2081.             this.setConditionGroupToolStripMenuItem});
  2082.             this.BPCondMenu.Name = "BPCondMenu";
  2083.             this.BPCondMenu.Size = new System.Drawing.Size(183, 198);
  2084.             this.BPCondMenu.Opened += new System.EventHandler(this.BPCondMenu_Opened);
  2085.             //
  2086.             // copyToolStripMenuItem4
  2087.             //
  2088.             this.copyToolStripMenuItem4.Name = "copyToolStripMenuItem4";
  2089.             this.copyToolStripMenuItem4.Size = new System.Drawing.Size(182, 22);
  2090.             this.copyToolStripMenuItem4.Text = "Copy";
  2091.             this.copyToolStripMenuItem4.Click += new System.EventHandler(this.copyToolStripMenuItem4_Click);
  2092.             //
  2093.             // copyToolStripMenuItem2
  2094.             //
  2095.             this.copyToolStripMenuItem2.Name = "copyToolStripMenuItem2";
  2096.             this.copyToolStripMenuItem2.Size = new System.Drawing.Size(182, 22);
  2097.             this.copyToolStripMenuItem2.Text = "Copy All";
  2098.             this.copyToolStripMenuItem2.Click += new System.EventHandler(this.copyToolStripMenuItem2_Click);
  2099.             //
  2100.             // pasteToolStripMenuItem1
  2101.             //
  2102.             this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1";
  2103.             this.pasteToolStripMenuItem1.Size = new System.Drawing.Size(182, 22);
  2104.             this.pasteToolStripMenuItem1.Text = "Paste";
  2105.             this.pasteToolStripMenuItem1.Click += new System.EventHandler(this.pasteToolStripMenuItem1_Click);
  2106.             //
  2107.             // toolStripMenuItem9
  2108.             //
  2109.             this.toolStripMenuItem9.Name = "toolStripMenuItem9";
  2110.             this.toolStripMenuItem9.Size = new System.Drawing.Size(179, 6);
  2111.             //
  2112.             // sRR0ToolStripMenuItem
  2113.             //
  2114.             this.sRR0ToolStripMenuItem.Name = "sRR0ToolStripMenuItem";
  2115.             this.sRR0ToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
  2116.             this.sRR0ToolStripMenuItem.Text = "SRR0 !=";
  2117.             this.sRR0ToolStripMenuItem.Click += new System.EventHandler(this.SRR0NEQToolStripMenuItem_Click);
  2118.             //
  2119.             // sRR0ToolStripMenuItem1
  2120.             //
  2121.             this.sRR0ToolStripMenuItem1.Name = "sRR0ToolStripMenuItem1";
  2122.             this.sRR0ToolStripMenuItem1.Size = new System.Drawing.Size(182, 22);
  2123.             this.sRR0ToolStripMenuItem1.Text = "SRR0 ==";
  2124.             this.sRR0ToolStripMenuItem1.Click += new System.EventHandler(this.SRR0EQToolStripMenuItem_Click);
  2125.             //
  2126.             // toolStripMenuItem10
  2127.             //
  2128.             this.toolStripMenuItem10.Name = "toolStripMenuItem10";
  2129.             this.toolStripMenuItem10.Size = new System.Drawing.Size(179, 6);
  2130.             //
  2131.             // deleteToolStripMenuItem1
  2132.             //
  2133.             this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1";
  2134.             this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(182, 22);
  2135.             this.deleteToolStripMenuItem1.Text = "Delete";
  2136.             this.deleteToolStripMenuItem1.Click += new System.EventHandler(this.deleteToolStripMenuItem1_Click);
  2137.             //
  2138.             // clearAllToolStripMenuItem
  2139.             //
  2140.             this.clearAllToolStripMenuItem.Name = "clearAllToolStripMenuItem";
  2141.             this.clearAllToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
  2142.             this.clearAllToolStripMenuItem.Text = "Clear All";
  2143.             this.clearAllToolStripMenuItem.Click += new System.EventHandler(this.clearAllToolStripMenuItem_Click);
  2144.             //
  2145.             // toolStripMenuItem12
  2146.             //
  2147.             this.toolStripMenuItem12.Name = "toolStripMenuItem12";
  2148.             this.toolStripMenuItem12.Size = new System.Drawing.Size(179, 6);
  2149.             //
  2150.             // setConditionGroupToolStripMenuItem
  2151.             //
  2152.             this.setConditionGroupToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  2153.             this.SetConditionGroupTextBox});
  2154.             this.setConditionGroupToolStripMenuItem.Name = "setConditionGroupToolStripMenuItem";
  2155.             this.setConditionGroupToolStripMenuItem.Size = new System.Drawing.Size(182, 22);
  2156.             this.setConditionGroupToolStripMenuItem.Text = "Set Condition Group";
  2157.             this.setConditionGroupToolStripMenuItem.MouseMove += new System.Windows.Forms.MouseEventHandler(this.setConditionGroupToolStripMenuItem_MouseMove);
  2158.             //
  2159.             // SetConditionGroupTextBox
  2160.             //
  2161.             this.SetConditionGroupTextBox.HideSelection = false;
  2162.             this.SetConditionGroupTextBox.Name = "SetConditionGroupTextBox";
  2163.             this.SetConditionGroupTextBox.Size = new System.Drawing.Size(100, 23);
  2164.             this.SetConditionGroupTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SetConditionGroupTextBox_KeyDown);
  2165.             this.SetConditionGroupTextBox.TextChanged += new System.EventHandler(this.SetConditionGroupTextBox_TextChanged);
  2166.             //
  2167.             // groupBox25
  2168.             //
  2169.             this.groupBox25.Controls.Add(this.BPCondClear);
  2170.             this.groupBox25.Controls.Add(this.BPConditionAdd);
  2171.             this.groupBox25.Controls.Add(this.BPCondDel);
  2172.             this.groupBox25.Controls.Add(this.BPCondValue);
  2173.             this.groupBox25.Controls.Add(this.BPConditionCompare);
  2174.             this.groupBox25.Controls.Add(this.BPConditionRegSelect);
  2175.             this.groupBox25.Dock = System.Windows.Forms.DockStyle.Top;
  2176.             this.groupBox25.Location = new System.Drawing.Point(0, 0);
  2177.             this.groupBox25.Name = "groupBox25";
  2178.             this.groupBox25.Size = new System.Drawing.Size(145, 103);
  2179.             this.groupBox25.TabIndex = 7;
  2180.             this.groupBox25.TabStop = false;
  2181.             this.groupBox25.Text = "Add BP condition";
  2182.             //
  2183.             // BPCondClear
  2184.             //
  2185.             this.BPCondClear.Location = new System.Drawing.Point(87, 75);
  2186.             this.BPCondClear.Name = "BPCondClear";
  2187.             this.BPCondClear.Size = new System.Drawing.Size(52, 24);
  2188.             this.BPCondClear.TabIndex = 11;
  2189.             this.BPCondClear.Text = "Clear all";
  2190.             this.BPCondClear.UseVisualStyleBackColor = true;
  2191.             this.BPCondClear.Click += new System.EventHandler(this.BPCondClear_Click);
  2192.             //
  2193.             // BPConditionAdd
  2194.             //
  2195.             this.BPConditionAdd.Location = new System.Drawing.Point(87, 15);
  2196.             this.BPConditionAdd.Name = "BPConditionAdd";
  2197.             this.BPConditionAdd.Size = new System.Drawing.Size(52, 24);
  2198.             this.BPConditionAdd.TabIndex = 9;
  2199.             this.BPConditionAdd.Text = "Add";
  2200.             this.BPConditionAdd.UseVisualStyleBackColor = true;
  2201.             this.BPConditionAdd.Click += new System.EventHandler(this.BPConditionAdd_Click);
  2202.             //
  2203.             // BPCondDel
  2204.             //
  2205.             this.BPCondDel.Location = new System.Drawing.Point(87, 45);
  2206.             this.BPCondDel.Name = "BPCondDel";
  2207.             this.BPCondDel.Size = new System.Drawing.Size(52, 24);
  2208.             this.BPCondDel.TabIndex = 10;
  2209.             this.BPCondDel.Text = "Delete";
  2210.             this.BPCondDel.UseVisualStyleBackColor = true;
  2211.             this.BPCondDel.Click += new System.EventHandler(this.BPCondDel_Click);
  2212.             //
  2213.             // BPCondValue
  2214.             //
  2215.             this.BPCondValue.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  2216.             this.BPCondValue.ContextMenuStrip = this.InputConvert;
  2217.             this.BPCondValue.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  2218.             this.BPCondValue.Location = new System.Drawing.Point(6, 75);
  2219.             this.BPCondValue.MaxLength = 8;
  2220.             this.BPCondValue.Name = "BPCondValue";
  2221.             this.BPCondValue.Size = new System.Drawing.Size(62, 20);
  2222.             this.BPCondValue.TabIndex = 8;
  2223.             this.BPCondValue.Text = "00000000";
  2224.             //
  2225.             // BPConditionCompare
  2226.             //
  2227.             this.BPConditionCompare.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  2228.             this.BPConditionCompare.Font = new System.Drawing.Font("Courier New", 8.25F);
  2229.             this.BPConditionCompare.FormattingEnabled = true;
  2230.             this.BPConditionCompare.Items.AddRange(new object[] {
  2231.             "==",
  2232.             "!=",
  2233.             ">=",
  2234.             ">",
  2235.             "<=",
  2236.             "<"});
  2237.             this.BPConditionCompare.Location = new System.Drawing.Point(26, 45);
  2238.             this.BPConditionCompare.Name = "BPConditionCompare";
  2239.             this.BPConditionCompare.Size = new System.Drawing.Size(42, 22);
  2240.             this.BPConditionCompare.TabIndex = 1;
  2241.             //
  2242.             // BPConditionRegSelect
  2243.             //
  2244.             this.BPConditionRegSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  2245.             this.BPConditionRegSelect.Font = new System.Drawing.Font("Courier New", 8.25F);
  2246.             this.BPConditionRegSelect.FormattingEnabled = true;
  2247.             this.BPConditionRegSelect.Location = new System.Drawing.Point(12, 15);
  2248.             this.BPConditionRegSelect.Name = "BPConditionRegSelect";
  2249.             this.BPConditionRegSelect.Size = new System.Drawing.Size(56, 22);
  2250.             this.BPConditionRegSelect.TabIndex = 0;
  2251.             this.BPConditionRegSelect.SelectedIndexChanged += new System.EventHandler(this.BPConditionRegSelect_SelectedIndexChanged);
  2252.             //
  2253.             // groupBoxStep
  2254.             //
  2255.             this.groupBoxStep.Controls.Add(this.buttonStepUntil);
  2256.             this.groupBoxStep.Controls.Add(this.BPStepButton);
  2257.             this.groupBoxStep.Controls.Add(this.BPStepOverButton);
  2258.             this.groupBoxStep.Controls.Add(this.buttonStepOutOf);
  2259.             this.groupBoxStep.Location = new System.Drawing.Point(224, 3);
  2260.             this.groupBoxStep.Name = "groupBoxStep";
  2261.             this.groupBoxStep.Size = new System.Drawing.Size(158, 76);
  2262.             this.groupBoxStep.TabIndex = 13;
  2263.             this.groupBoxStep.TabStop = false;
  2264.             this.groupBoxStep.Text = "Step";
  2265.             //
  2266.             // buttonStepUntil
  2267.             //
  2268.             this.buttonStepUntil.Location = new System.Drawing.Point(81, 46);
  2269.             this.buttonStepUntil.Name = "buttonStepUntil";
  2270.             this.buttonStepUntil.Size = new System.Drawing.Size(69, 23);
  2271.             this.buttonStepUntil.TabIndex = 12;
  2272.             this.buttonStepUntil.Text = "Step until";
  2273.             this.buttonStepUntil.UseVisualStyleBackColor = true;
  2274.             this.buttonStepUntil.Click += new System.EventHandler(this.buttonStepUntil_Click);
  2275.             //
  2276.             // BPStepButton
  2277.             //
  2278.             this.BPStepButton.ContextMenuStrip = this.ShowMemContextMenu;
  2279.             this.BPStepButton.Location = new System.Drawing.Point(6, 16);
  2280.             this.BPStepButton.Name = "BPStepButton";
  2281.             this.BPStepButton.Size = new System.Drawing.Size(69, 24);
  2282.             this.BPStepButton.TabIndex = 6;
  2283.             this.BPStepButton.Text = "Step into";
  2284.             this.BPStepButton.UseVisualStyleBackColor = true;
  2285.             this.BPStepButton.Click += new System.EventHandler(this.BPStepButton_Click);
  2286.             //
  2287.             // BPStepOverButton
  2288.             //
  2289.             this.BPStepOverButton.ContextMenuStrip = this.ShowMemContextMenu;
  2290.             this.BPStepOverButton.Location = new System.Drawing.Point(6, 46);
  2291.             this.BPStepOverButton.Name = "BPStepOverButton";
  2292.             this.BPStepOverButton.Size = new System.Drawing.Size(69, 24);
  2293.             this.BPStepOverButton.TabIndex = 9;
  2294.             this.BPStepOverButton.Text = "Step over";
  2295.             this.BPStepOverButton.UseVisualStyleBackColor = true;
  2296.             this.BPStepOverButton.Click += new System.EventHandler(this.BPStepOverButton_Click);
  2297.             //
  2298.             // buttonStepOutOf
  2299.             //
  2300.             this.buttonStepOutOf.ContextMenuStrip = this.StepOutContextMenu;
  2301.             this.buttonStepOutOf.Location = new System.Drawing.Point(81, 16);
  2302.             this.buttonStepOutOf.Name = "buttonStepOutOf";
  2303.             this.buttonStepOutOf.Size = new System.Drawing.Size(69, 24);
  2304.             this.buttonStepOutOf.TabIndex = 11;
  2305.             this.buttonStepOutOf.Text = "Step out";
  2306.             this.buttonStepOutOf.UseVisualStyleBackColor = true;
  2307.             this.buttonStepOutOf.Click += new System.EventHandler(this.buttonStepOutOf_Click);
  2308.             //
  2309.             // StepOutContextMenu
  2310.             //
  2311.             this.StepOutContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  2312.             this.walkToBlrToolStripMenuItem,
  2313.             this.stackFrameToolStripMenuItem,
  2314.             this.leafToolStripMenuItem});
  2315.             this.StepOutContextMenu.Name = "StepOutContextMenu";
  2316.             this.StepOutContextMenu.Size = new System.Drawing.Size(137, 70);
  2317.             //
  2318.             // walkToBlrToolStripMenuItem
  2319.             //
  2320.             this.walkToBlrToolStripMenuItem.Name = "walkToBlrToolStripMenuItem";
  2321.             this.walkToBlrToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  2322.             this.walkToBlrToolStripMenuItem.Text = "&Walk to blr";
  2323.             this.walkToBlrToolStripMenuItem.Click += new System.EventHandler(this.walkToBlrToolStripMenuItem_Click);
  2324.             //
  2325.             // stackFrameToolStripMenuItem
  2326.             //
  2327.             this.stackFrameToolStripMenuItem.Name = "stackFrameToolStripMenuItem";
  2328.             this.stackFrameToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  2329.             this.stackFrameToolStripMenuItem.Text = "&Stack frame";
  2330.             this.stackFrameToolStripMenuItem.Click += new System.EventHandler(this.stackFrameToolStripMenuItem_Click);
  2331.             //
  2332.             // leafToolStripMenuItem
  2333.             //
  2334.             this.leafToolStripMenuItem.Name = "leafToolStripMenuItem";
  2335.             this.leafToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  2336.             this.leafToolStripMenuItem.Text = "&Leaf";
  2337.             this.leafToolStripMenuItem.Click += new System.EventHandler(this.leafToolStripMenuItem_Click);
  2338.             //
  2339.             // groupBox11
  2340.             //
  2341.             this.groupBox11.Controls.Add(this.BPCancel);
  2342.             this.groupBox11.Controls.Add(this.BPFire);
  2343.             this.groupBox11.Controls.Add(this.BPType);
  2344.             this.groupBox11.Location = new System.Drawing.Point(113, 3);
  2345.             this.groupBox11.Name = "groupBox11";
  2346.             this.groupBox11.Size = new System.Drawing.Size(98, 76);
  2347.             this.groupBox11.TabIndex = 1;
  2348.             this.groupBox11.TabStop = false;
  2349.             this.groupBox11.Text = "Breakpoint type";
  2350.             //
  2351.             // BPCancel
  2352.             //
  2353.             this.BPCancel.Enabled = false;
  2354.             this.BPCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  2355.             this.BPCancel.Location = new System.Drawing.Point(42, 46);
  2356.             this.BPCancel.Name = "BPCancel";
  2357.             this.BPCancel.Size = new System.Drawing.Size(50, 24);
  2358.             this.BPCancel.TabIndex = 5;
  2359.             this.BPCancel.Text = "Cancel";
  2360.             this.BPCancel.UseVisualStyleBackColor = true;
  2361.             this.BPCancel.Click += new System.EventHandler(this.BPCancel_Click);
  2362.             //
  2363.             // BPFire
  2364.             //
  2365.             this.BPFire.ContextMenuStrip = this.ShowMemContextMenu;
  2366.             this.BPFire.Location = new System.Drawing.Point(6, 46);
  2367.             this.BPFire.Name = "BPFire";
  2368.             this.BPFire.Size = new System.Drawing.Size(31, 24);
  2369.             this.BPFire.TabIndex = 10;
  2370.             this.BPFire.Text = "Set";
  2371.             this.BPFire.UseVisualStyleBackColor = true;
  2372.             this.BPFire.Click += new System.EventHandler(this.BPFire_Click);
  2373.             //
  2374.             // BPType
  2375.             //
  2376.             this.BPType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  2377.             this.BPType.FormattingEnabled = true;
  2378.             this.BPType.Items.AddRange(new object[] {
  2379.             "Read",
  2380.             "Write",
  2381.             "Read / Write",
  2382.             "Execute"});
  2383.             this.BPType.Location = new System.Drawing.Point(6, 19);
  2384.             this.BPType.Name = "BPType";
  2385.             this.BPType.Size = new System.Drawing.Size(85, 21);
  2386.             this.BPType.TabIndex = 9;
  2387.             this.BPType.SelectedIndexChanged += new System.EventHandler(this.BPType_SelectedIndexChanged);
  2388.             //
  2389.             // groupBox10
  2390.             //
  2391.             this.groupBox10.Controls.Add(this.BPExact);
  2392.             this.groupBox10.Controls.Add(this.BPAddress);
  2393.             this.groupBox10.Location = new System.Drawing.Point(3, 3);
  2394.             this.groupBox10.Name = "groupBox10";
  2395.             this.groupBox10.Size = new System.Drawing.Size(98, 76);
  2396.             this.groupBox10.TabIndex = 0;
  2397.             this.groupBox10.TabStop = false;
  2398.             this.groupBox10.Text = "Address";
  2399.             //
  2400.             // BPExact
  2401.             //
  2402.             this.BPExact.AutoSize = true;
  2403.             this.BPExact.Checked = true;
  2404.             this.BPExact.CheckState = System.Windows.Forms.CheckState.Checked;
  2405.             this.BPExact.Location = new System.Drawing.Point(6, 50);
  2406.             this.BPExact.Name = "BPExact";
  2407.             this.BPExact.Size = new System.Drawing.Size(85, 17);
  2408.             this.BPExact.TabIndex = 8;
  2409.             this.BPExact.Text = "Exact match";
  2410.             this.BPExact.UseVisualStyleBackColor = true;
  2411.             //
  2412.             // DisPage
  2413.             //
  2414.             this.DisPage.Controls.Add(this.groupBoxDisasmCallStack);
  2415.             this.DisPage.Controls.Add(this.groupBoxDisasm);
  2416.             this.DisPage.Controls.Add(this.groupBox13);
  2417.             this.DisPage.Controls.Add(this.groupBox12);
  2418.             this.DisPage.Controls.Add(this.DisScroll);
  2419.             this.DisPage.Controls.Add(this.DisAssBox);
  2420.             this.DisPage.Location = new System.Drawing.Point(4, 22);
  2421.             this.DisPage.Name = "DisPage";
  2422.             this.DisPage.Size = new System.Drawing.Size(565, 296);
  2423.             this.DisPage.TabIndex = 3;
  2424.             this.DisPage.Text = "Disassembler";
  2425.             this.DisPage.UseVisualStyleBackColor = true;
  2426.             this.DisPage.Enter += new System.EventHandler(this.DisPage_Enter);
  2427.             //
  2428.             // groupBoxDisasmCallStack
  2429.             //
  2430.             this.groupBoxDisasmCallStack.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  2431.                         | System.Windows.Forms.AnchorStyles.Left)));
  2432.             this.groupBoxDisasmCallStack.Controls.Add(this.listBoxCallStack);
  2433.             this.groupBoxDisasmCallStack.Location = new System.Drawing.Point(3, 213);
  2434.             this.groupBoxDisasmCallStack.Name = "groupBoxDisasmCallStack";
  2435.             this.groupBoxDisasmCallStack.Size = new System.Drawing.Size(192, 77);
  2436.             this.groupBoxDisasmCallStack.TabIndex = 8;
  2437.             this.groupBoxDisasmCallStack.TabStop = false;
  2438.             this.groupBoxDisasmCallStack.Text = "Call Stack";
  2439.             //
  2440.             // listBoxCallStack
  2441.             //
  2442.             this.listBoxCallStack.ContextMenuStrip = this.CallStackContextMenu;
  2443.             this.listBoxCallStack.Dock = System.Windows.Forms.DockStyle.Fill;
  2444.             this.listBoxCallStack.FormattingEnabled = true;
  2445.             this.listBoxCallStack.Location = new System.Drawing.Point(3, 16);
  2446.             this.listBoxCallStack.Name = "listBoxCallStack";
  2447.             this.listBoxCallStack.Size = new System.Drawing.Size(186, 56);
  2448.             this.listBoxCallStack.TabIndex = 0;
  2449.             this.listBoxCallStack.DoubleClick += new System.EventHandler(this.listBoxCallStack_DoubleClick);
  2450.             //
  2451.             // CallStackContextMenu
  2452.             //
  2453.             this.CallStackContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  2454.             this.copyToolStripMenuItem5,
  2455.             this.copyAllToolStripMenuItem,
  2456.             this.loadToolStripMenuItem});
  2457.             this.CallStackContextMenu.Name = "CallStackContextMenu";
  2458.             this.CallStackContextMenu.Size = new System.Drawing.Size(120, 70);
  2459.             //
  2460.             // copyToolStripMenuItem5
  2461.             //
  2462.             this.copyToolStripMenuItem5.Name = "copyToolStripMenuItem5";
  2463.             this.copyToolStripMenuItem5.Size = new System.Drawing.Size(119, 22);
  2464.             this.copyToolStripMenuItem5.Text = "&Copy";
  2465.             this.copyToolStripMenuItem5.Click += new System.EventHandler(this.copyToolStripMenuItem5_Click);
  2466.             //
  2467.             // copyAllToolStripMenuItem
  2468.             //
  2469.             this.copyAllToolStripMenuItem.Name = "copyAllToolStripMenuItem";
  2470.             this.copyAllToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
  2471.             this.copyAllToolStripMenuItem.Text = "Copy &All";
  2472.             this.copyAllToolStripMenuItem.Click += new System.EventHandler(this.copyAllToolStripMenuItem_Click);
  2473.             //
  2474.             // loadToolStripMenuItem
  2475.             //
  2476.             this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
  2477.             this.loadToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
  2478.             this.loadToolStripMenuItem.Text = "&Load";
  2479.             this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
  2480.             //
  2481.             // groupBoxDisasm
  2482.             //
  2483.             this.groupBoxDisasm.Controls.Add(this.radioButtonSearchDisassemblyDown);
  2484.             this.groupBoxDisasm.Controls.Add(this.radioButtonSearchDisassemblyUp);
  2485.             this.groupBoxDisasm.Controls.Add(this.buttonDisassemblySearch);
  2486.             this.groupBoxDisasm.Controls.Add(this.textBoxDisassemblySearch);
  2487.             this.groupBoxDisasm.Location = new System.Drawing.Point(3, 58);
  2488.             this.groupBoxDisasm.Name = "groupBoxDisasm";
  2489.             this.groupBoxDisasm.Size = new System.Drawing.Size(192, 69);
  2490.             this.groupBoxDisasm.TabIndex = 7;
  2491.             this.groupBoxDisasm.TabStop = false;
  2492.             this.groupBoxDisasm.Text = "Regex Search";
  2493.             //
  2494.             // radioButtonSearchDisassemblyDown
  2495.             //
  2496.             this.radioButtonSearchDisassemblyDown.AutoSize = true;
  2497.             this.radioButtonSearchDisassemblyDown.Location = new System.Drawing.Point(46, 18);
  2498.             this.radioButtonSearchDisassemblyDown.Name = "radioButtonSearchDisassemblyDown";
  2499.             this.radioButtonSearchDisassemblyDown.Size = new System.Drawing.Size(51, 17);
  2500.             this.radioButtonSearchDisassemblyDown.TabIndex = 5;
  2501.             this.radioButtonSearchDisassemblyDown.Text = "down";
  2502.             this.radioButtonSearchDisassemblyDown.UseVisualStyleBackColor = true;
  2503.             //
  2504.             // radioButtonSearchDisassemblyUp
  2505.             //
  2506.             this.radioButtonSearchDisassemblyUp.AutoSize = true;
  2507.             this.radioButtonSearchDisassemblyUp.Checked = true;
  2508.             this.radioButtonSearchDisassemblyUp.Location = new System.Drawing.Point(6, 18);
  2509.             this.radioButtonSearchDisassemblyUp.Name = "radioButtonSearchDisassemblyUp";
  2510.             this.radioButtonSearchDisassemblyUp.Size = new System.Drawing.Size(37, 17);
  2511.             this.radioButtonSearchDisassemblyUp.TabIndex = 4;
  2512.             this.radioButtonSearchDisassemblyUp.TabStop = true;
  2513.             this.radioButtonSearchDisassemblyUp.Text = "up";
  2514.             this.radioButtonSearchDisassemblyUp.UseVisualStyleBackColor = true;
  2515.             //
  2516.             // buttonDisassemblySearch
  2517.             //
  2518.             this.buttonDisassemblySearch.Location = new System.Drawing.Point(103, 12);
  2519.             this.buttonDisassemblySearch.Name = "buttonDisassemblySearch";
  2520.             this.buttonDisassemblySearch.Size = new System.Drawing.Size(79, 23);
  2521.             this.buttonDisassemblySearch.TabIndex = 3;
  2522.             this.buttonDisassemblySearch.Text = "Search";
  2523.             this.buttonDisassemblySearch.UseVisualStyleBackColor = true;
  2524.             this.buttonDisassemblySearch.Click += new System.EventHandler(this.buttonDisassemblySearch_Click);
  2525.             //
  2526.             // textBoxDisassemblySearch
  2527.             //
  2528.             this.textBoxDisassemblySearch.Location = new System.Drawing.Point(6, 41);
  2529.             this.textBoxDisassemblySearch.Name = "textBoxDisassemblySearch";
  2530.             this.textBoxDisassemblySearch.Size = new System.Drawing.Size(176, 20);
  2531.             this.textBoxDisassemblySearch.TabIndex = 2;
  2532.             //
  2533.             // groupBox13
  2534.             //
  2535.             this.groupBox13.Controls.Add(this.AsText);
  2536.             this.groupBox13.Controls.Add(this.Assemble);
  2537.             this.groupBox13.Controls.Add(this.AsAddress);
  2538.             this.groupBox13.Location = new System.Drawing.Point(3, 133);
  2539.             this.groupBox13.Name = "groupBox13";
  2540.             this.groupBox13.Size = new System.Drawing.Size(192, 73);
  2541.             this.groupBox13.TabIndex = 6;
  2542.             this.groupBox13.TabStop = false;
  2543.             this.groupBox13.Text = "Selected Address";
  2544.             //
  2545.             // Assemble
  2546.             //
  2547.             this.Assemble.Location = new System.Drawing.Point(76, 19);
  2548.             this.Assemble.Name = "Assemble";
  2549.             this.Assemble.Size = new System.Drawing.Size(106, 22);
  2550.             this.Assemble.TabIndex = 8;
  2551.             this.Assemble.Tag = "1";
  2552.             this.Assemble.Text = "Assemble";
  2553.             this.Assemble.UseVisualStyleBackColor = true;
  2554.             this.Assemble.Click += new System.EventHandler(this.Assemble_Click);
  2555.             //
  2556.             // groupBox12
  2557.             //
  2558.             this.groupBox12.Controls.Add(this.DisUpDown);
  2559.             this.groupBox12.Controls.Add(this.DisRegion);
  2560.             this.groupBox12.Controls.Add(this.DisUpdateBtn);
  2561.             this.groupBox12.Location = new System.Drawing.Point(3, 6);
  2562.             this.groupBox12.Name = "groupBox12";
  2563.             this.groupBox12.Size = new System.Drawing.Size(192, 46);
  2564.             this.groupBox12.TabIndex = 2;
  2565.             this.groupBox12.TabStop = false;
  2566.             this.groupBox12.Text = "Visible Address";
  2567.             this.groupBox12.UseCompatibleTextRendering = true;
  2568.             //
  2569.             // DisUpDown
  2570.             //
  2571.             this.DisUpDown.DecimalPlaces = 8;
  2572.             this.DisUpDown.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  2573.             this.DisUpDown.Location = new System.Drawing.Point(73, 18);
  2574.             this.DisUpDown.Margin = new System.Windows.Forms.Padding(0);
  2575.             this.DisUpDown.Maximum = new decimal(new int[] {
  2576.             2,
  2577.             0,
  2578.             0,
  2579.             0});
  2580.             this.DisUpDown.Name = "DisUpDown";
  2581.             this.DisUpDown.Size = new System.Drawing.Size(16, 20);
  2582.             this.DisUpDown.TabIndex = 2;
  2583.             this.DisUpDown.Value = new decimal(new int[] {
  2584.             1,
  2585.             0,
  2586.             0,
  2587.             0});
  2588.             this.DisUpDown.ValueChanged += new System.EventHandler(this.DisUpDown_ValueChanged);
  2589.             //
  2590.             // DisUpdateBtn
  2591.             //
  2592.             this.DisUpdateBtn.Location = new System.Drawing.Point(95, 16);
  2593.             this.DisUpdateBtn.Name = "DisUpdateBtn";
  2594.             this.DisUpdateBtn.Size = new System.Drawing.Size(87, 22);
  2595.             this.DisUpdateBtn.TabIndex = 5;
  2596.             this.DisUpdateBtn.Text = "Update";
  2597.             this.DisUpdateBtn.UseVisualStyleBackColor = true;
  2598.             this.DisUpdateBtn.Click += new System.EventHandler(this.DisUpdateBtn_Click);
  2599.             //
  2600.             // DisScroll
  2601.             //
  2602.             this.DisScroll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  2603.                         | System.Windows.Forms.AnchorStyles.Right)));
  2604.             this.DisScroll.LargeChange = 0;
  2605.             this.DisScroll.Location = new System.Drawing.Point(527, 6);
  2606.             this.DisScroll.Maximum = 2;
  2607.             this.DisScroll.Name = "DisScroll";
  2608.             this.DisScroll.Size = new System.Drawing.Size(21, 284);
  2609.             this.DisScroll.SmallChange = 0;
  2610.             this.DisScroll.TabIndex = 1;
  2611.             this.DisScroll.Value = 1;
  2612.             //
  2613.             // DisAssBox
  2614.             //
  2615.             this.DisAssBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  2616.                         | System.Windows.Forms.AnchorStyles.Left)
  2617.                         | System.Windows.Forms.AnchorStyles.Right)));
  2618.             this.DisAssBox.ContextMenuStrip = this.disAssContextMenu;
  2619.             this.DisAssBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  2620.             this.DisAssBox.ItemHeight = 14;
  2621.             this.DisAssBox.Location = new System.Drawing.Point(197, 6);
  2622.             this.DisAssBox.Name = "DisAssBox";
  2623.             this.DisAssBox.Size = new System.Drawing.Size(351, 284);
  2624.             this.DisAssBox.TabIndex = 0;
  2625.             //
  2626.             // disAssContextMenu
  2627.             //
  2628.             this.disAssContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  2629.             this.copyToolStripMenuItem3,
  2630.             this.copyFunctionToolStripMenuItem,
  2631.             this.toolStripMenuItem11,
  2632.             this.DisAssSetBP,
  2633.             this.DisAssPoke,
  2634.             this.disAssGCTCode,
  2635.             this.memoryViewerToolStripMenuItem,
  2636.             this.toolStripMenuItem13,
  2637.             this.setSRR0HereToolStripMenuItem,
  2638.             this.toolStripMenuItem18,
  2639.             this.gotoFunctionStartToolStripMenuItem,
  2640.             this.gotoFunctionEndToolStripMenuItem});
  2641.             this.disAssContextMenu.Name = "contextMenuStrip1";
  2642.             this.disAssContextMenu.Size = new System.Drawing.Size(178, 220);
  2643.             this.disAssContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.disAssContextMenu_Opening);
  2644.             //
  2645.             // copyToolStripMenuItem3
  2646.             //
  2647.             this.copyToolStripMenuItem3.Name = "copyToolStripMenuItem3";
  2648.             this.copyToolStripMenuItem3.Size = new System.Drawing.Size(177, 22);
  2649.             this.copyToolStripMenuItem3.Text = "&Copy";
  2650.             this.copyToolStripMenuItem3.Click += new System.EventHandler(this.copyToolStripMenuItem3_Click);
  2651.             //
  2652.             // copyFunctionToolStripMenuItem
  2653.             //
  2654.             this.copyFunctionToolStripMenuItem.Name = "copyFunctionToolStripMenuItem";
  2655.             this.copyFunctionToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
  2656.             this.copyFunctionToolStripMenuItem.Text = "Copy &Function";
  2657.             this.copyFunctionToolStripMenuItem.Click += new System.EventHandler(this.copyFunctionToolStripMenuItem_Click);
  2658.             //
  2659.             // toolStripMenuItem11
  2660.             //
  2661.             this.toolStripMenuItem11.Name = "toolStripMenuItem11";
  2662.             this.toolStripMenuItem11.Size = new System.Drawing.Size(174, 6);
  2663.             //
  2664.             // DisAssSetBP
  2665.             //
  2666.             this.DisAssSetBP.Name = "DisAssSetBP";
  2667.             this.DisAssSetBP.Size = new System.Drawing.Size(177, 22);
  2668.             this.DisAssSetBP.Text = "&Breakpoint";
  2669.             this.DisAssSetBP.Click += new System.EventHandler(this.DisAssSetBP_Click);
  2670.             //
  2671.             // DisAssPoke
  2672.             //
  2673.             this.DisAssPoke.Name = "DisAssPoke";
  2674.             this.DisAssPoke.Size = new System.Drawing.Size(177, 22);
  2675.             this.DisAssPoke.Text = "&Poke";
  2676.             this.DisAssPoke.Click += new System.EventHandler(this.DisAssPoke_Click);
  2677.             //
  2678.             // disAssGCTCode
  2679.             //
  2680.             this.disAssGCTCode.Name = "disAssGCTCode";
  2681.             this.disAssGCTCode.Size = new System.Drawing.Size(177, 22);
  2682.             this.disAssGCTCode.Text = "&GCT code";
  2683.             this.disAssGCTCode.Click += new System.EventHandler(this.disAssGCTCode_Click);
  2684.             //
  2685.             // memoryViewerToolStripMenuItem
  2686.             //
  2687.             this.memoryViewerToolStripMenuItem.Name = "memoryViewerToolStripMenuItem";
  2688.             this.memoryViewerToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
  2689.             this.memoryViewerToolStripMenuItem.Text = "&Memory Viewer";
  2690.             this.memoryViewerToolStripMenuItem.Click += new System.EventHandler(this.memoryViewerToolStripMenuItem_Click);
  2691.             //
  2692.             // toolStripMenuItem13
  2693.             //
  2694.             this.toolStripMenuItem13.Name = "toolStripMenuItem13";
  2695.             this.toolStripMenuItem13.Size = new System.Drawing.Size(174, 6);
  2696.             //
  2697.             // setSRR0HereToolStripMenuItem
  2698.             //
  2699.             this.setSRR0HereToolStripMenuItem.Name = "setSRR0HereToolStripMenuItem";
  2700.             this.setSRR0HereToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
  2701.             this.setSRR0HereToolStripMenuItem.Text = "&Set SRR0 Here";
  2702.             this.setSRR0HereToolStripMenuItem.Click += new System.EventHandler(this.setSRR0HereToolStripMenuItem_Click);
  2703.             //
  2704.             // toolStripMenuItem18
  2705.             //
  2706.             this.toolStripMenuItem18.Name = "toolStripMenuItem18";
  2707.             this.toolStripMenuItem18.Size = new System.Drawing.Size(174, 6);
  2708.             //
  2709.             // gotoFunctionStartToolStripMenuItem
  2710.             //
  2711.             this.gotoFunctionStartToolStripMenuItem.Name = "gotoFunctionStartToolStripMenuItem";
  2712.             this.gotoFunctionStartToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
  2713.             this.gotoFunctionStartToolStripMenuItem.Text = "Goto Function S&tart";
  2714.             this.gotoFunctionStartToolStripMenuItem.Click += new System.EventHandler(this.gotoFunctionStartToolStripMenuItem_Click);
  2715.             //
  2716.             // gotoFunctionEndToolStripMenuItem
  2717.             //
  2718.             this.gotoFunctionEndToolStripMenuItem.Name = "gotoFunctionEndToolStripMenuItem";
  2719.             this.gotoFunctionEndToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
  2720.             this.gotoFunctionEndToolStripMenuItem.Text = "Goto Function &End";
  2721.             this.gotoFunctionEndToolStripMenuItem.Click += new System.EventHandler(this.gotoFunctionEndToolStripMenuItem_Click);
  2722.             //
  2723.             // shotPage
  2724.             //
  2725.             this.shotPage.Controls.Add(this.checkBoxAutoPreview);
  2726.             this.shotPage.Controls.Add(this.groupBox17);
  2727.             this.shotPage.Controls.Add(this.ShotPreview);
  2728.             this.shotPage.Controls.Add(this.groupBox16);
  2729.             this.shotPage.Controls.Add(this.groupBox15);
  2730.             this.shotPage.Controls.Add(this.groupBox14);
  2731.             this.shotPage.Controls.Add(this.ScreenshotCapBox);
  2732.             this.shotPage.Location = new System.Drawing.Point(4, 22);
  2733.             this.shotPage.Name = "shotPage";
  2734.             this.shotPage.Size = new System.Drawing.Size(565, 296);
  2735.             this.shotPage.TabIndex = 4;
  2736.             this.shotPage.Text = "Screenshots";
  2737.             this.shotPage.UseVisualStyleBackColor = true;
  2738.             this.shotPage.Enter += new System.EventHandler(this.shotPage_Enter);
  2739.             //
  2740.             // checkBoxAutoPreview
  2741.             //
  2742.             this.checkBoxAutoPreview.AutoSize = true;
  2743.             this.checkBoxAutoPreview.Location = new System.Drawing.Point(127, 266);
  2744.             this.checkBoxAutoPreview.Name = "checkBoxAutoPreview";
  2745.             this.checkBoxAutoPreview.Size = new System.Drawing.Size(89, 17);
  2746.             this.checkBoxAutoPreview.TabIndex = 6;
  2747.             this.checkBoxAutoPreview.Text = "Auto-Preview";
  2748.             this.checkBoxAutoPreview.UseVisualStyleBackColor = true;
  2749.             this.checkBoxAutoPreview.Click += new System.EventHandler(this.checkBoxAutoPreview_Click);
  2750.             //
  2751.             // groupBox17
  2752.             //
  2753.             this.groupBox17.BackColor = System.Drawing.SystemColors.ControlLightLight;
  2754.             this.groupBox17.Controls.Add(this.label10);
  2755.             this.groupBox17.Controls.Add(this.JPGQualLabel);
  2756.             this.groupBox17.Controls.Add(this.JPGQual);
  2757.             this.groupBox17.Controls.Add(this.ImgFormat);
  2758.             this.groupBox17.Location = new System.Drawing.Point(5, 178);
  2759.             this.groupBox17.Name = "groupBox17";
  2760.             this.groupBox17.Size = new System.Drawing.Size(211, 73);
  2761.             this.groupBox17.TabIndex = 5;
  2762.             this.groupBox17.TabStop = false;
  2763.             this.groupBox17.Text = "Image format";
  2764.             //
  2765.             // label10
  2766.             //
  2767.             this.label10.Location = new System.Drawing.Point(6, 44);
  2768.             this.label10.Name = "label10";
  2769.             this.label10.Size = new System.Drawing.Size(72, 23);
  2770.             this.label10.TabIndex = 3;
  2771.             this.label10.Text = "JPEG Quality:";
  2772.             this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  2773.             //
  2774.             // JPGQualLabel
  2775.             //
  2776.             this.JPGQualLabel.Location = new System.Drawing.Point(172, 44);
  2777.             this.JPGQualLabel.Name = "JPGQualLabel";
  2778.             this.JPGQualLabel.Size = new System.Drawing.Size(33, 23);
  2779.             this.JPGQualLabel.TabIndex = 2;
  2780.             this.JPGQualLabel.Text = "85%";
  2781.             this.JPGQualLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  2782.             //
  2783.             // JPGQual
  2784.             //
  2785.             this.JPGQual.AutoSize = false;
  2786.             this.JPGQual.BackColor = System.Drawing.SystemColors.ControlLightLight;
  2787.             this.JPGQual.Location = new System.Drawing.Point(68, 44);
  2788.             this.JPGQual.Maximum = 100;
  2789.             this.JPGQual.Minimum = 1;
  2790.             this.JPGQual.Name = "JPGQual";
  2791.             this.JPGQual.Size = new System.Drawing.Size(98, 23);
  2792.             this.JPGQual.TabIndex = 1;
  2793.             this.JPGQual.TickStyle = System.Windows.Forms.TickStyle.None;
  2794.             this.JPGQual.Value = 85;
  2795.             this.JPGQual.Scroll += new System.EventHandler(this.JPGQual_Scroll);
  2796.             //
  2797.             // ImgFormat
  2798.             //
  2799.             this.ImgFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  2800.             this.ImgFormat.FormattingEnabled = true;
  2801.             this.ImgFormat.Items.AddRange(new object[] {
  2802.             "PNG (recommended)",
  2803.             "BMP",
  2804.             "JPEG",
  2805.             "TIFF"});
  2806.             this.ImgFormat.Location = new System.Drawing.Point(5, 19);
  2807.             this.ImgFormat.Name = "ImgFormat";
  2808.             this.ImgFormat.Size = new System.Drawing.Size(200, 21);
  2809.             this.ImgFormat.TabIndex = 0;
  2810.             this.ImgFormat.SelectedIndexChanged += new System.EventHandler(this.ImgFormat_SelectedIndexChanged);
  2811.             //
  2812.             // ShotPreview
  2813.             //
  2814.             this.ShotPreview.Location = new System.Drawing.Point(5, 257);
  2815.             this.ShotPreview.Name = "ShotPreview";
  2816.             this.ShotPreview.Size = new System.Drawing.Size(116, 33);
  2817.             this.ShotPreview.TabIndex = 4;
  2818.             this.ShotPreview.Text = "Preview";
  2819.             this.ShotPreview.UseVisualStyleBackColor = true;
  2820.             this.ShotPreview.Click += new System.EventHandler(this.ShotPreview_Click);
  2821.             //
  2822.             // groupBox16
  2823.             //
  2824.             this.groupBox16.Controls.Add(this.ShotSizingType);
  2825.             this.groupBox16.Location = new System.Drawing.Point(5, 123);
  2826.             this.groupBox16.Name = "groupBox16";
  2827.             this.groupBox16.Size = new System.Drawing.Size(211, 49);
  2828.             this.groupBox16.TabIndex = 3;
  2829.             this.groupBox16.TabStop = false;
  2830.             this.groupBox16.Text = "Sizing";
  2831.             //
  2832.             // ShotSizingType
  2833.             //
  2834.             this.ShotSizingType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  2835.             this.ShotSizingType.FormattingEnabled = true;
  2836.             this.ShotSizingType.Items.AddRange(new object[] {
  2837.             "Do not resize",
  2838.             "Resize to 16:9",
  2839.             "Resize to 4:3"});
  2840.             this.ShotSizingType.Location = new System.Drawing.Point(5, 19);
  2841.             this.ShotSizingType.Name = "ShotSizingType";
  2842.             this.ShotSizingType.Size = new System.Drawing.Size(200, 21);
  2843.             this.ShotSizingType.TabIndex = 0;
  2844.             this.ShotSizingType.SelectedIndexChanged += new System.EventHandler(this.ShotSizingType_SelectedIndexChanged);
  2845.             //
  2846.             // groupBox15
  2847.             //
  2848.             this.groupBox15.Controls.Add(this.label9);
  2849.             this.groupBox15.Location = new System.Drawing.Point(5, 50);
  2850.             this.groupBox15.Name = "groupBox15";
  2851.             this.groupBox15.Size = new System.Drawing.Size(211, 65);
  2852.             this.groupBox15.TabIndex = 2;
  2853.             this.groupBox15.TabStop = false;
  2854.             this.groupBox15.Text = "Information";
  2855.             //
  2856.             // label9
  2857.             //
  2858.             this.label9.Location = new System.Drawing.Point(10, 20);
  2859.             this.label9.Name = "label9";
  2860.             this.label9.Size = new System.Drawing.Size(197, 42);
  2861.             this.label9.TabIndex = 0;
  2862.             this.label9.Text = "Files will not be overwritten. They will all end with a number at the end countin" +
  2863.                 "g up!";
  2864.             //
  2865.             // groupBox14
  2866.             //
  2867.             this.groupBox14.Controls.Add(this.ShotFilename);
  2868.             this.groupBox14.Controls.Add(this.ShotCapture);
  2869.             this.groupBox14.Location = new System.Drawing.Point(5, 0);
  2870.             this.groupBox14.Name = "groupBox14";
  2871.             this.groupBox14.Size = new System.Drawing.Size(552, 44);
  2872.             this.groupBox14.TabIndex = 1;
  2873.             this.groupBox14.TabStop = false;
  2874.             this.groupBox14.Text = "Filename";
  2875.             //
  2876.             // ShotFilename
  2877.             //
  2878.             this.ShotFilename.Location = new System.Drawing.Point(106, 16);
  2879.             this.ShotFilename.Name = "ShotFilename";
  2880.             this.ShotFilename.Size = new System.Drawing.Size(436, 20);
  2881.             this.ShotFilename.TabIndex = 1;
  2882.             //
  2883.             // ShotCapture
  2884.             //
  2885.             this.ShotCapture.Location = new System.Drawing.Point(7, 13);
  2886.             this.ShotCapture.Name = "ShotCapture";
  2887.             this.ShotCapture.Size = new System.Drawing.Size(93, 25);
  2888.             this.ShotCapture.TabIndex = 0;
  2889.             this.ShotCapture.Text = "Capture";
  2890.             this.ShotCapture.UseVisualStyleBackColor = true;
  2891.             this.ShotCapture.Click += new System.EventHandler(this.ShotCapture_Click);
  2892.             //
  2893.             // ScreenshotCapBox
  2894.             //
  2895.             this.ScreenshotCapBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  2896.                         | System.Windows.Forms.AnchorStyles.Left)
  2897.                         | System.Windows.Forms.AnchorStyles.Right)));
  2898.             this.ScreenshotCapBox.BackColor = System.Drawing.Color.Black;
  2899.             this.ScreenshotCapBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  2900.             this.ScreenshotCapBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  2901.             this.ScreenshotCapBox.Location = new System.Drawing.Point(229, 50);
  2902.             this.ScreenshotCapBox.Name = "ScreenshotCapBox";
  2903.             this.ScreenshotCapBox.Size = new System.Drawing.Size(319, 240);
  2904.             this.ScreenshotCapBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  2905.             this.ScreenshotCapBox.TabIndex = 0;
  2906.             this.ScreenshotCapBox.TabStop = false;
  2907.             //
  2908.             // GCTPage
  2909.             //
  2910.             this.GCTPage.Controls.Add(this.checkBoxPauseCodes);
  2911.             this.GCTPage.Controls.Add(this.GCTStoreImm);
  2912.             this.GCTPage.Controls.Add(this.GCTDisable);
  2913.             this.GCTPage.Controls.Add(this.GCTListFileName);
  2914.             this.GCTPage.Controls.Add(this.GCTLoadList);
  2915.             this.GCTPage.Controls.Add(this.GCTSaveList);
  2916.             this.GCTPage.Controls.Add(this.GCTSndButton);
  2917.             this.GCTPage.Controls.Add(this.GCTDelBtn);
  2918.             this.GCTPage.Controls.Add(this.GCTAddCode);
  2919.             this.GCTPage.Controls.Add(this.GCTCodeValues);
  2920.             this.GCTPage.Controls.Add(this.GCTCodeList);
  2921.             this.GCTPage.Location = new System.Drawing.Point(4, 22);
  2922.             this.GCTPage.Name = "GCTPage";
  2923.             this.GCTPage.Size = new System.Drawing.Size(565, 296);
  2924.             this.GCTPage.TabIndex = 5;
  2925.             this.GCTPage.Text = "GCT codes";
  2926.             this.GCTPage.UseVisualStyleBackColor = true;
  2927.             this.GCTPage.Enter += new System.EventHandler(this.GCTPage_Enter);
  2928.             //
  2929.             // checkBoxPauseCodes
  2930.             //
  2931.             this.checkBoxPauseCodes.AutoSize = true;
  2932.             this.checkBoxPauseCodes.Location = new System.Drawing.Point(10, 271);
  2933.             this.checkBoxPauseCodes.Name = "checkBoxPauseCodes";
  2934.             this.checkBoxPauseCodes.Size = new System.Drawing.Size(128, 17);
  2935.             this.checkBoxPauseCodes.TabIndex = 14;
  2936.             this.checkBoxPauseCodes.Text = "Pause While Sending";
  2937.             this.checkBoxPauseCodes.UseVisualStyleBackColor = true;
  2938.             this.checkBoxPauseCodes.CheckedChanged += new System.EventHandler(this.checkBoxPauseCodes_CheckedChanged);
  2939.             //
  2940.             // GCTStoreImm
  2941.             //
  2942.             this.GCTStoreImm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  2943.             this.GCTStoreImm.Location = new System.Drawing.Point(375, 267);
  2944.             this.GCTStoreImm.Name = "GCTStoreImm";
  2945.             this.GCTStoreImm.Size = new System.Drawing.Size(173, 23);
  2946.             this.GCTStoreImm.TabIndex = 13;
  2947.             this.GCTStoreImm.Text = "Store immediantely";
  2948.             this.GCTStoreImm.UseVisualStyleBackColor = true;
  2949.             this.GCTStoreImm.Click += new System.EventHandler(this.GCTStoreImm_Click);
  2950.             //
  2951.             // GCTDisable
  2952.             //
  2953.             this.GCTDisable.Location = new System.Drawing.Point(10, 193);
  2954.             this.GCTDisable.Name = "GCTDisable";
  2955.             this.GCTDisable.Size = new System.Drawing.Size(145, 25);
  2956.             this.GCTDisable.TabIndex = 12;
  2957.             this.GCTDisable.Text = "Disable codes";
  2958.             this.GCTDisable.UseVisualStyleBackColor = true;
  2959.             this.GCTDisable.Click += new System.EventHandler(this.GCTDisable_Click);
  2960.             //
  2961.             // GCTListFileName
  2962.             //
  2963.             this.GCTListFileName.Location = new System.Drawing.Point(5, 161);
  2964.             this.GCTListFileName.Name = "GCTListFileName";
  2965.             this.GCTListFileName.Size = new System.Drawing.Size(150, 20);
  2966.             this.GCTListFileName.TabIndex = 11;
  2967.             this.GCTListFileName.Text = "code list file name here";
  2968.             this.GCTListFileName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  2969.             //
  2970.             // GCTLoadList
  2971.             //
  2972.             this.GCTLoadList.Location = new System.Drawing.Point(5, 131);
  2973.             this.GCTLoadList.Name = "GCTLoadList";
  2974.             this.GCTLoadList.Size = new System.Drawing.Size(150, 27);
  2975.             this.GCTLoadList.TabIndex = 10;
  2976.             this.GCTLoadList.Text = "Load code list";
  2977.             this.GCTLoadList.UseVisualStyleBackColor = true;
  2978.             this.GCTLoadList.Click += new System.EventHandler(this.GCTLoadList_Click);
  2979.             //
  2980.             // GCTSaveList
  2981.             //
  2982.             this.GCTSaveList.Location = new System.Drawing.Point(5, 98);
  2983.             this.GCTSaveList.Name = "GCTSaveList";
  2984.             this.GCTSaveList.Size = new System.Drawing.Size(150, 27);
  2985.             this.GCTSaveList.TabIndex = 9;
  2986.             this.GCTSaveList.Text = "Save code list";
  2987.             this.GCTSaveList.UseVisualStyleBackColor = true;
  2988.             this.GCTSaveList.Click += new System.EventHandler(this.GCTSaveList_Click);
  2989.             //
  2990.             // GCTSndButton
  2991.             //
  2992.             this.GCTSndButton.Location = new System.Drawing.Point(10, 226);
  2993.             this.GCTSndButton.Name = "GCTSndButton";
  2994.             this.GCTSndButton.Size = new System.Drawing.Size(145, 39);
  2995.             this.GCTSndButton.TabIndex = 8;
  2996.             this.GCTSndButton.Text = "Send to game";
  2997.             this.GCTSndButton.UseVisualStyleBackColor = true;
  2998.             this.GCTSndButton.Click += new System.EventHandler(this.GCTSndButton_Click);
  2999.             //
  3000.             // GCTDelBtn
  3001.             //
  3002.             this.GCTDelBtn.Location = new System.Drawing.Point(5, 45);
  3003.             this.GCTDelBtn.Name = "GCTDelBtn";
  3004.             this.GCTDelBtn.Size = new System.Drawing.Size(150, 27);
  3005.             this.GCTDelBtn.TabIndex = 7;
  3006.             this.GCTDelBtn.Text = "Delete code";
  3007.             this.GCTDelBtn.UseVisualStyleBackColor = true;
  3008.             this.GCTDelBtn.Click += new System.EventHandler(this.GCTDelBtn_Click);
  3009.             //
  3010.             // GCTAddCode
  3011.             //
  3012.             this.GCTAddCode.Location = new System.Drawing.Point(5, 12);
  3013.             this.GCTAddCode.Name = "GCTAddCode";
  3014.             this.GCTAddCode.Size = new System.Drawing.Size(150, 27);
  3015.             this.GCTAddCode.TabIndex = 6;
  3016.             this.GCTAddCode.Text = "Add code";
  3017.             this.GCTAddCode.UseVisualStyleBackColor = true;
  3018.             this.GCTAddCode.Click += new System.EventHandler(this.GCTAddCode_Click);
  3019.             //
  3020.             // GCTCodeValues
  3021.             //
  3022.             this.GCTCodeValues.AcceptsReturn = true;
  3023.             this.GCTCodeValues.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  3024.                         | System.Windows.Forms.AnchorStyles.Right)));
  3025.             this.GCTCodeValues.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  3026.             this.GCTCodeValues.Enabled = false;
  3027.             this.GCTCodeValues.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3028.             this.GCTCodeValues.Location = new System.Drawing.Point(375, 12);
  3029.             this.GCTCodeValues.MaxLength = 32000;
  3030.             this.GCTCodeValues.Multiline = true;
  3031.             this.GCTCodeValues.Name = "GCTCodeValues";
  3032.             this.GCTCodeValues.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  3033.             this.GCTCodeValues.Size = new System.Drawing.Size(173, 249);
  3034.             this.GCTCodeValues.TabIndex = 5;
  3035.             this.GCTCodeValues.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GCTCodeValues_KeyDown);
  3036.             //
  3037.             // GCTCodeList
  3038.             //
  3039.             this.GCTCodeList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  3040.                         | System.Windows.Forms.AnchorStyles.Left)
  3041.                         | System.Windows.Forms.AnchorStyles.Right)));
  3042.             this.GCTCodeList.CheckBoxes = true;
  3043.             this.GCTCodeList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  3044.             this.columnHeader2});
  3045.             this.GCTCodeList.ContextMenuStrip = this.gctCodeMenu;
  3046.             this.GCTCodeList.FullRowSelect = true;
  3047.             this.GCTCodeList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
  3048.             listViewItem1.StateImageIndex = 0;
  3049.             this.GCTCodeList.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  3050.             listViewItem1});
  3051.             this.GCTCodeList.LabelEdit = true;
  3052.             this.GCTCodeList.Location = new System.Drawing.Point(161, 12);
  3053.             this.GCTCodeList.MultiSelect = false;
  3054.             this.GCTCodeList.Name = "GCTCodeList";
  3055.             this.GCTCodeList.ShowGroups = false;
  3056.             this.GCTCodeList.Size = new System.Drawing.Size(208, 278);
  3057.             this.GCTCodeList.TabIndex = 4;
  3058.             this.GCTCodeList.UseCompatibleStateImageBehavior = false;
  3059.             this.GCTCodeList.View = System.Windows.Forms.View.Details;
  3060.             //
  3061.             // columnHeader2
  3062.             //
  3063.             this.columnHeader2.Width = 185;
  3064.             //
  3065.             // gctCodeMenu
  3066.             //
  3067.             this.gctCodeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  3068.             this.gctMenuAddCode,
  3069.             this.gctMenuDeleteCode,
  3070.             this.gCTWizardToolStripMenuItem1,
  3071.             this.DisableCodeLinesToolStripMenuItem,
  3072.             this.enableToolStripMenuItem});
  3073.             this.gctCodeMenu.Name = "gctCodeMenu";
  3074.             this.gctCodeMenu.Size = new System.Drawing.Size(174, 114);
  3075.             //
  3076.             // gctMenuAddCode
  3077.             //
  3078.             this.gctMenuAddCode.Name = "gctMenuAddCode";
  3079.             this.gctMenuAddCode.Size = new System.Drawing.Size(173, 22);
  3080.             this.gctMenuAddCode.Text = "Add code";
  3081.             this.gctMenuAddCode.Click += new System.EventHandler(this.GCTAddCode_Click);
  3082.             //
  3083.             // gctMenuDeleteCode
  3084.             //
  3085.             this.gctMenuDeleteCode.Name = "gctMenuDeleteCode";
  3086.             this.gctMenuDeleteCode.Size = new System.Drawing.Size(173, 22);
  3087.             this.gctMenuDeleteCode.Text = "Delete selected";
  3088.             this.gctMenuDeleteCode.Click += new System.EventHandler(this.GCTDelBtn_Click);
  3089.             //
  3090.             // gCTWizardToolStripMenuItem1
  3091.             //
  3092.             this.gCTWizardToolStripMenuItem1.Name = "gCTWizardToolStripMenuItem1";
  3093.             this.gCTWizardToolStripMenuItem1.Size = new System.Drawing.Size(173, 22);
  3094.             this.gCTWizardToolStripMenuItem1.Text = "GCT Wizard...";
  3095.             this.gCTWizardToolStripMenuItem1.Click += new System.EventHandler(this.gCTWizardToolStripMenuItem_Click);
  3096.             //
  3097.             // DisableCodeLinesToolStripMenuItem
  3098.             //
  3099.             this.DisableCodeLinesToolStripMenuItem.Name = "DisableCodeLinesToolStripMenuItem";
  3100.             this.DisableCodeLinesToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
  3101.             this.DisableCodeLinesToolStripMenuItem.Text = "Disable Code Lines";
  3102.             this.DisableCodeLinesToolStripMenuItem.Click += new System.EventHandler(this.disableToolStripMenuItem_Click);
  3103.             //
  3104.             // enableToolStripMenuItem
  3105.             //
  3106.             this.enableToolStripMenuItem.Name = "enableToolStripMenuItem";
  3107.             this.enableToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
  3108.             this.enableToolStripMenuItem.Text = "Enable Code Lines";
  3109.             this.enableToolStripMenuItem.Click += new System.EventHandler(this.enableToolStripMenuItem_Click);
  3110.             //
  3111.             // WatchTab
  3112.             //
  3113.             this.WatchTab.Controls.Add(this.WatchListClear);
  3114.             this.WatchTab.Controls.Add(this.groupBox18);
  3115.             this.WatchTab.Controls.Add(this.WatchListOpenButton);
  3116.             this.WatchTab.Controls.Add(this.WatchListSaveButton);
  3117.             this.WatchTab.Controls.Add(this.WatchAdd);
  3118.             this.WatchTab.Controls.Add(this.WatchList);
  3119.             this.WatchTab.Location = new System.Drawing.Point(4, 22);
  3120.             this.WatchTab.Name = "WatchTab";
  3121.             this.WatchTab.Size = new System.Drawing.Size(565, 296);
  3122.             this.WatchTab.TabIndex = 7;
  3123.             this.WatchTab.Text = "Watch List";
  3124.             this.WatchTab.UseVisualStyleBackColor = true;
  3125.             //
  3126.             // WatchListClear
  3127.             //
  3128.             this.WatchListClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3129.             this.WatchListClear.Location = new System.Drawing.Point(106, 250);
  3130.             this.WatchListClear.Name = "WatchListClear";
  3131.             this.WatchListClear.Size = new System.Drawing.Size(90, 40);
  3132.             this.WatchListClear.TabIndex = 5;
  3133.             this.WatchListClear.Text = "Clear list";
  3134.             this.WatchListClear.UseVisualStyleBackColor = true;
  3135.             this.WatchListClear.Click += new System.EventHandler(this.WatchListClear_Click);
  3136.             //
  3137.             // groupBox18
  3138.             //
  3139.             this.groupBox18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3140.             this.groupBox18.Controls.Add(this.WatchIntervalSet);
  3141.             this.groupBox18.Location = new System.Drawing.Point(432, 250);
  3142.             this.groupBox18.Name = "groupBox18";
  3143.             this.groupBox18.Size = new System.Drawing.Size(116, 40);
  3144.             this.groupBox18.TabIndex = 4;
  3145.             this.groupBox18.TabStop = false;
  3146.             this.groupBox18.Text = "Update interval (ms)";
  3147.             //
  3148.             // WatchIntervalSet
  3149.             //
  3150.             this.WatchIntervalSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3151.             this.WatchIntervalSet.Increment = new decimal(new int[] {
  3152.             100,
  3153.             0,
  3154.             0,
  3155.             0});
  3156.             this.WatchIntervalSet.Location = new System.Drawing.Point(10, 14);
  3157.             this.WatchIntervalSet.Maximum = new decimal(new int[] {
  3158.             15000,
  3159.             0,
  3160.             0,
  3161.             0});
  3162.             this.WatchIntervalSet.Minimum = new decimal(new int[] {
  3163.             300,
  3164.             0,
  3165.             0,
  3166.             0});
  3167.             this.WatchIntervalSet.Name = "WatchIntervalSet";
  3168.             this.WatchIntervalSet.Size = new System.Drawing.Size(100, 20);
  3169.             this.WatchIntervalSet.TabIndex = 0;
  3170.             this.WatchIntervalSet.Value = new decimal(new int[] {
  3171.             2000,
  3172.             0,
  3173.             0,
  3174.             0});
  3175.             //
  3176.             // WatchListOpenButton
  3177.             //
  3178.             this.WatchListOpenButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3179.             this.WatchListOpenButton.Location = new System.Drawing.Point(315, 250);
  3180.             this.WatchListOpenButton.Name = "WatchListOpenButton";
  3181.             this.WatchListOpenButton.Size = new System.Drawing.Size(107, 40);
  3182.             this.WatchListOpenButton.TabIndex = 3;
  3183.             this.WatchListOpenButton.Text = "Load watch list";
  3184.             this.WatchListOpenButton.UseVisualStyleBackColor = true;
  3185.             this.WatchListOpenButton.Click += new System.EventHandler(this.WatchListOpenButton_Click);
  3186.             //
  3187.             // WatchListSaveButton
  3188.             //
  3189.             this.WatchListSaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3190.             this.WatchListSaveButton.Location = new System.Drawing.Point(202, 250);
  3191.             this.WatchListSaveButton.Name = "WatchListSaveButton";
  3192.             this.WatchListSaveButton.Size = new System.Drawing.Size(107, 40);
  3193.             this.WatchListSaveButton.TabIndex = 2;
  3194.             this.WatchListSaveButton.Text = "Save watch list";
  3195.             this.WatchListSaveButton.UseVisualStyleBackColor = true;
  3196.             this.WatchListSaveButton.Click += new System.EventHandler(this.WatchListSaveButton_Click);
  3197.             //
  3198.             // WatchAdd
  3199.             //
  3200.             this.WatchAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3201.             this.WatchAdd.Location = new System.Drawing.Point(10, 250);
  3202.             this.WatchAdd.Name = "WatchAdd";
  3203.             this.WatchAdd.Size = new System.Drawing.Size(90, 40);
  3204.             this.WatchAdd.TabIndex = 1;
  3205.             this.WatchAdd.Text = "Add watch";
  3206.             this.WatchAdd.UseVisualStyleBackColor = true;
  3207.             this.WatchAdd.Click += new System.EventHandler(this.WatchAdd_Click);
  3208.             //
  3209.             // WatchList
  3210.             //
  3211.             this.WatchList.AllowUserToAddRows = false;
  3212.             this.WatchList.AllowUserToDeleteRows = false;
  3213.             this.WatchList.AllowUserToResizeRows = false;
  3214.             this.WatchList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  3215.                         | System.Windows.Forms.AnchorStyles.Left)
  3216.                         | System.Windows.Forms.AnchorStyles.Right)));
  3217.             dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  3218.             dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control;
  3219.             dataGridViewCellStyle15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3220.             dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText;
  3221.             dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  3222.             dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  3223.             dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  3224.             this.WatchList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
  3225.             this.WatchList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  3226.             this.WatchList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  3227.             this.WatchCName,
  3228.             this.WatchCAddress,
  3229.             this.WatchCType,
  3230.             this.WatchCValue});
  3231.             this.WatchList.ContextMenuStrip = this.WatchCM;
  3232.             dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  3233.             dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
  3234.             dataGridViewCellStyle18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3235.             dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
  3236.             dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  3237.             dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  3238.             dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  3239.             this.WatchList.DefaultCellStyle = dataGridViewCellStyle18;
  3240.             this.WatchList.Location = new System.Drawing.Point(9, 8);
  3241.             this.WatchList.Name = "WatchList";
  3242.             this.WatchList.ReadOnly = true;
  3243.             dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  3244.             dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Control;
  3245.             dataGridViewCellStyle19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3246.             dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText;
  3247.             dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  3248.             dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  3249.             dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  3250.             this.WatchList.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;
  3251.             this.WatchList.RowHeadersVisible = false;
  3252.             this.WatchList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  3253.             this.WatchList.RowTemplate.Height = 24;
  3254.             this.WatchList.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  3255.             this.WatchList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  3256.             this.WatchList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  3257.             this.WatchList.ShowCellErrors = false;
  3258.             this.WatchList.ShowCellToolTips = false;
  3259.             this.WatchList.ShowEditingIcon = false;
  3260.             this.WatchList.ShowRowErrors = false;
  3261.             this.WatchList.Size = new System.Drawing.Size(539, 236);
  3262.             this.WatchList.TabIndex = 0;
  3263.             this.WatchList.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.WatchList_CellContentDoubleClick);
  3264.             //
  3265.             // WatchCName
  3266.             //
  3267.             this.WatchCName.HeaderText = "Name";
  3268.             this.WatchCName.Name = "WatchCName";
  3269.             this.WatchCName.ReadOnly = true;
  3270.             this.WatchCName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  3271.             this.WatchCName.Width = 200;
  3272.             //
  3273.             // WatchCAddress
  3274.             //
  3275.             dataGridViewCellStyle16.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3276.             this.WatchCAddress.DefaultCellStyle = dataGridViewCellStyle16;
  3277.             this.WatchCAddress.HeaderText = "Address";
  3278.             this.WatchCAddress.Name = "WatchCAddress";
  3279.             this.WatchCAddress.ReadOnly = true;
  3280.             this.WatchCAddress.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  3281.             //
  3282.             // WatchCType
  3283.             //
  3284.             this.WatchCType.HeaderText = "Type";
  3285.             this.WatchCType.Name = "WatchCType";
  3286.             this.WatchCType.ReadOnly = true;
  3287.             this.WatchCType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  3288.             this.WatchCType.Width = 80;
  3289.             //
  3290.             // WatchCValue
  3291.             //
  3292.             dataGridViewCellStyle17.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3293.             this.WatchCValue.DefaultCellStyle = dataGridViewCellStyle17;
  3294.             this.WatchCValue.HeaderText = "Value";
  3295.             this.WatchCValue.Name = "WatchCValue";
  3296.             this.WatchCValue.ReadOnly = true;
  3297.             this.WatchCValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  3298.             //
  3299.             // WatchCM
  3300.             //
  3301.             this.WatchCM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  3302.             this.WatchAddWatchCM,
  3303.             this.WatchDeleteCM,
  3304.             this.WatchPokeCM,
  3305.             this.WatchEditCM});
  3306.             this.WatchCM.Name = "contextMenuStrip1";
  3307.             this.WatchCM.Size = new System.Drawing.Size(178, 92);
  3308.             this.WatchCM.Opening += new System.ComponentModel.CancelEventHandler(this.WatchCM_Opening);
  3309.             //
  3310.             // WatchAddWatchCM
  3311.             //
  3312.             this.WatchAddWatchCM.Name = "WatchAddWatchCM";
  3313.             this.WatchAddWatchCM.Size = new System.Drawing.Size(177, 22);
  3314.             this.WatchAddWatchCM.Text = "Add watch";
  3315.             this.WatchAddWatchCM.Click += new System.EventHandler(this.WatchAddWatchCM_Click);
  3316.             //
  3317.             // WatchDeleteCM
  3318.             //
  3319.             this.WatchDeleteCM.Enabled = false;
  3320.             this.WatchDeleteCM.Name = "WatchDeleteCM";
  3321.             this.WatchDeleteCM.Size = new System.Drawing.Size(177, 22);
  3322.             this.WatchDeleteCM.Text = "Delete";
  3323.             this.WatchDeleteCM.Click += new System.EventHandler(this.WatchDeleteCM_Click);
  3324.             //
  3325.             // WatchPokeCM
  3326.             //
  3327.             this.WatchPokeCM.Enabled = false;
  3328.             this.WatchPokeCM.Name = "WatchPokeCM";
  3329.             this.WatchPokeCM.Size = new System.Drawing.Size(177, 22);
  3330.             this.WatchPokeCM.Text = "Poke (first selected)";
  3331.             this.WatchPokeCM.Click += new System.EventHandler(this.WatchPokeCM_Click);
  3332.             //
  3333.             // WatchEditCM
  3334.             //
  3335.             this.WatchEditCM.Enabled = false;
  3336.             this.WatchEditCM.Name = "WatchEditCM";
  3337.             this.WatchEditCM.Size = new System.Drawing.Size(177, 22);
  3338.             this.WatchEditCM.Text = "Edit (first selected)";
  3339.             this.WatchEditCM.Click += new System.EventHandler(this.WatchEditCM_Click);
  3340.             //
  3341.             // FSTTab
  3342.             //
  3343.             this.FSTTab.Controls.Add(this.FSTSwapNow);
  3344.             this.FSTTab.Controls.Add(this.groupBox22);
  3345.             this.FSTTab.Controls.Add(this.groupBox21);
  3346.             this.FSTTab.Controls.Add(this.groupBox20);
  3347.             this.FSTTab.Controls.Add(this.groupBox19);
  3348.             this.FSTTab.Controls.Add(this.FSTRead);
  3349.             this.FSTTab.Controls.Add(this.FSTTreeView);
  3350.             this.FSTTab.Location = new System.Drawing.Point(4, 22);
  3351.             this.FSTTab.Name = "FSTTab";
  3352.             this.FSTTab.Size = new System.Drawing.Size(565, 296);
  3353.             this.FSTTab.TabIndex = 8;
  3354.             this.FSTTab.Text = "FST";
  3355.             this.FSTTab.UseVisualStyleBackColor = true;
  3356.             //
  3357.             // FSTSwapNow
  3358.             //
  3359.             this.FSTSwapNow.Enabled = false;
  3360.             this.FSTSwapNow.Location = new System.Drawing.Point(8, 270);
  3361.             this.FSTSwapNow.Name = "FSTSwapNow";
  3362.             this.FSTSwapNow.Size = new System.Drawing.Size(146, 20);
  3363.             this.FSTSwapNow.TabIndex = 6;
  3364.             this.FSTSwapNow.Text = "Swap now";
  3365.             this.FSTSwapNow.UseVisualStyleBackColor = true;
  3366.             //
  3367.             // groupBox22
  3368.             //
  3369.             this.groupBox22.Controls.Add(this.FSTGenSwap);
  3370.             this.groupBox22.Controls.Add(this.FSTSwapCode);
  3371.             this.groupBox22.Location = new System.Drawing.Point(8, 192);
  3372.             this.groupBox22.Name = "groupBox22";
  3373.             this.groupBox22.Size = new System.Drawing.Size(146, 72);
  3374.             this.groupBox22.TabIndex = 5;
  3375.             this.groupBox22.TabStop = false;
  3376.             this.groupBox22.Text = "Fileswap code data";
  3377.             //
  3378.             // FSTGenSwap
  3379.             //
  3380.             this.FSTGenSwap.Enabled = false;
  3381.             this.FSTGenSwap.Location = new System.Drawing.Point(10, 14);
  3382.             this.FSTGenSwap.Name = "FSTGenSwap";
  3383.             this.FSTGenSwap.Size = new System.Drawing.Size(127, 20);
  3384.             this.FSTGenSwap.TabIndex = 3;
  3385.             this.FSTGenSwap.Text = "Generate swap code";
  3386.             this.FSTGenSwap.UseVisualStyleBackColor = true;
  3387.             //
  3388.             // FSTSwapCode
  3389.             //
  3390.             this.FSTSwapCode.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3391.             this.FSTSwapCode.Location = new System.Drawing.Point(10, 35);
  3392.             this.FSTSwapCode.Multiline = true;
  3393.             this.FSTSwapCode.Name = "FSTSwapCode";
  3394.             this.FSTSwapCode.ReadOnly = true;
  3395.             this.FSTSwapCode.Size = new System.Drawing.Size(127, 34);
  3396.             this.FSTSwapCode.TabIndex = 0;
  3397.             //
  3398.             // groupBox21
  3399.             //
  3400.             this.groupBox21.Controls.Add(this.FSTSetAsTarget);
  3401.             this.groupBox21.Controls.Add(this.FSTFileTarget);
  3402.             this.groupBox21.Location = new System.Drawing.Point(8, 136);
  3403.             this.groupBox21.Name = "groupBox21";
  3404.             this.groupBox21.Size = new System.Drawing.Size(146, 52);
  3405.             this.groupBox21.TabIndex = 4;
  3406.             this.groupBox21.TabStop = false;
  3407.             this.groupBox21.Text = "File target";
  3408.             //
  3409.             // FSTSetAsTarget
  3410.             //
  3411.             this.FSTSetAsTarget.Enabled = false;
  3412.             this.FSTSetAsTarget.Location = new System.Drawing.Point(7, 30);
  3413.             this.FSTSetAsTarget.Name = "FSTSetAsTarget";
  3414.             this.FSTSetAsTarget.Size = new System.Drawing.Size(127, 20);
  3415.             this.FSTSetAsTarget.TabIndex = 2;
  3416.             this.FSTSetAsTarget.Text = "Set selected as target";
  3417.             this.FSTSetAsTarget.UseVisualStyleBackColor = true;
  3418.             //
  3419.             // FSTFileTarget
  3420.             //
  3421.             this.FSTFileTarget.Location = new System.Drawing.Point(4, 13);
  3422.             this.FSTFileTarget.Name = "FSTFileTarget";
  3423.             this.FSTFileTarget.Size = new System.Drawing.Size(130, 16);
  3424.             this.FSTFileTarget.TabIndex = 0;
  3425.             this.FSTFileTarget.Text = "abc";
  3426.             this.FSTFileTarget.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  3427.             //
  3428.             // groupBox20
  3429.             //
  3430.             this.groupBox20.Controls.Add(this.FSTSetAsSource);
  3431.             this.groupBox20.Controls.Add(this.FSTFileSource);
  3432.             this.groupBox20.Location = new System.Drawing.Point(8, 83);
  3433.             this.groupBox20.Name = "groupBox20";
  3434.             this.groupBox20.Size = new System.Drawing.Size(146, 52);
  3435.             this.groupBox20.TabIndex = 3;
  3436.             this.groupBox20.TabStop = false;
  3437.             this.groupBox20.Text = "File source";
  3438.             //
  3439.             // FSTSetAsSource
  3440.             //
  3441.             this.FSTSetAsSource.Enabled = false;
  3442.             this.FSTSetAsSource.Location = new System.Drawing.Point(7, 30);
  3443.             this.FSTSetAsSource.Name = "FSTSetAsSource";
  3444.             this.FSTSetAsSource.Size = new System.Drawing.Size(127, 20);
  3445.             this.FSTSetAsSource.TabIndex = 2;
  3446.             this.FSTSetAsSource.Text = "Set selected as source";
  3447.             this.FSTSetAsSource.UseVisualStyleBackColor = true;
  3448.             //
  3449.             // FSTFileSource
  3450.             //
  3451.             this.FSTFileSource.Location = new System.Drawing.Point(4, 13);
  3452.             this.FSTFileSource.Name = "FSTFileSource";
  3453.             this.FSTFileSource.Size = new System.Drawing.Size(130, 16);
  3454.             this.FSTFileSource.TabIndex = 0;
  3455.             this.FSTFileSource.Text = "abc";
  3456.             this.FSTFileSource.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  3457.             //
  3458.             // groupBox19
  3459.             //
  3460.             this.groupBox19.Controls.Add(this.FSTCodeData);
  3461.             this.groupBox19.Location = new System.Drawing.Point(8, 32);
  3462.             this.groupBox19.Name = "groupBox19";
  3463.             this.groupBox19.Size = new System.Drawing.Size(146, 51);
  3464.             this.groupBox19.TabIndex = 2;
  3465.             this.groupBox19.TabStop = false;
  3466.             this.groupBox19.Text = "Memory data";
  3467.             //
  3468.             // FSTCodeData
  3469.             //
  3470.             this.FSTCodeData.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3471.             this.FSTCodeData.Location = new System.Drawing.Point(10, 14);
  3472.             this.FSTCodeData.Multiline = true;
  3473.             this.FSTCodeData.Name = "FSTCodeData";
  3474.             this.FSTCodeData.ReadOnly = true;
  3475.             this.FSTCodeData.Size = new System.Drawing.Size(127, 34);
  3476.             this.FSTCodeData.TabIndex = 0;
  3477.             //
  3478.             // FSTRead
  3479.             //
  3480.             this.FSTRead.Location = new System.Drawing.Point(8, 9);
  3481.             this.FSTRead.Name = "FSTRead";
  3482.             this.FSTRead.Size = new System.Drawing.Size(146, 20);
  3483.             this.FSTRead.TabIndex = 1;
  3484.             this.FSTRead.Text = "Read FST";
  3485.             this.FSTRead.UseVisualStyleBackColor = true;
  3486.             this.FSTRead.Click += new System.EventHandler(this.FSTRead_Click);
  3487.             //
  3488.             // FSTTreeView
  3489.             //
  3490.             this.FSTTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  3491.                         | System.Windows.Forms.AnchorStyles.Left)
  3492.                         | System.Windows.Forms.AnchorStyles.Right)));
  3493.             this.FSTTreeView.Location = new System.Drawing.Point(160, 9);
  3494.             this.FSTTreeView.Name = "FSTTreeView";
  3495.             this.FSTTreeView.Size = new System.Drawing.Size(387, 281);
  3496.             this.FSTTreeView.TabIndex = 0;
  3497.             //
  3498.             // ToolPage
  3499.             //
  3500.             this.ToolPage.Controls.Add(this.groupBox24);
  3501.             this.ToolPage.Controls.Add(this.groupBox23);
  3502.             this.ToolPage.Controls.Add(this.label11);
  3503.             this.ToolPage.Location = new System.Drawing.Point(4, 22);
  3504.             this.ToolPage.Name = "ToolPage";
  3505.             this.ToolPage.Size = new System.Drawing.Size(565, 296);
  3506.             this.ToolPage.TabIndex = 9;
  3507.             this.ToolPage.Text = "Tools";
  3508.             this.ToolPage.UseVisualStyleBackColor = true;
  3509.             //
  3510.             // groupBox24
  3511.             //
  3512.             this.groupBox24.Controls.Add(this.ToolsDump);
  3513.             this.groupBox24.Controls.Add(this.ToolsBrowseDump);
  3514.             this.groupBox24.Controls.Add(this.ToolsDumpFileName);
  3515.             this.groupBox24.Controls.Add(this.label16);
  3516.             this.groupBox24.Controls.Add(this.ToolsDumpEnd);
  3517.             this.groupBox24.Controls.Add(this.label14);
  3518.             this.groupBox24.Controls.Add(this.ToolsDumpStart);
  3519.             this.groupBox24.Controls.Add(this.label15);
  3520.             this.groupBox24.Controls.Add(this.ToolsDumpRegions);
  3521.             this.groupBox24.Location = new System.Drawing.Point(6, 203);
  3522.             this.groupBox24.Name = "groupBox24";
  3523.             this.groupBox24.Size = new System.Drawing.Size(543, 87);
  3524.             this.groupBox24.TabIndex = 2;
  3525.             this.groupBox24.TabStop = false;
  3526.             this.groupBox24.Text = "Memory dumping:";
  3527.             //
  3528.             // ToolsDump
  3529.             //
  3530.             this.ToolsDump.Location = new System.Drawing.Point(6, 47);
  3531.             this.ToolsDump.Name = "ToolsDump";
  3532.             this.ToolsDump.Size = new System.Drawing.Size(530, 34);
  3533.             this.ToolsDump.TabIndex = 8;
  3534.             this.ToolsDump.Text = "Dump";
  3535.             this.ToolsDump.UseVisualStyleBackColor = true;
  3536.             this.ToolsDump.Click += new System.EventHandler(this.ToolsDump_Click);
  3537.             //
  3538.             // ToolsBrowseDump
  3539.             //
  3540.             this.ToolsBrowseDump.Location = new System.Drawing.Point(475, 19);
  3541.             this.ToolsBrowseDump.Name = "ToolsBrowseDump";
  3542.             this.ToolsBrowseDump.Size = new System.Drawing.Size(61, 22);
  3543.             this.ToolsBrowseDump.TabIndex = 7;
  3544.             this.ToolsBrowseDump.Text = "Browse";
  3545.             this.ToolsBrowseDump.UseVisualStyleBackColor = true;
  3546.             this.ToolsBrowseDump.Click += new System.EventHandler(this.ToolsBrowseDump_Click);
  3547.             //
  3548.             // ToolsDumpFileName
  3549.             //
  3550.             this.ToolsDumpFileName.Location = new System.Drawing.Point(325, 19);
  3551.             this.ToolsDumpFileName.Name = "ToolsDumpFileName";
  3552.             this.ToolsDumpFileName.Size = new System.Drawing.Size(143, 20);
  3553.             this.ToolsDumpFileName.TabIndex = 6;
  3554.             //
  3555.             // label16
  3556.             //
  3557.             this.label16.AutoSize = true;
  3558.             this.label16.Location = new System.Drawing.Point(267, 22);
  3559.             this.label16.Name = "label16";
  3560.             this.label16.Size = new System.Drawing.Size(52, 13);
  3561.             this.label16.TabIndex = 5;
  3562.             this.label16.Text = "Filename:";
  3563.             //
  3564.             // ToolsDumpEnd
  3565.             //
  3566.             this.ToolsDumpEnd.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  3567.             this.ToolsDumpEnd.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3568.             this.ToolsDumpEnd.Location = new System.Drawing.Point(199, 19);
  3569.             this.ToolsDumpEnd.MaxLength = 8;
  3570.             this.ToolsDumpEnd.Name = "ToolsDumpEnd";
  3571.             this.ToolsDumpEnd.Size = new System.Drawing.Size(62, 20);
  3572.             this.ToolsDumpEnd.TabIndex = 4;
  3573.             this.ToolsDumpEnd.Text = "00000000";
  3574.             //
  3575.             // label14
  3576.             //
  3577.             this.label14.AutoSize = true;
  3578.             this.label14.Location = new System.Drawing.Point(164, 22);
  3579.             this.label14.Name = "label14";
  3580.             this.label14.Size = new System.Drawing.Size(29, 13);
  3581.             this.label14.TabIndex = 3;
  3582.             this.label14.Text = "End:";
  3583.             //
  3584.             // ToolsDumpStart
  3585.             //
  3586.             this.ToolsDumpStart.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  3587.             this.ToolsDumpStart.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3588.             this.ToolsDumpStart.Location = new System.Drawing.Point(93, 19);
  3589.             this.ToolsDumpStart.MaxLength = 8;
  3590.             this.ToolsDumpStart.Name = "ToolsDumpStart";
  3591.             this.ToolsDumpStart.Size = new System.Drawing.Size(62, 20);
  3592.             this.ToolsDumpStart.TabIndex = 2;
  3593.             this.ToolsDumpStart.Text = "00000000";
  3594.             //
  3595.             // label15
  3596.             //
  3597.             this.label15.AutoSize = true;
  3598.             this.label15.Location = new System.Drawing.Point(55, 22);
  3599.             this.label15.Name = "label15";
  3600.             this.label15.Size = new System.Drawing.Size(32, 13);
  3601.             this.label15.TabIndex = 1;
  3602.             this.label15.Text = "Start:";
  3603.             //
  3604.             // ToolsDumpRegions
  3605.             //
  3606.             this.ToolsDumpRegions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  3607.             this.ToolsDumpRegions.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3608.             this.ToolsDumpRegions.FormattingEnabled = true;
  3609.             this.ToolsDumpRegions.Location = new System.Drawing.Point(6, 19);
  3610.             this.ToolsDumpRegions.Name = "ToolsDumpRegions";
  3611.             this.ToolsDumpRegions.Size = new System.Drawing.Size(43, 22);
  3612.             this.ToolsDumpRegions.TabIndex = 0;
  3613.             this.ToolsDumpRegions.SelectedIndexChanged += new System.EventHandler(this.ToolsDumpRegions_SelectedIndexChanged);
  3614.             //
  3615.             // groupBox23
  3616.             //
  3617.             this.groupBox23.Controls.Add(this.label3);
  3618.             this.groupBox23.Controls.Add(this.MEM2UpperBoundary);
  3619.             this.groupBox23.Controls.Add(this.label13);
  3620.             this.groupBox23.Controls.Add(this.ToolsDisableWatchProtection);
  3621.             this.groupBox23.Controls.Add(this.label12);
  3622.             this.groupBox23.Controls.Add(this.ToolsDisableProtection);
  3623.             this.groupBox23.Location = new System.Drawing.Point(6, 62);
  3624.             this.groupBox23.Name = "groupBox23";
  3625.             this.groupBox23.Size = new System.Drawing.Size(543, 135);
  3626.             this.groupBox23.TabIndex = 1;
  3627.             this.groupBox23.TabStop = false;
  3628.             this.groupBox23.Text = "Address protection settings";
  3629.             //
  3630.             // label13
  3631.             //
  3632.             this.label13.Location = new System.Drawing.Point(8, 104);
  3633.             this.label13.Name = "label13";
  3634.             this.label13.Size = new System.Drawing.Size(530, 28);
  3635.             this.label13.TabIndex = 3;
  3636.             this.label13.Text = "Even with the box above checked, the watch list will still use the address protec" +
  3637.                 "tion. You can disable that behaviour here, but BE CAREFUL what you\'re doing here" +
  3638.                 "!";
  3639.             this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  3640.             //
  3641.             // ToolsDisableWatchProtection
  3642.             //
  3643.             this.ToolsDisableWatchProtection.AutoSize = true;
  3644.             this.ToolsDisableWatchProtection.Enabled = false;
  3645.             this.ToolsDisableWatchProtection.Location = new System.Drawing.Point(11, 84);
  3646.             this.ToolsDisableWatchProtection.Name = "ToolsDisableWatchProtection";
  3647.             this.ToolsDisableWatchProtection.Size = new System.Drawing.Size(173, 17);
  3648.             this.ToolsDisableWatchProtection.TabIndex = 2;
  3649.             this.ToolsDisableWatchProtection.Text = "Disable it for the watch list, too!";
  3650.             this.ToolsDisableWatchProtection.UseVisualStyleBackColor = true;
  3651.             this.ToolsDisableWatchProtection.CheckedChanged += new System.EventHandler(this.ToolsDisableWatchProtection_CheckedChanged);
  3652.             //
  3653.             // label12
  3654.             //
  3655.             this.label12.Location = new System.Drawing.Point(7, 38);
  3656.             this.label12.Name = "label12";
  3657.             this.label12.Size = new System.Drawing.Size(530, 42);
  3658.             this.label12.TabIndex = 1;
  3659.             this.label12.Text = resources.GetString("label12.Text");
  3660.             this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  3661.             //
  3662.             // ToolsDisableProtection
  3663.             //
  3664.             this.ToolsDisableProtection.AutoSize = true;
  3665.             this.ToolsDisableProtection.Location = new System.Drawing.Point(11, 18);
  3666.             this.ToolsDisableProtection.Name = "ToolsDisableProtection";
  3667.             this.ToolsDisableProtection.Size = new System.Drawing.Size(151, 17);
  3668.             this.ToolsDisableProtection.TabIndex = 0;
  3669.             this.ToolsDisableProtection.Text = "Disable address protection";
  3670.             this.ToolsDisableProtection.UseVisualStyleBackColor = true;
  3671.             this.ToolsDisableProtection.CheckedChanged += new System.EventHandler(this.ToolsDisableProtection_CheckedChanged);
  3672.             //
  3673.             // label11
  3674.             //
  3675.             this.label11.Location = new System.Drawing.Point(7, 11);
  3676.             this.label11.Name = "label11";
  3677.             this.label11.Size = new System.Drawing.Size(536, 42);
  3678.             this.label11.TabIndex = 0;
  3679.             this.label11.Text = resources.GetString("label11.Text");
  3680.             this.label11.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  3681.             //
  3682.             // AbtPage
  3683.             //
  3684.             this.AbtPage.Controls.Add(this.checkBoxRegexSearch);
  3685.             this.AbtPage.Controls.Add(this.checkBoxBPNext);
  3686.             this.AbtPage.Controls.Add(this.numericUpDownFPS);
  3687.             this.AbtPage.Controls.Add(this.checkBoxFPS);
  3688.             this.AbtPage.Controls.Add(this.checkBoxAlwaysOnTop);
  3689.             this.AbtPage.Controls.Add(this.AbtText);
  3690.             this.AbtPage.Controls.Add(this.addressTextBoxBPNext);
  3691.             this.AbtPage.Location = new System.Drawing.Point(4, 22);
  3692.             this.AbtPage.Name = "AbtPage";
  3693.             this.AbtPage.Size = new System.Drawing.Size(565, 296);
  3694.             this.AbtPage.TabIndex = 6;
  3695.             this.AbtPage.Text = "About";
  3696.             this.AbtPage.UseVisualStyleBackColor = true;
  3697.             //
  3698.             // checkBoxRegexSearch
  3699.             //
  3700.             this.checkBoxRegexSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3701.             this.checkBoxRegexSearch.AutoSize = true;
  3702.             this.checkBoxRegexSearch.Location = new System.Drawing.Point(359, 277);
  3703.             this.checkBoxRegexSearch.Name = "checkBoxRegexSearch";
  3704.             this.checkBoxRegexSearch.Size = new System.Drawing.Size(94, 17);
  3705.             this.checkBoxRegexSearch.TabIndex = 6;
  3706.             this.checkBoxRegexSearch.Text = "Regex Search";
  3707.             this.checkBoxRegexSearch.UseVisualStyleBackColor = true;
  3708.             //
  3709.             // checkBoxBPNext
  3710.             //
  3711.             this.checkBoxBPNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3712.             this.checkBoxBPNext.AutoSize = true;
  3713.             this.checkBoxBPNext.Location = new System.Drawing.Point(222, 277);
  3714.             this.checkBoxBPNext.Name = "checkBoxBPNext";
  3715.             this.checkBoxBPNext.Size = new System.Drawing.Size(62, 17);
  3716.             this.checkBoxBPNext.TabIndex = 4;
  3717.             this.checkBoxBPNext.Text = "BPNext";
  3718.             this.checkBoxBPNext.UseVisualStyleBackColor = true;
  3719.             this.checkBoxBPNext.CheckedChanged += new System.EventHandler(this.checkBoxBPNext_CheckedChanged);
  3720.             //
  3721.             // checkBoxFPS
  3722.             //
  3723.             this.checkBoxFPS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3724.             this.checkBoxFPS.AutoSize = true;
  3725.             this.checkBoxFPS.Location = new System.Drawing.Point(98, 277);
  3726.             this.checkBoxFPS.Name = "checkBoxFPS";
  3727.             this.checkBoxFPS.Size = new System.Drawing.Size(49, 17);
  3728.             this.checkBoxFPS.TabIndex = 3;
  3729.             this.checkBoxFPS.Text = "Slow";
  3730.             this.checkBoxFPS.UseVisualStyleBackColor = true;
  3731.             this.checkBoxFPS.CheckedChanged += new System.EventHandler(this.checkBoxFPS_CheckedChanged);
  3732.             //
  3733.             // numericUpDownFPS
  3734.             //
  3735.             this.numericUpDownFPS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3736.             this.numericUpDownFPS.DecimalPlaces = 1;
  3737.             this.numericUpDownFPS.Location = new System.Drawing.Point(157, 273);
  3738.             this.numericUpDownFPS.Maximum = new decimal(new int[] {
  3739.             60,
  3740.             0,
  3741.             0,
  3742.             0});
  3743.             this.numericUpDownFPS.Minimum = new decimal(new int[] {
  3744.             1,
  3745.             0,
  3746.             0,
  3747.             65536});
  3748.             this.numericUpDownFPS.Name = "numericUpDownFPS";
  3749.             this.numericUpDownFPS.Size = new System.Drawing.Size(50, 20);
  3750.             this.numericUpDownFPS.TabIndex = 2;
  3751.             this.numericUpDownFPS.Value = new decimal(new int[] {
  3752.             6,
  3753.             0,
  3754.             0,
  3755.             0});
  3756.             this.numericUpDownFPS.ValueChanged += new System.EventHandler(this.numericUpDownFPS_ValueChanged);
  3757.             //
  3758.             // checkBoxAlwaysOnTop
  3759.             //
  3760.             this.checkBoxAlwaysOnTop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3761.             this.checkBoxAlwaysOnTop.AutoSize = true;
  3762.             this.checkBoxAlwaysOnTop.Location = new System.Drawing.Point(3, 277);
  3763.             this.checkBoxAlwaysOnTop.Name = "checkBoxAlwaysOnTop";
  3764.             this.checkBoxAlwaysOnTop.Size = new System.Drawing.Size(92, 17);
  3765.             this.checkBoxAlwaysOnTop.TabIndex = 1;
  3766.             this.checkBoxAlwaysOnTop.Text = "Always on top";
  3767.             this.checkBoxAlwaysOnTop.UseVisualStyleBackColor = true;
  3768.             this.checkBoxAlwaysOnTop.CheckedChanged += new System.EventHandler(this.checkBoxAlwaysOnTop_CheckedChanged);
  3769.             //
  3770.             // AbtText
  3771.             //
  3772.             this.AbtText.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3773.             this.AbtText.Location = new System.Drawing.Point(6, 7);
  3774.             this.AbtText.Name = "AbtText";
  3775.             this.AbtText.Size = new System.Drawing.Size(543, 235);
  3776.             this.AbtText.TabIndex = 0;
  3777.             this.AbtText.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  3778.             //
  3779.             // panel1
  3780.             //
  3781.             this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  3782.             this.panel1.BackColor = System.Drawing.Color.Transparent;
  3783.             this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  3784.             this.panel1.Controls.Add(this.OpenNotePad);
  3785.             this.panel1.Controls.Add(this.RGame);
  3786.             this.panel1.Controls.Add(this.PGame);
  3787.             this.panel1.Location = new System.Drawing.Point(1, 320);
  3788.             this.panel1.Name = "panel1";
  3789.             this.panel1.Size = new System.Drawing.Size(291, 31);
  3790.             this.panel1.TabIndex = 1;
  3791.             //
  3792.             // OpenNotePad
  3793.             //
  3794.             this.OpenNotePad.Enabled = false;
  3795.             this.OpenNotePad.Location = new System.Drawing.Point(193, 4);
  3796.             this.OpenNotePad.Name = "OpenNotePad";
  3797.             this.OpenNotePad.Size = new System.Drawing.Size(90, 21);
  3798.             this.OpenNotePad.TabIndex = 8;
  3799.             this.OpenNotePad.Text = "Open notepad";
  3800.             this.OpenNotePad.UseVisualStyleBackColor = true;
  3801.             this.OpenNotePad.Click += new System.EventHandler(this.OpenNotePad_Click);
  3802.             //
  3803.             // RGame
  3804.             //
  3805.             this.RGame.Enabled = false;
  3806.             this.RGame.Location = new System.Drawing.Point(101, 4);
  3807.             this.RGame.Name = "RGame";
  3808.             this.RGame.Size = new System.Drawing.Size(85, 21);
  3809.             this.RGame.TabIndex = 7;
  3810.             this.RGame.Text = "Run game";
  3811.             this.RGame.UseVisualStyleBackColor = true;
  3812.             this.RGame.Click += new System.EventHandler(this.RGame_Click);
  3813.             //
  3814.             // PGame
  3815.             //
  3816.             this.PGame.Location = new System.Drawing.Point(8, 4);
  3817.             this.PGame.Name = "PGame";
  3818.             this.PGame.Size = new System.Drawing.Size(85, 21);
  3819.             this.PGame.TabIndex = 6;
  3820.             this.PGame.Text = "Pause game";
  3821.             this.PGame.UseVisualStyleBackColor = true;
  3822.             this.PGame.Click += new System.EventHandler(this.PGame_Click);
  3823.             //
  3824.             // panel2
  3825.             //
  3826.             this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  3827.             this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  3828.             this.panel2.Controls.Add(this.DisconnectButton);
  3829.             this.panel2.Controls.Add(this.CUSBGecko);
  3830.             this.panel2.Location = new System.Drawing.Point(285, 320);
  3831.             this.panel2.Name = "panel2";
  3832.             this.panel2.Size = new System.Drawing.Size(289, 31);
  3833.             this.panel2.TabIndex = 2;
  3834.             //
  3835.             // DisconnectButton
  3836.             //
  3837.             this.DisconnectButton.Enabled = false;
  3838.             this.DisconnectButton.Location = new System.Drawing.Point(148, 4);
  3839.             this.DisconnectButton.Name = "DisconnectButton";
  3840.             this.DisconnectButton.Size = new System.Drawing.Size(130, 21);
  3841.             this.DisconnectButton.TabIndex = 1;
  3842.             this.DisconnectButton.Text = "Disconnect";
  3843.             this.DisconnectButton.UseVisualStyleBackColor = true;
  3844.             this.DisconnectButton.Click += new System.EventHandler(this.DisconnectButton_Click);
  3845.             //
  3846.             // CUSBGecko
  3847.             //
  3848.             this.CUSBGecko.Location = new System.Drawing.Point(7, 4);
  3849.             this.CUSBGecko.Name = "CUSBGecko";
  3850.             this.CUSBGecko.Size = new System.Drawing.Size(130, 21);
  3851.             this.CUSBGecko.TabIndex = 0;
  3852.             this.CUSBGecko.Text = "Connect to Gecko";
  3853.             this.CUSBGecko.UseVisualStyleBackColor = true;
  3854.             this.CUSBGecko.Click += new System.EventHandler(this.CUSBGecko_Click);
  3855.             //
  3856.             // groupBox5
  3857.             //
  3858.             this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  3859.                         | System.Windows.Forms.AnchorStyles.Right)));
  3860.             this.groupBox5.Controls.Add(this.PCent);
  3861.             this.groupBox5.Controls.Add(this.StatusCap);
  3862.             this.groupBox5.Controls.Add(this.progressBar);
  3863.             this.groupBox5.Location = new System.Drawing.Point(1, 353);
  3864.             this.groupBox5.Name = "groupBox5";
  3865.             this.groupBox5.Size = new System.Drawing.Size(573, 55);
  3866.             this.groupBox5.TabIndex = 3;
  3867.             this.groupBox5.TabStop = false;
  3868.             this.groupBox5.Text = "Status";
  3869.             //
  3870.             // PCent
  3871.             //
  3872.             this.PCent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  3873.             this.PCent.Location = new System.Drawing.Point(502, 16);
  3874.             this.PCent.Name = "PCent";
  3875.             this.PCent.Size = new System.Drawing.Size(62, 13);
  3876.             this.PCent.TabIndex = 2;
  3877.             this.PCent.Text = "0%";
  3878.             this.PCent.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  3879.             //
  3880.             // StatusCap
  3881.             //
  3882.             this.StatusCap.AutoSize = true;
  3883.             this.StatusCap.Location = new System.Drawing.Point(11, 16);
  3884.             this.StatusCap.Name = "StatusCap";
  3885.             this.StatusCap.Size = new System.Drawing.Size(38, 13);
  3886.             this.StatusCap.TabIndex = 1;
  3887.             this.StatusCap.Text = "Ready";
  3888.             //
  3889.             // progressBar
  3890.             //
  3891.             this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  3892.                         | System.Windows.Forms.AnchorStyles.Right)));
  3893.             this.progressBar.Location = new System.Drawing.Point(9, 32);
  3894.             this.progressBar.Name = "progressBar";
  3895.             this.progressBar.Size = new System.Drawing.Size(555, 19);
  3896.             this.progressBar.TabIndex = 0;
  3897.             //
  3898.             // WatchListOpen
  3899.             //
  3900.             this.WatchListOpen.DefaultExt = "xwl";
  3901.             this.WatchListOpen.Filter = "Watch list (*.xwl)|*.xwl|All files (*.*)|*.*";
  3902.             //
  3903.             // WatchListSave
  3904.             //
  3905.             this.WatchListSave.DefaultExt = "xwl";
  3906.             this.WatchListSave.Filter = "Watch list (*.xwl)|*.xwl|All files (*.*)|*.*";
  3907.             //
  3908.             // ToolsDumpSave
  3909.             //
  3910.             this.ToolsDumpSave.DefaultExt = "bin";
  3911.             this.ToolsDumpSave.Filter = "Binary files (*.bin)|*.bin|All files (*.*)|*.*";
  3912.             //
  3913.             // openBinary
  3914.             //
  3915.             this.openBinary.FileName = "binary.bin";
  3916.             this.openBinary.Filter = "All files (*.*)|*.*";
  3917.             this.openBinary.ReadOnlyChecked = true;
  3918.             this.openBinary.Title = "Select a file to upload";
  3919.             //
  3920.             // timerFPS
  3921.             //
  3922.             this.timerFPS.Tick += new System.EventHandler(this.timerFPS_Tick);
  3923.             //
  3924.             // openFileDialogSearch
  3925.             //
  3926.             this.openFileDialogSearch.DefaultExt = "bin";
  3927.             this.openFileDialogSearch.FileName = "results.zip";
  3928.             this.openFileDialogSearch.Filter = "\"Search Results|*.zip|All Files|*.*\"";
  3929.             this.openFileDialogSearch.Title = "Load Search Result";
  3930.             //
  3931.             // saveFileDialogSearch
  3932.             //
  3933.             this.saveFileDialogSearch.DefaultExt = "bin";
  3934.             this.saveFileDialogSearch.FileName = "results.zip";
  3935.             this.saveFileDialogSearch.Filter = "\"Search Results|*.zip|All Files|*.*\"";
  3936.             this.saveFileDialogSearch.Title = "Save Search Result";
  3937.             //
  3938.             // saveFileDialogLogSteps
  3939.             //
  3940.             this.saveFileDialogLogSteps.DefaultExt = "log";
  3941.             this.saveFileDialogLogSteps.FileName = "BPSteps";
  3942.             this.saveFileDialogLogSteps.Filter = "Logs|*.log|All Files|*.*";
  3943.             this.saveFileDialogLogSteps.Title = "Save Step Log";
  3944.             //
  3945.             // splitContainerRegASM
  3946.             //
  3947.             this.splitContainerRegASM.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  3948.                         | System.Windows.Forms.AnchorStyles.Left)
  3949.                         | System.Windows.Forms.AnchorStyles.Right)));
  3950.             this.splitContainerRegASM.Location = new System.Drawing.Point(0, 83);
  3951.             this.splitContainerRegASM.Name = "splitContainerRegASM";
  3952.             this.splitContainerRegASM.Orientation = System.Windows.Forms.Orientation.Horizontal;
  3953.             //
  3954.             // splitContainerRegASM.Panel1
  3955.             //
  3956.             this.splitContainerRegASM.Panel1.Controls.Add(this.panel6);
  3957.             //
  3958.             // splitContainerRegASM.Panel2
  3959.             //
  3960.             this.splitContainerRegASM.Panel2.Controls.Add(this.panel4);
  3961.             this.splitContainerRegASM.Size = new System.Drawing.Size(418, 212);
  3962.             this.splitContainerRegASM.SplitterDistance = 125;
  3963.             this.splitContainerRegASM.TabIndex = 12;
  3964.             this.splitContainerRegASM.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainerRegASM_SplitterMoved);
  3965.             //
  3966.             // panel6
  3967.             //
  3968.             this.panel6.Controls.Add(this.BPList);
  3969.             this.panel6.Controls.Add(this.BPClassic);
  3970.             this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
  3971.             this.panel6.Location = new System.Drawing.Point(0, 0);
  3972.             this.panel6.Name = "panel6";
  3973.             this.panel6.Size = new System.Drawing.Size(418, 125);
  3974.             this.panel6.TabIndex = 12;
  3975.             //
  3976.             // BPClassic
  3977.             //
  3978.             this.BPClassic.Dock = System.Windows.Forms.DockStyle.Fill;
  3979.             this.BPClassic.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  3980.             this.BPClassic.Location = new System.Drawing.Point(0, 0);
  3981.             this.BPClassic.Multiline = true;
  3982.             this.BPClassic.Name = "BPClassic";
  3983.             this.BPClassic.ReadOnly = true;
  3984.             this.BPClassic.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  3985.             this.BPClassic.Size = new System.Drawing.Size(418, 125);
  3986.             this.BPClassic.TabIndex = 4;
  3987.             this.BPClassic.Visible = false;
  3988.             //
  3989.             // panel4
  3990.             //
  3991.             this.panel4.Controls.Add(this.BPDiss);
  3992.             this.panel4.Controls.Add(this.richTextBox1);
  3993.             this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  3994.             this.panel4.Location = new System.Drawing.Point(0, 0);
  3995.             this.panel4.Name = "panel4";
  3996.             this.panel4.Size = new System.Drawing.Size(418, 83);
  3997.             this.panel4.TabIndex = 9;
  3998.             //
  3999.             // BPDiss
  4000.             //
  4001.             this.BPDiss.Dock = System.Windows.Forms.DockStyle.Fill;
  4002.             this.BPDiss.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4003.             this.BPDiss.Location = new System.Drawing.Point(0, 0);
  4004.             this.BPDiss.Multiline = true;
  4005.             this.BPDiss.Name = "BPDiss";
  4006.             this.BPDiss.ReadOnly = true;
  4007.             this.BPDiss.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  4008.             this.BPDiss.Size = new System.Drawing.Size(418, 83);
  4009.             this.BPDiss.TabIndex = 3;
  4010.             //
  4011.             // richTextBox1
  4012.             //
  4013.             this.richTextBox1.Location = new System.Drawing.Point(394, 0);
  4014.             this.richTextBox1.Name = "richTextBox1";
  4015.             this.richTextBox1.ReadOnly = true;
  4016.             this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
  4017.             this.richTextBox1.Size = new System.Drawing.Size(17, 17);
  4018.             this.richTextBox1.TabIndex = 4;
  4019.             this.richTextBox1.Text = "";
  4020.             //
  4021.             // MEM2UpperBoundary
  4022.             //
  4023.             this.MEM2UpperBoundary.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  4024.             this.MEM2UpperBoundary.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4025.             this.MEM2UpperBoundary.FormattingEnabled = true;
  4026.             this.MEM2UpperBoundary.Items.AddRange(new object[] {
  4027.             "93400000",
  4028.             "93800000",
  4029.             "93C00000",
  4030.             "94000000"});
  4031.             this.MEM2UpperBoundary.Location = new System.Drawing.Point(457, 14);
  4032.             this.MEM2UpperBoundary.Name = "MEM2UpperBoundary";
  4033.             this.MEM2UpperBoundary.Size = new System.Drawing.Size(81, 22);
  4034.             this.MEM2UpperBoundary.TabIndex = 4;
  4035.             this.MEM2UpperBoundary.SelectedIndexChanged += new System.EventHandler(this.MEM2UpperBoundary_SelectedIndexChanged);
  4036.             //
  4037.             // label3
  4038.             //
  4039.             this.label3.AutoSize = true;
  4040.             this.label3.Location = new System.Drawing.Point(363, 19);
  4041.             this.label3.Name = "label3";
  4042.             this.label3.Size = new System.Drawing.Size(88, 13);
  4043.             this.label3.TabIndex = 5;
  4044.             this.label3.Text = "MEM2 boundary:";
  4045.             //
  4046.             // PAddress
  4047.             //
  4048.             this.PAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  4049.             this.PAddress.AutoHistory = true;
  4050.             this.PAddress.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  4051.             this.PAddress.ContextMenuStrip = this.HistoryContextMenu;
  4052.             this.PAddress.EndingAddress = false;
  4053.             this.PAddress.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4054.             this.PAddress.Location = new System.Drawing.Point(282, 269);
  4055.             this.PAddress.MaxLength = 8;
  4056.             this.PAddress.MultiPokeAddress = true;
  4057.             this.PAddress.Name = "PAddress";
  4058.             this.PAddress.Size = new System.Drawing.Size(62, 20);
  4059.             this.PAddress.TabIndex = 10;
  4060.             this.PAddress.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PAddress_KeyPress);
  4061.             //
  4062.             // memEnd
  4063.             //
  4064.             this.memEnd.AutoHistory = true;
  4065.             this.memEnd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
  4066.             this.memEnd.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  4067.             this.memEnd.ContextMenuStrip = this.HistoryContextMenu;
  4068.             this.memEnd.EndingAddress = true;
  4069.             this.memEnd.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4070.             this.memEnd.Location = new System.Drawing.Point(199, 19);
  4071.             this.memEnd.MaxLength = 8;
  4072.             this.memEnd.MultiPokeAddress = false;
  4073.             this.memEnd.Name = "memEnd";
  4074.             this.memEnd.Size = new System.Drawing.Size(62, 20);
  4075.             this.memEnd.TabIndex = 4;
  4076.             //
  4077.             // memStart
  4078.             //
  4079.             this.memStart.AutoHistory = true;
  4080.             this.memStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
  4081.             this.memStart.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  4082.             this.memStart.ContextMenuStrip = this.HistoryContextMenu;
  4083.             this.memStart.EndingAddress = false;
  4084.             this.memStart.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4085.             this.memStart.Location = new System.Drawing.Point(93, 19);
  4086.             this.memStart.MaxLength = 8;
  4087.             this.memStart.MultiPokeAddress = false;
  4088.             this.memStart.Name = "memStart";
  4089.             this.memStart.Size = new System.Drawing.Size(62, 20);
  4090.             this.memStart.TabIndex = 2;
  4091.             //
  4092.             // memViewPAddress
  4093.             //
  4094.             this.memViewPAddress.AutoHistory = true;
  4095.             this.memViewPAddress.BackColor = System.Drawing.SystemColors.Window;
  4096.             this.memViewPAddress.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  4097.             this.memViewPAddress.ContextMenuStrip = this.HistoryContextMenu;
  4098.             this.memViewPAddress.EndingAddress = false;
  4099.             this.memViewPAddress.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4100.             this.memViewPAddress.Location = new System.Drawing.Point(27, 19);
  4101.             this.memViewPAddress.MaxLength = 8;
  4102.             this.memViewPAddress.MultiPokeAddress = false;
  4103.             this.memViewPAddress.Name = "memViewPAddress";
  4104.             this.memViewPAddress.Size = new System.Drawing.Size(62, 20);
  4105.             this.memViewPAddress.TabIndex = 5;
  4106.             this.memViewPAddress.Text = "80000000";
  4107.             //
  4108.             // memViewAValue
  4109.             //
  4110.             this.memViewAValue.AutoHistory = true;
  4111.             this.memViewAValue.BackColor = System.Drawing.SystemColors.Window;
  4112.             this.memViewAValue.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  4113.             this.memViewAValue.ContextMenuStrip = this.HistoryContextMenu;
  4114.             this.memViewAValue.EndingAddress = false;
  4115.             this.memViewAValue.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4116.             this.memViewAValue.Location = new System.Drawing.Point(48, 19);
  4117.             this.memViewAValue.MaxLength = 8;
  4118.             this.memViewAValue.MultiPokeAddress = false;
  4119.             this.memViewAValue.Name = "memViewAValue";
  4120.             this.memViewAValue.Size = new System.Drawing.Size(62, 20);
  4121.             this.memViewAValue.TabIndex = 6;
  4122.             this.memViewAValue.Text = "80000000";
  4123.             this.memViewAValue.TextChanged += new System.EventHandler(this.memViewAValue_TextChanged);
  4124.             this.memViewAValue.KeyDown += new System.Windows.Forms.KeyEventHandler(this.memViewAValue_KeyDown);
  4125.             this.memViewAValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.PAddress_KeyPress);
  4126.             //
  4127.             // BPList
  4128.             //
  4129.             this.BPList.AutoScroll = true;
  4130.             this.BPList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  4131.             this.BPList.Cursor = System.Windows.Forms.Cursors.Default;
  4132.             this.BPList.Dock = System.Windows.Forms.DockStyle.Fill;
  4133.             this.BPList.Location = new System.Drawing.Point(0, 0);
  4134.             this.BPList.Margin = new System.Windows.Forms.Padding(4);
  4135.             this.BPList.Name = "BPList";
  4136.             this.BPList.Size = new System.Drawing.Size(418, 125);
  4137.             this.BPList.TabIndex = 2;
  4138.             //
  4139.             // BPAddress
  4140.             //
  4141.             this.BPAddress.AutoHistory = true;
  4142.             this.BPAddress.BackColor = System.Drawing.SystemColors.Window;
  4143.             this.BPAddress.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  4144.             this.BPAddress.ContextMenuStrip = this.HistoryContextMenu;
  4145.             this.BPAddress.EndingAddress = false;
  4146.             this.BPAddress.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4147.             this.BPAddress.Location = new System.Drawing.Point(18, 19);
  4148.             this.BPAddress.MaxLength = 8;
  4149.             this.BPAddress.MultiPokeAddress = false;
  4150.             this.BPAddress.Name = "BPAddress";
  4151.             this.BPAddress.Size = new System.Drawing.Size(62, 20);
  4152.             this.BPAddress.TabIndex = 7;
  4153.             this.BPAddress.Text = "80000000";
  4154.             this.BPAddress.TextChanged += new System.EventHandler(this.BPAddress_TextChanged);
  4155.             //
  4156.             // AsText
  4157.             //
  4158.             this.AsText.AutoHistory = false;
  4159.             this.AsText.ContextMenuStrip = this.HistoryContextMenu;
  4160.             this.AsText.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4161.             this.AsText.Location = new System.Drawing.Point(6, 46);
  4162.             this.AsText.MaxLength = 100;
  4163.             this.AsText.Name = "AsText";
  4164.             this.AsText.Size = new System.Drawing.Size(177, 20);
  4165.             this.AsText.TabIndex = 7;
  4166.             this.AsText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AsText_KeyDown);
  4167.             //
  4168.             // AsAddress
  4169.             //
  4170.             this.AsAddress.AutoHistory = true;
  4171.             this.AsAddress.BackColor = System.Drawing.SystemColors.Window;
  4172.             this.AsAddress.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  4173.             this.AsAddress.ContextMenuStrip = this.HistoryContextMenu;
  4174.             this.AsAddress.EndingAddress = false;
  4175.             this.AsAddress.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4176.             this.AsAddress.Location = new System.Drawing.Point(7, 20);
  4177.             this.AsAddress.MaxLength = 8;
  4178.             this.AsAddress.MultiPokeAddress = false;
  4179.             this.AsAddress.Name = "AsAddress";
  4180.             this.AsAddress.Size = new System.Drawing.Size(62, 20);
  4181.             this.AsAddress.TabIndex = 5;
  4182.             this.AsAddress.Text = "80000000";
  4183.             //
  4184.             // DisRegion
  4185.             //
  4186.             this.DisRegion.AutoHistory = true;
  4187.             this.DisRegion.BackColor = System.Drawing.SystemColors.Window;
  4188.             this.DisRegion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  4189.             this.DisRegion.ContextMenuStrip = this.HistoryContextMenu;
  4190.             this.DisRegion.EndingAddress = false;
  4191.             this.DisRegion.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  4192.             this.DisRegion.Location = new System.Drawing.Point(11, 18);
  4193.             this.DisRegion.MaxLength = 8;
  4194.             this.DisRegion.MultiPokeAddress = false;
  4195.             this.DisRegion.Name = "DisRegion";
  4196.             this.DisRegion.Size = new System.Drawing.Size(62, 20);
  4197.             this.DisRegion.TabIndex = 6;
  4198.             this.DisRegion.Text = "80000000";
  4199.             this.DisRegion.TextChanged += new System.EventHandler(this.DisRegion_TextChanged);
  4200.             this.DisRegion.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DisRegion_KeyPress);
  4201.             //
  4202.             // addressTextBoxBPNext
  4203.             //
  4204.             this.addressTextBoxBPNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  4205.             this.addressTextBoxBPNext.AutoHistory = true;
  4206.             this.addressTextBoxBPNext.BackColor = System.Drawing.SystemColors.Window;
  4207.             this.addressTextBoxBPNext.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  4208.             this.addressTextBoxBPNext.ContextMenuStrip = this.HistoryContextMenu;
  4209.             this.addressTextBoxBPNext.EndingAddress = false;
  4210.             this.addressTextBoxBPNext.Font = new System.Drawing.Font("Courier New", 8.25F);
  4211.             this.addressTextBoxBPNext.Location = new System.Drawing.Point(291, 272);
  4212.             this.addressTextBoxBPNext.MaxLength = 8;
  4213.             this.addressTextBoxBPNext.MultiPokeAddress = false;
  4214.             this.addressTextBoxBPNext.Name = "addressTextBoxBPNext";
  4215.             this.addressTextBoxBPNext.Size = new System.Drawing.Size(62, 20);
  4216.             this.addressTextBoxBPNext.TabIndex = 5;
  4217.             this.addressTextBoxBPNext.Text = "800018A8";
  4218.             //
  4219.             // MainForm
  4220.             //
  4221.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  4222.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  4223.             this.ClientSize = new System.Drawing.Size(575, 410);
  4224.             this.Controls.Add(this.groupBox5);
  4225.             this.Controls.Add(this.panel1);
  4226.             this.Controls.Add(this.MainControl);
  4227.             this.Controls.Add(this.panel2);
  4228.             this.MinimumSize = new System.Drawing.Size(591, 441);
  4229.             this.Name = "MainForm";
  4230.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  4231.             this.Text = "Gecko dotNET";
  4232.             this.Load += new System.EventHandler(this.MainForm_Load);
  4233.             this.Shown += new System.EventHandler(this.MainForm_Shown);
  4234.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  4235.             this.ResizeEnd += new System.EventHandler(this.MainForm_ResizeEnd);
  4236.             ((System.ComponentModel.ISupportInitialize)(this.memViewGrid)).EndInit();
  4237.             this.memViewContextMenu.ResumeLayout(false);
  4238.             this.MainControl.ResumeLayout(false);
  4239.             this.searchPage.ResumeLayout(false);
  4240.             this.searchPage.PerformLayout();
  4241.             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownNewSearchIndex)).EndInit();
  4242.             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownOldSearchIndex)).EndInit();
  4243.             ((System.ComponentModel.ISupportInitialize)(this.UpDownSearchResultPage)).EndInit();
  4244.             this.InputConvert.ResumeLayout(false);
  4245.             this.HistoryContextMenu.ResumeLayout(false);
  4246.             ((System.ComponentModel.ISupportInitialize)(this.SearchResults)).EndInit();
  4247.             this.SearchResMenu.ResumeLayout(false);
  4248.             this.groupBox1.ResumeLayout(false);
  4249.             this.groupBox1.PerformLayout();
  4250.             this.groupBox4.ResumeLayout(false);
  4251.             this.groupBox4.PerformLayout();
  4252.             this.groupBoxSearchGroups.ResumeLayout(false);
  4253.             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSearchGroup)).EndInit();
  4254.             this.MemView.ResumeLayout(false);
  4255.             this.MemView.PerformLayout();
  4256.             this.groupBox27.ResumeLayout(false);
  4257.             this.groupBox27.PerformLayout();
  4258.             this.groupBox9.ResumeLayout(false);
  4259.             this.groupBox8.ResumeLayout(false);
  4260.             this.groupBox8.PerformLayout();
  4261.             this.groupBox7.ResumeLayout(false);
  4262.             this.groupBox6.ResumeLayout(false);
  4263.             this.groupBox6.PerformLayout();
  4264.             ((System.ComponentModel.ISupportInitialize)(this.MemViewScrollbar)).EndInit();
  4265.             this.BreakpointPage.ResumeLayout(false);
  4266.             this.panel5.ResumeLayout(false);
  4267.             this.panel5.PerformLayout();
  4268.             this.ShowMemContextMenu.ResumeLayout(false);
  4269.             this.ShowMemContextMenu.PerformLayout();
  4270.             this.panel3.ResumeLayout(false);
  4271.             this.groupBox26.ResumeLayout(false);
  4272.             this.groupBox26.PerformLayout();
  4273.             this.BPCondMenu.ResumeLayout(false);
  4274.             this.groupBox25.ResumeLayout(false);
  4275.             this.groupBox25.PerformLayout();
  4276.             this.groupBoxStep.ResumeLayout(false);
  4277.             this.StepOutContextMenu.ResumeLayout(false);
  4278.             this.groupBox11.ResumeLayout(false);
  4279.             this.groupBox10.ResumeLayout(false);
  4280.             this.groupBox10.PerformLayout();
  4281.             this.DisPage.ResumeLayout(false);
  4282.             this.groupBoxDisasmCallStack.ResumeLayout(false);
  4283.             this.CallStackContextMenu.ResumeLayout(false);
  4284.             this.groupBoxDisasm.ResumeLayout(false);
  4285.             this.groupBoxDisasm.PerformLayout();
  4286.             this.groupBox13.ResumeLayout(false);
  4287.             this.groupBox13.PerformLayout();
  4288.             this.groupBox12.ResumeLayout(false);
  4289.             this.groupBox12.PerformLayout();
  4290.             ((System.ComponentModel.ISupportInitialize)(this.DisUpDown)).EndInit();
  4291.             this.disAssContextMenu.ResumeLayout(false);
  4292.             this.shotPage.ResumeLayout(false);
  4293.             this.shotPage.PerformLayout();
  4294.             this.groupBox17.ResumeLayout(false);
  4295.             ((System.ComponentModel.ISupportInitialize)(this.JPGQual)).EndInit();
  4296.             this.groupBox16.ResumeLayout(false);
  4297.             this.groupBox15.ResumeLayout(false);
  4298.             this.groupBox14.ResumeLayout(false);
  4299.             this.groupBox14.PerformLayout();
  4300.             ((System.ComponentModel.ISupportInitialize)(this.ScreenshotCapBox)).EndInit();
  4301.             this.GCTPage.ResumeLayout(false);
  4302.             this.GCTPage.PerformLayout();
  4303.             this.gctCodeMenu.ResumeLayout(false);
  4304.             this.WatchTab.ResumeLayout(false);
  4305.             this.groupBox18.ResumeLayout(false);
  4306.             ((System.ComponentModel.ISupportInitialize)(this.WatchIntervalSet)).EndInit();
  4307.             ((System.ComponentModel.ISupportInitialize)(this.WatchList)).EndInit();
  4308.             this.WatchCM.ResumeLayout(false);
  4309.             this.FSTTab.ResumeLayout(false);
  4310.             this.groupBox22.ResumeLayout(false);
  4311.             this.groupBox22.PerformLayout();
  4312.             this.groupBox21.ResumeLayout(false);
  4313.             this.groupBox20.ResumeLayout(false);
  4314.             this.groupBox19.ResumeLayout(false);
  4315.             this.groupBox19.PerformLayout();
  4316.             this.ToolPage.ResumeLayout(false);
  4317.             this.groupBox24.ResumeLayout(false);
  4318.             this.groupBox24.PerformLayout();
  4319.             this.groupBox23.ResumeLayout(false);
  4320.             this.groupBox23.PerformLayout();
  4321.             this.AbtPage.ResumeLayout(false);
  4322.             this.AbtPage.PerformLayout();
  4323.             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownFPS)).EndInit();
  4324.             this.panel1.ResumeLayout(false);
  4325.             this.panel2.ResumeLayout(false);
  4326.             this.groupBox5.ResumeLayout(false);
  4327.             this.groupBox5.PerformLayout();
  4328.             this.splitContainerRegASM.Panel1.ResumeLayout(false);
  4329.             this.splitContainerRegASM.Panel2.ResumeLayout(false);
  4330.             this.splitContainerRegASM.ResumeLayout(false);
  4331.             this.panel6.ResumeLayout(false);
  4332.             this.panel6.PerformLayout();
  4333.             this.panel4.ResumeLayout(false);
  4334.             this.panel4.PerformLayout();
  4335.             this.ResumeLayout(false);
  4336.  
  4337.         }
  4338.  
  4339.         #endregion
  4340.  
  4341.         private System.Windows.Forms.TabControl MainControl;
  4342.         private System.Windows.Forms.TabPage searchPage;
  4343.         private System.Windows.Forms.TabPage MemView;
  4344.         private System.Windows.Forms.GroupBox groupBox1;
  4345.         private GeckoApp.external.AddressTextBox memEnd;
  4346.         private System.Windows.Forms.Label label2;
  4347.         private GeckoApp.external.AddressTextBox memStart;
  4348.         private System.Windows.Forms.Label label1;
  4349.         private System.Windows.Forms.ComboBox memRange;
  4350.         private System.Windows.Forms.TextBox textBoxComparisonValue;
  4351.         private System.Windows.Forms.ComboBox comboBoxSearchDataType;
  4352.         private System.Windows.Forms.GroupBox groupBoxSearchGroups;
  4353.         private System.Windows.Forms.GroupBox groupBox4;
  4354.         private System.Windows.Forms.ComboBox comboBoxComparisonType;
  4355.         private System.Windows.Forms.Label label6;
  4356.         private System.Windows.Forms.Button ResSrch;
  4357.         private System.Windows.Forms.Button Search;
  4358.         private System.Windows.Forms.Panel panel1;
  4359.         private System.Windows.Forms.Panel panel2;
  4360.         private System.Windows.Forms.DataGridView SearchResults;
  4361.         private System.Windows.Forms.Button RGame;
  4362.         private System.Windows.Forms.Button PGame;
  4363.         private System.Windows.Forms.Button CUSBGecko;
  4364.         private System.Windows.Forms.GroupBox groupBox5;
  4365.         private System.Windows.Forms.Label PCent;
  4366.         private System.Windows.Forms.Label StatusCap;
  4367.         private System.Windows.Forms.ProgressBar progressBar;
  4368.         private System.Windows.Forms.Label ResList;
  4369.         private System.Windows.Forms.ContextMenuStrip SearchResMenu;
  4370.         private System.Windows.Forms.ToolStripMenuItem PkAddress;
  4371.         private System.Windows.Forms.Button PButton;
  4372.         private System.Windows.Forms.TextBox PValue;
  4373.         private GeckoApp.external.AddressTextBox PAddress;
  4374.         private System.Windows.Forms.Button NxtPage;
  4375.         private System.Windows.Forms.Button PrvPage;
  4376.         private System.Windows.Forms.DataGridView memViewGrid;
  4377.         private System.Windows.Forms.GroupBox groupBox6;
  4378.         private System.Windows.Forms.Button MemViewUpdate;
  4379.         private System.Windows.Forms.ComboBox MemViewARange;
  4380.         private System.Windows.Forms.GroupBox groupBox7;
  4381.         private System.Windows.Forms.ComboBox MemViewShowMode;
  4382.         private System.Windows.Forms.CheckBox MemViewAutoUp;
  4383.         private System.Windows.Forms.GroupBox groupBox8;
  4384.         private System.Windows.Forms.Button memViewPButton;
  4385.         private System.Windows.Forms.TextBox memViewPValue;
  4386.         private GeckoApp.external.AddressTextBox memViewPAddress;
  4387.         private System.Windows.Forms.NumericUpDown MemViewScrollbar;
  4388.         private GeckoApp.external.AddressTextBox memViewAValue;
  4389.         private System.Windows.Forms.GroupBox groupBox9;
  4390.         private System.Windows.Forms.Label MemViewFPValue;
  4391.         private System.Windows.Forms.ToolStripMenuItem ShowInMemView;
  4392.         private System.Windows.Forms.TabPage BreakpointPage;
  4393.         private System.Windows.Forms.GroupBox groupBox11;
  4394.         private System.Windows.Forms.ComboBox BPType;
  4395.         private System.Windows.Forms.GroupBox groupBox10;
  4396.         private System.Windows.Forms.CheckBox BPExact;
  4397.         private GeckoApp.external.AddressTextBox BPAddress;
  4398.         private System.Windows.Forms.Button BPFire;
  4399.         private GeckoApp.BPList BPList;
  4400.         private System.Windows.Forms.Button BPCancel;
  4401.         private System.Windows.Forms.TabPage DisPage;
  4402.         private System.Windows.Forms.ListBox DisAssBox;
  4403.         private System.Windows.Forms.VScrollBar DisScroll;
  4404.         private System.Windows.Forms.TextBox BPDiss;
  4405.         private System.Windows.Forms.GroupBox groupBox12;
  4406.         private GeckoApp.external.AddressTextBox DisRegion;
  4407.         private System.Windows.Forms.NumericUpDown DisUpDown;
  4408.         private System.Windows.Forms.Button DisUpdateBtn;
  4409.         private System.Windows.Forms.GroupBox groupBox13;
  4410.         private System.Windows.Forms.Button Assemble;
  4411.         private GeckoApp.external.HistoryTextBox AsText;
  4412.         private GeckoApp.external.AddressTextBox AsAddress;
  4413.         private System.Windows.Forms.TabPage shotPage;
  4414.         private System.Windows.Forms.GroupBox groupBox14;
  4415.         private System.Windows.Forms.Button ShotCapture;
  4416.         private System.Windows.Forms.PictureBox ScreenshotCapBox;
  4417.         private System.Windows.Forms.TextBox ShotFilename;
  4418.         private System.Windows.Forms.GroupBox groupBox15;
  4419.         private System.Windows.Forms.Label label9;
  4420.         private System.Windows.Forms.GroupBox groupBox16;
  4421.         private System.Windows.Forms.ComboBox ShotSizingType;
  4422.         private System.Windows.Forms.Button ShotPreview;
  4423.         private System.Windows.Forms.GroupBox groupBox17;
  4424.         private System.Windows.Forms.ComboBox ImgFormat;
  4425.         private System.Windows.Forms.Label JPGQualLabel;
  4426.         private System.Windows.Forms.TrackBar JPGQual;
  4427.         private System.Windows.Forms.Label label10;
  4428.         private System.Windows.Forms.TabPage GCTPage;
  4429.         private System.Windows.Forms.Button GCTSndButton;
  4430.         private System.Windows.Forms.Button GCTDelBtn;
  4431.         private System.Windows.Forms.Button GCTAddCode;
  4432.         public System.Windows.Forms.TextBox GCTCodeValues;
  4433.         public System.Windows.Forms.ListView GCTCodeList;
  4434.         private System.Windows.Forms.Button GCTLoadList;
  4435.         private System.Windows.Forms.Button GCTSaveList;
  4436.         private System.Windows.Forms.Label GCTListFileName;
  4437.         private System.Windows.Forms.Button GCTDisable;
  4438.         private System.Windows.Forms.ToolStripMenuItem BpSAddress;
  4439.         private System.Windows.Forms.ToolStripMenuItem makeCode;
  4440.         private System.Windows.Forms.ToolStripMenuItem ShowInDiss;
  4441.         private System.Windows.Forms.TabPage AbtPage;
  4442.         private System.Windows.Forms.Label AbtText;
  4443.         private System.Windows.Forms.Button BPOutSwap;
  4444.         private System.Windows.Forms.TextBox BPClassic;
  4445.         private System.Windows.Forms.Button BPStepButton;
  4446.         private System.Windows.Forms.TabPage WatchTab;
  4447.         private System.Windows.Forms.DataGridView WatchList;
  4448.         private System.Windows.Forms.Button WatchListOpenButton;
  4449.         private System.Windows.Forms.Button WatchListSaveButton;
  4450.         private System.Windows.Forms.Button WatchAdd;
  4451.         private System.Windows.Forms.ContextMenuStrip WatchCM;
  4452.         private System.Windows.Forms.ToolStripMenuItem WatchAddWatchCM;
  4453.         private System.Windows.Forms.ToolStripMenuItem WatchDeleteCM;
  4454.         private System.Windows.Forms.ToolStripMenuItem WatchPokeCM;
  4455.         private System.Windows.Forms.ToolStripMenuItem WatchEditCM;
  4456.         private System.Windows.Forms.DataGridViewTextBoxColumn WatchCName;
  4457.         private System.Windows.Forms.DataGridViewTextBoxColumn WatchCAddress;
  4458.         private System.Windows.Forms.DataGridViewTextBoxColumn WatchCType;
  4459.         private System.Windows.Forms.DataGridViewTextBoxColumn WatchCValue;
  4460.         private System.Windows.Forms.GroupBox groupBox18;
  4461.         private System.Windows.Forms.NumericUpDown WatchIntervalSet;
  4462.         private System.Windows.Forms.TabPage FSTTab;
  4463.         private System.Windows.Forms.Button FSTRead;
  4464.         private System.Windows.Forms.TreeView FSTTreeView;
  4465.         private System.Windows.Forms.GroupBox groupBox19;
  4466.         private System.Windows.Forms.TextBox FSTCodeData;
  4467.         private System.Windows.Forms.GroupBox groupBox21;
  4468.         private System.Windows.Forms.Button FSTSetAsTarget;
  4469.         private System.Windows.Forms.Label FSTFileTarget;
  4470.         private System.Windows.Forms.GroupBox groupBox20;
  4471.         private System.Windows.Forms.Button FSTSetAsSource;
  4472.         private System.Windows.Forms.Label FSTFileSource;
  4473.         private System.Windows.Forms.GroupBox groupBox22;
  4474.         private System.Windows.Forms.Button FSTGenSwap;
  4475.         private System.Windows.Forms.TextBox FSTSwapCode;
  4476.         private System.Windows.Forms.OpenFileDialog WatchListOpen;
  4477.         private System.Windows.Forms.SaveFileDialog WatchListSave;
  4478.         private System.Windows.Forms.Button WatchListClear;
  4479.         private System.Windows.Forms.TabPage ToolPage;
  4480.         private System.Windows.Forms.Label label11;
  4481.         private System.Windows.Forms.GroupBox groupBox23;
  4482.         private System.Windows.Forms.Label label12;
  4483.         private System.Windows.Forms.CheckBox ToolsDisableProtection;
  4484.         private System.Windows.Forms.Label label13;
  4485.         private System.Windows.Forms.CheckBox ToolsDisableWatchProtection;
  4486.         private System.Windows.Forms.GroupBox groupBox24;
  4487.         private System.Windows.Forms.Button ToolsDump;
  4488.         private System.Windows.Forms.Button ToolsBrowseDump;
  4489.         private System.Windows.Forms.TextBox ToolsDumpFileName;
  4490.         private System.Windows.Forms.Label label16;
  4491.         private System.Windows.Forms.TextBox ToolsDumpEnd;
  4492.         private System.Windows.Forms.Label label14;
  4493.         private System.Windows.Forms.TextBox ToolsDumpStart;
  4494.         private System.Windows.Forms.Label label15;
  4495.         private System.Windows.Forms.ComboBox ToolsDumpRegions;
  4496.         private System.Windows.Forms.SaveFileDialog ToolsDumpSave;
  4497.         private System.Windows.Forms.Button DisconnectButton;
  4498.         private System.Windows.Forms.ToolStripMenuItem showInWatchList;
  4499.         private System.Windows.Forms.ContextMenuStrip memViewContextMenu;
  4500.         private System.Windows.Forms.ToolStripMenuItem memViewSetBP;
  4501.         private System.Windows.Forms.ToolStripMenuItem memViewAddToWatch;
  4502.         private System.Windows.Forms.ToolStripMenuItem memViewAddGCTCode;
  4503.         private System.Windows.Forms.ToolStripMenuItem memViewUpload;
  4504.         private System.Windows.Forms.OpenFileDialog openBinary;
  4505.         private System.Windows.Forms.ContextMenuStrip gctCodeMenu;
  4506.         private System.Windows.Forms.ToolStripMenuItem gctMenuAddCode;
  4507.         private System.Windows.Forms.ToolStripMenuItem gctMenuDeleteCode;
  4508.         private System.Windows.Forms.Button OpenNotePad;
  4509.         private System.Windows.Forms.Button GCTStoreImm;
  4510.         private System.Windows.Forms.GroupBox groupBox25;
  4511.         private System.Windows.Forms.TextBox BPCondValue;
  4512.         private System.Windows.Forms.ComboBox BPConditionCompare;
  4513.         private System.Windows.Forms.ComboBox BPConditionRegSelect;
  4514.         private System.Windows.Forms.GroupBox groupBox26;
  4515.         private System.Windows.Forms.Button BPCondClear;
  4516.         private System.Windows.Forms.Button BPCondDel;
  4517.         private System.Windows.Forms.Button BPConditionAdd;
  4518.         private System.Windows.Forms.ListBox BPCondList;
  4519.         private System.Windows.Forms.Label label17;
  4520.         private System.Windows.Forms.Label BPSkipCount;
  4521.         private System.Windows.Forms.GroupBox groupBox27;
  4522.         private System.Windows.Forms.Button MemViewSearchPerfom;
  4523.         private System.Windows.Forms.TextBox MemViewSearchString;
  4524.         private System.Windows.Forms.ComboBox MemViewSearchType;
  4525.         private System.Windows.Forms.ContextMenuStrip InputConvert;
  4526.         private System.Windows.Forms.ToolStripMenuItem CvDecHex;
  4527.         private System.Windows.Forms.ToolStripMenuItem CvFloatHex;
  4528.         private System.Windows.Forms.ToolStripMenuItem CvHexDec;
  4529.         private System.Windows.Forms.ToolStripMenuItem cvHexFloat;
  4530.         private System.Windows.Forms.ToolStripMenuItem InputCvCopy;
  4531.         private System.Windows.Forms.ToolStripMenuItem InputCvCut;
  4532.         private System.Windows.Forms.ToolStripMenuItem InputCvPaste;
  4533.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  4534.         private System.Windows.Forms.ToolStripMenuItem InputCvUndo;
  4535.         private System.Windows.Forms.ToolStripMenuItem InputCvSelectAll;
  4536.         private System.Windows.Forms.Button FSTSwapNow;
  4537.         private System.Windows.Forms.ContextMenuStrip disAssContextMenu;
  4538.         private System.Windows.Forms.ToolStripMenuItem DisAssSetBP;
  4539.         private System.Windows.Forms.ToolStripMenuItem DisAssPoke;
  4540.         private System.Windows.Forms.ToolStripMenuItem disAssGCTCode;
  4541.         private System.Windows.Forms.ColumnHeader columnHeader2;
  4542.         private System.Windows.Forms.Button BPStepOverButton;
  4543.         private System.Windows.Forms.CheckBox checkBoxAutoPreview;
  4544.         private System.Windows.Forms.ComboBox comboBoxPokeOperation;
  4545.         private System.Windows.Forms.CheckBox checkBoxAlwaysOnTop;
  4546.         private System.Windows.Forms.NumericUpDown numericUpDownFPS;
  4547.         private System.Windows.Forms.CheckBox checkBoxFPS;
  4548.         private System.Windows.Forms.Timer timerFPS;
  4549.         private System.Windows.Forms.Button buttonSaveSearch;
  4550.         private System.Windows.Forms.Button buttonLoadSearch;
  4551.         private System.Windows.Forms.OpenFileDialog openFileDialogSearch;
  4552.         private System.Windows.Forms.SaveFileDialog saveFileDialogSearch;
  4553.         private System.Windows.Forms.Button buttonCancelSearch;
  4554.         private System.Windows.Forms.Button buttonShowMem;
  4555.         private System.Windows.Forms.NumericUpDown UpDownSearchResultPage;
  4556.         private System.Windows.Forms.Button buttonStepOutOf;
  4557.         private System.Windows.Forms.ComboBox comboBoxDisplayType;
  4558.         private System.Windows.Forms.Label label5;
  4559.         private System.Windows.Forms.DataGridViewTextBoxColumn ACol;
  4560.         private System.Windows.Forms.DataGridViewTextBoxColumn OVal;
  4561.         private System.Windows.Forms.DataGridViewTextBoxColumn NVal;
  4562.         private System.Windows.Forms.DataGridViewTextBoxColumn DifferCol;
  4563.         private System.Windows.Forms.ToolStripMenuItem gCTWizardToolStripMenuItem;
  4564.         private System.Windows.Forms.ToolStripMenuItem gCTWizardToolStripMenuItem1;
  4565.         private System.Windows.Forms.ToolStripMenuItem gCTWizardToolStripMenuItem2;
  4566.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
  4567.         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
  4568.         private System.Windows.Forms.CheckBox checkBoxBPNext;
  4569.         private System.Windows.Forms.CheckBox checkBoxPauseCodes;
  4570.         private System.Windows.Forms.SplitContainer splitContainerRegASM;
  4571.         private System.Windows.Forms.VScrollBar vScrollBarMemViewGrid;
  4572.         private System.Windows.Forms.ToolStripMenuItem disassemblerToolStripMenuItem;
  4573.         private System.Windows.Forms.ToolStripMenuItem memoryViewerToolStripMenuItem;
  4574.         private System.Windows.Forms.ToolStripMenuItem SortToolStripMenuItem;
  4575.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
  4576.         private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
  4577.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
  4578.         private System.Windows.Forms.ToolStripMenuItem copySelectionToolStripMenuItem;
  4579.         private System.Windows.Forms.ToolStripMenuItem copyAllCellsToolStripMenuItem;
  4580.         private System.Windows.Forms.ToolStripMenuItem DisableCodeLinesToolStripMenuItem;
  4581.         private System.Windows.Forms.ToolStripMenuItem enableToolStripMenuItem;
  4582.         private System.Windows.Forms.ContextMenuStrip HistoryContextMenu;
  4583.         private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
  4584.         private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
  4585.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
  4586.         private System.Windows.Forms.ToolStripMenuItem clearAllHistoryToolStripMenuItem;
  4587.         private System.Windows.Forms.ToolStripMenuItem cutAllHistoryToolStripMenuItem;
  4588.         private System.Windows.Forms.ToolStripMenuItem copyAllHistoryToolStripMenuItem;
  4589.         private System.Windows.Forms.ToolStripMenuItem pasteAllHistoryToolStripMenuItem;
  4590.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
  4591.         private System.Windows.Forms.ToolStripMenuItem autoHistoryToolStripMenuItem;
  4592.         private System.Windows.Forms.ToolStripMenuItem showHistoryToolStripMenuItem;
  4593.         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem1;
  4594.         private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
  4595.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
  4596.         private System.Windows.Forms.ContextMenuStrip BPCondMenu;
  4597.         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem2;
  4598.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
  4599.         private System.Windows.Forms.ToolStripMenuItem sRR0ToolStripMenuItem;
  4600.         private System.Windows.Forms.ToolStripMenuItem sRR0ToolStripMenuItem1;
  4601.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10;
  4602.         private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem1;
  4603.         private System.Windows.Forms.ToolStripMenuItem clearAllToolStripMenuItem;
  4604.         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem3;
  4605.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem11;
  4606.         private System.Windows.Forms.Panel panel5;
  4607.         private System.Windows.Forms.Panel panel4;
  4608.         private System.Windows.Forms.GroupBox groupBoxStep;
  4609.         private System.Windows.Forms.Panel panel6;
  4610.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem12;
  4611.         private System.Windows.Forms.ToolStripMenuItem setConditionGroupToolStripMenuItem;
  4612.         private System.Windows.Forms.ToolStripTextBox SetConditionGroupTextBox;
  4613.         private System.Windows.Forms.Panel panel3;
  4614.         private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem1;
  4615.         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem4;
  4616.         private System.Windows.Forms.Button buttonStepUntil;
  4617.         private System.Windows.Forms.CheckBox checkBoxBPCondEnable;
  4618.         private GeckoApp.external.AddressTextBox addressTextBoxBPNext;
  4619.         private System.Windows.Forms.CheckBox checkBoxLogSteps;
  4620.         private System.Windows.Forms.SaveFileDialog saveFileDialogLogSteps;
  4621.         private System.Windows.Forms.Button buttonUndoSearch;
  4622.         private System.Windows.Forms.NumericUpDown numericUpDownOldSearchIndex;
  4623.         private System.Windows.Forms.NumericUpDown numericUpDownNewSearchIndex;
  4624.         private System.Windows.Forms.Button buttonRemoveGroup;
  4625.         private System.Windows.Forms.Button buttonAddSearchGroup;
  4626.         private System.Windows.Forms.NumericUpDown numericUpDownSearchGroup;
  4627.         private System.Windows.Forms.Button buttonClearSearchGroup;
  4628.         private System.Windows.Forms.Label labelSearchDataType;
  4629.         private System.Windows.Forms.ComboBox comboBoxComparisonRHS;
  4630.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem13;
  4631.         private System.Windows.Forms.ToolStripMenuItem setSRR0HereToolStripMenuItem;
  4632.         private System.Windows.Forms.ContextMenuStrip ShowMemContextMenu;
  4633.         private System.Windows.Forms.ToolStripMenuItem ShowMemAddressToolStripMenuItem;
  4634.         private System.Windows.Forms.ToolStripTextBox toolStripTextBoxShowMemAddress;
  4635.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem14;
  4636.         private System.Windows.Forms.ToolStripMenuItem ShowMemValueToolStripMenuItem;
  4637.         private System.Windows.Forms.ToolStripTextBox toolStripTextBoxShowMemValue;
  4638.         private System.Windows.Forms.RichTextBox richTextBox1;
  4639.         private System.Windows.Forms.ContextMenuStrip StepOutContextMenu;
  4640.         private System.Windows.Forms.ToolStripMenuItem walkToBlrToolStripMenuItem;
  4641.         private System.Windows.Forms.ToolStripMenuItem stackFrameToolStripMenuItem;
  4642.         private System.Windows.Forms.ToolStripMenuItem leafToolStripMenuItem;
  4643.         private System.Windows.Forms.GroupBox groupBoxDisasm;
  4644.         private System.Windows.Forms.TextBox textBoxDisassemblySearch;
  4645.         private System.Windows.Forms.Button buttonDisassemblySearch;
  4646.         private System.Windows.Forms.RadioButton radioButtonSearchDisassemblyDown;
  4647.         private System.Windows.Forms.RadioButton radioButtonSearchDisassemblyUp;
  4648.         private System.Windows.Forms.Button buttonSerialPoke;
  4649.         private System.Windows.Forms.ToolStripMenuItem copyFunctionToolStripMenuItem;
  4650.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem15;
  4651.         private System.Windows.Forms.ToolStripMenuItem SRR0NEQToolStripMenuItem2;
  4652.         private System.Windows.Forms.ToolStripMenuItem SRR0EQToolStripMenuItem2;
  4653.         private System.Windows.Forms.CheckBox checkBoxRegexSearch;
  4654.         private System.Windows.Forms.DataGridViewTextBoxColumn address;
  4655.         private System.Windows.Forms.DataGridViewTextBoxColumn c1;
  4656.         private System.Windows.Forms.DataGridViewTextBoxColumn c2;
  4657.         private System.Windows.Forms.DataGridViewTextBoxColumn c3;
  4658.         private System.Windows.Forms.DataGridViewTextBoxColumn c4;
  4659.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem16;
  4660.         private System.Windows.Forms.ToolStripMenuItem fontSizeToolStripMenuItem;
  4661.         private System.Windows.Forms.ToolStripTextBox toolStripTextBoxMemViewFontSize;
  4662.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem17;
  4663.         private System.Windows.Forms.ToolStripMenuItem viewFloatsInHexToolStripMenuItem;
  4664.         private System.Windows.Forms.GroupBox groupBoxDisasmCallStack;
  4665.         private System.Windows.Forms.ListBox listBoxCallStack;
  4666.         private System.Windows.Forms.ToolStripMenuItem gotoFunctionStartToolStripMenuItem;
  4667.         private System.Windows.Forms.ToolStripMenuItem gotoFunctionEndToolStripMenuItem;
  4668.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem18;
  4669.         private System.Windows.Forms.ContextMenuStrip CallStackContextMenu;
  4670.         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem5;
  4671.         private System.Windows.Forms.ToolStripMenuItem copyAllToolStripMenuItem;
  4672.         private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
  4673.         private System.Windows.Forms.ToolStripMenuItem convertASCIIToHexToolStripMenuItem;
  4674.         private System.Windows.Forms.ToolStripMenuItem convertHexToASCIIToolStripMenuItem;
  4675.         private System.Windows.Forms.ToolStripMenuItem jumpToOffsetToolStripMenuItem;
  4676.         private System.Windows.Forms.ToolStripTextBox toolStripTextBoxMemViewOffset;
  4677.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem19;
  4678.         private System.Windows.Forms.ToolStripMenuItem addOffsetToolStripMenuItem;
  4679.         private System.Windows.Forms.ToolStripTextBox toolStripTextBoxAddressAddOffset;
  4680.         private System.Windows.Forms.Label label3;
  4681.         private System.Windows.Forms.ComboBox MEM2UpperBoundary;
  4682.     }
  4683. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement