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

📄 login.~dfm

📁 通用题库管理系统
💻 ~DFM
字号:
object loginform: Tloginform
  Left = 456
  Top = 390
  VertScrollBar.Visible = False
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'loginform'
  ClientHeight = 154
  ClientWidth = 277
  Color = clBtnFace
  TransparentColor = True
  TransparentColorValue = clWindowFrame
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 277
    Height = 154
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 32
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #29992#25143#21517#65306
    end
    object Label2: TLabel
      Left = 32
      Top = 64
      Width = 51
      Height = 13
      Caption = #23494'     '#30721#65306
    end
    object login_user_name: TEdit
      Left = 88
      Top = 28
      Width = 145
      Height = 21
      Ctl3D = True
      MaxLength = 15
      ParentCtl3D = False
      TabOrder = 0
      OnChange = login_user_nameChange
    end
    object login_user_pass: TEdit
      Left = 88
      Top = 64
      Width = 145
      Height = 20
      Ctl3D = True
      Font.Charset = SYMBOL_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = 'WST_Engl'
      Font.Style = []
      MaxLength = 10
      ParentCtl3D = False
      ParentFont = False
      PasswordChar = '*'
      TabOrder = 1
      OnChange = login_user_passChange
    end
    object BitBtn1: TBitBtn
      Left = 40
      Top = 112
      Width = 75
      Height = 25
      Caption = ' '#30331'    '#38470
      Enabled = False
      TabOrder = 2
      OnClick = BitBtn1Click
      Kind = bkOK
    end
    object BitBtn2: TBitBtn
      Left = 152
      Top = 112
      Width = 75
      Height = 25
      Caption = ' '#36864'    '#20986
      TabOrder = 3
      OnClick = BitBtn2Click
      Kind = bkCancel
    end
  end
  object ADOCon: TADOConnection
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 8
    Top = 8
  end
end

⌨️ 快捷键说明

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