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

📄 gradeunit.dfm

📁 一个功能完美的学生成绩管理系统   使用ACCESS数据库在DATA文件夹中 功能强大
💻 DFM
字号:
object gradequeryform: Tgradequeryform
  Left = 296
  Top = 171
  Width = 314
  Height = 236
  AutoSize = True
  Caption = #23398#29983#20010#20154#25104#32489#26597#35810
  Color = clBtnFace
  Constraints.MaxHeight = 236
  Constraints.MaxWidth = 314
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 306
    Height = 169
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 36
      Top = 30
      Width = 97
      Height = 20
      AutoSize = False
      Caption = #23398'    '#21495#65306
    end
    object Label2: TLabel
      Left = 36
      Top = 62
      Width = 69
      Height = 17
      AutoSize = False
      Caption = #24320#35838#24180#20221#65306
    end
    object Label3: TLabel
      Left = 36
      Top = 94
      Width = 82
      Height = 22
      AutoSize = False
      Caption = #35838#31243#21517#31216#65306
    end
    object Label4: TLabel
      Left = 215
      Top = 65
      Width = 26
      Height = 17
      AutoSize = False
      Caption = #24180
    end
    object Edit1: TMaskEdit
      Left = 104
      Top = 30
      Width = 104
      Height = 20
      Hint = #35831#36755#20837#23398#21495
      EditMask = '99999999;1; '
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      MaxLength = 8
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      Text = '        '
    end
    object ComboBox2: TComboBox
      Left = 104
      Top = 94
      Width = 169
      Height = 19
      Style = csOwnerDrawFixed
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ItemHeight = 13
      Sorted = True
      TabOrder = 1
    end
    object ComboBox1: TComboBox
      Left = 104
      Top = 62
      Width = 105
      Height = 19
      Style = csOwnerDrawFixed
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ItemHeight = 13
      TabOrder = 2
      OnChange = ComboBox1Change
    end
    object BitBtn1: TBitBtn
      Left = 48
      Top = 133
      Width = 89
      Height = 23
      Caption = #24320#22987#26597#35810
      Default = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = BitBtn1Click
      NumGlyphs = 2
      Spacing = 2
    end
    object BitBtn2: TBitBtn
      Left = 136
      Top = 133
      Width = 81
      Height = 23
      Caption = #37325#26032#26597#35810
      Enabled = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = BitBtn2Click
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
        33333333333F8888883F33330000324334222222443333388F3833333388F333
        000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
        F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
        223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
        3338888300003AAAAAAA33333333333888888833333333330000333333333333
        333333333333333333FFFFFF000033333333333344444433FFFF333333888888
        00003A444333333A22222438888F333338F3333800003A2243333333A2222438
        F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
        22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
        33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
        3333333333338888883333330000333333333333333333333333333333333333
        0000}
      NumGlyphs = 2
    end
    object Animate1: TAnimate
      Left = 50
      Top = 136
      Width = 16
      Height = 16
      CommonAVI = aviFindFile
      StopFrame = 8
    end
    object BitBtn3: TBitBtn
      Left = 216
      Top = 133
      Width = 75
      Height = 23
      Caption = #36820#22238
      TabOrder = 6
      Kind = bkCancel
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 169
    Width = 306
    Height = 40
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object Label5: TLabel
      Left = 40
      Top = 13
      Width = 81
      Height = 12
      AutoSize = False
      Caption = #20320#30340#25104#32489#26159':'
    end
    object DBEdit1: TDBEdit
      Left = 130
      Top = 10
      Width = 121
      Height = 20
      DataSource = DataModule1.DSall
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      ReadOnly = True
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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