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

📄 cedc.dfm

📁 一个用DES做的加/解密代码
💻 DFM
字号:
object EDCForm: TEDCForm
  Left = 239
  Top = 182
  Width = 351
  Height = 159
  AutoSize = True
  Caption = 'DES'#30340'EDC'#39564#35777
  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 = 7
    Top = 17
    Width = 84
    Height = 12
    Caption = #21152'/'#20943#23494#25991#20214#21517':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 59
    Top = 50
    Width = 30
    Height = 12
    Caption = #23494#30721':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 340
    Top = 112
    Width = 3
    Height = 13
  end
  object Bevel1: TBevel
    Left = 5
    Top = 5
    Width = 332
    Height = 32
  end
  object Bevel2: TBevel
    Left = 5
    Top = 40
    Width = 332
    Height = 32
  end
  object Bevel4: TBevel
    Left = 0
    Top = 0
    Width = 343
    Height = 78
    Style = bsRaised
  end
  object Label5: TLabel
    Left = 8
    Top = 94
    Width = 3
    Height = 13
  end
  object Edit1: TEdit
    Left = 94
    Top = 11
    Width = 234
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Text = 'D:\ZBX_EDC\TEST.DAT'
    OnChange = Edit1Change
    OnDblClick = Edit1DblClick
  end
  object Edit2: TEdit
    Left = 94
    Top = 44
    Width = 234
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    Text = 'ABCDEF1A2B3C4D5E'
  end
  object BitBtn1: TBitBtn
    Left = 152
    Top = 91
    Width = 75
    Height = 24
    Caption = #24320#22987
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 256
    Top = 91
    Width = 75
    Height = 24
    Caption = #21462#28040
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object OpenDialog1: TOpenDialog
    Left = 24
    Top = 40
  end
end

⌨️ 快捷键说明

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