observerevalmodify.dfm

来自「一个不出名的GBA模拟器」· DFM 代码 · 共 51 行

DFM
51
字号
object jdevModify: TjdevModify
  Left = 270
  Top = 306
  BorderStyle = bsToolWindow
  Caption = 'Evaluate & Modify'
  ClientHeight = 208
  ClientWidth = 392
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 54
    Height = 13
    Caption = 'Expression:'
  end
  object Label3: TLabel
    Left = 8
    Top = 56
    Width = 33
    Height = 13
    Caption = 'Result:'
  end
  object Memo1: TMemo
    Left = 8
    Top = 72
    Width = 377
    Height = 129
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object ComboBox1: TComboBox
    Left = 8
    Top = 24
    Width = 377
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'ComboBox1'
  end
end

⌨️ 快捷键说明

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