ScpCommander.dfm 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064
  1. inherited ScpCommanderForm: TScpCommanderForm
  2. Left = 337
  3. Top = 103
  4. Width = 661
  5. Height = 583
  6. Caption = 'ScpCommanderForm'
  7. OldCreateOrder = True
  8. OnResize = FormResize
  9. OnShow = FormShow
  10. PixelsPerInch = 96
  11. TextHeight = 13
  12. object Splitter: TSplitter [0]
  13. Left = 313
  14. Top = 170
  15. Width = 5
  16. Height = 317
  17. Cursor = crHSplit
  18. ResizeStyle = rsUpdate
  19. OnCanResize = SplitterCanResize
  20. OnMoved = SplitterMoved
  21. end
  22. inherited TopCoolBar: TCoolBar
  23. Width = 653
  24. Height = 170
  25. Bands = <
  26. item
  27. Control = MenuToolBar
  28. ImageIndex = -1
  29. MinHeight = 22
  30. Width = 649
  31. end
  32. item
  33. Control = SessionToolbar
  34. ImageIndex = -1
  35. MinHeight = 22
  36. Width = 649
  37. end
  38. item
  39. Control = PreferencesToolbar
  40. ImageIndex = -1
  41. MinHeight = 22
  42. Width = 649
  43. end
  44. item
  45. Control = SelectionToolbar
  46. ImageIndex = -1
  47. MinHeight = 22
  48. Width = 649
  49. end
  50. item
  51. Control = CommandToolBar
  52. ImageIndex = -1
  53. MinHeight = 22
  54. Width = 649
  55. end
  56. item
  57. Control = SortToolbar
  58. ImageIndex = -1
  59. MinHeight = 22
  60. Width = 649
  61. end
  62. item
  63. Control = CommandsToolbar
  64. ImageIndex = -1
  65. MinHeight = 22
  66. Width = 649
  67. end>
  68. FixedSize = False
  69. object MenuToolBar: TToolBar
  70. Left = 9
  71. Top = 0
  72. Width = 343
  73. Height = 22
  74. Hint = '|E'
  75. Align = alLeft
  76. AutoSize = True
  77. ButtonHeight = 21
  78. ButtonWidth = 65
  79. Caption = 'MenuToolBar'
  80. EdgeBorders = []
  81. Flat = True
  82. ShowCaptions = True
  83. TabOrder = 0
  84. Wrapable = False
  85. object ToolButton2: TToolButton
  86. Left = 0
  87. Top = 0
  88. Hint = 'Change local panel layout or change displayed directory/drive'
  89. AutoSize = True
  90. Caption = '&Local'
  91. Grouped = True
  92. MenuItem = NonVisualDataModule.CommanderLocalMenu
  93. end
  94. object ToolButton1: TToolButton
  95. Left = 37
  96. Top = 0
  97. Hint = 'Mark commands'
  98. AutoSize = True
  99. Caption = '&Mark'
  100. Grouped = True
  101. MenuItem = NonVisualDataModule.CommonMarkMenu
  102. end
  103. object ToolButton4: TToolButton
  104. Left = 72
  105. Top = 0
  106. Hint = 'File operation commands'
  107. AutoSize = True
  108. Caption = '&Files'
  109. Grouped = True
  110. MenuItem = NonVisualDataModule.CommanderFilesMenu
  111. end
  112. object ToolButton49: TToolButton
  113. Left = 104
  114. Top = 0
  115. Hint = 'Other commands'
  116. AutoSize = True
  117. Caption = '&Commands'
  118. Grouped = True
  119. MenuItem = NonVisualDataModule.CommanderCommandsMenu
  120. end
  121. object ToolButton19: TToolButton
  122. Left = 167
  123. Top = 0
  124. Hint = 'Session commands'
  125. AutoSize = True
  126. Caption = '&Session'
  127. Grouped = True
  128. MenuItem = NonVisualDataModule.CommonSessionMenu
  129. end
  130. object ToolButton7: TToolButton
  131. Left = 215
  132. Top = 0
  133. Hint = 'Change program layout/preferences'
  134. AutoSize = True
  135. Caption = '&Options'
  136. Grouped = True
  137. MenuItem = NonVisualDataModule.CommanderOptionsMenu
  138. end
  139. object ToolButton3: TToolButton
  140. Left = 262
  141. Top = 0
  142. Hint = 'Change remote panel layout or change displayed directory'
  143. AutoSize = True
  144. Caption = '&Remote'
  145. Grouped = True
  146. MenuItem = NonVisualDataModule.CommanderRemoteMenu
  147. end
  148. object ToolButton20: TToolButton
  149. Left = 310
  150. Top = 0
  151. Hint = 'Help'
  152. AutoSize = True
  153. Caption = '&Help'
  154. Grouped = True
  155. MenuItem = NonVisualDataModule.CommonHelpMenu
  156. end
  157. end
  158. object SelectionToolbar: TToolBar
  159. Left = 9
  160. Top = 72
  161. Width = 123
  162. Height = 22
  163. Hint = '|E'
  164. Align = alLeft
  165. AutoSize = True
  166. Caption = 'SelectionToolbar'
  167. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  168. EdgeBorders = []
  169. Flat = True
  170. Images = NonVisualDataModule.ExplorerImages
  171. ParentShowHint = False
  172. ShowHint = True
  173. TabOrder = 1
  174. Transparent = True
  175. Wrapable = False
  176. object ToolButton23: TToolButton
  177. Left = 0
  178. Top = 0
  179. Action = NonVisualDataModule.SelectAction
  180. end
  181. object ToolButton24: TToolButton
  182. Left = 23
  183. Top = 0
  184. Action = NonVisualDataModule.UnselectAction
  185. end
  186. object ToolButton25: TToolButton
  187. Left = 46
  188. Top = 0
  189. Width = 8
  190. Hint = 'E'
  191. Caption = 'ToolButton25'
  192. ImageIndex = 24
  193. Style = tbsSeparator
  194. end
  195. object ToolButton26: TToolButton
  196. Left = 54
  197. Top = 0
  198. Action = NonVisualDataModule.SelectAllAction
  199. end
  200. object ToolButton28: TToolButton
  201. Left = 77
  202. Top = 0
  203. Action = NonVisualDataModule.InvertSelectionAction
  204. end
  205. object ToolButton29: TToolButton
  206. Left = 100
  207. Top = 0
  208. Action = NonVisualDataModule.ClearSelectionAction
  209. end
  210. end
  211. object PreferencesToolbar: TToolBar
  212. Left = 9
  213. Top = 48
  214. Width = 54
  215. Height = 22
  216. Hint = '|E'
  217. Align = alLeft
  218. AutoSize = True
  219. Caption = 'PreferencesToolbar'
  220. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  221. EdgeBorders = []
  222. Flat = True
  223. Images = NonVisualDataModule.ExplorerImages
  224. ParentShowHint = False
  225. ShowHint = True
  226. TabOrder = 2
  227. Transparent = True
  228. Wrapable = False
  229. object ToolButton33: TToolButton
  230. Left = 0
  231. Top = 0
  232. Action = NonVisualDataModule.PreferencesAction
  233. end
  234. object ToolButton35: TToolButton
  235. Left = 23
  236. Top = 0
  237. Width = 8
  238. Hint = 'E'
  239. Caption = 'ToolButton35'
  240. ImageIndex = 28
  241. Style = tbsSeparator
  242. end
  243. object ToolButton36: TToolButton
  244. Left = 31
  245. Top = 0
  246. Action = NonVisualDataModule.ViewLogAction
  247. Style = tbsCheck
  248. end
  249. end
  250. object SessionToolbar: TToolBar
  251. Left = 9
  252. Top = 24
  253. Width = 235
  254. Height = 22
  255. Hint = '|E'
  256. Align = alLeft
  257. AutoSize = True
  258. Caption = 'SessionToolbar'
  259. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  260. EdgeBorders = []
  261. Flat = True
  262. Images = NonVisualDataModule.ExplorerImages
  263. ParentShowHint = False
  264. ShowHint = True
  265. TabOrder = 3
  266. Transparent = True
  267. Wrapable = False
  268. DesignSize = (
  269. 235
  270. 22)
  271. object ToolButton30: TToolButton
  272. Left = 0
  273. Top = 0
  274. Action = NonVisualDataModule.NewSessionAction
  275. end
  276. object ToolButton48: TToolButton
  277. Left = 23
  278. Top = 0
  279. Width = 8
  280. Caption = 'ToolButton48'
  281. ImageIndex = 44
  282. Style = tbsSeparator
  283. end
  284. object SessionCombo: TComboBox
  285. Left = 31
  286. Top = 1
  287. Width = 114
  288. Height = 19
  289. Style = csOwnerDrawFixed
  290. Anchors = [akLeft, akTop, akRight, akBottom]
  291. DropDownCount = 15
  292. ItemHeight = 13
  293. TabOrder = 0
  294. TabStop = False
  295. OnCloseUp = SessionComboCloseUp
  296. end
  297. object ToolButton31: TToolButton
  298. Left = 145
  299. Top = 0
  300. Action = NonVisualDataModule.CloseSessionAction
  301. end
  302. object ToolButton32: TToolButton
  303. Left = 168
  304. Top = 0
  305. Width = 8
  306. Hint = 'E'
  307. Caption = 'ToolButton32'
  308. ImageIndex = 27
  309. Style = tbsSeparator
  310. end
  311. object SavedSessionsButton: TToolButton
  312. Left = 176
  313. Top = 0
  314. Action = NonVisualDataModule.SavedSessionsAction
  315. MenuItem = NonVisualDataModule.SavedSessionsMenu
  316. Style = tbsDropDown
  317. end
  318. object ToolButton21: TToolButton
  319. Left = 212
  320. Top = 0
  321. Action = NonVisualDataModule.SaveCurrentSessionAction
  322. end
  323. end
  324. object CommandToolBar: TToolBar
  325. Left = 9
  326. Top = 96
  327. Width = 223
  328. Height = 22
  329. Hint = '|E'
  330. Align = alLeft
  331. AutoSize = True
  332. Caption = 'CommandToolBar'
  333. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  334. EdgeBorders = []
  335. Flat = True
  336. Images = NonVisualDataModule.ExplorerImages
  337. ParentShowHint = False
  338. ShowHint = True
  339. TabOrder = 4
  340. Transparent = True
  341. Wrapable = False
  342. object ToolButton6: TToolButton
  343. Left = 0
  344. Top = 0
  345. Action = NonVisualDataModule.CurrentCopyAction
  346. end
  347. object ToolButton17: TToolButton
  348. Left = 23
  349. Top = 0
  350. Action = NonVisualDataModule.CurrentMoveAction
  351. end
  352. object ToolButton38: TToolButton
  353. Left = 46
  354. Top = 0
  355. Width = 8
  356. Hint = 'E'
  357. Caption = 'ToolButton38'
  358. ImageIndex = 6
  359. Style = tbsSeparator
  360. end
  361. object ToolButton43: TToolButton
  362. Left = 54
  363. Top = 0
  364. Action = NonVisualDataModule.CurrentEditAction
  365. end
  366. object ToolButton44: TToolButton
  367. Left = 77
  368. Top = 0
  369. Action = NonVisualDataModule.CurrentOpenAction
  370. end
  371. object ToolButton5: TToolButton
  372. Left = 100
  373. Top = 0
  374. Action = NonVisualDataModule.CurrentRenameAction
  375. end
  376. object ToolButton27: TToolButton
  377. Left = 123
  378. Top = 0
  379. Action = NonVisualDataModule.CurrentDeleteAction
  380. end
  381. object ToolButton16: TToolButton
  382. Left = 146
  383. Top = 0
  384. Action = NonVisualDataModule.CurrentPropertiesAction
  385. end
  386. object ToolButton37: TToolButton
  387. Left = 169
  388. Top = 0
  389. Width = 8
  390. Hint = 'E'
  391. Caption = 'ToolButton37'
  392. ImageIndex = 6
  393. Style = tbsSeparator
  394. end
  395. object ToolButton34: TToolButton
  396. Left = 177
  397. Top = 0
  398. Action = NonVisualDataModule.CurrentCreateDirAction
  399. end
  400. object ToolButton47: TToolButton
  401. Left = 200
  402. Top = 0
  403. Action = NonVisualDataModule.AddEditLinkAction
  404. end
  405. end
  406. object SortToolbar: TToolBar
  407. Left = 9
  408. Top = 120
  409. Width = 215
  410. Height = 22
  411. Hint = '|E'
  412. Align = alLeft
  413. AutoSize = True
  414. Caption = 'SortToolbar'
  415. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  416. EdgeBorders = []
  417. Flat = True
  418. Images = NonVisualDataModule.ExplorerImages
  419. ParentShowHint = False
  420. ShowHint = True
  421. TabOrder = 5
  422. Transparent = True
  423. Wrapable = False
  424. object ToolButton8: TToolButton
  425. Left = 0
  426. Top = 0
  427. Action = NonVisualDataModule.CurrentSortAscendingAction
  428. Style = tbsCheck
  429. end
  430. object ToolButton10: TToolButton
  431. Left = 23
  432. Top = 0
  433. Width = 8
  434. Hint = 'E'
  435. Caption = 'ToolButton10'
  436. ImageIndex = 6
  437. Style = tbsSeparator
  438. end
  439. object ToolButton9: TToolButton
  440. Left = 31
  441. Top = 0
  442. Action = NonVisualDataModule.CurrentSortByNameAction
  443. Grouped = True
  444. Style = tbsCheck
  445. end
  446. object ToolButton22: TToolButton
  447. Left = 54
  448. Top = 0
  449. Action = NonVisualDataModule.CurrentSortByExtAction
  450. Grouped = True
  451. Style = tbsCheck
  452. end
  453. object ToolButton11: TToolButton
  454. Left = 77
  455. Top = 0
  456. Action = NonVisualDataModule.CurrentSortByTypeAction
  457. Grouped = True
  458. Style = tbsCheck
  459. end
  460. object ToolButton13: TToolButton
  461. Left = 100
  462. Top = 0
  463. Action = NonVisualDataModule.CurrentSortByChangedAction
  464. Grouped = True
  465. Style = tbsCheck
  466. end
  467. object ToolButton15: TToolButton
  468. Left = 123
  469. Top = 0
  470. Action = NonVisualDataModule.CurrentSortBySizeAction
  471. Grouped = True
  472. Style = tbsCheck
  473. end
  474. object ToolButton12: TToolButton
  475. Left = 146
  476. Top = 0
  477. Action = NonVisualDataModule.CurrentSortByRightsAction
  478. Grouped = True
  479. Style = tbsCheck
  480. end
  481. object ToolButton14: TToolButton
  482. Left = 169
  483. Top = 0
  484. Action = NonVisualDataModule.CurrentSortByOwnerAction
  485. Style = tbsCheck
  486. end
  487. object ToolButton18: TToolButton
  488. Left = 192
  489. Top = 0
  490. Action = NonVisualDataModule.CurrentSortByGroupAction
  491. Style = tbsCheck
  492. end
  493. end
  494. object CommandsToolbar: TToolBar
  495. Left = 9
  496. Top = 144
  497. Width = 131
  498. Height = 22
  499. Hint = '|E'
  500. Align = alLeft
  501. AutoSize = True
  502. Caption = 'CommandsToolbar'
  503. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  504. EdgeBorders = []
  505. Flat = True
  506. Images = NonVisualDataModule.ExplorerImages
  507. ParentShowHint = False
  508. ShowHint = True
  509. TabOrder = 6
  510. Transparent = True
  511. Wrapable = False
  512. object ToolButton39: TToolButton
  513. Left = 0
  514. Top = 0
  515. Action = NonVisualDataModule.CompareDirectoriesAction
  516. end
  517. object ToolButton40: TToolButton
  518. Left = 23
  519. Top = 0
  520. Action = NonVisualDataModule.SynchronizeAction
  521. end
  522. object ToolButton51: TToolButton
  523. Left = 46
  524. Top = 0
  525. Action = NonVisualDataModule.FullSynchronizeAction
  526. end
  527. object ToolButton41: TToolButton
  528. Left = 69
  529. Top = 0
  530. Width = 8
  531. Hint = 'E'
  532. Caption = 'ToolButton41'
  533. ImageIndex = 54
  534. Style = tbsSeparator
  535. end
  536. object ToolButton42: TToolButton
  537. Left = 77
  538. Top = 0
  539. Action = NonVisualDataModule.ConsoleAction
  540. end
  541. object ToolButton45: TToolButton
  542. Left = 100
  543. Top = 0
  544. Width = 8
  545. Hint = 'E'
  546. Caption = 'ToolButton45'
  547. ImageIndex = 56
  548. Style = tbsSeparator
  549. end
  550. object ToolButton46: TToolButton
  551. Left = 108
  552. Top = 0
  553. Action = NonVisualDataModule.SynchronizeBrowsingAction
  554. Style = tbsCheck
  555. end
  556. end
  557. end
  558. inherited RemotePanel: TPanel
  559. Left = 318
  560. Top = 170
  561. Width = 335
  562. Height = 317
  563. Constraints.MinWidth = 170
  564. TabOrder = 1
  565. object RemotePathLabel: TPathLabel [0]
  566. Left = 0
  567. Top = 72
  568. Width = 335
  569. Height = 15
  570. UnixPath = True
  571. AutoSize = False
  572. PopupMenu = NonVisualDataModule.RemotePanelPopup
  573. end
  574. inherited RemoteStatusBar: TAssociatedStatusBar
  575. Top = 298
  576. Width = 335
  577. Hint = ''
  578. end
  579. inherited RemoteDirView: TUnixDirView
  580. Top = 87
  581. Width = 335
  582. Height = 211
  583. Constraints.MinHeight = 100
  584. RowSelect = True
  585. NortonLike = True
  586. PathComboBox = RemotePathComboBox
  587. PathLabel = RemotePathLabel
  588. AddParentDir = True
  589. OnLoaded = DirViewLoaded
  590. OnDDFileOperationExecuted = RemoteDirViewDDFileOperationExecuted
  591. OnWarnLackOfTempSpace = nil
  592. end
  593. object RemoteCoolBar: TCoolBar
  594. Left = 0
  595. Top = 0
  596. Width = 335
  597. Height = 72
  598. AutoSize = True
  599. BandMaximize = bmDblClick
  600. Bands = <
  601. item
  602. Control = ToolBar6
  603. ImageIndex = -1
  604. MinHeight = 22
  605. MinWidth = 50
  606. Width = 331
  607. end
  608. item
  609. Control = ToolBar3
  610. ImageIndex = -1
  611. MinHeight = 22
  612. Width = 331
  613. end
  614. item
  615. Control = ToolBar4
  616. ImageIndex = -1
  617. MinHeight = 22
  618. Width = 331
  619. end>
  620. EdgeBorders = [ebLeft, ebRight, ebBottom]
  621. FixedSize = True
  622. PopupMenu = NonVisualDataModule.RemotePanelPopup
  623. object ToolBar3: TToolBar
  624. Left = 9
  625. Top = 24
  626. Width = 72
  627. Height = 22
  628. Hint = '|E'
  629. Align = alLeft
  630. AutoSize = True
  631. Caption = 'ToolBar3'
  632. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  633. EdgeBorders = []
  634. Flat = True
  635. Images = NonVisualDataModule.ExplorerImages
  636. ParentShowHint = False
  637. ShowHint = True
  638. TabOrder = 0
  639. Transparent = True
  640. Wrapable = False
  641. object RemoteBackButton: TToolButton
  642. Left = 0
  643. Top = 0
  644. Action = NonVisualDataModule.RemoteBackAction
  645. Style = tbsDropDown
  646. end
  647. object RemoteForwardButton: TToolButton
  648. Left = 36
  649. Top = 0
  650. Action = NonVisualDataModule.RemoteForwardAction
  651. Style = tbsDropDown
  652. end
  653. end
  654. object ToolBar4: TToolBar
  655. Left = 9
  656. Top = 48
  657. Width = 123
  658. Height = 22
  659. Hint = '|E'
  660. Align = alLeft
  661. AutoSize = True
  662. Caption = 'ToolBar4'
  663. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  664. EdgeBorders = []
  665. Flat = True
  666. Images = NonVisualDataModule.ExplorerImages
  667. ParentShowHint = False
  668. ShowHint = True
  669. TabOrder = 1
  670. Transparent = True
  671. Wrapable = False
  672. object ToolButton87: TToolButton
  673. Left = 0
  674. Top = 0
  675. Action = NonVisualDataModule.RemoteParentDirAction
  676. end
  677. object ToolButton88: TToolButton
  678. Left = 23
  679. Top = 0
  680. Action = NonVisualDataModule.RemoteRootDirAction
  681. end
  682. object ToolButton89: TToolButton
  683. Left = 46
  684. Top = 0
  685. Action = NonVisualDataModule.RemoteHomeDirAction
  686. end
  687. object ToolButton90: TToolButton
  688. Left = 69
  689. Top = 0
  690. Action = NonVisualDataModule.RemoteRefreshAction
  691. end
  692. object ToolButton91: TToolButton
  693. Left = 92
  694. Top = 0
  695. Width = 8
  696. Hint = 'E'
  697. Caption = 'ToolButton91'
  698. ImageIndex = 9
  699. Style = tbsSeparator
  700. end
  701. object ToolButton92: TToolButton
  702. Left = 100
  703. Top = 0
  704. Action = NonVisualDataModule.RemoteOpenDirAction
  705. end
  706. end
  707. object ToolBar6: TToolBar
  708. Tag = 1
  709. Left = 9
  710. Top = 0
  711. Width = 318
  712. Height = 22
  713. Hint = '|E'
  714. Align = alClient
  715. Caption = 'ToolBar6'
  716. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  717. EdgeBorders = []
  718. Flat = True
  719. Images = NonVisualDataModule.ExplorerImages
  720. ParentShowHint = False
  721. ShowHint = True
  722. TabOrder = 2
  723. Transparent = True
  724. Wrapable = False
  725. OnResize = ToolBarResize
  726. object RemotePathComboBox: TUnixPathComboBox
  727. Left = 0
  728. Top = 0
  729. Width = 316
  730. Height = 21
  731. OnCloseUp = PathComboBoxCloseUp
  732. Align = alClient
  733. DropDownCount = 20
  734. TabOrder = 0
  735. end
  736. end
  737. end
  738. end
  739. object LocalPanel: TPanel
  740. Left = 0
  741. Top = 170
  742. Width = 313
  743. Height = 317
  744. Align = alLeft
  745. BevelOuter = bvNone
  746. Constraints.MinWidth = 170
  747. TabOrder = 0
  748. object LocalPathLabel: TPathLabel
  749. Left = 0
  750. Top = 72
  751. Width = 313
  752. Height = 15
  753. AutoSize = False
  754. PopupMenu = NonVisualDataModule.LocalPanelPopup
  755. end
  756. object LocalStatusBar: TAssociatedStatusBar
  757. Left = 0
  758. Top = 298
  759. Width = 313
  760. Height = 19
  761. Panels = <
  762. item
  763. Text = '0 b of 0 b in 0 of 0'
  764. Width = 50
  765. end>
  766. ParentFont = True
  767. ParentShowHint = False
  768. PopupMenu = NonVisualDataModule.LocalPanelPopup
  769. ShowHint = True
  770. SimplePanel = False
  771. UseSystemFont = False
  772. FocusControl = LocalDirView
  773. end
  774. object LocalDirView: TDirView
  775. Left = 0
  776. Top = 87
  777. Width = 313
  778. Height = 211
  779. Align = alClient
  780. Constraints.MinHeight = 100
  781. FullDrag = True
  782. HideSelection = False
  783. RowSelect = True
  784. TabOrder = 1
  785. ViewStyle = vsReport
  786. OnColumnRightClick = DirViewColumnRightClick
  787. OnEnter = DirViewEnter
  788. DirColProperties.ExtVisible = False
  789. PathComboBox = LocalPathComboBox
  790. PathLabel = LocalPathLabel
  791. StatusBar = LocalStatusBar
  792. OnGetSelectFilter = RemoteDirViewGetSelectFilter
  793. HeaderImages = NonVisualDataModule.ArrowImages
  794. AddParentDir = True
  795. OnLoaded = DirViewLoaded
  796. OnDDDragEnter = LocalDirViewDDDragEnter
  797. OnDDDragLeave = DirViewDDDragLeave
  798. OnDDDragOver = LocalDirViewDDDragOver
  799. OnDDTargetHasDropHandler = LocalDirViewDDTargetHasDropHandler
  800. OnDDFileOperation = LocalDirViewDDFileOperation
  801. OnExecFile = LocalDirViewExecFile
  802. ConfirmDelete = False
  803. ConfirmOverwrite = False
  804. WatchForChanges = True
  805. OnChangeDetected = LocalDirViewChangeDetected
  806. end
  807. object LocalCoolBar: TCoolBar
  808. Left = 0
  809. Top = 0
  810. Width = 313
  811. Height = 72
  812. AutoSize = True
  813. BandMaximize = bmDblClick
  814. Bands = <
  815. item
  816. Control = ToolBar5
  817. ImageIndex = -1
  818. MinHeight = 22
  819. MinWidth = 50
  820. Width = 309
  821. end
  822. item
  823. Control = ToolBar1
  824. ImageIndex = -1
  825. MinHeight = 22
  826. Width = 309
  827. end
  828. item
  829. Control = ToolBar2
  830. ImageIndex = -1
  831. MinHeight = 22
  832. Width = 309
  833. end>
  834. EdgeBorders = [ebLeft, ebRight, ebBottom]
  835. FixedSize = True
  836. PopupMenu = NonVisualDataModule.LocalPanelPopup
  837. object ToolBar1: TToolBar
  838. Left = 9
  839. Top = 24
  840. Width = 72
  841. Height = 22
  842. Hint = '|E'
  843. Align = alLeft
  844. AutoSize = True
  845. Caption = 'ToolBar1'
  846. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  847. EdgeBorders = []
  848. Flat = True
  849. Images = NonVisualDataModule.ExplorerImages
  850. ParentShowHint = False
  851. ShowHint = True
  852. TabOrder = 0
  853. Transparent = True
  854. Wrapable = False
  855. object LocalBackButton: TToolButton
  856. Left = 0
  857. Top = 0
  858. Action = NonVisualDataModule.LocalBackAction
  859. Style = tbsDropDown
  860. end
  861. object LocalForwardButton: TToolButton
  862. Left = 36
  863. Top = 0
  864. Action = NonVisualDataModule.LocalForwardAction
  865. Style = tbsDropDown
  866. end
  867. end
  868. object ToolBar2: TToolBar
  869. Left = 9
  870. Top = 48
  871. Width = 123
  872. Height = 22
  873. Hint = '|E'
  874. Align = alLeft
  875. AutoSize = True
  876. Caption = 'ToolBar2'
  877. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  878. EdgeBorders = []
  879. Flat = True
  880. Images = NonVisualDataModule.ExplorerImages
  881. ParentShowHint = False
  882. ShowHint = True
  883. TabOrder = 1
  884. Transparent = True
  885. Wrapable = False
  886. object ToolButton57: TToolButton
  887. Left = 0
  888. Top = 0
  889. Action = NonVisualDataModule.LocalParentDirAction
  890. end
  891. object ToolButton58: TToolButton
  892. Left = 23
  893. Top = 0
  894. Action = NonVisualDataModule.LocalRootDirAction
  895. end
  896. object ToolButton59: TToolButton
  897. Left = 46
  898. Top = 0
  899. Action = NonVisualDataModule.LocalHomeDirAction
  900. end
  901. object ToolButton60: TToolButton
  902. Left = 69
  903. Top = 0
  904. Action = NonVisualDataModule.LocalRefreshAction
  905. end
  906. object ToolButton61: TToolButton
  907. Left = 92
  908. Top = 0
  909. Width = 8
  910. Hint = 'E'
  911. Caption = 'ToolButton61'
  912. ImageIndex = 9
  913. Style = tbsSeparator
  914. end
  915. object ToolButton62: TToolButton
  916. Left = 100
  917. Top = 0
  918. Action = NonVisualDataModule.LocalOpenDirAction
  919. end
  920. end
  921. object ToolBar5: TToolBar
  922. Tag = 1
  923. Left = 9
  924. Top = 0
  925. Width = 296
  926. Height = 22
  927. Hint = '|E'
  928. Align = alClient
  929. Caption = 'ToolBar5'
  930. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  931. EdgeBorders = []
  932. Flat = True
  933. Images = NonVisualDataModule.ExplorerImages
  934. ParentShowHint = False
  935. ShowHint = True
  936. TabOrder = 2
  937. Transparent = True
  938. Wrapable = False
  939. OnResize = ToolBarResize
  940. object LocalPathComboBox: TIEPathComboBox
  941. Left = 0
  942. Top = 0
  943. Width = 296
  944. Height = 21
  945. OnCloseUp = PathComboBoxCloseUp
  946. Align = alClient
  947. DropDownCount = 30
  948. TabOrder = 0
  949. TabStop = False
  950. end
  951. end
  952. end
  953. end
  954. object ToolbarPanel: TToolbarPanel
  955. Left = 0
  956. Top = 508
  957. Width = 653
  958. Height = 22
  959. Category = 'Toolbar Operation (selected + rename + mkdir + close)'
  960. ActionList = NonVisualDataModule.ExplorerActions
  961. Stretch = True
  962. DisabledImages = NonVisualDataModule.ExplorerDisabledImages
  963. PopupMenu = NonVisualDataModule.CommanderBarPopup
  964. TabOrder = 4
  965. end
  966. object StatusBar: TStatusBar
  967. Left = 0
  968. Top = 530
  969. Width = 653
  970. Height = 19
  971. Panels = <
  972. item
  973. Alignment = taCenter
  974. Width = 100
  975. end
  976. item
  977. Alignment = taCenter
  978. Width = 100
  979. end
  980. item
  981. Alignment = taCenter
  982. Style = psOwnerDraw
  983. Width = 35
  984. end
  985. item
  986. Alignment = taCenter
  987. Style = psOwnerDraw
  988. Width = 35
  989. end
  990. item
  991. Style = psOwnerDraw
  992. Width = 100
  993. end
  994. item
  995. Alignment = taCenter
  996. Width = 80
  997. end
  998. item
  999. Alignment = taCenter
  1000. Width = 80
  1001. end
  1002. item
  1003. Alignment = taCenter
  1004. Width = 50
  1005. end>
  1006. ParentFont = True
  1007. ParentShowHint = False
  1008. PopupMenu = NonVisualDataModule.CommanderBarPopup
  1009. ShowHint = True
  1010. SimplePanel = False
  1011. UseSystemFont = False
  1012. OnMouseMove = SessionStatusBarMouseMove
  1013. OnDrawPanel = SessionStatusBarDrawPanel
  1014. end
  1015. object CommandLinePanel: TPanel
  1016. Left = 0
  1017. Top = 487
  1018. Width = 653
  1019. Height = 21
  1020. Align = alBottom
  1021. BevelOuter = bvNone
  1022. PopupMenu = NonVisualDataModule.CommanderBarPopup
  1023. TabOrder = 2
  1024. DesignSize = (
  1025. 653
  1026. 21)
  1027. object CommandLineLabel: TPathLabel
  1028. Left = 4
  1029. Top = 4
  1030. Width = 159
  1031. Height = 15
  1032. IndentHorizontal = 0
  1033. IndentVertical = 0
  1034. Align = alNone
  1035. Alignment = taRightJustify
  1036. AutoSize = False
  1037. end
  1038. object CommandLinePromptLabel: TLabel
  1039. Left = 164
  1040. Top = 4
  1041. Width = 6
  1042. Height = 13
  1043. Caption = '>'
  1044. end
  1045. object CommandLineCombo: THistoryComboBox
  1046. Left = 173
  1047. Top = 0
  1048. Width = 477
  1049. Height = 21
  1050. AutoComplete = False
  1051. Anchors = [akLeft, akTop, akRight, akBottom]
  1052. ItemHeight = 13
  1053. MaxLength = 250
  1054. TabOrder = 0
  1055. TabStop = False
  1056. Text = 'CommandLineCombo'
  1057. OnDropDown = CommandLineComboDropDown
  1058. OnEnter = CommandLineComboEnter
  1059. OnExit = CommandLineComboExit
  1060. OnKeyDown = CommandLineComboKeyDown
  1061. SaveOn = []
  1062. end
  1063. end
  1064. end