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

📄 udecoderform.dfm

📁 工商银行限制了牡丹卡的网上交易功能.催着我们去各分行办领一张网上交易的通行证:口令卡 口令卡确实是一个好东东,但使用有点不方便.为此,我写了这个程序--你能将自己的口令保存为一个程序, 在
💻 DFM
字号:
object DecoderForm: TDecoderForm
  Left = 391
  Top = 274
  BorderStyle = bsDialog
  Caption = 'Info'
  ClientHeight = 171
  ClientWidth = 201
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnMouseDown = FormMouseDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object lbl1: TLabel
    Left = 20
    Top = 38
    Width = 41
    Height = 16
    AutoSize = False
    Caption = #35843#29992':'
    Transparent = True
  end
  object Label1: TLabel
    Left = 20
    Top = 84
    Width = 41
    Height = 16
    AutoSize = False
    Caption = #32467#26524':'
    Transparent = True
  end
  object Bevel1: TBevel
    Left = 0
    Top = 28
    Width = 201
    Height = 143
  end
  object Cap: TLabel
    Left = 14
    Top = 6
    Width = 205
    Height = 18
    AutoSize = False
    Caption = 'Info'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnMouseDown = FormMouseDown
  end
  object DE1: TEdit
    Left = 17
    Top = 57
    Width = 169
    Height = 20
    TabOrder = 0
    OnKeyPress = DE1KeyPress
  end
  object DE2: TEdit
    Left = 17
    Top = 104
    Width = 169
    Height = 20
    TabOrder = 1
  end
  object btn1: TButton
    Left = 20
    Top = 136
    Width = 169
    Height = 21
    Caption = #20851#38381
    TabOrder = 2
    OnClick = btn1Click
  end
end

⌨️ 快捷键说明

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