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

📄 uqryinfo.dfm

📁 可实现学生成绩管理系统的各种功能,无需登陆,直接查询学生的各种信息
💻 DFM
字号:
object frmQryInfo: TfrmQryInfo
  Left = 295
  Top = 209
  Width = 420
  Height = 394
  Caption = #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 = 267
    Top = 15
    Width = 122
    Height = 20
    AutoSize = False
    Caption = #35831#36755#20837#26597#35810#26465#20214
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMaroon
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object DBGrdQry: TDBGrid
    Left = 3
    Top = 125
    Width = 403
    Height = 191
    DataSource = ActiveSource
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clBlue
    TitleFont.Height = -19
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object DBNavig: TDBNavigator
    Left = 22
    Top = 322
    Width = 248
    Height = 31
    DataSource = ActiveSource
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
    TabOrder = 1
  end
  object EdtQry: TEdit
    Left = 267
    Top = 40
    Width = 103
    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 = 16
    Top = 12
    Width = 102
    Height = 106
    Caption = #20449#24687#34920#36873#25321
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clPurple
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ItemIndex = 0
    Items.Strings = (
      #23398#29983#20449#24687
      #35838#31243#20449#24687
      #25104#32489#20449#24687)
    ParentFont = False
    TabOrder = 3
    OnClick = RadioGrpIndexClick
  end
  object BitBtnClose: TBitBtn
    Left = 317
    Top = 325
    Width = 75
    Height = 27
    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 = 286
    Top = 78
    Width = 67
    Height = 30
    Caption = #26597#35810
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMaroon
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 5
    OnClick = BtnQueryClick
  end
  object RadioGrpCond: TRadioGroup
    Left = 128
    Top = 12
    Width = 113
    Height = 107
    Caption = #26597#35810#26465#20214#36873#25321
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 6
    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 + -