CopyParamCustom.dfm 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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: TGroupBox
  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: TGroupBox
  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: TGroupBox
  82. Left = 8
  83. Top = 156
  84. Width = 182
  85. Height = 126
  86. Caption = 'Upload options'
  87. end
  88. inherited ChangeCaseGroup: TGroupBox
  89. Left = 247
  90. Top = 8
  91. Width = 123
  92. DesignSize = (
  93. 123
  94. 146)
  95. inherited CCLowerCaseShortButton: TRadioButton
  96. Width = 110
  97. end
  98. inherited CCNoChangeButton: TRadioButton
  99. Width = 110
  100. end
  101. inherited CCUpperCaseButton: TRadioButton
  102. Width = 110
  103. end
  104. inherited CCLowerCaseButton: TRadioButton
  105. Width = 110
  106. end
  107. inherited CCFirstUpperCaseButton: TRadioButton
  108. Width = 110
  109. end
  110. end
  111. inherited TransferModeGroup: TGroupBox
  112. Left = 8
  113. Top = 8
  114. Width = 231
  115. DesignSize = (
  116. 231
  117. 146)
  118. inherited TMTextButton: TRadioButton
  119. Width = 219
  120. end
  121. inherited TMBinaryButton: TRadioButton
  122. Width = 219
  123. end
  124. inherited TMAutomaticButton: TRadioButton
  125. Width = 219
  126. end
  127. inherited AsciiFileMaskCombo: THistoryComboBox
  128. Width = 213
  129. end
  130. end
  131. inherited OtherGroup: TGroupBox
  132. Left = 8
  133. Top = 284
  134. Width = 362
  135. DesignSize = (
  136. 362
  137. 61)
  138. inherited ExcludeFileMaskCombo: THistoryComboBox
  139. Width = 217
  140. end
  141. inherited ExcludeFileMaskHintText: TStaticText
  142. Left = 256
  143. end
  144. end
  145. end
  146. object HelpButton: TButton
  147. Left = 293
  148. Top = 354
  149. Width = 75
  150. Height = 25
  151. Anchors = [akRight, akBottom]
  152. Caption = 'Help'
  153. TabOrder = 3
  154. OnClick = HelpButtonClick
  155. end
  156. end