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

📄 unit1.dfm

📁 Delphi RSS feed reader application and source
💻 DFM
字号:
object Form1: TForm1
  Left = 343
  Top = 350
  Width = 402
  Height = 210
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object lv: TListView
    Left = 0
    Top = 41
    Width = 394
    Height = 142
    Align = alClient
    Columns = <
      item
        Caption = 'Title'
        MinWidth = 150
        Width = 150
      end
      item
        Caption = 'URL'
        MinWidth = 85
        Width = 85
      end
      item
        Caption = 'Description'
        MinWidth = 150
        Width = 150
      end>
    ColumnClick = False
    FlatScrollBars = True
    HotTrackStyles = [htHandPoint, htUnderlineHot]
    ReadOnly = True
    RowSelect = True
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    ViewStyle = vsReport
  end
  object pnlTop: TPanel
    Left = 0
    Top = 0
    Width = 394
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    Color = clGray
    TabOrder = 1
    DesignSize = (
      394
      41)
    object Label1: TLabel
      Left = 0
      Top = 21
      Width = 394
      Height = 13
      Align = alTop
      Alignment = taCenter
      Caption = 'http://delphi.about.com'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWhite
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 0
      Top = 5
      Width = 394
      Height = 16
      Align = alTop
      Alignment = taCenter
      Caption = 'About Delphi Programming'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clMaroon
      Font.Height = -13
      Font.Name = 'Tahoma'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Panel1: TPanel
      Left = 0
      Top = 0
      Width = 394
      Height = 5
      Align = alTop
      BevelOuter = bvNone
      ParentColor = True
      TabOrder = 0
    end
    object btnRefresh: TButton
      Left = 312
      Top = 8
      Width = 73
      Height = 25
      Anchors = [akTop, akRight]
      Caption = '&Refresh'
      TabOrder = 1
      OnClick = btnRefreshClick
    end
  end
  object XMLDoc: TXMLDocument
    Left = 80
    Top = 96
    DOMVendorDesc = 'MSXML'
  end
end

⌨️ 快捷键说明

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