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

📄 testquery.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmTestQuery: TfrmTestQuery
  Left = 14
  Top = 67
  Width = 782
  Height = 486
  Caption = '查询测试结果'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 418
    Width = 774
  end
  inherited CoolBar1: TCoolBar
    Width = 774
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 774
      end>
    inherited tbMainBar: TToolBar
      Width = 761
    end
  end
  object sgTest: TSDGrid [2]
    Left = 0
    Top = 116
    Width = 774
    Height = 302
    Align = alClient
    Color = clWhite
    ColCount = 1
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 2
    SelectColor = clBackground
    EvenGridColor = clWhite
    OddGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        ColumnWidth = 0
      end>
    ColWidths = (
      12)
  end
  object SQLText: TRichEdit [3]
    Left = 0
    Top = 39
    Width = 774
    Height = 77
    Align = alTop
    Color = clWhite
    Lines.Strings = (
      '')
    PlainText = True
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 3
  end
  inherited MainMenu1: TMainMenu
    Left = 350
    Top = 7
  end
  inherited ImageList1: TImageList
    Left = 389
    Top = 6
  end
  inherited QueryPrnDlg: TPrintDialog
    Left = 446
    Top = 9
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 485
    Top = 5
  end
end

⌨️ 快捷键说明

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