home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 February / Gamestar_70_2005-02_dvd.iso / Programy / rssInstaller.exe / RssTracker.exe / 0 / RCDATA / TFSETUP / TFSETUP.txt
Encoding:
Text File  |  2004-06-02  |  2.9 KB  |  139 lines

  1. object fSetup: TfSetup
  2.   Left = 351
  3.   Top = 275
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nastaven'#237
  6.   ClientHeight = 259
  7.   ClientWidth = 470
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 261
  21.     Top = 6
  22.     Width = 188
  23.     Height = 16
  24.     Caption = 'Velikost textu v seznamu kan'#225'l'#367
  25.   end
  26.   object fcDialogButtons1: TfcDialogButtons
  27.     Left = 0
  28.     Top = 220
  29.     Width = 470
  30.     Height = 39
  31.     Buttons = [bkOK, bkCancel, bkHelp]
  32.     ShowSeparator = False
  33.   end
  34.   object ChxAutoStart: TCheckBox
  35.     Left = 5
  36.     Top = 6
  37.     Width = 218
  38.     Height = 21
  39.     Caption = 'Aktualizovat kan'#225'ly p'#345'i startu'
  40.     TabOrder = 1
  41.   end
  42.   object CbTextSize: TComboBox
  43.     Left = 261
  44.     Top = 26
  45.     Width = 203
  46.     Height = 24
  47.     Style = csDropDownList
  48.     ItemHeight = 16
  49.     ItemIndex = 1
  50.     TabOrder = 2
  51.     Text = 'Norm'#225'ln'#237
  52.     Items.Strings = (
  53.       'Mal'#233
  54.       'Norm'#225'ln'#237
  55.       'Velk'#233)
  56.   end
  57.   object GroupBox1: TGroupBox
  58.     Left = 5
  59.     Top = 75
  60.     Width = 459
  61.     Height = 143
  62.     Caption = 'Proxy'
  63.     TabOrder = 3
  64.     object EdProxyHost: TLabeledEdit
  65.       Left = 20
  66.       Top = 59
  67.       Width = 326
  68.       Height = 21
  69.       EditLabel.Width = 34
  70.       EditLabel.Height = 19
  71.       EditLabel.Caption = 'Host'
  72.       LabelPosition = lpAbove
  73.       LabelSpacing = 3
  74.       TabOrder = 0
  75.     end
  76.     object EdProxyPort: TLabeledEdit
  77.       Left = 354
  78.       Top = 59
  79.       Width = 90
  80.       Height = 21
  81.       EditLabel.Width = 30
  82.       EditLabel.Height = 19
  83.       EditLabel.Caption = 'Port'
  84.       LabelPosition = lpAbove
  85.       LabelSpacing = 3
  86.       TabOrder = 1
  87.     end
  88.     object EdProxyUser: TLabeledEdit
  89.       Left = 20
  90.       Top = 108
  91.       Width = 218
  92.       Height = 21
  93.       EditLabel.Width = 50
  94.       EditLabel.Height = 20
  95.       EditLabel.Caption = 'Jm'#233'no'
  96.       LabelPosition = lpAbove
  97.       LabelSpacing = 3
  98.       TabOrder = 2
  99.     end
  100.     object EdProxyPwd: TLabeledEdit
  101.       Left = 246
  102.       Top = 108
  103.       Width = 198
  104.       Height = 21
  105.       EditLabel.Width = 44
  106.       EditLabel.Height = 20
  107.       EditLabel.Caption = 'Heslo'
  108.       LabelPosition = lpAbove
  109.       LabelSpacing = 3
  110.       TabOrder = 3
  111.     end
  112.     object ChxUseProxy: TCheckBox
  113.       Left = 20
  114.       Top = 18
  115.       Width = 119
  116.       Height = 21
  117.       Caption = 'Pou'#382#237't proxy'
  118.       TabOrder = 4
  119.       OnClick = ChxUseProxyClick
  120.     end
  121.   end
  122.   object OfflineChbx: TCheckBox
  123.     Left = 5
  124.     Top = 29
  125.     Width = 119
  126.     Height = 20
  127.     Caption = 'Pracovat offline'
  128.     TabOrder = 4
  129.   end
  130.   object CatchWinCbx: TCheckBox
  131.     Left = 5
  132.     Top = 54
  133.     Width = 156
  134.     Height = 17
  135.     Caption = 'Nov'#225' okna do z'#225'lo'#382'ek'
  136.     TabOrder = 5
  137.   end
  138. end
  139.