watchwindow.dfm

来自「嵌入式IDE」· DFM 代码 · 共 28 行

DFM
28
字号
object WatchWindowForm: TWatchWindowForm
  Left = 437
  Top = 254
  Width = 336
  Height = 282
  Caption = #30417#35270#31383#21475
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #26032#23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnHide = FormHide
  PixelsPerInch = 96
  TextHeight = 12
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 328
    Height = 255
    Align = alClient
    Lines.Strings = (
      #30417#35270#31383#21475)
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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