home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / GoldHTML / Golden.exe / 0 / RCDATA / TBANDWICHBUSTER / TBANDWICHBUSTER.txt
Text File  |  1998-04-04  |  3KB  |  150 lines

  1. object BandwichBuster: TBandwichBuster
  2.   Left = 281
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nahr∩┐╜vac∩┐╜ ∩┐╜asy...'
  6.   ClientHeight = 126
  7.   ClientWidth = 462
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   ShowHint = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 10
  19.     Width = 85
  20.     Height = 13
  21.     Hint = 'Zadjte rychlos p∩┐╜ipojen∩┐╜'
  22.     Caption = 'Rychlost p∩┐╜ipojen∩┐╜'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 35
  27.     Width = 100
  28.     Height = 13
  29.     Hint = 'Zadejte procentu∩┐╜ln∩┐╜ propustnost INTERNETU'
  30.     Caption = 'Propustnost internetu'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 29
  34.     Top = 60
  35.     Width = 78
  36.     Height = 13
  37.     Hint = 
  38.       'Zadejte velikost soubor∩┐╜, kter∩┐╜ se budou stahovat z∩┐╜rove∩┐╜ (HTML ' +
  39.       'str∩┐╜nka + obr∩┐╜zky, video, hudba a dal∩┐╜∩┐╜)'
  40.     Caption = 'Velikost soubor∩┐╜'
  41.   end
  42.   object Label4: TLabel
  43.     Left = 263
  44.     Top = 11
  45.     Width = 6
  46.     Height = 13
  47.     Caption = 'b'
  48.   end
  49.   object Label5: TLabel
  50.     Left = 265
  51.     Top = 36
  52.     Width = 8
  53.     Height = 13
  54.     Caption = '%'
  55.   end
  56.   object Label6: TLabel
  57.     Left = 263
  58.     Top = 59
  59.     Width = 12
  60.     Height = 13
  61.     Caption = 'kb'
  62.   end
  63.   object Bevel1: TBevel
  64.     Left = 13
  65.     Top = 85
  66.     Width = 436
  67.     Height = 4
  68.     Shape = bsTopLine
  69.   end
  70.   object Label7: TLabel
  71.     Left = 38
  72.     Top = 101
  73.     Width = 70
  74.     Height = 13
  75.     Caption = 'Nahr∩┐╜vac∩┐╜ ∩┐╜as'
  76.   end
  77.   object Label8: TLabel
  78.     Left = 288
  79.     Top = 16
  80.     Width = 161
  81.     Height = 57
  82.     Alignment = taCenter
  83.     AutoSize = False
  84.     Caption = 
  85.       'Zde najdete informace o stahovan∩┐╜ soubor∩┐╜ o zadan∩┐╜ velikosti  v ' +
  86.       'z∩┐╜vislosti na propustnosti a rychlosti p∩┐╜ipojen∩┐╜'
  87.     WordWrap = True
  88.   end
  89.   object Button1: TButton
  90.     Left = 328
  91.     Top = 96
  92.     Width = 75
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = 'Ok'
  96.     ModalResult = 1
  97.     TabOrder = 0
  98.   end
  99.   object ComboBox1: TComboBox
  100.     Left = 113
  101.     Top = 6
  102.     Width = 145
  103.     Height = 21
  104.     ItemHeight = 13
  105.     Items.Strings = (
  106.       '14400'
  107.       '28000'
  108.       '33600'
  109.       '64000'
  110.       '128000'
  111.       '256000'
  112.       '512000'
  113.       '1024000'
  114.       '2048000')
  115.     TabOrder = 1
  116.     OnChange = ComboBox1Change
  117.   end
  118.   object ComboBox2: TComboBox
  119.     Left = 112
  120.     Top = 32
  121.     Width = 145
  122.     Height = 21
  123.     ItemHeight = 13
  124.     Items.Strings = (
  125.       '10'
  126.       '25'
  127.       '50'
  128.       '75'
  129.       '100')
  130.     TabOrder = 2
  131.     OnChange = ComboBox1Change
  132.   end
  133.   object Edit1: TEdit
  134.     Left = 112
  135.     Top = 56
  136.     Width = 145
  137.     Height = 21
  138.     TabOrder = 3
  139.     OnChange = ComboBox1Change
  140.   end
  141.   object Edit2: TEdit
  142.     Left = 112
  143.     Top = 96
  144.     Width = 145
  145.     Height = 21
  146.     ReadOnly = True
  147.     TabOrder = 4
  148.   end
  149. end
  150.