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

📄 formscoreclass.dfm

📁 Delphi数据库编程
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object frmScoreClass: TfrmScoreClass
  Left = 336
  Top = 106
  Width = 640
  Height = 540
  Caption = #29677#32423#25104#32489#20998#26512
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 200
    Top = 8
    Width = 153
    Height = 13
    AutoSize = False
    Caption = #35813#29677#32423#23433#25490#30340#25152#26377#35838#31243
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 320
    Width = 185
    Height = 185
    Caption = #29677#32423#20449#24687
    TabOrder = 0
    object dbtClassID: TDBText
      Left = 80
      Top = 24
      Width = 97
      Height = 13
      Color = clBtnHighlight
      DataField = 'ClassID'
      DataSource = dsClassInfo
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clHighlight
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object dbtClassName: TDBText
      Left = 24
      Top = 88
      Width = 153
      Height = 13
      Color = clBtnHighlight
      DataField = 'ClassName'
      DataSource = dsClassInfo
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clHighlight
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object dbtBeginDate: TDBText
      Left = 80
      Top = 48
      Width = 97
      Height = 13
      Color = clBtnHighlight
      DataField = 'BeginDate'
      DataSource = dsClassInfo
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clHighlight
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object dbtMaster: TDBText
      Left = 80
      Top = 112
      Width = 97
      Height = 13
      Color = clBtnHighlight
      DataField = 'Master'
      DataSource = dsClassInfo
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clHighlight
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object dbtDepartName: TDBText
      Left = 80
      Top = 136
      Width = 97
      Height = 13
      Color = clBtnHighlight
      DataField = 'DepartName'
      DataSource = dsClassInfo
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clHighlight
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 70
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #29677#32423#32534#21495
    end
    object Label3: TLabel
      Left = 8
      Top = 72
      Width = 70
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #29677#32423#21517#31216
    end
    object Label4: TLabel
      Left = 8
      Top = 48
      Width = 70
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #20837#23398#26085#26399
    end
    object Label5: TLabel
      Left = 8
      Top = 112
      Width = 70
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #29677#20027#20219
    end
    object Label6: TLabel
      Left = 8
      Top = 136
      Width = 70
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #25152#23646#38498#31995
    end
    object dbtDepartHead: TDBText
      Left = 80
      Top = 160
      Width = 97
      Height = 17
      Color = clBtnHighlight
      DataField = 'DepartHead'
      DataSource = dsClassInfo
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clHighlight
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object Label7: TLabel
      Left = 8
      Top = 160
      Width = 70
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #38498#31995#36127#36131#20154
    end
  end
  object dbgClass: TDBGrid
    Left = 8
    Top = 8
    Width = 185
    Height = 305
    DataSource = dsClass
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'ClassName'
        Title.Alignment = taCenter
        Title.Caption = #29677#32423#21517#31216
        Width = 144
        Visible = True
      end>
  end
  object DBGrid1: TDBGrid
    Left = 200
    Top = 24
    Width = 185
    Height = 169
    DataSource = dsCourse
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'CourseName'
        Title.Alignment = taCenter
        Title.Caption = #35838#31243#21517#31216
        Width = 143
        Visible = True
      end>
  end
  object dbgScore: TDBGrid
    Left = 392
    Top = 8
    Width = 233
    Height = 497
    DataSource = dsScore
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'StudentID'
        Title.Alignment = taCenter
        Title.Caption = #23398#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Name'
        Title.Alignment = taCenter
        Title.Caption = #22995#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Score'
        Title.Alignment = taCenter
        Title.Caption = #25104#32489
        Visible = True
      end>
  end
  object GroupBox2: TGroupBox
    Left = 200
    Top = 200
    Width = 185
    Height = 153
    Caption = #35838#31243#20449#24687
    TabOrder = 4
    object Label8: TLabel
      Left = 8
      Top = 24
      Width = 54
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #35838#31243#32534#21495
    end
    object dbtCourseID: TDBText
      Left = 64
      Top = 24
      Width = 113
      Height = 13
      Color = clBtnHighlight
      DataField = 'CourseID'
      DataSource = dsCourseInfo
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clHighlight
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object Label9: TLabel
      Left = 8
      Top = 80
      Width = 54
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #20219#35838#32769#24072
    end
    object dbtTeacher: TDBText
      Left = 64
      Top = 80
      Width = 113
      Height = 13
      Color = clBtnHighlight
      DataField = 'Teacher'
      DataSource = dsCourseInfo
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clHighlight
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object Label10: TLabel
      Left = 8
      Top = 40
      Width = 54
      Height = 13
      Alignment = taRightJustify
      AutoSize = False
      Caption = #35838#31243#21517#31216
    end
    object dbtCourseName: TDBText
      Left = 8
      Top = 56
      Width = 169
      Height = 13
      Color = clBtnHighlight
      DataField = 'CourseName'
      DataSource = dsCourseInfo
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clHighlight
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentColor = False
      ParentFont = False
    end
    object Label11: TLabel
      Left = 8
      Top = 104
      Width = 54
      Height = 13
      Alignment = taRightJustify

⌨️ 快捷键说明

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