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

📄 zippassword.dfm

📁 delphi 电子书阅读器 外观非常漂亮
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -