Inhalt
Aktueller Ordner:
duesseldorfer-schuelerinventar-freepascal-clientu_profileedit.lfm
object ProfileEditForm: TProfileEditForm
Left = 0
Top = 0
Caption = 'ProfileEditForm'
ClientHeight = 750
ClientWidth = 950
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 10
Top = 15
Width = 31
Height = 13
Caption = 'Name:'
end
object LabelGroup: TLabel
Left = 10
Top = 45
Width = 38
Height = 13
Caption = 'Gruppe:'
end
object LabelNewGroup: TLabel
Left = 10
Top = 75
Width = 66
Height = 13
Caption = 'Neue Gruppe:'
end
object edtName: TEdit
Left = 80
Top = 12
Width = 300
Height = 21
TabOrder = 0
end
object cboGroup: TComboBox
Left = 80
Top = 42
Width = 300
Height = 21
Style = csDropDownList
TabOrder = 1
end
object edtNewGroup: TEdit
Left = 80
Top = 72
Width = 300
Height = 21
TabOrder = 2
end
object PageControl1: TPageControl
Left = 10
Top = 105
Width = 930
Height = 600
ActivePage = TabSE
TabOrder = 3
object TabSE: TTabSheet
Caption = 'Selbsteinschätzung'
object ScrollBoxSE: TScrollBox
Left = 0
Top = 0
Width = 922
Height = 572
Align = alClient
TabOrder = 0
end
end
object TabFE: TTabSheet
Caption = 'Fremdeinschätzung'
object ScrollBoxFE: TScrollBox
Left = 0
Top = 0
Width = 922
Height = 572
Align = alClient
TabOrder = 0
end
end
end
object btnSave: TButton
Left = 370
Top = 715
Width = 100
Height = 30
Caption = 'Speichern'
TabOrder = 4
end
object btnCancel: TButton
Left = 480
Top = 715
Width = 100
Height = 30
Caption = 'Abbrechen'
ModalResult = 2
TabOrder = 5
end
end