style3.dfm

来自「冒险岛吸怪源码UCE的制作材料 用于冒险岛游戏的外挂」· DFM 代码 · 共 82 行

DFM
82
字号
object Form2: TForm2
  Left = 523
  Top = 214
  Width = 292
  Height = 310
  Caption = 'Form2'
  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 Label1: TLabel
    Left = 8
    Top = 216
    Width = 35
    Height = 13
    Caption = 'Label1t'
    Transparent = True
  end
  object Image2: TImage
    Left = 248
    Top = 248
    Width = 25
    Height = 25
    Hint = 
      'This marks the location where the user has to click to exit the ' +
      'trainer'
    ParentShowHint = False
    Picture.Data = {
      07544269746D61708A000000424D8A000000000000003E000000280000001300
      00001300000001000100000000004C0000000000000000000000020000000000
      000000000000FFFFFF00FFFFE000FFFFE000FFFFE000FFFFE000FFFFE000FFFF
      E000FFFFE0008DD7600076B6A0007F76E0000776E00076B6E0008DD46000FFFE
      E000FFF7E000FFFFE000FFFFE000FFFFE000FFFFE000}
    ShowHint = True
    Stretch = True
    Transparent = True
  end
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 280
    Height = 280
  end
  object Image3: TImage
    Left = 0
    Top = 0
    Width = 281
    Height = 249
  end
  object Image4: TImage
    Left = 0
    Top = 248
    Width = 249
    Height = 33
  end
  object Image5: TImage
    Left = 248
    Top = 272
    Width = 33
    Height = 9
  end
  object Image6: TImage
    Left = 272
    Top = 248
    Width = 9
    Height = 25
  end
  object CheckListBox1: TCheckListBox
    Left = 40
    Top = 16
    Width = 201
    Height = 193
    ItemHeight = 13
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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