home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-01.zip / 01 / Browser / chip-cds.exe / 0 / RCDATA / TFRMSTUCT / TFRMSTUCT.txt
Text File  |  2004-03-15  |  5KB  |  204 lines

  1. object frmStuct: TfrmStuct
  2.   Left = 275
  3.   Top = 155
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Kopiowanie - wyb∩┐╜r katalogu'
  7.   ClientHeight = 306
  8.   ClientWidth = 361
  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.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 281
  24.     Height = 301
  25.     TabOrder = 3
  26.     object lblFree: TLabel
  27.       Left = 15
  28.       Top = 248
  29.       Width = 152
  30.       Height = 13
  31.       Caption = 'Ilo∩┐╜∩┐╜ wolnego miejsca na dysku:'
  32.       Font.Charset = DEFAULT_CHARSET
  33.       Font.Color = clBlack
  34.       Font.Height = -11
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = []
  37.       ParentFont = False
  38.     end
  39.     object lblCopy: TLabel
  40.       Left = 15
  41.       Top = 263
  42.       Width = 79
  43.       Height = 13
  44.       Caption = 'Do skopiowania:'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clBlack
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.     end
  52.     object lblFreeAfter: TLabel
  53.       Left = 15
  54.       Top = 278
  55.       Width = 149
  56.       Height = 13
  57.       Caption = 'Wolne miejsce po skopiowaniu:'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clBlack
  60.       Font.Height = -11
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.     end
  65.     object lblFreeAfterV: TLabel
  66.       Left = 168
  67.       Top = 278
  68.       Width = 99
  69.       Height = 13
  70.       Alignment = taRightJustify
  71.       AutoSize = False
  72.       Caption = '???'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clBlack
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.     end
  80.     object lblCopyV: TLabel
  81.       Left = 128
  82.       Top = 263
  83.       Width = 139
  84.       Height = 13
  85.       Alignment = taRightJustify
  86.       AutoSize = False
  87.       Caption = '???'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.     end
  95.     object lblFreeV: TLabel
  96.       Left = 173
  97.       Top = 248
  98.       Width = 94
  99.       Height = 13
  100.       Alignment = taRightJustify
  101.       AutoSize = False
  102.       Caption = '???'
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clBlack
  105.       Font.Height = -11
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = []
  108.       ParentFont = False
  109.     end
  110.     object lblKatalog: TLabel
  111.       Left = 15
  112.       Top = 18
  113.       Width = 39
  114.       Height = 13
  115.       Caption = 'Ka&talog:'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clBlack
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.     end
  123.     object Label3: TLabel
  124.       Left = 15
  125.       Top = 74
  126.       Width = 91
  127.       Height = 13
  128.       Caption = '&Drzewo katalog∩┐╜w:'
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clBlack
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ParentFont = False
  135.     end
  136.     object StructDirectory: TDirectoryListBox
  137.       Left = 15
  138.       Top = 88
  139.       Width = 250
  140.       Height = 116
  141.       IntegralHeight = True
  142.       ItemHeight = 16
  143.       TabOrder = 0
  144.       OnChange = StructDirectoryChange
  145.       OnKeyUp = StructDirectoryKeyUp
  146.     end
  147.     object cmbDrive: TDriveComboBox
  148.       Left = 15
  149.       Top = 211
  150.       Width = 250
  151.       Height = 19
  152.       TabOrder = 1
  153.       OnChange = cmbDriveChange
  154.       OnKeyUp = cmbDriveKeyUp
  155.     end
  156.     object txtKatalog: TEdit
  157.       Left = 15
  158.       Top = 37
  159.       Width = 250
  160.       Height = 21
  161.       TabOrder = 2
  162.       Text = 'txtKatalog'
  163.       OnKeyUp = txtKatalogKeyUp
  164.     end
  165.   end
  166.   object btnKopiuj: TButton
  167.     Left = 288
  168.     Top = 8
  169.     Width = 65
  170.     Height = 22
  171.     Caption = '&Kopiuj'
  172.     Enabled = False
  173.     TabOrder = 0
  174.     OnClick = btnKopiujClick
  175.     OnKeyUp = btnKopiujKeyUp
  176.   end
  177.   object btnAnuluj: TButton
  178.     Left = 288
  179.     Top = 32
  180.     Width = 65
  181.     Height = 22
  182.     Caption = '&Anuluj'
  183.     TabOrder = 1
  184.     OnClick = btnAnulujClick
  185.     OnKeyUp = btnAnulujKeyUp
  186.   end
  187.   object btnPomoc: TButton
  188.     Left = 288
  189.     Top = 56
  190.     Width = 65
  191.     Height = 22
  192.     Caption = '&Pomoc'
  193.     TabOrder = 2
  194.     OnClick = btnPomocClick
  195.     OnKeyUp = btnPomocKeyUp
  196.   end
  197.   object FirstS: TTimer
  198.     Interval = 100
  199.     OnTimer = FirstSTimer
  200.     Left = 304
  201.     Top = 96
  202.   end
  203. end
  204.