home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / chipCD7_99.iso / Browser / Kopiuj32.exe / RCDATA / TFGLOWNY / TFGLOWNY.txt
Encoding:
Text File  |  1999-04-30  |  7.1 KB  |  304 lines

  1. object FGlowny: TFGlowny
  2.   Left = 245
  3.   Top = 204
  4.   BorderStyle = bsDialog
  5.   Caption = 'Kopiowanie - wyb∩┐╜r katalogu'
  6.   ClientHeight = 327
  7.   ClientWidth = 443
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 351
  21.     Top = 105
  22.     Width = 76
  23.     Height = 45
  24.     Shape = bsTopLine
  25.     Visible = False
  26.   end
  27.   object BitBtn5: TBitBtn
  28.     Left = 352
  29.     Top = 112
  30.     Width = 77
  31.     Height = 27
  32.     Caption = 'Utw∩┐╜rz'
  33.     Font.Color = clWhite
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     Visible = False
  40.     OnClick = BitBtn5Click
  41.     Glyph.Data = {
  42.       78010000424D7801000000000000760000002800000020000000100000000100
  43.       04000000000000000000120B0000120B00000000000000000000000000000000
  44.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  45.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  46.       333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  47.       300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  48.       333337F373F773333333303330033333333337F3377333333333303333333333
  49.       333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  50.       333337777F337F33333330330BB00333333337F373F773333333303330033333
  51.       333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  52.       333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  53.       333373F7733333333333300333333333333337733333333333330000}
  54.     Margin = 2
  55.     NumGlyphs = 2
  56.     Spacing = -1
  57.     IsControl = True
  58.   end
  59.   object OkBtn: TButton
  60.     Left = 352
  61.     Top = 8
  62.     Width = 81
  63.     Height = 25
  64.     Caption = '&Kopiuj'
  65.     Font.Color = clWhite
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 1
  71.     OnClick = OKBtnClick
  72.   end
  73.   object cancelBtn: TButton
  74.     Left = 352
  75.     Top = 40
  76.     Width = 81
  77.     Height = 25
  78.     Caption = '&Anuluj'
  79.     Font.Color = clWhite
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.     TabOrder = 2
  85.     OnClick = CancelBtnClick
  86.   end
  87.   object HelpBtn: TButton
  88.     Left = 352
  89.     Top = 72
  90.     Width = 81
  91.     Height = 25
  92.     Caption = '&Pomoc'
  93.     Font.Color = clWhite
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     TabOrder = 3
  99.   end
  100.   object GroupBox1: TGroupBox
  101.     Left = 8
  102.     Top = 0
  103.     Width = 329
  104.     Height = 321
  105.     Color = clBtnFace
  106.     ParentColor = False
  107.     TabOrder = 4
  108.     object PathLabel: TLabel
  109.       Left = 15
  110.       Top = 18
  111.       Width = 39
  112.       Height = 13
  113.       Caption = 'Ka&talog:'
  114.       Color = clBlack
  115.       FocusControl = Edit1
  116.       Font.Color = clBlack
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = []
  120.       ParentColor = False
  121.       ParentFont = False
  122.       Transparent = True
  123.     end
  124.     object Label3: TLabel
  125.       Left = 15
  126.       Top = 66
  127.       Width = 91
  128.       Height = 13
  129.       Caption = '&Drzewo katalog∩┐╜w:'
  130.       Color = clBlack
  131.       FocusControl = DirectoryListBox1
  132.       Font.Color = clBlack
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       ParentColor = False
  137.       ParentFont = False
  138.       Transparent = True
  139.     end
  140.     object Label4: TLabel
  141.       Left = 15
  142.       Top = 222
  143.       Width = 29
  144.       Height = 13
  145.       Caption = 'Dy&ski:'
  146.       Color = clBlack
  147.       FocusControl = DriveComboBox1
  148.       Font.Color = clBlack
  149.       Font.Height = -11
  150.       Font.Name = 'MS Sans Serif'
  151.       Font.Style = []
  152.       ParentColor = False
  153.       ParentFont = False
  154.       Transparent = True
  155.     end
  156.     object Label1: TLabel
  157.       Left = 15
  158.       Top = 268
  159.       Width = 152
  160.       Height = 13
  161.       Caption = 'Ilo∩┐╜∩┐╜ wolnego miejsca na dysku:'
  162.       Color = clBlack
  163.       Font.Color = clBlack
  164.       Font.Height = -11
  165.       Font.Name = 'MS Sans Serif'
  166.       Font.Style = []
  167.       ParentColor = False
  168.       ParentFont = False
  169.       Transparent = True
  170.     end
  171.     object Label2: TLabel
  172.       Left = 15
  173.       Top = 283
  174.       Width = 79
  175.       Height = 13
  176.       Caption = 'Do skopiowania:'
  177.       Color = clBlack
  178.       Font.Color = clBlack
  179.       Font.Height = -11
  180.       Font.Name = 'MS Sans Serif'
  181.       Font.Style = []
  182.       ParentColor = False
  183.       ParentFont = False
  184.       Transparent = True
  185.     end
  186.     object Label5: TLabel
  187.       Left = 15
  188.       Top = 298
  189.       Width = 149
  190.       Height = 13
  191.       Caption = 'Wolne miejsce po skopiowaniu:'
  192.       Color = clBlack
  193.       Font.Color = clBlack
  194.       Font.Height = -11
  195.       Font.Name = 'MS Sans Serif'
  196.       Font.Style = []
  197.       ParentColor = False
  198.       ParentFont = False
  199.       Transparent = True
  200.     end
  201.     object Label8: TLabel
  202.       Left = 200
  203.       Top = 298
  204.       Width = 99
  205.       Height = 13
  206.       Alignment = taRightJustify
  207.       AutoSize = False
  208.       Caption = 'Label8'
  209.       Color = clBlack
  210.       Font.Color = clBlack
  211.       Font.Height = -11
  212.       Font.Name = 'MS Sans Serif'
  213.       Font.Style = []
  214.       ParentColor = False
  215.       ParentFont = False
  216.       Transparent = True
  217.     end
  218.     object Label7: TLabel
  219.       Left = 160
  220.       Top = 283
  221.       Width = 139
  222.       Height = 13
  223.       Alignment = taRightJustify
  224.       AutoSize = False
  225.       Caption = 'Label7'
  226.       Color = clBlack
  227.       Font.Color = clBlack
  228.       Font.Height = -11
  229.       Font.Name = 'MS Sans Serif'
  230.       Font.Style = []
  231.       ParentColor = False
  232.       ParentFont = False
  233.       Transparent = True
  234.     end
  235.     object Label6: TLabel
  236.       Left = 205
  237.       Top = 268
  238.       Width = 94
  239.       Height = 13
  240.       Alignment = taRightJustify
  241.       AutoSize = False
  242.       Caption = 'Label6'
  243.       Color = clBlack
  244.       Font.Color = clBlack
  245.       Font.Height = -11
  246.       Font.Name = 'MS Sans Serif'
  247.       Font.Style = []
  248.       ParentColor = False
  249.       ParentFont = False
  250.       Transparent = True
  251.     end
  252.     object Edit1: TEdit
  253.       Left = 15
  254.       Top = 37
  255.       Width = 286
  256.       Height = 21
  257.       Font.Color = clBlack
  258.       Font.Height = -11
  259.       Font.Name = 'MS Sans Serif'
  260.       Font.Style = []
  261.       ParentFont = False
  262.       TabOrder = 0
  263.       Text = 'Edit1'
  264.     end
  265.     object DirectoryListBox1: TDirectoryListBox
  266.       Left = 15
  267.       Top = 83
  268.       Width = 286
  269.       Height = 100
  270.       Font.Color = clBlack
  271.       Font.Height = -11
  272.       Font.Name = 'MS Sans Serif'
  273.       Font.Style = []
  274.       IntegralHeight = True
  275.       ItemHeight = 16
  276.       ParentFont = False
  277.       TabOrder = 1
  278.       OnChange = DirectoryListBox1Change
  279.     end
  280.     object DriveComboBox1: TDriveComboBox
  281.       Left = 15
  282.       Top = 239
  283.       Width = 286
  284.       Height = 19
  285.       DirList = DirectoryListBox1
  286.       Font.Color = clBlack
  287.       Font.Height = -11
  288.       Font.Name = 'MS Sans Serif'
  289.       Font.Style = []
  290.       ParentFont = False
  291.       TabOrder = 2
  292.       OnChange = DriveComboBox1Change
  293.       OnClick = DriveComboBox1Click
  294.     end
  295.   end
  296.   object Timer1: TTimer
  297.     Enabled = False
  298.     Interval = 100
  299.     OnTimer = Timer1Timer
  300.     Left = 380
  301.     Top = 175
  302.   end
  303. end
  304.