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

📄 main.~dfm

📁 极好的加密程序
💻 ~DFM
字号:
object Form1: TForm1
  Left = 832
  Top = 539
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'AES'#21152#23494#28436#31034
  ClientHeight = 593
  ClientWidth = 457
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'System'
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 12
    Top = 10
    Width = 119
    Height = 16
    Caption = #25171#24320#25991#20214#36335#24452#65306
  end
  object Label2: TLabel
    Left = 12
    Top = 197
    Width = 106
    Height = 16
    Caption = #21152#23494#25152#29992#26102#38388':'
  end
  object Label3: TLabel
    Left = 12
    Top = 156
    Width = 119
    Height = 16
    Caption = #21152#23494#25991#20214#22823#23567#65306
  end
  object Label4: TLabel
    Left = 129
    Top = 156
    Width = 80
    Height = 21
    AutoSize = False
    Caption = '(size)'
  end
  object Label5: TLabel
    Left = 12
    Top = 123
    Width = 102
    Height = 16
    Caption = #35831#36755#20837#23494#38053#65306
  end
  object Label_Time: TLabel
    Left = 126
    Top = 197
    Width = 83
    Height = 20
    AutoSize = False
    Caption = '[time]'
  end
  object Label7: TLabel
    Left = 219
    Top = 197
    Width = 119
    Height = 16
    Caption = #35299#23494#25152#29992#26102#38388#65306
  end
  object Label8: TLabel
    Left = 341
    Top = 197
    Width = 76
    Height = 20
    AutoSize = False
    Caption = '[time]'
  end
  object Label9: TLabel
    Left = 219
    Top = 159
    Width = 51
    Height = 16
    Caption = #29366#24577#65306
  end
  object Label_Status: TLabel
    Left = 341
    Top = 159
    Width = 48
    Height = 16
    Caption = '[status]'
  end
  object Label11: TLabel
    Left = 15
    Top = 250
    Width = 85
    Height = 16
    Caption = #21152#23494#27979#35797#65306
  end
  object Label12: TLabel
    Left = 15
    Top = 371
    Width = 51
    Height = 16
    Caption = #23494#25991#65306
  end
  object Label13: TLabel
    Left = 17
    Top = 472
    Width = 51
    Height = 16
    Caption = #35299#23494#65306
  end
  object Label6: TLabel
    Left = 12
    Top = 42
    Width = 119
    Height = 16
    Caption = #29983#25104#25991#20214#36335#24452#65306
  end
  object Label10: TLabel
    Left = 16
    Top = 272
    Width = 51
    Height = 16
    Caption = #26126#25991#65306
  end
  object Label14: TLabel
    Left = 280
    Top = 128
    Width = 177
    Height = 16
    Caption = '('#23494#38053#38271#24230#19981#33021#36229#36807'16'#20301')'
  end
  object Edit1: TEdit
    Left = 128
    Top = 8
    Width = 273
    Height = 24
    TabOrder = 0
  end
  object Button1: TButton
    Left = 408
    Top = 7
    Width = 33
    Height = 23
    Caption = '...'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 224
    Width = 113
    Height = 22
    Caption = 'Encryption'
    TabOrder = 2
    Visible = False
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 128
    Top = 120
    Width = 137
    Height = 24
    MaxLength = 16
    TabOrder = 3
    Text = '1234567890123456'
  end
  object Memo_PlainText: TMemo
    Left = 15
    Top = 290
    Width = 426
    Height = 72
    TabOrder = 4
  end
  object Memo_CyperText: TMemo
    Left = 15
    Top = 386
    Width = 426
    Height = 73
    TabOrder = 5
  end
  object Memo_UncipherText: TMemo
    Left = 15
    Top = 487
    Width = 426
    Height = 72
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 6
  end
  object BitBtn_Encrypt: TBitBtn
    Left = 336
    Top = 365
    Width = 102
    Height = 18
    Caption = 'Encryption'
    TabOrder = 7
    OnClick = BitBtn_EncryptClick
  end
  object BitBtn_Decypt: TBitBtn
    Left = 336
    Top = 463
    Width = 102
    Height = 18
    Caption = 'decryption'
    TabOrder = 8
    OnClick = BitBtn_DecyptClick
  end
  object Edit3: TEdit
    Left = 128
    Top = 40
    Width = 313
    Height = 24
    Hint = #21452#20987#20135#29983#40664#35748#36335#24452
    TabOrder = 9
    OnMouseMove = Edit3MouseMove
  end
  object Button3: TButton
    Left = 336
    Top = 248
    Width = 113
    Height = 22
    Caption = 'Decryption'
    TabOrder = 10
    Visible = False
    OnClick = Button3Click
  end
  object RadioGroup1: TRadioGroup
    Left = 16
    Top = 64
    Width = 289
    Height = 41
    Columns = 2
    Items.Strings = (
      #21152#23494
      #35299#23494)
    TabOrder = 11
    OnClick = ShowFileName
  end
  object Button4: TButton
    Left = 320
    Top = 72
    Width = 113
    Height = 33
    Caption = #24320#22987
    TabOrder = 12
    OnClick = Button4Click
  end
  object OpenDialog1: TOpenDialog
    FilterIndex = 0
    Left = 219
    Top = 4
  end
  object ActionList1: TActionList
    Left = 448
    Top = 80
  end
end

⌨️ 快捷键说明

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