Copy.dfm 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. object CopyDialog: TCopyDialog
  2. Left = 363
  3. Top = 198
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_copy'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'CopyDialog'
  9. ClientHeight = 235
  10. ClientWidth = 567
  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. Position = poOwnerFormCenter
  18. OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged
  19. OnCloseQuery = FormCloseQuery
  20. OnShow = FormShow
  21. DesignSize = (
  22. 567
  23. 235)
  24. TextHeight = 15
  25. object Image: TImage
  26. Left = 8
  27. Top = 11
  28. Width = 32
  29. Height = 32
  30. AutoSize = True
  31. end
  32. object DirectoryLabel: TLabel
  33. Left = 46
  34. Top = 8
  35. Width = 212
  36. Height = 15
  37. Caption = 'Copy 2 selected files to remote directory'
  38. end
  39. object LocalDirectoryEdit: THistoryComboBox
  40. Left = 46
  41. Top = 26
  42. Width = 427
  43. Height = 23
  44. AutoComplete = False
  45. Anchors = [akLeft, akTop, akRight]
  46. DropDownCount = 16
  47. TabOrder = 0
  48. Text = 'LocalDirectoryEdit'
  49. OnChange = ControlChange
  50. OnExit = LocalDirectoryEditExit
  51. end
  52. object RemoteDirectoryEdit: THistoryComboBox
  53. Left = 46
  54. Top = 26
  55. Width = 513
  56. Height = 23
  57. AutoComplete = False
  58. Anchors = [akLeft, akTop, akRight]
  59. DropDownCount = 16
  60. MaxLength = 1000
  61. TabOrder = 2
  62. Text = 'RemoteDirectoryEdit'
  63. OnChange = ControlChange
  64. end
  65. object OkButton: TButton
  66. Left = 307
  67. Top = 143
  68. Width = 80
  69. Height = 25
  70. Anchors = [akTop, akRight]
  71. Caption = 'OK'
  72. Default = True
  73. ModalResult = 1
  74. TabOrder = 6
  75. OnDropDownClick = OkButtonDropDownClick
  76. end
  77. object CancelButton: TButton
  78. Left = 393
  79. Top = 143
  80. Width = 80
  81. Height = 25
  82. Anchors = [akTop, akRight]
  83. Cancel = True
  84. Caption = 'Cancel'
  85. ModalResult = 2
  86. TabOrder = 7
  87. end
  88. object LocalDirectoryBrowseButton: TButton
  89. Left = 479
  90. Top = 25
  91. Width = 80
  92. Height = 25
  93. Anchors = [akTop, akRight]
  94. Caption = 'B&rowse...'
  95. TabOrder = 1
  96. OnClick = LocalDirectoryBrowseButtonClick
  97. end
  98. object QueueCheck2: TCheckBox
  99. Left = 10
  100. Top = 120
  101. Width = 317
  102. Height = 17
  103. Caption = 'Transfer in &background (add to transfer queue) X'
  104. TabOrder = 4
  105. OnClick = ControlChange
  106. end
  107. object HelpButton: TButton
  108. Left = 479
  109. Top = 143
  110. Width = 80
  111. Height = 25
  112. Anchors = [akTop, akRight]
  113. Caption = '&Help'
  114. TabOrder = 8
  115. OnClick = HelpButtonClick
  116. end
  117. object NeverShowAgainCheck: TCheckBox
  118. Left = 10
  119. Top = 174
  120. Width = 253
  121. Height = 17
  122. Caption = '&Do not show this dialog box again'
  123. TabOrder = 10
  124. OnClick = NeverShowAgainCheckClick
  125. end
  126. object TransferSettingsButton: TButton
  127. Left = 8
  128. Top = 143
  129. Width = 175
  130. Height = 25
  131. Caption = 'Transfer settin&gs...'
  132. Style = bsSplitButton
  133. TabOrder = 5
  134. OnClick = TransferSettingsButtonClick
  135. OnDropDownClick = TransferSettingsButtonDropDownClick
  136. end
  137. object CopyParamGroup: TGroupBox
  138. Left = 8
  139. Top = 55
  140. Width = 551
  141. Height = 59
  142. Anchors = [akLeft, akTop, akRight]
  143. Caption = 'Transfer settings'
  144. TabOrder = 3
  145. OnClick = CopyParamGroupClick
  146. OnContextPopup = CopyParamGroupContextPopup
  147. DesignSize = (
  148. 551
  149. 59)
  150. object CopyParamLabel: TLabel
  151. Left = 9
  152. Top = 20
  153. Width = 533
  154. Height = 35
  155. Anchors = [akLeft, akTop, akRight, akBottom]
  156. AutoSize = False
  157. Caption = 'CopyParamLabel'
  158. ShowAccelChar = False
  159. WordWrap = True
  160. OnClick = CopyParamGroupClick
  161. end
  162. end
  163. object ShortCutHintPanel: TPanel
  164. Left = 0
  165. Top = 197
  166. Width = 567
  167. Height = 38
  168. Align = alBottom
  169. BevelOuter = bvNone
  170. ParentBackground = False
  171. TabOrder = 9
  172. DesignSize = (
  173. 567
  174. 38)
  175. object ShortCutHintLabel: TLabel
  176. Left = 8
  177. Top = 3
  178. Width = 551
  179. Height = 32
  180. Anchors = [akLeft, akTop, akRight, akBottom]
  181. AutoSize = False
  182. Caption =
  183. 'In Commander interface the keyboard shortcut F5 is used to trans' +
  184. 'fer files. Should you want to use it to refresh a file panel, cl' +
  185. 'ick here to go to preferences.'
  186. ShowAccelChar = False
  187. WordWrap = True
  188. OnClick = ShortCutHintLabelClick
  189. end
  190. end
  191. object OkMenu: TPopupMenu
  192. Left = 456
  193. Top = 69
  194. object DownloadItem: TMenuItem
  195. Caption = '&Download'
  196. Default = True
  197. OnClick = DownloadItemClick
  198. end
  199. object ExploreItem: TMenuItem
  200. Caption = '&Explore'
  201. OnClick = ExploreItemClick
  202. end
  203. end
  204. end