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

📄 option_frm.dfm

📁 自己写的一个 RSS 阅读器
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object fmOption: TfmOption
  Left = 259
  Top = 173
  BorderStyle = bsDialog
  Caption = 'fmOption'
  ClientHeight = 304
  ClientWidth = 526
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lbNeedRestart: TLabel
    Left = 120
    Top = 280
    Width = 225
    Height = 13
    AutoSize = False
    Caption = '(*) Restart of Exceed is required'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object PageTree: TJvPageListTreeView
    Left = 6
    Top = 8
    Width = 107
    Height = 289
    AutoExpand = False
    ShowButtons = True
    ShowLines = True
    PageDefault = 0
    PageList = JvPageList1
    ShowRoot = False
    Images = ImgLstPList
    Indent = 19
    TabOrder = 0
    OnChange = PageTreeChange
    Items.Data = {
      05000000200000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
      0747656E6572616C230000000000000000000000FFFFFFFFFFFFFFFF01000000
      000000000A436F6E6E656374696F6E200000000100000001000000FFFFFFFFFF
      FFFFFF02000000000000000742726F77736572200000000000000000000000FF
      FFFFFFFFFFFFFF0300000000000000074368616E6E656C1E0000000200000002
      000000FFFFFFFFFFFFFFFF0400000000000000054F74686572}
    Items.Links = {050000000000000001000000020000000300000004000000}
  end
  object JvPageList1: TJvPageList
    Left = 120
    Top = 40
    Width = 401
    Height = 225
    ActivePage = PageGeneral
    PropagateEnable = False
    object PageGeneral: TJvStandardPage
      Left = 0
      Top = 0
      Width = 401
      Height = 225
      Caption = 'General'
      object lbLanguage: TLabel
        Left = 8
        Top = 16
        Width = 105
        Height = 13
        AutoSize = False
        Caption = 'Language:'
      end
      object lngBox: TJvHTComboBox
        Left = 120
        Top = 11
        Width = 201
        Height = 22
        HideSel = False
        DropWidth = 145
        ColorHighlight = clHighlight
        ColorHighlightText = clHighlightText
        ColorDisabledText = clGrayText
        TabOrder = 0
      end
      object CBRefreshAtStart: TCheckBox
        Left = 8
        Top = 48
        Width = 369
        Height = 17
        Caption = 'Refresh all channels on startup'
        TabOrder = 1
      end
    end
    object PageConnection: TJvStandardPage
      Left = 0
      Top = 0
      Width = 401
      Height = 225
      Caption = 'Connection'
      object GBProxy: TGroupBox
        Left = 0
        Top = 0
        Width = 401
        Height = 225
        Caption = ' Proxy Server settings : '
        TabOrder = 0
        object LbPort: TLabel
          Left = 267
          Top = 92
          Width = 38
          Height = 13
          AutoSize = False
          Caption = '&Port :'
          FocusControl = Proxyport
        end
        object LbHost: TLabel
          Left = 24
          Top = 92
          Width = 73
          Height = 13
          AutoSize = False
          Caption = 'Proxy &server :'
          FocusControl = Proxyhost
        end
        object LbUserName: TLabel
          Left = 24
          Top = 115
          Width = 73
          Height = 13
          AutoSize = False
          Caption = 'User &name :'
          FocusControl = Proxyusername
        end
        object LbPassword: TLabel
          Left = 24
          Top = 139
          Width = 53
          Height = 13
          Caption = 'Pass&word :'
          FocusControl = ProxyPassword
        end
        object LbByPass: TLabel
          Left = 24
          Top = 170
          Width = 369
          Height = 13
          AutoSize = False
          Caption = 
            'Don'#39't use proxy server for addresses beginning with (separate wi' +
            'th '#39';'#39'):'
        end
        object RBProxy1: TRadioButton
          Left = 8
          Top = 20
          Width = 385
          Height = 17
          Caption = 'Auto &detect Proxy Configuration form IE ( Recommended )'
          Checked = True
          TabOrder = 0
          TabStop = True
          OnClick = RBProxy1Click
        end
        object Proxyusername: TEdit
          Left = 104
          Top = 111
          Width = 153
          Height = 21
          Enabled = False
          TabOrder = 5
        end
        object Proxyport: TEdit
          Left = 312
          Top = 87
          Width = 57
          Height = 21
          Enabled = False
          TabOrder = 4
          OnKeyPress = ProxyportKeyPress
        end
        object Proxyhost: TEdit
          Left = 104
          Top = 87
          Width = 153
          Height = 21
          Enabled = False
          TabOrder = 3
        end
        object RBProxy2: TRadioButton
          Left = 8
          Top = 42
          Width = 385
          Height = 17
          Caption = '&No proxy server'
          TabOrder = 1
          OnClick = RBProxy2Click
        end
        object RBProxy3: TRadioButton
          Left = 8
          Top = 64
          Width = 385
          Height = 17
          Caption = '&Use custom proxy :'
          TabOrder = 2
          OnClick = RBProxy3Click
        end
        object ProxyPassword: TEdit
          Left = 104
          Top = 135
          Width = 153
          Height = 21
          PasswordChar = '*'
          TabOrder = 6
        end
        object ProxyByPass: TEdit
          Left = 32
          Top = 192
          Width = 361
          Height = 21
          TabOrder = 7
          Text = 'ProxyByPass'
        end
      end
    end
    object PageBrowser: TJvStandardPage
      Left = 0
      Top = 0
      Width = 401
      Height = 225
      Caption = 'Browser'
      object LbPopupsMode: TLabel
        Left = 8
        Top = 16
        Width = 68
        Height = 13
        Caption = 'PopupsMode :'
      end
      object CmbPopupsMode: TComboBox
        Left = 104
        Top = 12
        Width = 185

⌨️ 快捷键说明

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