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

📄 unit7.~dfm

📁 学生成绩管理系统
💻 ~DFM
字号:
object gradearea: Tgradearea
  Left = 115
  Top = 108
  Width = 616
  Height = 375
  Caption = #21306#38388#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 113
    Width = 608
    Height = 235
    Align = alClient
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 606
      Height = 233
      Align = alClient
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'Studentid'
          Title.Caption = #23398#21495
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Chinese'
          Title.Caption = #35821#25991
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Math'
          Title.Caption = #25968#23398
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'English'
          Title.Caption = #33521#35821
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Computer'
          Title.Caption = #35745#31639#26426
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'C'
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Delphi'
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Java'
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Linux'
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'History'
          Title.Caption = #21382#21490
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Vf'
          Visible = True
        end
        item
          Color = clGradientActiveCaption
          Expanded = False
          FieldName = 'Average'
          Title.Caption = #24179#22343#25104#32489
          Visible = True
        end
        item
          Color = clGradientActiveCaption
          Expanded = False
          FieldName = 'Sum'
          Title.Caption = #24635#25104#32489
          Visible = True
        end>
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 608
    Height = 113
    Align = alTop
    TabOrder = 1
    object GroupBox3: TGroupBox
      Left = 8
      Top = -16
      Width = 785
      Height = 129
      Caption = #21306#38388#26597#35810
      TabOrder = 0
      object GroupBox4: TGroupBox
        Left = 8
        Top = 32
        Width = 289
        Height = 81
        Caption = #24179#22343#25104#32489#21306#38388#26597#35810
        TabOrder = 0
        object Edit1: TEdit
          Left = 104
          Top = 40
          Width = 65
          Height = 21
          TabOrder = 0
          Text = '60'
        end
        object Edit2: TEdit
          Left = 192
          Top = 41
          Width = 57
          Height = 21
          TabOrder = 1
          Text = '80'
        end
        object Button3: TButton
          Left = 8
          Top = 32
          Width = 75
          Height = 25
          Caption = #26597#25214
          TabOrder = 2
          OnClick = Button3Click
        end
      end
      object GroupBox5: TGroupBox
        Left = 312
        Top = 32
        Width = 289
        Height = 81
        Caption = #24635#25104#32489#21306#38388#26597#35810
        TabOrder = 1
        object Button4: TButton
          Left = 8
          Top = 32
          Width = 75
          Height = 25
          Caption = #26597#25214
          TabOrder = 0
          OnClick = Button4Click
        end
        object Edit3: TEdit
          Left = 108
          Top = 40
          Width = 57
          Height = 21
          TabOrder = 1
          Text = '600'
        end
        object Edit4: TEdit
          Left = 195
          Top = 40
          Width = 57
          Height = 21
          TabOrder = 2
          Text = '800'
        end
      end
    end
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'yytgrade'
    TableName = 'grade.db'
    Left = 520
    Top = 280
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 408
    Top = 168
  end
end

⌨️ 快捷键说明

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