home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / extract / Extractor.exe / 0 / RCDATA / TMAIN / TMAIN.txt < prev   
Encoding:
Text File  |  2000-07-04  |  25.1 KB  |  869 lines

  1. object Main: TMain
  2.   Left = 273
  3.   Top = 192
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Extractor'
  8.   ClientHeight = 399
  9.   ClientWidth = 409
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 109
  26.     Height = 13
  27.     Caption = 'Prohled∩┐╜van∩┐╜ sou&bory:'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 8
  31.     Top = 56
  32.     Width = 143
  33.     Height = 13
  34.     Caption = '&Adres∩┐╜∩┐╜ pro ukl∩┐╜d∩┐╜n∩┐╜ soubor∩┐╜:'
  35.   end
  36.   object btnTemp: TSpeedButton
  37.     Left = 274
  38.     Top = 72
  39.     Width = 39
  40.     Height = 21
  41.     Caption = '&Temp'
  42.     Flat = True
  43.     OnClick = btnTempClick
  44.   end
  45.   object btnAddFiles: TSpeedButton
  46.     Left = 274
  47.     Top = 24
  48.     Width = 39
  49.     Height = 21
  50.     Caption = '&P∩┐╜idat'
  51.     Flat = True
  52.     OnClick = btnAddFilesClick
  53.   end
  54.   object imgX: TImage
  55.     Left = 0
  56.     Top = 328
  57.     Width = 414
  58.     Height = 52
  59.     AutoSize = True
  60.     Picture.Data = {<image000.bmp>}
  61.   end
  62.   object pcMain: TPageControl
  63.     Left = 8
  64.     Top = 104
  65.     Width = 305
  66.     Height = 287
  67.     ActivePage = tsFormats
  68.     MultiLine = True
  69.     TabOrder = 4
  70.     object tsFormats: TTabSheet
  71.       Caption = 'Form∩┐╜ty'
  72.       object lblFormatCount: TLabel
  73.         Left = 80
  74.         Top = 4
  75.         Width = 49
  76.         Height = 13
  77.         AutoSize = False
  78.         Caption = '0/0'
  79.       end
  80.       object Label2: TLabel
  81.         Left = 4
  82.         Top = 4
  83.         Width = 71
  84.         Height = 13
  85.         Caption = 'Hledat &form∩┐╜ty:'
  86.         FocusControl = lvFormats
  87.       end
  88.       object lvFormats: TListView
  89.         Left = 4
  90.         Top = 21
  91.         Width = 288
  92.         Height = 208
  93.         Hint = 'Vyberte typy sobor∩┐╜, kter∩┐╜ budou hled∩┐╜ny ve vybran∩┐╜m souboru'
  94.         HelpContext = 11
  95.         Checkboxes = True
  96.         Columns = <
  97.           item
  98.             Caption = 'Typ'
  99.             Width = 60
  100.           end
  101.           item
  102.             Caption = 'Popis'
  103.             Width = 208
  104.           end>
  105.         Font.Charset = DEFAULT_CHARSET
  106.         Font.Color = clWindowText
  107.         Font.Height = -11
  108.         Font.Name = 'MS Sans Serif'
  109.         Font.Style = []
  110.         GridLines = True
  111.         HideSelection = False
  112.         IconOptions.Arrangement = iaLeft
  113.         IconOptions.AutoArrange = True
  114.         MultiSelect = True
  115.         ReadOnly = True
  116.         RowSelect = True
  117.         ParentFont = False
  118.         ParentShowHint = False
  119.         ShowHint = False
  120.         TabOrder = 0
  121.         ViewStyle = vsReport
  122.         OnChange = lvFormatsChange
  123.       end
  124.       object btnMinusFormats: TButton
  125.         Left = 31
  126.         Top = 235
  127.         Width = 27
  128.         Height = 17
  129.         Caption = '&-'
  130.         Font.Charset = DEFAULT_CHARSET
  131.         Font.Color = clWindowText
  132.         Font.Height = -16
  133.         Font.Name = 'MS Sans Serif'
  134.         Font.Style = []
  135.         ParentFont = False
  136.         TabOrder = 2
  137.         OnClick = btnMinusFormatsClick
  138.       end
  139.       object btnInvFormats: TButton
  140.         Left = 58
  141.         Top = 235
  142.         Width = 27
  143.         Height = 17
  144.         Caption = '&Inv'
  145.         TabOrder = 3
  146.         OnClick = btnInvFormatsClick
  147.       end
  148.       object btnPlusFormats: TButton
  149.         Left = 4
  150.         Top = 235
  151.         Width = 27
  152.         Height = 17
  153.         Caption = '&+'
  154.         Font.Charset = DEFAULT_CHARSET
  155.         Font.Color = clWindowText
  156.         Font.Height = -16
  157.         Font.Name = 'MS Sans Serif'
  158.         Font.Style = []
  159.         ParentFont = False
  160.         TabOrder = 1
  161.         OnClick = btnPlusFormatsClick
  162.       end
  163.       object btnLoadFormats: TButton
  164.         Left = 186
  165.         Top = 235
  166.         Width = 53
  167.         Height = 17
  168.         Action = actLoadFormats
  169.         TabOrder = 4
  170.       end
  171.       object btnSaveFormats: TButton
  172.         Left = 239
  173.         Top = 235
  174.         Width = 53
  175.         Height = 17
  176.         Action = actSaveFormats
  177.         TabOrder = 5
  178.       end
  179.     end
  180.     object tsGroupFiles: TTabSheet
  181.       Caption = 'Groupfily'
  182.       ImageIndex = 2
  183.       object Label4: TLabel
  184.         Left = 4
  185.         Top = 4
  186.         Width = 100
  187.         Height = 13
  188.         Caption = 'Akceptovat &groupfily:'
  189.         FocusControl = lvGroupFiles
  190.       end
  191.       object lblGroupfileCount: TLabel
  192.         Left = 109
  193.         Top = 4
  194.         Width = 49
  195.         Height = 13
  196.         AutoSize = False
  197.         Caption = '0/0'
  198.       end
  199.       object lvGroupFiles: TListView
  200.         Left = 4
  201.         Top = 21
  202.         Width = 288
  203.         Height = 208
  204.         Hint = 'Vyberte typy sobor∩┐╜, kter∩┐╜ budou hled∩┐╜ny ve vybran∩┐╜m souboru'
  205.         HelpContext = 11
  206.         Checkboxes = True
  207.         Columns = <
  208.           item
  209.             Caption = 'Typ'
  210.             Width = 60
  211.           end
  212.           item
  213.             Caption = 'Popis'
  214.             Width = 208
  215.           end>
  216.         Font.Charset = DEFAULT_CHARSET
  217.         Font.Color = clWindowText
  218.         Font.Height = -11
  219.         Font.Name = 'MS Sans Serif'
  220.         Font.Style = []
  221.         GridLines = True
  222.         HideSelection = False
  223.         IconOptions.Arrangement = iaLeft
  224.         IconOptions.AutoArrange = True
  225.         MultiSelect = True
  226.         ReadOnly = True
  227.         RowSelect = True
  228.         ParentFont = False
  229.         ParentShowHint = False
  230.         ShowHint = False
  231.         TabOrder = 0
  232.         ViewStyle = vsReport
  233.         OnChange = lvGroupFilesChange
  234.       end
  235.       object btnPlusGroupfiles: TButton
  236.         Left = 4
  237.         Top = 235
  238.         Width = 27
  239.         Height = 17
  240.         Caption = '&+'
  241.         Font.Charset = DEFAULT_CHARSET
  242.         Font.Color = clWindowText
  243.         Font.Height = -16
  244.         Font.Name = 'MS Sans Serif'
  245.         Font.Style = []
  246.         ParentFont = False
  247.         TabOrder = 1
  248.         OnClick = btnPlusGroupfilesClick
  249.       end
  250.       object btnMinusGroupfiles: TButton
  251.         Left = 31
  252.         Top = 235
  253.         Width = 27
  254.         Height = 17
  255.         Caption = '&-'
  256.         Font.Charset = DEFAULT_CHARSET
  257.         Font.Color = clWindowText
  258.         Font.Height = -16
  259.         Font.Name = 'MS Sans Serif'
  260.         Font.Style = []
  261.         ParentFont = False
  262.         TabOrder = 2
  263.         OnClick = btnMinusGroupfilesClick
  264.       end
  265.       object btnInvGroupfiles: TButton
  266.         Left = 58
  267.         Top = 235
  268.         Width = 27
  269.         Height = 17
  270.         Caption = '&Inv'
  271.         TabOrder = 3
  272.         OnClick = btnInvGroupfilesClick
  273.       end
  274.       object btnLoadGroupfiles: TButton
  275.         Left = 186
  276.         Top = 235
  277.         Width = 53
  278.         Height = 17
  279.         Action = actLoadGroupfiles
  280.         TabOrder = 4
  281.       end
  282.       object btnSaveGroupfiles: TButton
  283.         Left = 239
  284.         Top = 235
  285.         Width = 53
  286.         Height = 17
  287.         Action = actSaveGroupfiles
  288.         TabOrder = 5
  289.       end
  290.     end
  291.     object tsOptions: TTabSheet
  292.       Caption = 'Nastaven∩┐╜'
  293.       ImageIndex = 1
  294.       object gbProperties: TGroupBox
  295.         Left = 92
  296.         Top = 4
  297.         Width = 200
  298.         Height = 251
  299.         Caption = 'Mo∩┐╜nosti'
  300.         TabOrder = 4
  301.         Visible = False
  302.         object lblFileOverlay: TLabel
  303.           Left = 9
  304.           Top = 76
  305.           Width = 40
  306.           Height = 13
  307.           Caption = 'P∩┐╜&ekryv:'
  308.           FocusControl = edtFileOverlay
  309.         end
  310.         object lblFileOverlayUnit: TLabel
  311.           Left = 141
  312.           Top = 76
  313.           Width = 7
  314.           Height = 13
  315.           Caption = 'B'
  316.         end
  317.         object cbxSubDirs: TCheckBox
  318.           Left = 8
  319.           Top = 16
  320.           Width = 81
  321.           Height = 17
  322.           Hint = 'Povoluje podadres∩┐╜∩┐╜e ve jm∩┐╜nech soubor∩┐╜'
  323.           Caption = 'Poda&dres∩┐╜∩┐╜e'
  324.           ParentShowHint = False
  325.           ShowHint = True
  326.           TabOrder = 0
  327.         end
  328.         object cbxSpeedSearch: TCheckBox
  329.           Left = 8
  330.           Top = 52
  331.           Width = 92
  332.           Height = 17
  333.           Hint = 
  334.             'P∩┐╜i rychl∩┐╜m hled∩┐╜n∩┐╜ se dal∩┐╜∩┐╜ soubor hled∩┐╜ za koncem p∩┐╜edchoz∩┐╜ho ' +
  335.             'nalezen∩┐╜ho souboru'
  336.           Caption = '&Rychl∩┐╜ hled∩┐╜n∩┐╜'
  337.           ParentShowHint = False
  338.           ShowHint = True
  339.           TabOrder = 2
  340.           OnClick = cbxSpeedSearchClick
  341.         end
  342.         object cbxExtractConfirm: TCheckBox
  343.           Left = 8
  344.           Top = 34
  345.           Width = 129
  346.           Height = 17
  347.           Hint = 'P∩┐╜ed extrahov∩┐╜n∩┐╜m se zobraz∩┐╜ dialog pro potvrzen∩┐╜ adres∩┐╜∩┐╜e'
  348.           Caption = 'Potvrzovat extra&hov∩┐╜n∩┐╜'
  349.           ParentShowHint = False
  350.           ShowHint = True
  351.           TabOrder = 1
  352.         end
  353.         object cbxColumAutoWidth: TCheckBox
  354.           Left = 8
  355.           Top = 98
  356.           Width = 145
  357.           Height = 17
  358.           Hint = 
  359.             '∩┐╜∩┐╜∩┐╜ka sloupce se jm∩┐╜ny nalezn∩┐╜ch soubor∩┐╜ bude volena automaticky' +
  360.             ' podle d∩┐╜lky jmen soubor∩┐╜'
  361.           Caption = 'Auto&matick∩┐╜ ∩┐╜∩┐╜∩┐╜ka sloupce'
  362.           ParentShowHint = False
  363.           ShowHint = True
  364.           TabOrder = 3
  365.         end
  366.         object edtFileOverlay: TSpinEdit
  367.           Left = 56
  368.           Top = 72
  369.           Width = 81
  370.           Height = 22
  371.           Hint = 
  372.             'Ud∩┐╜v∩┐╜ o kolik byt∩┐╜ zp∩┐╜t se m∩┐╜ pokra∩┐╜ovat v hled∩┐╜n∩┐╜ dal∩┐╜∩┐╜ho soubo' +
  373.             'ru (doporu∩┐╜eno 16 B)'
  374.           MaxValue = 1024
  375.           MinValue = 0
  376.           ParentShowHint = False
  377.           ShowHint = True
  378.           TabOrder = 4
  379.           Value = 0
  380.         end
  381.       end
  382.       object gbCache: TGroupBox
  383.         Left = 92
  384.         Top = 4
  385.         Width = 200
  386.         Height = 251
  387.         Caption = 'Cache'
  388.         TabOrder = 3
  389.         Visible = False
  390.         object lblCache: TLabel
  391.           Left = 8
  392.           Top = 16
  393.           Width = 40
  394.           Height = 13
  395.           Caption = 'V&elikost:'
  396.           FocusControl = edtCacheSize
  397.         end
  398.         object lblCacheSizeUnit: TLabel
  399.           Left = 178
  400.           Top = 36
  401.           Width = 13
  402.           Height = 13
  403.           Caption = 'kB'
  404.         end
  405.         object trbCacheSize: TTrackBar
  406.           Left = 4
  407.           Top = 32
  408.           Width = 105
  409.           Height = 25
  410.           Hint = 'Zm∩┐╜n∩┐╜ velikost vyrovn∩┐╜vac∩┐╜ pam∩┐╜ti pro vyhled∩┐╜v∩┐╜n∩┐╜ soubor∩┐╜'
  411.           Max = 256
  412.           Min = 16
  413.           Orientation = trHorizontal
  414.           ParentShowHint = False
  415.           PageSize = 16
  416.           Frequency = 16
  417.           Position = 16
  418.           SelEnd = 0
  419.           SelStart = 0
  420.           ShowHint = True
  421.           TabOrder = 0
  422.           ThumbLength = 14
  423.           TickMarks = tmBottomRight
  424.           TickStyle = tsAuto
  425.           OnChange = trbCacheSizeChange
  426.         end
  427.         object cbxAutoCache: TCheckBox
  428.           Left = 8
  429.           Top = 60
  430.           Width = 121
  431.           Height = 17
  432.           Hint = 'Velikost cache bude zvolena automaticky'
  433.           Caption = 'Auto&matick∩┐╜ velikost'
  434.           ParentShowHint = False
  435.           ShowHint = True
  436.           TabOrder = 2
  437.           OnClick = cbxAutoCacheClick
  438.         end
  439.         object edtCacheSize: TSpinEdit
  440.           Left = 112
  441.           Top = 32
  442.           Width = 62
  443.           Height = 22
  444.           Hint = 
  445.             'Velikost vyrovn∩┐╜vac∩┐╜ pam∩┐╜ti pro vyhled∩┐╜v∩┐╜n∩┐╜ soubor∩┐╜ (doporu∩┐╜eno ' +
  446.             '64 kB)'
  447.           Increment = 16
  448.           MaxValue = 256
  449.           MinValue = 16
  450.           ParentShowHint = False
  451.           ShowHint = True
  452.           TabOrder = 1
  453.           Value = 0
  454.           OnChange = edtCacheSizeChange
  455.         end
  456.       end
  457.       object gbStartPos: TGroupBox
  458.         Left = 92
  459.         Top = 4
  460.         Width = 200
  461.         Height = 251
  462.         Caption = 'Pozice'
  463.         TabOrder = 2
  464.         Visible = False
  465.         object Label6: TLabel
  466.           Left = 8
  467.           Top = 16
  468.           Width = 124
  469.           Height = 13
  470.           Caption = 'Po∩┐╜∩┐╜te∩┐╜n∩┐╜ pozic&e hled∩┐╜n∩┐╜:'
  471.           FocusControl = edtStartPos
  472.         end
  473.         object edtStartPos: TEdit
  474.           Left = 8
  475.           Top = 32
  476.           Width = 129
  477.           Height = 21
  478.           Hint = 
  479.             'Od t∩┐╜to pozice se za∩┐╜nou prohled∩┐╜vat v∩┐╜echny vybran∩┐╜ soubory (za' +
  480.             '∩┐╜∩┐╜tek souboru=0)'
  481.           MaxLength = 32
  482.           ParentShowHint = False
  483.           ShowHint = True
  484.           TabOrder = 0
  485.           Text = '0'
  486.         end
  487.         object cboStartPosSizeUnit: TComboBox
  488.           Left = 141
  489.           Top = 32
  490.           Width = 51
  491.           Height = 21
  492.           Hint = 'Jednotka po∩┐╜∩┐╜te∩┐╜n∩┐╜ pozice hled∩┐╜n∩┐╜'
  493.           Style = csDropDownList
  494.           ItemHeight = 13
  495.           ParentShowHint = False
  496.           ShowHint = True
  497.           TabOrder = 1
  498.           Items.Strings = (
  499.             'B'
  500.             'kB'
  501.             'MB'
  502.             '%')
  503.         end
  504.       end
  505.       object gbFileNames: TGroupBox
  506.         Left = 92
  507.         Top = 4
  508.         Width = 200
  509.         Height = 251
  510.         Caption = 'Jm∩┐╜na'
  511.         TabOrder = 1
  512.         Visible = False
  513.         object Label5: TLabel
  514.           Left = 8
  515.           Top = 16
  516.           Width = 108
  517.           Height = 13
  518.           Caption = '&Definice jmen soubor∩┐╜:'
  519.           FocusControl = edtFileName
  520.         end
  521.         object edtFileName: TEdit
  522.           Left = 8
  523.           Top = 32
  524.           Width = 184
  525.           Height = 21
  526.           Hint = 
  527.             'Jm∩┐╜na nalezen∩┐╜ch soubor∩┐╜ budou slo∩┐╜ena podle t∩┐╜to definice. Jm∩┐╜n' +
  528.             'o souboru'#13'ozna∩┐╜uje symol %f%, ∩┐╜∩┐╜slo symbol %n%. Tuto definici lz' +
  529.             'e libovoln∩┐╜ pozm∩┐╜nit.'
  530.           MaxLength = 255
  531.           ParentShowHint = False
  532.           ShowHint = True
  533.           TabOrder = 0
  534.         end
  535.         object cbxSourceFileName: TCheckBox
  536.           Left = 8
  537.           Top = 57
  538.           Width = 145
  539.           Height = 17
  540.           Hint = 
  541.             'Jm∩┐╜na nalezen∩┐╜ch soubor∩┐╜ budou vytvo∩┐╜ena ze jm∩┐╜na zdrojov∩┐╜ho sou' +
  542.             'boru'
  543.           Caption = 'Podle &zdojov∩┐╜ho souboru'
  544.           ParentShowHint = False
  545.           ShowHint = True
  546.           TabOrder = 1
  547.           OnClick = cbxSourceFileNameClick
  548.         end
  549.         object cbxLocalNumbering: TCheckBox
  550.           Left = 8
  551.           Top = 75
  552.           Width = 105
  553.           Height = 17
  554.           Hint = 
  555.             'Jm∩┐╜na nalezen∩┐╜ch soubor∩┐╜ se budou ∩┐╜∩┐╜slovat pro ka∩┐╜d∩┐╜ zdrojov∩┐╜ so' +
  556.             'ubor zvlßÜ¥'
  557.           Caption = '&Lok∩┐╜ln∩┐╜ ∩┐╜∩┐╜slov∩┐╜n∩┐╜'
  558.           ParentShowHint = False
  559.           ShowHint = True
  560.           TabOrder = 2
  561.         end
  562.       end
  563.       object tvOptions: TTreeView
  564.         Left = 4
  565.         Top = 4
  566.         Width = 81
  567.         Height = 251
  568.         HotTrack = True
  569.         Indent = 19
  570.         ReadOnly = True
  571.         TabOrder = 0
  572.         OnChange = tvOptionsChange
  573.         Items.Data = {
  574.           05000000220000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
  575.           09457874726163746F721E0000000000000000000000FFFFFFFFFFFFFFFF0000
  576.           000000000000054A6DE96E611F0000000000000000000000FFFFFFFFFFFFFFFF
  577.           000000000000000006506F7A6963651E0000000000000000000000FFFFFFFFFF
  578.           FFFFFF0000000000000000054361636865210000000000000000000000FFFFFF
  579.           FFFFFFFFFF0000000000000000084D6F9E6E6F737469}
  580.       end
  581.       object gbExtractor: TGroupBox
  582.         Left = 92
  583.         Top = 4
  584.         Width = 200
  585.         Height = 251
  586.         Caption = 'Extractor'
  587.         TabOrder = 5
  588.         Visible = False
  589.         object btnAddMenuGroup: TButton
  590.           Left = 8
  591.           Top = 24
  592.           Width = 183
  593.           Height = 25
  594.           Caption = 'P∩┐╜idat polo∩┐╜ku do &menu Start'
  595.           TabOrder = 0
  596.           OnClick = btnAddMenuGroupClick
  597.         end
  598.         object btnAddQuickLaunchIcon: TButton
  599.           Left = 8
  600.           Top = 88
  601.           Width = 183
  602.           Height = 25
  603.           Caption = 'P∩┐╜idat &ikonu do programov∩┐╜ li∩┐╜ty'
  604.           TabOrder = 2
  605.           OnClick = btnAddQuickLaunchIconClick
  606.         end
  607.         object btnAddDesktopIcon: TButton
  608.           Left = 8
  609.           Top = 56
  610.           Width = 183
  611.           Height = 25
  612.           Caption = 'P∩┐╜idat ikonu na &plochu'
  613.           TabOrder = 1
  614.           OnClick = btnAddDesktopIconClick
  615.         end
  616.       end
  617.     end
  618.   end
  619.   object btnSelectFiles: TBitBtn
  620.     Left = 320
  621.     Top = 8
  622.     Width = 81
  623.     Height = 37
  624.     Action = actSelectFiles
  625.     Caption = '&Vybrat'
  626.     TabOrder = 1
  627.     Glyph.Data = {
  628.       72010000424D7201000000000000760000002800000017000000150000000100
  629.       040000000000FC000000000000000000000010000000000000007C145C006494
  630.       9400B4ACB4006ACCD20064544C006C7C6C0074E4EC00ACACAA005E605E00CCF4
  631.       F40064CC9400ECECEC005CBCBC008484540084E6EE00FCFCFC00000488888888
  632.       88888888888000C33333333333333333338000399999999999999999978000CF
  633.       EE6E6EEEEE6E6E6E38800A99999999999999999978800CBEE6EEE6E66E66EEE6
  634.       388003B6EE6E6EEEEEEEE6E381800CBE6EE6EE6EE6EEE6E381803BE6EE6EE6E6
  635.       EE6E6EE181803B6EEEEE6EEE6EEEE63811803BE6E6E6E6E6E6E6E6381180CBBB
  636.       BBBBBBBBBBBBBB1811800A727272272772727281118000C36363363636363633
  637.       318000363636336363636366318000333363633663366333618000C363636363
  638.       33633366318000A33633363331ACACAACD00000C63666363D000000000000000
  639.       A633333500000000000000000C333310000000000000}
  640.   end
  641.   object btnSelectDir: TBitBtn
  642.     Left = 320
  643.     Top = 56
  644.     Width = 81
  645.     Height = 37
  646.     Action = actSelectDir
  647.     Caption = 'Vy&brat'
  648.     TabOrder = 3
  649.     Glyph.Data = {
  650.       72010000424D7201000000000000760000002800000017000000150000000100
  651.       040000000000FC000000000000000000000010000000000000007C145C006494
  652.       9400B4ACB4006ACCD20064544C006C7C6C0074E4EC00ACACAA005E605E00CCF4
  653.       F40064CC9400ECECEC005CBCBC008484540084E6EE00FCFCFC00000488888888
  654.       88888888888000C33333333333333333338000399999999999999999978000CF
  655.       EE6E6EEEEE6E6E6E38800A99999999999999999978800CBEE6EEE6E66E66EEE6
  656.       388003B6EE6E6EEEEEEEE6E381800CBE6EE6EE6EE6EEE6E381803BE6EE6EE6E6
  657.       EE6E6EE181803B6EEEEE6EEE6EEEE63811803BE6E6E6E6E6E6E6E6381180CBBB
  658.       BBBBBBBBBBBBBB1811800A727272272772727281118000C36363363636363633
  659.       318000363636336363636366318000333363633663366333618000C363636363
  660.       33633366318000A33633363331ACACAACD00000C63666363D000000000000000
  661.       A633333500000000000000000C333310000000000000}
  662.   end
  663.   object btnStart: TBitBtn
  664.     Left = 320
  665.     Top = 112
  666.     Width = 81
  667.     Height = 41
  668.     Action = actStart
  669.     Caption = '&Start'
  670.     Default = True
  671.     TabOrder = 5
  672.     Glyph.Data = {
  673.       72020000424D7202000000000000720000002800000020000000200000000100
  674.       04000000000000020000120B0000120B00000F0000000F000000FF00FF009517
  675.       1700BD747400CE989800FFE2A10080800000FFF6B500FCFCD400FCFCE4009595
  676.       8C0081817A00FFFFFF00C0C0C000181818000000000000000000000000000000
  677.       0000000000000000000000000000000000000000000000000000000000000000
  678.       000000000000000000000000000000000000DEE0000000000000000000000000
  679.       0001231E0000000000000000000000000012321E000000000000000000000000
  680.       0123211E000000000000000000000000123211E0000000000000000000000001
  681.       23211E000000000000000000000000123211E000000000000000000000000123
  682.       211E000000000000000000000000123211E000000000000000000000000A1321
  683.       1E00000000000000000EEEEE00ACB211E0000000000000000EE55555EECBCA1E
  684.       0000000000000000E550404055ECAAE0000000000000000AC6040404045EAE00
  685.       00000000000000AC606040404045E00000000000000000A7070404040405E000
  686.       0000000000000A606060404040405E000000000000000AC60804040404045E00
  687.       0000000000000A606060404040405E000000000000000AC60806040404045E00
  688.       0000000000000A606080604040405E0000000000000000A6080806040405E000
  689.       00000000000000AC608080604045E000000000000000000AC6060606045E0000
  690.       0000000000000000AC6060706CE0000000000000000000000AA6C6C6EE000000
  691.       0000000000000000000AAAAA0000000000000000000000000000000000000000
  692.       00000000000000000000000000000000000000000000}
  693.     Margin = 8
  694.   end
  695.   object btnExit: TBitBtn
  696.     Left = 320
  697.     Top = 160
  698.     Width = 81
  699.     Height = 41
  700.     Action = actExit
  701.     Caption = '&Konec'
  702.     TabOrder = 6
  703.     Glyph.Data = {
  704.       76020000424D7602000000000000760000002800000020000000200000000100
  705.       04000000000000020000120B0000120B00001000000000000000FF00FF003C24
  706.       2C00ACAC940043B20000848C8400DCE4DC008C949400040C1400ECECEC00C4C4
  707.       C400ACACAC009C9C9C00747474004F4F4F001414140000000000000000000000
  708.       0000000000000000000000000000000CDD0000000000000000000000000000B8
  709.       B0000000000000000000000000000589D400000000000000000000000000A85A
  710.       6D000006CD00000000000000000095A66DE0010C500AAB0D00000000000B5944
  711.       CB6AA1DA5B4959AD10000000000A8A61EEEEEE1A5555595D00000A0000098637
  712.       333EE3E74558555110000910000983EEE3EE3E3EE3E985A1000005D60008A3EE
  713.       33EE3E3E33ED55B100000981E0D7E3EEE3EEE3EEE3EEE89100000A8AC1EEEEEE
  714.       EEEEEEEEEEEEE55100000A5563EE333EE3EE333E333EE3CD000000A8913EE3EE
  715.       3E3EE3EEE3EE3EE0000000088D3E33EE3E3E33EE33EE3E100000000886EEE3EE
  716.       E3EEE3EEE3EEE34D00000005A1EEEEEEEEEEEEEEEEEEEE911000000823EEE3EE
  717.       333EE3EE333EE356000000966D3E3E3EE3EE3E3EE3EE3D89C200025A613E3E3E
  718.       33EE3E3E33EE39896C0009855ACEE3EEE3EEE3EEE3EEE985506005888AAEEEEE
  719.       EEEEEEEEEEEEE95551D000000896D33EE3EE333EE3EED58588900000086D43EE
  720.       3E3EE3EE3E311BAAA9000000000005AE3E3E33E131D6E000000000000000000E
  721.       E3EEE3EEE64AD00000000000000000844D4C1EEA885560000000000000000055
  722.       A411D4001588B000000000000000000560400000000850000000000000000005
  723.       D6000000000B8000000000000000000500000000000000000000}
  724.   end
  725.   object btnHelp: TBitBtn
  726.     Left = 320
  727.     Top = 208
  728.     Width = 81
  729.     Height = 41
  730.     Action = actHelp
  731.     Caption = '&N∩┐╜pov∩┐╜da'
  732.     TabOrder = 7
  733.     Glyph.Data = {
  734.       66010000424D6601000000000000760000002800000012000000140000000100
  735.       040000000000F000000000000000000000001000000010000000040404009CFC
  736.       FC00049CFC00747474002C2C4C00FCFCFC004CCCFC0000000000000000000000
  737.       00000000000000000000000000000000000000000000FF00FF00FFFFFFF00033
  738.       333333000000FFFFFF044433333333000000FFFFFF02640FFFFFFF000000FFFF
  739.       FFF000FFFFFFFF000000FFFFFFFFFFFFFFFFFF000000FFFFFFF000FFFFFFFF00
  740.       0000FFFFFF02440FFFFFFF000000FFFFFF02640FFFFFFF000000FFFFFF02640F
  741.       FFFFFF000000FFFFFF02640FFFFFFF000000FFFFFFF02640FFFFFF000000FFF0
  742.       00FF02640FFFFF000000FF02440FF02640FFFF000000FF02640FF026240FFF00
  743.       0000FF02640FF026240FFF000000FF02640FF026240FFF000000FF0214000026
  744.       240FFF000000FFF02144446240FFFF000000FFFF022222220FFFFF000000FFFF
  745.       F0000000FFFFFF000000}
  746.     Spacing = 2
  747.   end
  748.   object btnAbout: TBitBtn
  749.     Left = 320
  750.     Top = 256
  751.     Width = 81
  752.     Height = 41
  753.     Action = actAbout
  754.     Caption = '&O programu'
  755.     TabOrder = 8
  756.   end
  757.   object cboFiles: TComboBox
  758.     Left = 8
  759.     Top = 24
  760.     Width = 265
  761.     Height = 21
  762.     Hint = 'V t∩┐╜chto souborech se budou hledat vybran∩┐╜ typy soubor∩┐╜'
  763.     DropDownCount = 10
  764.     ItemHeight = 13
  765.     ParentShowHint = False
  766.     ShowHint = True
  767.     TabOrder = 0
  768.   end
  769.   object cboDirName: TComboBox
  770.     Left = 8
  771.     Top = 72
  772.     Width = 265
  773.     Height = 21
  774.     Hint = 'Do tohoto adres∩┐╜∩┐╜e se budou ukl∩┐╜dat nalezen∩┐╜ soubory'
  775.     DropDownCount = 10
  776.     ItemHeight = 13
  777.     ParentShowHint = False
  778.     ShowHint = True
  779.     TabOrder = 2
  780.   end
  781.   object odSelectFiles: TOpenDialog
  782.     Filter = 'V∩┐╜echny soubory (*.*)|*.*|V∩┐╜sledky hled∩┐╜n∩┐╜ (*.esr)|*.esr'
  783.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  784.     Title = 'Vybrat soubory'
  785.     Left = 288
  786.   end
  787.   object alAction: TActionList
  788.     Left = 168
  789.     object actExit: TAction
  790.       Caption = '&Konec'
  791.       ShortCut = 32856
  792.       OnExecute = actExitExecute
  793.     end
  794.     object actNone: TAction
  795.       Caption = 'None'
  796.       Enabled = False
  797.       ShortCut = 32883
  798.       OnExecute = actNoneExecute
  799.     end
  800.     object actStart: TAction
  801.       Caption = '&Start'
  802.       ShortCut = 116
  803.       OnExecute = actStartExecute
  804.     end
  805.     object actHelp: TAction
  806.       Caption = '&N∩┐╜pov∩┐╜da'
  807.       OnExecute = actHelpExecute
  808.     end
  809.     object actAbout: TAction
  810.       Caption = '&O programu'
  811.       OnExecute = actAboutExecute
  812.     end
  813.     object actSelectFiles: TAction
  814.       Caption = '&Vybrat'
  815.       OnExecute = actSelectFilesExecute
  816.     end
  817.     object actSelectDir: TAction
  818.       Caption = 'V&ybrat'
  819.       OnExecute = actSelectDirExecute
  820.     end
  821.     object actLoadFormats: TAction
  822.       Caption = 'Na∩┐╜∩┐╜st'
  823.       OnExecute = actLoadFormatsExecute
  824.     end
  825.     object actSaveFormats: TAction
  826.       Caption = 'Ulo∩┐╜it'
  827.       OnExecute = actSaveFormatsExecute
  828.     end
  829.     object actLoadGroupfiles: TAction
  830.       Caption = 'Na∩┐╜∩┐╜st'
  831.       OnExecute = actLoadGroupfilesExecute
  832.     end
  833.     object actSaveGroupfiles: TAction
  834.       Caption = 'Ulo∩┐╜it'
  835.       OnExecute = actSaveGroupfilesExecute
  836.     end
  837.   end
  838.   object odLoadGroupFiles: TOpenDialog
  839.     DefaultExt = 'gfl'
  840.     Filter = 'Groupfily (*.gfl)|*.gfl|V∩┐╜echny soubory (*.*)|*.*'
  841.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  842.     Title = 'Na∩┐╜∩┐╜st ozna∩┐╜en∩┐╜ groupfil∩┐╜'
  843.     Left = 248
  844.     Top = 96
  845.   end
  846.   object sdSaveGroupFiles: TSaveDialog
  847.     DefaultExt = 'gfl'
  848.     Filter = 'Groupfily (*.gfl)|*.gfl|V∩┐╜echny soubory (*.*)|*.*'
  849.     Title = 'Ulo∩┐╜it ozna∩┐╜en∩┐╜ groupfil∩┐╜'
  850.     Left = 280
  851.     Top = 96
  852.   end
  853.   object sdSaveFormats: TSaveDialog
  854.     DefaultExt = 'fmt'
  855.     Filter = 'Form∩┐╜ty (*.fmt)|*.fmt|V∩┐╜echny soubory (*.*)|*.*'
  856.     Title = 'Ulo∩┐╜it ozna∩┐╜en∩┐╜ form∩┐╜t∩┐╜'
  857.     Left = 208
  858.     Top = 96
  859.   end
  860.   object odLoadFormats: TOpenDialog
  861.     DefaultExt = 'fmt'
  862.     Filter = 'Form∩┐╜ty (*.fmt)|*.fmt|V∩┐╜echny soubory (*.*)|*.*'
  863.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  864.     Title = 'Na∩┐╜∩┐╜st ozna∩┐╜en∩┐╜ form∩┐╜t∩┐╜'
  865.     Left = 176
  866.     Top = 96
  867.   end
  868. end
  869.