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

📄 frmchangepassword.dfm

📁 非常地全面完整的物流供应链管理系统 包含全部的需求文档
💻 DFM
字号:
object FormChangePassword: TFormChangePassword
  Left = 214
  Top = 178
  BorderStyle = bsDialog
  Caption = #26356#25913#23494#30721
  ClientHeight = 224
  ClientWidth = 313
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 297
    Height = 169
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 48
    Top = 24
    Width = 66
    Height = 12
    Caption = #29992#25143#21517'(&U)'#65306
    FocusControl = EdtUserId
  end
  object Label2: TLabel
    Left = 48
    Top = 64
    Width = 66
    Height = 12
    Caption = #26087#23494#30721'(&P)'#65306
    FocusControl = EdtOldPassword
  end
  object Label3: TLabel
    Left = 40
    Top = 112
    Width = 66
    Height = 12
    Caption = #26032#23494#30721'(N)'#65306
    FocusControl = EdtNewPassword
  end
  object Label4: TLabel
    Left = 16
    Top = 144
    Width = 90
    Height = 12
    Caption = #30830#35748#26032#23494#30721'(&A)'#65306
    FocusControl = EdtNewPassword2
  end
  object OKBtn: TButton
    Left = 55
    Top = 188
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 0
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 183
    Top = 188
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 1
  end
  object EdtUserId: TEdit
    Left = 120
    Top = 24
    Width = 137
    Height = 20
    Enabled = False
    ReadOnly = True
    TabOrder = 2
  end
  object EdtOldPassword: TEdit
    Left = 120
    Top = 64
    Width = 137
    Height = 20
    PasswordChar = '*'
    TabOrder = 3
  end
  object EdtNewPassword: TEdit
    Left = 120
    Top = 104
    Width = 137
    Height = 20
    PasswordChar = '*'
    TabOrder = 4
  end
  object EdtNewPassword2: TEdit
    Left = 120
    Top = 136
    Width = 137
    Height = 20
    PasswordChar = '*'
    TabOrder = 5
  end
  object ADOQ: TADOQuery
    Parameters = <>
    Prepared = True
    Left = 56
    Top = 72
  end
end

⌨️ 快捷键说明

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