⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 password.dfm

📁 银行学生助学贷款管理系统 随着社会的进步
💻 DFM
字号:
object PassWordForm: TPassWordForm
  Left = 297
  Top = 148
  Width = 290
  Height = 193
  AutoSize = True
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #23494#30721#30830#35748
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 282
    Height = 166
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 32
      Width = 48
      Height = 13
      Caption = #21407#23494#30721#65306
    end
    object Label2: TLabel
      Left = 40
      Top = 64
      Width = 48
      Height = 13
      Caption = #26032#23494#30721#65306
    end
    object OldPass: TEdit
      Left = 96
      Top = 24
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 0
    end
    object NewPass: TEdit
      Left = 96
      Top = 56
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object Button1: TButton
      Left = 56
      Top = 104
      Width = 75
      Height = 25
      Caption = #30830#35748
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 144
      Top = 104
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 3
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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