umodifypsw.dfm

来自「个人理财系统可以添加」· DFM 代码 · 共 96 行

DFM
96
字号
object modifypsw: Tmodifypsw
  Left = 340
  Top = 302
  Width = 332
  Height = 201
  Caption = #26356#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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 324
    Height = 174
    Align = alClient
    TabOrder = 0
    object Label2: TLabel
      Left = 16
      Top = 8
      Width = 105
      Height = 13
      AutoSize = False
      Caption = #36755#20837#26087#23494#30721':'
    end
    object Label3: TLabel
      Left = 16
      Top = 56
      Width = 105
      Height = 13
      AutoSize = False
      Caption = #36755#20837#26032#23494#30721':'
    end
    object Label1: TLabel
      Left = 16
      Top = 104
      Width = 137
      Height = 13
      AutoSize = False
      Caption = #35831#20877#36755#20837#19968#27425#26032#23494#30721':'
    end
    object Edit1: TEdit
      Left = 168
      Top = 8
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 0
    end
    object Edit3: TEdit
      Left = 168
      Top = 52
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object Edit2: TEdit
      Left = 168
      Top = 96
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
      OnKeyPress = Edit2KeyPress
    end
    object Button1: TButton
      Left = 72
      Top = 136
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 176
      Top = 136
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 4
      OnClick = Button2Click
    end
  end
  object Query1: TQuery
    Left = 80
    Top = 32
  end
end

⌨️ 快捷键说明

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