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

  1. object FPujcky: TFPujcky
  2.   Left = 169
  3.   Top = 135
  4.   BorderStyle = bsDialog
  5.   Caption = 'P∩┐╜j∩┐╜en∩┐╜ kazety'
  6.   ClientHeight = 247
  7.   ClientWidth = 521
  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.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 40
  21.     Top = 16
  22.     Width = 61
  23.     Height = 13
  24.     Caption = 'Kazeta ∩┐╜∩┐╜slo:'
  25.   end
  26.   object DBText1: TDBText
  27.     Left = 112
  28.     Top = 16
  29.     Width = 42
  30.     Height = 13
  31.     AutoSize = True
  32.     DataField = 'Cislo_kazety'
  33.     DataSource = DM.DS1
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clBlue
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object DBText2: TDBText
  42.     Left = 112
  43.     Top = 32
  44.     Width = 42
  45.     Height = 13
  46.     AutoSize = True
  47.     DataField = 'Titulek'
  48.     DataSource = DM.DS1
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clBlue
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Label6: TLabel
  57.     Left = 64
  58.     Top = 32
  59.     Width = 35
  60.     Height = 13
  61.     Caption = 'Titulek:'
  62.   end
  63.   object Panel1: TPanel
  64.     Left = 8
  65.     Top = 64
  66.     Width = 505
  67.     Height = 169
  68.     BevelInner = bvRaised
  69.     BevelOuter = bvLowered
  70.     TabOrder = 0
  71.     object Label1: TLabel
  72.       Left = 24
  73.       Top = 16
  74.       Width = 69
  75.       Height = 13
  76.       Caption = 'Datum p∩┐╜j∩┐╜en∩┐╜'
  77.     end
  78.     object Label3: TLabel
  79.       Left = 24
  80.       Top = 72
  81.       Width = 31
  82.       Height = 13
  83.       Caption = 'Jm∩┐╜no'
  84.     end
  85.     object Label4: TLabel
  86.       Left = 24
  87.       Top = 120
  88.       Width = 49
  89.       Height = 13
  90.       Caption = 'Pozn∩┐╜mky'
  91.     end
  92.     object SquareButton1: TSquareButton
  93.       Left = 424
  94.       Top = 72
  95.       Width = 73
  96.       Height = 17
  97.       Cursor = crHandPoint
  98.       Caption = 'Ulo∩┐╜it zm∩┐╜ny'
  99.       Color = clBtnFace
  100.       ColorBorder = clBlack
  101.       Enabled = True
  102.       OnClick = SquareButton1Click
  103.       ColorOverCaption = clWhite
  104.       Alignment = taLeftJustify
  105.       ColorOverBorder = clBlack
  106.       BorderWidth = 2
  107.       DownBorderColor = clWhite
  108.       ShowHint = True
  109.       ParentShowHint = False
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clBlack
  112.       Font.Height = -11
  113.       Font.Name = 'Arial'
  114.       Font.Style = []
  115.     end
  116.     object SquareButton2: TSquareButton
  117.       Left = 424
  118.       Top = 96
  119.       Width = 73
  120.       Height = 17
  121.       Cursor = crHandPoint
  122.       Caption = 'Zp∩┐╜t zm∩┐╜ny'
  123.       Color = clBtnFace
  124.       ColorBorder = clBlack
  125.       Enabled = True
  126.       OnClick = SquareButton2Click
  127.       ColorOverCaption = clWhite
  128.       Alignment = taLeftJustify
  129.       ColorOverBorder = clBlack
  130.       BorderWidth = 2
  131.       DownBorderColor = clWhite
  132.       ShowHint = True
  133.       ParentShowHint = False
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clBlack
  136.       Font.Height = -11
  137.       Font.Name = 'Arial'
  138.       Font.Style = []
  139.     end
  140.     object EDatum: TEdit
  141.       Left = 32
  142.       Top = 32
  143.       Width = 121
  144.       Height = 21
  145.       TabOrder = 0
  146.     end
  147.     object EJmeno: TEdit
  148.       Left = 32
  149.       Top = 88
  150.       Width = 313
  151.       Height = 21
  152.       TabOrder = 1
  153.     end
  154.     object EPoznamky: TEdit
  155.       Left = 32
  156.       Top = 136
  157.       Width = 425
  158.       Height = 21
  159.       TabOrder = 2
  160.     end
  161.   end
  162.   object dbpujcka: TDBEdit
  163.     Left = 408
  164.     Top = 8
  165.     Width = 49
  166.     Height = 21
  167.     DataField = 'Pujcka'
  168.     DataSource = DM.DS1
  169.     TabOrder = 1
  170.     Visible = False
  171.   end
  172.   object dbpuj: TDBEdit
  173.     Left = 160
  174.     Top = 8
  175.     Width = 121
  176.     Height = 21
  177.     DataField = 'Datum_puj'
  178.     DataSource = DM.DS4
  179.     TabOrder = 2
  180.     Visible = False
  181.   end
  182.   object dbjm: TDBEdit
  183.     Left = 160
  184.     Top = 40
  185.     Width = 121
  186.     Height = 21
  187.     DataField = 'Jmeno'
  188.     DataSource = DM.DS4
  189.     TabOrder = 3
  190.     Visible = False
  191.   end
  192.   object dbpozn: TDBEdit
  193.     Left = 328
  194.     Top = 40
  195.     Width = 121
  196.     Height = 21
  197.     DataField = 'Poznamky'
  198.     DataSource = DM.DS4
  199.     TabOrder = 4
  200.     Visible = False
  201.   end
  202.   object DBEdit1: TDBEdit
  203.     Left = 320
  204.     Top = 8
  205.     Width = 73
  206.     Height = 21
  207.     DataField = 'Cislo_kazety'
  208.     DataSource = DM.DS4
  209.     ReadOnly = True
  210.     TabOrder = 5
  211.     Visible = False
  212.   end
  213. end
  214.