home *** CD-ROM | disk | FTP | other *** search
- object fWWWPrev: TfWWWPrev
- Left = 292
- Top = 186
- Width = 711
- Height = 448
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'PSPad - n'#225'hled WWW str'#225'nky'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnDeactivate = FormDeactivate
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PaintBox1: TPaintBox
- Left = 120
- Top = 32
- Width = 105
- Height = 105
- OnPaint = PaintBox1Paint
- end
- object stBar: TStatusBar
- Left = 0
- Top = 395
- Width = 703
- Height = 19
- AutoHint = True
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = True
- end
- object ToolBarSizes: TToolBar
- Left = 0
- Top = 0
- Width = 703
- Height = 22
- AutoSize = True
- EdgeBorders = []
- Flat = True
- Images = fPSPad.MainImageList
- TabOrder = 0
- TabStop = True
- object ToolButton1: TToolButton
- Left = 0
- Top = 0
- Action = aIE
- end
- object ToolButton4: TToolButton
- Left = 23
- Top = 0
- Width = 8
- Caption = 'ToolButton4'
- ImageIndex = 30
- Style = tbsSeparator
- end
- object tbBack: TToolButton
- Left = 31
- Top = 0
- Hint = 'Previous'
- Enabled = False
- ImageIndex = 20
- OnClick = tbBackClick
- end
- object tbForw: TToolButton
- Left = 54
- Top = 0
- Hint = 'Next'
- Enabled = False
- ImageIndex = 22
- OnClick = tbForwClick
- end
- object tbStop: TToolButton
- Left = 77
- Top = 0
- Hint = 'Stop'
- Enabled = False
- ImageIndex = 84
- OnClick = tbStopClick
- end
- object tbRefresh: TToolButton
- Left = 100
- Top = 0
- Action = aRefresh
- end
- object ToolButton5: TToolButton
- Left = 123
- Top = 0
- Width = 8
- Caption = 'ToolButton5'
- Enabled = False
- ImageIndex = 28
- Style = tbsSeparator
- end
- object eURL: TEdit
- Left = 131
- Top = 0
- Width = 253
- Height = 22
- Hint = 'Enter URL address'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 0
- OnKeyPress = eURLKeyPress
- end
- object tbEnter: TToolButton
- Left = 384
- Top = 0
- Hint = 'Go to page'
- Caption = 'tbEnter'
- ImageIndex = 85
- OnClick = tbEnterClick
- end
- object tbShowTable: TToolButton
- Left = 407
- Top = 0
- Hint = 'Show tables conture'
- AllowAllUp = True
- Caption = 'tbShowTable'
- ImageIndex = 86
- OnClick = tbShowTableClick
- end
- object tbShowErr: TToolButton
- Left = 430
- Top = 0
- Hint = 'Show/hide errors'
- Action = aShowErrors
- end
- object tbJavaTools: TToolButton
- Left = 453
- Top = 0
- Caption = 'tbJavaTools'
- DropdownMenu = popupTools
- ImageIndex = 102
- end
- object ToolButton2: TToolButton
- Left = 476
- Top = 0
- Width = 8
- Caption = 'ToolButton2'
- Enabled = False
- ImageIndex = 29
- Style = tbsSeparator
- end
- object tb640: TButton
- Left = 484
- Top = 0
- Width = 62
- Height = 22
- Caption = '640x480'
- TabOrder = 1
- OnClick = tb640Click
- end
- object tb800: TButton
- Left = 546
- Top = 0
- Width = 64
- Height = 22
- Caption = '800x600'
- TabOrder = 2
- OnClick = tb640Click
- end
- object tb1024: TButton
- Left = 610
- Top = 0
- Width = 64
- Height = 22
- Caption = '1024x768'
- TabOrder = 3
- OnClick = tb640Click
- end
- end
- object ActionList1: TActionList
- Images = fPSPad.MainImageList
- Left = 80
- Top = 56
- object EditCopy1: TEditCopy
- Category = 'Edit'
- Caption = '&Copy'
- Hint = 'Copy'
- ShortCut = 16451
- end
- object EditCut1: TEditCut
- Category = 'Edit'
- Caption = 'Cu&t'
- Hint = 'Cut'
- ShortCut = 16472
- end
- object EditPaste1: TEditPaste
- Category = 'Edit'
- Caption = '&Paste'
- Hint = 'Paste'
- ShortCut = 16470
- end
- object EditSelectAll1: TEditSelectAll
- Category = 'Edit'
- Caption = 'Select &All'
- end
- object aShowErrors: TAction
- Caption = 'Show errors'
- Hint = 'Show errors'
- ImageIndex = 92
- OnExecute = aShowErrorsExecute
- end
- object aExit: TAction
- Caption = 'Exit'
- Hint = 'Exit'
- ShortCut = 27
- OnExecute = aExitExecute
- end
- object aRefresh: TAction
- Caption = 'Refresh'
- Hint = 'Refresh'
- ImageIndex = 27
- ShortCut = 116
- OnExecute = tbRefreshClick
- end
- object aIE: TAction
- Caption = 'Mozilla'
- Hint = 'Mozilla'
- ImageIndex = 135
- OnExecute = aIEExecute
- end
- end
- object popupTools: TPopupMenu
- Images = fPSPad.MainImageList
- OnPopup = popupToolsPopup
- Left = 248
- Top = 32
- end
- end
-