message.~dfm

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

~DFM
70
字号
object frmMessage: TfrmMessage
  Left = 347
  Top = 159
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #28023#30423#20449#20351
  ClientHeight = 245
  ClientWidth = 165
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object sbSend: TSpeedButton
    Left = 34
    Top = 221
    Width = 49
    Height = 22
    Cursor = crHandPoint
    Caption = #21457#36865
    Flat = True
    OnClick = sbSendClick
  end
  object SpeedButton1: TSpeedButton
    Left = 95
    Top = 221
    Width = 49
    Height = 22
    Cursor = crHandPoint
    Caption = #21462#28040
    Flat = True
    OnClick = SpeedButton1Click
  end
  object GroupBox1: TGroupBox
    Left = 2
    Top = 1
    Width = 161
    Height = 217
    Caption = #30701#28040#24687#20869#23481':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Memo1: TMemo
      Left = 3
      Top = 13
      Width = 154
      Height = 198
      BevelInner = bvNone
      BevelOuter = bvNone
      Color = clCream
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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