passwordchange.dfm

来自「该文件主要应用于档案资料管理」· DFM 代码 · 共 120 行

DFM
120
字号
object PasswordChangeFrm: TPasswordChangeFrm
  Left = 399
  Top = 26
  BorderStyle = bsDialog
  Caption = #23494#30721#20462#25913
  ClientHeight = 219
  ClientWidth = 280
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -8
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 66
    Width = 60
    Height = 12
    Caption = #26087' '#23494' '#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 56
    Top = 90
    Width = 60
    Height = 12
    Caption = #26032' '#23494' '#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 56
    Top = 115
    Width = 60
    Height = 12
    Caption = #30830#35748#23494#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 56
    Top = 41
    Width = 60
    Height = 12
    Caption = #29992' '#25143' '#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 62
    Top = 160
    Width = 60
    Height = 20
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 158
    Top = 160
    Width = 60
    Height = 20
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 120
    Top = 38
    Width = 97
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 120
    Top = 64
    Width = 97
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 120
    Top = 90
    Width = 97
    Height = 21
    PasswordChar = '*'
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 120
    Top = 115
    Width = 97
    Height = 21
    PasswordChar = '*'
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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