main.dfm

来自「crackme 源码系列」· DFM 代码 · 共 65 行

DFM
65
字号
object Form1: TForm1
  Left = 317
  Top = 148
  Width = 178
  Height = 174
  Caption = 'Form1'
  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 = 16
    Top = 40
    Width = 48
    Height = 13
    Caption = '注册名:'
  end
  object Label2: TLabel
    Left = 16
    Top = 72
    Width = 48
    Height = 13
    Caption = '注册码:'
  end
  object NameEdit: TEdit
    Left = 64
    Top = 32
    Width = 89
    Height = 21
    MaxLength = 7
    TabOrder = 0
  end
  object Button1: TButton
    Left = 16
    Top = 104
    Width = 57
    Height = 25
    Caption = '计    算'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 96
    Top = 104
    Width = 57
    Height = 25
    Caption = '关    闭'
    TabOrder = 2
    OnClick = Button2Click
  end
  object CodeEdit: TEdit
    Left = 64
    Top = 64
    Width = 89
    Height = 21
    ReadOnly = True
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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