object DatenangleicherForm: TDatenangleicherForm Left = 874 Top = 686 HelpContext = 425 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Daten angleichen' ClientHeight = 218 ClientWidth = 312 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = True Position = poDefault OnCreate = TntFormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object GroupBox1: TTntGroupBox Left = 9 Top = 9 Width = 294 Height = 80 Caption = 'Allgemein' TabOrder = 0 object TrimFields: TTntCheckBox Left = 17 Top = 26 Width = 268 Height = 18 Caption = 'f'#252'hrende/folgende Leerzeichen entfernen' Checked = True State = cbChecked TabOrder = 0 OnClick = Aenderung end object RepairDateFields: TTntCheckBox Left = 17 Top = 50 Width = 268 Height = 18 Caption = 'Datumsfelder auf Kurzformat vereinheitlichen' TabOrder = 1 OnClick = Aenderung end end object OK: TTntButton Left = 131 Top = 185 Width = 81 Height = 27 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKClick end object Abbruch: TTntButton Tag = -1 Left = 222 Top = 185 Width = 81 Height = 27 Cancel = True Caption = '&Abbrechen' ModalResult = 2 TabOrder = 2 end object GebnameLassen: TTntCheckGroupBox Left = 9 Top = 95 Width = 294 Height = 80 BoxAlignment = taRightJustify Caption = 'Geburtsnamen' Checked = False TabOrder = 3 OnClick = Aenderung object GebnameGross: TTntRadioButton Left = 17 Top = 52 Width = 234 Height = 18 Caption = 'nur Gro'#223'schreibung (MUSTERMANN)' TabOrder = 1 OnClick = Aenderung end object GebnameGrossKlein: TTntRadioButton Left = 17 Top = 26 Width = 225 Height = 18 Caption = 'Gro'#223'-/Kleinschreibung (Mustermann)' Checked = True TabOrder = 2 TabStop = True OnClick = Aenderung end end end