Progress.dfm 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. object ProgressForm: TProgressForm
  2. Left = 445
  3. Top = 291
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_progress'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'Operation'
  9. ClientHeight = 240
  10. ClientWidth = 394
  11. Color = clBtnFace
  12. ParentFont = True
  13. OldCreateOrder = False
  14. Position = poMainFormCenter
  15. OnHide = FormHide
  16. OnShow = FormShow
  17. DesignSize = (
  18. 394
  19. 240)
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object Animate: TAnimate
  23. Left = 8
  24. Top = 5
  25. Width = 299
  26. Height = 60
  27. Active = False
  28. Anchors = [akLeft, akTop, akRight]
  29. AutoSize = False
  30. StopFrame = 23
  31. end
  32. object CancelButton: TButton
  33. Left = 314
  34. Top = 8
  35. Width = 73
  36. Height = 25
  37. Anchors = [akTop, akRight]
  38. Cancel = True
  39. Caption = 'Cancel'
  40. TabOrder = 0
  41. OnClick = CancelButtonClick
  42. end
  43. object MinimizeButton: TButton
  44. Left = 314
  45. Top = 40
  46. Width = 73
  47. Height = 25
  48. Anchors = [akTop, akRight]
  49. Caption = '&Minimize'
  50. TabOrder = 1
  51. OnClick = MinimizeButtonClick
  52. end
  53. object MainPanel: TPanel
  54. Left = 8
  55. Top = 65
  56. Width = 299
  57. Height = 68
  58. Anchors = [akLeft, akTop, akRight]
  59. BevelOuter = bvNone
  60. TabOrder = 3
  61. DesignSize = (
  62. 299
  63. 68)
  64. object Label1: TLabel
  65. Left = 0
  66. Top = 7
  67. Width = 19
  68. Height = 13
  69. Caption = 'File:'
  70. end
  71. object FileLabel: TPathLabel
  72. Left = 56
  73. Top = 7
  74. Width = 243
  75. Height = 13
  76. IndentHorizontal = 0
  77. IndentVertical = 0
  78. Align = alNone
  79. Anchors = [akLeft, akTop, akRight]
  80. AutoSize = False
  81. end
  82. object TargetLabel: TLabel
  83. Left = 0
  84. Top = 23
  85. Width = 34
  86. Height = 13
  87. Caption = 'Target:'
  88. end
  89. object TargetPathLabel: TPathLabel
  90. Left = 56
  91. Top = 23
  92. Width = 243
  93. Height = 13
  94. IndentHorizontal = 0
  95. IndentVertical = 0
  96. Align = alNone
  97. Anchors = [akLeft, akTop, akRight]
  98. AutoSize = False
  99. end
  100. object OperationProgress: TProgressBar
  101. Left = 0
  102. Top = 42
  103. Width = 299
  104. Height = 16
  105. Anchors = [akLeft, akTop, akRight]
  106. Min = 0
  107. Max = 100
  108. ParentShowHint = False
  109. ShowHint = True
  110. TabOrder = 0
  111. end
  112. end
  113. object TransferPanel: TPanel
  114. Left = 8
  115. Top = 133
  116. Width = 299
  117. Height = 79
  118. Anchors = [akLeft, akTop, akRight]
  119. BevelOuter = bvNone
  120. TabOrder = 4
  121. DesignSize = (
  122. 299
  123. 79)
  124. object StartTimeLabel: TLabel
  125. Left = 88
  126. Top = 18
  127. Width = 65
  128. Height = 13
  129. Alignment = taRightJustify
  130. AutoSize = False
  131. Caption = '00:00:00'
  132. end
  133. object TimeLeftLabel: TLabel
  134. Left = 88
  135. Top = 18
  136. Width = 65
  137. Height = 13
  138. Alignment = taRightJustify
  139. AutoSize = False
  140. Caption = '00:00:00'
  141. end
  142. object TimeLeftLabelLabel: TLabel
  143. Left = 0
  144. Top = 18
  145. Width = 43
  146. Height = 13
  147. Caption = 'Time left:'
  148. end
  149. object CPSLabel: TLabel
  150. Left = 234
  151. Top = 34
  152. Width = 65
  153. Height = 13
  154. Alignment = taRightJustify
  155. Anchors = [akTop, akRight]
  156. AutoSize = False
  157. Caption = '0 KiB/s'
  158. end
  159. object TimeElapsedLabel: TLabel
  160. Left = 234
  161. Top = 18
  162. Width = 65
  163. Height = 13
  164. Alignment = taRightJustify
  165. Anchors = [akTop, akRight]
  166. AutoSize = False
  167. Caption = '00:00:00'
  168. end
  169. object ResumeLabel: TLabel
  170. Left = 234
  171. Top = 2
  172. Width = 65
  173. Height = 13
  174. Alignment = taRightJustify
  175. Anchors = [akTop, akRight]
  176. AutoSize = False
  177. Caption = 'Enabled'
  178. end
  179. object TransferModeLabel: TLabel
  180. Left = 88
  181. Top = 2
  182. Width = 65
  183. Height = 13
  184. Alignment = taRightJustify
  185. AutoSize = False
  186. Caption = 'Binary'
  187. end
  188. object BytesTransferedLabel: TLabel
  189. Left = 88
  190. Top = 34
  191. Width = 65
  192. Height = 13
  193. Alignment = taRightJustify
  194. AutoSize = False
  195. Caption = '0 KiB'
  196. end
  197. object Label3: TLabel
  198. Left = 162
  199. Top = 18
  200. Width = 66
  201. Height = 13
  202. Anchors = [akTop, akRight]
  203. Caption = 'Time elapsed:'
  204. end
  205. object StartTimeLabelLabel: TLabel
  206. Left = 0
  207. Top = 18
  208. Width = 47
  209. Height = 13
  210. Caption = 'Start time:'
  211. end
  212. object Label4: TLabel
  213. Left = 0
  214. Top = 34
  215. Width = 82
  216. Height = 13
  217. Caption = 'Bytes transferred:'
  218. end
  219. object Label12: TLabel
  220. Left = 162
  221. Top = 34
  222. Width = 34
  223. Height = 13
  224. Anchors = [akTop, akRight]
  225. Caption = 'Speed:'
  226. end
  227. object Label10: TLabel
  228. Left = 0
  229. Top = 2
  230. Width = 71
  231. Height = 13
  232. Caption = 'Transfer mode:'
  233. end
  234. object Label11: TLabel
  235. Left = 162
  236. Top = 2
  237. Width = 42
  238. Height = 13
  239. Anchors = [akTop, akRight]
  240. Caption = 'Resume:'
  241. end
  242. object FileProgress: TProgressBar
  243. Left = 0
  244. Top = 53
  245. Width = 299
  246. Height = 16
  247. Anchors = [akLeft, akTop, akRight]
  248. Min = 0
  249. Max = 100
  250. ParentShowHint = False
  251. ShowHint = True
  252. TabOrder = 0
  253. end
  254. end
  255. object DisconnectWhenCompleteCheck: TCheckBox
  256. Left = 16
  257. Top = 214
  258. Width = 289
  259. Height = 17
  260. Caption = '&Disconnect when operation finishes'
  261. TabOrder = 6
  262. end
  263. object SpeedPanel: TPanel
  264. Left = 308
  265. Top = 89
  266. Width = 85
  267. Height = 73
  268. Anchors = [akTop, akRight]
  269. BevelOuter = bvNone
  270. TabOrder = 5
  271. object SpeedLabel2: TLabel
  272. Left = 8
  273. Top = 0
  274. Width = 66
  275. Height = 13
  276. Caption = '&Speed (KiB/s)'
  277. end
  278. object SpeedCombo: THistoryComboBox
  279. Left = 6
  280. Top = 16
  281. Width = 73
  282. Height = 21
  283. AutoComplete = False
  284. ItemHeight = 13
  285. TabOrder = 0
  286. Text = 'SpeedCombo'
  287. OnExit = SpeedComboExit
  288. OnKeyPress = SpeedComboKeyPress
  289. OnSelect = SpeedComboSelect
  290. Items.Strings = (
  291. 'Unlimited'
  292. '1024'
  293. '512'
  294. '256'
  295. '128'
  296. '64'
  297. '32'
  298. '16'
  299. '8')
  300. end
  301. end
  302. object UpdateTimer: TTimer
  303. Enabled = False
  304. OnTimer = UpdateTimerTimer
  305. Left = 336
  306. Top = 176
  307. end
  308. end