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

📄 unit1.dfm

📁 这是一个用delphi开发的DES加密解密的代码.
💻 DFM
字号:
object Form1: TForm1
  Left = 351
  Top = 216
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'DES'#31639#27861#31034#20363#28304#30721'---Powered by ksaiy'
  ClientHeight = 583
  ClientWidth = 627
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  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 Label4: TLabel
    Left = 376
    Top = 536
    Width = 36
    Height = 12
    Caption = 'Label4'
  end
  object Edit1: TEdit
    Left = 80
    Top = 24
    Width = 249
    Height = 20
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 80
    Top = 64
    Width = 249
    Height = 20
    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
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 8
    Top = 200
    Width = 225
    Height = 257
    Lines.Strings = (
      'Memo1')
    TabOrder = 4
  end
  object Button3: TButton
    Left = 264
    Top = 376
    Width = 75
    Height = 25
    Caption = #35299#23494
    TabOrder = 5
    OnClick = Button3Click
  end
  object Memo2: TMemo
    Left = 376
    Top = 200
    Width = 243
    Height = 257
    Lines.Strings = (
      'Memo2')
    TabOrder = 6
  end
  object Button4: TButton
    Left = 264
    Top = 256
    Width = 75
    Height = 25
    Caption = #21152#23494
    TabOrder = 7
    OnClick = Button4Click
  end
  object Edit3: TEdit
    Left = 16
    Top = 488
    Width = 217
    Height = 20
    TabOrder = 8
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 376
    Top = 488
    Width = 243
    Height = 20
    TabOrder = 9
    Text = 'Edit4'
  end
  object Button5: TButton
    Left = 264
    Top = 472
    Width = 75
    Height = 25
    Caption = #21152#23494
    TabOrder = 10
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 264
    Top = 503
    Width = 75
    Height = 25
    Caption = #35299#23494
    TabOrder = 11
    OnClick = Button6Click
  end
end

⌨️ 快捷键说明

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