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

📄 loginfrm.dfm

📁 这是一套完整的学生信息管理系统
💻 DFM
字号:
object frmlogin: Tfrmlogin
  Left = 196
  Top = 112
  Width = 436
  Height = 325
  Caption = #30331#24405
  Color = clBtnFace
  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 = 72
    Top = 48
    Width = 265
    Height = 33
    Caption = #23398#29983#20449#24687#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #21326#25991#24425#20113
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 72
    Top = 120
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label3: TLabel
    Left = 72
    Top = 168
    Width = 60
    Height = 13
    Caption = #29992#25143#23494#30721#65306
  end
  object Edit1: TEdit
    Left = 160
    Top = 112
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 160
    Top = 160
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object ok: TButton
    Left = 80
    Top = 224
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
  end
  object cancel: TButton
    Left = 232
    Top = 224
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = cancelClick
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Student.mdb;Persist' +
      ' Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 328
    Top = 96
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #29992#25143
    Left = 328
    Top = 136
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 328
    Top = 176
  end
end

⌨️ 快捷键说明

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