changepwd.dfm

来自「一个会员管理系统delphi源代码,非常好」· DFM 代码 · 共 74 行

DFM
74
字号
object frmchangepwd: Tfrmchangepwd
  Left = 135
  Top = 268
  BorderStyle = bsDialog
  Caption = #23494#30721#20462#25913
  ClientHeight = 203
  ClientWidth = 336
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object cxGroupBox1: TcxGroupBox
    Left = 24
    Top = 8
    Width = 281
    Height = 137
    TabOrder = 0
    object cxLabel1: TcxLabel
      Left = 40
      Top = 32
      Width = 76
      Height = 17
      Caption = #36755#20837#26032#23494#30721#65306
    end
    object cxLabel2: TcxLabel
      Left = 16
      Top = 80
      Width = 100
      Height = 17
      Caption = #20877#27425#36755#20837#26032#23494#30721#65306
    end
    object edt1: TcxTextEdit
      Left = 116
      Top = 27
      Width = 121
      Height = 21
      Properties.PasswordChar = '*'
      TabOrder = 2
    end
    object edt2: TcxTextEdit
      Left = 116
      Top = 77
      Width = 121
      Height = 21
      Properties.PasswordChar = '*'
      TabOrder = 3
    end
  end
  object cxButton1: TcxButton
    Left = 64
    Top = 159
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = cxButton1Click
  end
  object cxButton2: TcxButton
    Left = 192
    Top = 159
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = cxButton2Click
  end
end

⌨️ 快捷键说明

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