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

📄 frm_pwdu.dfm

📁 这是一个小区物业管理系统
💻 DFM
字号:
object frm_pwd: Tfrm_pwd
  Left = 192
  Top = 218
  BorderStyle = bsDialog
  Caption = #20462#25913#23494#30721
  ClientHeight = 96
  ClientWidth = 223
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #26032#23494#30721
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 41
    Height = 13
    AutoSize = False
    Caption = #30830#35748
  end
  object btn_ok: TButton
    Left = 48
    Top = 64
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 0
    OnClick = btn_okClick
  end
  object btn_cancel: TButton
    Left = 136
    Top = 64
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = btn_cancelClick
  end
  object edt_pwd1: TMaskEdit
    Left = 88
    Top = 8
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object edt_pwd2: TMaskEdit
    Left = 88
    Top = 32
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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