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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 128
  Top = 69
  Width = 794
  Height = 617
  Caption = 'Web Explorer'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 42
    Width = 50
    Height = 13
    AutoSize = False
    Caption = #22320#22336'(D)'
  end
  object Button1: TButton
    Left = 24
    Top = 8
    Width = 75
    Height = 25
    Caption = #21518#36864
    TabOrder = 0
    OnClick = Button1Click
  end
  object CppWebBrowser1: TCppWebBrowser
    Left = -8
    Top = 64
    Width = 793
    Height = 505
    TabOrder = 1
    ControlData = {
      4C000000F5510000313400000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 571
    Width = 786
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object Button2: TButton
    Left = 104
    Top = 8
    Width = 75
    Height = 25
    Caption = #21069#36827
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 184
    Top = 8
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 264
    Top = 8
    Width = 75
    Height = 25
    Caption = #21047#26032
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 344
    Top = 8
    Width = 75
    Height = 25
    Caption = #20027#39029
    TabOrder = 6
    OnClick = Button5Click
  end
  object ComboBox1: TComboBox
    Left = 80
    Top = 38
    Width = 385
    Height = 21
    ItemHeight = 13
    TabOrder = 7
    Text = 'about:blank'
    OnKeyDown = ComboBox1KeyDown
  end
  object Button6: TButton
    Left = 472
    Top = 34
    Width = 75
    Height = 25
    Caption = #36716#21040
    TabOrder = 8
    OnClick = Button6Click
  end
end

⌨️ 快捷键说明

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