object TWOptionDialog: TTWOptionDialog Left = 446 Top = 233 BorderStyle = bsDialog Caption = 'Einstellungen' ClientHeight = 152 ClientWidth = 225 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 134 Height = 13 Caption = 'Sichtbare Daten in der Karte' end object OKButton: TButton Left = 64 Top = 120 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 144 Top = 120 Width = 75 Height = 25 Caption = 'Abbrechen' ModalResult = 2 TabOrder = 1 end object CheckBox1: TCheckBox Left = 16 Top = 24 Width = 97 Height = 17 Caption = 'Orte' TabOrder = 2 end object CheckBox2: TCheckBox Left = 16 Top = 40 Width = 97 Height = 17 Caption = 'Stra�en' TabOrder = 3 end object CheckBox3: TCheckBox Left = 16 Top = 56 Width = 97 Height = 17 Caption = 'Meere' TabOrder = 4 end object CheckBox4: TCheckBox Left = 16 Top = 72 Width = 97 Height = 17 Caption = 'Fl�sse und Seen' TabOrder = 5 end object CheckBox5: TCheckBox Left = 16 Top = 88 Width = 129 Height = 17 Caption = 'Bebauungsfl�chen' TabOrder = 6 end end