home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / qip / qip8020.exe / qip.exe / 0 / RCDATA / TFORMOFT2 / TFORMOFT2.txt
Text File  |  2007-04-21  |  3KB  |  145 lines

  1. object FormOFT2: TFormOFT2
  2.   Left = 565
  3.   Top = 443
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 242
  7.   ClientWidth = 360
  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.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 345
  24.     Height = 225
  25.     BevelInner = bvSpace
  26.     BevelOuter = bvLowered
  27.     TabOrder = 0
  28.     object LabelFilename: TLabel
  29.       Left = 12
  30.       Top = 9
  31.       Width = 62
  32.       Height = 13
  33.       Caption = '_Current File:'
  34.     end
  35.     object LabelFiles: TLabel
  36.       Left = 216
  37.       Top = 51
  38.       Width = 30
  39.       Height = 13
  40.       Caption = '_Files:'
  41.     end
  42.     object LabelFileSize: TLabel
  43.       Left = 12
  44.       Top = 51
  45.       Width = 85
  46.       Height = 13
  47.       Caption = '_Done / File Size:'
  48.     end
  49.     object LabelProgress: TLabel
  50.       Left = 12
  51.       Top = 93
  52.       Width = 50
  53.       Height = 13
  54.       Caption = '_Progress:'
  55.     end
  56.     object LabelStatus: TLabel
  57.       Left = 12
  58.       Top = 131
  59.       Width = 39
  60.       Height = 13
  61.       Caption = '_Status:'
  62.     end
  63.     object Bevel1: TBevel
  64.       Left = 12
  65.       Top = 176
  66.       Width = 321
  67.       Height = 4
  68.       Shape = bsTopLine
  69.     end
  70.     object PanelCount: TPanel
  71.       Left = 216
  72.       Top = 67
  73.       Width = 117
  74.       Height = 19
  75.       BevelOuter = bvLowered
  76.       Caption = '0 / 0 '
  77.       TabOrder = 0
  78.     end
  79.     object PB1: TProgressBar
  80.       Left = 12
  81.       Top = 109
  82.       Width = 321
  83.       Height = 17
  84.       Smooth = True
  85.       TabOrder = 1
  86.     end
  87.     object PanelCur: TPanel
  88.       Left = 12
  89.       Top = 67
  90.       Width = 197
  91.       Height = 19
  92.       BevelOuter = bvLowered
  93.       Caption = '0 b / 0 b'
  94.       TabOrder = 2
  95.     end
  96.     object ButtonAbort: TButton
  97.       Left = 248
  98.       Top = 188
  99.       Width = 85
  100.       Height = 25
  101.       Caption = '_Cancel'
  102.       TabOrder = 5
  103.       OnClick = ButtonAbortClick
  104.     end
  105.     object PanelFile: TPanel
  106.       Left = 12
  107.       Top = 25
  108.       Width = 321
  109.       Height = 19
  110.       Alignment = taLeftJustify
  111.       BevelOuter = bvLowered
  112.       TabOrder = 3
  113.     end
  114.     object PanelStatus: TPanel
  115.       Left = 12
  116.       Top = 147
  117.       Width = 321
  118.       Height = 19
  119.       BevelOuter = bvLowered
  120.       TabOrder = 4
  121.     end
  122.     object ButtonOpenfolder: TButton
  123.       Left = 12
  124.       Top = 188
  125.       Width = 229
  126.       Height = 25
  127.       Caption = '_Open Received Files Folder'
  128.       TabOrder = 6
  129.       OnClick = ButtonOpenfolderClick
  130.     end
  131.   end
  132.   object TimerUpdate: TTimer
  133.     Interval = 200
  134.     OnTimer = TimerUpdateTimer
  135.     Left = 312
  136.     Top = 16
  137.   end
  138.   object TimerNeedFree: TTimer
  139.     Interval = 600000
  140.     OnTimer = TimerNeedFreeTimer
  141.     Left = 280
  142.     Top = 16
  143.   end
  144. end
  145.