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

📄 unit13.dfm

📁 学生管理系统(delphi7.0+sql2000) 对学生基本信息,学生成绩,课程进行插,删,改功能
💻 DFM
字号:
object Form13: TForm13
  Left = 201
  Top = 102
  Width = 696
  Height = 564
  Caption = #22522#26412#20449#24687#32479#35745
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 671
    Height = 273
    Align = alTop
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 16
      Top = 16
      Width = 441
      Height = 209
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 273
    Width = 671
    Height = 257
    Align = alBottom
    TabOrder = 1
    object SpeedButton1: TSpeedButton
      Left = 72
      Top = 88
      Width = 89
      Height = 41
      Caption = #26174#31034#20840#37096
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 240
      Top = 88
      Width = 89
      Height = 41
      Caption = #32479#35745#20154#25968
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 408
      Top = 88
      Width = 89
      Height = 41
      Caption = #36864#20986
      OnClick = SpeedButton3Click
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 512
    Top = 40
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;Data Source=xuesh' +
      'engguanli'
    DefaultDatabase = 'liujie6'
    LoginPrompt = False
    Left = 560
    Top = 40
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 608
    Top = 40
  end
end

⌨️ 快捷键说明

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