CopyParams.dfm 7.4 KB

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