CopyParams.dfm 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. object CopyParamsFrame: TCopyParamsFrame
  2. Left = 0
  3. Top = 0
  4. Width = 508
  5. Height = 211
  6. TabOrder = 0
  7. object CommonPropertiesGroup: TXPGroupBox
  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: TXPGroupBox
  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: TXPGroupBox
  76. Left = 331
  77. Top = 0
  78. Width = 173
  79. Height = 146
  80. Caption = 'Attributes'
  81. TabOrder = 2
  82. inline RightsFrame: TRightsFrame
  83. Left = 7
  84. Top = 36
  85. Width = 163
  86. Height = 87
  87. TabOrder = 1
  88. end
  89. object PreserveRightsCheck: TCheckBox
  90. Left = 12
  91. Top = 16
  92. Width = 156
  93. Height = 17
  94. Caption = 'Set pe&rmissions'
  95. ParentShowHint = False
  96. ShowHint = True
  97. TabOrder = 0
  98. OnClick = ControlChange
  99. end
  100. object RemotePreserveTimeCheck: TCheckBox
  101. Left = 12
  102. Top = 121
  103. Width = 156
  104. Height = 17
  105. Caption = 'Preserve timesta&mp'
  106. ParentShowHint = False
  107. ShowHint = True
  108. TabOrder = 2
  109. OnClick = ControlChange
  110. end
  111. end
  112. object ChangeCaseGroup: TXPGroupBox
  113. Left = 206
  114. Top = 0
  115. Width = 120
  116. Height = 146
  117. Caption = 'Filename modification'
  118. TabOrder = 1
  119. DesignSize = (
  120. 120
  121. 146)
  122. object CCLowerCaseShortButton: TRadioButton
  123. Left = 8
  124. Top = 119
  125. Width = 107
  126. Height = 17
  127. Anchors = [akLeft, akTop, akRight]
  128. Caption = 'Lower case &8.3'
  129. TabOrder = 4
  130. end
  131. object CCNoChangeButton: TRadioButton
  132. Left = 8
  133. Top = 19
  134. Width = 107
  135. Height = 17
  136. Anchors = [akLeft, akTop, akRight]
  137. Caption = '&No change'
  138. TabOrder = 0
  139. end
  140. object CCUpperCaseButton: TRadioButton
  141. Left = 8
  142. Top = 44
  143. Width = 107
  144. Height = 17
  145. Anchors = [akLeft, akTop, akRight]
  146. Caption = '&Upper case'
  147. TabOrder = 1
  148. end
  149. object CCLowerCaseButton: TRadioButton
  150. Left = 8
  151. Top = 69
  152. Width = 107
  153. Height = 17
  154. Anchors = [akLeft, akTop, akRight]
  155. Caption = 'Lo&wer case'
  156. TabOrder = 2
  157. end
  158. object CCFirstUpperCaseButton: TRadioButton
  159. Left = 8
  160. Top = 94
  161. Width = 107
  162. Height = 17
  163. Anchors = [akLeft, akTop, akRight]
  164. Caption = '&First upper case'
  165. TabOrder = 3
  166. end
  167. object ReplaceInvalidCharsCheck: TCheckBox
  168. Left = 8
  169. Top = 120
  170. Width = 105
  171. Height = 17
  172. Caption = 'Replace '#39'\:*?'#39' ...'
  173. TabOrder = 5
  174. OnClick = ControlChange
  175. end
  176. end
  177. object TransferModeGroup: TXPGroupBox
  178. Left = 3
  179. Top = 0
  180. Width = 198
  181. Height = 146
  182. Caption = 'Transfer mode'
  183. TabOrder = 0
  184. DesignSize = (
  185. 198
  186. 146)
  187. object AsciiFileMaskLabel: TLabel
  188. Left = 10
  189. Top = 99
  190. Width = 164
  191. Height = 13
  192. Anchors = [akLeft, akTop, akRight]
  193. Caption = 'Transfer following &files in text mode'
  194. FocusControl = AsciiFileMaskCombo
  195. end
  196. object TMTextButton: TRadioButton
  197. Left = 7
  198. Top = 22
  199. Width = 189
  200. Height = 17
  201. Anchors = [akLeft, akTop, akRight]
  202. Caption = '&Text (plain text, html, scripts, ...)'
  203. TabOrder = 0
  204. OnClick = ControlChange
  205. end
  206. object TMBinaryButton: TRadioButton
  207. Left = 7
  208. Top = 48
  209. Width = 189
  210. Height = 17
  211. Anchors = [akLeft, akTop, akRight]
  212. Caption = '&Binary (archives, doc, ...)'
  213. TabOrder = 1
  214. OnClick = ControlChange
  215. end
  216. object TMAutomaticButton: TRadioButton
  217. Left = 7
  218. Top = 74
  219. Width = 189
  220. Height = 17
  221. Anchors = [akLeft, akTop, akRight]
  222. Caption = '&Automatic'
  223. TabOrder = 2
  224. OnClick = ControlChange
  225. end
  226. object AsciiFileMaskCombo: THistoryComboBox
  227. Left = 9
  228. Top = 115
  229. Width = 180
  230. Height = 21
  231. Anchors = [akLeft, akTop, akRight]
  232. ItemHeight = 13
  233. MaxLength = 1000
  234. TabOrder = 3
  235. Text = 'AsciiFileMaskCombo'
  236. OnExit = ValidateMaskComboExit
  237. end
  238. end
  239. object OtherGroup: TXPGroupBox
  240. Left = 3
  241. Top = 148
  242. Width = 501
  243. Height = 61
  244. Caption = 'Other'
  245. TabOrder = 5
  246. DesignSize = (
  247. 501
  248. 61)
  249. object ExclusionFileMaskLabel: TLabel
  250. Left = 90
  251. Top = 18
  252. Width = 25
  253. Height = 13
  254. Caption = 'mas&k'
  255. FocusControl = ExcludeFileMaskCombo
  256. end
  257. object ExcludeFileMaskCombo: THistoryComboBox
  258. Left = 136
  259. Top = 14
  260. Width = 358
  261. Height = 21
  262. Anchors = [akLeft, akTop, akRight]
  263. ItemHeight = 13
  264. MaxLength = 3000
  265. TabOrder = 1
  266. Text = 'ExcludeFileMaskCombo'
  267. OnExit = ValidateMaskComboExit
  268. end
  269. object ClearArchiveCheck: TCheckBox
  270. Left = 10
  271. Top = 39
  272. Width = 231
  273. Height = 17
  274. Caption = 'Clear source file '#39'Archi&ve'#39' attribute'
  275. TabOrder = 3
  276. end
  277. object NegativeExcludeCombo: TComboBox
  278. Left = 10
  279. Top = 14
  280. Width = 76
  281. Height = 21
  282. Style = csDropDownList
  283. ItemHeight = 13
  284. TabOrder = 0
  285. Items.Strings = (
  286. 'Exclude'
  287. 'Include')
  288. end
  289. object ExcludeFileMaskHintText: TStaticText
  290. Left = 397
  291. Top = 39
  292. Width = 97
  293. Height = 17
  294. Alignment = taRightJustify
  295. Anchors = [akTop, akRight]
  296. AutoSize = False
  297. Caption = 'mask hints'
  298. TabOrder = 2
  299. TabStop = True
  300. end
  301. end
  302. end