Ejemplo n.º 1
0
        public void UpdateLayout()
        {
            mAddressLabel.Font      = GuiSettings.GetFont(GuiSettings.FixedWidth);
            mAddressLabel.ForeColor = GuiSettings.GetColor(GuiSettings.AddressText);
            if (mMarked)
            {
                mAddressPanel.BackColor = GuiSettings.GetColor(GuiSettings.ProgramCounterAddressBackground);
            }

            mFullWordEditor.UpdateLayout();
            mInstructionTextBox.UpdateLayout();

            UpdateProfilingLayout();
        }
Ejemplo n.º 2
0
 public void UpdateLayout()
 {
     mWordIndexLabel.Font      = GuiSettings.GetFont(GuiSettings.FixedWidth);
     mWordIndexLabel.ForeColor = GuiSettings.GetColor(GuiSettings.AddressText);
     mFullWordEditor.UpdateLayout();
 }