home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / sharewar / slunec / app / 4906_6851.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Encoding:
Text File  |  2003-05-27  |  2.1 KB  |  107 lines

  1. object Form6: TForm6
  2.   Left = 193
  3.   Top = 106
  4.   Width = 605
  5.   Height = 431
  6.   Caption = 'Seznam soubor∩┐╜'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object HeaderControl1: THeaderControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 597
  22.     Height = 17
  23.     DragReorder = False
  24.     Sections = <
  25.       item
  26.         ImageIndex = -1
  27.         Text = 'IP'
  28.         Width = 80
  29.       end
  30.       item
  31.         ImageIndex = -1
  32.         Text = '∩┐╜as'
  33.         Width = 110
  34.       end
  35.       item
  36.         ImageIndex = -1
  37.         Text = 'Velikost [B]'
  38.         Width = 100
  39.       end
  40.       item
  41.         ImageIndex = -1
  42.         Text = 'Soubor (URL)'
  43.         Width = 2000
  44.       end>
  45.     OnSectionClick = HeaderControl1SectionClick
  46.     OnSectionResize = HeaderControl1SectionResize
  47.   end
  48.   object ListBox1: TListBox
  49.     Left = 0
  50.     Top = 17
  51.     Width = 597
  52.     Height = 355
  53.     Align = alClient
  54.     ItemHeight = 16
  55.     PopupMenu = PopupMenu1
  56.     Style = lbOwnerDrawFixed
  57.     TabOrder = 1
  58.     OnDrawItem = ListBox1DrawItem
  59.     OnMouseUp = ListBox1MouseUp
  60.   end
  61.   object Panel1: TPanel
  62.     Left = 0
  63.     Top = 372
  64.     Width = 597
  65.     Height = 32
  66.     Align = alBottom
  67.     BevelOuter = bvNone
  68.     TabOrder = 2
  69.     object Button1: TButton
  70.       Left = 88
  71.       Top = 4
  72.       Width = 75
  73.       Height = 25
  74.       Cancel = True
  75.       Caption = 'Zav∩┐╜∩┐╜t'
  76.       Default = True
  77.       ModalResult = 2
  78.       TabOrder = 0
  79.     end
  80.     object Button2: TButton
  81.       Left = 8
  82.       Top = 4
  83.       Width = 75
  84.       Height = 25
  85.       Caption = 'Ulo∩┐╜it...'
  86.       TabOrder = 1
  87.       OnClick = Button2Click
  88.     end
  89.   end
  90.   object PopupMenu1: TPopupMenu
  91.     AutoPopup = False
  92.     Left = 24
  93.     Top = 56
  94.     object ZkoprovatURL1: TMenuItem
  95.       Caption = 'Zkop∩┐╜rovat URL'
  96.       OnClick = ZkoprovatURL1Click
  97.     end
  98.   end
  99.   object SaveDialog1: TSaveDialog
  100.     DefaultExt = '.csv'
  101.     Filter = 'CSV|*.csv'
  102.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  103.     Left = 16
  104.     Top = 320
  105.   end
  106. end
  107.