frmviewlogs.dfm

来自「Mailserver Source code - Delphi. Simp」· DFM 代码 · 共 60 行

DFM
60
字号
object FrmViewLogs1: TFrmViewLogs1
  Left = 194
  Top = 210
  Align = alClient
  BorderStyle = bsNone
  Caption = 'FrmViewLogs1'
  ClientHeight = 348
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 536
    Height = 23
    Align = alTop
    BevelOuter = bvLowered
    Caption = #31995#32479#35760#24405
    Color = clGray
    Font.Charset = ANSI_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 23
    Width = 536
    Height = 3
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
  end
  object RichEdit1: TRichEdit
    Left = 0
    Top = 26
    Width = 536
    Height = 322
    Align = alClient
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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