FileSystemInfo.dfm 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. object FileSystemInfoDialog: TFileSystemInfoDialog
  2. Left = 320
  3. Top = 130
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_fsinfo'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'Server and protocol information'
  9. ClientHeight = 357
  10. ClientWidth = 371
  11. Color = clBtnFace
  12. ParentFont = True
  13. OldCreateOrder = True
  14. Position = poMainFormCenter
  15. OnShow = FormShow
  16. DesignSize = (
  17. 371
  18. 357)
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object CloseButton: TButton
  22. Left = 204
  23. Top = 323
  24. Width = 75
  25. Height = 25
  26. Anchors = [akRight, akBottom]
  27. Cancel = True
  28. Caption = 'Close'
  29. Default = True
  30. ModalResult = 1
  31. TabOrder = 2
  32. end
  33. object HelpButton: TButton
  34. Left = 287
  35. Top = 323
  36. Width = 75
  37. Height = 25
  38. Anchors = [akRight, akBottom]
  39. Caption = '&Help'
  40. TabOrder = 3
  41. OnClick = HelpButtonClick
  42. end
  43. object PageControl: TPageControl
  44. Left = 0
  45. Top = 0
  46. Width = 371
  47. Height = 311
  48. ActivePage = SshSheet
  49. Align = alTop
  50. Anchors = [akLeft, akTop, akRight, akBottom]
  51. TabIndex = 0
  52. TabOrder = 0
  53. OnChange = PageControlChange
  54. object SshSheet: TTabSheet
  55. Caption = 'SSH'
  56. DesignSize = (
  57. 363
  58. 283)
  59. object HostKeyGroup: TXPGroupBox
  60. Left = 6
  61. Top = 161
  62. Width = 351
  63. Height = 41
  64. Anchors = [akLeft, akRight, akBottom]
  65. Caption = 'Server host key fingerprint'
  66. TabOrder = 0
  67. DesignSize = (
  68. 351
  69. 41)
  70. object HostKeyFingerprintEdit: TEdit
  71. Left = 10
  72. Top = 18
  73. Width = 334
  74. Height = 17
  75. TabStop = False
  76. Anchors = [akLeft, akTop, akRight]
  77. BorderStyle = bsNone
  78. Color = clBtnFace
  79. ReadOnly = True
  80. TabOrder = 0
  81. Text = 'HostKeyFingerprintEdit'
  82. end
  83. end
  84. object ServerView: TListView
  85. Left = 6
  86. Top = 8
  87. Width = 351
  88. Height = 146
  89. Anchors = [akLeft, akTop, akRight, akBottom]
  90. Columns = <
  91. item
  92. Caption = 'Item'
  93. Width = -2
  94. WidthType = (
  95. -2)
  96. end
  97. item
  98. Caption = 'Value'
  99. Width = -2
  100. WidthType = (
  101. -2)
  102. end>
  103. ColumnClick = False
  104. MultiSelect = True
  105. ReadOnly = True
  106. RowSelect = True
  107. PopupMenu = ListViewMenu
  108. TabOrder = 1
  109. ViewStyle = vsReport
  110. end
  111. end
  112. object ProtocolSheet: TTabSheet
  113. Caption = 'Protocol'
  114. ImageIndex = 1
  115. DesignSize = (
  116. 363
  117. 283)
  118. object InfoGroup: TXPGroupBox
  119. Left = 6
  120. Top = 161
  121. Width = 351
  122. Height = 114
  123. Anchors = [akLeft, akRight, akBottom]
  124. Caption = 'Additional protocol information'
  125. TabOrder = 0
  126. DesignSize = (
  127. 351
  128. 114)
  129. object InfoMemo: TMemo
  130. Left = 9
  131. Top = 17
  132. Width = 333
  133. Height = 87
  134. TabStop = False
  135. Anchors = [akLeft, akTop, akRight]
  136. BevelInner = bvNone
  137. BevelOuter = bvNone
  138. BorderStyle = bsNone
  139. Color = clBtnFace
  140. Lines.Strings = (
  141. 'InfoMemo')
  142. ReadOnly = True
  143. ScrollBars = ssBoth
  144. TabOrder = 0
  145. WantReturns = False
  146. WordWrap = False
  147. end
  148. end
  149. object ProtocolView: TListView
  150. Left = 6
  151. Top = 8
  152. Width = 351
  153. Height = 146
  154. Anchors = [akLeft, akTop, akRight, akBottom]
  155. Columns = <
  156. item
  157. Caption = 'Item'
  158. Width = -2
  159. WidthType = (
  160. -2)
  161. end
  162. item
  163. Caption = 'Value'
  164. Width = -2
  165. WidthType = (
  166. -2)
  167. end>
  168. ColumnClick = False
  169. MultiSelect = True
  170. ReadOnly = True
  171. RowSelect = True
  172. PopupMenu = ListViewMenu
  173. TabOrder = 1
  174. ViewStyle = vsReport
  175. end
  176. end
  177. object SpaceAvailableSheet: TTabSheet
  178. Caption = 'Space available'
  179. ImageIndex = 2
  180. DesignSize = (
  181. 363
  182. 283)
  183. object Label1: TLabel
  184. Left = 13
  185. Top = 13
  186. Width = 22
  187. Height = 13
  188. Caption = '&Path'
  189. FocusControl = SpaceAvailablePathEdit
  190. end
  191. object SpaceAvailableView: TListView
  192. Left = 6
  193. Top = 40
  194. Width = 351
  195. Height = 113
  196. Anchors = [akLeft, akTop, akRight, akBottom]
  197. Columns = <
  198. item
  199. Caption = 'Item'
  200. Width = -2
  201. WidthType = (
  202. -2)
  203. end
  204. item
  205. Caption = 'Value'
  206. Width = -2
  207. WidthType = (
  208. -2)
  209. end>
  210. ColumnClick = False
  211. MultiSelect = True
  212. ReadOnly = True
  213. RowSelect = True
  214. PopupMenu = ListViewMenu
  215. TabOrder = 2
  216. ViewStyle = vsReport
  217. end
  218. object SpaceAvailablePathEdit: TEdit
  219. Left = 56
  220. Top = 9
  221. Width = 193
  222. Height = 21
  223. Anchors = [akLeft, akTop, akRight]
  224. MaxLength = 250
  225. TabOrder = 0
  226. OnChange = ControlChange
  227. end
  228. object SpaceAvailableButton: TButton
  229. Left = 256
  230. Top = 7
  231. Width = 99
  232. Height = 25
  233. Anchors = [akTop, akRight]
  234. Caption = 'Check &space'
  235. Default = True
  236. TabOrder = 1
  237. OnClick = SpaceAvailableButtonClick
  238. end
  239. end
  240. end
  241. object ClipboardButton: TButton
  242. Left = 8
  243. Top = 323
  244. Width = 121
  245. Height = 25
  246. Anchors = [akRight, akBottom]
  247. Caption = '&Copy to Clipboard'
  248. TabOrder = 1
  249. OnClick = ClipboardButtonClick
  250. end
  251. object ListViewMenu: TPopupMenu
  252. Left = 144
  253. Top = 320
  254. object Copy: TMenuItem
  255. Caption = '&Copy'
  256. OnClick = CopyClick
  257. end
  258. end
  259. end