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

📄 untchangepwd.dfm

📁 车辆管理系统
💻 DFM
字号:
inherited frmChangePwd: TfrmChangePwd
  Left = 371
  Top = 297
  ActiveControl = Edit1
  Caption = 'Change PassWord'
  ClientHeight = 174
  ClientWidth = 239
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 20
    Top = 24
    Width = 59
    Height = 16
    Caption = 'Old PWD:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clMaroon
    Font.Height = -13
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 20
    Top = 60
    Width = 64
    Height = 16
    Caption = 'New PWD:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clGreen
    Font.Height = -13
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 20
    Top = 96
    Width = 37
    Height = 16
    Caption = 'Confir:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 3
    Top = 122
    Width = 236
    Height = 2
  end
  object Edit3: TEdit
    Left = 93
    Top = 92
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object BitBtn2: TBitBtn
    Left = 76
    Top = 136
    Width = 75
    Height = 25
    Caption = 'OK'
    TabOrder = 3
    OnClick = BitBtn2Click
  end
  object BitBtn1: TBitBtn
    Left = 152
    Top = 136
    Width = 75
    Height = 25
    Caption = 'Close'
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object Edit2: TEdit
    Left = 93
    Top = 58
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 93
    Top = 24
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object Qpwdconfir: TADOQuery
    CacheSize = 1000
    Connection = DmServer.AdoConMain
    CursorType = ctStatic
    Parameters = <>
    Left = 168
    Top = 8
  end
end

⌨️ 快捷键说明

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