pfm_changepass.dfm

来自「超市的销售」· DFM 代码 · 共 93 行

DFM
93
字号
object fm_changepass: Tfm_changepass
  Left = 263
  Top = 166
  BorderStyle = bsDialog
  Caption = '修改用户密码'
  ClientHeight = 203
  ClientWidth = 330
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 52
    Top = 68
    Width = 39
    Height = 13
    Caption = '新密码'
  end
  object Label2: TLabel
    Left = 52
    Top = 104
    Width = 52
    Height = 13
    Caption = '密码确认'
  end
  object Label3: TLabel
    Left = 56
    Top = 28
    Width = 26
    Height = 13
    Caption = '帐号'
  end
  object Label4: TLabel
    Left = 100
    Top = 132
    Width = 7
    Height = 13
  end
  object Edit1: TEdit
    Left = 132
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 132
    Top = 100
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 132
    Top = 28
    Width = 121
    Height = 21
    TabStop = False
    Color = clSilver
    ReadOnly = True
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 92
    Top = 160
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 3
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 184
    Top = 160
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 4
    OnClick = BitBtn2Click
  end
  object Query1: TQuery
    DatabaseName = 'posdb'
    Left = 24
    Top = 20
  end
end

⌨️ 快捷键说明

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