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

📄 regunit.dfm

📁 一套完整的软件保护示例 ├──Check..............软件保护示例 └──KeyGen.............注册机制作示例
💻 DFM
字号:
object RegFrm: TRegFrm
  Left = 381
  Top = 281
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #36719#20214#27880#20876
  ClientHeight = 185
  ClientWidth = 377
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 27
    Width = 57
    Height = 12
    AutoSize = False
    Caption = #29992#25143#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 67
    Width = 57
    Height = 12
    AutoSize = False
    Caption = #31995#21015#21495#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 107
    Width = 57
    Height = 12
    AutoSize = False
    Caption = #27880#20876#30721#65306
  end
  object Edit1: TEdit
    Left = 61
    Top = 24
    Width = 300
    Height = 20
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 61
    Top = 64
    Width = 300
    Height = 20
    ReadOnly = True
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 61
    Top = 104
    Width = 300
    Height = 20
    TabOrder = 2
  end
  object Button1: TButton
    Left = 192
    Top = 144
    Width = 75
    Height = 25
    Caption = #27880#20876#35748#35777
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 280
    Top = 144
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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