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

📄 fawe.~dfm

📁 一个很好的例子
💻 ~DFM
字号:
object f_awe: Tf_awe
  Left = 245
  Top = 176
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'F_awe'
  ClientHeight = 216
  ClientWidth = 480
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 480
    Height = 216
    Align = alClient
    BevelWidth = 3
    TabOrder = 0
    object Panel2: TPanel
      Left = 3
      Top = 3
      Width = 474
      Height = 210
      Align = alClient
      BevelOuter = bvLowered
      BevelWidth = 3
      Color = clSilver
      TabOrder = 0
      object Panel3: TPanel
        Left = 8
        Top = 8
        Width = 457
        Height = 41
        Cursor = crHandPoint
        BevelWidth = 3
        Caption = 'http://www.mingrisoft.com'
        Color = clActiveCaption
        DragCursor = crHandPoint
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindow
        Font.Height = -19
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        OnClick = Panel3Click
      end
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 60
    OnTimer = Timer1Timer
    Left = 363
    Top = 75
  end
end

⌨️ 快捷键说明

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