fm_ouptrss.dfm

来自「ReadWorld RSS 聚合新闻 阅读器 XML 欢迎使用ReadWorl」· DFM 代码 · 共 92 行

DFM
92
字号
object FMOuptRss: TFMOuptRss
  Left = 155
  Top = 170
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #23548#20837#39057#36947#21015#34920
  ClientHeight = 395
  ClientWidth = 668
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 282
    Top = 256
    Width = 105
    Height = 17
    AutoSize = False
  end
  object TreeView1: TTreeView
    Left = 8
    Top = 8
    Width = 270
    Height = 350
    HideSelection = False
    Images = FMRSS.ImageList4
    Indent = 19
    ReadOnly = True
    StateImages = FMRSS.ImageList4
    TabOrder = 0
  end
  object TreeView2: TTreeView
    Left = 392
    Top = 8
    Width = 270
    Height = 350
    HideSelection = False
    Images = FMRSS.ImageList4
    Indent = 19
    StateImages = FMRSS.ImageList4
    TabOrder = 1
  end
  object Button1: TButton
    Left = 289
    Top = 144
    Width = 95
    Height = 25
    Caption = #23548#20837#65293#65310
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button4: TButton
    Left = 8
    Top = 368
    Width = 81
    Height = 25
    Caption = #27983#35272
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button6: TButton
    Left = 584
    Top = 368
    Width = 81
    Height = 25
    Caption = #20851#38381
    TabOrder = 4
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 96
    Top = 368
    Width = 113
    Height = 25
    Caption = #26597#30475#26356#26032#21015#34920
    TabOrder = 5
    OnClick = Button7Click
  end
  object XMLDoc2: TXMLDocument
    Left = 432
    Top = 360
    DOMVendorDesc = 'MSXML'
  end
end

⌨️ 快捷键说明

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