FileSystemInfo.dfm 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. object FileSystemInfoDialog: TFileSystemInfoDialog
  2. Left = 345
  3. Top = 178
  4. BorderStyle = bsDialog
  5. Caption = 'Server and protocol information'
  6. ClientHeight = 372
  7. ClientWidth = 367
  8. Color = clBtnFace
  9. ParentFont = True
  10. OldCreateOrder = True
  11. Position = poMainFormCenter
  12. DesignSize = (
  13. 367
  14. 372)
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object CloseButton: TButton
  18. Left = 283
  19. Top = 338
  20. Width = 75
  21. Height = 25
  22. Anchors = [akRight, akBottom]
  23. Cancel = True
  24. Caption = 'Close'
  25. Default = True
  26. ModalResult = 1
  27. TabOrder = 0
  28. end
  29. object ServerGroup: TXPGroupBox
  30. Left = 8
  31. Top = 8
  32. Width = 351
  33. Height = 89
  34. Anchors = [akLeft, akTop, akRight]
  35. Caption = 'Server information'
  36. TabOrder = 1
  37. DesignSize = (
  38. 351
  39. 89)
  40. object Label1: TLabel
  41. Left = 10
  42. Top = 18
  43. Width = 103
  44. Height = 13
  45. Caption = 'SSH protocol version:'
  46. end
  47. object Label2: TLabel
  48. Left = 10
  49. Top = 34
  50. Width = 98
  51. Height = 13
  52. Caption = 'Encryption algorithm:'
  53. end
  54. object Label3: TLabel
  55. Left = 10
  56. Top = 50
  57. Width = 63
  58. Height = 13
  59. Caption = 'Compression:'
  60. end
  61. object Label7: TLabel
  62. Left = 10
  63. Top = 66
  64. Width = 98
  65. Height = 13
  66. Caption = 'File transfer protocol:'
  67. end
  68. object SshVersionEdit: TEdit
  69. Left = 214
  70. Top = 18
  71. Width = 129
  72. Height = 17
  73. TabStop = False
  74. Anchors = [akLeft, akTop, akRight]
  75. BorderStyle = bsNone
  76. Color = clBtnFace
  77. ReadOnly = True
  78. TabOrder = 0
  79. Text = 'SshVersionEdit'
  80. end
  81. object CipherEdit: TEdit
  82. Left = 214
  83. Top = 34
  84. Width = 129
  85. Height = 17
  86. TabStop = False
  87. Anchors = [akLeft, akTop, akRight]
  88. BorderStyle = bsNone
  89. Color = clBtnFace
  90. ReadOnly = True
  91. TabOrder = 1
  92. Text = 'CipherEdit'
  93. end
  94. object CompressionEdit: TEdit
  95. Left = 214
  96. Top = 50
  97. Width = 129
  98. Height = 17
  99. TabStop = False
  100. Anchors = [akLeft, akTop, akRight]
  101. BorderStyle = bsNone
  102. Color = clBtnFace
  103. ReadOnly = True
  104. TabOrder = 2
  105. Text = 'CompressionEdit'
  106. end
  107. object FSProtocolEdit: TEdit
  108. Left = 214
  109. Top = 66
  110. Width = 129
  111. Height = 17
  112. TabStop = False
  113. Anchors = [akLeft, akTop, akRight]
  114. BorderStyle = bsNone
  115. Color = clBtnFace
  116. ReadOnly = True
  117. TabOrder = 3
  118. Text = 'FSProtocolEdit'
  119. end
  120. end
  121. object ProtocolGroup: TXPGroupBox
  122. Left = 8
  123. Top = 104
  124. Width = 351
  125. Height = 223
  126. Anchors = [akLeft, akTop, akRight, akBottom]
  127. Caption = 'Protocol capabilities/information'
  128. TabOrder = 2
  129. DesignSize = (
  130. 351
  131. 223)
  132. object Label4: TLabel
  133. Left = 10
  134. Top = 18
  135. Width = 118
  136. Height = 13
  137. Caption = 'Can change permissions:'
  138. end
  139. object Label5: TLabel
  140. Left = 10
  141. Top = 34
  142. Width = 125
  143. Height = 13
  144. Caption = 'Can change owner/group:'
  145. end
  146. object Label6: TLabel
  147. Left = 10
  148. Top = 50
  149. Width = 152
  150. Height = 13
  151. Caption = 'Can execute arbitrary command:'
  152. end
  153. object Label8: TLabel
  154. Left = 10
  155. Top = 66
  156. Width = 134
  157. Height = 13
  158. Caption = 'Can create symlink/hardlink:'
  159. end
  160. object Label9: TLabel
  161. Left = 10
  162. Top = 98
  163. Width = 162
  164. Height = 13
  165. Caption = 'Native text (ASCII) mode transfers:'
  166. end
  167. object Label10: TLabel
  168. Left = 10
  169. Top = 82
  170. Width = 115
  171. Height = 13
  172. Caption = 'Can lookup user groups:'
  173. end
  174. object ModeChangingEdit: TEdit
  175. Left = 214
  176. Top = 18
  177. Width = 129
  178. Height = 17
  179. TabStop = False
  180. Anchors = [akLeft, akTop, akRight]
  181. BorderStyle = bsNone
  182. Color = clBtnFace
  183. ReadOnly = True
  184. TabOrder = 0
  185. Text = 'ModeChangingEdit'
  186. end
  187. object OwnerGroupChangingEdit: TEdit
  188. Left = 214
  189. Top = 34
  190. Width = 129
  191. Height = 17
  192. TabStop = False
  193. Anchors = [akLeft, akTop, akRight]
  194. BorderStyle = bsNone
  195. Color = clBtnFace
  196. ReadOnly = True
  197. TabOrder = 1
  198. Text = 'OwnerGroupChangingEdit'
  199. end
  200. object AnyCommandEdit: TEdit
  201. Left = 214
  202. Top = 50
  203. Width = 129
  204. Height = 17
  205. TabStop = False
  206. Anchors = [akLeft, akTop, akRight]
  207. BorderStyle = bsNone
  208. Color = clBtnFace
  209. ReadOnly = True
  210. TabOrder = 2
  211. Text = 'AnyCommandEdit'
  212. end
  213. object SymbolicHardLinkEdit: TEdit
  214. Left = 214
  215. Top = 66
  216. Width = 129
  217. Height = 17
  218. TabStop = False
  219. Anchors = [akLeft, akTop, akRight]
  220. BorderStyle = bsNone
  221. Color = clBtnFace
  222. ReadOnly = True
  223. TabOrder = 3
  224. Text = 'SymbolicHardLinkEdit'
  225. end
  226. object NativeTextModeEdit: TEdit
  227. Left = 214
  228. Top = 98
  229. Width = 129
  230. Height = 17
  231. TabStop = False
  232. Anchors = [akLeft, akTop, akRight]
  233. BorderStyle = bsNone
  234. Color = clBtnFace
  235. ReadOnly = True
  236. TabOrder = 4
  237. Text = 'NativeTextModeEdit'
  238. end
  239. object UserGroupListingEdit: TEdit
  240. Left = 214
  241. Top = 82
  242. Width = 129
  243. Height = 17
  244. TabStop = False
  245. Anchors = [akLeft, akTop, akRight]
  246. BorderStyle = bsNone
  247. Color = clBtnFace
  248. ReadOnly = True
  249. TabOrder = 5
  250. Text = 'UserGroupListingEdit'
  251. end
  252. object InfoMemo: TMemo
  253. Left = 8
  254. Top = 120
  255. Width = 335
  256. Height = 93
  257. TabStop = False
  258. Anchors = [akLeft, akTop, akRight, akBottom]
  259. Color = clBtnFace
  260. Lines.Strings = (
  261. 'InfoMemo')
  262. ReadOnly = True
  263. ScrollBars = ssBoth
  264. TabOrder = 6
  265. WantReturns = False
  266. WordWrap = False
  267. end
  268. end
  269. end