unit1.dfm

来自「请求分页式存储管理 henbucuo de daima」· DFM 代码 · 共 62 行

DFM
62
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = #35831#27714#20998#39029#23384#20648#31649#29702#26041#24335#30340#27169#25311
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 4
    Top = 4
    Width = 457
    Height = 445
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 476
    Top = 4
    Width = 205
    Height = 141
    Caption = #39029#38754#32622#25442#31639#27861
    TabOrder = 1
    object FIFO: TRadioButton
      Left = 24
      Top = 34
      Width = 113
      Height = 17
      Caption = #20808#36827#20808#20986#31639#27861
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object LRU: TRadioButton
      Left = 24
      Top = 66
      Width = 157
      Height = 17
      Caption = #26368#36817#26368#20037#26410#20351#29992#31639#27861
      TabOrder = 1
    end
  end
  object Btn_Run: TButton
    Left = 540
    Top = 104
    Width = 75
    Height = 25
    Caption = #36816#34892
    Default = True
    TabOrder = 2
    OnClick = Btn_RunClick
  end
end

⌨️ 快捷键说明

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