home *** CD-ROM | disk | FTP | other *** search
- object PageSourceWindow: TPageSourceWindow
- Left = 320
- Top = 241
- AutoScroll = False
- Caption = 'Page Source'
- ClientHeight = 485
- ClientWidth = 553
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar: TXPStatusBar
- Left = 0
- Top = 466
- Width = 553
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object PageControl: TPageControl
- Left = 0
- Top = 0
- Width = 553
- Height = 466
- ActivePage = BodyTabSheet
- Align = alClient
- TabIndex = 0
- TabOrder = 1
- OnChange = PageControlChange
- object BodyTabSheet: TTabSheet
- Caption = 'Document Body'
- object BodyTextArea: TExtEvtRichEdit
- Left = 0
- Top = 0
- Width = 545
- Height = 438
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- HideScrollBars = False
- ParentFont = False
- PlainText = True
- PopupMenu = PopupMenu
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- OnMouseWheelDown = BodyTextAreaMouseWheelDown
- OnMouseWheelUp = BodyTextAreaMouseWheelUp
- OnSelectionChange = BodyTextAreaSelectionChange
- OnCopy = BodyTextAreaCopy
- end
- end
- object HeaderTabSheet: TTabSheet
- Caption = 'Document Header'
- object HeaderTextArea: TRichEdit
- Left = 0
- Top = 0
- Width = 545
- Height = 438
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- HideScrollBars = False
- ParentFont = False
- PlainText = True
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- OnMouseWheelDown = BodyTextAreaMouseWheelDown
- OnMouseWheelUp = BodyTextAreaMouseWheelUp
- end
- end
- end
- object AdvHtml: THtmlDocument
- Limit = 0
- Port = 80
- AuthMode = False
- UseProxy = False
- AuthProxy = False
- ProxyPort = 80
- ForceLoad = True
- RemoveHeader = True
- Timeout = 0
- ServerType = stHttp11
- OnLookup = AdvHtmlLookup
- OnConnecting = AdvHtmlConnecting
- OnConnect = AdvHtmlConnect
- OnRead = AdvHtmlRead
- OnDisconnect = AdvHtmlDisconnect
- Left = 16
- Top = 100
- end
- object PopupMenu: TPopupMenu
- Left = 20
- Top = 148
- object FindItem: TMenuItem
- Caption = '&Find...'
- ShortCut = 16454
- OnClick = FindItemClick
- end
- object FindNextItem: TMenuItem
- Caption = 'Find &Next'
- ShortCut = 114
- OnClick = FindDialogFind
- end
- end
- object FindDialog: TFindDialog
- Options = [frDown, frHideUpDown]
- OnFind = FindDialogFind
- Left = 62
- Top = 148
- end
- object AdvPerlIIS: TPerlExe
- TimeOut = 60000
- OnSingleLine = AdvPerlIISSingleLine
- OnFinish = AdvPerlIISDone
- Left = 60
- Top = 96
- end
- end
-