unitmainform.dfm

来自「自动点击网页的连接」· DFM 代码 · 共 75 行

DFM
75
字号
object Form1: TForm1
  Left = 219
  Top = 131
  Width = 870
  Height = 637
  Caption = 'form1'
  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 browser: TEmbeddedWB
    Left = 24
    Top = 96
    Width = 769
    Height = 433
    TabOrder = 0
    OnDocumentComplete = browserDocumentComplete
    DownloadOptions = [DLCTL_DLIMAGES, DLCTL_VIDEOS, DLCTL_BGSOUNDS]
    UserInterfaceOptions = []
    DisableRightClickMenu = False
    EnableDDE = False
    fpExceptions = True
    HideBorders = False
    HideScrollBars = False
    PrintOptions.Margins.Left = 19.050000000000000000
    PrintOptions.Margins.Right = 19.050000000000000000
    PrintOptions.Margins.Top = 19.050000000000000000
    PrintOptions.Margins.Bottom = 19.050000000000000000
    PrintOptions.Header = '&w&b'#39029#30721#65292'&p/&P'
    PrintOptions.HTMLHeader.Strings = (
      '<HTML></HTML>')
    PrintOptions.Footer = '&u&b&d'
    PrintOptions.Orientation = poPortrait
    ReplaceCaption = False
    ControlData = {
      4C0000007A4F0000C02C00000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object Button1: TButton
    Left = 24
    Top = 40
    Width = 75
    Height = 25
    Caption = 'go'
    TabOrder = 1
    OnClick = Button1Click
  end
  object edtURL: TEdit
    Left = 112
    Top = 40
    Width = 241
    Height = 21
    TabOrder = 2
    Text = 'E:\'#40614#20255#38190'\AutoAD\test.htm'
  end
  object Button2: TButton
    Left = 448
    Top = 40
    Width = 75
    Height = 25
    Caption = 'start'
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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