unit2.dfm

来自「网络游戏《红月》客户端RMM文件查看修改工具」· DFM 代码 · 共 57 行

DFM
57
字号
object Form2: TForm2
  Left = 205
  Top = 131
  Width = 808
  Height = 627
  Caption = 'Map'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 800
    Height = 600
    Align = alClient
  end
  object Button1: TButton
    Left = 344
    Top = 16
    Width = 65
    Height = 25
    Caption = 'Up'
    TabOrder = 0
  end
  object Button2: TButton
    Left = 16
    Top = 264
    Width = 65
    Height = 25
    Caption = 'Right'
    TabOrder = 1
  end
  object Button3: TButton
    Left = 352
    Top = 568
    Width = 65
    Height = 25
    Caption = 'Down'
    TabOrder = 2
  end
  object Button4: TButton
    Left = 720
    Top = 248
    Width = 65
    Height = 25
    Caption = 'Left'
    TabOrder = 3
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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