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

📄 base64main.~dfm

📁 delphi实现加密算法 CRC32-Dym.................CRC32算法动态码表实现 CRC32-Static..............CRC32算法静态码表实现 MD
💻 ~DFM
字号:
object Form1: TForm1
  Left = 269
  Top = 203
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Base64'#21152#23494#19982#35299#23494#20363#23376
  ClientHeight = 446
  ClientWidth = 688
  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 StatusBar1: TStatusBar
    Left = 0
    Top = 427
    Width = 688
    Height = 19
    Panels = <
      item
        Text = #12298#36719#20214#21152#35299#23494#25216#26415'-'#36719#20214#21152#23494#12299
        Width = 170
      end
      item
        Text = #20316#32773#65306#21490#23376#33635
        Width = 90
      end
      item
        Text = 'http://www.pefine.com'
        Width = 50
      end>
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 465
    Height = 105
    Caption = #21152#23494
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 19
      Width = 41
      Height = 12
      AutoSize = False
      Caption = #26126#25991#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 51
      Width = 41
      Height = 12
      AutoSize = False
      Caption = #23494#25991#65306
    end
    object Edit1: TEdit
      Left = 40
      Top = 16
      Width = 417
      Height = 20
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 40
      Top = 48
      Width = 417
      Height = 20
      TabOrder = 1
    end
    object Button1: TButton
      Left = 184
      Top = 72
      Width = 75
      Height = 25
      Caption = #21152#23494
      TabOrder = 2
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 120
    Width = 465
    Height = 105
    Caption = #21152#23494
    TabOrder = 2
    object Label3: TLabel
      Left = 8
      Top = 19
      Width = 41
      Height = 12
      AutoSize = False
      Caption = #26126#25991#65306
    end
    object Label4: TLabel
      Left = 8
      Top = 51
      Width = 41
      Height = 12
      AutoSize = False
      Caption = #23494#25991#65306
    end
    object Edit3: TEdit
      Left = 40
      Top = 16
      Width = 417
      Height = 20
      TabOrder = 0
    end
    object Edit4: TEdit
      Left = 40
      Top = 48
      Width = 417
      Height = 20
      TabOrder = 1
    end
    object Button2: TButton
      Left = 184
      Top = 72
      Width = 75
      Height = 25
      Caption = #35299#23494
      TabOrder = 2
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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