lazarus-ccr/applications/fpbrowser/mainform.lfm
sekelsenmat ead2a75db2 fpbrowser: Starts the code to load images
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1726 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-01 07:04:46 +00:00

280 lines
6.3 KiB
Plaintext

object formBrowser: TformBrowser
Left = 372
Height = 439
Top = 267
Width = 621
ClientHeight = 439
ClientWidth = 621
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Menu = MainMenu
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
LCLVersion = '0.9.31'
object Panel1: TPanel
Left = 0
Height = 18
Top = 421
Width = 621
Align = alBottom
Alignment = taLeftJustify
BevelInner = bvLowered
BevelOuter = bvNone
ClientHeight = 18
ClientWidth = 621
TabOrder = 0
object ProgressBar: TProgressBar
Left = 470
Height = 16
Top = 1
Width = 150
Align = alRight
TabOrder = 0
Visible = False
end
end
object Panel2: TPanel
Left = 0
Height = 33
Top = 0
Width = 621
Align = alTop
BevelOuter = bvNone
ClientHeight = 33
ClientWidth = 621
TabOrder = 1
object editURL: TEdit
Left = 190
Height = 22
Top = 4
Width = 337
OnKeyDown = editURLKeyDown
TabStop = False
TabOrder = 3
end
object ReloadButton: TButton
Left = 10
Height = 24
Top = 4
Width = 59
Caption = '&Reload'
Enabled = False
OnClick = ReloadButtonClick
TabOrder = 0
end
object BackButton: TButton
Left = 69
Height = 24
Top = 4
Width = 59
Caption = '&Back'
Enabled = False
OnClick = FwdBackClick
TabOrder = 1
end
object FwdButton: TButton
Left = 128
Height = 24
Top = 4
Width = 59
Caption = '&Forward'
Enabled = False
OnClick = FwdBackClick
TabOrder = 2
end
end
object Panel3: TPanel
Left = 0
Height = 388
Top = 33
Width = 621
Align = alClient
BevelInner = bvLowered
BevelOuter = bvNone
Caption = 'Panel3'
ClientHeight = 388
ClientWidth = 621
TabOrder = 2
object Viewer: THTMLViewer
Left = 1
Height = 386
Top = 1
Width = 619
OnHotSpotCovered = HotSpotChange
OnHotSpotClick = HotSpotClick
OnImageRequest = ViewerImageRequest
OnFormSubmit = SubmitEvent
OnHistoryChange = HistoryChange
OnProgress = ViewerProgress
TabStop = True
TabOrder = 0
Align = alClient
DefBackground = clWindow
BorderStyle = htFocused
HistoryMaxCount = 6
DefFontName = 'Times New Roman'
DefPreFontName = 'Courier New'
DefFontColor = clWindowText
DefOverLinkColor = clFuchsia
ImageCacheCount = 6
NoSelect = False
CharSet = DEFAULT_CHARSET
PrintMarginLeft = 2
PrintMarginRight = 2
PrintMarginTop = 2
PrintMarginBottom = 2
PrintScale = 1
OnMouseMove = ViewerMouseMove
OnProcessing = ProcessingHandler
OnPrintHTMLHeader = ViewerPrintHTMLHeader
OnPrintHTMLFooter = ViewerPrintHTMLFooter
OnInclude = ViewerInclude
OnSoundRequest = SoundRequest
OnMetaRefresh = MetaRefreshEvent
OnObjectClick = ObjectClick
OnRightClick = RightClick
end
end
object OpenDialog: TOpenDialog
DefaultExt = '.htm'
Filter = 'html files|*.htm;*.html|all files|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
left = 329
top = 2
end
object MainMenu: TMainMenu
left = 291
top = 4
object File1: TMenuItem
Caption = '&File'
object Open: TMenuItem
Caption = '&Open'
ShortCut = 114
OnClick = OpenFileClick
end
object OpenTextFile: TMenuItem
Caption = 'Open &Text File'
OnClick = OpenTextFileClick
end
object OpenImageFile: TMenuItem
Caption = 'Open &Image File'
OnClick = OpenImageFileClick
end
object PrinterSetup1: TMenuItem
Caption = 'Printer Setup...'
OnClick = PrinterSetup1Click
end
object Printpreview: TMenuItem
Caption = 'Print pre&view'
Enabled = False
OnClick = PrintpreviewClick
end
object Print1: TMenuItem
Caption = '&Print...'
Enabled = False
OnClick = Print1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
object Edit2: TMenuItem
Caption = '&Edit'
OnClick = Edit2Click
object Find1: TMenuItem
Caption = '&Find'
Enabled = False
OnClick = Find1Click
end
object CopyItem: TMenuItem
Caption = '&Copy'
ShortCut = 16451
OnClick = CopyItemClick
end
object N2: TMenuItem
Caption = '-'
end
object SelectAllItem: TMenuItem
Caption = 'Select &All'
Enabled = False
OnClick = SelectAllItemClick
end
end
object options1: TMenuItem
Caption = '&Options'
object ShowImages: TMenuItem
Caption = '&Show images'
OnClick = ShowImagesClick
end
object Fonts: TMenuItem
Caption = 'Default &Font/Colors...'
OnClick = FontColorsClick
end
end
object HistoryMenuItem: TMenuItem
Caption = '&History'
Visible = False
end
object About1: TMenuItem
Caption = '&About'
OnClick = About1Click
end
end
object PrintDialog: TPrintDialog
FromPage = 1
MinPage = 1
MaxPage = 9999
Options = [poPageNums]
ToPage = 1
left = 362
top = 1
end
object FindDialog: TFindDialog
Options = [frDown, frHideWholeWord, frDisableWholeWord]
OnFind = FindDialogFind
left = 249
top = 65535
end
object PopupMenu: TPopupMenu
left = 400
top = 1
object Viewimage: TMenuItem
Caption = '&View image'
OnClick = ViewimageClick
end
object CopyImageToClipboard: TMenuItem
Caption = '&Copy image to clipboard'
OnClick = CopyImageToClipboardClick
end
object N3: TMenuItem
Caption = '-'
end
object OpenInNewWindow: TMenuItem
Caption = '&Open in new window'
OnClick = OpenInNewWindowClick
end
end
object MetaTimer: TTimer
Enabled = False
OnTimer = MetaTimerTimer
left = 242
top = 75
end
object Timer1: TTimer
Interval = 200
OnTimer = Timer1Timer
left = 291
top = 71
end
object PrinterSetupDialog: TPrinterSetupDialog
left = 448
end
end