object PolyChkDialog: TPolyChkDialog Left = 227 Top = 197 BorderStyle = bsDialog Caption = 'Selektion von Polygonen' ClientHeight = 177 ClientWidth = 355 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 13 object LayerLabel: TLabel Left = 8 Top = 8 Width = 91 Height = 13 Caption = 'Karteneditorschicht' end object InfoLabel: TLabel Left = 184 Top = 104 Width = 161 Height = 26 Caption = 'Das Ergebnis wird in der Ereignis- liste des Hauptfensters �berg' + 'eben' WordWrap = True end object LayerComboBox: TComboBox Left = 8 Top = 24 Width = 161 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object PointGroupBox: TGroupBox Left = 8 Top = 56 Width = 161 Height = 73 Caption = 'zu pr�fender Punkt' TabOrder = 1 object xLabel: TLabel Left = 8 Top = 20 Width = 59 Height = 13 Caption = 'x-Koordinate' end object yLabel: TLabel Left = 8 Top = 48 Width = 59 Height = 13 Caption = 'y-Koordinate' end object xEdit: TEdit Left = 80 Top = 16 Width = 73 Height = 21 TabOrder = 0 end object yEdit: TEdit Left = 80 Top = 44 Width = 73 Height = 21 TabOrder = 1 end end object SearchButton: TButton Left = 8 Top = 144 Width = 113 Height = 25 Caption = 'Polygone suchen' TabOrder = 2 OnClick = SearchButtonClick end object OKButton: TButton Left = 264 Top = 144 Width = 75 Height = 25 Caption = 'Schlie�en' ModalResult = 1 TabOrder = 3 end end