⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debugbreakpointproperties.dfm

📁 一个不出名的GBA模拟器
💻 DFM
字号:
object dbgBreakpointProperties: TdbgBreakpointProperties
  Left = 464
  Top = 110
  BorderStyle = bsDialog
  Caption = 'Breakpoint Properties'
  ClientHeight = 249
  ClientWidth = 304
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDefaultPosOnly
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object lAddress: TLabel
    Left = 88
    Top = 11
    Width = 41
    Height = 13
    Caption = 'Address:'
  end
  object lCondition: TLabel
    Left = 8
    Top = 75
    Width = 47
    Height = 13
    Caption = 'Condition:'
  end
  object lPassCount: TLabel
    Left = 8
    Top = 107
    Width = 57
    Height = 13
    Caption = 'Pass Count:'
  end
  object lType: TLabel
    Left = 8
    Top = 8
    Width = 27
    Height = 13
    Caption = 'Type:'
  end
  object sourcePanel: TPanel
    Left = 80
    Top = 0
    Width = 225
    Height = 65
    BevelOuter = bvNone
    TabOrder = 7
    Visible = False
    object lSourceLine: TLabel
      Left = 8
      Top = 43
      Width = 23
      Height = 13
      Caption = 'Line:'
    end
    object lSourceFilename: TLabel
      Left = 8
      Top = 11
      Width = 45
      Height = 13
      Caption = 'Filename:'
    end
    object eSourceLine: TEdit
      Left = 63
      Top = 40
      Width = 153
      Height = 21
      TabOrder = 0
      Text = '1'
      OnChange = ChangeSourceLine
    end
    object cbFilenameList: TComboBox
      Left = 63
      Top = 8
      Width = 153
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      Text = 'cbFilenameList'
      OnChange = ChangeFilename
    end
  end
  object eAddress: TEdit
    Left = 144
    Top = 8
    Width = 153
    Height = 21
    TabOrder = 6
    Text = '$08000000'
    OnKeyPress = eAddressKeyPress
  end
  object bpAction: TGroupBox
    Left = 8
    Top = 132
    Width = 289
    Height = 73
    Caption = ' Action '
    TabOrder = 0
    object lLogMessage: TLabel
      Left = 8
      Top = 44
      Width = 67
      Height = 13
      Caption = 'Log Message:'
    end
    object eLogMessage: TEdit
      Left = 84
      Top = 40
      Width = 189
      Height = 21
      TabOrder = 0
      OnChange = ChangeLogMessage
    end
    object cBreakExecution: TCheckBox
      Left = 8
      Top = 19
      Width = 105
      Height = 17
      Caption = 'Break on trigger'
      Checked = True
      State = cbChecked
      TabOrder = 1
      OnClick = ToggleBreakOnTrigger
    end
  end
  object bOK: TButton
    Left = 176
    Top = 216
    Width = 57
    Height = 25
    Caption = 'OK'
    TabOrder = 1
    OnClick = FinishedEditing
  end
  object bHelp: TButton
    Left = 240
    Top = 216
    Width = 59
    Height = 25
    Caption = 'Help'
    TabOrder = 2
    OnClick = ShowHelp
  end
  object bpEnabled: TCheckBox
    Left = 16
    Top = 220
    Width = 121
    Height = 17
    Caption = 'Breakpoint Enabled'
    Checked = True
    State = cbChecked
    TabOrder = 3
    OnClick = ToggleBreakpointEnabled
  end
  object rbAddress: TRadioButton
    Left = 16
    Top = 40
    Width = 63
    Height = 25
    Caption = 'Address'
    Checked = True
    TabOrder = 4
    TabStop = True
    OnClick = ChangeType
  end
  object rbSource: TRadioButton
    Left = 16
    Top = 22
    Width = 63
    Height = 17
    Caption = 'Source'
    Enabled = False
    TabOrder = 5
    OnClick = ChangeType
  end
  object ePassCount: TEdit
    Left = 72
    Top = 104
    Width = 225
    Height = 21
    TabOrder = 8
    OnChange = ChangePassCount
  end
  object eCondition: TEdit
    Left = 71
    Top = 72
    Width = 225
    Height = 21
    TabOrder = 9
    OnChange = ChangeCondition
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -