FullSynchronize.dfm 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  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 = 429
  10. ClientWidth = 433
  11. Color = clBtnFace
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -11
  15. Font.Name = 'MS Sans Serif'
  16. Font.Style = []
  17. OldCreateOrder = False
  18. Position = poOwnerFormCenter
  19. OnCloseQuery = FormCloseQuery
  20. OnShow = FormShow
  21. DesignSize = (
  22. 433
  23. 429)
  24. PixelsPerInch = 96
  25. TextHeight = 13
  26. object DirectoriesGroup: TGroupBox
  27. Left = 8
  28. Top = 6
  29. Width = 417
  30. Height = 119
  31. Anchors = [akLeft, akTop, akRight]
  32. Caption = 'Directories'
  33. TabOrder = 0
  34. DesignSize = (
  35. 417
  36. 119)
  37. object LocalDirectoryLabel: TLabel
  38. Left = 11
  39. Top = 19
  40. Width = 72
  41. Height = 13
  42. Anchors = [akLeft, akTop, akRight]
  43. Caption = 'Lo&cal directory:'
  44. FocusControl = LocalDirectoryEdit
  45. end
  46. object RemoteDirectoryLabel: TLabel
  47. Left = 11
  48. Top = 68
  49. Width = 83
  50. Height = 13
  51. Anchors = [akLeft, akTop, akRight]
  52. Caption = 'R&emote directory:'
  53. FocusControl = RemoteDirectoryEdit
  54. end
  55. object RemoteDirectoryEdit: THistoryComboBox
  56. Left = 11
  57. Top = 84
  58. Width = 395
  59. Height = 21
  60. AutoComplete = False
  61. Anchors = [akLeft, akTop, akRight]
  62. MaxLength = 1000
  63. TabOrder = 2
  64. Text = 'RemoteDirectoryEdit'
  65. OnChange = ControlChange
  66. end
  67. object LocalDirectoryEdit: THistoryComboBox
  68. Left = 11
  69. Top = 35
  70. Width = 312
  71. Height = 21
  72. AutoComplete = False
  73. Anchors = [akLeft, akTop, akRight]
  74. MaxLength = 1000
  75. TabOrder = 0
  76. Text = 'LocalDirectoryEdit'
  77. OnChange = ControlChange
  78. end
  79. object LocalDirectoryBrowseButton: TButton
  80. Left = 330
  81. Top = 33
  82. Width = 75
  83. Height = 25
  84. Anchors = [akTop, akRight]
  85. Caption = 'Bro&wse...'
  86. TabOrder = 1
  87. OnClick = LocalDirectoryBrowseButtonClick
  88. end
  89. end
  90. object OkButton: TButton
  91. Left = 185
  92. Top = 396
  93. Width = 75
  94. Height = 25
  95. Anchors = [akRight, akBottom]
  96. Caption = 'OK'
  97. Default = True
  98. ModalResult = 1
  99. TabOrder = 8
  100. end
  101. object CancelButton: TButton
  102. Left = 267
  103. Top = 396
  104. Width = 75
  105. Height = 25
  106. Anchors = [akRight, akBottom]
  107. Cancel = True
  108. Caption = 'Cancel'
  109. ModalResult = 2
  110. TabOrder = 9
  111. end
  112. object OptionsGroup: TGroupBox
  113. Left = 8
  114. Top = 238
  115. Width = 268
  116. Height = 73
  117. Caption = 'Synchronize options'
  118. TabOrder = 3
  119. object SynchronizeDeleteCheck: TCheckBox
  120. Left = 11
  121. Top = 20
  122. Width = 126
  123. Height = 17
  124. Caption = '&Delete files'
  125. TabOrder = 0
  126. OnClick = ControlChange
  127. end
  128. object SynchronizeSelectedOnlyCheck: TCheckBox
  129. Left = 139
  130. Top = 44
  131. Width = 123
  132. Height = 17
  133. Caption = 'Selected files o&nly'
  134. TabOrder = 3
  135. OnClick = ControlChange
  136. end
  137. object SynchronizeExistingOnlyCheck: TCheckBox
  138. Left = 139
  139. Top = 20
  140. Width = 123
  141. Height = 17
  142. Caption = '&Existing files only'
  143. TabOrder = 1
  144. OnClick = ControlChange
  145. end
  146. object SynchronizePreviewChangesCheck: TCheckBox
  147. Left = 11
  148. Top = 44
  149. Width = 126
  150. Height = 17
  151. Caption = 'Pre&view changes'
  152. TabOrder = 2
  153. OnClick = ControlChange
  154. end
  155. end
  156. object TransferSettingsButton: TButton
  157. Left = 8
  158. Top = 396
  159. Width = 129
  160. Height = 25
  161. Anchors = [akLeft, akBottom]
  162. Caption = 'Transfer settin&gs...'
  163. TabOrder = 7
  164. OnClick = TransferSettingsButtonClick
  165. OnDropDownClick = TransferSettingsButtonDropDownClick
  166. end
  167. object DirectionGroup: TGroupBox
  168. Left = 8
  169. Top = 130
  170. Width = 417
  171. Height = 49
  172. Anchors = [akLeft, akTop, akRight]
  173. Caption = 'Direction/Target directory'
  174. TabOrder = 1
  175. object SynchronizeBothButton: TRadioButton
  176. Left = 11
  177. Top = 20
  178. Width = 102
  179. Height = 17
  180. Caption = '&Both'
  181. TabOrder = 0
  182. OnClick = ControlChange
  183. end
  184. object SynchronizeRemoteButton: TRadioButton
  185. Left = 139
  186. Top = 20
  187. Width = 102
  188. Height = 17
  189. Caption = '&Remote'
  190. TabOrder = 1
  191. OnClick = ControlChange
  192. end
  193. object SynchronizeLocalButton: TRadioButton
  194. Left = 272
  195. Top = 20
  196. Width = 137
  197. Height = 17
  198. Caption = '&Local'
  199. TabOrder = 2
  200. OnClick = ControlChange
  201. end
  202. end
  203. object CompareCriterionsGroup: TGroupBox
  204. Left = 285
  205. Top = 238
  206. Width = 140
  207. Height = 73
  208. Caption = 'Comparison criteria'
  209. TabOrder = 4
  210. object SynchronizeByTimeCheck: TCheckBox
  211. Left = 11
  212. Top = 20
  213. Width = 121
  214. Height = 17
  215. Caption = 'M&odification time'
  216. TabOrder = 0
  217. OnClick = ControlChange
  218. end
  219. object SynchronizeBySizeCheck: TCheckBox
  220. Left = 11
  221. Top = 44
  222. Width = 121
  223. Height = 17
  224. Caption = 'File si&ze'
  225. TabOrder = 1
  226. OnClick = ControlChange
  227. end
  228. end
  229. object SaveSettingsCheck: TCheckBox
  230. Left = 19
  231. Top = 317
  232. Width = 246
  233. Height = 17
  234. Caption = 'Use &same options next time'
  235. TabOrder = 5
  236. end
  237. object CopyParamGroup: TGroupBox
  238. Left = 8
  239. Top = 338
  240. Width = 417
  241. Height = 50
  242. Caption = 'Transfer settings'
  243. TabOrder = 6
  244. OnClick = CopyParamGroupClick
  245. OnContextPopup = CopyParamGroupContextPopup
  246. DesignSize = (
  247. 417
  248. 50)
  249. object CopyParamLabel: TLabel
  250. Left = 7
  251. Top = 15
  252. Width = 403
  253. Height = 26
  254. Anchors = [akLeft, akTop, akRight, akBottom]
  255. AutoSize = False
  256. Caption = 'CopyParamLabel'
  257. WordWrap = True
  258. OnClick = CopyParamGroupClick
  259. end
  260. end
  261. object HelpButton: TButton
  262. Left = 349
  263. Top = 396
  264. Width = 75
  265. Height = 25
  266. Anchors = [akRight, akBottom]
  267. Caption = '&Help'
  268. TabOrder = 10
  269. OnClick = HelpButtonClick
  270. end
  271. object ModeGroup: TGroupBox
  272. Left = 8
  273. Top = 184
  274. Width = 417
  275. Height = 49
  276. Anchors = [akLeft, akTop, akRight]
  277. Caption = 'Mode'
  278. TabOrder = 2
  279. object SynchronizeFilesButton: TRadioButton
  280. Left = 11
  281. Top = 20
  282. Width = 126
  283. Height = 17
  284. Caption = 'Synchronize &files'
  285. TabOrder = 0
  286. OnClick = ControlChange
  287. end
  288. object MirrorFilesButton: TRadioButton
  289. Left = 139
  290. Top = 20
  291. Width = 131
  292. Height = 17
  293. Caption = '&Mirror files'
  294. TabOrder = 1
  295. OnClick = ControlChange
  296. end
  297. object SynchronizeTimestampsButton: TRadioButton
  298. Left = 272
  299. Top = 20
  300. Width = 139
  301. Height = 17
  302. Caption = 'Synchronize &timestamps'
  303. TabOrder = 2
  304. OnClick = ControlChange
  305. end
  306. end
  307. end