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

📄 query.dfm

📁 本文件为使用Delphi开发的学生信息管理系统,演示了如何使用BDE来开发数据库应用程序!
💻 DFM
字号:
object frmSearch: TfrmSearch
  Left = 242
  Top = 264
  Width = 397
  Height = 332
  Caption = #20449#24687#26597#35810#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 389
    Height = 73
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 48
      Top = 24
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #26597#35810#31995#21035
    end
    object Button1: TButton
      Left = 264
      Top = 24
      Width = 75
      Height = 25
      Caption = #26597'    '#35810
      TabOrder = 0
      OnClick = Button1Click
    end
    object ComboBox1: TComboBox
      Left = 104
      Top = 24
      Width = 145
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      ItemHeight = 13
      TabOrder = 1
      Text = 'ComboBox1'
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 80
    Width = 385
    Height = 73
    BevelInner = bvLowered
    TabOrder = 1
    object Label2: TLabel
      Left = 16
      Top = 16
      Width = 33
      Height = 13
      Caption = #31995'   '#21495
    end
    object Label3: TLabel
      Left = 88
      Top = 16
      Width = 36
      Height = 13
      Caption = #31995'    '#21517
    end
    object Label4: TLabel
      Left = 168
      Top = 16
      Width = 36
      Height = 13
      Caption = #30005'    '#35805
    end
    object Label5: TLabel
      Left = 272
      Top = 16
      Width = 48
      Height = 13
      Caption = #23398#29983#24635#25968
      FocusControl = DBEdit4
    end
    object DBEdit4: TDBEdit
      Left = 264
      Top = 32
      Width = 81
      Height = 21
      DataField = 'COUNT(*)'
      DataSource = DataModule3.dsquery
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object DBEdit1: TDBEdit
      Left = 16
      Top = 32
      Width = 57
      Height = 21
      DataField = 'Dno'
      DataSource = DataModule3.dsqryDEPT
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
    object DBEdit2: TDBEdit
      Left = 80
      Top = 32
      Width = 65
      Height = 21
      DataField = 'Dname'
      DataSource = DataModule3.dsqryDEPT
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 2
    end
    object DBEdit3: TDBEdit
      Left = 160
      Top = 32
      Width = 81
      Height = 21
      DataField = 'Tel'
      DataSource = DataModule3.dsqryDEPT
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 3
    end
  end
  object Panel4: TPanel
    Left = 0
    Top = 160
    Width = 385
    Height = 105
    BevelInner = bvLowered
    TabOrder = 2
    object Label6: TLabel
      Left = 8
      Top = 8
      Width = 30
      Height = 13
      Caption = #23398'  '#21495
    end
    object Label7: TLabel
      Left = 96
      Top = 8
      Width = 30
      Height = 13
      Caption = #22995'  '#21517
      FocusControl = DBEdit6
    end
    object Label8: TLabel
      Left = 184
      Top = 8
      Width = 30
      Height = 13
      Caption = #24615'  '#21035
      FocusControl = DBEdit7
    end
    object Label9: TLabel
      Left = 256
      Top = 8
      Width = 30
      Height = 13
      Caption = #24180'  '#40836
      FocusControl = DBEdit8
    end
    object Label10: TLabel
      Left = 320
      Top = 8
      Width = 30
      Height = 13
      Caption = #31995'  '#21035
      FocusControl = DBLookupComboBox2
    end
    object DBEdit6: TDBEdit
      Left = 96
      Top = 24
      Width = 73
      Height = 21
      DataField = 'Sname'
      DataSource = DataModule3.dsstudent
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
    end
    object DBEdit7: TDBEdit
      Left = 184
      Top = 24
      Width = 56
      Height = 21
      DataField = 'Sex'
      DataSource = DataModule3.dsstudent
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
    object DBEdit8: TDBEdit
      Left = 248
      Top = 24
      Width = 49
      Height = 21
      DataField = 'Age'
      DataSource = DataModule3.dsstudent
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 2
    end
    object DBLookupComboBox2: TDBLookupComboBox
      Left = 312
      Top = 24
      Width = 65
      Height = 21
      DataField = 'dname'
      DataSource = DataModule3.dsstudent
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 3
    end
    object DBNavigator2: TDBNavigator
      Left = 80
      Top = 64
      Width = 224
      Height = 25
      DataSource = DataModule3.dsstudent
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      TabOrder = 4
    end
    object DBEdit5: TDBEdit
      Left = 8
      Top = 24
      Width = 57
      Height = 21
      DataField = 'Sno'
      DataSource = DataModule3.dsstudent
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 5
    end
  end
  object BitBtn1: TBitBtn
    Left = 152
    Top = 272
    Width = 75
    Height = 25
    TabOrder = 3
    Kind = bkClose
  end
end

⌨️ 快捷键说明

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