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

  1. object DalsiNaseCDForm: TDalsiNaseCDForm
  2.   Left = 224
  3.   Top = 115
  4.   BorderStyle = bsNone
  5.   Caption = 'CD'
  6.   ClientHeight = 600
  7.   ClientWidth = 800
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Plocha: TImage
  23.     Left = 208
  24.     Top = 24
  25.     Width = 105
  26.     Height = 105
  27.     AutoSize = True
  28.   end
  29.   object BookletCD: TImage
  30.     Left = 304
  31.     Top = 200
  32.     Width = 200
  33.     Height = 200
  34.   end
  35.   object Pozadavky: TImage
  36.     Left = 560
  37.     Top = 200
  38.     Width = 121
  39.     Height = 25
  40.     AutoSize = True
  41.   end
  42.   object Data: TImage
  43.     Left = 560
  44.     Top = 230
  45.     Width = 121
  46.     Height = 19
  47.     AutoSize = True
  48.   end
  49.   object PocetCD: TImage
  50.     Left = 560
  51.     Top = 256
  52.     Width = 121
  53.     Height = 17
  54.     AutoSize = True
  55.   end
  56.   object PocetKusu: TLabel
  57.     Left = 368
  58.     Top = 416
  59.     Width = 25
  60.     Height = 20
  61.     Alignment = taCenter
  62.     AutoSize = False
  63.     Color = clBlack
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -27
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentColor = False
  70.     ParentFont = False
  71.     Transparent = True
  72.   end
  73.   object Tisk: TEzRgnBtn
  74.     Left = 72
  75.     Top = 448
  76.     Width = 138
  77.     Height = 35
  78.     Enabled = True
  79.     PaintMode = pmNormal
  80.     OnClick = TiskClick
  81.   end
  82.   object SeznamTitulu: TListBox
  83.     Left = 16
  84.     Top = 72
  85.     Width = 169
  86.     Height = 345
  87.     Hint = 'Vyberte si'
  88.     Color = clWhite
  89.     ItemHeight = 13
  90.     ParentShowHint = False
  91.     ShowHint = True
  92.     TabOrder = 3
  93.     OnClick = SeznamTituluClick
  94.   end
  95.   object ViceInfo: TEzRgnBtn
  96.     Left = 672
  97.     Top = 512
  98.     Width = 81
  99.     Height = 17
  100.     Enabled = True
  101.     PaintMode = pmNormal
  102.     OnClick = ViceInfoClick
  103.   end
  104.   object ObjednavkaChk: TEzRgnBtn
  105.     Left = 272
  106.     Top = 464
  107.     Width = 15
  108.     Height = 15
  109.     Enabled = True
  110.     PaintMode = pmNormal
  111.     OnClick = ObjednavkaChkClick
  112.   end
  113.   object KusuDec: TEzRgnBtn
  114.     Left = 312
  115.     Top = 408
  116.     Width = 37
  117.     Height = 29
  118.     AutoRepeat = True
  119.     Enabled = True
  120.     PaintMode = pmNormal
  121.     OnClick = KusuDecClick
  122.   end
  123.   object KusuInc: TEzRgnBtn
  124.     Left = 456
  125.     Top = 408
  126.     Width = 36
  127.     Height = 26
  128.     AutoRepeat = True
  129.     Enabled = True
  130.     PaintMode = pmNormal
  131.     OnClick = KusuIncClick
  132.   end
  133.   object PopisTitulu: TRxRichEdit
  134.     Left = 376
  135.     Top = 32
  136.     Width = 289
  137.     Height = 113
  138.     ReadOnly = True
  139.     TabOrder = 6
  140.   end
  141.   object TiskList: TImageList
  142.     Height = 35
  143.     Masked = False
  144.     Width = 138
  145.     Left = 24
  146.     Top = 96
  147.   end
  148.   object IncList: TImageList
  149.     Height = 26
  150.     Masked = False
  151.     Width = 36
  152.     Left = 64
  153.     Top = 96
  154.   end
  155.   object DecList: TImageList
  156.     Height = 29
  157.     Masked = False
  158.     Width = 37
  159.     Left = 104
  160.     Top = 96
  161.   end
  162.   object PocetCDList: TImageList
  163.     Height = 31
  164.     Masked = False
  165.     Width = 148
  166.     Left = 144
  167.     Top = 96
  168.   end
  169.   object PozadavkyList: TImageList
  170.     Height = 31
  171.     Masked = False
  172.     Width = 148
  173.     Left = 104
  174.     Top = 144
  175.   end
  176.   object ViceInfoList: TImageList
  177.     Height = 39
  178.     Masked = False
  179.     Width = 106
  180.     Left = 24
  181.     Top = 144
  182.   end
  183.   object DataList: TImageList
  184.     Height = 31
  185.     Masked = False
  186.     Width = 148
  187.     Left = 64
  188.     Top = 144
  189.   end
  190.   object ZobrObalList: TImageList
  191.     Height = 39
  192.     Width = 106
  193.     Left = 144
  194.     Top = 144
  195.   end
  196.   object Zaskrtnuto: TImageList
  197.     AllocBy = 2
  198.     Masked = False
  199.     Left = 24
  200.     Top = 184
  201.   end
  202.   object Nezaskrtnuto: TImageList
  203.     AllocBy = 2
  204.     Masked = False
  205.     Left = 64
  206.     Top = 184
  207.   end
  208. end
  209.