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

📄 unit12.dfm

📁 这是个才财务管理系统!可能是哪个语言!但是我不认识!
💻 DFM
字号:
object frm_pwdcheck: Tfrm_pwdcheck
  Left = 324
  Top = 189
  Width = 320
  Height = 193
  Caption = '口令检查'
  Color = clWindowText
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 80
    Top = 70
    Width = 61
    Height = 15
    Caption = '密  码:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clYellow
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 80
    Top = 40
    Width = 60
    Height = 15
    Caption = '用户名:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clYellow
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object edt_pass: TEdit
    Left = 134
    Top = 67
    Width = 99
    Height = 24
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 0
    OnKeyPress = edt_passKeyPress
  end
  object cob_user: TComboBox
    Left = 135
    Top = 36
    Width = 97
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 1
  end
  object btn_login: TBitBtn
    Left = 128
    Top = 120
    Width = 75
    Height = 25
    Caption = '登 录'
    TabOrder = 2
    OnClick = btn_loginClick
  end
  object Query1: TQuery
  end
end

⌨️ 快捷键说明

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