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

  1. object FPujcene: TFPujcene
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Seznam p∩┐╜j∩┐╜en∩┐╜ch kazet'
  6.   ClientHeight = 277
  7.   ClientWidth = 536
  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.   OnActivate = FormShow
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label4: TLabel
  22.     Left = 40
  23.     Top = 16
  24.     Width = 57
  25.     Height = 13
  26.     Caption = '∩┐╜∩┐╜slo kazety'
  27.   end
  28.   object DBText1: TDBText
  29.     Left = 48
  30.     Top = 32
  31.     Width = 42
  32.     Height = 13
  33.     AutoSize = True
  34.     DataField = 'Cislo_kazety'
  35.     DataSource = DM.DS1
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlue
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object DBText2: TDBText
  44.     Left = 160
  45.     Top = 32
  46.     Width = 42
  47.     Height = 13
  48.     AutoSize = True
  49.     DataField = 'Titulek'
  50.     DataSource = DM.DS1
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clBlue
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object Label5: TLabel
  59.     Left = 152
  60.     Top = 16
  61.     Width = 32
  62.     Height = 13
  63.     Caption = 'Titulek'
  64.   end
  65.   object DBNavigator1: TDBNavigator
  66.     Left = 32
  67.     Top = 72
  68.     Width = 192
  69.     Height = 33
  70.     Cursor = crHandPoint
  71.     DataSource = DM.DS1
  72.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  73.     Flat = True
  74.     TabOrder = 0
  75.   end
  76.   object Panel1: TPanel
  77.     Left = 16
  78.     Top = 128
  79.     Width = 489
  80.     Height = 129
  81.     BevelInner = bvRaised
  82.     BevelOuter = bvLowered
  83.     TabOrder = 1
  84.     object Label1: TLabel
  85.       Left = 152
  86.       Top = 16
  87.       Width = 69
  88.       Height = 13
  89.       Caption = 'Datum p∩┐╜j∩┐╜en∩┐╜'
  90.     end
  91.     object Label2: TLabel
  92.       Left = 16
  93.       Top = 16
  94.       Width = 31
  95.       Height = 13
  96.       Caption = 'Jm∩┐╜no'
  97.     end
  98.     object Label3: TLabel
  99.       Left = 16
  100.       Top = 56
  101.       Width = 49
  102.       Height = 13
  103.       Caption = 'Pozn∩┐╜mky'
  104.     end
  105.     object DBText3: TDBText
  106.       Left = 24
  107.       Top = 32
  108.       Width = 42
  109.       Height = 13
  110.       AutoSize = True
  111.       DataField = 'Jmeno'
  112.       DataSource = DM.DS4
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clBlue
  115.       Font.Height = -11
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = []
  118.       ParentFont = False
  119.     end
  120.     object DBText4: TDBText
  121.       Left = 160
  122.       Top = 32
  123.       Width = 42
  124.       Height = 13
  125.       AutoSize = True
  126.       DataField = 'Datum_puj'
  127.       DataSource = DM.DS4
  128.       Font.Charset = DEFAULT_CHARSET
  129.       Font.Color = clBlue
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = []
  133.       ParentFont = False
  134.     end
  135.     object DBText5: TDBText
  136.       Left = 24
  137.       Top = 72
  138.       Width = 42
  139.       Height = 13
  140.       AutoSize = True
  141.       DataField = 'Datum_vrac'
  142.       DataSource = DM.DS4
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clBlue
  145.       Font.Height = -11
  146.       Font.Name = 'MS Sans Serif'
  147.       Font.Style = []
  148.       ParentFont = False
  149.     end
  150.     object SquareButton1: TSquareButton
  151.       Left = 400
  152.       Top = 104
  153.       Width = 73
  154.       Height = 17
  155.       Cursor = crHandPoint
  156.       Caption = 'Vr∩┐╜tit kazetu'
  157.       Color = clBtnFace
  158.       ColorBorder = clBlack
  159.       Enabled = True
  160.       OnClick = BitBtn2Click
  161.       ColorOverCaption = clWhite
  162.       Alignment = taLeftJustify
  163.       ColorOverBorder = clBlack
  164.       BorderWidth = 2
  165.       DownBorderColor = clWhite
  166.       ShowHint = True
  167.       ParentShowHint = False
  168.       Font.Charset = DEFAULT_CHARSET
  169.       Font.Color = clBlack
  170.       Font.Height = -11
  171.       Font.Name = 'Arial'
  172.       Font.Style = []
  173.     end
  174.   end
  175. end
  176.