zippassword.dfm

来自「delphi 电子书阅读器 外观非常漂亮」· DFM 代码 · 共 57 行

DFM
57
字号
object FormZipPassword: TFormZipPassword
  Left = 226
  Top = 213
  BorderStyle = bsDialog
  Caption = '输入密码'
  ClientHeight = 85
  ClientWidth = 281
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object BtnOk: TButton
    Left = 86
    Top = 60
    Width = 87
    Height = 21
    Caption = '确定'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object BtnCancel: TButton
    Left = 186
    Top = 60
    Width = 87
    Height = 21
    Cancel = True
    Caption = '取消'
    ModalResult = 2
    TabOrder = 2
  end
  object GroupBox1: TGroupBox
    Left = 7
    Top = 7
    Width = 267
    Height = 46
    Caption = '输入ZIP文件的密码'
    TabOrder = 0
    object EditPassword: TEdit
      Left = 20
      Top = 17
      Width = 233
      Height = 20
      PasswordChar = '*'
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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