frmpassword.dfm

来自「Mailserver Source code - Delphi. Simp」· DFM 代码 · 共 92 行

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