object Form3: TForm3 Left = 263 Top = 194 Width = 660 Height = 500 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Browse files' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} KeyPreview = True Menu = MainMenu1 OldCreateOrder = True Position = poMainFormCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Splitter2: TSplitter Left = 201 Top = 28 Width = 3 Height = 407 Cursor = crHSplit end object ToolBar1: TToolBar Left = 0 Top = 0 Width = 652 Height = 28 AutoSize = True BorderWidth = 1 ButtonWidth = 25 Caption = 'ToolBar1' Flat = True Images = MDIPForm1.ImageList2 TabOrder = 0 object ToolButton8: TToolButton Left = 0 Top = 0 Hint = 'Save' Caption = 'Save' Enabled = False ImageIndex = 2 ParentShowHint = False ShowHint = True OnClick = Save1Click end object ToolButton2: TToolButton Left = 25 Top = 0 Hint = 'Open' Caption = 'Open' Enabled = False ImageIndex = 1 ParentShowHint = False ShowHint = True OnClick = Open1Click end object ToolButton9: TToolButton Left = 50 Top = 0 Hint = 'Print' Caption = 'Print' ImageIndex = 4 ParentShowHint = False ShowHint = True OnClick = ToolButton9Click end object ToolButton12: TToolButton Left = 75 Top = 0 Caption = 'ToolButton12' Enabled = False ImageIndex = 25 Visible = False OnClick = Properties2Click end object ToolButton3: TToolButton Left = 100 Top = 0 Width = 8 Caption = 'ToolButton3' ImageIndex = 2 Style = tbsSeparator end object ToolButton4: TToolButton Left = 108 Top = 0 Hint = 'Cut' Caption = 'Cut' Enabled = False ImageIndex = 7 ParentShowHint = False ShowHint = True OnClick = Cut1Click end object ToolButton5: TToolButton Left = 133 Top = 0 Hint = 'Copy' Caption = 'Copy' Enabled = False ImageIndex = 8 ParentShowHint = False ShowHint = True OnClick = Copy1Click end object ToolButton6: TToolButton Left = 158 Top = 0 Hint = 'Paste' Caption = 'Paste' Enabled = False ImageIndex = 9 ParentShowHint = False ShowHint = True OnClick = Paste1Click end object ToolButton7: TToolButton Left = 183 Top = 0 Hint = 'Delete' Caption = 'Delete' Enabled = False ImageIndex = 10 ParentShowHint = False ShowHint = True OnClick = Delete1Click end object ToolButton10: TToolButton Left = 208 Top = 0 Hint = 'Select All' Caption = 'Select All' ImageIndex = 28 ParentShowHint = False ShowHint = True OnClick = SelectAll1Click end object ToolButton16: TToolButton Left = 233 Top = 0 Hint = 'Word Wrap' Caption = 'Word Wrap' ImageIndex = 19 ParentShowHint = False ShowHint = True OnClick = ToolButton16Click end object ToolButton11: TToolButton Left = 258 Top = 0 Width = 8 Caption = 'ToolButton11' ImageIndex = 12 Style = tbsSeparator end object ToolButton17: TToolButton Left = 266 Top = 0 Caption = 'ToolButton17' ImageIndex = 5 OnClick = Find1Click end object ToolButton13: TToolButton Left = 291 Top = 0 Hint = 'Find and Highlight' Caption = 'Find and Highlight' ImageIndex = 34 ParentShowHint = False ShowHint = True OnClick = ToolButton13Click end object ToolButton14: TToolButton Left = 316 Top = 0 Hint = 'Find in Files' Caption = 'Find in Files' ImageIndex = 35 ParentShowHint = False ShowHint = True OnClick = ToolButton14Click end object ToolButton15: TToolButton Left = 341 Top = 0 Width = 8 Caption = 'ToolButton15' ImageIndex = 36 Style = tbsSeparator end object ToolButton1: TToolButton Left = 349 Top = 0 Hint = 'Refresh' Caption = 'Refresh' ImageIndex = 26 ParentShowHint = False ShowHint = True OnClick = ToolButton1Click end end object Panel1: TPanel Left = 0 Top = 28 Width = 201 Height = 407 Align = alLeft BevelOuter = bvNone TabOrder = 1 object Splitter1: TSplitter Left = 0 Top = 149 Width = 201 Height = 3 Cursor = crVSplit Align = alTop end object ListView1: TListView Left = 0 Top = 152 Width = 201 Height = 255 Align = alClient Columns = < item Width = 153 end> MultiSelect = True PopupMenu = PopupMenu1 ShowColumnHeaders = False SortType = stText TabOrder = 0 ViewStyle = vsReport OnClick = ListView1Click OnDblClick = ListView1DblClick OnEdited = ListView1Edited OnKeyDown = ListView1KeyDown OnKeyUp = ListView1KeyUp end object Panel2: TPanel Left = 0 Top = 0 Width = 201 Height = 149 Align = alTop BevelOuter = bvNone TabOrder = 1 object Panel3: TPanel Left = 0 Top = 0 Width = 201 Height = 25 Align = alTop BevelOuter = bvNone TabOrder = 0 OnResize = Panel3Resize object drivelist: TComboBoxEx Left = 0 Top = 0 Width = 201 Height = 22 ItemsEx.CaseSensitive = False ItemsEx.SortType = stNone ItemsEx = <> Style = csExDropDownList StyleEx = [] ItemHeight = 16 TabOrder = 0 OnChange = drivelistChange DropDownCount = 8 end end object ShellTreeView1: TShellTreeView Left = 0 Top = 25 Width = 201 Height = 124 AutoContextMenus = False ObjectTypes = [otFolders, otHidden] Root = 'C:\' UseShellImages = True Align = alClient AutoRefresh = False Indent = 19 ParentColor = False RightClickSelect = True ShowRoot = False TabOrder = 1 OnClick = ShellTreeView1Click end end end object ScrollMemo1: TScrollMemo Left = 204 Top = 28 Width = 448 Height = 407 Align = alClient Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] HideSelection = False ParentFont = False PlainText = True PopupMenu = PopupMenu2 ScrollBars = ssBoth TabOrder = 2 WordWrap = False OnMouseDown = ScrollMemo1MouseDown OnSelectionChange = ScrollMemo1SelectionChange end object StatusBar1: TStatusBar Left = 0 Top = 435 Width = 652 Height = 19 Panels = < item Width = 110 end item Width = 140 end item Width = 375 end> SimplePanel = False end object PopupMenu1: TPopupMenu OnPopup = PopupMenu1Popup Left = 212 Top = 36 object Open1: TMenuItem Caption = 'Open' Enabled = False OnClick = Openfile1Click end object Pastepath1: TMenuItem Caption = 'Paste path' OnClick = Pastepath1Click end object N8: TMenuItem Caption = '-' end object Copyto2: TMenuItem Caption = 'Copy &to...' OnClick = Copyto1Click end object Delete3: TMenuItem Caption = '&Delete' OnClick = Delete2Click end object Rename1: TMenuItem Caption = '&Rename' OnClick = Rename1Click end object N11: TMenuItem Caption = '-' end object Properties1: TMenuItem Caption = 'Properties' Enabled = False OnClick = Properties1Click end object N2: TMenuItem Caption = '-' end object Refresh1: TMenuItem Caption = 'Refresh' OnClick = Refresh1Click end end object MainMenu1: TMainMenu Left = 244 Top = 36 object File1: TMenuItem Caption = '&File' OnClick = File1Click object Openfile1: TMenuItem Caption = '&Open' Enabled = False OnClick = Openfile1Click end object Save1: TMenuItem Caption = '&Save' Enabled = False OnClick = Save1Click end object Insertfile1: TMenuItem Caption = '&Insert File' Enabled = False OnClick = Insertfile1Click end object Pastepath2: TMenuItem Caption = 'P&aste path' Enabled = False OnClick = Pastepath1Click end object N1: TMenuItem Caption = '-' end object Copyto1: TMenuItem Caption = 'Copy &to...' OnClick = Copyto1Click end object Delete2: TMenuItem Caption = '&Delete' OnClick = Delete2Click end object Rename2: TMenuItem Caption = '&Rename' OnClick = Rename1Click end object N10: TMenuItem Caption = '-' end object Properties2: TMenuItem Caption = '&Properties' Enabled = False OnClick = Properties2Click end object N3: TMenuItem Caption = '-' end object Close1: TMenuItem Caption = '&Close' OnClick = Close1Click end end object Edit1: TMenuItem Caption = '&Edit' Enabled = False object Undo1: TMenuItem Caption = 'Undo' ShortCut = 16474 OnClick = Undo1Click end object N6: TMenuItem Caption = '-' end object Cut1: TMenuItem Caption = 'Cu&t' ShortCut = 16472 OnClick = Cut1Click end object Copy1: TMenuItem Caption = '&Copy' ShortCut = 16451 OnClick = Copy1Click end object Paste1: TMenuItem Caption = '&Paste' ShortCut = 16470 OnClick = Paste1Click end object Delete1: TMenuItem Caption = 'Delete' ShortCut = 46 OnClick = Delete1Click end object SelectAll1: TMenuItem Caption = 'Select &All' OnClick = SelectAll1Click end object N4: TMenuItem Caption = '-' end object Highlight1: TMenuItem Caption = '&Highlight' ShortCut = 16456 OnClick = Highlight1Click end object ClearHighlight1: TMenuItem Caption = 'Cl&ear Highlight' OnClick = ClearHighlight1Click end object N5: TMenuItem Caption = '-' end object WordWrap1: TMenuItem AutoCheck = True Caption = '&Word Wrap' OnClick = WordWrap1Click end end object Search1: TMenuItem Caption = '&Search' object Find1: TMenuItem Caption = 'Find...' ShortCut = 16454 OnClick = Find1Click end object FindandHighlight1: TMenuItem AutoCheck = True Caption = 'Find and &Highlight...' OnClick = FindandHighlight1Click end object FindinFiles1: TMenuItem Caption = 'Find in Fil&es...' OnClick = FindinFiles1Click end end object Options1: TMenuItem Caption = '&Options' object Filter1: TMenuItem Caption = 'Filter...' OnClick = Filter1Click end end end object PopupMenu2: TPopupMenu OnPopup = PopupMenu2Popup Left = 276 Top = 36 object Undo2: TMenuItem Caption = 'Undo' OnClick = Undo1Click end object N9: TMenuItem AutoHotkeys = maAutomatic Caption = '-' end object Cut2: TMenuItem Caption = 'Cut' OnClick = Cut1Click end object Copy2: TMenuItem Caption = 'Copy' OnClick = Copy1Click end object Paste2: TMenuItem Caption = 'Paste' OnClick = Paste1Click end object Delete4: TMenuItem Caption = 'Delete' OnClick = Delete1Click end object SelectAll2: TMenuItem Caption = 'Select All' OnClick = SelectAll1Click end object N7: TMenuItem Caption = '-' end object Highlight2: TMenuItem Caption = 'Highlight' OnClick = Highlight1Click end end object FindDialog1: TFindDialog OnFind = FindDialog1Find Left = 308 Top = 36 end end