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

📄 unit7.~dfm

📁 成绩管理系统 主要实现:学生(学号
💻 ~DFM
字号:
object Form7: TForm7
  Left = 205
  Top = 193
  Width = 696
  Height = 480
  Caption = 'Form7'
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 681
    Height = 65
    Caption = #36755#20837#32479#35745#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 73
      Top = 30
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #29677#21495'/'#23398#21495
    end
    object Label2: TLabel
      Left = 383
      Top = 30
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #35838#31243#21495
    end
    object Edit1: TEdit
      Left = 147
      Top = 24
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 436
      Top = 24
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
      Text = 'Edit2'
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 72
    Width = 345
    Height = 177
    Caption = #29677#32423#32479#35745
    TabOrder = 1
    object Button1: TButton
      Left = 197
      Top = 16
      Width = 81
      Height = 25
      Caption = #24179#22343#25104#32489
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 198
      Top = 56
      Width = 81
      Height = 25
      Caption = #20998#25968#27573#20154#25968
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 197
      Top = 97
      Width = 81
      Height = 25
      Caption = #26631#20934#24046
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 197
      Top = 138
      Width = 81
      Height = 25
      Caption = #21512#26684#20154#25968
      TabOrder = 3
      OnClick = Button4Click
    end
    object ComboBox1: TComboBox
      Left = 26
      Top = 56
      Width = 145
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ItemHeight = 13
      TabOrder = 4
      Text = '60'#20197#19978
      Items.Strings = (
        '60'#20197#19979
        '60'#20197#19978
        '60-69'
        '70-79'
        '80-89'
        '90-100')
    end
  end
  object GroupBox3: TGroupBox
    Left = 347
    Top = 71
    Width = 334
    Height = 178
    Caption = #23398#29983#32479#35745
    TabOrder = 2
    object Button5: TButton
      Left = 176
      Top = 40
      Width = 106
      Height = 25
      Caption = #24050#20462#35838#31243
      TabOrder = 0
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 176
      Top = 88
      Width = 106
      Height = 25
      Caption = #26412#23398#26399#35838#31243
      TabOrder = 1
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 176
      Top = 128
      Width = 106
      Height = 25
      Caption = #24179#22343#25104#32489
      TabOrder = 2
      OnClick = Button7Click
    end
    object ComboBox2: TComboBox
      Left = 16
      Top = 128
      Width = 145
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ItemHeight = 13
      TabOrder = 3
      Text = '2006.9-2006.12'
      Items.Strings = (
        '2003.9-2003.12'
        '2004.2-2004.7'
        '2004.9-2004.12'
        '2005.2-2005.7'
        '2005.9-2005.12'
        '2006.2-2006.7'
        '2006.9-2006.12')
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 256
    Width = 529
    Height = 193
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button8: TButton
    Left = 560
    Top = 328
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 4
    OnClick = Button8Click
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 152
    Top = 296
  end
  object ADOQuery1: TADOQuery
    Connection = Form1.ADOConnection1
    Parameters = <>
    Left = 72
    Top = 296
  end
end

⌨️ 快捷键说明

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