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

📄 lib_query.dfm

📁 很不错很实用的学生联机考试系统
💻 DFM
字号:
object libquery: Tlibquery
  Left = 193
  Top = 118
  Width = 702
  Height = 501
  Caption = #39064#24211#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 694
    Height = 407
    Align = alClient
    BiDiMode = bdRightToLeftReadingOnly
    DataSource = DataSource1
    ParentBiDiMode = False
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 407
    Width = 694
    Height = 67
    Align = alBottom
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 25
      Width = 66
      Height = 16
      Caption = #36755#20837#31185#30446#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 96
      Top = 20
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'math'
    end
    object Button3: TButton
      Left = 456
      Top = 16
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 1
      OnClick = Button3Click
    end
    object Button2: TButton
      Left = 328
      Top = 16
      Width = 75
      Height = 25
      Caption = #26174#31034#20840#37096#39064
      TabOrder = 2
      OnClick = Button2Click
    end
    object Button1: TButton
      Left = 248
      Top = 16
      Width = 75
      Height = 25
      Caption = ' '#26597#35810#21333#31185#30446
      TabOrder = 3
      OnClick = Button1Click
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 424
    Top = 8
  end
  object Query1: TQuery
    Active = True
    CachedUpdates = True
    DatabaseName = 'exam'
    SQL.Strings = (
      'SELECT * FROM QUESTIONLIB ')
    Left = 464
    Top = 8
  end
end

⌨️ 快捷键说明

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