home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / Pcwk32.exe / 0 / RCDATA / TINST_FRM / TINST_FRM.txt < prev   
Text File  |  2003-09-04  |  21KB  |  906 lines

  1. object INST_FRM: TINST_FRM
  2.   Left = 274
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'PCWK CD/DVD Instalator'
  7.   ClientHeight = 357
  8.   ClientWidth = 504
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object CPN1: TPanel
  23.     Left = 32
  24.     Top = 24
  25.     Width = 505
  26.     Height = 361
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object LBS1: TLabel
  30.       Left = 40
  31.       Top = 68
  32.       Width = 356
  33.       Height = 16
  34.       Caption = 'Wybierz folder, do kt'#243'rego zostanie rozpakowane archiwum:'
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clWindowText
  37.       Font.Height = -13
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.     end
  42.     object Bevel1: TBevel
  43.       Left = 0
  44.       Top = 296
  45.       Width = 505
  46.       Height = 10
  47.       Shape = bsBottomLine
  48.     end
  49.     object DLB: TDirectoryListBox
  50.       Left = 40
  51.       Top = 115
  52.       Width = 417
  53.       Height = 139
  54.       Ctl3D = True
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clWindowText
  57.       Font.Height = -13
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = []
  60.       ItemHeight = 16
  61.       ParentCtl3D = False
  62.       ParentFont = False
  63.       TabOrder = 0
  64.       OnChange = DLBChange
  65.     end
  66.     object DCB: TDriveComboBox
  67.       Left = 40
  68.       Top = 257
  69.       Width = 417
  70.       Height = 22
  71.       DirList = DLB
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clWindowText
  74.       Font.Height = -13
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.       TabOrder = 1
  79.     end
  80.     object DED: TEdit
  81.       Left = 40
  82.       Top = 88
  83.       Width = 417
  84.       Height = 24
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clWindowText
  87.       Font.Height = -13
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.       TabOrder = 2
  92.     end
  93.     object DFLD_GO_BTN: TBitBtn
  94.       Left = 328
  95.       Top = 320
  96.       Width = 75
  97.       Height = 25
  98.       Caption = 'Dalej >'
  99.       Default = True
  100.       TabOrder = 3
  101.       OnClick = DFLD_GO_BTNClick
  102.     end
  103.     object DFLD_EXIT_BTN: TBitBtn
  104.       Left = 416
  105.       Top = 320
  106.       Width = 75
  107.       Height = 25
  108.       Caption = 'Anuluj'
  109.       TabOrder = 4
  110.       OnClick = COMMON_EXIT_BTNClick
  111.     end
  112.     object Panel1: TPanel
  113.       Left = 0
  114.       Top = 0
  115.       Width = 505
  116.       Height = 49
  117.       BevelInner = bvRaised
  118.       BevelOuter = bvLowered
  119.       Color = clWhite
  120.       TabOrder = 5
  121.       object LBT1: TLabel
  122.         Left = 24
  123.         Top = 16
  124.         Width = 279
  125.         Height = 13
  126.         Caption = 'Wybierz folder docelowy do instalacji programu...'
  127.         Font.Charset = DEFAULT_CHARSET
  128.         Font.Color = clWindowText
  129.         Font.Height = -11
  130.         Font.Name = 'MS Sans Serif'
  131.         Font.Style = [fsBold]
  132.         ParentFont = False
  133.       end
  134.       object Image2: TImage
  135.         Left = 464
  136.         Top = 9
  137.         Width = 32
  138.         Height = 32
  139.         Picture.Data = {<image000.bmp>}
  140.       end
  141.     end
  142.     object ABT_BTN: TBitBtn
  143.       Left = 16
  144.       Top = 320
  145.       Width = 73
  146.       Height = 25
  147.       Caption = 'O...'
  148.       TabOrder = 6
  149.       OnClick = ABT_BTNClick
  150.     end
  151.   end
  152.   object CPN2: TPanel
  153.     Left = 536
  154.     Top = 16
  155.     Width = 505
  156.     Height = 361
  157.     BevelOuter = bvNone
  158.     TabOrder = 1
  159.     object Label3: TLabel
  160.       Left = 40
  161.       Top = 68
  162.       Width = 374
  163.       Height = 16
  164.       Caption = 'Wybierz folder, w kt'#243'rym zostanie utworzony skr'#243't do programu:'
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clWindowText
  167.       Font.Height = -13
  168.       Font.Name = 'MS Sans Serif'
  169.       Font.Style = []
  170.       ParentFont = False
  171.     end
  172.     object Bevel2: TBevel
  173.       Left = 0
  174.       Top = 296
  175.       Width = 505
  176.       Height = 10
  177.       Shape = bsBottomLine
  178.     end
  179.     object FED: TEdit
  180.       Left = 40
  181.       Top = 88
  182.       Width = 417
  183.       Height = 24
  184.       Font.Charset = DEFAULT_CHARSET
  185.       Font.Color = clWindowText
  186.       Font.Height = -13
  187.       Font.Name = 'MS Sans Serif'
  188.       Font.Style = []
  189.       ParentFont = False
  190.       TabOrder = 0
  191.     end
  192.     object SFLD_GO_BTN: TBitBtn
  193.       Left = 328
  194.       Top = 320
  195.       Width = 75
  196.       Height = 25
  197.       Caption = 'Dalej >'
  198.       Default = True
  199.       TabOrder = 1
  200.       OnClick = SFLD_GO_BTNClick
  201.     end
  202.     object SFLD_EXIT_BTN: TBitBtn
  203.       Left = 416
  204.       Top = 320
  205.       Width = 75
  206.       Height = 25
  207.       Caption = 'Anuluj'
  208.       TabOrder = 2
  209.       OnClick = COMMON_EXIT_BTNClick
  210.     end
  211.     object Panel3: TPanel
  212.       Left = 0
  213.       Top = 0
  214.       Width = 505
  215.       Height = 49
  216.       BevelInner = bvRaised
  217.       BevelOuter = bvLowered
  218.       Color = clWhite
  219.       TabOrder = 3
  220.       object Label4: TLabel
  221.         Left = 24
  222.         Top = 16
  223.         Width = 172
  224.         Height = 13
  225.         Caption = 'Wybierz folder w menu Start...'
  226.         Font.Charset = DEFAULT_CHARSET
  227.         Font.Color = clWindowText
  228.         Font.Height = -11
  229.         Font.Name = 'MS Sans Serif'
  230.         Font.Style = [fsBold]
  231.         ParentFont = False
  232.       end
  233.       object Image3: TImage
  234.         Left = 464
  235.         Top = 9
  236.         Width = 32
  237.         Height = 32
  238.         Picture.Data = {<image001.bmp>}
  239.       end
  240.     end
  241.     object FLB: TListBox
  242.       Left = 40
  243.       Top = 115
  244.       Width = 417
  245.       Height = 148
  246.       Font.Charset = DEFAULT_CHARSET
  247.       Font.Color = clWindowText
  248.       Font.Height = -13
  249.       Font.Name = 'MS Sans Serif'
  250.       Font.Style = []
  251.       ItemHeight = 16
  252.       ParentFont = False
  253.       TabOrder = 4
  254.       OnClick = FLBClick
  255.     end
  256.     object SFLD_BCK_BTN: TBitBtn
  257.       Left = 248
  258.       Top = 320
  259.       Width = 75
  260.       Height = 25
  261.       Caption = '< Wcze'#347'niej'
  262.       Default = True
  263.       TabOrder = 5
  264.       OnClick = SFLD_BCK_BTNClick
  265.     end
  266.     object ALL_CB: TCheckBox
  267.       Left = 40
  268.       Top = 266
  269.       Width = 425
  270.       Height = 17
  271.       Caption = 'utw'#243'rz skr'#243't dost'#281'pny dla wszystkich u'#380'ytkownik'#243'w tego komputera'
  272.       Checked = True
  273.       Font.Charset = DEFAULT_CHARSET
  274.       Font.Color = clWindowText
  275.       Font.Height = -13
  276.       Font.Name = 'MS Sans Serif'
  277.       Font.Style = []
  278.       ParentFont = False
  279.       State = cbChecked
  280.       TabOrder = 6
  281.     end
  282.   end
  283.   object CPN3: TPanel
  284.     Left = 71
  285.     Top = 352
  286.     Width = 505
  287.     Height = 361
  288.     BevelOuter = bvNone
  289.     TabOrder = 2
  290.     object Label5: TLabel
  291.       Left = 40
  292.       Top = 68
  293.       Width = 343
  294.       Height = 16
  295.       Caption = 'Kliknij "Zainstaluj", je'#380'eli akceptujesz poni'#380'sze ustawienia:'
  296.       Font.Charset = DEFAULT_CHARSET
  297.       Font.Color = clWindowText
  298.       Font.Height = -13
  299.       Font.Name = 'MS Sans Serif'
  300.       Font.Style = []
  301.       ParentFont = False
  302.     end
  303.     object Bevel3: TBevel
  304.       Left = 0
  305.       Top = 296
  306.       Width = 505
  307.       Height = 10
  308.       Shape = bsBottomLine
  309.     end
  310.     object INST_GO_BTN: TBitBtn
  311.       Left = 328
  312.       Top = 320
  313.       Width = 75
  314.       Height = 25
  315.       Caption = 'Zainstaluj >'
  316.       Default = True
  317.       TabOrder = 0
  318.       OnClick = INST_GO_BTNClick
  319.     end
  320.     object INST_EXIT_BTN: TBitBtn
  321.       Left = 416
  322.       Top = 320
  323.       Width = 75
  324.       Height = 25
  325.       Caption = 'Anuluj'
  326.       TabOrder = 1
  327.       OnClick = COMMON_EXIT_BTNClick
  328.     end
  329.     object Panel4: TPanel
  330.       Left = 0
  331.       Top = 0
  332.       Width = 505
  333.       Height = 49
  334.       BevelInner = bvRaised
  335.       BevelOuter = bvLowered
  336.       Color = clWhite
  337.       TabOrder = 2
  338.       object Label6: TLabel
  339.         Left = 24
  340.         Top = 16
  341.         Width = 127
  342.         Height = 13
  343.         Caption = 'Gotowy do instalacji...'
  344.         Font.Charset = DEFAULT_CHARSET
  345.         Font.Color = clWindowText
  346.         Font.Height = -11
  347.         Font.Name = 'MS Sans Serif'
  348.         Font.Style = [fsBold]
  349.         ParentFont = False
  350.       end
  351.       object Image4: TImage
  352.         Left = 464
  353.         Top = 9
  354.         Width = 32
  355.         Height = 32
  356.         Picture.Data = {<image002.bmp>}
  357.       end
  358.     end
  359.     object INST_BCK_BTN: TBitBtn
  360.       Left = 248
  361.       Top = 320
  362.       Width = 75
  363.       Height = 25
  364.       Caption = '< Wcze'#347'niej'
  365.       Default = True
  366.       TabOrder = 3
  367.       OnClick = INST_BCK_BTNClick
  368.     end
  369.     object INFO_MO: TMemo
  370.       Left = 40
  371.       Top = 88
  372.       Width = 417
  373.       Height = 193
  374.       Color = clBtnFace
  375.       Font.Charset = DEFAULT_CHARSET
  376.       Font.Color = clWindowText
  377.       Font.Height = -13
  378.       Font.Name = 'MS Sans Serif'
  379.       Font.Style = []
  380.       ParentFont = False
  381.       ScrollBars = ssBoth
  382.       TabOrder = 4
  383.     end
  384.   end
  385.   object CPN4: TPanel
  386.     Left = 495
  387.     Top = 120
  388.     Width = 505
  389.     Height = 361
  390.     BevelOuter = bvNone
  391.     TabOrder = 3
  392.     object LBT4A: TLabel
  393.       Left = 40
  394.       Top = 68
  395.       Width = 150
  396.       Height = 16
  397.       Caption = 'Rozpakowywanie plik'#243'w:'
  398.       Font.Charset = DEFAULT_CHARSET
  399.       Font.Color = clWindowText
  400.       Font.Height = -13
  401.       Font.Name = 'MS Sans Serif'
  402.       Font.Style = []
  403.       ParentFont = False
  404.     end
  405.     object Bevel4: TBevel
  406.       Left = 0
  407.       Top = 296
  408.       Width = 505
  409.       Height = 10
  410.       Shape = bsBottomLine
  411.     end
  412.     object FN_LAB: TLabel
  413.       Left = 40
  414.       Top = 88
  415.       Width = 417
  416.       Height = 16
  417.       AutoSize = False
  418.       Caption = 'FN_LAB'
  419.       Font.Charset = DEFAULT_CHARSET
  420.       Font.Color = clWindowText
  421.       Font.Height = -13
  422.       Font.Name = 'MS Sans Serif'
  423.       Font.Style = []
  424.       ParentFont = False
  425.     end
  426.     object CSC_LAB: TLabel
  427.       Left = 40
  428.       Top = 212
  429.       Width = 198
  430.       Height = 16
  431.       Caption = 'Tworzenie skr'#243't'#243'w w menu Start...'
  432.       Font.Charset = DEFAULT_CHARSET
  433.       Font.Color = clWindowText
  434.       Font.Height = -13
  435.       Font.Name = 'MS Sans Serif'
  436.       Font.Style = []
  437.       ParentFont = False
  438.     end
  439.     object ICU_BTN: TBitBtn
  440.       Left = 416
  441.       Top = 320
  442.       Width = 75
  443.       Height = 25
  444.       Caption = 'Anuluj'
  445.       TabOrder = 0
  446.       OnClick = ICU_BTNClick
  447.     end
  448.     object Panel5: TPanel
  449.       Left = 0
  450.       Top = 0
  451.       Width = 505
  452.       Height = 49
  453.       BevelInner = bvRaised
  454.       BevelOuter = bvLowered
  455.       Color = clWhite
  456.       TabOrder = 1
  457.       object LBT4: TLabel
  458.         Left = 24
  459.         Top = 16
  460.         Width = 68
  461.         Height = 13
  462.         Caption = 'Instalacja...'
  463.         Font.Charset = DEFAULT_CHARSET
  464.         Font.Color = clWindowText
  465.         Font.Height = -11
  466.         Font.Name = 'MS Sans Serif'
  467.         Font.Style = [fsBold]
  468.         ParentFont = False
  469.       end
  470.       object Image5: TImage
  471.         Left = 464
  472.         Top = 9
  473.         Width = 32
  474.         Height = 32
  475.         Picture.Data = {<image003.bmp>}
  476.       end
  477.     end
  478.     object PB: TProgressBar
  479.       Left = 40
  480.       Top = 152
  481.       Width = 417
  482.       Height = 16
  483.       Min = 0
  484.       Max = 100
  485.       TabOrder = 2
  486.     end
  487.   end
  488.   object CPN5: TPanel
  489.     Left = 383
  490.     Top = 376
  491.     Width = 505
  492.     Height = 361
  493.     BevelOuter = bvNone
  494.     TabOrder = 4
  495.     object Label9: TLabel
  496.       Left = 40
  497.       Top = 68
  498.       Width = 180
  499.       Height = 16
  500.       Caption = 'Program zosta'#322' zainstalowany.'
  501.       Font.Charset = DEFAULT_CHARSET
  502.       Font.Color = clWindowText
  503.       Font.Height = -13
  504.       Font.Name = 'MS Sans Serif'
  505.       Font.Style = []
  506.       ParentFont = False
  507.     end
  508.     object Bevel5: TBevel
  509.       Left = 0
  510.       Top = 296
  511.       Width = 505
  512.       Height = 10
  513.       Shape = bsBottomLine
  514.     end
  515.     object Label10: TLabel
  516.       Left = 40
  517.       Top = 124
  518.       Width = 435
  519.       Height = 16
  520.       Caption = 
  521.         'Aby uruchomi'#263' program p'#243#378'niej przejd'#378' do menu Start, wybierz Pro' +
  522.         'gramy,'
  523.       Font.Charset = DEFAULT_CHARSET
  524.       Font.Color = clWindowText
  525.       Font.Height = -13
  526.       Font.Name = 'MS Sans Serif'
  527.       Font.Style = []
  528.       ParentFont = False
  529.     end
  530.     object SC_LAB1: TLabel
  531.       Left = 56
  532.       Top = 164
  533.       Width = 57
  534.       Height = 16
  535.       Caption = 'SC_LAB1'
  536.       Font.Charset = DEFAULT_CHARSET
  537.       Font.Color = clWindowText
  538.       Font.Height = -13
  539.       Font.Name = 'MS Sans Serif'
  540.       Font.Style = []
  541.       ParentFont = False
  542.     end
  543.     object Label12: TLabel
  544.       Left = 40
  545.       Top = 140
  546.       Width = 119
  547.       Height = 16
  548.       Caption = 'a nast'#281'pnie z grupy:'
  549.       Font.Charset = DEFAULT_CHARSET
  550.       Font.Color = clWindowText
  551.       Font.Height = -13
  552.       Font.Name = 'MS Sans Serif'
  553.       Font.Style = []
  554.       ParentFont = False
  555.     end
  556.     object Label13: TLabel
  557.       Left = 40
  558.       Top = 188
  559.       Width = 48
  560.       Height = 16
  561.       Caption = 'wybierz:'
  562.       Font.Charset = DEFAULT_CHARSET
  563.       Font.Color = clWindowText
  564.       Font.Height = -13
  565.       Font.Name = 'MS Sans Serif'
  566.       Font.Style = []
  567.       ParentFont = False
  568.     end
  569.     object SC_LAB2: TLabel
  570.       Left = 56
  571.       Top = 212
  572.       Width = 57
  573.       Height = 16
  574.       Caption = 'SC_LAB2'
  575.       Font.Charset = DEFAULT_CHARSET
  576.       Font.Color = clWindowText
  577.       Font.Height = -13
  578.       Font.Name = 'MS Sans Serif'
  579.       Font.Style = []
  580.       ParentFont = False
  581.     end
  582.     object EXIT_BTN: TBitBtn
  583.       Left = 416
  584.       Top = 320
  585.       Width = 75
  586.       Height = 25
  587.       Caption = 'OK'
  588.       TabOrder = 0
  589.       OnClick = EXIT_BTNClick
  590.     end
  591.     object Panel6: TPanel
  592.       Left = 0
  593.       Top = 0
  594.       Width = 505
  595.       Height = 49
  596.       BevelInner = bvRaised
  597.       BevelOuter = bvLowered
  598.       Color = clWhite
  599.       TabOrder = 1
  600.       object Label11: TLabel
  601.         Left = 24
  602.         Top = 16
  603.         Width = 132
  604.         Height = 13
  605.         Caption = 'Instalacja zako'#324'czona.'
  606.         Font.Charset = DEFAULT_CHARSET
  607.         Font.Color = clWindowText
  608.         Font.Height = -11
  609.         Font.Name = 'MS Sans Serif'
  610.         Font.Style = [fsBold]
  611.         ParentFont = False
  612.       end
  613.       object Image1: TImage
  614.         Left = 464
  615.         Top = 9
  616.         Width = 32
  617.         Height = 32
  618.         Picture.Data = {<image004.bmp>}
  619.       end
  620.     end
  621.     object RUN_NOW_CB: TCheckBox
  622.       Left = 40
  623.       Top = 96
  624.       Width = 113
  625.       Height = 17
  626.       Caption = 'Uruchom teraz'
  627.       Checked = True
  628.       Font.Charset = DEFAULT_CHARSET
  629.       Font.Color = clWindowText
  630.       Font.Height = -13
  631.       Font.Name = 'MS Sans Serif'
  632.       Font.Style = []
  633.       ParentFont = False
  634.       State = cbChecked
  635.       TabOrder = 2
  636.     end
  637.   end
  638.   object CPN6: TPanel
  639.     Left = 327
  640.     Top = 376
  641.     Width = 505
  642.     Height = 361
  643.     BevelOuter = bvNone
  644.     TabOrder = 5
  645.     object Label2: TLabel
  646.       Left = 40
  647.       Top = 68
  648.       Width = 346
  649.       Height = 16
  650.       Caption = 'Archiwum zosta'#322'o rozpakowane do tymczasowego folderu:'
  651.       Font.Charset = DEFAULT_CHARSET
  652.       Font.Color = clWindowText
  653.       Font.Height = -13
  654.       Font.Name = 'MS Sans Serif'
  655.       Font.Style = []
  656.       ParentFont = False
  657.     end
  658.     object Bevel6: TBevel
  659.       Left = 0
  660.       Top = 296
  661.       Width = 505
  662.       Height = 10
  663.       Shape = bsBottomLine
  664.     end
  665.     object Label8: TLabel
  666.       Left = 40
  667.       Top = 124
  668.       Width = 353
  669.       Height = 16
  670.       Caption = 'Teraz zostanie uruchomiony w'#322'a'#347'ciwy program instalacyjny.'
  671.       Font.Charset = DEFAULT_CHARSET
  672.       Font.Color = clWindowText
  673.       Font.Height = -13
  674.       Font.Name = 'MS Sans Serif'
  675.       Font.Style = []
  676.       ParentFont = False
  677.     end
  678.     object Label15: TLabel
  679.       Left = 40
  680.       Top = 148
  681.       Width = 415
  682.       Height = 16
  683.       Caption = 
  684.         'Po zako'#324'czeniu instalacji powy'#380'szy folder tymczasowy mo'#380'na usun'#261 +
  685.         #263'.'
  686.       Font.Charset = DEFAULT_CHARSET
  687.       Font.Color = clWindowText
  688.       Font.Height = -13
  689.       Font.Name = 'MS Sans Serif'
  690.       Font.Style = []
  691.       ParentFont = False
  692.     end
  693.     object TFLD_LAB: TLabel
  694.       Left = 56
  695.       Top = 92
  696.       Width = 66
  697.       Height = 16
  698.       Caption = 'TFLD_LAB'
  699.       Font.Charset = DEFAULT_CHARSET
  700.       Font.Color = clWindowText
  701.       Font.Height = -13
  702.       Font.Name = 'MS Sans Serif'
  703.       Font.Style = []
  704.       ParentFont = False
  705.     end
  706.     object EXIT2_BTN: TBitBtn
  707.       Left = 416
  708.       Top = 320
  709.       Width = 75
  710.       Height = 25
  711.       Caption = 'OK'
  712.       TabOrder = 0
  713.       OnClick = EXIT2_BTNClick
  714.     end
  715.     object Panel7: TPanel
  716.       Left = 0
  717.       Top = 0
  718.       Width = 505
  719.       Height = 49
  720.       BevelInner = bvRaised
  721.       BevelOuter = bvLowered
  722.       Color = clWhite
  723.       TabOrder = 1
  724.       object Label18: TLabel
  725.         Left = 24
  726.         Top = 16
  727.         Width = 175
  728.         Height = 13
  729.         Caption = 'Rozpakowywanie zako'#324'czone.'
  730.         Font.Charset = DEFAULT_CHARSET
  731.         Font.Color = clWindowText
  732.         Font.Height = -11
  733.         Font.Name = 'MS Sans Serif'
  734.         Font.Style = [fsBold]
  735.         ParentFont = False
  736.       end
  737.       object Image6: TImage
  738.         Left = 464
  739.         Top = 9
  740.         Width = 32
  741.         Height = 32
  742.         Picture.Data = {<image005.bmp>}
  743.       end
  744.     end
  745.   end
  746.   object CPN7: TPanel
  747.     Left = 439
  748.     Top = 294
  749.     Width = 505
  750.     Height = 361
  751.     BevelOuter = bvNone
  752.     TabOrder = 6
  753.     object Label1: TLabel
  754.       Left = 40
  755.       Top = 68
  756.       Width = 212
  757.       Height = 16
  758.       Caption = 'Pliki zosta'#322'y skopiowane do folderu:'
  759.       Font.Charset = DEFAULT_CHARSET
  760.       Font.Color = clWindowText
  761.       Font.Height = -13
  762.       Font.Name = 'MS Sans Serif'
  763.       Font.Style = []
  764.       ParentFont = False
  765.     end
  766.     object Bevel7: TBevel
  767.       Left = 0
  768.       Top = 296
  769.       Width = 505
  770.       Height = 10
  771.       Shape = bsBottomLine
  772.     end
  773.     object CFLD_LAB: TLabel
  774.       Left = 56
  775.       Top = 92
  776.       Width = 66
  777.       Height = 16
  778.       Caption = 'CFLD_LAB'
  779.       Font.Charset = DEFAULT_CHARSET
  780.       Font.Color = clWindowText
  781.       Font.Height = -13
  782.       Font.Name = 'MS Sans Serif'
  783.       Font.Style = []
  784.       ParentFont = False
  785.     end
  786.     object EXIT3_BTN: TBitBtn
  787.       Left = 416
  788.       Top = 320
  789.       Width = 75
  790.       Height = 25
  791.       Caption = 'OK'
  792.       TabOrder = 0
  793.       OnClick = EXIT3_BTNClick
  794.     end
  795.     object Panel8: TPanel
  796.       Left = 0
  797.       Top = 0
  798.       Width = 505
  799.       Height = 49
  800.       BevelInner = bvRaised
  801.       BevelOuter = bvLowered
  802.       Color = clWhite
  803.       TabOrder = 1
  804.       object Label17: TLabel
  805.         Left = 24
  806.         Top = 16
  807.         Width = 142
  808.         Height = 13
  809.         Caption = 'Kopiowanie zako'#324'czone.'
  810.         Font.Charset = DEFAULT_CHARSET
  811.         Font.Color = clWindowText
  812.         Font.Height = -11
  813.         Font.Name = 'MS Sans Serif'
  814.         Font.Style = [fsBold]
  815.         ParentFont = False
  816.       end
  817.       object Image7: TImage
  818.         Left = 464
  819.         Top = 9
  820.         Width = 32
  821.         Height = 32
  822.         Picture.Data = {<image006.bmp>}
  823.       end
  824.     end
  825.   end
  826.   object CPN8: TPanel
  827.     Left = 383
  828.     Top = 326
  829.     Width = 505
  830.     Height = 361
  831.     BevelOuter = bvNone
  832.     TabOrder = 7
  833.     object Label7: TLabel
  834.       Left = 40
  835.       Top = 68
  836.       Width = 190
  837.       Height = 16
  838.       Caption = 'Kopiowanie zosta'#322'o przerwane...'
  839.       Font.Charset = DEFAULT_CHARSET
  840.       Font.Color = clWindowText
  841.       Font.Height = -13
  842.       Font.Name = 'MS Sans Serif'
  843.       Font.Style = []
  844.       ParentFont = False
  845.     end
  846.     object Bevel8: TBevel
  847.       Left = 0
  848.       Top = 296
  849.       Width = 505
  850.       Height = 10
  851.       Shape = bsBottomLine
  852.     end
  853.     object BitBtn1: TBitBtn
  854.       Left = 416
  855.       Top = 320
  856.       Width = 75
  857.       Height = 25
  858.       Caption = 'OK'
  859.       TabOrder = 0
  860.       OnClick = BitBtn1Click
  861.     end
  862.     object Panel9: TPanel
  863.       Left = 0
  864.       Top = 0
  865.       Width = 505
  866.       Height = 49
  867.       BevelInner = bvRaised
  868.       BevelOuter = bvLowered
  869.       Color = clWhite
  870.       TabOrder = 1
  871.       object Label16: TLabel
  872.         Left = 24
  873.         Top = 16
  874.         Width = 142
  875.         Height = 13
  876.         Caption = 'Kopiowanie zako'#324'czone.'
  877.         Font.Charset = DEFAULT_CHARSET
  878.         Font.Color = clWindowText
  879.         Font.Height = -11
  880.         Font.Name = 'MS Sans Serif'
  881.         Font.Style = [fsBold]
  882.         ParentFont = False
  883.       end
  884.       object Image8: TImage
  885.         Left = 464
  886.         Top = 9
  887.         Width = 32
  888.         Height = 32
  889.         Picture.Data = {<image007.bmp>}
  890.       end
  891.     end
  892.   end
  893.   object ZF: TZipForge
  894.     ExtractCorruptedFiles = False
  895.     CompressionLevel = clFastest
  896.     CompressionMode = 1
  897.     CurrentVersion = '1.60 '
  898.     Options.FlushBuffers = True
  899.     InMemory = False
  900.     OnFileProgress = ZFFileProgress
  901.     OnOverallProgress = ZFOverallProgress
  902.     Left = 472
  903.     Top = 56
  904.   end
  905. end
  906.