utshowfactor.dfm

来自「用Delphi语句实现对地图放大」· DFM 代码 · 共 27 行

DFM
27
字号
object frmShowFactor: TfrmShowFactor
  Left = 860
  Top = 105
  Width = 160
  Height = 327
  BorderIcons = [biSystemMenu]
  Caption = 'frmShowFactor'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox1: TListBox
    Left = 8
    Top = 8
    Width = 137
    Height = 225
    ItemHeight = 13
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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