result_form.~dfm

来自「delphi编的pl0编译器」· ~DFM 代码 · 共 30 行

~DFM
30
字号
object ResultForm: TResultForm
  Left = 318
  Top = 155
  BorderStyle = bsDialog
  Caption = #25191#34892#32467#26524'  halcyon_jwei'
  ClientHeight = 273
  ClientWidth = 292
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 292
    Height = 273
    Lines.Strings = (
      #31243#24207#23578#26410#25191#34892#65281)
    ScrollBars = ssVertical
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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