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

📄 unitquery.dfm

📁 教务管理系统
💻 DFM
字号:
object frmQuery: TfrmQuery
  Left = 176
  Top = 81
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'SQL'#26597#35810#32479#35745
  ClientHeight = 302
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 521
    Height = 185
    Caption = #26597#35810#32467#26524
    TabOrder = 0
    object dbg: TDBGrid
      Left = 8
      Top = 16
      Width = 505
      Height = 153
      DataSource = ds
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 200
    Width = 521
    Height = 89
    Caption = 'SQL'#21629#20196
    TabOrder = 1
    object memSQL: TMemo
      Left = 8
      Top = 16
      Width = 425
      Height = 65
      TabOrder = 0
      OnChange = memSQLChange
    end
    object btnExec: TButton
      Left = 440
      Top = 16
      Width = 75
      Height = 25
      Caption = #25191#34892
      Enabled = False
      TabOrder = 1
      OnClick = btnExecClick
    end
    object btnClose: TButton
      Left = 440
      Top = 56
      Width = 75
      Height = 25
      Cancel = True
      Caption = #20851#38381
      TabOrder = 2
      OnClick = btnCloseClick
    end
  end
  object ds: TDataSource
    DataSet = qry
    Left = 80
    Top = 136
  end
  object qry: TADOQuery
    Connection = data.adoc
    Parameters = <>
    Left = 120
    Top = 136
  end
end

⌨️ 快捷键说明

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