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

📄 deletegradeunit1.dfm

📁 一个功能完美的学生成绩管理系统   使用ACCESS数据库在DATA文件夹中 功能强大
💻 DFM
字号:
object deletegradeForm: TdeletegradeForm
  Left = 215
  Top = 106
  Width = 483
  Height = 419
  Caption = #21024#38500#25104#32489#35760#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 475
    Height = 86
    Align = alTop
    AutoSize = True
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 12
      Top = 2
      Width = 97
      Height = 20
      AutoSize = False
      Caption = #23398'          '#21495#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 12
      Top = 30
      Width = 89
      Height = 17
      AutoSize = False
      Caption = #24320#35838#24180#20221#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 13
      Top = 62
      Width = 82
      Height = 22
      AutoSize = False
      Caption = #35838#31243#21517#31216#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 215
      Top = 33
      Width = 26
      Height = 17
      AutoSize = False
      Caption = #24180
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 104
      Top = 2
      Width = 105
      Height = 21
      MaxLength = 8
      TabOrder = 0
    end
    object ComboBox2: TComboBox
      Left = 104
      Top = 62
      Width = 169
      Height = 19
      Style = csOwnerDrawFixed
      ItemHeight = 13
      TabOrder = 1
      OnChange = ComboBox2Change
    end
    object ComboBox1: TComboBox
      Left = 104
      Top = 30
      Width = 105
      Height = 19
      Style = csOwnerDrawFixed
      ItemHeight = 13
      TabOrder = 2
      OnChange = ComboBox1Change
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 86
    Width = 475
    Height = 29
    Align = alTop
    AutoSize = True
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object DBNavigator1: TDBNavigator
      Left = 2
      Top = 2
      Width = 471
      Height = 25
      DataSource = DataModule1.DSall
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbDelete, nbRefresh]
      Align = alTop
      Flat = True
      Hints.Strings = (
        #31532#19968#26465#35760#24405
        #21069#19968#26465#35760#24405
        #19979#19968#26465#35760#24405
        #26368#21518#19968#26465#35760#24405
        'Insert record'
        #21024#38500#35760#24405
        'Edit record'
        'Post edit'
        'Cancel edit'
        #21047#26032#25968#25454)
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 115
    Width = 475
    Height = 277
    Align = alClient
    AutoSize = True
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object DBGrid1: TDBGrid
      Left = 2
      Top = 2
      Width = 471
      Height = 273
      Align = alClient
      DataSource = DataModule1.DSall
      FixedColor = clSkyBlue
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'sno'
          Title.Caption = #23398#21495
          Width = 66
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'cname'
          Title.Caption = #35838#31243#21517#31216
          Width = 135
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'tname'
          Title.Caption = #20219#35838#25945#24072
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'grade'
          Title.Caption = #25104#32489
          Width = 42
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'year'
          Title.Caption = #24180#20221
          Width = 33
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'term'
          Title.Caption = #23398#26399
          Width = 30
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'type'
          Title.Caption = #32771#35797#31867#22411
          Width = 71
          Visible = True
        end>
    end
  end
end

⌨️ 快捷键说明

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