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

📄 utparser.dfm

📁 delphi老牌的浏览器控件
💻 DFM
字号:
object Form1: TForm1
  Left = 131
  Top = 93
  Caption = 'Text IE Parser Demo'
  ClientHeight = 440
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 41
    Align = alTop
    TabOrder = 0
    object Go: TButton
      Left = 653
      Top = 13
      Width = 28
      Height = 22
      Caption = 'Go'
      TabOrder = 0
      OnClick = GoClick
    end
    object IEAddress1: TIEAddress
      Left = 8
      Top = 11
      Width = 639
      Height = 22
      About = 'TIEAddress. Help & Support: http://www.bsalsa.com/'
      ButtonColor = clBlack
      ButtonPressedColor = clBlack
      IconLeft = 4
      IconTop = 3
      ItemHeight = 16
      ParentBiDiMode = True
      TabOrder = 1
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 421
    Width = 688
    Height = 19
    Panels = <
      item
        Width = 300
      end
      item
        Width = 50
      end>
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 688
    Height = 380
    Align = alClient
    TabOrder = 2
    object Label1: TLabel
      Left = 8
      Top = 6
      Width = 53
      Height = 13
      Caption = 'Anchor List'
    end
    object Label2: TLabel
      Left = 344
      Top = 6
      Width = 42
      Height = 13
      Caption = 'Links List'
    end
    object Label3: TLabel
      Left = 344
      Top = 191
      Width = 54
      Height = 13
      Caption = 'Images List'
    end
    object Memo3: TMemo
      Left = 344
      Top = 20
      Width = 337
      Height = 165
      ScrollBars = ssBoth
      TabOrder = 0
    end
    object memo1: TRichEditWB
      Left = 1
      Top = 1
      Width = 337
      Height = 378
      Hint = 
        'File Name: Untitled. | '#10#13'Position: Line:   1   Col:   1. | '#10#13'Mod' +
        'ified. | '#10#13'Caps Lock: Off. | '#10#13'NumLock: On. | '#10#13'Insert: On. | '#10#13 +
        'Total Lines Count: 1. |'
      Align = alLeft
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      Lines.Strings = (
        'memo1'#13)
      ParentFont = False
      ParentShowHint = False
      ScrollBars = ssBoth
      ShowHint = True
      TabOrder = 1
      WordWrap = False
      AutoNavigate = True
      FileName = 'Untitled'
      HighlightHTML = True
      HighlightURL = True
      HighlightXML = True
      RTFText = 
        '{\rtf1\fbidis\ansi\deff0{\fonttbl{\f0\fnil Tahoma;}}'#13#10'{\colortbl' +
        ' ;\red0\green0\blue0;}'#13#10'\viewkind4\uc1\pard\ltrpar\cf1\lang1037\' +
        'f0\fs16 memo1\par'#13#10'}'#13#10
      SupprtMoreThen64KB = False
      TextAlignment = taLeftJustify
      HideCaret = False
      Themes = tDefault
    end
    object memo2: TRichEditWB
      Left = 344
      Top = 210
      Width = 337
      Height = 164
      Hint = 
        'File Name: Untitled. | '#10#13'Position: Line:   1   Col:   1. | '#10#13'Mod' +
        'ified. | '#10#13'Caps Lock: Off. | '#10#13'NumLock: On. | '#10#13'Insert: On. | '#10#13 +
        'Total Lines Count: 1. |'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'Tahoma'
      Font.Style = []
      Lines.Strings = (
        'memo2'#13)
      ParentFont = False
      ParentShowHint = False
      ScrollBars = ssBoth
      ShowHint = True
      TabOrder = 2
      WordWrap = False
      AutoNavigate = True
      FileName = 'Untitled'
      HighlightHTML = True
      HighlightURL = True
      HighlightXML = True
      RTFText = 
        '{\rtf1\fbidis\ansi\deff0{\fonttbl{\f0\fnil Tahoma;}}'#13#10'{\colortbl' +
        ' ;\red0\green0\blue0;}'#13#10'\viewkind4\uc1\pard\ltrpar\cf1\lang1037\' +
        'f0\fs16 memo2\par'#13#10'}'#13#10
      SupprtMoreThen64KB = False
      TextAlignment = taLeftJustify
      HideCaret = False
      Themes = tDefault
    end
  end
  object UILess1: TUILess
    About = 'TUILess parser  - Help & Support: http://www.bsalsa.com/'
    Left = 16
    Top = 72
  end
end

⌨️ 快捷键说明

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