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

📄 modipassfrm.dfm

📁 这是一套完整的学生信息管理系统
💻 DFM
字号:
object frmmodipass: Tfrmmodipass
  Left = 267
  Top = 182
  Width = 442
  Height = 322
  Caption = #20462#25913#29992#25143#23494#30721
  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 GroupBox1: TGroupBox
    Left = 64
    Top = 40
    Width = 281
    Height = 145
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 40
      Width = 72
      Height = 13
      Caption = #35831#36755#20837#26032#23494#30721
    end
    object Label2: TLabel
      Left = 24
      Top = 96
      Width = 72
      Height = 13
      Caption = #35831#30830#35748#26032#23494#30721
    end
    object Edit1: TEdit
      Left = 128
      Top = 32
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 128
      Top = 88
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object Button1: TButton
    Left = 88
    Top = 216
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 1
  end
  object Button2: TButton
    Left = 248
    Top = 216
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button2Click
  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 = 368
    Top = 56
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #29992#25143
    Left = 368
    Top = 96
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 368
    Top = 136
  end
end

⌨️ 快捷键说明

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