Copy.dfm 4.5 KB

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