home *** CD-ROM | disk | FTP | other *** search
- object FPujcky: TFPujcky
- Left = 169
- Top = 135
- BorderStyle = bsDialog
- Caption = 'P�j�en� kazety'
- ClientHeight = 247
- ClientWidth = 521
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 40
- Top = 16
- Width = 61
- Height = 13
- Caption = 'Kazeta ��slo:'
- end
- object DBText1: TDBText
- Left = 112
- Top = 16
- Width = 42
- Height = 13
- AutoSize = True
- DataField = 'Cislo_kazety'
- DataSource = DM.DS1
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object DBText2: TDBText
- Left = 112
- Top = 32
- Width = 42
- Height = 13
- AutoSize = True
- DataField = 'Titulek'
- DataSource = DM.DS1
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 64
- Top = 32
- Width = 35
- Height = 13
- Caption = 'Titulek:'
- end
- object Panel1: TPanel
- Left = 8
- Top = 64
- Width = 505
- Height = 169
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 69
- Height = 13
- Caption = 'Datum p�j�en�'
- end
- object Label3: TLabel
- Left = 24
- Top = 72
- Width = 31
- Height = 13
- Caption = 'Jm�no'
- end
- object Label4: TLabel
- Left = 24
- Top = 120
- Width = 49
- Height = 13
- Caption = 'Pozn�mky'
- end
- object SquareButton1: TSquareButton
- Left = 424
- Top = 72
- Width = 73
- Height = 17
- Cursor = crHandPoint
- Caption = 'Ulo�it zm�ny'
- Color = clBtnFace
- ColorBorder = clBlack
- Enabled = True
- OnClick = SquareButton1Click
- ColorOverCaption = clWhite
- Alignment = taLeftJustify
- ColorOverBorder = clBlack
- BorderWidth = 2
- DownBorderColor = clWhite
- ShowHint = True
- ParentShowHint = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- end
- object SquareButton2: TSquareButton
- Left = 424
- Top = 96
- Width = 73
- Height = 17
- Cursor = crHandPoint
- Caption = 'Zp�t zm�ny'
- Color = clBtnFace
- ColorBorder = clBlack
- Enabled = True
- OnClick = SquareButton2Click
- ColorOverCaption = clWhite
- Alignment = taLeftJustify
- ColorOverBorder = clBlack
- BorderWidth = 2
- DownBorderColor = clWhite
- ShowHint = True
- ParentShowHint = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- end
- object EDatum: TEdit
- Left = 32
- Top = 32
- Width = 121
- Height = 21
- TabOrder = 0
- end
- object EJmeno: TEdit
- Left = 32
- Top = 88
- Width = 313
- Height = 21
- TabOrder = 1
- end
- object EPoznamky: TEdit
- Left = 32
- Top = 136
- Width = 425
- Height = 21
- TabOrder = 2
- end
- end
- object dbpujcka: TDBEdit
- Left = 408
- Top = 8
- Width = 49
- Height = 21
- DataField = 'Pujcka'
- DataSource = DM.DS1
- TabOrder = 1
- Visible = False
- end
- object dbpuj: TDBEdit
- Left = 160
- Top = 8
- Width = 121
- Height = 21
- DataField = 'Datum_puj'
- DataSource = DM.DS4
- TabOrder = 2
- Visible = False
- end
- object dbjm: TDBEdit
- Left = 160
- Top = 40
- Width = 121
- Height = 21
- DataField = 'Jmeno'
- DataSource = DM.DS4
- TabOrder = 3
- Visible = False
- end
- object dbpozn: TDBEdit
- Left = 328
- Top = 40
- Width = 121
- Height = 21
- DataField = 'Poznamky'
- DataSource = DM.DS4
- TabOrder = 4
- Visible = False
- end
- object DBEdit1: TDBEdit
- Left = 320
- Top = 8
- Width = 73
- Height = 21
- DataField = 'Cislo_kazety'
- DataSource = DM.DS4
- ReadOnly = True
- TabOrder = 5
- Visible = False
- end
- end
-