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

📄 umain.dfm

📁 BISS解密源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 271
  Top = 139
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'BISS KEYS'
  ClientHeight = 104
  ClientWidth = 286
  Color = clBtnFace
  TransparentColorValue = clGray
  Font.Charset = ANSI_CHARSET
  Font.Color = clBlack
  Font.Height = -13
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object BitBtn1: TBitBtn
    Left = 24
    Top = 72
    Width = 75
    Height = 25
    Hint = 'Set key '#35774#23450#27492#39057#36947#30340#30772#35299#30721
    Caption = 'Set'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 200
    Top = 72
    Width = 75
    Height = 25
    Hint = 'Abort '#36820#22238
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 286
    Height = 65
    Align = alTop
    Caption = ' '
    TabOrder = 2
    object Label1: TLabel
      Left = 16
      Top = 12
      Width = 84
      Height = 16
      Caption = 'Enter key for '
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -13
      Font.Name = 'Arial'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object LabelCh: TLabel
      Left = 104
      Top = 12
      Width = 43
      Height = 16
      Hint = 'Current TV channel '#30446#21069#30340#39057#36947
      Caption = 'NTDTV'
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'Arial'
      Font.Style = [fsBold]
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
    end
    object MaskEdit1: TMaskEdit
      Left = 144
      Top = 32
      Width = 139
      Height = 21
      Hint = '12 digit hex key / 12'#20301'16'#36827#21046#30772#35299#30721
      EditMask = 'AAAAAAAAAAAA;1;'
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -13
      Font.Name = 'Courier'
      Font.Style = []
      MaxLength = 12
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      Text = '111111222222'
    end
  end
  object BitBtn3: TBitBtn
    Left = 112
    Top = 72
    Width = 75
    Height = 25
    Hint = 'Delete key '#21024#38500#27492#39057#36947#30340#30772#35299#30721
    Caption = 'Delete'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 3
    OnClick = BitBtn3Click
    Kind = bkNo
  end
end

⌨️ 快捷键说明

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