UploadFiles.dfm 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. object frmUploadFiles: TfrmUploadFiles
  2. Left = 443
  3. Top = 285
  4. BorderStyle = bsSingle
  5. Caption = 'Uploading Files...'
  6. ClientHeight = 241
  7. ClientWidth = 289
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. FormStyle = fsStayOnTop
  15. OldCreateOrder = False
  16. Position = poOwnerFormCenter
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object Label1: TLabel
  20. Left = 8
  21. Top = 104
  22. Width = 34
  23. Height = 13
  24. Caption = 'Source'
  25. end
  26. object jvlblSource: TJvLabel
  27. Left = 80
  28. Top = 104
  29. Width = 201
  30. Height = 13
  31. AutoSize = False
  32. HotTrackFont.Charset = DEFAULT_CHARSET
  33. HotTrackFont.Color = clWindowText
  34. HotTrackFont.Height = -11
  35. HotTrackFont.Name = 'MS Sans Serif'
  36. HotTrackFont.Style = []
  37. TextEllipsis = tePathEllipsis
  38. end
  39. object Label2: TLabel
  40. Left = 8
  41. Top = 128
  42. Width = 34
  43. Height = 13
  44. Caption = 'Target:'
  45. end
  46. object jvlblTarget: TJvLabel
  47. Left = 80
  48. Top = 128
  49. Width = 201
  50. Height = 13
  51. AutoSize = False
  52. HotTrackFont.Charset = DEFAULT_CHARSET
  53. HotTrackFont.Color = clWindowText
  54. HotTrackFont.Height = -11
  55. HotTrackFont.Name = 'MS Sans Serif'
  56. HotTrackFont.Style = []
  57. TextEllipsis = tePathEllipsis
  58. end
  59. object Label3: TLabel
  60. Left = 8
  61. Top = 152
  62. Width = 23
  63. Height = 13
  64. Caption = 'Size:'
  65. end
  66. object jvlblSize: TJvLabel
  67. Left = 80
  68. Top = 152
  69. Width = 201
  70. Height = 13
  71. AutoSize = False
  72. HotTrackFont.Charset = DEFAULT_CHARSET
  73. HotTrackFont.Color = clWindowText
  74. HotTrackFont.Height = -11
  75. HotTrackFont.Name = 'MS Sans Serif'
  76. HotTrackFont.Style = []
  77. TextEllipsis = teEndEllipsis
  78. end
  79. object Label4: TLabel
  80. Left = 8
  81. Top = 176
  82. Width = 25
  83. Height = 13
  84. Caption = 'Host:'
  85. end
  86. object jvlblHost: TJvLabel
  87. Left = 80
  88. Top = 176
  89. Width = 201
  90. Height = 13
  91. AutoSize = False
  92. HotTrackFont.Charset = DEFAULT_CHARSET
  93. HotTrackFont.Color = clWindowText
  94. HotTrackFont.Height = -11
  95. HotTrackFont.Name = 'MS Sans Serif'
  96. HotTrackFont.Style = []
  97. TextEllipsis = teEndEllipsis
  98. end
  99. object anmFileTransfer: TAnimate
  100. Left = 8
  101. Top = 8
  102. Width = 272
  103. Height = 60
  104. CommonAVI = aviCopyFiles
  105. StopFrame = 31
  106. end
  107. object pgbFileTransfer: TProgressBar
  108. Left = 8
  109. Top = 72
  110. Width = 273
  111. Height = 16
  112. Step = 1
  113. TabOrder = 1
  114. end
  115. object btnCancel: TButton
  116. Left = 208
  117. Top = 208
  118. Width = 75
  119. Height = 25
  120. Cancel = True
  121. Caption = '&Cancel'
  122. Default = True
  123. ModalResult = 2
  124. TabOrder = 2
  125. end
  126. end