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

📄 jsq.~dfm

📁 某计算机系本科学生做的加密设计及实现
💻 ~DFM
字号:
object Form1: TForm1
  Left = 193
  Top = 136
  Width = 338
  Height = 138
  Caption = #35745#31639#22120
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -21
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 21
  object Label1: TLabel
    Left = 120
    Top = 32
    Width = 21
    Height = 21
    Caption = #215
  end
  object Label2: TLabel
    Left = 224
    Top = 24
    Width = 11
    Height = 21
    Caption = '='
  end
  object Edit1: TEdit
    Left = 48
    Top = 24
    Width = 65
    Height = 29
    MaxLength = 5
    TabOrder = 0
    Text = '0'
    OnChange = Edit1Change
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 152
    Top = 24
    Width = 65
    Height = 29
    MaxLength = 5
    TabOrder = 1
    Text = '0'
    OnKeyPress = Edit1KeyPress
  end
  object Edit3: TEdit
    Left = 240
    Top = 24
    Width = 65
    Height = 29
    MaxLength = 5
    ReadOnly = True
    TabOrder = 2
    Text = '0'
  end
  object Button1: TButton
    Left = 232
    Top = 64
    Width = 75
    Height = 25
    Caption = #36864#20986
    ModalResult = 1
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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