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

📄 variablesunit.dfm

📁 一个不用编写任何代码的DELPHI停靠窗体的控件原码
💻 DFM
字号:
object VariablesForm: TVariablesForm
  Left = 312
  Top = 252
  Width = 235
  Height = 239
  BorderStyle = bsSizeToolWin
  Caption = 'Variables'
  Color = clBtnFace
  DockSite = True
  DragKind = dkDock
  DragMode = dmAutomatic
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'System'
  Font.Style = [fsBold]
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 227
    Height = 33
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    OnResize = Panel1Resize
    object Label1: TLabel
      Left = 4
      Top = 7
      Width = 53
      Height = 16
      Caption = 'Cantext:'
    end
    object ComboBox1: TComboBox
      Left = 64
      Top = 4
      Width = 161
      Height = 24
      ImeName = ''
      ItemHeight = 16
      TabOrder = 0
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 33
    Width = 227
    Height = 178
    Align = alClient
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Caption = 'Panel2'
    TabOrder = 1
    object ListView1: TListView
      Left = 0
      Top = 0
      Width = 223
      Height = 153
      Align = alClient
      BorderStyle = bsNone
      Columns = <
        item
          Caption = 'Name'
        end
        item
          Caption = 'Value'
        end>
      GridLines = True
      TabOrder = 0
      ViewStyle = vsReport
      OnResize = ListView1Resize
    end
    object TabSet1: TTabSet
      Left = 0
      Top = 153
      Width = 223
      Height = 21
      Align = alBottom
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'System'
      Font.Style = [fsBold]
      SelectedColor = clWindow
      Tabs.Strings = (
        'Auto'
        'Locals'
        'this')
      TabIndex = 0
      UnselectedColor = clBtnFace
    end
  end
  object lbDockClient1: TlbDockClient
    OnFormHide = lbDockClient1FormHide
    LRDockWidth = 100
    TBDockHeight = 100
    DirectDrag = True
    ShowHint = True
    EachOtherDock = False
    DockStyle = MainForm.lbVCDockStyle1
    Left = 136
    Top = 104
  end
end

⌨️ 快捷键说明

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