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

📄 outputunit.dfm

📁 一个不用编写任何代码的DELPHI停靠窗体的控件原码
💻 DFM
字号:
object OutputForm: TOutputForm
  Left = 397
  Top = 269
  Width = 347
  Height = 202
  BorderStyle = bsSizeToolWin
  Caption = 'Output'
  Color = clBtnFace
  DockSite = True
  DragKind = dkDock
  DragMode = dmAutomatic
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnHide = FormHide
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 339
    Height = 174
    Align = alClient
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Caption = 'Panel1'
    TabOrder = 0
    object Panel2: TPanel
      Left = 0
      Top = 153
      Width = 335
      Height = 17
      Align = alBottom
      BevelOuter = bvNone
      TabOrder = 0
      OnCanResize = Panel2CanResize
      object Splitter1: TSplitter
        Left = 241
        Top = 0
        Width = 3
        Height = 17
        Cursor = crHSplit
      end
      object TabSet1: TTabSet
        Left = 0
        Top = 0
        Width = 241
        Height = 17
        Align = alLeft
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'System'
        Font.Style = [fsBold]
        SelectedColor = clWindow
        Tabs.Strings = (
          'Build'
          'Debug'
          'Find in Files 1'
          'Find in Files 2'
          'Results'
          'SQL Debugging')
        TabIndex = 0
        UnselectedColor = clBtnFace
      end
      object ScrollBar1: TScrollBar
        Left = 244
        Top = 0
        Width = 91
        Height = 17
        Align = alClient
        PageSize = 0
        TabOrder = 1
      end
    end
    object Memo1: TMemo
      Left = 0
      Top = 0
      Width = 335
      Height = 153
      Align = alClient
      BorderStyle = bsNone
      ImeName = ''
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 1
    end
  end
  object lbDockClient1: TlbDockClient
    OnFormHide = lbDockClient1FormHide
    LRDockWidth = 100
    TBDockHeight = 100
    DirectDrag = True
    ShowHint = True
    EachOtherDock = False
    DockStyle = MainForm.lbVCDockStyle1
    Left = 64
    Top = 56
  end
end

⌨️ 快捷键说明

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