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

📄 dbwin.dfm

📁 delphi编制的nes模拟器--tNes
💻 DFM
字号:
object DebugWin: TDebugWin
  Left = 270
  Top = 172
  Width = 696
  Height = 480
  Caption = 'DebugWin'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object btn_Step: TButton
    Left = 8
    Top = 400
    Width = 75
    Height = 25
    Caption = 'Step'
    TabOrder = 0
    OnClick = btn_StepClick
  end
  object lst_insList: TListBox
    Left = 16
    Top = 8
    Width = 209
    Height = 369
    ItemHeight = 13
    TabOrder = 1
  end
  object ve_status: TValueListEditor
    Left = 248
    Top = 8
    Width = 353
    Height = 321
    KeyOptions = [keyEdit]
    Strings.Strings = (
      'ClockCycle='
      'X='
      'Y='
      'A='
      'SP='
      'PC='
      'ScanLines='
      '2000='
      '2001='
      '2002='
      '2003='
      '2004='
      '2005='
      '2006='
      '2007='
      '')
    TabOrder = 2
    ColWidths = (
      150
      181)
  end
  object btn_Vblank: TButton
    Left = 112
    Top = 400
    Width = 81
    Height = 25
    Caption = 'Run to Vblank'
    TabOrder = 3
    OnClick = btn_VblankClick
  end
  object chk_bp: TCheckBox
    Left = 240
    Top = 400
    Width = 97
    Height = 17
    Caption = #35774#32622#26029#28857
    TabOrder = 4
    OnClick = chk_bpClick
  end
  object edt_bp: TEdit
    Left = 344
    Top = 400
    Width = 121
    Height = 21
    TabOrder = 5
    Text = 'c007'
  end
  object btn_savent: TButton
    Left = 520
    Top = 400
    Width = 75
    Height = 25
    Caption = 'btn_savent'
    TabOrder = 6
  end
  object tmr_runvb: TTimer
    Enabled = False
    Interval = 1
    OnTimer = tmr_runvbTimer
    Left = 648
    Top = 40
  end
end

⌨️ 快捷键说明

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