FullSynchronize.dfm 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. object FullSynchronizeDialog: TFullSynchronizeDialog
  2. Left = 365
  3. Top = 185
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_synchronize'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'Synchronize'
  9. ClientHeight = 477
  10. ClientWidth = 481
  11. Color = clBtnFace
  12. ParentFont = True
  13. OldCreateOrder = False
  14. Position = poOwnerFormCenter
  15. OnCloseQuery = FormCloseQuery
  16. OnShow = FormShow
  17. DesignSize = (
  18. 481
  19. 477)
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object DirectoriesGroup: TGroupBox
  23. Left = 8
  24. Top = 6
  25. Width = 465
  26. Height = 119
  27. Anchors = [akLeft, akTop, akRight]
  28. Caption = 'Directories'
  29. TabOrder = 0
  30. DesignSize = (
  31. 465
  32. 119)
  33. object LocalDirectoryLabel: TLabel
  34. Left = 49
  35. Top = 19
  36. Width = 74
  37. Height = 13
  38. Caption = 'Lo&cal directory:'
  39. FocusControl = LocalDirectoryEdit
  40. end
  41. object RemoteDirectoryLabel: TLabel
  42. Left = 49
  43. Top = 68
  44. Width = 87
  45. Height = 13
  46. Caption = 'R&emote directory:'
  47. FocusControl = RemoteDirectoryEdit
  48. end
  49. object Image: TImage
  50. Left = 11
  51. Top = 22
  52. Width = 32
  53. Height = 32
  54. AutoSize = True
  55. end
  56. object RemoteDirectoryEdit: THistoryComboBox
  57. Left = 49
  58. Top = 84
  59. Width = 405
  60. Height = 21
  61. AutoComplete = False
  62. Anchors = [akLeft, akTop, akRight]
  63. MaxLength = 1000
  64. TabOrder = 2
  65. Text = 'RemoteDirectoryEdit'
  66. OnChange = ControlChange
  67. end
  68. object LocalDirectoryEdit: THistoryComboBox
  69. Left = 49
  70. Top = 35
  71. Width = 322
  72. Height = 21
  73. AutoComplete = False
  74. Anchors = [akLeft, akTop, akRight]
  75. MaxLength = 1000
  76. TabOrder = 0
  77. Text = 'LocalDirectoryEdit'
  78. OnChange = ControlChange
  79. end
  80. object LocalDirectoryBrowseButton: TButton
  81. Left = 378
  82. Top = 33
  83. Width = 75
  84. Height = 25
  85. Anchors = [akTop, akRight]
  86. Caption = 'Bro&wse...'
  87. TabOrder = 1
  88. OnClick = LocalDirectoryBrowseButtonClick
  89. end
  90. end
  91. object OkButton: TButton
  92. Left = 220
  93. Top = 444
  94. Width = 88
  95. Height = 25
  96. Anchors = [akRight, akBottom]
  97. Caption = 'OK'
  98. Default = True
  99. ModalResult = 1
  100. TabOrder = 8
  101. OnClick = OkButtonClick
  102. OnDropDownClick = OkButtonDropDownClick
  103. end
  104. object CancelButton: TButton
  105. Left = 315
  106. Top = 444
  107. Width = 75
  108. Height = 25
  109. Anchors = [akRight, akBottom]
  110. Cancel = True
  111. Caption = 'Cancel'
  112. ModalResult = 2
  113. TabOrder = 9
  114. end
  115. object OptionsGroup: TGroupBox
  116. Left = 8
  117. Top = 238
  118. Width = 227
  119. Height = 121
  120. Caption = 'Synchronize options'
  121. TabOrder = 3
  122. DesignSize = (
  123. 227
  124. 121)
  125. object SynchronizeDeleteCheck: TCheckBox
  126. Left = 11
  127. Top = 20
  128. Width = 210
  129. Height = 17
  130. Anchors = [akLeft, akTop, akRight]
  131. Caption = '&Delete files'
  132. TabOrder = 0
  133. OnClick = ControlChange
  134. end
  135. object SynchronizeSelectedOnlyCheck: TCheckBox
  136. Left = 11
  137. Top = 92
  138. Width = 210
  139. Height = 17
  140. Anchors = [akLeft, akTop, akRight]
  141. Caption = 'Selected files o&nly'
  142. TabOrder = 3
  143. OnClick = ControlChange
  144. end
  145. object SynchronizeExistingOnlyCheck: TCheckBox
  146. Left = 11
  147. Top = 68
  148. Width = 210
  149. Height = 17
  150. Anchors = [akLeft, akTop, akRight]
  151. Caption = 'E&xisting files only'
  152. TabOrder = 1
  153. OnClick = ControlChange
  154. end
  155. object SynchronizePreviewChangesCheck: TCheckBox
  156. Left = 11
  157. Top = 44
  158. Width = 210
  159. Height = 17
  160. Anchors = [akLeft, akTop, akRight]
  161. Caption = 'Pre&view changes'
  162. TabOrder = 2
  163. OnClick = ControlChange
  164. end
  165. end
  166. object TransferSettingsButton: TButton
  167. Left = 8
  168. Top = 444
  169. Width = 161
  170. Height = 25
  171. Anchors = [akLeft, akBottom]
  172. Caption = 'Transfer settin&gs...'
  173. TabOrder = 7
  174. OnClick = TransferSettingsButtonClick
  175. OnDropDownClick = TransferSettingsButtonDropDownClick
  176. end
  177. object DirectionGroup: TGroupBox
  178. Left = 8
  179. Top = 130
  180. Width = 465
  181. Height = 49
  182. Anchors = [akLeft, akTop, akRight]
  183. Caption = 'Direction/Target directory'
  184. TabOrder = 1
  185. object SynchronizeBothButton: TRadioButton
  186. Left = 11
  187. Top = 20
  188. Width = 138
  189. Height = 17
  190. Caption = '&Both'
  191. Checked = True
  192. TabOrder = 0
  193. TabStop = True
  194. OnClick = ControlChange
  195. end
  196. object SynchronizeRemoteButton: TRadioButton
  197. Left = 155
  198. Top = 20
  199. Width = 143
  200. Height = 17
  201. Caption = '&Remote'
  202. TabOrder = 1
  203. OnClick = ControlChange
  204. end
  205. object SynchronizeLocalButton: TRadioButton
  206. Left = 304
  207. Top = 20
  208. Width = 154
  209. Height = 17
  210. Caption = '&Local'
  211. TabOrder = 2
  212. OnClick = ControlChange
  213. end
  214. end
  215. object CompareCriterionsGroup: TGroupBox
  216. Left = 245
  217. Top = 238
  218. Width = 228
  219. Height = 121
  220. Anchors = [akLeft, akTop, akRight]
  221. Caption = 'Comparison criteria'
  222. TabOrder = 4
  223. DesignSize = (
  224. 228
  225. 121)
  226. object SynchronizeByTimeCheck: TCheckBox
  227. Left = 11
  228. Top = 20
  229. Width = 210
  230. Height = 17
  231. Anchors = [akLeft, akTop, akRight]
  232. Caption = 'M&odification time'
  233. TabOrder = 0
  234. OnClick = ControlChange
  235. end
  236. object SynchronizeBySizeCheck: TCheckBox
  237. Left = 11
  238. Top = 44
  239. Width = 210
  240. Height = 17
  241. Anchors = [akLeft, akTop, akRight]
  242. Caption = 'File si&ze'
  243. TabOrder = 1
  244. OnClick = ControlChange
  245. end
  246. object SynchronizeCaseSensitiveCheck: TCheckBox
  247. Left = 11
  248. Top = 92
  249. Width = 210
  250. Height = 17
  251. Anchors = [akLeft, akTop, akRight]
  252. Caption = 'C&ase sensitive'
  253. TabOrder = 3
  254. OnClick = ControlChange
  255. end
  256. object SynchronizeByChecksumCheck: TCheckBox
  257. Left = 11
  258. Top = 68
  259. Width = 210
  260. Height = 17
  261. Anchors = [akLeft, akTop, akRight]
  262. Caption = 'C&hecksum'
  263. TabOrder = 2
  264. OnClick = ControlChange
  265. end
  266. end
  267. object SaveSettingsCheck: TCheckBox
  268. Left = 19
  269. Top = 365
  270. Width = 454
  271. Height = 17
  272. Anchors = [akLeft, akTop, akRight]
  273. Caption = 'Use &same options next time'
  274. TabOrder = 5
  275. end
  276. object CopyParamGroup: TGroupBox
  277. Left = 8
  278. Top = 386
  279. Width = 465
  280. Height = 50
  281. Anchors = [akLeft, akTop, akRight]
  282. Caption = 'Transfer settings'
  283. TabOrder = 6
  284. OnClick = CopyParamGroupClick
  285. OnContextPopup = CopyParamGroupContextPopup
  286. DesignSize = (
  287. 465
  288. 50)
  289. object CopyParamLabel: TLabel
  290. Left = 7
  291. Top = 15
  292. Width = 451
  293. Height = 26
  294. Anchors = [akLeft, akTop, akRight, akBottom]
  295. AutoSize = False
  296. Caption = 'CopyParamLabel'
  297. ShowAccelChar = False
  298. WordWrap = True
  299. OnClick = CopyParamGroupClick
  300. end
  301. end
  302. object HelpButton: TButton
  303. Left = 397
  304. Top = 444
  305. Width = 75
  306. Height = 25
  307. Anchors = [akRight, akBottom]
  308. Caption = '&Help'
  309. TabOrder = 10
  310. OnClick = HelpButtonClick
  311. end
  312. object ModeGroup: TGroupBox
  313. Left = 8
  314. Top = 184
  315. Width = 465
  316. Height = 49
  317. Anchors = [akLeft, akTop, akRight]
  318. Caption = 'Mode'
  319. TabOrder = 2
  320. object SynchronizeFilesButton: TRadioButton
  321. Left = 11
  322. Top = 20
  323. Width = 135
  324. Height = 17
  325. Caption = 'Synchronize &files'
  326. TabOrder = 0
  327. OnClick = ControlChange
  328. end
  329. object MirrorFilesButton: TRadioButton
  330. Left = 155
  331. Top = 20
  332. Width = 143
  333. Height = 17
  334. Caption = '&Mirror files'
  335. TabOrder = 1
  336. OnClick = ControlChange
  337. end
  338. object SynchronizeTimestampsButton: TRadioButton
  339. Left = 304
  340. Top = 20
  341. Width = 154
  342. Height = 17
  343. Caption = 'Synchronize &timestamps'
  344. TabOrder = 2
  345. OnClick = ControlChange
  346. end
  347. end
  348. object OkMenu: TPopupMenu
  349. Left = 416
  350. Top = 384
  351. object Start1: TMenuItem
  352. Caption = '&Start'
  353. Default = True
  354. OnClick = Start1Click
  355. end
  356. object StartInNewWindowItem: TMenuItem
  357. Caption = 'Start in &New Window'
  358. OnClick = StartInNewWindowItemClick
  359. end
  360. end
  361. end