home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CD.exe / 0 / RCDATA / TKOPIROVANIFORM / TKOPIROVANIFORM.txt
Text File  |  2002-09-16  |  2KB  |  108 lines

  1. object KopirovaniForm: TKopirovaniForm
  2.   Left = 224
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'CD'
  7.   ClientHeight = 573
  8.   ClientWidth = 792
  9.   Color = clWhite
  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 = poDefault
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Plocha: TImage
  24.     Left = 184
  25.     Top = 32
  26.     Width = 105
  27.     Height = 105
  28.     AutoSize = True
  29.   end
  30.   object SeznamAdresaru: TDirectoryListBox
  31.     Left = 96
  32.     Top = 80
  33.     Width = 473
  34.     Height = 305
  35.     ItemHeight = 16
  36.     TabOrder = 0
  37.   end
  38.   object NovyAdresar: TEzRgnBtn
  39.     Left = 447
  40.     Top = 53
  41.     Width = 122
  42.     Height = 22
  43.     Enabled = True
  44.     PaintMode = pmNormal
  45.     OnClick = NovyAdresarClick
  46.   end
  47.   object Kopiruj: TEzRgnBtn
  48.     Left = 527
  49.     Top = 414
  50.     Width = 122
  51.     Height = 22
  52.     Enabled = True
  53.     PaintMode = pmNormal
  54.     OnClick = KopirujClick
  55.   end
  56.   object Zrusit: TEzRgnBtn
  57.     Left = 383
  58.     Top = 415
  59.     Width = 122
  60.     Height = 22
  61.     Enabled = True
  62.     PaintMode = pmNormal
  63.     OnClick = ZrusitClick
  64.   end
  65.   object DirName: TEdit
  66.     Left = 96
  67.     Top = 54
  68.     Width = 329
  69.     Height = 21
  70.     TabOrder = 4
  71.     OnChange = DirNameChange
  72.   end
  73.   object SeznamJednotek: TDriveComboBox
  74.     Left = 24
  75.     Top = 416
  76.     Width = 313
  77.     Height = 19
  78.     TabOrder = 5
  79.     OnChange = SeznamJednotekChange
  80.   end
  81.   object Close: TEzRgnBtn
  82.     Left = 168
  83.     Top = 464
  84.     Width = 15
  85.     Height = 15
  86.     Enabled = True
  87.     PaintMode = pmNormal
  88.     OnClick = ZrusitClick
  89.   end
  90.   object AdresarList: TImageList
  91.     Left = 664
  92.     Top = 112
  93.   end
  94.   object KopirujList: TImageList
  95.     Left = 600
  96.     Top = 504
  97.   end
  98.   object ZrusitList: TImageList
  99.     Left = 432
  100.     Top = 504
  101.   end
  102.   object CloseList: TImageList
  103.     Masked = False
  104.     Left = 632
  105.     Top = 208
  106.   end
  107. end
  108.