unit1.dfm

来自「完整的blowfish算法加密例子」· DFM 代码 · 共 74 行

DFM
74
字号
object Form1: TForm1
  Left = 335
  Top = 289
  Width = 370
  Height = 160
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'BlowFish'#31639#27861#31034#20363'--Powered by ksaiy'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 27
    Width = 57
    Height = 12
    AutoSize = False
    Caption = #31995#21015#21495#65306
  end
  object Label2: TLabel
    Left = 32
    Top = 67
    Width = 57
    Height = 12
    AutoSize = False
    Caption = #27880#20876#30721#65306
  end
  object Label3: TLabel
    Left = 104
    Top = 47
    Width = 129
    Height = 12
    AutoSize = False
    Caption = 'http://www.ksaiy.com'
    Enabled = False
  end
  object Edit1: TEdit
    Left = 80
    Top = 24
    Width = 249
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 80
    Top = 64
    Width = 249
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 96
    Top = 96
    Width = 73
    Height = 25
    Caption = #27880#20876
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 208
    Top = 96
    Width = 73
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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