unit5.dfm

来自「大家可以看看还不错的管理系统」· DFM 代码 · 共 109 行

DFM
109
字号
object FmPswdChg: TFmPswdChg
  Left = 334
  Top = 274
  Width = 402
  Height = 362
  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 = 16
    Top = 88
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #35831#36755#20837#23494#30721' '#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 136
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #35831#36755#20837#26032#23494#30721
  end
  object Label3: TLabel
    Left = 16
    Top = 184
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #35831#30830#35748#26032#23494#30721
  end
  object RdbOperator1: TRadioButton
    Left = 24
    Top = 40
    Width = 113
    Height = 17
    Caption = #22270#20070#31649#29702#20154#21592
    Checked = True
    TabOrder = 0
    TabStop = True
  end
  object RdbStudent1: TRadioButton
    Left = 168
    Top = 40
    Width = 113
    Height = 17
    Caption = #23398#29983
    TabOrder = 1
  end
  object EdtPswd: TEdit
    Left = 152
    Top = 88
    Width = 137
    Height = 21
    TabOrder = 2
    OnChange = EdtPswdChange
  end
  object BtnPswdIn: TButton
    Left = 296
    Top = 88
    Width = 75
    Height = 25
    Caption = #30830#23450' '
    TabOrder = 3
  end
  object EdtNewswd: TEdit
    Left = 152
    Top = 136
    Width = 137
    Height = 21
    TabOrder = 4
  end
  object EdtPswdCfm: TEdit
    Left = 152
    Top = 184
    Width = 137
    Height = 21
    TabOrder = 5
  end
  object BtnPswdChg: TButton
    Left = 72
    Top = 280
    Width = 75
    Height = 25
    Caption = #30830#23450#20462#25913' '
    TabOrder = 6
  end
  object BtnRtn: TButton
    Left = 192
    Top = 280
    Width = 75
    Height = 25
    Caption = #36820#22238' '
    TabOrder = 7
  end
  object XPManifest1: TXPManifest
    Left = 296
    Top = 272
  end
end

⌨️ 快捷键说明

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