unitupdatepassword.~dfm

来自「这是一个SQL的物资管理系统 这是一个SQL的物资管理系统」· ~DFM 代码 · 共 89 行

~DFM
89
字号
object FrmUpdatePassword: TFrmUpdatePassword
  Left = 319
  Top = 227
  Width = 368
  Height = 373
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 32
    Width = 36
    Height = 13
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 48
    Top = 80
    Width = 36
    Height = 13
    Caption = #26087#23494#30721
  end
  object Label3: TLabel
    Left = 48
    Top = 136
    Width = 36
    Height = 13
    Caption = #26032#23494#30721
  end
  object Label4: TLabel
    Left = 40
    Top = 192
    Width = 48
    Height = 13
    Caption = #20877#27425#36755#20837
  end
  object edtUserName: TEdit
    Left = 136
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object edtOldPassword: TEdit
    Left = 136
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object edtNewPassword: TEdit
    Left = 136
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object edtQueryPassword: TEdit
    Left = 136
    Top = 184
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object btnPost: TButton
    Left = 56
    Top = 248
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 4
  end
  object btnReflesh: TButton
    Left = 189
    Top = 248
    Width = 75
    Height = 25
    Caption = #37325#32622
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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