tablef~1.dfm

来自「用delphi实现的PL/0的编译器」· DFM 代码 · 共 28 行

DFM
28
字号
object frmTable: TfrmTable
  Left = 192
  Top = 103
  Width = 279
  Height = 139
  Caption = 'PL/0 程序编译名字表'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDefaultPosOnly
  PixelsPerInch = 96
  TextHeight = 14
  object mView: TListBox
    Left = 0
    Top = 0
    Width = 271
    Height = 112
    Align = alClient
    ItemHeight = 14
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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