⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readerp.~dfm

📁 全屏小说阅读器
💻 ~DFM
字号:
object Form1: TForm1
  Left = 220
  Top = 140
  BorderStyle = bsNone
  Caption = 'Form1'
  ClientHeight = 282
  ClientWidth = 468
  Color = clBackground
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 12
    Top = 8
    Width = 449
    Height = 266
    Anchors = [akLeft, akTop, akRight, akBottom]
    BorderStyle = bsNone
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -35
    Font.Name = '隶书'
    Font.Style = []
    HideSelection = False
    ParentColor = True
    ParentFont = False
    PopupMenu = PopupMenu1
    ReadOnly = True
    TabOrder = 0
    OnKeyDown = Memo1KeyDown
    OnKeyPress = memo1KeyPress
  end
  object PopupMenu1: TPopupMenu
    Left = 104
    Top = 88
    object Open1: TMenuItem
      Caption = 'Open'
      OnClick = Open1Click
    end
    object Rm: TMenuItem
      Caption = 'Recent File'
      object TMenuItem
      end
    end
    object Copy1: TMenuItem
      Caption = 'Paste'
      OnClick = Copy1Click
    end
    object N3: TMenuItem
      Caption = '-'
    end
    object Font1: TMenuItem
      Caption = 'Font'
      OnClick = Font1Click
    end
    object ScrollBar1: TMenuItem
      Caption = 'Scroll Bar'
      OnClick = ScrollBar1Click
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object Minimize1: TMenuItem
      Caption = 'Minimize'
      OnClick = Minimize1Click
    end
    object Exit1: TMenuItem
      Caption = 'Exit'
      OnClick = Exit1Click
    end
  end
  object FontDialog1: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    MinFontSize = 0
    MaxFontSize = 0
    Left = 72
    Top = 56
  end
  object ColorDialog1: TColorDialog
    Ctl3D = True
    Left = 72
    Top = 80
  end
  object OpenDialog1: TOpenDialog
    Filter = '*.*|*.*|*.txt|*.txt'
    Left = 104
    Top = 56
  end
  object Timer1: TTimer
    Interval = 1
    OnTimer = Timer1Timer
    Left = 72
    Top = 112
  end
end

⌨️ 快捷键说明

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