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

📄 queryscore.dfm

📁 自己做的用delphi开发的学生成绩管理系统。
💻 DFM
字号:
object frmQueryScore: TfrmQueryScore
  Left = 334
  Top = 234
  Width = 456
  Height = 251
  Caption = #25104#32489#26597#35810#26465#20214#35774#23450
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object GroupBox1: TGroupBox
    Left = 6
    Top = 7
    Width = 435
    Height = 170
    TabOrder = 0
    object Label1: TLabel
      Left = 252
      Top = 100
      Width = 15
      Height = 15
      Caption = #19988
    end
    object Label4: TLabel
      Left = 253
      Top = 137
      Width = 15
      Height = 15
      Caption = #19988
    end
    object CheckBox1: TCheckBox
      Left = 11
      Top = 24
      Width = 97
      Height = 17
      Caption = #36873#25321#29677#32423
      Checked = True
      State = cbChecked
      TabOrder = 0
      OnClick = CheckBox1Click
    end
    object cmbClass: TComboBox
      Left = 98
      Top = 23
      Width = 328
      Height = 23
      Style = csDropDownList
      ItemHeight = 15
      TabOrder = 1
      OnChange = cmbClassChange
    end
    object CheckBox2: TCheckBox
      Left = 12
      Top = 63
      Width = 97
      Height = 17
      Caption = #36873#25321#35838#31243
      Checked = True
      State = cbChecked
      TabOrder = 2
      OnClick = CheckBox2Click
    end
    object cmbKCDM: TComboBox
      Left = 98
      Top = 60
      Width = 115
      Height = 23
      Style = csDropDownList
      ItemHeight = 15
      TabOrder = 3
    end
    object CheckBox3: TCheckBox
      Left = 228
      Top = 64
      Width = 97
      Height = 17
      Caption = #36873#25321#23398#29983
      TabOrder = 4
      OnClick = CheckBox3Click
    end
    object cmbXH: TComboBox
      Left = 311
      Top = 61
      Width = 115
      Height = 23
      Style = csDropDownList
      Enabled = False
      ItemHeight = 15
      TabOrder = 5
    end
    object cmbScore1: TComboBox
      Left = 93
      Top = 97
      Width = 42
      Height = 23
      Style = csDropDownList
      ItemHeight = 15
      ItemIndex = 0
      TabOrder = 6
      Text = '>='
      Items.Strings = (
        '>='
        '<='
        '=')
    end
    object edtScore1: TEdit
      Left = 137
      Top = 97
      Width = 111
      Height = 23
      TabOrder = 7
      Text = '0'
    end
    object cmbScore2: TComboBox
      Left = 270
      Top = 97
      Width = 42
      Height = 23
      Style = csDropDownList
      ItemHeight = 15
      ItemIndex = 1
      TabOrder = 8
      Text = '<='
      Items.Strings = (
        '>='
        '<='
        '=')
    end
    object edtScore2: TEdit
      Left = 315
      Top = 97
      Width = 111
      Height = 23
      TabOrder = 9
      Text = '100'
    end
    object cmbDate1: TComboBox
      Left = 94
      Top = 132
      Width = 42
      Height = 23
      Style = csDropDownList
      Enabled = False
      ItemHeight = 15
      ItemIndex = 0
      TabOrder = 10
      Text = '>='
      Items.Strings = (
        '>='
        '<=')
    end
    object cmbDate2: TComboBox
      Left = 271
      Top = 132
      Width = 42
      Height = 23
      Style = csDropDownList
      Enabled = False
      ItemHeight = 15
      ItemIndex = 0
      TabOrder = 11
      Text = '>='
      Items.Strings = (
        '>='
        '<=')
    end
    object DateTimePicker1: TDateTimePicker
      Left = 138
      Top = 133
      Width = 111
      Height = 23
      CalAlignment = dtaLeft
      Date = 29221.1882204861
      Time = 29221.1882204861
      DateFormat = dfShort
      DateMode = dmComboBox
      Enabled = False
      Kind = dtkDate
      ParseInput = False
      TabOrder = 12
    end
    object DateTimePicker2: TDateTimePicker
      Left = 316
      Top = 134
      Width = 111
      Height = 23
      CalAlignment = dtaLeft
      Date = 29221.1882204861
      Time = 29221.1882204861
      DateFormat = dfShort
      DateMode = dmComboBox
      Enabled = False
      Kind = dtkDate
      ParseInput = False
      TabOrder = 13
    end
    object CheckBox4: TCheckBox
      Left = 13
      Top = 101
      Width = 63
      Height = 17
      Caption = #25104#32489#65306
      Checked = True
      State = cbChecked
      TabOrder = 14
      OnClick = CheckBox4Click
    end
    object CheckBox5: TCheckBox
      Left = 13
      Top = 133
      Width = 63
      Height = 17
      Caption = #26085#26399#65306
      TabOrder = 15
      OnClick = CheckBox5Click
    end
  end
  object Button1: TButton
    Left = 92
    Top = 187
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 281
    Top = 187
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 40
    Top = 192
  end
end

⌨️ 快捷键说明

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