unit1.dfm

来自「得到」· DFM 代码 · 共 32 行

DFM
32
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'CPU  DISK '#20449#24687#65306
  ClientHeight = 399
  ClientWidth = 410
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 120
  TextHeight = 16
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 410
    Height = 399
    Align = alClient
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
    ExplicitTop = 232
    ExplicitWidth = 590
    ExplicitHeight = 377
  end
end

⌨️ 快捷键说明

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