object Select32Dialog: TSelect32Dialog Left = 270 Top = 145 BorderStyle = bsDialog Caption = 'Selektion �ber MV_SELECTOBJECT32' ClientHeight = 282 ClientWidth = 470 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 191 Height = 13 Caption = 'Schicht, in der die Selektion erfolgen soll' end object ResultLabel: TLabel Left = 8 Top = 256 Width = 56 Height = 13 Caption = 'ResultLabel' end object SelectionModeLabel: TLabel Left = 8 Top = 240 Width = 97 Height = 13 Caption = 'SelectionModeLabel' end object ComboBox1: TComboBox Left = 224 Top = 12 Width = 241 Height = 21 ItemHeight = 13 TabOrder = 0 Text = 'ComboBox1' OnChange = ComboBox1Change end object Button5: TButton Left = 390 Top = 248 Width = 75 Height = 25 Caption = 'Schlie�en' ModalResult = 1 TabOrder = 1 end object RadioGroup1: TRadioGroup Left = 8 Top = 45 Width = 241 Height = 140 Caption = 'Auszuf�hrene Funktion' ItemIndex = 0 Items.Strings = ( 'Selektion nach ID' 'Selektion nach String-ID' 'Selektion nach Datensatznummer' 'Selektion �ber Koordinaten' 'Selektion �ber Ausschnittskoordinaten' 'R�ckmeldung �ber Koordinaten' 'R�ckmeldung �ber Ausschnittskoordinaten') TabOrder = 2 OnClick = RadioGroup1Click end object DeselectPreviousCheckBox: TCheckBox Left = 8 Top = 200 Width = 209 Height = 17 Caption = 'Alle Objekte vorher deselektieren' State = cbChecked TabOrder = 3 end object SelectTemporarilyCheckBox: TCheckBox Left = 8 Top = 216 Width = 217 Height = 17 Caption = 'nur tempor�r selektieren' TabOrder = 4 end object CoordPanel: TPanel Left = 264 Top = 56 Width = 201 Height = 129 BevelOuter = bvNone Caption = 'CoordPanel' TabOrder = 5 object Label3: TLabel Left = 8 Top = 16 Width = 90 Height = 13 Caption = 'Punkt f�r Selektion' end object Label4: TLabel Left = 8 Top = 36 Width = 59 Height = 13 Caption = 'x-Koordinate' end object Label5: TLabel Left = 8 Top = 60 Width = 59 Height = 13 Caption = 'y-Koordinate' end object xEdit: TEdit Left = 80 Top = 32 Width = 113 Height = 21 TabOrder = 0 Text = '5178935' end object Button3: TButton Left = 8 Top = 88 Width = 89 Height = 25 Caption = 'Selektieren' TabOrder = 1 OnClick = Button4Click end object yEdit: TEdit Left = 80 Top = 56 Width = 113 Height = 21 TabOrder = 2 Text = '3760368' end end object RectPanel: TPanel Left = 264 Top = 56 Width = 201 Height = 129 BevelOuter = bvNone TabOrder = 6 object Label6: TLabel Left = 72 Top = 32 Width = 55 Height = 26 Alignment = taCenter Caption = 'Selektions- rechteck' WordWrap = True end object Label7: TLabel Left = 8 Top = 36 Width = 21 Height = 13 Caption = 'links' end object leftEdit: TEdit Left = 8 Top = 32 Width = 57 Height = 21 TabOrder = 0 Text = '5176000' end object Button4: TButton Left = 8 Top = 88 Width = 89 Height = 25 Caption = 'Selektieren' TabOrder = 1 OnClick = Button4Click end object topEdit: TEdit Left = 72 Top = 8 Width = 57 Height = 21 TabOrder = 2 Text = '3765000' end object bottomEdit: TEdit Left = 72 Top = 60 Width = 57 Height = 21 TabOrder = 3 Text = '3760000' end object rightEdit: TEdit Left = 136 Top = 32 Width = 57 Height = 21 TabOrder = 4 Text = '5180000' end end object EditPanel: TPanel Left = 264 Top = 56 Width = 201 Height = 129 BevelOuter = bvNone TabOrder = 7 object IDLabel: TLabel Left = 8 Top = 16 Width = 91 Height = 13 Caption = 'zu selektierende ID' end object IDStringLabel: TLabel Left = 8 Top = 16 Width = 124 Height = 13 Caption = 'zu selektierender ID-String' end object RecLabel: TLabel Left = 8 Top = 16 Width = 165 Height = 13 Caption = 'zu selektierende Datensatznummer' end object IDEdit: TEdit Left = 8 Top = 32 Width = 185 Height = 21 TabOrder = 0 Text = 'IDEdit' end object Button1: TButton Left = 8 Top = 64 Width = 89 Height = 25 Caption = 'Selektieren' TabOrder = 1 OnClick = Button4Click end object Button2: TButton Left = 104 Top = 64 Width = 89 Height = 25 Caption = 'Deselektieren' TabOrder = 2 OnClick = Button2Click end end end