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

📄 umain.dfm

📁 dycrypt text by elgamal algorithm
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 506
  Height = 190
  Caption = 'PicX0R'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 18
    Top = 43
    Width = 51
    Height = 13
    Caption = 'Bitmap File'
  end
  object Label2: TLabel
    Left = 16
    Top = 99
    Width = 49
    Height = 13
    Caption = 'Result File'
  end
  object Edit1: TEdit
    Left = 72
    Top = 40
    Width = 329
    Height = 21
    Enabled = False
    TabOrder = 0
  end
  object Button1: TButton
    Left = 408
    Top = 40
    Width = 57
    Height = 25
    Caption = 'Open'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 72
    Top = 64
    Width = 129
    Height = 25
    Caption = 'EnCrypt/DeCrypt'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 72
    Top = 96
    Width = 329
    Height = 21
    Enabled = False
    TabOrder = 3
  end
  object OpenDialog1: TOpenDialog
    Filter = 'BitMAP (*.BMP)  Crypted (*.X0R)|*.BMP;*.X0R|Any File|*.*'
    Left = 408
    Top = 8
  end
end

⌨️ 快捷键说明

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