⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changpwdfrm.dfm

📁 仓储管理系统学习。大家共同探讨学习。大家共同进步。
💻 DFM
字号:
object frmChangpwd: TfrmChangpwd
  Left = 250
  Top = 215
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #23494#30721#20462#25913
  ClientHeight = 132
  ClientWidth = 258
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 12
  object lblOldPassWord: TLabel
    Left = 8
    Top = 16
    Width = 36
    Height = 12
    Caption = #26087#23494#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object lblNewPassWord: TLabel
    Left = 8
    Top = 47
    Width = 36
    Height = 12
    Caption = #26032#23494#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object lblConfirmPassWord: TLabel
    Left = 8
    Top = 77
    Width = 36
    Height = 12
    Caption = #35831#30830#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object edtOldPassWord: TEdit
    Left = 56
    Top = 15
    Width = 150
    Height = 20
    PasswordChar = '*'
    TabOrder = 0
  end
  object edtNewPassWord: TEdit
    Left = 56
    Top = 45
    Width = 150
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object edtConfirmPassWord: TEdit
    Left = 56
    Top = 71
    Width = 150
    Height = 20
    PasswordChar = '*'
    TabOrder = 2
  end
  object btnOK: TButton
    Left = 96
    Top = 104
    Width = 64
    Height = 21
    Caption = #30830#23450'(&O)'
    ModalResult = 1
    TabOrder = 3
    OnClick = btnOKClick
  end
  object btnCancel: TButton
    Left = 176
    Top = 104
    Width = 64
    Height = 21
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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