unit5.~dfm

来自「学生成绩管理系统」· ~DFM 代码 · 共 375 行

~DFM
375
字号
object gradelook: Tgradelook
  Left = 49
  Top = 127
  Width = 713
  Height = 418
  Caption = #25104#32489#26597#25214
  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 = 0
    Width = 705
    Height = 185
    Align = alTop
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 16
      Top = 0
      Width = 275
      Height = 177
      Caption = #26597#25214#21450#26684#30340#23398#29983
      TabOrder = 0
      object Button1: TButton
        Left = 8
        Top = 80
        Width = 73
        Height = 25
        Caption = #26597#25214
        TabOrder = 0
        OnClick = Button1Click
      end
      object RadioButton1: TRadioButton
        Left = 92
        Top = 23
        Width = 65
        Height = 17
        Caption = #35821#25991
        TabOrder = 1
        OnClick = RadioButton1Click
      end
      object RadioButton2: TRadioButton
        Left = 92
        Top = 53
        Width = 60
        Height = 17
        Caption = #25968#23398
        TabOrder = 2
        OnClick = RadioButton2Click
      end
      object RadioButton3: TRadioButton
        Left = 92
        Top = 83
        Width = 65
        Height = 17
        Caption = #33521#35821
        TabOrder = 3
        OnClick = RadioButton3Click
      end
      object RadioButton4: TRadioButton
        Left = 92
        Top = 113
        Width = 60
        Height = 17
        Caption = #35745#31639#26426
        TabOrder = 4
        OnClick = RadioButton4Click
      end
      object RadioButton5: TRadioButton
        Left = 92
        Top = 143
        Width = 54
        Height = 17
        Caption = 'C '#35821#35328
        TabOrder = 5
        OnClick = RadioButton5Click
      end
      object RadioButton6: TRadioButton
        Left = 166
        Top = 24
        Width = 54
        Height = 17
        Caption = 'Dephi'
        TabOrder = 6
        OnClick = RadioButton6Click
      end
      object RadioButton7: TRadioButton
        Left = 166
        Top = 53
        Width = 58
        Height = 17
        Caption = 'Java'
        TabOrder = 7
        OnClick = RadioButton7Click
      end
      object RadioButton8: TRadioButton
        Left = 166
        Top = 83
        Width = 58
        Height = 17
        Caption = 'Linux'
        TabOrder = 8
        OnClick = RadioButton8Click
      end
      object RadioButton9: TRadioButton
        Left = 166
        Top = 113
        Width = 58
        Height = 17
        Caption = #21382#21490
        TabOrder = 9
        OnClick = RadioButton9Click
      end
      object RadioButton10: TRadioButton
        Left = 166
        Top = 143
        Width = 58
        Height = 17
        Caption = 'VF'
        TabOrder = 10
        OnClick = RadioButton10Click
      end
    end
    object GroupBox2: TGroupBox
      Left = 438
      Top = 1
      Width = 266
      Height = 183
      Align = alRight
      Caption = #26597#25214#19981#21450#26684#30340#23398#29983
      TabOrder = 1
      object Button2: TButton
        Left = 8
        Top = 80
        Width = 75
        Height = 25
        Caption = #26597#25214
        TabOrder = 0
        OnClick = Button2Click
      end
      object RadioButton11: TRadioButton
        Left = 96
        Top = 16
        Width = 56
        Height = 17
        Caption = #35821#25991
        TabOrder = 1
        OnClick = RadioButton11Click
      end
      object RadioButton12: TRadioButton
        Left = 96
        Top = 52
        Width = 56
        Height = 17
        Caption = #25968#23398
        TabOrder = 2
        OnClick = RadioButton12Click
      end
      object RadioButton13: TRadioButton
        Left = 96
        Top = 88
        Width = 56
        Height = 17
        Caption = #33521#35821
        TabOrder = 3
        OnClick = RadioButton13Click
      end
      object RadioButton14: TRadioButton
        Left = 96
        Top = 124
        Width = 56
        Height = 17
        Caption = #35745#31639#26426
        TabOrder = 4
        OnClick = RadioButton14Click
      end
      object RadioButton15: TRadioButton
        Left = 96
        Top = 160
        Width = 56
        Height = 17
        Caption = 'C '#35821#35328
        TabOrder = 5
        OnClick = RadioButton15Click
      end
      object RadioButton16: TRadioButton
        Left = 172
        Top = 16
        Width = 63
        Height = 17
        Caption = 'Dephi'
        TabOrder = 6
        OnClick = RadioButton16Click
      end
      object RadioButton17: TRadioButton
        Left = 172
        Top = 52
        Width = 63
        Height = 17
        Caption = 'Java'
        TabOrder = 7
        OnClick = RadioButton17Click
      end
      object RadioButton18: TRadioButton
        Left = 172
        Top = 88
        Width = 63
        Height = 17
        Caption = 'Linux'
        TabOrder = 8
        OnClick = RadioButton18Click
      end
      object RadioButton19: TRadioButton
        Left = 172
        Top = 124
        Width = 63
        Height = 17
        Caption = #21382#21490
        TabOrder = 9
        OnClick = RadioButton19Click
      end
      object RadioButton20: TRadioButton
        Left = 172
        Top = 160
        Width = 63
        Height = 17
        Caption = 'VF'
        TabOrder = 10
        OnClick = RadioButton20Click
      end
    end
    object Button3: TButton
      Left = 314
      Top = 152
      Width = 89
      Height = 25
      Caption = #25171#21360#24403#21069#39029
      TabOrder = 2
      OnClick = Button3Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 185
    Width = 705
    Height = 206
    Align = alClient
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 703
      Height = 204
      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 Table1: TTable
    Active = True
    DatabaseName = 'yytgrade'
    TableName = 'grade.db'
    Left = 32
    Top = 272
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 8
    Top = 320
  end
  object RvProject1: TRvProject
    ProjectFile = 'Project1.rav'
    Left = 312
    Top = 120
  end
  object RvTableConnection1: TRvTableConnection
    RuntimeVisibility = rtDeveloper
    Table = Table1
    Left = 352
    Top = 112
  end
end

⌨️ 快捷键说明

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