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

📄 formkeyfrm.dfm

📁 软件加密之反拷贝技术--加密解密技术已趋于成熟
💻 DFM
字号:
object Form1: TForm1
  Left = 179
  Top = 103
  Width = 235
  Height = 134
  Caption = '反拷贝技术示例(格式化)'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 227
    Height = 107
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label2: TLabel
      Left = 9
      Top = 21
      Width = 56
      Height = 14
      Caption = '序列号:'
    end
    object Label1: TLabel
      Left = 105
      Top = 21
      Width = 7
      Height = 14
      Caption = '-'
    end
    object Label3: TLabel
      Left = 161
      Top = 21
      Width = 7
      Height = 14
      Caption = '-'
    end
    object Edit1: TEdit
      Left = 65
      Top = 17
      Width = 33
      Height = 22
      MaxLength = 3
      TabOrder = 0
      Text = '123'
      OnKeyUp = Edit1KeyUp
    end
    object Edit2: TEdit
      Tag = 1
      Left = 121
      Top = 17
      Width = 33
      Height = 22
      MaxLength = 3
      TabOrder = 1
      Text = '456'
      OnKeyUp = Edit2KeyUp
    end
    object Edit3: TEdit
      Tag = 2
      Left = 177
      Top = 17
      Width = 41
      Height = 22
      MaxLength = 4
      TabOrder = 2
      Text = '6789'
      OnKeyUp = Edit3KeyUp
    end
    object Button1: TButton
      Left = 39
      Top = 65
      Width = 75
      Height = 25
      Caption = '制作'
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 113
      Top = 65
      Width = 75
      Height = 25
      Caption = '退出'
      TabOrder = 4
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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