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

📄 frmxxcx.~dfm

📁 本软件应用了Delphi提供的BDE数据库引擎。本系统为政教管理系统
💻 ~DFM
字号:
object frmcx: Tfrmcx
  Left = 288
  Top = 169
  Width = 469
  Height = 343
  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 Label1: TLabel
    Left = 80
    Top = 32
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #35831#36873#25321
  end
  object Label2: TLabel
    Left = 160
    Top = 32
    Width = 116
    Height = 13
    AutoSize = False
    Caption = #35831#36755#20837#26597#35810#26465#20214
  end
  object ComboBox1: TComboBox
    Left = 64
    Top = 48
    Width = 81
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = #23398#21495
    OnChange = ComboBox1Change
    Items.Strings = (
      #23398#21495
      #22995#21517)
  end
  object Button1: TButton
    Left = 304
    Top = 48
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #26597#35810
    TabOrder = 1
    OnClick = Button1Click
  end
  object DBNavigator1: TDBNavigator
    Left = 40
    Top = 248
    Width = 224
    Height = 25
    DataSource = dsstudent
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 320
    Top = 250
    Width = 75
    Height = 25
    TabOrder = 3
    Kind = bkClose
  end
  object Edit1: TEdit
    Left = 160
    Top = 48
    Width = 97
    Height = 21
    TabOrder = 4
  end
  object DBGrid1: TDBGrid
    Left = 32
    Top = 96
    Width = 393
    Height = 120
    DataSource = dsstudent
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Table1: TTable
    DatabaseName = 'xsgl'
    TableName = 'student.DB'
    Left = 16
    Top = 8
  end
  object dsstudent: TDataSource
    DataSet = Qrystudent
    Left = 88
    Top = 8
  end
  object Qrystudent: TQuery
    DatabaseName = 'xsgl'
    SQL.Strings = (
      'select * from student.db where '#23398#21495'=:'#23398#21495)
    Left = 48
    Top = 8
    ParamData = <
      item
        DataType = ftUnknown
        Name = #23398#21495
        ParamType = ptUnknown
      end>
  end
end

⌨️ 快捷键说明

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