object SaveProfileDlg: TSaveProfileDlg Left = 246 Top = 288 BorderStyle = bsDialog Caption = 'Profil speichern' ClientHeight = 80 ClientWidth = 384 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lblPrompt: TLabel Left = 8 Top = 8 Width = 273 Height = 41 AutoSize = False Caption = 'Geben Sie einen Namen f'#252'r das neue Profil an.' WordWrap = True end object btnOK: TButton Left = 300 Top = 8 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 300 Top = 38 Width = 75 Height = 23 Cancel = True Caption = 'Abbruch' ModalResult = 2 TabOrder = 2 end object edText: TEdit Left = 8 Top = 52 Width = 273 Height = 21 TabOrder = 0 Text = 'Neues Profil' OnChange = edTextChange OnKeyPress = edTextKeyPress end end