untedtpswrd.dfm

来自「是分布式粮库程序,是采用Delphi实现的」· DFM 代码 · 共 97 行

DFM
97
字号
object FrmEdtPswrd: TFrmEdtPswrd
  Left = 268
  Top = 200
  Width = 455
  Height = 233
  Caption = #20462#25913#23494#30721
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Visible = True
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object LblOldPswrd: TLabel
    Left = 48
    Top = 48
    Width = 86
    Height = 13
    Caption = #36755#20837#26087#23494#30721'  '
  end
  object LblNewPswrd: TLabel
    Left = 48
    Top = 96
    Width = 83
    Height = 13
    Caption = #36755#20837#26032#23494#30721' '
  end
  object LblVldtPswrd: TLabel
    Left = 48
    Top = 142
    Width = 86
    Height = 13
    Caption = #30830#35748#26032#23494#30721'  '
  end
  object EdtOldPswrd: TEdit
    Left = 149
    Top = 41
    Width = 121
    Height = 24
    PasswordChar = '*'
    TabOrder = 0
  end
  object EdtNewPswrd: TEdit
    Left = 148
    Top = 89
    Width = 121
    Height = 24
    PasswordChar = '*'
    TabOrder = 1
  end
  object EdtVldtPswrd: TEdit
    Left = 148
    Top = 136
    Width = 121
    Height = 24
    PasswordChar = '*'
    TabOrder = 2
  end
  object BtnCancle: TButton
    Left = 307
    Top = 40
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = BtnCancleClick
  end
  object BtnOK: TButton
    Left = 307
    Top = 87
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 4
    OnClick = BtnOKClick
  end
  object BtnQuit: TButton
    Left = 308
    Top = 134
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = BtnQuitClick
  end
  object QryPswrd: TQuery
    DatabaseName = 'zldb'
    Left = 16
    Top = 8
  end
end

⌨️ 快捷键说明

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