CopyParams.dfm 7.5 KB

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