identify.~dfm

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

~DFM
36
字号
object IdentifyFrm: TIdentifyFrm
  Left = 576
  Top = 161
  BorderStyle = bsDialog
  Caption = '属性'
  ClientHeight = 294
  ClientWidth = 158
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object StringGrid1: TStringGrid
    Left = 1
    Top = 0
    Width = 151
    Height = 257
    ColCount = 2
    TabOrder = 0
  end
  object BtOk: TButton
    Left = 40
    Top = 264
    Width = 73
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = BtOkClick
  end
end

⌨️ 快捷键说明

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