home *** CD-ROM | disk | FTP | other *** search
- object Form6: TForm6
- Left = 318
- Top = 155
- BorderStyle = bsDialog
- Caption = 'Seznam polo�ek'
- ClientHeight = 308
- ClientWidth = 418
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 64
- Top = 20
- Width = 345
- Height = 245
- Brush.Style = bsClear
- end
- object Label2: TLabel
- Left = 64
- Top = 4
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Image1: TImage
- Left = 8
- Top = 40
- Width = 57
- Height = 80
- OnMouseDown = Image1MouseDown
- end
- object ListBox1: TListBox
- Left = 65
- Top = 21
- Width = 343
- Height = 243
- BorderStyle = bsNone
- Color = 48168959
- Ctl3D = False
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 0
- OnClick = ListBox1Click
- end
- object Button1: TButton
- Left = 296
- Top = 272
- Width = 57
- Height = 22
- Cancel = True
- Caption = 'Zav��t'
- Default = True
- ModalResult = 2
- TabOrder = 1
- end
- object Button2: TButton
- Left = 192
- Top = 272
- Width = 89
- Height = 22
- Caption = 'Smazat polo�ku'
- Enabled = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 88
- Top = 272
- Width = 89
- Height = 22
- Caption = 'Ulo� do kalend��e'
- Enabled = False
- ModalResult = 1
- TabOrder = 3
- end
- end
-