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

📄 ieform.~dfm

📁 查找进程的好源码
💻 ~DFM
字号:
object IEBandFrm: TIEBandFrm
  Left = 6
  Top = 136
  BorderStyle = bsNone
  Caption = 'IEBandFrm'
  ClientHeight = 143
  ClientWidth = 1012
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 1012
    Height = 29
    ButtonHeight = 20
    ButtonWidth = 68
    Caption = 'ToolBar1'
    EdgeBorders = []
    TabOrder = 0
    object BandName: TPanel
      Left = 0
      Top = 2
      Width = 67
      Height = 20
      BevelInner = bvLowered
      BevelOuter = bvNone
      Caption = 'XS-IE'#24037#20855
      TabOrder = 7
      OnClick = BandNameClick
    end
    object SearchType: TComboBox
      Left = 67
      Top = 2
      Width = 70
      Height = 20
      ItemHeight = 12
      TabOrder = 9
    end
    object E_Search: TEdit
      Left = 137
      Top = 2
      Width = 206
      Height = 20
      TabOrder = 0
      OnExit = E_SearchExit
      OnKeyPress = E_SearchKeyPress
      OnMouseDown = E_SearchMouseDown
    end
    object B_Search: TPanel
      Left = 343
      Top = 2
      Width = 48
      Height = 20
      BevelInner = bvLowered
      BevelOuter = bvNone
      Caption = 'GO'
      Font.Charset = GB2312_CHARSET
      Font.Color = clGreen
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 8
      OnClick = B_SearchClick
    end
    object C_Function: TComboBox
      Left = 391
      Top = 2
      Width = 80
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 3
      Text = #21151#33021#36873#25321
      OnChange = C_FunctionChange
      Items.Strings = (
        #21151#33021#36873#25321
        #28165#31354'COOLIE'
        #28165#31354#21382#21490#35760#24405
        #28165#26970'IE'#32593#22336
        #24191#21578#24320#22987#25318#25130
        #24191#21578#32467#26463#25318#25130
        #28165#38500#24191#21578#20449#24687)
    end
    object C_LinkType: TComboBox
      Left = 471
      Top = 2
      Width = 70
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      ItemIndex = 0
      TabOrder = 1
      Text = #36873#25321#36830#25509
      OnChange = C_LinkTypeChange
      Items.Strings = (
        #36873#25321#36830#25509
        #36229#32423#36830#25509
        #22270#29255#36830#25509)
    end
    object C_LinkContent: TComboBox
      Left = 541
      Top = 2
      Width = 235
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 2
      OnChange = C_LinkContentChange
    end
    object Friendlink: TPanel
      Left = 776
      Top = 2
      Width = 85
      Height = 20
      BevelInner = bvLowered
      BevelOuter = bvNone
      Caption = #21451#24773#36830#25509#8595
      TabOrder = 6
      OnClick = FriendlinkClick
    end
    object ADInfo: TPanel
      Left = 861
      Top = 2
      Width = 60
      Height = 20
      BevelInner = bvLowered
      BevelOuter = bvNone
      Caption = #27491#22312#25318#25130
      TabOrder = 5
    end
    object ADCount: TPanel
      Left = 921
      Top = 2
      Width = 85
      Height = 20
      BevelInner = bvLowered
      BevelOuter = bvNone
      Caption = #25318#25130#24191#21578#65306
      TabOrder = 4
    end
  end
  object Timer1: TTimer
    Interval = 100
    OnTimer = Timer1Timer
    Left = 544
    Top = 48
  end
  object FriendMenu: TPopupMenu
    Left = 704
    Top = 48
  end
  object HTTPServer: TIdHTTP
    MaxLineAction = maException
    ReadTimeout = 0
    AllowCookies = True
    ProxyParams.BasicAuthentication = False
    ProxyParams.ProxyPort = 0
    Request.ContentLength = -1
    Request.ContentRangeEnd = 0
    Request.ContentRangeStart = 0
    Request.ContentType = 'text/html'
    Request.Accept = 'text/html, */*'
    Request.BasicAuthentication = False
    Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
    HTTPOptions = [hoForceEncodeParams]
    Left = 584
    Top = 48
  end
end

⌨️ 快捷键说明

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