modipass.dfm

来自「TSecurity提供登陆/注销/修改口令的控件。(有源代码)工作在:D1 D2」· DFM 代码 · 共 107 行

DFM
107
字号
object PassModifyDialog: TPassModifyDialog
  Left = 203
  Top = 210
  BorderStyle = bsDialog
  Caption = 'Modify password'
  ClientHeight = 122
  ClientWidth = 395
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 52
    Width = 84
    Height = 14
    Caption = 'New Password'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 84
    Width = 84
    Height = 14
    Caption = 'New on again'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 24
    Top = 20
    Width = 84
    Height = 14
    Caption = 'Old Password'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object btnOk: TButton
    Left = 288
    Top = 16
    Width = 89
    Height = 25
    Caption = 'Modify(&M)'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object btnCancel: TButton
    Left = 288
    Top = 48
    Width = 89
    Height = 25
    Caption = 'Cancel(&C)'
    ModalResult = 2
    TabOrder = 1
  end
  object EditOldPS: TEdit
    Left = 120
    Top = 16
    Width = 145
    Height = 21
    ImeName = '中文 (简体) - 智能 ABC'
    PasswordChar = '*'
    TabOrder = 2
    Text = 'EditOldPS'
  end
  object EditNewPS: TEdit
    Left = 120
    Top = 48
    Width = 145
    Height = 21
    ImeName = '中文 (简体) - 智能 ABC'
    PasswordChar = '*'
    TabOrder = 3
    Text = 'EditNewPS'
  end
  object EditRetryNewPS: TEdit
    Left = 120
    Top = 80
    Width = 145
    Height = 21
    ImeName = '中文 (简体) - 智能 ABC'
    PasswordChar = '*'
    TabOrder = 4
    Text = 'EditRetryNewPS'
  end
end

⌨️ 快捷键说明

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