rec_message.~dfm

来自「一个远程监控程序」· ~DFM 代码 · 共 53 行

~DFM
53
字号
object frmMessage: TfrmMessage
  Left = 320
  Top = 102
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #28023#30423#36828#31243#36890#20449
  ClientHeight = 246
  ClientWidth = 171
  Color = clActiveBorder
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object memo_msg: TMemo
    Left = 0
    Top = 0
    Width = 171
    Height = 221
    BevelInner = bvNone
    Color = 15852286
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 44
    Top = 223
    Width = 79
    Height = 22
    Caption = #30830#23450'(&O)'
    Color = 16744448
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Panel1Click
  end
end

⌨️ 快捷键说明

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