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

📄 unit1.dfm

📁 获得网站html
💻 DFM
字号:
object Form1: TForm1
  Left = 263
  Top = 102
  Width = 935
  Height = 636
  Caption = #33719#24471#32593#39029'html'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 927
    Height = 544
    Align = alClient
    Caption = 'GetHtml'
    TabOrder = 0
    object Splitter1: TSplitter
      Left = 601
      Top = 48
      Width = 7
      Height = 494
      Align = alRight
    end
    object Panel1: TPanel
      Left = 2
      Top = 15
      Width = 923
      Height = 33
      Align = alTop
      TabOrder = 0
      object Label1: TLabel
        Left = 8
        Top = 12
        Width = 36
        Height = 13
        Caption = #22320#22336#65306
      end
      object website: TComboBox
        Left = 48
        Top = 4
        Width = 841
        Height = 21
        ItemHeight = 13
        TabOrder = 0
      end
    end
    object GroupBox2: TGroupBox
      Left = 2
      Top = 48
      Width = 599
      Height = 494
      Align = alClient
      Caption = #39029#38754#20195#30721
      TabOrder = 1
      object Memo1: TMemo
        Left = 2
        Top = 15
        Width = 595
        Height = 477
        Align = alClient
        ReadOnly = True
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
    object GroupBox3: TGroupBox
      Left = 608
      Top = 48
      Width = 317
      Height = 494
      Align = alRight
      Caption = #22836
      TabOrder = 2
      object Memo2: TMemo
        Left = 2
        Top = 15
        Width = 313
        Height = 477
        Align = alClient
        ReadOnly = True
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 583
    Width = 927
    Height = 19
    Panels = <>
  end
  object Panel2: TPanel
    Left = 0
    Top = 544
    Width = 927
    Height = 39
    Align = alBottom
    TabOrder = 2
    object Label2: TLabel
      Left = 576
      Top = 16
      Width = 3
      Height = 13
    end
    object BitBtn1: TBitBtn
      Left = 8
      Top = 8
      Width = 75
      Height = 25
      Caption = 'Get'
      Default = True
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 144
      Top = 8
      Width = 75
      Height = 25
      Caption = 'Leave'
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object SkyGuage1: TSkyGuage
      Left = 240
      Top = 11
      Width = 300
      Height = 20
      AutoResume = True
      UseShade = True
      ShowPercent = True
      Max = 296
      Step = 300
      BackColor = clSkyBlue
      ShadeColor = clFuchsia
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clAqua
      Font.Height = -13
      Font.Name = 'Times New Roman'
      Font.Style = [fsBold]
    end
  end
  object SaveDialog1: TSaveDialog
    Left = 202
    Top = 192
  end
end

⌨️ 快捷键说明

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