viewattra.~dfm

来自「校园GIS系统——介绍校园个部门」· ~DFM 代码 · 共 48 行

~DFM
48
字号
object ViewAttrFrm: TViewAttrFrm
  Left = 156
  Top = 533
  Width = 828
  Height = 192
  Caption = '属性'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object StringGrid1: TStringGrid
    Left = 0
    Top = 0
    Width = 820
    Height = 143
    Align = alClient
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
    TabOrder = 0
    OnClick = StringGrid1Click
    RowHeights = (
      24
      24
      24
      24
      24)
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 143
    Width = 820
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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