FileSystemInfo.dfm 6.4 KB

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