jsq.dfm

来自「某计算机系本科学生做的加密设计及实现」· DFM 代码 · 共 72 行

DFM
72
字号
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 + =
减小字号Ctrl + -
显示快捷键?