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

📄 login_p.dfm

📁 考试系统,是一个简单的但是很经典的
💻 DFM
字号:
object f_login: Tf_login
  Left = 282
  Top = 283
  ActiveControl = Edit1
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #31649#29702#21592'/'#25945#24072#30331#24405
  ClientHeight = 166
  ClientWidth = 270
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 16
  object bt1: TSpeedButton
    Left = 35
    Top = 120
    Width = 95
    Height = 30
    Caption = #30830' '#23450
    Flat = True
    OnClick = bt1Click
  end
  object bt2: TSpeedButton
    Left = 139
    Top = 120
    Width = 95
    Height = 30
    Caption = #21462' '#28040
    Flat = True
    OnClick = bt2Click
  end
  object Label1: TLabel
    Left = 24
    Top = 36
    Width = 64
    Height = 16
    Caption = #30331#24405#21517#31216
    Transparent = True
  end
  object Label2: TLabel
    Left = 24
    Top = 80
    Width = 64
    Height = 16
    Caption = #30331#24405#23494#30721
    Transparent = True
  end
  object Edit1: TEdit
    Left = 104
    Top = 32
    Width = 137
    Height = 24
    BevelKind = bkFlat
    BorderStyle = bsNone
    TabOrder = 0
    OnKeyDown = Edit1KeyDown
  end
  object Edit2: TEdit
    Left = 104
    Top = 72
    Width = 137
    Height = 24
    BevelKind = bkFlat
    BorderStyle = bsNone
    PasswordChar = '*'
    TabOrder = 1
    OnKeyDown = Edit2KeyDown
  end
end

⌨️ 快捷键说明

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