CopyParams.dfm 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. object CopyParamsFrame: TCopyParamsFrame
  2. Left = 0
  3. Top = 0
  4. Width = 456
  5. Height = 471
  6. HelpType = htKeyword
  7. Font.Charset = DEFAULT_CHARSET
  8. Font.Color = clWindowText
  9. Font.Height = -12
  10. Font.Name = 'Segoe UI'
  11. Font.Style = []
  12. ParentFont = False
  13. TabOrder = 0
  14. object CommonPropertiesGroup: TGroupBox
  15. Left = 232
  16. Top = 151
  17. Width = 221
  18. Height = 124
  19. Caption = 'Common options'
  20. TabOrder = 3
  21. DesignSize = (
  22. 221
  23. 124)
  24. object SpeedLabel3: TLabel
  25. Left = 9
  26. Top = 94
  27. Width = 70
  28. Height = 15
  29. Caption = '&Speed (KB/s):'
  30. FocusControl = SpeedCombo
  31. end
  32. object PreserveTimeCheck: TCheckBox
  33. Left = 11
  34. Top = 22
  35. Width = 201
  36. Height = 17
  37. Anchors = [akLeft, akTop, akRight]
  38. Caption = '&Preserve timestamp'
  39. ParentShowHint = False
  40. ShowHint = True
  41. TabOrder = 0
  42. OnClick = ControlChange
  43. end
  44. object CommonCalculateSizeCheck: TCheckBox
  45. Left = 11
  46. Top = 68
  47. Width = 201
  48. Height = 17
  49. Anchors = [akLeft, akTop, akRight]
  50. Caption = '&Calculate total size'
  51. ParentShowHint = False
  52. ShowHint = True
  53. TabOrder = 2
  54. OnClick = ControlChange
  55. end
  56. object SpeedCombo: THistoryComboBox
  57. Left = 111
  58. Top = 91
  59. Width = 101
  60. Height = 23
  61. AutoComplete = False
  62. TabOrder = 3
  63. Text = 'SpeedCombo'
  64. OnExit = SpeedComboExit
  65. Items.Strings = (
  66. 'Unlimited'
  67. '1024'
  68. '512'
  69. '256'
  70. '128'
  71. '64'
  72. '32'
  73. '16'
  74. '8')
  75. end
  76. object PreserveTimeDirsCheck: TCheckBox
  77. Left = 27
  78. Top = 45
  79. Width = 185
  80. Height = 17
  81. Anchors = [akLeft, akTop, akRight]
  82. Caption = 'Including directories'
  83. ParentShowHint = False
  84. ShowHint = True
  85. TabOrder = 1
  86. OnClick = ControlChange
  87. end
  88. end
  89. object LocalPropertiesGroup: TGroupBox
  90. Left = 232
  91. Top = 281
  92. Width = 221
  93. Height = 49
  94. Caption = 'Download options'
  95. TabOrder = 4
  96. DesignSize = (
  97. 221
  98. 49)
  99. object PreserveReadOnlyCheck: TCheckBox
  100. Left = 11
  101. Top = 22
  102. Width = 201
  103. Height = 17
  104. Anchors = [akLeft, akTop, akRight]
  105. Caption = 'Preserve rea&d-only'
  106. ParentShowHint = False
  107. ShowHint = True
  108. TabOrder = 0
  109. end
  110. end
  111. object RemotePropertiesGroup: TGroupBox
  112. Left = 3
  113. Top = 151
  114. Width = 215
  115. Height = 179
  116. Caption = 'Upload options'
  117. TabOrder = 2
  118. object PreserveRightsCheck: TCheckBox
  119. Left = 11
  120. Top = 22
  121. Width = 173
  122. Height = 17
  123. Caption = 'Set pe&rmissions:'
  124. ParentShowHint = False
  125. ShowHint = True
  126. TabOrder = 0
  127. OnClick = ControlChange
  128. end
  129. object RightsEdit: TComboEdit
  130. Left = 26
  131. Top = 45
  132. Width = 123
  133. Height = 21
  134. ButtonHint = 'Configure permissions'
  135. ClickKey = 16397
  136. ParentShowHint = False
  137. ShowHint = True
  138. TabOrder = 1
  139. Text = 'RightsEdit'
  140. OnButtonClick = RightsEditButtonClick
  141. OnExit = RightsEditExit
  142. OnContextPopup = RightsEditContextPopup
  143. end
  144. object IgnorePermErrorsCheck: TCheckBox
  145. Left = 11
  146. Top = 72
  147. Width = 173
  148. Height = 17
  149. Caption = 'Ign&ore permission errors'
  150. ParentShowHint = False
  151. ShowHint = True
  152. TabOrder = 2
  153. OnClick = ControlChange
  154. end
  155. object ClearArchiveCheck: TCheckBox
  156. Left = 11
  157. Top = 95
  158. Width = 173
  159. Height = 17
  160. Caption = 'Clear '#39'Arc&hive'#39' attribute'
  161. TabOrder = 3
  162. end
  163. object RemoveCtrlZAndBOMCheck: TCheckBox
  164. Left = 11
  165. Top = 118
  166. Width = 173
  167. Height = 17
  168. Caption = 'Remo&ve BOM and EOF marks X'
  169. TabOrder = 4
  170. OnClick = ControlChange
  171. end
  172. object EncryptNewFilesCheck: TCheckBox
  173. Left = 11
  174. Top = 141
  175. Width = 173
  176. Height = 17
  177. Caption = '&Encrypt new files'
  178. TabOrder = 5
  179. OnClick = ControlChange
  180. end
  181. end
  182. object ChangeCaseGroup: TGroupBox
  183. Left = 290
  184. Top = 3
  185. Width = 163
  186. Height = 142
  187. Caption = 'Filename modification'
  188. TabOrder = 1
  189. DesignSize = (
  190. 163
  191. 142)
  192. object CCLowerCaseShortButton: TRadioButton
  193. Left = 11
  194. Top = 91
  195. Width = 143
  196. Height = 17
  197. Anchors = [akLeft, akTop, akRight]
  198. Caption = 'Lower case &8.3'
  199. TabOrder = 3
  200. end
  201. object CCNoChangeButton: TRadioButton
  202. Left = 11
  203. Top = 22
  204. Width = 143
  205. Height = 17
  206. Anchors = [akLeft, akTop, akRight]
  207. Caption = 'No chan&ge'
  208. TabOrder = 0
  209. end
  210. object CCUpperCaseButton: TRadioButton
  211. Left = 11
  212. Top = 45
  213. Width = 143
  214. Height = 17
  215. Anchors = [akLeft, akTop, akRight]
  216. Caption = '&Upper case'
  217. TabOrder = 1
  218. end
  219. object CCLowerCaseButton: TRadioButton
  220. Left = 11
  221. Top = 68
  222. Width = 143
  223. Height = 17
  224. Anchors = [akLeft, akTop, akRight]
  225. Caption = 'Lo&wer case'
  226. TabOrder = 2
  227. end
  228. object ReplaceInvalidCharsCheck: TCheckBox
  229. Left = 11
  230. Top = 114
  231. Width = 143
  232. Height = 17
  233. Caption = 'Rep&lace '#39'\:*?'#39'...'
  234. TabOrder = 4
  235. OnClick = ControlChange
  236. end
  237. end
  238. object TransferModeGroup: TGroupBox
  239. Left = 3
  240. Top = 3
  241. Width = 273
  242. Height = 142
  243. Caption = 'Transfer mode'
  244. TabOrder = 0
  245. DesignSize = (
  246. 273
  247. 142)
  248. object AsciiFileMaskLabel: TLabel
  249. Left = 9
  250. Top = 91
  251. Width = 191
  252. Height = 15
  253. Anchors = [akLeft, akTop, akRight]
  254. Caption = 'Transfer following &files in text mode:'
  255. FocusControl = AsciiFileMaskCombo
  256. end
  257. object TMTextButton: TRadioButton
  258. Left = 11
  259. Top = 22
  260. Width = 253
  261. Height = 17
  262. Anchors = [akLeft, akTop, akRight]
  263. Caption = '&Text (plain text, html, scripts, ...)'
  264. TabOrder = 0
  265. OnClick = ControlChange
  266. end
  267. object TMBinaryButton: TRadioButton
  268. Left = 11
  269. Top = 45
  270. Width = 253
  271. Height = 17
  272. Anchors = [akLeft, akTop, akRight]
  273. Caption = '&Binary (archives, doc, ...)'
  274. TabOrder = 1
  275. OnClick = ControlChange
  276. end
  277. object TMAutomaticButton: TRadioButton
  278. Left = 11
  279. Top = 68
  280. Width = 253
  281. Height = 17
  282. Anchors = [akLeft, akTop, akRight]
  283. Caption = '&Automatic'
  284. TabOrder = 2
  285. OnClick = ControlChange
  286. end
  287. object AsciiFileMaskCombo: THistoryComboBox
  288. Left = 9
  289. Top = 109
  290. Width = 255
  291. Height = 23
  292. AutoComplete = False
  293. Anchors = [akLeft, akTop, akRight]
  294. MaxLength = 1000
  295. TabOrder = 3
  296. Text = 'AsciiFileMaskCombo'
  297. OnExit = ValidateMaskComboExit
  298. end
  299. end
  300. object OtherGroup: TGroupBox
  301. Left = 3
  302. Top = 336
  303. Width = 450
  304. Height = 131
  305. Caption = 'Other'
  306. TabOrder = 5
  307. DesignSize = (
  308. 450
  309. 131)
  310. object IncludeFileMaskLabel: TLabel
  311. Left = 9
  312. Top = 22
  313. Width = 52
  314. Height = 15
  315. Caption = 'File &mask:'
  316. FocusControl = IncludeFileMaskCombo
  317. end
  318. object IncludeFileMaskCombo: THistoryComboBox
  319. Left = 9
  320. Top = 40
  321. Width = 346
  322. Height = 23
  323. AutoComplete = False
  324. Anchors = [akLeft, akTop, akRight]
  325. MaxLength = 3000
  326. TabOrder = 0
  327. Text = 'IncludeFileMaskCombo'
  328. OnExit = ValidateMaskComboExit
  329. end
  330. object IncludeFileMaskButton: TButton
  331. Left = 361
  332. Top = 39
  333. Width = 80
  334. Height = 25
  335. Anchors = [akTop, akRight]
  336. Caption = '&Edit...'
  337. TabOrder = 1
  338. OnClick = IncludeFileMaskButtonClick
  339. end
  340. object NewerOnlyCheck: TCheckBox
  341. Left = 11
  342. Top = 81
  343. Width = 213
  344. Height = 17
  345. Caption = '&New and updated files only'
  346. ParentShowHint = False
  347. ShowHint = True
  348. TabOrder = 3
  349. OnClick = ControlChange
  350. end
  351. object IncludeFileMaskHintText: TStaticText
  352. Left = 230
  353. Top = 63
  354. Width = 125
  355. Height = 17
  356. Alignment = taRightJustify
  357. AutoSize = False
  358. Caption = 'mask hints'
  359. TabOrder = 2
  360. TabStop = True
  361. end
  362. object ExcludeHiddenFilesCheck: TCheckBox
  363. Left = 240
  364. Top = 81
  365. Width = 201
  366. Height = 17
  367. Caption = 'Exclude h&idden files'
  368. ParentShowHint = False
  369. ShowHint = True
  370. TabOrder = 4
  371. OnClick = ControlChange
  372. end
  373. object ExcludeEmptyDirectoriesCheck: TCheckBox
  374. Left = 11
  375. Top = 104
  376. Width = 213
  377. Height = 17
  378. Caption = 'E&xclude empty directories'
  379. ParentShowHint = False
  380. ShowHint = True
  381. TabOrder = 5
  382. OnClick = ControlChange
  383. end
  384. end
  385. end