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

📄 queryfrm.dfm

📁 一小的学生成绩管理系统,是学习DELPHI的好资料.
💻 DFM
字号:
object QueryForm: TQueryForm
  Left = 200
  Top = 110
  AutoScroll = False
  Caption = #39640#25968#25945#30740#23460#65293#23398#29983#25104#32489#31649#29702#31995#32479
  ClientHeight = 174
  ClientWidth = 396
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 2
    Top = 2
    Width = 391
    Height = 169
    Caption = #26597#35810#26465#20214':'
    TabOrder = 0
    object Label1: TLabel
      Left = 28
      Top = 18
      Width = 33
      Height = 13
      Caption = #23398'   '#21495
    end
    object Label2: TLabel
      Left = 141
      Top = 18
      Width = 33
      Height = 13
      Caption = #22995'   '#21517
    end
    object Label3: TLabel
      Left = 249
      Top = 17
      Width = 48
      Height = 13
      Caption = #26159#21542#32570#32771
    end
    object Label4: TLabel
      Left = 22
      Top = 49
      Width = 36
      Height = 13
      Caption = #24635#25104#32489
    end
    object sbQuery: TSpeedButton
      Left = 157
      Top = 132
      Width = 43
      Height = 22
      Caption = #26597'  '#35810
      OnClick = sbQueryClick
    end
    object sbFresh: TSpeedButton
      Left = 212
      Top = 132
      Width = 43
      Height = 23
      Caption = #21047'  '#26032
    end
    object sbState: TSpeedButton
      Left = 271
      Top = 132
      Width = 92
      Height = 23
      Caption = #26174#31034#32508#21512#26597#35810
      OnClick = sbStateClick
    end
    object Label8: TLabel
      Left = 199
      Top = 53
      Width = 12
      Height = 14
      Caption = #20998
    end
    object Label9: TLabel
      Left = 199
      Top = 76
      Width = 12
      Height = 13
      Caption = #20998
    end
    object Label10: TLabel
      Left = 199
      Top = 102
      Width = 12
      Height = 13
      Caption = #20998
    end
    object Label11: TLabel
      Left = 349
      Top = 48
      Width = 12
      Height = 13
      Caption = #20998
    end
    object Label12: TLabel
      Left = 350
      Top = 73
      Width = 12
      Height = 13
      Caption = #20998
    end
    object Label13: TLabel
      Left = 350
      Top = 99
      Width = 12
      Height = 13
      Caption = #20998
    end
    object EdtStuno: TEdit
      Left = 75
      Top = 15
      Width = 55
      Height = 24
      TabOrder = 0
    end
    object cbAbsent: TComboBox
      Left = 315
      Top = 15
      Width = 47
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        #26159
        #21542)
    end
    object cbGCond1: TComboBox
      Left = 79
      Top = 52
      Width = 46
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 2
      OnClick = cbGCond1Click
      Items.Strings = (
        ''
        '= '
        '> '
        '>= '
        '< '
        '<= ')
    end
    object cbGCond2: TComboBox
      Left = 228
      Top = 49
      Width = 46
      Height = 21
      Style = csDropDownList
      Enabled = False
      ItemHeight = 13
      TabOrder = 3
      Items.Strings = (
        ''
        '< '
        '<= ')
    end
    object EdtGrade1: TEdit
      Left = 134
      Top = 48
      Width = 53
      Height = 24
      TabOrder = 4
    end
    object EdtGrade2: TEdit
      Left = 291
      Top = 45
      Width = 52
      Height = 24
      Enabled = False
      TabOrder = 5
    end
    object rgLogic: TRadioGroup
      Left = 20
      Top = 123
      Width = 117
      Height = 33
      Columns = 2
      ItemIndex = 0
      Items.Strings = (
        #36923#36753#19982
        #36923#36753#25110)
      TabOrder = 6
    end
  end
  object EdtStuName: TEdit
    Left = 185
    Top = 16
    Width = 56
    Height = 24
    TabOrder = 1
  end
  object EdtValue11: TEdit
    Left = 136
    Top = 75
    Width = 53
    Height = 24
    TabOrder = 2
  end
  object cbCond12: TComboBox
    Left = 231
    Top = 75
    Width = 47
    Height = 21
    Style = csDropDownList
    Enabled = False
    ItemHeight = 13
    TabOrder = 3
    Items.Strings = (
      ''
      '< '
      '<= ')
  end
  object EdtValue12: TEdit
    Left = 293
    Top = 72
    Width = 53
    Height = 24
    Enabled = False
    TabOrder = 4
  end
  object cbCond21: TComboBox
    Left = 80
    Top = 102
    Width = 47
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 5
    OnClick = cbCond21Click
    Items.Strings = (
      ''
      '= '
      '> '
      '>= '
      '< '
      '<= ')
  end
  object EdtValue21: TEdit
    Left = 136
    Top = 100
    Width = 53
    Height = 24
    TabOrder = 6
  end
  object cbCond22: TComboBox
    Left = 231
    Top = 100
    Width = 47
    Height = 21
    Style = csDropDownList
    Enabled = False
    ItemHeight = 13
    TabOrder = 7
    Items.Strings = (
      ''
      '< '
      '<= ')
  end
  object EdtValue22: TEdit
    Left = 293
    Top = 98
    Width = 53
    Height = 24
    Enabled = False
    TabOrder = 8
  end
  object cbCond11: TComboBox
    Left = 80
    Top = 78
    Width = 47
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 9
    OnClick = cbCond11Click
    Items.Strings = (
      ''
      '= '
      '> '
      '>= '
      '< '
      '<= ')
  end
  object cbFieldName1: TComboBox
    Left = 10
    Top = 78
    Width = 62
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 10
    Items.Strings = (
      '')
  end
  object cbFieldName2: TComboBox
    Left = 10
    Top = 102
    Width = 61
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 11
    Items.Strings = (
      '')
  end
  object Panel1: TPanel
    Left = 2
    Top = 173
    Width = 391
    Height = 148
    BevelInner = bvLowered
    Caption = #32508#21512#26597#35810
    TabOrder = 12
    object GroupBox3: TGroupBox
      Left = 3
      Top = 2
      Width = 385
      Height = 135
      Caption = #26597#35810#25805#20316
      TabOrder = 0
      object Label5: TLabel
        Left = 7
        Top = 18
        Width = 102
        Height = 13
        Caption = #26597#35810#26465#20214#26174#31034'          '
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label6: TLabel
        Left = 329
        Top = 25
        Width = 46
        Height = 13
        AutoSize = False
        Caption = #36215#22987#20540
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -8
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label7: TLabel
        Left = 331
        Top = 73
        Width = 46
        Height = 13
        AutoSize = False
        Caption = #32456#28857#20540
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Memo1: TMemo
        Left = 5
        Top = 34
        Width = 130
        Height = 67
        ReadOnly = True
        TabOrder = 0
      end
      object BitBtn1: TBitBtn
        Left = 137
        Top = 44
        Width = 69
        Height = 16
        Caption = #28165#38500#26465#20214
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
      object BitBtn2: TBitBtn
        Left = 137
        Top = 60
        Width = 69
        Height = 17
        Caption = #25191#34892#26597#35810
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
      end
      object BitBtn3: TBitBtn
        Left = 137
        Top = 77
        Width = 69
        Height = 16
        Caption = #24674#22797#25968#25454
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
      end
      object BitBtn4: TBitBtn
        Left = 137
        Top = 93
        Width = 69
        Height = 16
        Caption = #25191#34892#21024#38500
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 4
      end
      object ListBox1: TListBox
        Left = 207
        Top = 12
        Width = 72
        Height = 93
        ItemHeight = 13
        TabOrder = 5
      end
      object rbQuery: TRadioButton
        Left = 137
        Top = 12
        Width = 68
        Height = 14
        Caption = #26597#35810#35760#24405
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 6
      end
      object rbDelete: TRadioButton
        Left = 137
        Top = 28
        Width = 68
        Height = 14
        Caption = #21024#38500#35760#24405
        Ctl3D = True
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 7
      end
      object BitBtn5: TBitBtn
        Left = 208
        Top = 106
        Width = 72
        Height = 20
        Caption = #23383#27573#21015#34920
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 8
      end
      object LbOperation: TListBox
        Left = 281
        Top = 11
        Width = 39
        Height = 110
        ItemHeight = 13
        Items.Strings = (
          '>'
          '>='
          '<'
          '<='
          '='
          '<>'
          'in'
          'and'
          'or'
          'not'
          '('
          ')')
        TabOrder = 9
      end
      object Edit1: TEdit
        Left = 326
        Top = 46
        Width = 53
        Height = 24
        TabOrder = 10
      end
      object Edit2: TEdit
        Left = 327
        Top = 92
        Width = 52
        Height = 24
        Enabled = False
        TabOrder = 11
      end
      object BitBtn6: TBitBtn
        Left = 137
        Top = 109
        Width = 69
        Height = 17
        Caption = #35760#24518#26465#20214
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 12
      end
      object cbHistory: TComboBox
        Left = 5
        Top = 102
        Width = 130
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 13
      end
    end
  end
end

⌨️ 快捷键说明

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