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

📄 modiuserfrm.dfm

📁 这是一套完整的学生信息管理系统
💻 DFM
字号:
object frmmodiuser: Tfrmmodiuser
  Left = 212
  Top = 185
  Width = 558
  Height = 298
  Caption = #20462#25913#29992#25143#26435#38480
  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 DBGrid1: TDBGrid
    Left = 24
    Top = 48
    Width = 297
    Height = 177
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 352
    Top = 48
    Width = 161
    Height = 177
    TabOrder = 1
    object Label1: TLabel
      Left = 48
      Top = 16
      Width = 48
      Height = 13
      Caption = #36873#25321#26435#38480
    end
    object ComboBox1: TComboBox
      Left = 24
      Top = 40
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Items.Strings = (
        #31649#29702#21592
        #26222#36890)
    end
    object Button1: TButton
      Left = 40
      Top = 80
      Width = 75
      Height = 25
      Caption = #30830#35748#20462#25913
      TabOrder = 1
    end
    object Button2: TButton
      Left = 40
      Top = 136
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 2
      OnClick = Button2Click
    end
  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 = 40
    Top = 168
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #29992#25143
    Left = 80
    Top = 168
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 120
    Top = 168
  end
end

⌨️ 快捷键说明

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