doublecmd/fviewer.lfm
2008-03-25 18:42:30 +00:00

209 lines
4.9 KiB
Text

object frmViewer: TfrmViewer
Left = 289
Height = 726
Top = 91
Width = 987
HorzScrollBar.Page = 986
VertScrollBar.Page = 699
VertScrollBar.Range = 19
ActiveControl = ScrollBarVert
Caption = 'Viewer'
ClientHeight = 700
ClientWidth = 987
Constraints.MinHeight = 100
Constraints.MinWidth = 200
KeyPreview = True
Menu = MainMenu
OnClose = frmViewerClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = frmViewerKeyDown
OnKeyPress = FormKeyPress
OnKeyUp = frmViewerKeyUp
Position = poDefault
ShowInTaskBar = stAlways
object pnlLister: TPanel
Height = 680
Width = 987
Align = alClient
TabOrder = 2
end
object Status: TStatusBar
Height = 20
Top = 680
Width = 987
Panels = <
item
Width = 200
end
item
Width = 70
end
item
Width = 150
end
item
Width = 50
end>
SimplePanel = False
end
object nbPages: TNotebook
Height = 680
Width = 987
Align = alClient
PageIndex = 1
ShowTabs = False
TabOrder = 0
object pgText: TPage
Caption = 'pgText'
ClientWidth = 987
ClientHeight = 680
object ScrollBarVert: TScrollBar
Left = 972
Height = 680
Width = 15
Align = alRight
Anchors = [akTop, akRight]
Kind = sbVertical
Max = 1000
PageSize = 1
ParentCtl3D = False
Position = 50
TabOrder = 0
OnScroll = ScrollBarVertScroll
end
object ViewerControl: TViewerControl
Cursor = crIBeam
Height = 680
Width = 972
ViewerMode = vmText
Font.Height = -14
Font.Name = 'fixed'
Font.Pitch = fpFixed
Align = alClient
OnMouseWheelDown = ViewerControlMouseWheelDown
OnMouseWheelUp = ViewerControlMouseWheelUp
end
end
object pgImage: TPage
Caption = 'pgImage'
ClientWidth = 983
ClientHeight = 676
object ScrollBox: TScrollBox
Height = 676
Width = 983
HorzScrollBar.Page = 978
VertScrollBar.Page = 671
Align = alClient
ParentCtl3D = False
TabOrder = 0
TabStop = True
object Image: TImage
Height = 672
Width = 979
Align = alClient
Transparent = False
end
end
end
end
object MainMenu: TMainMenu
left = 88
top = 8
object miFile: TMenuItem
Caption = '&File'
object miPrev: TMenuItem
Caption = '&Previous'
ShortCut = 80
OnClick = miPrevClick
end
object miNext: TMenuItem
Caption = '&Next'
ShortCut = 78
OnClick = miNextClick
end
object miSeparator: TMenuItem
Caption = '-'
end
object miSavePos: TMenuItem
Caption = '&Save Position'
OnClick = miSavePosClick
end
object N1: TMenuItem
Caption = '-'
end
object miExit: TMenuItem
Caption = 'E&xit'
OnClick = miExitClick
end
end
object miEdit: TMenuItem
Caption = '&Edit'
object miCopyToClipboard: TMenuItem
Caption = 'Copy To Clipboard'
OnClick = miCopyToClipboardClick
end
object miSelectAll: TMenuItem
Caption = 'Select All'
OnClick = miSelectAllClick
end
end
object miView: TMenuItem
Caption = '&View'
object miText: TMenuItem
Caption = 'Show as &Text'
OnClick = miTextClick
end
object miBin: TMenuItem
Caption = 'Show as &Bin'
OnClick = miBinClick
end
object miHex: TMenuItem
Caption = 'Show as &Hex'
OnClick = miHexClick
end
object miWrapText: TMenuItem
Caption = 'Show as &Wrap text'
OnClick = miWrapTextClick
end
object miDiv2: TMenuItem
Caption = '-'
end
object miGraphics: TMenuItem
Caption = 'Graphics'
ShortCut = 54
OnClick = miGraphicsClick
end
object miDiv1: TMenuItem
Caption = '-'
end
object miPlugins: TMenuItem
Caption = 'Plugins'
ShortCut = 55
OnClick = miPluginsClick
end
object MenuItem1: TMenuItem
Caption = '-'
end
object miSearch: TMenuItem
Caption = 'Search'
ShortCut = 114
OnClick = miSearchClick
end
end
object miImage: TMenuItem
Caption = '&Image'
object miStretch: TMenuItem
Caption = 'Stretch'
OnClick = miStretchClick
end
end
object miAbout: TMenuItem
Caption = 'About'
object miAbout2: TMenuItem
Caption = 'About Viewer...'
OnClick = miAbout2Click
end
end
end
end