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

📄 adddepartfrm.dfm

📁 这是一套完整的学生信息管理系统
💻 DFM
字号:
object frmadddepart: Tfrmadddepart
  Left = 97
  Top = 132
  Width = 602
  Height = 396
  Caption = #28155#21152#20462#25913#31995
  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 = 48
    Top = 40
    Width = 249
    Height = 289
    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 = 344
    Top = 48
    Width = 201
    Height = 113
    Caption = #28155#21152#31995
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 32
      Width = 24
      Height = 13
      Caption = #31995#21495
    end
    object Label2: TLabel
      Left = 16
      Top = 72
      Width = 24
      Height = 13
      Caption = #31995#21517
    end
    object Edit1: TEdit
      Left = 56
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 56
      Top = 64
      Width = 121
      Height = 21
      TabOrder = 1
    end
  end
  object Button1: TButton
    Left = 416
    Top = 208
    Width = 75
    Height = 25
    Caption = #30830#35748#28155#21152
    TabOrder = 2
  end
  object Button2: TButton
    Left = 416
    Top = 248
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
  end
  object Button3: TButton
    Left = 416
    Top = 288
    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 = 240
    Top = 48
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #31995
    Left = 240
    Top = 80
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from '#31995)
    Left = 240
    Top = 112
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 240
    Top = 144
  end
end

⌨️ 快捷键说明

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