CopyParamPreset.dfm 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. object CopyParamPresetDialog: TCopyParamPresetDialog
  2. Left = 264
  3. Top = 122
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_transfer_preset'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'CopyParamPresetDialog'
  9. ClientHeight = 438
  10. ClientWidth = 632
  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 = poMainFormCenter
  19. OnCloseQuery = FormCloseQuery
  20. OnShow = FormShow
  21. DesignSize = (
  22. 632
  23. 438)
  24. PixelsPerInch = 96
  25. TextHeight = 13
  26. object Label1: TLabel
  27. Left = 11
  28. Top = 13
  29. Width = 87
  30. Height = 13
  31. Caption = 'Preset &description:'
  32. FocusControl = DescriptionEdit
  33. end
  34. object OkButton: TButton
  35. Left = 380
  36. Top = 405
  37. Width = 75
  38. Height = 25
  39. Anchors = [akRight, akBottom]
  40. Caption = 'OK'
  41. Default = True
  42. ModalResult = 1
  43. TabOrder = 4
  44. end
  45. object CancelButton: TButton
  46. Left = 464
  47. Top = 405
  48. Width = 75
  49. Height = 25
  50. Anchors = [akRight, akBottom]
  51. Cancel = True
  52. Caption = 'Cancel'
  53. ModalResult = 2
  54. TabOrder = 5
  55. end
  56. object DescriptionEdit: TEdit
  57. Left = 11
  58. Top = 29
  59. Width = 366
  60. Height = 21
  61. MaxLength = 250
  62. TabOrder = 0
  63. OnChange = ControlChange
  64. end
  65. inline CopyParamsFrame: TCopyParamsFrame
  66. Left = 8
  67. Top = 51
  68. Width = 377
  69. Height = 345
  70. TabOrder = 1
  71. inherited CommonPropertiesGroup: TGroupBox
  72. Left = 197
  73. Top = 209
  74. Height = 73
  75. Caption = 'Common options'
  76. DesignSize = (
  77. 173
  78. 73)
  79. inherited CommonPreserveTimestampCheck: TCheckBox
  80. Top = 19
  81. end
  82. end
  83. inherited LocalPropertiesGroup: TGroupBox
  84. Left = 197
  85. Top = 156
  86. Height = 48
  87. Caption = 'Download options'
  88. DesignSize = (
  89. 173
  90. 48)
  91. inherited PreserveReadOnlyCheck: TCheckBox
  92. Top = 20
  93. end
  94. inherited LocalPreserveTimeCheck: TCheckBox
  95. Top = 92
  96. end
  97. end
  98. inherited RemotePropertiesGroup: TGroupBox
  99. Left = 8
  100. Top = 156
  101. Width = 182
  102. Height = 126
  103. Caption = 'Upload options'
  104. end
  105. inherited ChangeCaseGroup: TGroupBox
  106. Left = 247
  107. Top = 8
  108. Width = 123
  109. DesignSize = (
  110. 123
  111. 146)
  112. inherited CCLowerCaseShortButton: TRadioButton
  113. Width = 110
  114. end
  115. inherited CCNoChangeButton: TRadioButton
  116. Width = 110
  117. end
  118. inherited CCUpperCaseButton: TRadioButton
  119. Width = 110
  120. end
  121. inherited CCLowerCaseButton: TRadioButton
  122. Width = 110
  123. end
  124. inherited CCFirstUpperCaseButton: TRadioButton
  125. Width = 110
  126. end
  127. end
  128. inherited TransferModeGroup: TGroupBox
  129. Left = 8
  130. Top = 8
  131. Width = 231
  132. DesignSize = (
  133. 231
  134. 146)
  135. inherited TMTextButton: TRadioButton
  136. Width = 219
  137. end
  138. inherited TMBinaryButton: TRadioButton
  139. Width = 219
  140. end
  141. inherited TMAutomaticButton: TRadioButton
  142. Width = 219
  143. end
  144. inherited AsciiFileMaskCombo: THistoryComboBox
  145. Width = 213
  146. end
  147. end
  148. inherited OtherGroup: TGroupBox
  149. Left = 8
  150. Top = 284
  151. Width = 362
  152. DesignSize = (
  153. 362
  154. 61)
  155. inherited ExcludeFileMaskCombo: THistoryComboBox
  156. Width = 217
  157. end
  158. inherited ExcludeFileMaskHintText: TStaticText
  159. Left = 256
  160. end
  161. end
  162. end
  163. object RuleGroup: TGroupBox
  164. Left = 388
  165. Top = 91
  166. Width = 235
  167. Height = 305
  168. Anchors = [akLeft, akTop, akRight]
  169. Caption = 'Autoselection rule'
  170. TabOrder = 3
  171. DesignSize = (
  172. 235
  173. 305)
  174. object Label2: TLabel
  175. Left = 10
  176. Top = 20
  177. Width = 79
  178. Height = 13
  179. Caption = 'Hostna&me mask:'
  180. FocusControl = HostNameEdit
  181. end
  182. object Label3: TLabel
  183. Left = 10
  184. Top = 68
  185. Width = 79
  186. Height = 13
  187. Caption = 'Us&ername mask:'
  188. FocusControl = UserNameEdit
  189. end
  190. object Label4: TLabel
  191. Left = 10
  192. Top = 116
  193. Width = 111
  194. Height = 13
  195. Caption = 'Remote director&y mask:'
  196. FocusControl = RemoteDirectoryEdit
  197. end
  198. object Label5: TLabel
  199. Left = 10
  200. Top = 164
  201. Width = 100
  202. Height = 13
  203. Caption = '&Local directory mask:'
  204. FocusControl = LocalDirectoryEdit
  205. end
  206. object HostNameEdit: TEdit
  207. Left = 10
  208. Top = 36
  209. Width = 215
  210. Height = 21
  211. Anchors = [akLeft, akTop, akRight]
  212. MaxLength = 250
  213. TabOrder = 0
  214. OnChange = ControlChange
  215. OnExit = MaskEditExit
  216. end
  217. object UserNameEdit: TEdit
  218. Left = 10
  219. Top = 84
  220. Width = 215
  221. Height = 21
  222. Anchors = [akLeft, akTop, akRight]
  223. MaxLength = 250
  224. TabOrder = 1
  225. OnChange = ControlChange
  226. OnExit = MaskEditExit
  227. end
  228. object RemoteDirectoryEdit: TEdit
  229. Left = 10
  230. Top = 132
  231. Width = 215
  232. Height = 21
  233. Anchors = [akLeft, akTop, akRight]
  234. MaxLength = 250
  235. TabOrder = 2
  236. OnChange = ControlChange
  237. OnExit = MaskEditExit
  238. end
  239. object LocalDirectoryEdit: TEdit
  240. Left = 10
  241. Top = 180
  242. Width = 215
  243. Height = 21
  244. Anchors = [akLeft, akTop, akRight]
  245. MaxLength = 250
  246. TabOrder = 3
  247. OnChange = ControlChange
  248. OnExit = MaskEditExit
  249. end
  250. object CurrentRuleButton: TButton
  251. Left = 10
  252. Top = 208
  253. Width = 75
  254. Height = 25
  255. Caption = 'Current'
  256. TabOrder = 4
  257. OnClick = CurrentRuleButtonClick
  258. end
  259. object RuleMaskHintText: TStaticText
  260. Left = 127
  261. Top = 207
  262. Width = 97
  263. Height = 17
  264. Alignment = taRightJustify
  265. Anchors = [akTop, akRight]
  266. AutoSize = False
  267. Caption = 'mask hints'
  268. TabOrder = 5
  269. TabStop = True
  270. end
  271. end
  272. object HasRuleCheck: TCheckBox
  273. Left = 395
  274. Top = 66
  275. Width = 212
  276. Height = 17
  277. Anchors = [akLeft, akTop, akRight]
  278. Caption = 'Automatically select this preset when'
  279. TabOrder = 2
  280. OnClick = ControlChange
  281. end
  282. object HelpButton: TButton
  283. Left = 548
  284. Top = 405
  285. Width = 75
  286. Height = 25
  287. Anchors = [akRight, akBottom]
  288. Caption = 'Help'
  289. TabOrder = 6
  290. OnClick = HelpButtonClick
  291. end
  292. end