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

📄 unit5.dfm

📁 学生管理系统(delphi7.0+sql2000) 对学生基本信息,学生成绩,课程进行插,删,改功能
💻 DFM
字号:
object Form5: TForm5
  Left = 207
  Top = 110
  Width = 699
  Height = 537
  Caption = #25104#32489#24405#20837
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 691
    Height = 502
    Align = alClient
    Color = clBtnFace
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clTeal
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 72
      Width = 36
      Height = 13
      Caption = #23398#21495#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 400
      Top = 16
      Width = 223
      Height = 20
      Caption = #20197#19979#27599#39033#20869#23481#37117#35201#22635#20889#65306'       '
      Color = clBtnHighlight
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object Label8: TLabel
      Left = 256
      Top = 66
      Width = 60
      Height = 13
      Caption = #35838#31243#21517#31216#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label10: TLabel
      Left = 9
      Top = 118
      Width = 36
      Height = 13
      Caption = #23398#26399#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label11: TLabel
      Left = 464
      Top = 112
      Width = 36
      Height = 13
      Caption = #25104#32489#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 256
      Top = 120
      Width = 60
      Height = 13
      Caption = #25480#35838#25945#24072#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 56
      Top = 67
      Width = 153
      Height = 21
      ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
      MaxLength = 15
      TabOrder = 0
      OnKeyPress = Edit1KeyPress
    end
    object Panel1: TPanel
      Left = 248
      Top = 32
      Width = 0
      Height = 345
      BevelOuter = bvLowered
      TabOrder = 1
    end
    object Button1: TButton
      Left = 8
      Top = 8
      Width = 75
      Height = 25
      Caption = #24405#20837
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 88
      Top = 8
      Width = 75
      Height = 25
      Caption = #37325#32622
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 168
      Top = 8
      Width = 75
      Height = 25
      Caption = #21047#26032
      TabOrder = 4
      OnClick = Button3Click
    end
    object Edit3: TEdit
      Left = 504
      Top = 112
      Width = 145
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      MaxLength = 15
      TabOrder = 5
    end
    object Button4: TButton
      Left = 248
      Top = 8
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 6
      OnClick = Button4Click
    end
    object DBGrid1: TDBGrid
      Left = 2
      Top = 164
      Width = 687
      Height = 336
      Align = alBottom
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 7
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clTeal
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object Edit2: TEdit
      Left = 328
      Top = 64
      Width = 121
      Height = 21
      TabOrder = 8
    end
    object Edit4: TEdit
      Left = 328
      Top = 112
      Width = 121
      Height = 21
      TabOrder = 9
    end
    object Edit5: TEdit
      Left = 56
      Top = 120
      Width = 153
      Height = 21
      TabOrder = 10
    end
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xueshengguanli'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 576
    Top = 72
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 624
    Top = 72
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 528
    Top = 72
  end
end

⌨️ 快捷键说明

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