home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / ctenari / Srubar / _SETUP.1 / Videoteka.exe / 0 / RCDATA / TFVYPUJCKY / TFVYPUJCKY.txt
Encoding:
Text File  |  2002-11-02  |  5.6 KB  |  247 lines

  1. object FVypujcky: TFVypujcky
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Seznam v∩┐╜p∩┐╜j∩┐╜ek'
  6.   ClientHeight = 320
  7.   ClientWidth = 523
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 40
  20.     Top = 16
  21.     Width = 61
  22.     Height = 13
  23.     Caption = 'Kazeta ∩┐╜∩┐╜slo:'
  24.   end
  25.   object DBText1: TDBText
  26.     Left = 112
  27.     Top = 16
  28.     Width = 42
  29.     Height = 13
  30.     AutoSize = True
  31.     DataField = 'Cislo_kazety'
  32.     DataSource = DM.DS1
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clBlue
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object DBText2: TDBText
  41.     Left = 112
  42.     Top = 32
  43.     Width = 42
  44.     Height = 13
  45.     AutoSize = True
  46.     DataField = 'Titulek'
  47.     DataSource = DM.DS1
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clBlue
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object Label6: TLabel
  56.     Left = 64
  57.     Top = 32
  58.     Width = 35
  59.     Height = 13
  60.     Caption = 'Titulek:'
  61.   end
  62.   object Panel1: TPanel
  63.     Left = 8
  64.     Top = 80
  65.     Width = 505
  66.     Height = 225
  67.     BevelInner = bvRaised
  68.     BevelOuter = bvLowered
  69.     TabOrder = 0
  70.     object bul: TSquareButton
  71.       Left = 160
  72.       Top = 192
  73.       Width = 89
  74.       Height = 17
  75.       Cursor = crHandPoint
  76.       Caption = 'Ulo∩┐╜it zm∩┐╜ny'
  77.       Color = clBtnFace
  78.       ColorBorder = clBlack
  79.       Enabled = True
  80.       OnClick = bulClick
  81.       ColorOverCaption = clWhite
  82.       Alignment = taLeftJustify
  83.       ColorOverBorder = clBlack
  84.       BorderWidth = 2
  85.       DownBorderColor = clWhite
  86.       ShowHint = True
  87.       ParentShowHint = False
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'Arial'
  92.       Font.Style = []
  93.     end
  94.     object bzp: TSquareButton
  95.       Left = 264
  96.       Top = 192
  97.       Width = 89
  98.       Height = 17
  99.       Cursor = crHandPoint
  100.       Caption = 'Zp∩┐╜t zm∩┐╜ny'
  101.       Color = clBtnFace
  102.       ColorBorder = clBlack
  103.       Enabled = True
  104.       OnClick = bzpClick
  105.       ColorOverCaption = clWhite
  106.       Alignment = taLeftJustify
  107.       ColorOverBorder = clBlack
  108.       BorderWidth = 2
  109.       DownBorderColor = clWhite
  110.       ShowHint = True
  111.       ParentShowHint = False
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'Arial'
  116.       Font.Style = []
  117.     end
  118.     object bup: TSquareButton
  119.       Left = 160
  120.       Top = 168
  121.       Width = 89
  122.       Height = 17
  123.       Cursor = crHandPoint
  124.       Caption = 'Upravit z∩┐╜znam'
  125.       Color = clBtnFace
  126.       ColorBorder = clBlack
  127.       Enabled = True
  128.       OnClick = bupClick
  129.       ColorOverCaption = clWhite
  130.       Alignment = taLeftJustify
  131.       ColorOverBorder = clBlack
  132.       BorderWidth = 2
  133.       DownBorderColor = clWhite
  134.       ShowHint = True
  135.       ParentShowHint = False
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clBlack
  138.       Font.Height = -11
  139.       Font.Name = 'Arial'
  140.       Font.Style = []
  141.     end
  142.     object bsm: TSquareButton
  143.       Left = 264
  144.       Top = 168
  145.       Width = 89
  146.       Height = 17
  147.       Cursor = crHandPoint
  148.       Caption = 'Smazat z∩┐╜znam'
  149.       Color = clBtnFace
  150.       ColorBorder = clBlack
  151.       Enabled = True
  152.       OnClick = bsmClick
  153.       ColorOverCaption = clWhite
  154.       Alignment = taLeftJustify
  155.       ColorOverBorder = clBlack
  156.       BorderWidth = 2
  157.       DownBorderColor = clWhite
  158.       ShowHint = True
  159.       ParentShowHint = False
  160.       Font.Charset = DEFAULT_CHARSET
  161.       Font.Color = clBlack
  162.       Font.Height = -11
  163.       Font.Name = 'Arial'
  164.       Font.Style = []
  165.     end
  166.     object DBNavigator2: TDBNavigator
  167.       Left = 24
  168.       Top = 160
  169.       Width = 120
  170.       Height = 25
  171.       Cursor = crHandPoint
  172.       DataSource = DM.DS4
  173.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  174.       Flat = True
  175.       Hints.Strings = (
  176.         'Prvn∩┐╜'
  177.         'P∩┐╜edchoz∩┐╜'
  178.         'N∩┐╜sleduj∩┐╜c∩┐╜'
  179.         'Posledn∩┐╜')
  180.       ParentShowHint = False
  181.       ShowHint = True
  182.       TabOrder = 0
  183.     end
  184.     object DBG1: TDBGrid
  185.       Left = 16
  186.       Top = 16
  187.       Width = 473
  188.       Height = 137
  189.       DataSource = DM.DS4
  190.       ReadOnly = True
  191.       TabOrder = 1
  192.       TitleFont.Charset = DEFAULT_CHARSET
  193.       TitleFont.Color = clWindowText
  194.       TitleFont.Height = -11
  195.       TitleFont.Name = 'MS Sans Serif'
  196.       TitleFont.Style = []
  197.       Columns = <
  198.         item
  199.           Expanded = False
  200.           FieldName = 'Datum_puj'
  201.           Title.Caption = 'Datum p∩┐╜j∩┐╜en∩┐╜'
  202.           Width = 75
  203.           Visible = True
  204.         end
  205.         item
  206.           Expanded = False
  207.           FieldName = 'Datum_vrac'
  208.           Title.Caption = 'Datum vr∩┐╜cen∩┐╜'
  209.           Width = 75
  210.           Visible = True
  211.         end
  212.         item
  213.           Expanded = False
  214.           FieldName = 'Jmeno'
  215.           Title.Caption = 'Jm∩┐╜no'
  216.           Width = 120
  217.           Visible = True
  218.         end
  219.         item
  220.           Expanded = False
  221.           FieldName = 'Poznamky'
  222.           Title.Caption = 'Pozn∩┐╜mky'
  223.           Width = 180
  224.           Visible = True
  225.         end>
  226.     end
  227.   end
  228.   object DBNavigator1: TDBNavigator
  229.     Left = 40
  230.     Top = 48
  231.     Width = 148
  232.     Height = 25
  233.     Cursor = crHandPoint
  234.     DataSource = DM.DS1
  235.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  236.     Flat = True
  237.     Hints.Strings = (
  238.       'Prvn∩┐╜'
  239.       'P∩┐╜edchoz∩┐╜'
  240.       'N∩┐╜sleduj∩┐╜c∩┐╜'
  241.       'Posledn∩┐╜')
  242.     ParentShowHint = False
  243.     ShowHint = True
  244.     TabOrder = 1
  245.   end
  246. end
  247.