Inhalt
Aktueller Ordner:
duesseldorfer-schuelerinventar-freepascal-clientu_profilelist.lfm
object ProfileListForm: TProfileListForm
Left = 0
Top = 0
Caption = 'DÜSK - Profile'
ClientHeight = 550
ClientWidth = 900
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 900
Height = 40
Align = alTop
TabOrder = 0
object btnNew: TButton
Left = 10
Top = 8
Width = 100
Height = 25
Caption = 'Neues Profil'
end
object btnRefresh: TButton
Left = 120
Top = 8
Width = 100
Height = 25
Caption = 'Aktualisieren'
end
object btnEdit: TButton
Left = 230
Top = 8
Width = 100
Height = 25
Caption = 'Bearbeiten'
end
object btnDelete: TButton
Left = 340
Top = 8
Width = 100
Height = 25
Caption = 'Löschen'
end
object btnTimeSeries: TButton
Left = 450
Top = 8
Width = 100
Height = 25
Caption = 'Zeitreihe'
end
object btnLogout: TButton
Left = 810
Top = 8
Width = 80
Height = 25
Caption = 'Abmelden'
end
end
object StringGrid1: TStringGrid
Left = 0
Top = 40
Width = 900
Height = 510
Align = alClient
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
TabOrder = 1
RowCount = 2
end
object PopupMenu1: TPopupMenu
Left = 400
Top = 250
object miView: TMenuItem
Caption = 'Anzeigen'
end
object miEdit: TMenuItem
Caption = 'Bearbeiten'
end
object miDelete: TMenuItem
Caption = 'Löschen'
end
object miTimeSeries: TMenuItem
Caption = 'Zeitreihe'
end
end
end