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

📄 talkrecunt.dfm

📁 絮语2007视频聊天软件源程序.仅供参考
💻 DFM
字号:
object talkrecfrm: Ttalkrecfrm
  Left = 250
  Top = 391
  BorderIcons = []
  BorderStyle = bsNone
  Caption = '聊天记录'
  ClientHeight = 98
  ClientWidth = 272
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 272
    Height = 98
    Align = alClient
    BevelOuter = bvNone
    BorderWidth = 4
    Caption = 'Panel1'
    TabOrder = 0
    object history_memo: TRichEdit
      Left = 4
      Top = 4
      Width = 264
      Height = 90
      Align = alClient
      HideSelection = False
      HideScrollBars = False
      Lines.Strings = (
        'history_memo')
      PopupMenu = PopupMenu1
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 72
    Top = 24
    object N1: TMenuItem
      Caption = '复制'
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = '全选'
      OnClick = N2Click
    end
  end
end

⌨️ 快捷键说明

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