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

📄 ulogin.dfm

📁 图书管系统
💻 DFM
字号:
object frmLogin: TfrmLogin
  Left = 409
  Top = 272
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #30331#24405
  ClientHeight = 184
  ClientWidth = 284
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object btnOK: TSpeedButton
    Left = 48
    Top = 120
    Width = 75
    Height = 33
    Caption = #30830' '#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    OnClick = btnOKClick
  end
  object btnCancel: TSpeedButton
    Left = 152
    Top = 120
    Width = 75
    Height = 33
    Caption = #36864' '#20986
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    OnClick = btnCancelClick
  end
  object Label1: TLabel
    Left = 16
    Top = 88
    Width = 6
    Height = 12
  end
  object Label2: TLabel
    Left = 32
    Top = 88
    Width = 49
    Height = 12
    AutoSize = False
    Caption = #21475#20196#65306
  end
  object StaticText1: TStaticText
    Left = 29
    Top = 48
    Width = 52
    Height = 16
    AutoSize = False
    Caption = #29992#25143#21517#65306
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 0
  end
  object edtPassword: TEdit
    Left = 107
    Top = 85
    Width = 150
    Height = 20
    Color = clBtnHighlight
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 1
    OnKeyDown = edtPasswordKeyDown
  end
  object cmbUserName: TComboBox
    Left = 107
    Top = 40
    Width = 150
    Height = 20
    Color = clBtnHighlight
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 12
    ParentFont = False
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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