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

📄 login.dfm

📁 图书馆管理系统
💻 DFM
字号:
object frmLogin: TfrmLogin
  Left = 192
  Top = 107
  Width = 436
  Height = 241
  BorderIcons = [biSystemMenu]
  Caption = #30331#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 112
    Top = 49
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 112
    Top = 88
    Width = 60
    Height = 13
    AutoSize = False
    Caption = #23494'    '#30721
  end
  object btnLogin: TButton
    Left = 64
    Top = 150
    Width = 102
    Height = 27
    Caption = #30331#24405
    TabOrder = 2
    OnClick = btnLoginClick
  end
  object btnCancel: TButton
    Left = 283
    Top = 151
    Width = 102
    Height = 27
    Caption = #21462#28040
    TabOrder = 3
    OnClick = btnCancelClick
  end
  object edtUserID: TEdit
    Left = 193
    Top = 44
    Width = 109
    Height = 24
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    MaxLength = 10
    TabOrder = 0
  end
  object edtPassword: TEdit
    Left = 193
    Top = 82
    Width = 109
    Height = 24
    ImeMode = imDisable
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    MaxLength = 10
    PasswordChar = '*'
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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