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

📄 feedproperty_frm.dfm

📁 自己写的一个 RSS 阅读器
💻 DFM
字号:
object fmFeedProperty: TfmFeedProperty
  Left = 354
  Top = 294
  BorderStyle = bsDialog
  Caption = 'Property'
  ClientHeight = 218
  ClientWidth = 457
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 12
    Width = 73
    Height = 13
    AutoSize = False
    Caption = 'Title :'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 36
    Width = 73
    Height = 13
    AutoSize = False
    Caption = 'XMLUrl :'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 8
    Top = 80
    Width = 73
    Height = 13
    AutoSize = False
    Caption = 'Description :'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 8
    Top = 60
    Width = 73
    Height = 13
    AutoSize = False
    Caption = 'Html URL :'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 8
    Top = 156
    Width = 113
    Height = 13
    AutoSize = False
    Caption = 'Refresh Interval :'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label6: TLabel
    Left = 216
    Top = 157
    Width = 89
    Height = 13
    AutoSize = False
    Caption = 'Last Update :'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object LbLastUpdate: TLabel
    Left = 312
    Top = 157
    Width = 137
    Height = 13
    AutoSize = False
    Color = clBtnFace
    Font.Charset = ANSI_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object EdtTitle: TEdit
    Left = 88
    Top = 8
    Width = 225
    Height = 21
    TabOrder = 0
    Text = 'EdtTitle'
  end
  object EdtXmlUrl: TEdit
    Left = 88
    Top = 32
    Width = 361
    Height = 21
    TabOrder = 1
    Text = 'EdtXmlUrl'
  end
  object Button1: TButton
    Left = 136
    Top = 184
    Width = 89
    Height = 25
    Caption = '&OK'
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object MemoDescription: TMemo
    Left = 88
    Top = 80
    Width = 361
    Height = 65
    Lines.Strings = (
      'MemoDescription')
    TabOrder = 3
  end
  object edtHtmlUrl: TEdit
    Left = 88
    Top = 56
    Width = 361
    Height = 21
    TabOrder = 4
    Text = 'edtHtmlUrl'
  end
  object EdtRefreshInterval: TEdit
    Left = 128
    Top = 152
    Width = 41
    Height = 21
    TabOrder = 5
    Text = '0'
  end
  object UpDown1: TUpDown
    Left = 169
    Top = 152
    Width = 15
    Height = 21
    Associate = EdtRefreshInterval
    Min = -1
    TabOrder = 6
  end
  object Button2: TButton
    Left = 240
    Top = 184
    Width = 89
    Height = 25
    Cancel = True
    Caption = '&Cancel'
    TabOrder = 7
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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