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

📄 uteditdesigner.dfm

📁 delphi老牌的浏览器控件
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Designer Demo'
  ClientHeight = 434
  ClientWidth = 652
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 246
    Width = 652
    Height = 150
    Align = alBottom
    TabOrder = 0
    ExplicitWidth = 644
    object Label1: TLabel
      Left = 7
      Top = 6
      Width = 41
      Height = 13
      Caption = 'Doc Info'
    end
    object Label2: TLabel
      Left = 216
      Top = 6
      Width = 51
      Height = 13
      Caption = 'Inner Text'
    end
    object Label3: TLabel
      Left = 423
      Top = 6
      Width = 50
      Height = 13
      Caption = 'Inner Html'
    end
    object Memo1: TMemo
      Left = 0
      Top = 22
      Width = 210
      Height = 122
      ScrollBars = ssBoth
      TabOrder = 0
    end
    object Memo2: TMemo
      Left = 216
      Top = 22
      Width = 201
      Height = 122
      ScrollBars = ssBoth
      TabOrder = 1
    end
    object Memo3: TMemo
      Left = 423
      Top = 25
      Width = 221
      Height = 123
      ScrollBars = ssBoth
      TabOrder = 2
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 652
    Height = 33
    Align = alTop
    TabOrder = 1
    ExplicitWidth = 644
    object btnGo: TButton
      Left = 351
      Top = 8
      Width = 75
      Height = 19
      Caption = 'Go'
      TabOrder = 0
      OnClick = btnGoClick
    end
    object IEAddress1: TIEAddress
      Left = 7
      Top = 8
      Width = 338
      Height = 22
      About = 'TIEAddress. Help & Support: http://www.bsalsa.com/'
      EmbeddedWB = EmbeddedWB1
      IconLeft = 4
      IconTop = 3
      ItemHeight = 16
      ParentBiDiMode = True
      TabOrder = 1
    end
    object btnRemoveDesigner: TButton
      Left = 536
      Top = 8
      Width = 108
      Height = 19
      Caption = 'Disconnect Designer'
      Enabled = False
      TabOrder = 2
      OnClick = btnRemoveDesignerClick
    end
    object btnConnectDesigner: TButton
      Left = 432
      Top = 8
      Width = 98
      Height = 19
      Caption = 'Connect Designer'
      TabOrder = 3
      OnClick = btnConnectDesignerClick
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 396
    Width = 652
    Height = 19
    Panels = <
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Width = 70
      end
      item
        Width = 100
      end
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Width = 90
      end
      item
        Width = 90
      end
      item
        Width = 70
      end
      item
        Width = 70
      end>
    ExplicitWidth = 644
  end
  object StatusBar2: TStatusBar
    Left = 0
    Top = 415
    Width = 652
    Height = 19
    Panels = <
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Width = 70
      end
      item
        Width = 70
      end
      item
        Width = 70
      end
      item
        Width = 70
      end
      item
        Width = 70
      end
      item
        Width = 70
      end>
    ExplicitWidth = 644
  end
  object EmbeddedWB1: TEmbeddedWB
    Left = 0
    Top = 33
    Width = 652
    Height = 213
    Align = alClient
    TabOrder = 4
    DisableCtrlShortcuts = 'N'
    UserInterfaceOptions = [EnableThemes]
    About = ' EmbeddedWB http://bsalsa.com/'
    PrintOptions.Margins.Left = 19.050000000000000000
    PrintOptions.Margins.Right = 19.050000000000000000
    PrintOptions.Margins.Top = 19.050000000000000000
    PrintOptions.Margins.Bottom = 19.050000000000000000
    PrintOptions.Header = '&w&bSeite &p von &P'
    PrintOptions.HTMLHeader.Strings = (
      '<HTML></HTML>')
    PrintOptions.Footer = '&u&b&d'
    PrintOptions.Orientation = poPortrait
    UserAgent = 'Mozilla/4.0(Compatible-EmbeddedWB 14.59 http://bsalsa.com/ '
    ExplicitTop = 0
    ExplicitHeight = 488
    ControlData = {
      4C0000008F420000651500000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object EditDesigner1: TEditDesigner
    About = 'TEditDesigner - from http://www.bsalsa.com/'
    EmbeddedWB = EmbeddedWB1
    OnPreDrag = EditDesigner1PreDrag
    OnPreHandle = EditDesigner1PreHandleEvent
    OnPostHandle = EditDesigner1PostHandleEvent
    OnPostEditorNotify = EditDesigner1PostEditorEventNotify
    OnError = EditDesigner1Error
    OnInnerText = EditDesigner1InnerText
    OnInnerHtml = EditDesigner1InnerHtml
    OnKeyPress = EditDesigner1KeyPress
    OnKeyState = EditDesigner1KeyState
    OnTranslateAccelerator = EditDesigner1TranslateAccelerator
    OnMousePosition = EditDesigner1MousePosition
    OnMouseButton = EditDesigner1MouseButton
    OnEvtDispId = EditDesigner1EvtDispId
    OnSnapRect = EditDesigner1SnapRect
    OnType_ = EditDesigner1Type_
    OnToString = EditDesigner1ToString
    OnTagName = EditDesigner1TagName
    Left = 40
    Top = 56
  end
  object MainMenu1: TMainMenu
    Left = 120
    Top = 56
    object File1: TMenuItem
      Caption = 'File'
      object SaveToFile1: TMenuItem
        Caption = 'Save To File...'
        OnClick = SaveToFile1Click
      end
    end
    object Add1: TMenuItem
      Caption = 'Insert'
      object HyperLink1: TMenuItem
        Caption = 'HyperLink'
        OnClick = HyperLink1Click
      end
      object Image1: TMenuItem
        Caption = 'Image'
        OnClick = Image1Click
      end
      object RadioButton1: TMenuItem
        Caption = 'Radio Button'
        OnClick = RadioButton1Click
      end
    end
    object Fonts1: TMenuItem
      Caption = 'Fonts'
      object Bold1: TMenuItem
        Caption = 'Set Sel Text As Bold'
        OnClick = Bold1Click
      end
      object SetSelTextAsUndelline1: TMenuItem
        Caption = 'Set Sel Text As Undelline'
        OnClick = SetSelTextAsUndelline1Click
      end
      object Underline1: TMenuItem
        Caption = 'Set Sel Text As Underline'
      end
      object Italic1: TMenuItem
        Caption = 'Set Sel Text Italic'
        OnClick = Italic1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
    end
  end
end

⌨️ 快捷键说明

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