object Form3: TForm3 Left = 391 Top = 410 BorderIcons = [] BorderStyle = bsSingle Caption = 'Grundeinstellungen' ClientHeight = 187 ClientWidth = 388 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 307 Top = 119 Width = 75 Height = 25 Caption = '&O.K.' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 307 Top = 155 Width = 75 Height = 25 Caption = '&abbrechen' TabOrder = 1 OnClick = Button2Click end object check1: TCheckBox Left = 8 Top = 82 Width = 125 Height = 17 Caption = 'Buttonleiste aktiv' TabOrder = 2 end object Check2: TCheckBox Left = 8 Top = 106 Width = 97 Height = 17 Caption = 'Zeilenumbruch' TabOrder = 3 end object GroupBox1: TGroupBox Left = 4 Top = 6 Width = 177 Height = 69 Caption = 'Standard-Schrift:' TabOrder = 4 object schrift1: TFontComboBox Left = 8 Top = 16 Width = 145 Height = 20 FontName = 'Arial' TabOrder = 0 end object spin1: TRxSpinEdit Left = 76 Top = 40 Width = 77 Height = 21 MaxValue = 200.000000000000000000 MinValue = 6.000000000000000000 Value = 10.000000000000000000 TabOrder = 1 end end object Check3: TCheckBox Left = 9 Top = 130 Width = 143 Height = 17 Caption = 'Startbildschirm anzeigen' Checked = True State = cbChecked TabOrder = 5 end object GroupBox2: TGroupBox Left = 198 Top = 6 Width = 185 Height = 105 Caption = 'Hotkeys' TabOrder = 6 object Label1: TLabel Left = 8 Top = 21 Width = 146 Height = 13 Caption = 'neue Notiz: + ' end object Label2: TLabel Left = 10 Top = 40 Width = 93 Height = 26 Caption = 'in den Vordergrund:'#13#10' + ' end object Edit1: TEdit Left = 153 Top = 17 Width = 22 Height = 21 MaxLength = 1 TabOrder = 0 Text = 'K' end object Edit2: TEdit Left = 101 Top = 50 Width = 20 Height = 21 MaxLength = 1 TabOrder = 1 Text = 'X' end end object OpenDialog1: TOpenDialog DefaultExt = 'wav' Filter = 'WAV-Dateien|*.wav' Title = 'WAV-Datei ausw�hlen' Left = 158 Top = 94 end end