Synchronize.dfm 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. object SynchronizeDialog: TSynchronizeDialog
  2. Left = 367
  3. Top = 198
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_keepuptodate'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'Keep remote directory up to date X'
  9. ClientHeight = 466
  10. ClientWidth = 518
  11. Color = clBtnFace
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -12
  15. Font.Name = 'Segoe UI'
  16. Font.Style = []
  17. KeyPreview = True
  18. Position = poOwnerFormCenter
  19. OnCloseQuery = FormCloseQuery
  20. OnKeyDown = FormKeyDown
  21. OnShow = FormShow
  22. DesignSize = (
  23. 518
  24. 466)
  25. TextHeight = 15
  26. object DirectoriesGroup: TGroupBox
  27. Left = 8
  28. Top = 8
  29. Width = 502
  30. Height = 120
  31. Anchors = [akLeft, akTop, akRight]
  32. Caption = 'Directories'
  33. TabOrder = 0
  34. DesignSize = (
  35. 502
  36. 120)
  37. object LocalDirectoryLabel: TLabel
  38. Left = 49
  39. Top = 22
  40. Width = 222
  41. Height = 15
  42. Anchors = [akLeft, akTop, akRight]
  43. Caption = '&Watch for changes in the local directory:'
  44. FocusControl = LocalDirectoryEdit
  45. end
  46. object RemoteDirectoryLabel: TLabel
  47. Left = 49
  48. Top = 69
  49. Width = 314
  50. Height = 15
  51. Anchors = [akLeft, akTop, akRight]
  52. Caption = '... &and automatically reflect them on the remote directory:'
  53. FocusControl = RemoteDirectoryEdit
  54. end
  55. object Image: TImage
  56. Left = 11
  57. Top = 24
  58. Width = 32
  59. Height = 32
  60. AutoSize = True
  61. end
  62. object RemoteDirectoryEdit: THistoryComboBox
  63. Left = 49
  64. Top = 87
  65. Width = 444
  66. Height = 23
  67. AutoComplete = False
  68. Anchors = [akLeft, akTop, akRight]
  69. MaxLength = 1000
  70. TabOrder = 2
  71. Text = 'RemoteDirectoryEdit'
  72. OnChange = ControlChange
  73. end
  74. object LocalDirectoryEdit: THistoryComboBox
  75. Left = 49
  76. Top = 40
  77. Width = 358
  78. Height = 23
  79. AutoComplete = False
  80. Anchors = [akLeft, akTop, akRight]
  81. MaxLength = 1000
  82. TabOrder = 0
  83. Text = 'LocalDirectoryEdit'
  84. OnChange = ControlChange
  85. end
  86. object LocalDirectoryBrowseButton: TButton
  87. Left = 413
  88. Top = 39
  89. Width = 80
  90. Height = 25
  91. Anchors = [akTop, akRight]
  92. Caption = 'B&rowse...'
  93. TabOrder = 1
  94. OnClick = LocalDirectoryBrowseButtonClick
  95. end
  96. end
  97. object StopButton: TButton
  98. Left = 216
  99. Top = 323
  100. Width = 94
  101. Height = 25
  102. Anchors = [akTop, akRight]
  103. Caption = '&Stop'
  104. TabOrder = 4
  105. OnClick = StopButtonClick
  106. end
  107. object CancelButton: TButton
  108. Left = 316
  109. Top = 323
  110. Width = 94
  111. Height = 25
  112. Anchors = [akTop, akRight]
  113. Cancel = True
  114. Caption = 'Close'
  115. ModalResult = 2
  116. TabOrder = 6
  117. end
  118. object OptionsGroup: TGroupBox
  119. Left = 8
  120. Top = 134
  121. Width = 502
  122. Height = 118
  123. Anchors = [akLeft, akTop, akRight]
  124. Caption = 'Synchronize options'
  125. TabOrder = 1
  126. DesignSize = (
  127. 502
  128. 118)
  129. object SynchronizeDeleteCheck: TCheckBox
  130. Left = 9
  131. Top = 22
  132. Width = 239
  133. Height = 17
  134. Caption = '&Delete files'
  135. TabOrder = 0
  136. OnClick = ControlChange
  137. end
  138. object SaveSettingsCheck: TCheckBox
  139. Left = 9
  140. Top = 91
  141. Width = 239
  142. Height = 17
  143. Caption = 'Use same &options next time'
  144. TabOrder = 6
  145. OnClick = ControlChange
  146. end
  147. object SynchronizeExistingOnlyCheck: TCheckBox
  148. Left = 254
  149. Top = 22
  150. Width = 239
  151. Height = 17
  152. Anchors = [akLeft, akTop, akRight]
  153. Caption = '&Existing files only'
  154. TabOrder = 1
  155. OnClick = ControlChange
  156. end
  157. object SynchronizeRecursiveCheck: TCheckBox
  158. Left = 9
  159. Top = 45
  160. Width = 239
  161. Height = 17
  162. Caption = 'Update s&ubdirectories'
  163. TabOrder = 2
  164. OnClick = ControlChange
  165. end
  166. object SynchronizeSynchronizeCheck: TGrayedCheckBox
  167. Left = 254
  168. Top = 70
  169. Width = 239
  170. Height = 17
  171. AllowGrayed = True
  172. Anchors = [akLeft, akTop, akRight]
  173. Caption = 'Synchronize on s&tart'
  174. TabOrder = 5
  175. OnClick = ControlChange
  176. end
  177. object SynchronizeSelectedOnlyCheck: TCheckBox
  178. Left = 254
  179. Top = 46
  180. Width = 239
  181. Height = 17
  182. Caption = 'Selected files o&nly'
  183. TabOrder = 3
  184. OnClick = ControlChange
  185. end
  186. object ContinueOnErrorCheck: TCheckBox
  187. Left = 9
  188. Top = 68
  189. Width = 239
  190. Height = 17
  191. Caption = 'Continue on &error'
  192. TabOrder = 4
  193. OnClick = ControlChange
  194. end
  195. end
  196. object StartButton: TButton
  197. Left = 216
  198. Top = 323
  199. Width = 94
  200. Height = 25
  201. Anchors = [akTop, akRight]
  202. Caption = '&Start'
  203. Default = True
  204. TabOrder = 3
  205. OnClick = StartButtonClick
  206. OnDropDownClick = StartButtonDropDownClick
  207. end
  208. object MinimizeButton: TButton
  209. Left = 316
  210. Top = 323
  211. Width = 94
  212. Height = 25
  213. Anchors = [akTop, akRight]
  214. Caption = '&Minimize'
  215. TabOrder = 5
  216. OnClick = MinimizeButtonClick
  217. OnDropDownClick = MinimizeButtonDropDownClick
  218. end
  219. object TransferSettingsButton: TButton
  220. Left = 8
  221. Top = 323
  222. Width = 175
  223. Height = 25
  224. Caption = 'Transfer settin&gs...'
  225. TabOrder = 2
  226. OnClick = TransferSettingsButtonClick
  227. OnDropDownClick = TransferSettingsButtonDropDownClick
  228. end
  229. object CopyParamGroup: TGroupBox
  230. Left = 8
  231. Top = 258
  232. Width = 502
  233. Height = 59
  234. Anchors = [akLeft, akTop, akRight]
  235. Caption = 'Transfer settings'
  236. TabOrder = 7
  237. OnClick = CopyParamGroupClick
  238. OnContextPopup = CopyParamGroupContextPopup
  239. DesignSize = (
  240. 502
  241. 59)
  242. object CopyParamLabel: TLabel
  243. Left = 9
  244. Top = 20
  245. Width = 484
  246. Height = 35
  247. Anchors = [akLeft, akTop, akRight, akBottom]
  248. AutoSize = False
  249. Caption = 'CopyParamLabel'
  250. ShowAccelChar = False
  251. WordWrap = True
  252. OnClick = CopyParamGroupClick
  253. end
  254. end
  255. object HelpButton: TButton
  256. Left = 416
  257. Top = 323
  258. Width = 94
  259. Height = 25
  260. Anchors = [akTop, akRight]
  261. Caption = '&Help'
  262. TabOrder = 8
  263. OnClick = HelpButtonClick
  264. end
  265. object LogPanel: TPanel
  266. Left = 0
  267. Top = 353
  268. Width = 518
  269. Height = 113
  270. Align = alBottom
  271. BevelOuter = bvNone
  272. TabOrder = 9
  273. DesignSize = (
  274. 518
  275. 113)
  276. object LogView: TListView
  277. Left = 8
  278. Top = 2
  279. Width = 502
  280. Height = 103
  281. Anchors = [akLeft, akTop, akRight, akBottom]
  282. Columns = <
  283. item
  284. Width = -1
  285. WidthType = (
  286. -1)
  287. end
  288. item
  289. Width = -1
  290. WidthType = (
  291. -1)
  292. end>
  293. DoubleBuffered = True
  294. ReadOnly = True
  295. RowSelect = True
  296. ParentDoubleBuffered = False
  297. ShowColumnHeaders = False
  298. TabOrder = 0
  299. ViewStyle = vsReport
  300. OnCustomDrawItem = LogViewCustomDrawItem
  301. OnDblClick = LogViewDblClick
  302. OnDeletion = LogViewDeletion
  303. OnKeyDown = LogViewKeyDown
  304. end
  305. end
  306. object MinimizeMenu: TPopupMenu
  307. Left = 376
  308. Top = 376
  309. object Minimize1: TMenuItem
  310. Caption = '&Minimize'
  311. Default = True
  312. OnClick = Minimize1Click
  313. end
  314. object MinimizetoTray1: TMenuItem
  315. Caption = 'Minimize to System &Tray'
  316. OnClick = MinimizetoTray1Click
  317. end
  318. end
  319. object StartMenu: TPopupMenu
  320. Left = 288
  321. Top = 376
  322. object Start1: TMenuItem
  323. Caption = '&Start'
  324. Default = True
  325. OnClick = StartButtonClick
  326. end
  327. object StartInNewWindowItem: TMenuItem
  328. Caption = 'Start in &New Window'
  329. OnClick = StartInNewWindowItemClick
  330. end
  331. end
  332. end