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

📄 unit_web.dfm

📁 一系列DELPHI的控件如何使用的例子,例子有的比较简单,但是能详细的说明了控件的使用,对许多刚涉足DELPHI的朋友会很有帮助的
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 775
  Height = 480
  Caption = #31616#26131#32593#32476#27983#35272#22120
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 767
    Height = 57
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 9
      Top = 16
      Width = 32
      Height = 13
      AutoSize = False
      Caption = #22320#22336
    end
    object Edit1: TEdit
      Left = 39
      Top = 13
      Width = 274
      Height = 21
      TabOrder = 0
      Text = 'http://www.wuse.edu.cn'
    end
    object BitBtn3: TBitBtn
      Left = 504
      Top = 13
      Width = 75
      Height = 25
      Caption = #21069#36827
      TabOrder = 1
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 592
      Top = 13
      Width = 75
      Height = 25
      Caption = #21518#36864
      TabOrder = 2
      OnClick = BitBtn4Click
    end
    object BitBtn5: TBitBtn
      Left = 680
      Top = 13
      Width = 75
      Height = 25
      Caption = #25512#20986
      TabOrder = 3
      OnClick = BitBtn5Click
    end
    object BitBtn1: TBitBtn
      Left = 328
      Top = 13
      Width = 75
      Height = 25
      Caption = #36830#25509
      TabOrder = 4
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 416
      Top = 13
      Width = 75
      Height = 25
      Caption = #25171#24320
      TabOrder = 5
      OnClick = BitBtn2Click
    end
  end
  object WebBrowser1: TWebBrowser
    Left = 0
    Top = 57
    Width = 767
    Height = 396
    Align = alClient
    TabOrder = 1
    ControlData = {
      4C000000464F0000EE2800000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object Memo1: TMemo
    Left = 0
    Top = 57
    Width = 767
    Height = 396
    Align = alClient
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
    Visible = False
  end
  object OpenDialog1: TOpenDialog
    Left = 16
    Top = 64
  end
end

⌨️ 快捷键说明

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