maintester.dfm

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

DFM
62
字号
object Form1: TForm1
  Left = 192
  Top = 110
  Width = 513
  Height = 422
  Caption = 'AutoAssemblerDLL tester'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 16
    Top = 8
    Width = 473
    Height = 337
    TabOrder = 0
  end
  object Button1: TButton
    Left = 200
    Top = 352
    Width = 75
    Height = 25
    Caption = 'Inject into self'
    TabOrder = 1
    OnClick = Button1Click
  end
  object RadioButton1: TRadioButton
    Left = 296
    Top = 352
    Width = 65
    Height = 17
    Caption = 'Enable'
    Checked = True
    TabOrder = 2
    TabStop = True
  end
  object RadioButton2: TRadioButton
    Left = 296
    Top = 368
    Width = 65
    Height = 17
    Caption = 'Disable'
    TabOrder = 3
  end
  object Button2: TButton
    Left = 72
    Top = 352
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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