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

📄 frmpassword.dfm

📁 Mailserver Source code - Delphi. Simple Mail server source code. SMTP and POP3 protocols.
💻 DFM
字号:
object FrmPassword1: TFrmPassword1
  Left = 205
  Top = 188
  BorderStyle = bsDialog
  Caption = #20462#25913#23494#30721
  ClientHeight = 156
  ClientWidth = 348
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 329
    Height = 105
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 48
      Height = 12
      Caption = #26087#23494#30721#65306
    end
    object Label2: TLabel
      Left = 16
      Top = 47
      Width = 48
      Height = 12
      Caption = #26032#23494#30721#65306
    end
    object Label3: TLabel
      Left = 16
      Top = 79
      Width = 72
      Height = 12
      Caption = #30830#35748#26032#23494#30721#65306
    end
    object Edit1: TEdit
      Left = 96
      Top = 8
      Width = 201
      Height = 20
      MaxLength = 12
      PasswordChar = '*'
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 96
      Top = 40
      Width = 201
      Height = 20
      MaxLength = 12
      PasswordChar = '*'
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 96
      Top = 72
      Width = 201
      Height = 20
      MaxLength = 12
      PasswordChar = '*'
      TabOrder = 2
    end
  end
  object BitBtn1: TBitBtn
    Left = 168
    Top = 120
    Width = 75
    Height = 25
    TabOrder = 1
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 256
    Top = 120
    Width = 75
    Height = 25
    TabOrder = 2
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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