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

📄 unit2.dfm

📁 一个用delphi编写的过关游戏
💻 DFM
字号:
object DebugForm: TDebugForm
  Left = 244
  Top = 167
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'DebugForm'
  ClientHeight = 114
  ClientWidth = 218
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  KeyPreview = True
  OldCreateOrder = False
  Position = poDefaultPosOnly
  OnCreate = FormCreate
  OnKeyUp = FormKeyUp
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object LMDSpeedButton1: TSpeedButton
    Left = 120
    Top = 16
    Width = 89
    Height = 25
    Caption = 'Ressurrect'
    Glyph.Data = {
      CA000000424DCA000000000000004A0000002800000010000000100000000100
      04000000000080000000120B0000120B00000500000005000000E0E0E100FFFF
      FF00C4C4C4009D9D9D0000000000222222222222222222244422224442222224
      3342240342222444104224004442243040422414034224111034431110422444
      4104301444222222244301422222222224301442222222444301403444222430
      0114410033422411434224041042244403422413444222241042241042222224
      4422224442222222222222222222}
    OnClick = BitBtn1Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 105
    Height = 73
    Caption = 'OBJS'
    TabOrder = 0
    object ObjsMem: TLabel
      Left = 8
      Top = 16
      Width = 44
      Height = 13
      Caption = 'ObjsMem'
    end
    object ObjsFree: TLabel
      Left = 8
      Top = 32
      Width = 21
      Height = 13
      Caption = 'Free'
    end
  end
end

⌨️ 快捷键说明

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