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

📄 login.dfm

📁 中学考试管理系统 采用智能管理 具有统计分析的能力
💻 DFM
字号:
object Form1: TForm1
  Left = 297
  Top = 162
  Width = 485
  Height = 446
  Caption = #31995#32479#30331#38470
  Color = clInfoBk
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 120
    Top = 24
    Width = 281
    Height = 29
    AutoSize = False
    Caption = #20013#23398#32771#35797#26597#35810#31995#32479
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsItalic, fsUnderline]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 32
    Top = 72
    Width = 417
    Height = 281
    BevelOuter = bvLowered
    Color = clSkyBlue
    TabOrder = 0
    object Label2: TLabel
      Left = 48
      Top = 56
      Width = 48
      Height = 13
      Caption = #29992#25143#21517#65306
    end
    object Label3: TLabel
      Left = 48
      Top = 96
      Width = 36
      Height = 13
      Caption = #23494#30721#65306
    end
    object Label4: TLabel
      Left = 48
      Top = 144
      Width = 73
      Height = 13
      AutoSize = False
      Caption = #29992#25143#31867#22411#65306
    end
    object userName: TEdit
      Left = 120
      Top = 48
      Width = 209
      Height = 21
      TabOrder = 0
    end
    object password: TEdit
      Left = 120
      Top = 96
      Width = 209
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object Button1: TButton
      Left = 32
      Top = 216
      Width = 59
      Height = 25
      Caption = #30331#24405
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 232
      Top = 216
      Width = 59
      Height = 25
      Caption = #37325#32622
      TabOrder = 3
      OnClick = Button2Click
    end
    object uType: TComboBox
      Left = 120
      Top = 144
      Width = 209
      Height = 21
      ItemHeight = 13
      TabOrder = 4
      Text = #35831#36873#25321#29992#25143#30340#31867#22411
      Items.Strings = (
        #31995#32479#31649#29702#21592
        #38405#21367#32769#24072
        #23398#29983#31649#29702#21592
        #26222#36890#25945#24072)
    end
    object Button3: TButton
      Left = 328
      Top = 216
      Width = 59
      Height = 25
      Caption = #36864#20986
      TabOrder = 5
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 120
      Top = 216
      Width = 57
      Height = 25
      Caption = #27880#20876
      TabOrder = 6
      OnClick = Button4Click
    end
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=kaoShi.mdb;Persist ' +
      'Security Info=False'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 72
    Top = 24
  end
  object logonQry: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 184
    Top = 32
  end
end

⌨️ 快捷键说明

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