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

📄 uqrygrade.dfm

📁 可实现学生成绩管理系统的各种功能,无需登陆,直接查询学生的各种信息
💻 DFM
字号:
object frmQryStudent: TfrmQryStudent
  Left = 226
  Top = 163
  Width = 445
  Height = 405
  Caption = #23398#29983#20449#24687#26597#35810#22788#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 48
    Width = 137
    Height = 20
    AutoSize = False
    Caption = #35831#36755#20837#26597#35810#26465#20214
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 128
    Width = 401
    Height = 185
    DataSource = ActiveSource
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavig: TDBNavigator
    Left = 26
    Top = 331
    Width = 288
    Height = 31
    DataSource = ActiveSource
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
    TabOrder = 1
  end
  object EdtQry: TEdit
    Left = 167
    Top = 46
    Width = 90
    Height = 24
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentFont = False
    TabOrder = 2
    OnChange = BtnQueryClick
  end
  object RadioGrpIndex: TRadioGroup
    Left = 288
    Top = 24
    Width = 89
    Height = 81
    Caption = #26465#20214#36873#25321
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ItemIndex = 0
    Items.Strings = (
      #23398#21495
      #22995#21517)
    ParentFont = False
    TabOrder = 3
    OnClick = RadioGrpIndexClick
  end
  object BitBtnClose: TBitBtn
    Left = 344
    Top = 336
    Width = 75
    Height = 25
    Caption = #20851#38381'[&C]'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = BitBtnCloseClick
    Kind = bkClose
  end
  object BtnQuery: TButton
    Left = 112
    Top = 88
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 5
    OnClick = BtnQueryClick
  end
  object ActiveSource: TDataSource
    DataSet = DMSchool.ADOQuery
    Left = 200
    Top = 224
  end
end

⌨️ 快捷键说明

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