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

📄 userlogin.dfm

📁 Delphi+SQL的学生信息管理系统
💻 DFM
字号:
object frmlogin: Tfrmlogin
  Left = 223
  Top = 140
  Width = 342
  Height = 267
  BorderIcons = [biSystemMenu]
  Caption = #29992#25143#30331#38470
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 67
    Top = 85
    Width = 84
    Height = 16
    Caption = ' '#29992' '#25143' '#21495#65306'         '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 64
    Top = 119
    Width = 87
    Height = 16
    Caption = #29992#25143#23494#30721#65306'         '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 104
    Top = 200
    Width = 142
    Height = 16
    Caption = '  '#29256#26435#23646#20110#215#215#215#215#25152#26377'            '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 48
    Top = 8
    Width = 265
    Height = 50
    Shape = bsBottomLine
  end
  object Label1: TLabel
    Left = 71
    Top = 16
    Width = 234
    Height = 29
    Caption = #23398#29983#31649#29702#31995#32479'    '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -29
    Font.Name = #21326#25991#26999#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 96
    Top = 160
    Width = 65
    Height = 25
    Caption = #30830#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #21326#25991#26032#39759
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 192
    Top = 160
    Width = 57
    Height = 25
    Caption = #36864#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #21326#25991#34892#26999
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object edtuserID: TEdit
    Left = 144
    Top = 80
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    MaxLength = 4
    TabOrder = 2
    OnKeyDown = edtuserIDKeyDown
  end
  object edtpasswd: TEdit
    Left = 144
    Top = 115
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    MaxLength = 8
    PasswordChar = '*'
    TabOrder = 3
    OnKeyDown = edtpasswdKeyDown
  end
  object Database1: TDatabase
    AliasName = 'student'
    DatabaseName = 'dbuser'
    LoginPrompt = False
    SessionName = 'Default'
    Left = 8
    Top = 56
  end
  object queryuser: TQuery
    DatabaseName = 'dbuser'
    Left = 8
    Top = 88
  end
end

⌨️ 快捷键说明

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