CopyParamCustom.dfm 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. object CopyParamCustomDialog: TCopyParamCustomDialog
  2. Left = 264
  3. Top = 122
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_transfer_custom'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'Transfer settings'
  9. ClientHeight = 387
  10. ClientWidth = 377
  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. DesignSize = (
  21. 377
  22. 387)
  23. PixelsPerInch = 96
  24. TextHeight = 13
  25. object OkButton: TButton
  26. Left = 125
  27. Top = 354
  28. Width = 75
  29. Height = 25
  30. Anchors = [akRight, akBottom]
  31. Caption = 'OK'
  32. Default = True
  33. ModalResult = 1
  34. TabOrder = 1
  35. end
  36. object CancelButton: TButton
  37. Left = 209
  38. Top = 354
  39. Width = 75
  40. Height = 25
  41. Anchors = [akRight, akBottom]
  42. Cancel = True
  43. Caption = 'Cancel'
  44. ModalResult = 2
  45. TabOrder = 2
  46. end
  47. inline CopyParamsFrame: TCopyParamsFrame
  48. Left = 0
  49. Top = 0
  50. Width = 377
  51. Height = 345
  52. HelpType = htKeyword
  53. TabOrder = 0
  54. inherited CommonPropertiesGroup: TXPGroupBox
  55. Left = 197
  56. Top = 209
  57. Height = 73
  58. Caption = 'Common options'
  59. DesignSize = (
  60. 173
  61. 73)
  62. inherited CommonPreserveTimestampCheck: TCheckBox
  63. Top = 19
  64. end
  65. end
  66. inherited LocalPropertiesGroup: TXPGroupBox
  67. Left = 197
  68. Top = 156
  69. Height = 48
  70. Caption = 'Download options'
  71. DesignSize = (
  72. 173
  73. 48)
  74. inherited PreserveReadOnlyCheck: TCheckBox
  75. Top = 20
  76. end
  77. inherited LocalPreserveTimeCheck: TCheckBox
  78. Top = 92
  79. end
  80. end
  81. inherited RemotePropertiesGroup: TXPGroupBox
  82. Left = 8
  83. Top = 156
  84. Width = 182
  85. Height = 126
  86. Caption = 'Upload options'
  87. inherited RemotePreserveTimeCheck: TCheckBox
  88. Top = 161
  89. end
  90. end
  91. inherited ChangeCaseGroup: TXPGroupBox
  92. Left = 247
  93. Top = 8
  94. Width = 123
  95. DesignSize = (
  96. 123
  97. 146)
  98. inherited CCLowerCaseShortButton: TRadioButton
  99. Width = 110
  100. end
  101. inherited CCNoChangeButton: TRadioButton
  102. Width = 110
  103. end
  104. inherited CCUpperCaseButton: TRadioButton
  105. Width = 110
  106. end
  107. inherited CCLowerCaseButton: TRadioButton
  108. Width = 110
  109. end
  110. inherited CCFirstUpperCaseButton: TRadioButton
  111. Width = 110
  112. end
  113. end
  114. inherited TransferModeGroup: TXPGroupBox
  115. Left = 8
  116. Top = 8
  117. Width = 231
  118. DesignSize = (
  119. 231
  120. 146)
  121. inherited TMTextButton: TRadioButton
  122. Width = 219
  123. end
  124. inherited TMBinaryButton: TRadioButton
  125. Width = 219
  126. end
  127. inherited TMAutomaticButton: TRadioButton
  128. Width = 219
  129. end
  130. inherited AsciiFileMaskCombo: THistoryComboBox
  131. Width = 213
  132. end
  133. end
  134. inherited OtherGroup: TXPGroupBox
  135. Left = 8
  136. Top = 284
  137. Width = 362
  138. DesignSize = (
  139. 362
  140. 61)
  141. inherited ExcludeFileMaskCombo: THistoryComboBox
  142. Width = 217
  143. end
  144. inherited ExcludeFileMaskHintText: TStaticText
  145. Left = 256
  146. end
  147. end
  148. end
  149. object HelpButton: TButton
  150. Left = 293
  151. Top = 354
  152. Width = 75
  153. Height = 25
  154. Anchors = [akRight, akBottom]
  155. Caption = 'Help'
  156. TabOrder = 3
  157. OnClick = HelpButtonClick
  158. end
  159. end