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

📄 unit1.dfm

📁 使窗体在桌面边沿停靠的组件,类似QQ自动隐藏的样式
💻 DFM
字号:
object Form1: TForm1
  Left = 379
  Top = 114
  Width = 185
  Height = 539
  Caption = #31867#20284'QQ'#31383#20307
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 177
    Height = 177
    Align = alTop
    BevelOuter = bvLowered
    Color = clBackground
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 136
      Width = 32
      Height = 13
      Caption = 'Label1'
    end
    object Label2: TLabel
      Left = 112
      Top = 120
      Width = 32
      Height = 13
      Caption = 'Label2'
    end
    object Label3: TLabel
      Left = 112
      Top = 136
      Width = 32
      Height = 13
      Caption = 'Label3'
    end
    object Label4: TLabel
      Left = 112
      Top = 152
      Width = 32
      Height = 13
      Caption = 'Label3'
    end
    object Panel2: TPanel
      Left = 8
      Top = 8
      Width = 49
      Height = 41
      Caption = 'Top'
      Color = clYellow
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
    end
    object Panel3: TPanel
      Left = 64
      Top = 8
      Width = 49
      Height = 41
      Caption = 'Left'
      Color = clYellow
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 1
    end
    object Panel4: TPanel
      Left = 120
      Top = 8
      Width = 49
      Height = 41
      Caption = 'Right'
      Color = clYellow
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 2
    end
    object Panel6: TPanel
      Left = 64
      Top = 56
      Width = 105
      Height = 41
      Caption = 'Mouse on'
      Color = clYellow
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 3
    end
    object Panel5: TPanel
      Left = 8
      Top = 56
      Width = 49
      Height = 41
      Caption = 'Show'
      Color = clYellow
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 4
    end
  end
  object Memo1: TMemo
    Left = 0
    Top = 177
    Width = 177
    Height = 335
    Align = alClient
    BorderStyle = bsNone
    Color = clScrollBar
    Lines.Strings = (
      #24597#28909#24597#20919' '#21046#20316
      #40657#40857#27743#30465#19971#21488#27827#24066
      'QQ 3860040')
    TabOrder = 1
  end
  object Timer1: TTimer
    Interval = 30
    OnTimer = Timer1Timer
    Left = 64
    Top = 112
  end
end

⌨️ 快捷键说明

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