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

📄 admodclassfrm.dfm

📁 这是一套完整的学生信息管理系统
💻 DFM
字号:
object frmadmodclass: Tfrmadmodclass
  Left = 210
  Top = 62
  Width = 415
  Height = 439
  Caption = #28155#21152#20462#25913#29677#32423
  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 = 72
    Top = 32
    Width = 289
    Height = 120
    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 = 64
    Top = 184
    Width = 265
    Height = 145
    Caption = #28155#21152#29677#32423
    TabOrder = 1
    object Label1: TLabel
      Left = 32
      Top = 32
      Width = 24
      Height = 13
      Caption = #29677#21495
    end
    object Label2: TLabel
      Left = 32
      Top = 64
      Width = 48
      Height = 13
      Caption = #29677#32423#21517#31216
    end
    object Label3: TLabel
      Left = 32
      Top = 96
      Width = 36
      Height = 13
      Caption = #19987#19994#21495
    end
    object Edit1: TEdit
      Left = 112
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 112
      Top = 64
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 112
      Top = 96
      Width = 121
      Height = 21
      TabOrder = 2
    end
  end
  object Button1: TButton
    Left = 64
    Top = 352
    Width = 75
    Height = 25
    Caption = #30830#35748#28155#21152
    TabOrder = 2
  end
  object Button2: TButton
    Left = 176
    Top = 352
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
  end
  object Button3: TButton
    Left = 288
    Top = 352
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button3Click
  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 = 304
    Top = 16
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #29677#32423
    Left = 304
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 304
    Top = 80
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from '#29677#32423)
    Left = 304
    Top = 120
  end
end

⌨️ 快捷键说明

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