preview.dfm

来自「用DELPHI写的关于加密与解密的算法」· DFM 代码 · 共 56 行

DFM
56
字号
object frm_Preview: Tfrm_Preview
  Left = 454
  Top = 277
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '请输入密码'
  ClientHeight = 105
  ClientWidth = 193
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 161
    Height = 25
    AutoSize = False
    Transparent = True
    WordWrap = True
  end
  object Edit1: TEdit
    Left = 16
    Top = 40
    Width = 161
    Height = 20
    PasswordChar = '#'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 16
    Top = 72
    Width = 75
    Height = 25
    Caption = '确定[&O]'
    Default = True
    TabOrder = 1
  end
  object Button2: TButton
    Left = 104
    Top = 72
    Width = 75
    Height = 25
    Caption = '取消[&C]'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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