changepwdunit.dfm

来自「一个很不错的系统! 查询模块方面是我编的最好的一次.几乎完美!!!!.」· DFM 代码 · 共 95 行

DFM
95
字号
object frm_changepwd: Tfrm_changepwd
  Left = 448
  Top = 182
  BorderStyle = bsDialog
  Caption = #20462#25913#23494#30721
  ClientHeight = 244
  ClientWidth = 257
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 233
    Height = 153
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 44
      Width = 51
      Height = 13
      Caption = #26087' '#23494' '#30721':  '
    end
    object Label2: TLabel
      Left = 16
      Top = 76
      Width = 51
      Height = 13
      Caption = #26032' '#23494' '#30721':  '
    end
    object Label3: TLabel
      Left = 16
      Top = 108
      Width = 57
      Height = 13
      Caption = #30830#35748#23494#30721':  '
    end
    object i_oldpwd: TEdit
      Left = 72
      Top = 40
      Width = 121
      Height = 21
      ImeName = #26497#21697#20116#31508#36755#20837#27861
      PasswordChar = '*'
      TabOrder = 0
      Text = 'i_oldpwd'
    end
    object i_newpwd: TEdit
      Left = 72
      Top = 72
      Width = 121
      Height = 21
      ImeName = #26497#21697#20116#31508#36755#20837#27861
      PasswordChar = '*'
      TabOrder = 1
      Text = 'i_newpwd'
    end
    object i_confirmpwd: TEdit
      Left = 72
      Top = 104
      Width = 121
      Height = 21
      ImeName = #26497#21697#20116#31508#36755#20837#27861
      PasswordChar = '*'
      TabOrder = 2
      Text = 'i_confirmpwd'
    end
  end
  object b_ok: TButton
    Left = 32
    Top = 192
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 1
  end
  object b_cancel: TButton
    Left = 152
    Top = 192
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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