object SelectForm: TSelectForm Left = 257 Top = 172 BorderStyle = bsDialog Caption = 'Selektionstest' ClientHeight = 383 ClientWidth = 482 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 465 Height = 145 Caption = 'Selektion nach Datensatznummer oder ID' TabOrder = 0 object Label1: TLabel Left = 16 Top = 59 Width = 85 Height = 13 Caption = 'Datensatznummer' end object Label2: TLabel Left = 16 Top = 83 Width = 36 Height = 13 Caption = 'Schicht' end object RecEdit: TEdit Left = 112 Top = 56 Width = 129 Height = 21 TabOrder = 0 Text = 'RecEdit' end object ComboBox1: TComboBox Left = 112 Top = 80 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 end object SelectByIDButton: TButton Left = 8 Top = 112 Width = 81 Height = 25 Caption = 'Selektieren' TabOrder = 2 OnClick = SelectByIDButtonClick end object DeselectByIDButton: TButton Left = 96 Top = 112 Width = 81 Height = 25 Caption = 'Deselektieren' TabOrder = 3 OnClick = DeselectByIDButtonClick end object IsSelectedButton: TButton Left = 184 Top = 112 Width = 81 Height = 25 Caption = 'Selektiert?' TabOrder = 4 OnClick = IsSelectedButtonClick end object RecNrRadioButton: TRadioButton Left = 16 Top = 16 Width = 249 Height = 17 Caption = 'Selektiere �ber Datensatznummer' Checked = True TabOrder = 5 TabStop = True OnClick = RecNrRadioButtonClick end object IDRadioButton: TRadioButton Left = 16 Top = 32 Width = 217 Height = 17 Caption = 'Selektiere �ber eindeutige ID' TabOrder = 6 OnClick = IDRadioButtonClick end object Panel1: TMemo Left = 272 Top = 16 Width = 185 Height = 121 TabOrder = 7 end end object GroupBox2: TGroupBox Left = 288 Top = 160 Width = 185 Height = 113 Caption = 'Selektion nach Koordinaten' TabOrder = 1 object xLabel: TLabel Left = 16 Top = 19 Width = 59 Height = 13 Caption = 'x-Koordinate' end object yLabel: TLabel Left = 16 Top = 43 Width = 59 Height = 13 Caption = 'y-Koordinate' end object SelectionByCoordButton: TButton Left = 56 Top = 72 Width = 81 Height = 25 Caption = 'Selektieren' TabOrder = 0 OnClick = SelectionByCoordButtonClick end object xEdit: TEdit Left = 88 Top = 16 Width = 81 Height = 21 TabOrder = 1 Text = 'xEdit' end object yEdit: TEdit Left = 88 Top = 40 Width = 81 Height = 21 TabOrder = 2 Text = '3760368' end end object Button1: TButton Left = 392 Top = 352 Width = 81 Height = 25 Caption = 'Schlie�en' ModalResult = 1 TabOrder = 2 end object GroupBox3: TGroupBox Left = 8 Top = 160 Width = 273 Height = 217 Caption = 'Selektierte Objekte auflisten' TabOrder = 3 object Label3: TLabel Left = 16 Top = 59 Width = 36 Height = 13 Caption = 'Schicht' end object ComboBox2: TComboBox Left = 112 Top = 56 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object ListBox1: TListBox Left = 8 Top = 120 Width = 257 Height = 89 ItemHeight = 13 TabOrder = 1 end object ShowSelected: TButton Left = 8 Top = 88 Width = 257 Height = 25 Caption = 'Alle selektierten Datens�tze anzeigen' TabOrder = 2 OnClick = ShowSelectedClick end object ShowByRecNr: TRadioButton Left = 16 Top = 16 Width = 249 Height = 17 Caption = '�bergabe der Datensatznummer' Checked = True TabOrder = 3 TabStop = True OnClick = RecNrRadioButtonClick end object ShowByID: TRadioButton Left = 16 Top = 32 Width = 217 Height = 17 Caption = '�bergabe der eindeutigen ID' TabOrder = 4 OnClick = IDRadioButtonClick end end end