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

📄 unit2.dfm

📁 网络游戏《红月》客户端RMM文件查看修改工具
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -