home *** CD-ROM | disk | FTP | other *** search
- object Form45: TForm45
- Left = 310
- Top = 177
- BorderStyle = bsDialog
- Caption = 'P��kazy'
- ClientHeight = 194
- ClientWidth = 208
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 10
- Top = 10
- Width = 36
- Height = 13
- Caption = 'P��kazy'
- end
- object ListBox1: TListBox
- Left = 5
- Top = 25
- Width = 121
- Height = 161
- ItemHeight = 13
- TabOrder = 0
- end
- object Button1: TButton
- Left = 130
- Top = 155
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Zav��t'
- ModalResult = 2
- TabOrder = 4
- end
- object Button2: TButton
- Left = 130
- Top = 30
- Width = 75
- Height = 25
- Caption = '&P�idat..'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 130
- Top = 60
- Width = 75
- Height = 25
- Caption = '&Upravit..'
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 130
- Top = 90
- Width = 75
- Height = 25
- Caption = '&Smazat'
- TabOrder = 3
- OnClick = Button4Click
- end
- end
-