umain.dfm

来自「dycrypt text by elgamal algorithm」· DFM 代码 · 共 71 行

DFM
71
字号
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 + =
减小字号Ctrl + -
显示快捷键?