fgrid.dfm

来自「TntExUpdate 是 流行的 TntUnicodeControls控件的扩」· DFM 代码 · 共 50 行

DFM
50
字号
object FFilterGrid: TFFilterGrid
  Left = 400
  Top = 263
  Width = 417
  Height = 243
  Caption = 'Filter Editor'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object TntStringGrid1: TTntStringGrid
    Left = 8
    Top = 12
    Width = 393
    Height = 161
    ColCount = 2
    DefaultRowHeight = 19
    FixedCols = 0
    RowCount = 20
    TabOrder = 0
    ColWidths = (
      173
      188)
  end
  object BitBtn3: TButton
    Left = 8
    Top = 185
    Width = 78
    Height = 25
    Caption = 'OK'
    ModalResult = 1
    TabOrder = 1
  end
  object BitBtn4: TButton
    Left = 93
    Top = 185
    Width = 75
    Height = 25
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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