stackf~1.dfm

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

DFM
19
字号
object frmStack: TfrmStack
  Left = 194
  Top = 114
  Width = 312
  Height = 303
  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
end

⌨️ 快捷键说明

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