object Form1: TForm1 Left = 192 Top = 107 Width = 699 Height = 336 Caption = 'Terminkalender' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = -1 Top = 0 Width = 689 Height = 297 ActivePage = TabSheet1 TabOrder = 0 OnChange = PageControl1Change object TabSheet1: TTabSheet Caption = 'Anzeigen' object lBoxTermin: TListBox Left = 0 Top = 16 Width = 673 Height = 241 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 20 ParentFont = False TabOrder = 0 end end object TabSheet2: TTabSheet Caption = 'Hinzufügen' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ImageIndex = 1 ParentFont = False object Label1: TLabel Left = 32 Top = 40 Width = 27 Height = 20 Caption = 'Tag' end object Label2: TLabel Left = 32 Top = 72 Width = 45 Height = 20 Caption = 'Monat' end object Label3: TLabel Left = 32 Top = 112 Width = 31 Height = 20 Caption = 'Jahr' end object edtTag: TEdit Left = 120 Top = 32 Width = 121 Height = 28 TabOrder = 0 Text = 'edtTag' end object edtMonat: TEdit Left = 120 Top = 72 Width = 121 Height = 28 TabOrder = 1 Text = 'edtMonat' end object edtJahr: TEdit Left = 120 Top = 112 Width = 121 Height = 28 TabOrder = 2 Text = 'edtJahr' end object btnUebernehmen: TButton Left = 464 Top = 200 Width = 169 Height = 33 Caption = '&Übernehmen' TabOrder = 3 OnClick = btnUebernehmenClick end object btnLoeschen: TButton Left = 24 Top = 192 Width = 169 Height = 33 Caption = '&Löschen' TabOrder = 4 OnClick = btnLoeschenClick end end end end