程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> Delphi >> Delphi中使用TWebBrowser編輯網頁(2)

Delphi中使用TWebBrowser編輯網頁(2)

編輯:Delphi

窗體文件:

object Form1: TForm1
 Left = 0
 Top = 0
 Caption = 'Form1'
 ClIEntHeight = 385
 ClIEntWidth = 632
 Color = clBtnFace
 Font.Charset = DEFAULT_CHARSET
 Font.Color = clWindowText
 Font.Height = -11
 Font.Name = 'Tahoma'
 Font.Style = []
 OldCreateOrder = False
 Position = poScreenCenter
 OnCreate = FormCreate
 PixelsPerInch = 96
 TextHeight = 13
 object WebBrowser1: TWebBrowser
  Left = 8
  Top = 48
  Width = 563
  Height = 321
  TabOrder = 0
  ControlData = {
   4C000000303A00002D2100000000000000000000000000000000000000000000
   000000004C000000000000000000000001000000E0D057007335CF11AE690800
   2B2E126208000000000000004C0000000114020000000000C000000000000046
   8000000000000000000000000000000000000000000000000000000000000000
   00000000000000000100000000000000000000000000000000000000}
 end
 object Panel1: TPanel
  Left = 0
  Top = 1
  Width = 633
  Height = 32
  Caption = 'Panel1'
  TabOrder = 1
  object Button1: TButton
   Left = 440
   Top = 4
   Width = 99
   Height = 25
   Caption = 'Button1'
   TabOrder = 0
   OnClick = Button1Click
  end
  object CheckBox1: TCheckBox
   Left = 552
   Top = 8
   Width = 73
   Height = 17
   Caption = 'CheckBox1'
   TabOrder = 1
   OnClick = CheckBox1Click
  end
 end
end

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved