ustdform.dfm

来自「ACCESS 数据库管理工具」· DFM 代码 · 共 68 行

DFM
68
字号
inherited StdForm: TStdForm
  Left = 371
  Top = 160
  ClientHeight = 498
  ClientWidth = 571
  Color = clWindow
  Ctl3D = False
  OnCreate = FormCreate
  ExplicitWidth = 571
  ExplicitHeight = 498
  PixelsPerInch = 96
  TextHeight = 13
  object RzSizePanel1: TRzSizePanel
    Left = 0
    Top = 183
    Width = 571
    Height = 315
    Align = alBottom
    HotSpotVisible = True
    SizeBarWidth = 7
    TabOrder = 0
    object mmoSql: TMemo
      Left = 0
      Top = 8
      Width = 571
      Height = 307
      Align = alClient
      ScrollBars = ssBoth
      TabOrder = 0
    end
  end
  object dbgrd: TDBGridEh
    Left = 0
    Top = 0
    Width = 571
    Height = 183
    Align = alClient
    ColumnDefValues.Title.TitleButton = True
    DataSource = ds1
    EditActions = [geaCutEh, geaCopyEh, geaPasteEh, geaDeleteEh, geaSelectAllEh]
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = GB2312_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -13
    FooterFont.Name = #23435#20307
    FooterFont.Style = []
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnTitleBtnClick = dbgrdTitleBtnClick
  end
  object ds1: TDataSource
    DataSet = qry1
    Left = 120
    Top = 8
  end
  object qry1: TADOQuery
    Connection = DataForm.conYysc
    Parameters = <>
    Left = 88
    Top = 8
  end
end

⌨️ 快捷键说明

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