CopyParams.dfm 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. object CopyParamsFrame: TCopyParamsFrame
  2. Left = 0
  3. Top = 0
  4. Width = 377
  5. Height = 355
  6. HelpType = htKeyword
  7. TabOrder = 0
  8. object CommonPropertiesGroup: TGroupBox
  9. Left = 192
  10. Top = 156
  11. Width = 178
  12. Height = 95
  13. Caption = 'Common options'
  14. TabOrder = 3
  15. DesignSize = (
  16. 178
  17. 95)
  18. object SpeedLabel2: TLabel
  19. Left = 11
  20. Top = 68
  21. Width = 69
  22. Height = 13
  23. Caption = '&Speed (KiB/s):'
  24. FocusControl = SpeedCombo
  25. end
  26. object PreserveTimeCheck: TCheckBox
  27. Left = 12
  28. Top = 19
  29. Width = 161
  30. Height = 17
  31. Anchors = [akLeft, akTop, akRight]
  32. Caption = 'Preserve timesta&mp'
  33. ParentShowHint = False
  34. ShowHint = True
  35. TabOrder = 0
  36. OnClick = ControlChange
  37. end
  38. object CommonCalculateSizeCheck: TCheckBox
  39. Left = 12
  40. Top = 44
  41. Width = 161
  42. Height = 17
  43. Anchors = [akLeft, akTop, akRight]
  44. Caption = '&Calculate total size'
  45. ParentShowHint = False
  46. ShowHint = True
  47. TabOrder = 1
  48. OnClick = ControlChange
  49. end
  50. object SpeedCombo: THistoryComboBox
  51. Left = 89
  52. Top = 64
  53. Width = 80
  54. Height = 21
  55. AutoComplete = False
  56. ItemHeight = 13
  57. TabOrder = 2
  58. Text = 'SpeedCombo'
  59. OnExit = SpeedComboExit
  60. Items.Strings = (
  61. 'Unlimited'
  62. '1024'
  63. '512'
  64. '256'
  65. '128'
  66. '64'
  67. '32'
  68. '16'
  69. '8')
  70. end
  71. end
  72. object LocalPropertiesGroup: TGroupBox
  73. Left = 192
  74. Top = 254
  75. Width = 178
  76. Height = 43
  77. Caption = 'Download options'
  78. TabOrder = 4
  79. DesignSize = (
  80. 178
  81. 43)
  82. object PreserveReadOnlyCheck: TCheckBox
  83. Left = 12
  84. Top = 17
  85. Width = 160
  86. Height = 17
  87. Anchors = [akLeft, akTop, akRight]
  88. Caption = 'Preserve rea&d-only'
  89. ParentShowHint = False
  90. ShowHint = True
  91. TabOrder = 0
  92. end
  93. end
  94. object RemotePropertiesGroup: TGroupBox
  95. Left = 8
  96. Top = 156
  97. Width = 177
  98. Height = 141
  99. Caption = 'Upload options'
  100. TabOrder = 2
  101. object PreserveRightsCheck: TCheckBox
  102. Left = 12
  103. Top = 18
  104. Width = 156
  105. Height = 17
  106. Caption = 'Set pe&rmissions:'
  107. ParentShowHint = False
  108. ShowHint = True
  109. TabOrder = 0
  110. OnClick = ControlChange
  111. end
  112. object RightsEdit: TComboEdit
  113. Left = 30
  114. Top = 39
  115. Width = 109
  116. Height = 21
  117. ButtonHint = 'Configure permissions'
  118. ClickKey = 16397
  119. ParentShowHint = False
  120. ShowHint = True
  121. TabOrder = 1
  122. Text = 'RightsEdit'
  123. OnButtonClick = RightsEditButtonClick
  124. OnExit = RightsEditExit
  125. OnContextPopup = RightsEditContextPopup
  126. end
  127. object IgnorePermErrorsCheck: TCheckBox
  128. Left = 12
  129. Top = 67
  130. Width = 156
  131. Height = 17
  132. Caption = 'Ign&ore permission errors'
  133. ParentShowHint = False
  134. ShowHint = True
  135. TabOrder = 2
  136. OnClick = ControlChange
  137. end
  138. object ClearArchiveCheck: TCheckBox
  139. Left = 12
  140. Top = 94
  141. Width = 156
  142. Height = 17
  143. Caption = 'Clear '#39'Archi&ve'#39' attribute'
  144. TabOrder = 3
  145. end
  146. end
  147. object ChangeCaseGroup: TGroupBox
  148. Left = 247
  149. Top = 8
  150. Width = 123
  151. Height = 146
  152. Caption = 'Filename modification'
  153. TabOrder = 1
  154. DesignSize = (
  155. 123
  156. 146)
  157. object CCLowerCaseShortButton: TRadioButton
  158. Left = 8
  159. Top = 94
  160. Width = 110
  161. Height = 17
  162. Anchors = [akLeft, akTop, akRight]
  163. Caption = 'Lower case &8.3'
  164. TabOrder = 3
  165. end
  166. object CCNoChangeButton: TRadioButton
  167. Left = 8
  168. Top = 19
  169. Width = 110
  170. Height = 17
  171. Anchors = [akLeft, akTop, akRight]
  172. Caption = '&No change'
  173. TabOrder = 0
  174. end
  175. object CCUpperCaseButton: TRadioButton
  176. Left = 8
  177. Top = 44
  178. Width = 110
  179. Height = 17
  180. Anchors = [akLeft, akTop, akRight]
  181. Caption = '&Upper case'
  182. TabOrder = 1
  183. end
  184. object CCLowerCaseButton: TRadioButton
  185. Left = 8
  186. Top = 69
  187. Width = 110
  188. Height = 17
  189. Anchors = [akLeft, akTop, akRight]
  190. Caption = 'Lo&wer case'
  191. TabOrder = 2
  192. end
  193. object ReplaceInvalidCharsCheck: TCheckBox
  194. Left = 8
  195. Top = 120
  196. Width = 105
  197. Height = 17
  198. Caption = 'Replace '#39'\:*?'#39' ...'
  199. TabOrder = 4
  200. OnClick = ControlChange
  201. end
  202. end
  203. object TransferModeGroup: TGroupBox
  204. Left = 8
  205. Top = 8
  206. Width = 231
  207. Height = 146
  208. Caption = 'Transfer mode'
  209. TabOrder = 0
  210. DesignSize = (
  211. 231
  212. 146)
  213. object AsciiFileMaskLabel: TLabel
  214. Left = 10
  215. Top = 99
  216. Width = 167
  217. Height = 13
  218. Anchors = [akLeft, akTop, akRight]
  219. Caption = 'Transfer following &files in text mode:'
  220. FocusControl = AsciiFileMaskCombo
  221. end
  222. object TMTextButton: TRadioButton
  223. Left = 7
  224. Top = 22
  225. Width = 219
  226. Height = 17
  227. Anchors = [akLeft, akTop, akRight]
  228. Caption = '&Text (plain text, html, scripts, ...)'
  229. TabOrder = 0
  230. OnClick = ControlChange
  231. end
  232. object TMBinaryButton: TRadioButton
  233. Left = 7
  234. Top = 48
  235. Width = 219
  236. Height = 17
  237. Anchors = [akLeft, akTop, akRight]
  238. Caption = '&Binary (archives, doc, ...)'
  239. TabOrder = 1
  240. OnClick = ControlChange
  241. end
  242. object TMAutomaticButton: TRadioButton
  243. Left = 7
  244. Top = 74
  245. Width = 219
  246. Height = 17
  247. Anchors = [akLeft, akTop, akRight]
  248. Caption = '&Automatic'
  249. TabOrder = 2
  250. OnClick = ControlChange
  251. end
  252. object AsciiFileMaskCombo: THistoryComboBox
  253. Left = 9
  254. Top = 115
  255. Width = 213
  256. Height = 21
  257. AutoComplete = False
  258. Anchors = [akLeft, akTop, akRight]
  259. ItemHeight = 13
  260. MaxLength = 1000
  261. TabOrder = 3
  262. Text = 'AsciiFileMaskCombo'
  263. OnExit = ValidateMaskComboExit
  264. end
  265. end
  266. object OtherGroup: TGroupBox
  267. Left = 8
  268. Top = 300
  269. Width = 362
  270. Height = 46
  271. Caption = 'Other'
  272. TabOrder = 5
  273. DesignSize = (
  274. 362
  275. 46)
  276. object ExclusionFileMaskLabel: TLabel
  277. Left = 90
  278. Top = 20
  279. Width = 28
  280. Height = 13
  281. Caption = 'mas&k:'
  282. FocusControl = ExcludeFileMaskCombo
  283. end
  284. object ExcludeFileMaskCombo: THistoryComboBox
  285. Left = 136
  286. Top = 16
  287. Width = 217
  288. Height = 21
  289. AutoComplete = False
  290. Anchors = [akLeft, akTop, akRight]
  291. ItemHeight = 13
  292. MaxLength = 3000
  293. TabOrder = 1
  294. Text = 'ExcludeFileMaskCombo'
  295. OnExit = ValidateMaskComboExit
  296. end
  297. object NegativeExcludeCombo: TComboBox
  298. Left = 10
  299. Top = 16
  300. Width = 76
  301. Height = 21
  302. Style = csDropDownList
  303. ItemHeight = 13
  304. TabOrder = 0
  305. Items.Strings = (
  306. 'Exclude'
  307. 'Include')
  308. end
  309. end
  310. object ExcludeFileMaskHintText: TStaticText
  311. Left = 303
  312. Top = 338
  313. Width = 54
  314. Height = 17
  315. Alignment = taCenter
  316. Caption = 'mask hints'
  317. TabOrder = 6
  318. TabStop = True
  319. end
  320. end