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

  1. object fImportLinks: TfImportLinks
  2.   Left = 307
  3.   Top = 258
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import'
  6.   ClientHeight = 328
  7.   ClientWidth = 497
  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.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 481
  23.     Height = 41
  24.     AutoSize = False
  25.     Caption = 
  26.       'Kliknut'#237'm na tla'#269#237'tko st'#225'hnout se program p'#345'ipoj'#237' k serveru a st' +
  27.       #225'hne si aktu'#225'ln'#237' seznam kan'#225'l'#367', kter'#233' V'#225'm doporu'#269'uj'#237' auto'#345'i prog' +
  28.       'ramu. Kan'#225'ly, kter'#233' si ozna'#269#237'te, budou p'#345'id'#225'ny do Va'#353'eho seznamu' +
  29.       ' po stisknut'#237' P'#345'idat. Seznam budeme pr'#367'b'#283#382'n'#283' aktualizovat.'
  30.     WordWrap = True
  31.   end
  32.   object ImportTree: TVirtualStringTree
  33.     Left = 8
  34.     Top = 56
  35.     Width = 481
  36.     Height = 233
  37.     CheckImageKind = ckDarkCheck
  38.     Header.AutoSizeIndex = 0
  39.     Header.Font.Charset = DEFAULT_CHARSET
  40.     Header.Font.Color = clWindowText
  41.     Header.Font.Height = -11
  42.     Header.Font.Name = 'MS Sans Serif'
  43.     Header.Font.Style = []
  44.     Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoVisible]
  45.     Header.SortColumn = 0
  46.     Header.Style = hsXPStyle
  47.     TabOrder = 0
  48.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  49.     OnGetText = ImportTreeGetText
  50.     Columns = <
  51.       item
  52.         Position = 0
  53.         Width = 197
  54.         WideText = 'N'#225'zev'
  55.       end
  56.       item
  57.         Position = 1
  58.         Width = 120
  59.         WideText = 'Kategorie'
  60.       end
  61.       item
  62.         Position = 2
  63.         Width = 100
  64.         WideText = 'Obsah'
  65.       end
  66.       item
  67.         Alignment = taRightJustify
  68.         Position = 3
  69.         Width = 60
  70.         WideText = 'Rank'
  71.       end>
  72.   end
  73.   object Button1: TButton
  74.     Left = 8
  75.     Top = 296
  76.     Width = 75
  77.     Height = 25
  78.     Action = AcLoadLinks
  79.     TabOrder = 1
  80.   end
  81.   object Button2: TButton
  82.     Left = 416
  83.     Top = 296
  84.     Width = 75
  85.     Height = 25
  86.     Action = AcClose
  87.     TabOrder = 2
  88.   end
  89.   object Button3: TButton
  90.     Left = 336
  91.     Top = 296
  92.     Width = 75
  93.     Height = 25
  94.     Action = AcAddNews
  95.     TabOrder = 3
  96.   end
  97.   object DomImpl: TDomImplementation
  98.     Left = 176
  99.     Top = 104
  100.   end
  101.   object XmlToDom: TXmlToDomParser
  102.     DOMImpl = DomImpl
  103.     Left = 240
  104.     Top = 104
  105.   end
  106.   object ActionList1: TActionList
  107.     Left = 168
  108.     Top = 192
  109.     object AcClose: TAction
  110.       Caption = 'Zav'#345#237't'
  111.       Hint = 'Zav'#345#237't|Zav'#345#237't okno'
  112.       OnExecute = AcCloseExecute
  113.     end
  114.     object AcAddNews: TAction
  115.       Caption = 'P'#345'idat'
  116.       Hint = 'P'#345'idat|P'#345'idat ozna'#269'en'#233' kan'#225'ly'
  117.       OnExecute = AcAddNewsExecute
  118.     end
  119.     object AcLoadLinks: TAction
  120.       Caption = 'St'#225'hnout'
  121.       Hint = 'Aktualizuj|St'#225'hni seznam z webu'
  122.       OnExecute = AcLoadLinksExecute
  123.     end
  124.   end
  125. end
  126.