changepwd.dfm

来自「产品信息系统!关于产品基础信息的系统!功能强大!」· DFM 代码 · 共 95 行

DFM
95
字号
inherited frmChangePWD: TfrmChangePWD
  Left = 435
  Top = 157
  Caption = #26356#25913#23494#30721
  ClientHeight = 171
  ClientWidth = 199
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 29
    Width = 66
    Height = 13
    Alignment = taRightJustify
    Caption = #21407' '#23494' '#30721#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 69
    Width = 66
    Height = 13
    Alignment = taRightJustify
    Caption = #26032' '#23494' '#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 17
    Top = 101
    Width = 65
    Height = 13
    Alignment = taRightJustify
    Caption = #39564#35777#23494#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clMaroon
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 16
    Top = 128
    Width = 177
    Height = 41
    Shape = bsTopLine
  end
  object bbtOk: TBitBtn
    Left = 24
    Top = 136
    Width = 73
    Height = 25
    Caption = #30830#23450'[&O]'
    TabOrder = 0
    OnClick = bbtOkClick
  end
  object bbtCancel: TBitBtn
    Left = 112
    Top = 136
    Width = 75
    Height = 25
    Caption = #21462#28040'[&C]'
    ModalResult = 2
    TabOrder = 3
  end
  object edtOld: TEdit
    Left = 80
    Top = 24
    Width = 103
    Height = 21
    PasswordChar = '*'
    TabOrder = 4
  end
  object edtNew: TEdit
    Left = 80
    Top = 64
    Width = 103
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object edtValidate: TEdit
    Left = 80
    Top = 96
    Width = 103
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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